#sweetcare {
	color: #333;
	font: normal 13px Arial, Helvetica, sans-serif;
}
#sweetcare {
	margin: 0 auto;
	width: 930px;
}
#sweetcare a, #sweetcare a:link {
	color: #0036b2;
}
#sweetcare a:visited {
	color: #5f00a8;
}
#sweetcare a:hover, #sweetcare a:focus, #sweetcare a:active {
	color: #3875B5;
}
#sweetcare h1,
#sweetcare h2,
#sweetcare h3,
#sweetcare h4,
#sweetcare h5,
#sweetcare h6 {
	font-family: "Myriad Pro", Helvetica, Arial;
	color: #003e8f;
	font-weight: bold;
	margin: 0;
}
#sweetcare h3,
#sweetcare h4,
#sweetcare h5,
#sweetcare h6 {
	margin: 15px 0 10px;
}
#sweetcare h2 {
	font-size: 38px;
}
#sweetcare h3 {
	border-bottom: 1px dotted #ccc;
	font-size: 22px;
	padding-bottom: 3px;
}
#sweetcare h4 {
	font-size: 18px;
}
#sweetcare h5 {
	font-size: 16px;
}
#sweetcare h6 {
	font-size: 14px;
}
img {
	border: none;
}
#sweetcare sup {
	font-size: 75%;
	font-weight: normal;
	vertical-align: top;
}
#sweetcare p {
	line-height: 21.24px;
	margin: 10px 0;
}
#sweetcare blockquote,
#sweetcare q {
	border-left: 5px solid #ddd;
	color: #666666;
	font: italic normal 15px/26px Georgia, "Times New Roman", Times, serif;
	margin-left: 0;
	padding: 5px 0 0 25px;
	position: relative;
}
#sweetcare blockquote:before,
#sweetcare q:before {
	background: #FFFFFF;
	content: "\201C";
	display: block;
	font-family: Arial;
	font-size: 60px;
	font-style: normal;
	height: 21px;
	left: -6px;
	line-height: 50px;
	position: absolute;
	top: 0;
}
#sweetcare blockquote p,
#sweetcare q p {
	line-height: 24px;
	margin: 0;
}
#sweetcare cite {
	color: #888;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#sweetcare cite:before {
	content: "\2014";
	margin-right: 4px;
}
.article_content ul,
.article_content ol {
	margin: 10px 0;
	padding: 0 0 0 30px;
}
.article_content ul ul,
.article_content ul ol,
.article_content ol ul,
.article_content ol ol {
	margin: 5px 0 0;
}
.article_content li {
	border-width: 1px 0 0;
	padding: 6px 0;
}
#sweetcare .clearer {
	clear:both;
	font-size: 0px;
	height: 0;
	line-height: 0px;
	overflow: hidden;
	width: 100%;
}

/* Alignment */
.article_content. img {
	-ms-interpolation-mode: bicubic;
}
.alignleft,
.alignright {
	margin: 0 0 10px;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 15px auto;
}

/* Buttons
------------*/
.button {
	border:1px solid;
	border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	cursor:pointer;
	display:inline-block;
		*display:inline;
	position:relative;
	text-align:center;
	text-decoration:none !important;
	zoom:1.0;
}
.button button, .button input {
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	box-sizing: border-box; /* css3 rec */
		-moz-box-sizing: border-box; /* ff2 */
		-ms-box-sizing: border-box; /* ie8 */
		-webkit-box-sizing: border-box; /* safari3 */
		-khtml-box-sizing: border-box; /* konqueror */
	color: inherit;
	cursor: pointer;
	display:block;
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	height:100%;
	margin:0;
	overflow:visible;
	padding:0;
	position:relative;
		z-index:10;
	text-shadow: inherit;
	width:100%;
}
button::-moz-focus-inner { 
	border: 0;
	padding: 0;
}

/* Grey Button */
.greybutton,
.post-edit-link {
	background:#e6e6e6;
		background: -moz-linear-gradient(top, #ececec, #e6e6e6 50%, #dadada 50%, #d7d7d7);
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), color-stop(50%, #e6e6e6), color-stop(50%, #dadada), to(#d7d7d7));
		background: -webkit-linear-gradient(top, #ececec, #e6e6e6 50%, #dadada 50%, #d7d7d7);
		background: -ms-linear-gradient(top, #ececec, #e6e6e6 50%, #dadada 50%, #d7d7d7);
		background: linear-gradient(top, #ececec, #e6e6e6 50%, #dadada 50%, #d7d7d7);
	border:1px solid;
	border-color:#a2a2a2 #a2a2a2 #929292;
	border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
	box-shadow:
		inset 0 1px 0 #FFF,
		inset -1px 0 0 #FFF,
		inset 0 -1px 0 #FFF,
		inset 1px 0 0 #FFF,
		0 1px 2px rgba(0,0,0,0.2);
		-moz-box-shadow:
			inset 0 1px 0 #FFF,
			inset -1px 0 0 #FFF,
			inset 0 -1px 0 #FFF,
			inset 1px 0 0 #FFF,
			0 1px 2px rgba(0,0,0,0.2);
		-webkit-box-shadow:
			inset 0 1px 0 #FFF,
			inset -1px 0 0 #FFF,
			inset 0 -1px 0 #FFF,
			inset 1px 0 0 #FFF,
			0 1px 2px rgba(0,0,0,0.2);
	color:#333 !important;
	cursor:pointer;
	display:inline-block;
		*display:inline;
	text-align:center;
	text-decoration:none !important;
	text-shadow: 1px 1px 0 #FFF;
	overflow:hidden;
	zoom:1.0;
}
.greybutton button,
.greybutton input  {
	color:#474747;
	text-shadow: 1px 1px 0 #FFF;
}
.greybutton:hover,
.greybutton:focus,
.post-edit-link:hover,
.post-edit-link:focus {
	background:#cecece;
		background: -moz-linear-gradient(top, #d1d1d1, #cecece 50%, #c2c2c2 50%, #bfbfbf);
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#d1d1d1), color-stop(50%, #cecece), color-stop(50%, #c2c2c2), to(#bfbfbf));
		background: -webkit-linear-gradient(top, #d1d1d1, #cecece 50%, #c2c2c2 50%, #bfbfbf);
		background: -ms-linear-gradient(top, #d1d1d1, #cecece 50%, #c2c2c2 50%, #bfbfbf);
		background: linear-gradient(top, #d1d1d1, #cecece 50%, #c2c2c2 50%, #bfbfbf);
	border-color:#929292 #929292 #828282;
	box-shadow:
		inset 0 1px 0 #dadada,
		inset -1px 0 0 #dadada,
		inset 0 -1px 0 #dadada,
		inset 1px 0 0 #dadada,
		0 1px 2px rgba(0,0,0,0.2);
		-moz-box-shadow:
			inset 0 1px 0 #dadada,
			inset -1px 0 0 #dadada,
			inset 0 -1px 0 #dadada,
			inset 1px 0 0 #dadada,
			0 1px 2px rgba(0,0,0,0.2);
		-webkit-box-shadow:
			inset 0 1px 0 #dadada,
			inset -1px 0 0 #dadada,
			inset 0 -1px 0 #dadada,
			inset 1px 0 0 #dadada,
			0 1px 2px rgba(0,0,0,0.2);
	color: #000;
	text-shadow:1px 1px 0 #e3e3e3;
}
.greybutton:active,
.post-edit-link:active {
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	border-color:#a2a2a2;
	color:#474747;
	text-shadow:1px 1px 0 #e3e3e3;
}
.edit-link a {
	font-size: 14px;
	padding: 3px 10px;
}

/* Green Button */
.greenbutton, .bluebutton {
	background:#137b3c;
		background: -moz-linear-gradient(top, #1ea34f, #137b3c 50%, #115f2d 50%, #0d4621);
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#1ea34f), color-stop(50%, #137b3c), color-stop(50%, #115f2d), to(#0d4621));
		background: -webkit-linear-gradient(top, #1ea34f, #137b3c 50%, #115f2d 50%, #0d4621);
		background: -ms-linear-gradient(top, #1ea34f, #137b3c 50%, #115f2d 50%, #0d4621);
		background: linear-gradient(top, #1ea34f, #137b3c 50%, #115f2d 50%, #0d4621);
	border-color:#0c4421 #0c4421 #093319;
	box-shadow:
		inset -1px 0 0 #147a39,
		inset 0 -1px 0 #147a39,
		inset 1px 0 0 #147a39,
		0 1px 2px rgba(0,0,0,0.25);
		-moz-box-shadow:
			inset -1px 0 0 #147a39,
			inset 0 -1px 0 #147a39,
			inset 1px 0 0 #147a39,
			0 1px 2px rgba(0,0,0,0.25);
		-webkit-box-shadow:
			inset -1px 0 0 #147a39,
			inset 0 -1px 0 #147a39,
			inset 1px 0 0 #147a39,
			0 1px 2px rgba(0,0,0,0.25);
	color:#FFF !important;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
	text-shadow:1px 1px 0 #073114;
}
.bluebutton {
	background: #163C77;
	background: -moz-linear-gradient(center top, #163C77, #092449);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#163C77), to(#092449));
	background: -webkit-linear-gradient(top, #163C77, #092449);
	background: -ms-linear-gradient(top, #163C77, #092449);
	background: linear-gradient(top, #163C77, #092449);
	border-color: #061831 #061831 #000000;
	-moz-box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.15),
		inset -1px 0 0 rgba(255, 255, 255, 0.15),
		inset 0 -1px 0 rgba(255, 255, 255, 0.15),
		inset 1px 0 0 rgba(255, 255, 255, 0.15),
		0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.15),
		inset -1px 0 0 rgba(255, 255, 255, 0.15),
		inset 0 -1px 0 rgba(255, 255, 255, 0.15),
		inset 1px 0 0 rgba(255, 255, 255, 0.15),
		0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.15),
		inset -1px 0 0 rgba(255, 255, 255, 0.15),
		inset 0 -1px 0 rgba(255, 255, 255, 0.15),
		inset 1px 0 0 rgba(255, 255, 255, 0.15),
		0 1px 2px rgba(0, 0, 0, 0.2);
	text-shadow:1px 1px 0 #081F52;
}
.greenbutton button, .greenbutton input,
.bluebutton button, .bluebutton input {
	color:#FFF;
	text-shadow:1px 1px 0 #073114;
}
.bluebutton button, .bluebutton input {
	text-shadow:1px 1px 0 #081F52;
}
.greenbutton:hover,
.bluebutton:hover {
	background:#179548;
		background: -moz-linear-gradient(top, #23b15c, #179548 50%, #147136 50%, #105629);
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#23b15c), color-stop(50%, #179548), color-stop(50%, #147136), to(#105629));
		background: -webkit-linear-gradient(top, #23b15c, #179548 50%, #147136 50%, #105629);
		background: -ms-linear-gradient(top, #23b15c, #179548 50%, #147136 50%, #105629);
		background: linear-gradient(top, #23b15c, #179548 50%, #147136 50%, #105629);
	border-color:#0e5228 #0e5228 #0b3d1e;
	box-shadow:
		inset -1px 0 0 #189244,
		inset 0 -1px 0 #189244,
		inset 1px 0 0 #189244,
		0 1px 2px rgba(0,0,0,0.25);
		-moz-box-shadow:
			inset -1px 0 0 #189244,
			inset 0 -1px 0 #189244,
			inset 1px 0 0 #189244,
			0 1px 2px rgba(0,0,0,0.25);
		-webkit-box-shadow:
			inset -1px 0 0 #189244,
			inset 0 -1px 0 #189244,
			inset 1px 0 0 #189244,
			0 1px 2px rgba(0,0,0,0.25);
	color:#FFF;
}
.bluebutton:hover {
	background: #1A4C96;
	background: -moz-linear-gradient(center top, #1A4C96, #0D3163);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#1A4C96), to(#0D3163));
	background: -webkit-linear-gradient(top, #1A4C96, #0D3163);
	background: -ms-linear-gradient(top, #23b15c, #1A4C96, #0D3163);
	background: linear-gradient(top, #1A4C96, #0D3163);
	border-color: #081F40 #081F40 #000000;
	-moz-box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.15),
		inset -1px 0 0 rgba(255, 255, 255, 0.15),
		inset 0 -1px 0 rgba(255, 255, 255, 0.15),
		inset 1px 0 0 rgba(255, 255, 255, 0.15),
		0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.15),
		inset -1px 0 0 rgba(255, 255, 255, 0.15),
		inset 0 -1px 0 rgba(255, 255, 255, 0.15),
		inset 1px 0 0 rgba(255, 255, 255, 0.15),
		0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.15),
		inset -1px 0 0 rgba(255, 255, 255, 0.15),
		inset 0 -1px 0 rgba(255, 255, 255, 0.15),
		inset 1px 0 0 rgba(255, 255, 255, 0.15),
		0 1px 2px rgba(0, 0, 0, 0.2);
}
.greenbutton:active,
.bluebutton:active {
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	border-color:#0e5228;
}
.bluebutton:active {
	border-color: #081F40;
}


/* Article Header */
.article_header,
#sweetcare h3.article_header {
		background-image:
			-moz-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1)),
			-moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08) 90%);
		background-image:
			-webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 1)), color-stop(10%, rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1))),
			-webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 0.08)));
		background-image:
			-webkit-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1)),
			-webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08) 90%);
		background-image:
			-ms-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1)),
			-ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08) 90%);
	background-image:
		linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1)),
		linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.08) 90%);
	color: #666666;
	border-bottom: 1px solid #cfcfcf;
	font-size: 20px;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 0 #FFF;
}
#sweetcare .article_header h3 {
	border-bottom: none;
	color: #666666;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: 0;
	padding:0;
}
.article_header.menu h3 {
	float: left;
	line-height: 32px;
}
.article_header ul {
	float: right;
	list-style: none;
	margin: 0 0 -1px;
	overflow: hidden;
	padding: 0 10px;
	text-align: right;
}
.article_header li {
	display: inline-block;
		*display: inline;
	height: 33px;
	vertical-align: top;
	zoom: 1.0;
	/* IE6 */
	_width: 150px;
}
#sweetcare .article_header a,
#sweetcare .article_header a:link,
#sweetcare .article_header a:visited {
	display: block;
	color: #0054a8;
	font-size:16px;
	font-weight: bold;
	height: 33px;
	line-height: 33px;
	padding: 1px 15px 0;
	text-decoration: none;
}
#sweetcare .article_header a:hover,
#sweetcare .article_header a:focus,
#sweetcare .article_header a:active {
	color: #3875B5;
}
#sweetcare .article_header .selected a {
	background: #fff;
	border: 1px solid #cfcfcf;
	border-bottom: none;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
	border-radius: 5px 5px 0 0;
		-moz-box-shadow:
			inset 0 1px 0 #FFF,
			inset -1px 0 0 #FFF,
			inset 0 -1px 0 #FFF,
			inset 1px 0 0 #FFF,
			inset 0 2px 5px rgba(0, 0, 0, 0.2),
			0 2px 5px rgba(0, 0, 0, 0.15);
		-webkit-box-shadow: 1px 1px 3px #;
	box-shadow: 1px 1px 3px #;
	color: #FF0000;
	height: 32px;
	padding-top: 0;
}
#sweetcare .article_header a.faqbutton {
	float: right;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
}

/* View all button */
#sweetcare .viewall,
#sweetcare .viewall:link,
#sweetcare .viewall:visited {
	background: #0054a8;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
	border-radius: 20px;
	color: #FFF;
	display: inline-block;
		*display: inline;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	padding: 0 18px 0 8px;
	position: relative;
	text-decoration: none;
	text-shadow: none;
	zoom: 1.0;
}
#sweetcare .viewall:hover,
#sweetcare .viewall:focus,
#sweetcare .viewall:active {
	background-color: #003e8f;
}
#sweetcare .viewall:after {
	background: url('/sweetcare/include/images/sweetcare-sprite.png') no-repeat -328px 0;
	_background-image: url('/sweetcare/include/images/sweetcare-sprite.gif');
	content: "";
	display: block;
	height: 7px;
	margin-top: -3.5px;
	position: absolute;
		top: 50%;
		right: 8px;
	vertical-align: middle;
	width: 4px;
}
#sweetcare .viewall.large {
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
	border-radius: 25px;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	padding: 0 21px 0 10px;
}
#sweetcare .viewall.large:after {
	background-position: -327px -12px;
	height: 9px;
	margin-top: -4.5px;
	right: 10px;
	width: 5px;
}

/* Pagination */
#sweetcare .page-numbers-wrap {
		background-image:
			-moz-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1)),
			-moz-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
		background-image:
			-webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 1)), color-stop(10%, rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1))),
			-webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0)));
		background-image:
			-webkit-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1)),
			-webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
		background-image:
			-ms-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1)),
			-ms-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
	background-image:
		linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1)),
		linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
	border-top: 1px solid #cfcfcf;
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
#sweetcare .page-numbers-wrap li {
	display: inline-block;
		*display: inline;
	margin: 0;
	vertical-align: top;
	zoom: 1.0;
}
#sweetcare .page-numbers-wrap .page-numbers {
	background: #eee;
	border: solid #cfcfcf;
	border-width: 0 1px 1px 0;
	color: #666666;
	display: block;
	font-size: 14px;
	height: 37px;
	line-height: 37px;
	text-decoration: none;
	width: 50px;
	/* IE 6 and 7 */
	*border-width: 0 1px 1px;
}
#sweetcare .page-numbers-wrap a:hover {
	background: #e4ecf4;
	color: #3875B5;
}
#sweetcare .page-numbers-wrap li:first-child .page-numbers {
	border-left-width: 1px;
		-moz-border-bottom-left-radius: 3px;
		-webkit-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
#sweetcare .page-numbers-wrap li:last-child .page-numbers {
		-moz-border-bottom-right-radius: 3px;
		-webkit-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
#sweetcare .page-numbers-wrap .current {
	background: #FFF;
	color: #333;
	font-weight: bold;
	margin-top: -1px;
	padding-top: 1px;
}
#sweetcare .page-numbers-wrap .prev,
#sweetcare .page-numbers-wrap .next {
	width: 60px;
}

/* Featured Questions */
.sc_featured {
	counter-reset: featured;
	margin-top: 15px;
}
#sweetcare .sc_featured .article_header {
	color: #ff0000;
}
.sc_featured ol {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}
.sc_featured li,
.sc_featured li a {
	display: block;
}
.sc_featured li a {
	border: dotted #cccccc;
	border-width: 0 0 1px;
	font-size: 14px;
	line-height: 19.24px;
	padding: 7px 0 7px 26px;
	position: relative;
	text-decoration: none;
	/* IE 6 and 7 */
	*padding-left: 0;
	*position: static;
}
.sc_featured li a:before {
	background: #FF0000;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	counter-increment: featured;
	content: counter(featured);
	display: block;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	margin: 0 6px auto auto;
	position: absolute;
		top: 7px;
		left:0;
	vertical-align: text-bottom;
	text-align: center;
	width: 18px;
}

/* Header */
#sc_header {
	background: #0c355e;
		background: -moz-linear-gradient(top, #002d56, #0c355e 63%, #001c35);
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#002d56), color-stop(63%, #0c355e), to(#001c35));
		background: -webkit-linear-gradient(top, #002d56, #0c355e 63%, #001c35);
		background: -ms-linear-gradient(top, #002d56, #0c355e 63%, #001c35);
	background: linear-gradient(top, #002d56, #0c355e 63%, #001c35);
	border: 012444;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
		-moz-box-shadow: inset 0 2px 15px rgba(0, 0, 0, 100);
		-webkit-box-shadow: inset 0 2px 15px rgba(0, 0, 0, 100);
	box-shadow: inset 0 2px 15px rgba(0, 0, 0, 100);
	height: 86px;
	overflow: hidden;
	width: 100%;
}
#sc_header,
#sc_header a,
#sc_header a:link,
#sc_header a:visited {
	color: #bcd4f0;
	text-decoration: none;
}
#sc_header a:hover,
#sc_header a:active,
#sc_header a:focus,
#sc_header .selected a {
	color: #eead1f;
}
#sc_header h1,
#sc_header ul,
#sc_header li {
	display: inline-block;
		*display: inline;
	height: 100%;
	margin: 0;
	vertical-align: top;
	zoom: 1.0;
}
#sc_header h1 {
	width: 247px;
}
#sc_header h1 a {
	background: url(/sweetcare/include/images/sweetcare-sprite.png) no-repeat 2px -100px;
	_background-image: url('/sweetcare/include/images/sweetcare-sprite.gif');
	display: block;
	height: 66px;
	margin: 10px 1px 1px 11px;
	padding: 1px;
	overflow: hidden;
	text-align: left;
	text-indent: -99999px;
	width: 227px;
}
#sc_header h1 a:hover {
	background-color: #104a85;
	border: 1px solid #000;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
		-moz-box-shadow:
			inset 0 1px 0 rgba(255, 255, 255, 0.1),
			inset -1px 0 0 rgba(255, 255, 255, 0.1),
			inset 0 -1px 0 rgba(255, 255, 255, 0.1),
			inset 1px 0 0 rgba(255, 255, 255, 0.1),
			0 1px 3px #000;
		-webkit-box-shadow:
			inset 0 1px 0 rgba(255, 255, 255, 0.1),
			inset -1px 0 0 rgba(255, 255, 255, 0.1),
			inset 0 -1px 0 rgba(255, 255, 255, 0.1),
			inset 1px 0 0 rgba(255, 255, 255, 0.1),
			0 1px 3px #000;
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.1),
		inset -1px 0 0 rgba(255, 255, 255, 0.1),
		inset 0 -1px 0 rgba(255, 255, 255, 0.1),
		inset 1px 0 0 rgba(255, 255, 255, 0.1),
		0 1px 3px #000;
	margin: 9px 0 0 10px;
}
#sc_header h1:not(.ie) a:hover {
		background:
			url(/sweetcare/include/images/sweetcare-sprite.png),
			-moz-linear-gradient(top, #104a85, #0b2e52);
		background:
			url(/sweetcare/include/images/sweetcare-sprite.png),
			-webkit-gradient(linear, 0 0, 0 100%, from(#104a85), to(#0b2e52));
		background:
			url(/sweetcare/include/images/sweetcare-sprite.png),
			-webkit-linear-gradient(top, #104a85, #0b2e52);
		background:
			url(/sweetcare/include/images/sweetcare-sprite.png),
			-ms-linear-gradient(top, #104a85, #0b2e52);
	background:
		url(/sweetcare/include/images/sweetcare-sprite.png),
		linear-gradient(top, #104a85, #0b2e52);
	background-repeat: no-repeat, repeat;
	background-position: 2px -100px, 0 0;
}
#sc_header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sc_header li {
	border-left: 1px solid #000;
}
#sc_header li a {
	border-left: 1px solid #244668;
	border-left-color: rgba(255, 255, 255, 0.1);
	display: block;
	font-size: 12px;
	height: 100%;
	line-height: 14px;
	padding: 0 5px 0;
	text-align: center;
	text-shadow: 1px 1px 0 #000;
	text-transform: uppercase;
	/* IE 6 and 7 */
	*border-left-color: #244668;
}
#sc_header a span {
	background: url(/sweetcare/include/images/sweetcare-sprite.png) no-repeat;
	_background-image: url('/sweetcare/include/images/sweetcare-sprite.gif');
	display: block;
	height: 51px;
	margin: 0 auto;
}
#sc_header .knowledge_base {
	width: 131px;
}
#sc_header .knowledge_base span {
	background-position: 1px 5px;
	width: 28px;
}
#sc_header .mac_pc {
	width: 117px;
}
#sc_header .mac_pc span {
	background-position: -139px 5px;
	width: 68px;
}
#sc_header .pro_tools {
	width: 102px;
}
#sc_header .pro_tools span {
	background-position: -35px 5px;
	width: 42px;
}
#sc_header .creation_station {
	width: 142px;
}
#sc_header .creation_station span {
	background-position: -86px 6px;
	width: 45px;
}
#sc_header .repairs {
	width: 78px;
}
#sc_header .repairs span {
	background-position: -214px 5px;
	width: 36px;
}
#sc_header .contact {
	width: 101px;
}
#sc_header .contact span {
	background-position: -259px 5px;
	width: 33px;
}
#sc_header li.selected a {
	background: #001325;
		background: -moz-linear-gradient(top, #000e1a, #032341 63%, #001121);
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#000e1a), color-stop(63%, #032341), to(#001121));
		background: -webkit-linear-gradient(top, #000e1a, #032341 63%, #001121);
		background: -ms-linear-gradient(top, #000e1a, #032341 63%, #001121);
	background: linear-gradient(top, #000e1a, #032341 63%, #001121);
	border-left-color: #000;
		-moz-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.5);
}
#sc_header .knowledge_base.selected span {
	background-position: 1px -45px;
}
#sc_header .mac_pc.selected span {
	background-position: -139px -45px;
}
#sc_header .pro_tools.selected span {
	background-position: -35px -45px;
}
#sc_header .creation_station.selected span {
	background-position: -86px -44px;
}
#sc_header .repairs.selected span {
	background-position: -214px -45px;
}
#sc_header .contact.selected span {
	background-position: -259px -45px;
}

/* Intro */
#sc_intro {
	background: url(/sweetcare/include/images/intro_photo.jpg) no-repeat 0 0 #fff;
	color: #333;
	font-size: 14px;
	height: auto !important;
	height: 255px;
	margin: 15px 0 15px;
	min-height: 255px;
	padding: 15px 15px 0 413px;
}
#sc_intro h2 {
	color: #003b75;
	font-size: 40px;
	margin: 0;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
}
#sc_intro p {
	margin: 0;
}
#sc_intro ul {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}
#sc_intro li {
	background: url(/sweetcare/include/images/sweetcare-sprite.png) no-repeat -313px -301px;
	_background-image: url('/sweetcare/include/images/sweetcare-sprite.gif');
	margin: 4px 0;
	padding: 2px 0 2px 24px;
}
#sc_intro .more {
	background: none;
}

/* Content */
#sc_content {
	margin-top: 15px;
}
#sc_content .col1,
#sc_content .col2 {
	display: inline-block;
		*display: inline;
	vertical-align: top;
	zoom: 1.0;
}
#sc_content .col1 {
	margin-right: 15px;
	width: 620px;
}
#sc_content .col2 {
	background: #fff;
		background-image:
			-moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1)),
			-moz-linear-gradient(left, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0) 8%);
		background-image:
			-webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 1)), color-stop(10%,rgba(255, 255, 255, 0)), color-stop(90%,rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1))),
			-webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0.12)), colo-stop(8%,rgba(0, 0, 0, 0)));
		background-image:
			-webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1)),
			-webkit-linear-gradient(left, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0) 8%);
		background-image:
			-ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1)),
			-ms-linear-gradient(left, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0) 8%);
	background-image:
		linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1)),
		linear-gradient(left, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0) 8%);
	padding: 0 0 40px 15px;
	width: 280px;
	/* IE */
	border-left: 1px solid #ddd \0/;
	*border-left: 1px solid #ddd;
	width: 279px \0/;
	*width: 279px;
}

/* Column 2 featured articles */
#sc_content .col2 .article_header {
	font-size: 18px;
	height: auto;
	line-height: normal;
	padding: 0 0 4px;
}
#sc_content .col2 .sc_featured {
	margin-top: 0;
}
#sc_content .col2 .sc_featured li a {
	font-size: 13px;
	line-height: normal;
	padding-top: 9px;
}

/* Knowledge Base */
#sc_search {
	background: #d8e4ef;
		background: -moz-linear-gradient(top, #d8e4ef, #bcd2e5);
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#d8e4ef), to(#bcd2e5));
		background: -webkit-linear-gradient(top, #d8e4ef, #bcd2e5);
		background: -ms-linear-gradient(top, #d8e4ef, #bcd2e5);
	background: linear-gradient(top, #d8e4ef, #bcd2e5);
	border: 1px solid #a8c2d8;
	border-bottom-color: #95b2cc;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
		-moz-box-shadow:
			inset 0 1px 0 rgba(255, 255, 255, 0.3),
			inset -1px 0 0 rgba(255, 255, 255, 0.3),
			inset 0 -1px 0 rgba(255, 255, 255, 0.3),
			inset 1px 0 0 rgba(255, 255, 255, 0.3),
			0 1px 3px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow:
			inset 0 1px 0 rgba(255, 255, 255, 0.3),
			inset -1px 0 0 rgba(255, 255, 255, 0.3),
			inset 0 -1px 0 rgba(255, 255, 255, 0.3),
			inset 1px 0 0 rgba(255, 255, 255, 0.3),
			0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.3),
		inset -1px 0 0 rgba(255, 255, 255, 0.3),
		inset 0 -1px 0 rgba(255, 255, 255, 0.3),
		inset 1px 0 0 rgba(255, 255, 255, 0.3),
		0 1px 3px rgba(0, 0, 0, 0.3);
	margin: 0;
	padding: 10px 15px 10px;
	position: relative;
}
#sc_search .icon {
	background: url(/sweetcare/include/images/sweetcare-sprite.png) no-repeat -58px -226px;
	_background-image: url('/sweetcare/include/images/sweetcare-sprite.gif');
	display: block;
	height: 95px;
	position: absolute;
		top: -11px;
		left: -5px;
	width: 67px;
}
#sc_search .title {
	padding-left: 53px;
}
#sc_search h3 {
	border: none;
	color: #003a79;
	font-size: 42px;
	line-height: 42px;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 0 #FFF;
}
#sc_search h4 {
	color: #0e5eb6;
	font-size: 19px;
	margin: 0;
	padding: 0;
}
#sc_search p {
	margin: 8px 0 8px;
}
#sc_search .searchfield {
	background: #fff;
		-moz-background-clip: padding-box;
		-webkit-background-clip: padding-box;
		-ms-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid;
	border-color: #829cb3 #94b1ca #94b1ca #829cb3;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	border-radius: 2px;
		-moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(255, 255, 255, 0.25);
		-webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3), 1px 1px 0 rgba(255, 255, 255, 0.25);
	height: 44px;
	position: relative;
}
#sc_search input[type="text"] {
	background: none;
	border: none;
	display: block;
	font-size: 20px;
	height: 44px;
	padding: 0 0 0 15px;
	width: 832px;
	/* IE */
	padding-top: 10px\9;
	*padding-top: 10px
}
#sc_search #sc_submit {
	background: url('/sweetcare/include/images/sweetcare-sprite.png') no-repeat -253px -101px #f3c45c;
	_background-image: url('/sweetcare/include/images/sweetcare-sprite.gif');
	border: 1px solid #ba6d00;
	-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	border-radius: 2px;
		-moz-box-shadow:
			inset 0 1px 0 rgba(255, 225, 84, 0.6),
			inset -1px 0 0 rgba(255, 225, 84, 0.6),
			inset 0 -1px 0 rgba(255, 225, 84, 0.6),
			inset 1px 0 rgba(255, 225, 84, 0.6);
		-webkit-box-shadow:
			inset 0 1px 0 rgba(255, 225, 84, 0.6),
			inset -1px 0 0 rgba(255, 225, 84, 0.6),
			inset 0 -1px 0 rgba(255, 225, 84, 0.6),
			inset 1px 0 rgba(255, 225, 84, 0.6);
	box-shadow:
		inset 0 1px 0 rgba(255, 225, 84, 0.6),
		inset -1px 0 0 rgba(255, 225, 84, 0.6),
		inset 0 -1px 0 rgba(255, 225, 84, 0.6),
		inset 1px 0 rgba(255, 225, 84, 0.6);
	cursor: pointer;
	display: block;
	height: 0;
		height: 44px\0/;
		*height: 44px;
	padding: 44px 0 0;
	position: absolute;
		top: -1px;
		right: -1px;
	width: 50px;
}
#sc_search #sc_submit:not(.ie) {
		background-image:
			url('/sweetcare/include/images/sweetcare-sprite.png'),
			-moz-linear-gradient(top, #f3c45c, #f3c45c 50%, #f0ad20 50%, #f2bb49);
		background-image:
			url('/sweetcare/include/images/sweetcare-sprite.png'),
			-webkit-gradient(linear, 0 0, 0 100%, from(#f3c45c), color-stop(50%, #f3c45c), color-stop(50%, #f0ad20), to(#f2bb49));
		background-image:
			url('/sweetcare/include/images/sweetcare-sprite.png'),
			-webkit-linear-gradient(top, #f3c45c, #f3c45c 50%, #f0ad20 50%, #f2bb49);
		background-image:
			url('/sweetcare/include/images/sweetcare-sprite.png'),
			-ms-linear-gradient(top, #f3c45c, #f3c45c 50%, #f0ad20 50%, #f2bb49);
	background-image:
		url('/sweetcare/include/images/sweetcare-sprite.png'),
		linear-gradient(top, #f3c45c, #f3c45c 50%, #f0ad20 50%, #f2bb49);
	background-repeat: no-repeat;
	background-position: -253px -101px, 0 0;
}
#sc_search #sc_submit:hover {
	background-color: #66d400;
}
#sc_search #sc_submit:not(.ie):hover {
		background-image:
			url('/sweetcare/include/images/sweetcare-sprite.png'),
			-moz-linear-gradient(top, #f5d06e, #f5d06e 50%, #f3bd26 50%, #f5c958);
		background-image:
			url('/sweetcare/include/images/sweetcare-sprite.png'),
			-webkit-gradient(linear, 0 0, 0 100%, from(#f5d06e), color-stop(50%, #f5d06e), color-stop(50%, #f3bd26), to(#f5c958));
		background-image:
			url('/sweetcare/include/images/sweetcare-sprite.png'),
			-webkit-linear-gradient(top, #f5d06e, #f5d06e 50%, #f3bd26 50%, #f5c958);
		background-image:
			url('/sweetcare/include/images/sweetcare-sprite.png'),
			-ms-linear-gradient(top, #f5d06e, #f5d06e 50%, #f3bd26 50%, #f5c958);
	background-image:
		url('/sweetcare/include/images/sweetcare-sprite.png'),
		linear-gradient(top, #f5d06e, #f5d06e 50%, #f3bd26 50%, #f5c958);
}
#sc_search .manufacturers_link {
	display: block;
	color: #0e5eb6;
	font-size: 12px;
	margin-top: 5px;
	text-align: right;
}

/* Homepage Search Form */
#sc_search.home input[type="text"] {
	width: 513px;
}

/* Small Search Form */
#sc_search.small {
	padding-top: 10px;
}
#sc_search.small .title {
	padding-left: 0;
}
#sc_search.small .icon {
	display: none;
}
#sc_search.small h3 {
	font-size: 30px;
}
#sc_search.small h4 {
	font-size: 14px;
}
#sc_search.small .headers,
#sc_search.small .searchfield {
	display: inline-block;
		*display: inline;
	vertical-align: bottom;
	zoom: 1.0;
}
#sc_search.small .headers {
	width: 306px;
}
#sc_search.small input[type="text"] {
	width: 571px;
}

/* Hot Topics */
#sc_topics {
	margin-bottom: 25px;
}
#sc_topics h4 {
	color: #ff0000;
	font-size: 18px;
	height: 32px;
	line-height: 32px;
	margin: 0;
	text-transform: uppercase;
}
#sc_topics ul {
	border-bottom: 1px dotted #cccccc;
	list-style: none;
	margin: 0 0 8px;
	padding: 0;
}
#sc_topics li {
	border: dotted #ccc;
	border-width: 1px 0 0;
	display: inline-block;
		*display: inline;
	padding: 6px 0 3px;
	vertical-align: top;
	width: 49%;
	zoom: 1.0;
}
#sc_topics li a,
#sc_topics li a:link,
#sc_topics li a:visited,
#sc_topics li a:hover,
#sc_topics li a:active,
#sc_topics li a:focus {
	background: #ff0000;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
	border-radius: 20px;
	color: #FFF;
	display: inline-block;
		*display: inline;
	height: 15px;
	font-size: 12px;
	line-height: 16px;
	margin-right: 5px;
	max-width: 122px;
	overflow: hidden;
	padding: 0 8px;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	zoom: 1.0;
}
#sc_topics li a:hover,
#sc_topics li a:active,
#sc_topics li a:focus {
	background: #d90000;
}
#sc_topics li:nth-child(n+5) a {
	background-color: #ff7200;
}
#sc_topics li:nth-child(n+5) a:hover,
#sc_topics li:nth-child(n+5) a:active,
#sc_topics li:nth-child(n+5) a:focus {
	background-color: #ff5e00;
}
#sc_topics li:nth-child(n+9) a {
	background-color: #f0ad20;
}
#sc_topics li:nth-child(n+9) a:hover,
#sc_topics li:nth-child(n+9) a:active,
#sc_topics li:nth-child(n+9) a:focus {
	background-color: #f09b13;
}
#sc_topics li:nth-child(n+13) a {
	background-color: #68d986;
}
#sc_topics li:nth-child(n+13) a:hover,
#sc_topics li:nth-child(n+13) a:active,
#sc_topics li:nth-child(n+13) a:focus {
	background-color: #4fc96f;
}
#sc_topics li:nth-child(n+17) a {
	background-color: #89b8ff;
}
#sc_topics li:nth-child(n+17) a:hover,
#sc_topics li:nth-child(n+17) a:active,
#sc_topics li:nth-child(n+17) a:focus {
	background-color: #75a6f0;
}

/* Sections */
#sc_sections {
	border: 1px solid #bfbfbf;
	border-bottom-color: #a1a1a1;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
		-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	list-style: none;
	margin: 0;
	padding: 0;
}
#sc_sections a {
	background: #f1f1f1;
		background: -moz-linear-gradient(top, #f1f1f1, #d9d9d9);
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#d9d9d9));
		background: -webkit-linear-gradient(top, #f1f1f1, #d9d9d9);
		background: -ms-linear-gradient(top, #f1f1f1, #d9d9d9);
	background: linear-gradient(top, #f1f1f1, #d9d9d9);
	border-top: 1px solid #bababa;
		-moz-box-shadow:
			inset -1px 0 0 #fff,
			inset 0 -1px 0 #fff,
			inset 1px 0 0 #fff;
		-webkit-box-shadow:
			inset -1px 0 0 #fff,
			inset 0 -1px 0 #fff,
			inset 1px 0 0 #fff;
	box-shadow:
		inset -1px 0 0 #fff,
		inset 0 -1px 0 #fff,
		inset 1px 0 0 #fff;
	display: block;
	padding: 10px 10px 10px 106px;
	position: relative;
	text-decoration: none;
}
#sc_sections li:first-child a {
	border-top: none;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
	border-radius: 5px 5px 0 0;
}
#sc_sections li:last-child a {
		-moz-border-radius: 0 0 5px 5px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
	border-radius: 0 0 5px 5px;
		-moz-box-shadow:
			inset -1px 0 0 #fff,
			inset -1px 0 0 #fff,
			inset 0 -1px 0 #fff,
			inset 1px 0 0 #fff;
		-webkit-box-shadow:
			inset -1px 0 0 #fff,
			inset -1px 0 0 #fff,
			inset 0 -1px 0 #fff,
			inset 1px 0 0 #fff;
	box-shadow:
		inset -1px 0 0 #fff,
		inset -1px 0 0 #fff,
		inset 0 -1px 0 #fff,
		inset 1px 0 0 #fff;
}
#sc_sections .icon {
	background: url('/sweetcare/include/images/sweetcare-sprite.png') no-repeat 0 0;
	_background-image: url('/sweetcare/include/images/sweetcare-sprite.gif');
	display: block;
	position: absolute;
		top:0;
		left:0;
}
#sc_sections .warranty .icon {
	background-position: -227px -180px;
	height: 42px;
	left: 3px;
	top: 7px;
	width: 99px;
}
#sc_sections .remote .icon {
	background: url("/sweetcare/include/images/laptop-icon.png") no-repeat 0 0;
	height: 58px;
	left: 3px;
	top: 8px;
	width: 97px;
}
#sc_sections .title {
	color: #003a79;
	display: block;
	font-size: 15px;
	margin-bottom: 3px;
	text-shadow: 1px 1px 0 #FFF;
}
#sc_sections .subtitle {
	color: #3875b5;
	display: block;
	font-size: 12px;
	margin-bottom: 6px;
}
#sc_sections .viewall {
	margin-right: 5px;
}

/* Article Tags */
.article_tags {
	list-style: none;
	margin: 0;
	padding: 0;
}
.article_tags li {
	display: inline-block;
		*display: inline;
	margin: 0 2px 2px 0;
	vertical-align: top;
	zoom: 1.0;
}
#sweetcare .article_tags a {
	background: #ffdf99;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #874f00;
	display: block;
	font-size: 10px;
	padding: 1px 5px;
	text-decoration: none;
}
#sweetcare .article_tags a:hover {
	background: #ffcf66;
	color: #874f00;
}

/* Archive
------------*/
.archive #sc_header,
.page-template-page-knowledge_base-php #sc_header,
.page-template-page-browse_manufacturers-php #sc_header,
.search #sc_header,
.single #sc_header {
		-moz-border-bottom-right-radius: 0;
		-moz-border-bottom-left-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.archive #sc_search,
.page-template #sc_search,
.search #sc_search,
.single #sc_search {
	border-top: none;
		-moz-border-top-left-radius: 0;
		-moz-border-top-right-radius: 0;
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.article_list {
	display: table;
	margin-top: 5px;
	width: 100%;
}
.article_list .article {
	display: table-row;
	position: relative;
}
.article_list .article .article_icon,
.article_list .article .article_info {
	border-top: 1px dotted #cccccc;
	display: table-cell;
	padding: 10px 0 10px 0;
	vertical-align: top;
}
.article_list .article:first-child .article_icon,
.article_list .article:first-child .article_info {
	border-top: none;
}
.article_list .article .article_icon {
	width: 6%;
	/* IE7 */
	*display: block;
	*float: left;
	*margin-right: 10px;
	*width: auto;
	/* IE6 */
	_display: none;
}
.article_list .article.article_info {
	width: 94%;
}
.article_list .article .article_icon strong {
	background: #FF0000;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	display: block;
	font-size: 30px;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	padding: 0 4px 0;
	text-align: center;
}
.article_list .article .article_info {
	padding-left: 15px;
}
.article_list h4,
#sweetcare .article_list h4 a {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
}
#sweetcare .article_list h4 {
	margin: 0 0 4px;
}
.article_list .article_date {
	color: #656565;
	float: left;
	font-size: 11px;
	padding-top: 1px;
}
.article_list .article_tags {
	text-align: right;
}
.controls {
	border-top: 1px dotted #cccccc;
	padding-top: 10px;
}
#sweetcare .video_cat_link,
#sweetcare .video_cat_link:link,
#sweetcare .video_cat_link:visited {
	background: #f0ad20;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #FFF;
	display: block;
	font-size: 10px;
	height: 15px;
	line-height: 15px;
	margin: 3px 0 0 0;
	padding: 0 4px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}
#sweetcare .video_cat_link:hover,
#sweetcare .video_cat_link:focus,
#sweetcare .video_cat_link:active {
	background: #f09b13;
}
#sweetcare .video_cat_link:before {
	background: url(/sweetcare/include/images/sweetcare-sprite.png) no-repeat 0 -240px;
	_background-image: url('/sweetcare/include/images/sweetcare-sprite.gif');
	content: "";
	display: inline-block;
		*display: inline;
	height: 9px;
	padding: 0 3px 1px 0;
	vertical-align: middle;
	zoom: 1.0;
	width: 15px;
}

/* Single Article
-------------------*/
.articles .article_tile,
.articles .article_content {
	padding: 0 0 10px;
	position: relative;
}
.articles .article_title {
	border-bottom: 4px solid #ededed;
	margin: 10px 0 20px;
}
#sweetcare .articles h2 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 3px;
}
.articles .article_meta {
	list-style: none;
	margin: 0 0 5px;
	padding: 0;
}
.articles .article_meta li {
	border-left: 1px solid #ccc;
	color: #666666;
	display: inline-block;
		*display: inline;
	margin-right: 3px;
	padding: 2px 0 2px 6px;
	vertical-align: top
	zoom: 1.0;
}
.articles .article_meta li:first-child {
	border-left: none;
	padding-left: 0;
}
.articles .article_answer {
	padding-bottom: 0;
}
.articles .article_tags {
	background-image:
			-moz-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1)),
			-moz-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
		background-image:
			-webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 1)), color-stop(10%, rgba(255, 255, 255, 0)), color-stop(90%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1))),
			-webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0)));
		background-image:
			-webkit-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1)),
			-webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
		background-image:
			-ms-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1)),
			-ms-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
	background-image:
		linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1)),
		linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
	border-top: 1px solid #cfcfcf;
	list-style: none;
	padding-top: 10px;
}
.articles .article_tags ul {
	list-style: none;
	margin: 0 0 1px 0;
	padding: 0;
}
.articles .article_tags li {
	margin: 2px 4px 0 0;
}
.articles .article_tags strong:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}
.articles .edit-link {
	float: right;	
}

/* Suggested Products */
.suggested_products {
	border-top: 1px dotted #ccc;
	margin: 20px 0 10px;
}
#sweetcare .suggested_products h3 {
	border-bottom: 1px dotted #ccc;
	color: #FF0000;
	margin: 0;
	padding: 5px 0;
	/* IE */
	border-bottom: 0\9;
	*border-bottom: 0;
}
.suggested_products ul {
	list-style: none;
	margin: 10px 0 20px;
	padding: 0;
	/* IE */
	margin-top: 0\9;
	*margin-top: 0;
}
.suggested_products li {
	border: solid #e5e5e5;
	border-width: 1px 1px 0 0;
	display: inline-block;
		*display: inline;
	font-size: 11px;
	margin: 0;
	padding: 10px 10px 42px;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 133px;
	zoom: 1.0;
}
.suggested_products li:nth-child(4n+1) {
	border-left-width: 1px;
}
.suggested_products li:nth-child(-n+4) {
	border-top: none;
}
.suggested_products .image {
	display: block;
	height: 120px;
}
.suggested_products .image:before,
.suggested_products .image img {
	display: inline-block;
		*display: inline;
	vertical-align: middle;
	zoom: 1.0;
}
.suggested_products .image:before {
	content: "";
	width: 0px;
		*width: 1px;
	height: 100%;
}
.suggested_products .name {
	display: block;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
}
.suggested_products .price {
	color: #FF0000;
	display: block;
	margin: 5px 0;
}
.suggested_products strong {
	font-size: 15px;
}
.suggested_products span {
	font-size: 11px;
}
.suggested_products em {
	font-style: normal;
	text-transform: uppercase;
}
#sweetcare .suggested_products .greenbutton {
	background: #009700;
		background: -moz-linear-gradient(top, #009700, #005100);
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#009700), to(#005100));
		background: -webkit-linear-gradient(top, #009700, #005100);
		background: -ms-linear-gradient(top, #009700, #005100);
	background: linear-gradient(top, #009700, #005100);
	border: 1px solid #004d00;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	border-radius: 4px;
		-moz-box-shadow:
			inset 0 1px 0 rgba(255, 255, 255, 0.15),
			inset -1px 0 0 rgba(255, 255, 255, 0.15),
			inset 0 -1px 0 rgba(255, 255, 255, 0.15),
			inset 1px 0 0 rgba(255, 255, 255, 0.15),
			0 1px 3px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow:
			inset 0 1px 0 rgba(255, 255, 255, 0.15),
			inset -1px 0 0 rgba(255, 255, 255, 0.15),
			inset 0 -1px 0 rgba(255, 255, 255, 0.15),
			inset 1px 0 0 rgba(255, 255, 255, 0.15),
			0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow:
		inset 0 1px 0 rgba(255, 255, 255, 0.15),
		inset -1px 0 0 rgba(255, 255, 255, 0.15),
		inset 0 -1px 0 rgba(255, 255, 255, 0.15),
		inset 1px 0 0 rgba(255, 255, 255, 0.15),
		0 1px 3px rgba(0, 0, 0, 0.3);
	color: #FFF;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin: 0 auto 0 -46px;
	padding: 0;
	position: absolute;
		bottom: 10px;
		left: 50%;
	text-align: center;
	width: 90px;
	text-decoration: none;
}
#sweetcare .suggested_products .greenbutton:before {
	content: "+";
	font-size: 13px;
	line-height: 12px;
	margin-right: 3px;
}

/* Better Related */
.related_articles {
	counter-reset: related;
}
#sweetcare .related_articles h3 {
	border-bottom: none;
	color: #ff0000;
	display: block;
	font-size: 18px;
	height: 28px;
	line-height: 28px;
	margin: 0;
}
.related_articles ol {
	border-bottom: 1px dotted #cccccc;
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
}
.related_articles li,
.related_articles li a {
	display: block;
	line-height: normal;
}
.related_articles li a {
	border: dotted #cccccc;
	border-width: 1px 0 0;
	font-size: 13px;
	line-height: 19.24px;
	padding: 7px 0 7px 26px;
	position: relative;
	text-decoration: none;
	/* IE 6 and 7 */
	*padding-left: 0;
	*position: static;
}
.related_articles li a:before {
	background: #FF0000;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	counter-increment: related;
	content: counter(related);
	display: block;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	margin: 0 6px auto auto;
	position: absolute;
		top: 7px;
		left: 0;
	vertical-align: text-bottom;
	text-align: center;
	width: 18px;
}

/* Page */
.page #sweetcare h2 {
	border-bottom: 4px solid #EDEDED;
	font: normal normal 38px 'Myriad Pro', Helvetica, Arial, sans-serif;
	line-height: 36px;
	margin-bottom: 15px;
	padding: 10px 0 10px;
}
.page h2 strong {
	display: block;
	font-size: 22px;
	line-height: 22px;
}
.page_content ol {
	border: dotted #ccc;
	border-width: 1px 0;
	counter-reset: olcounter;
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.page_content ol li {
	line-height: 19.24px;
	margin: 5px 0;
	padding: 2px 0 7px 32px;
	position: relative;
}
.page_content ol li:before {
	background: #FF0000;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	border-radius: 3px;
	counter-increment: olcounter;
	content: counter(olcounter);
	color: #FFF;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 2px 0;
	position: absolute;
		top: 0;
		left: 0;
	text-align: center;
	width: 25px;
}
.wp-post-image {
	float: left;
	margin: 0 20px 20px 0;
}

/* Page Children */
.page_children {
	counter-reset: children;
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}
.page_children a,
.page_children a:link,
.page_children a:active {
	text-decoration: none;
}
.page_children a {
	background: #f1f1f1;
		background: -moz-linear-gradient(top, #f1f1f1, #d9d9d9);
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#d9d9d9));
		background: -webkit-linear-gradient(top, #f1f1f1, #d9d9d9);
		background: -ms-linear-gradient(top, #f1f1f1, #d9d9d9);
	background: linear-gradient(top, #f1f1f1, #d9d9d9);
	border: 1px solid #bfbfbf;
	border-bottom-color: #a1a1a1;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
		-moz-box-shadow:
			inset -1px 0 0 #fff,
			inset 0 -1px 0 #fff,
			inset 1px 0 0 #fff,
			0 1px 3px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow:
			inset -1px 0 0 #fff,
			inset 0 -1px 0 #fff,
			inset 1px 0 0 #fff,
			0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow:
		inset -1px 0 0 #fff,
		inset 0 -1px 0 #fff,
		inset 1px 0 0 #fff,
		0 1px 3px rgba(0, 0, 0, 0.25);
	display: block;
	list-style: none;
	margin: 0 0 10px;
	padding: 10px 10px 10px 75px;
	position: relative;
	text-decoration: none;
	/* IE6 */
	_padding: 10px;
}
.page_children .icon {
	display: block;
	position: absolute;
		top: 8px;
		left: 0;
	width: 75px;
	/* IE6 */
	_display: none !important;
}
.page_children .icon img {
	display: block;
	float: none;
	margin: 0 auto;
	/* IE6 */
	_display: none !important;
}
.page_children .title {
	color: #003a79;
	display: block;
	font-size: 22px;
	text-shadow: 1px 1px 0 #FFF;
	margin-bottom: 4px;
}
.page_children .subtitle {
	color: #3875b5;
	display: block;
	font-size: 14px;
	margin-bottom: 8px;
}
.page_children .viewall {
	margin-right: 5px;
}

/* Contact Page */
.contact_cols {
	background: url(/sweetcare/include/images/contact-photo-3.jpg) no-repeat -10px bottom;
	padding: 0 0 10px 250px;
}
.contactCol1,
.contactCol2 {
	display: inline-block;
		*display: inline;
	font-size: 12px;
	padding: 10px 20px 15px;
	width: 320px;
	vertical-align: top;
	zoom: 1.0;
}
.contactCol1 {
	padding-left: 0;
}
.contactCol2 {
	background: #fff;
		background-image:
			-moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1)),
			-moz-linear-gradient(left, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0) 8%);
		background-image:
			-webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 1)), color-stop(10%,rgba(255, 255, 255, 0)), color-stop(90%,rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1))),
			-webkit-gradient(linear, 0 0, 100% 0, from(rgba(0, 0, 0, 0.12)), colo-stop(8%,rgba(0, 0, 0, 0)));
		background-image:
			-webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1)),
			-webkit-linear-gradient(left, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0) 8%);
		background-image:
			-ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1)),
			-ms-linear-gradient(left, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0) 8%);
	background-image:
		linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1)),
		linear-gradient(left, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0) 8%);
	padding-right: 0;
}
#sweetcare .contactCol1 h3,
#sweetcare .contactCol2 h3 {
	border: none;
	font-size: 16px;
	height: 40px;
	margin: 0;
	padding: 0;
}
#sweetcare .contactCol1 ol,
#sweetcare .contactCol2 ol {
	margin-bottom: 15px;
}
#sweetcare .contactCol2 h3 {
	font-size: 13px;
}
#sweetcare .contact_cols .request_button {
	text-align: center;
}
.contactCall {
	background: #fffad4;
	border: 1px solid #ecdf64;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}
.contactCall .phone {
	color: green;
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
}
.callTime {
	background: #f1f1f1;
		background: -moz-linear-gradient(top, #f1f1f1, #d9d9d9);
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#d9d9d9));
		background: -webkit-linear-gradient(top, #f1f1f1, #d9d9d9);
		background: -ms-linear-gradient(top, #f1f1f1, #d9d9d9);
	background: linear-gradient(top, #f1f1f1, #d9d9d9);
	border: 1px solid #bfbfbf;
	border-bottom-color: #a1a1a1;
		-moz-border-radius: 0 0 5px 5px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
	border-radius: 0 0 5px 5px;
		-moz-box-shadow:
			inset -1px 0 0 #fff,
			inset 0 -1px 0 #fff,
			inset 1px 0 0 #fff,
			0 1px 3px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow:
			inset -1px 0 0 #fff,
			inset 0 -1px 0 #fff,
			inset 1px 0 0 #fff,
			0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow:
		inset -1px 0 0 #fff,
		inset 0 -1px 0 #fff,
		inset 1px 0 0 #fff,
		0 1px 3px rgba(0, 0, 0, 0.25);
	display: block;
	list-style: none;
	margin: 0;
	padding: 10px;
	position: relative;
	text-decoration: none;
}
#sweetcare .callTime h4 {
	margin: 0 0 5px;
}
#sweetcare .callTime p {
	margin: 0;
}

/* Pro Tools, Creation Station, Mac/PC Pages */
#sweetcare .mac_pc_header h2,
#sweetcare .pt_header h2,
#sweetcare .cs_header h2 {
	border: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: left;
	text-indent: -99999px;
}
#sweetcare .mac_pc_header,
#sweetcare .pt_header,
#sweetcare .cs_header {
	padding: 0 15px;
}

/* Pro Tools */
#sweetcare .pt_header h2 {
	height: 132px;
}
#sweetcare .pt_header {
	background: url(/sweetcare/include/images/pro_tools_header.jpg) no-repeat 0 0;
	padding-left: 226px;
}
#sweetcare .pt_header_subpage,
#sweetcare .pt_header_troubleshooting {
	background: url(/sweetcare/include/images/pro_tools_subpage_header.jpg) no-repeat 0 0;
	padding-left: 15px;
}
#sweetcare .pt_header_subpage h2,
#sweetcare .pt_header_troubleshooting h2 {
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 40px;
	height: 105px;
	line-height: normal;
	padding: 30px 20px 0 136px;
	text-align: left;
	text-indent: 0;
	text-shadow: 2px 2px 0 rgba(49, 24, 64, 0.60);
}

/* Creation Station */
#sweetcare .cs_header h2 {
	height: 130px;
}
.cs_header {
	background: url(/sweetcare/include/images/creation_station_header.jpg) no-repeat 0 0;
}
.cs_header_tutorials {
	background: url(/sweetcare/include/images/creation_station_tutorials_header.jpg) no-repeat 0 0;
}
.cs_header_troubleshooting {
	background: url(/sweetcare/include/images/creation_station_troubleshooting_header.jpg) no-repeat 0 0;
}

/* Mac/PC */
#sweetcare .mac_pc_header {
	background: url(/sweetcare/include/images/mac_pc_header.jpg) no-repeat 0 0;
	padding: 0 15px 20px 434px;
}
#sweetcare .mac_pc_header h2 {
	height: 134px;
}
.mac_col,
.pc_col {
	display: inline-block;
		*display: inline;
	width: 455px;
	vertical-align: top;
	zoom: 1.0;
}
.mac_col {
	margin-right: 20px;
}

/* Standard page */
.page-template-default h2 {
	font-size: 32px;
}

/* Fancy Article List */
.articleGroup {
	border: 1px solid #bfbfbf;
	border-bottom-color: #a1a1a1;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
		-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
		-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	list-style: none;
	margin: 0;
	padding: 0;
}
.articleGroup ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#sweetcare .articleGroup h3,
#sweetcare .articleGroup a {
	background: #f1f1f1;
		background: -moz-linear-gradient(top, #f1f1f1, #d9d9d9);
		background: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#d9d9d9));
		background: -webkit-linear-gradient(top, #f1f1f1, #d9d9d9);
		background: -ms-linear-gradient(top, #f1f1f1, #d9d9d9);
	background: linear-gradient(top, #f1f1f1, #d9d9d9);
	border-top: solid #bababa;
	border-width: 1px 0 0;
		-moz-box-shadow:
			inset -1px 0 0 #fff,
			inset 0 -1px 0 #fff,
			inset 1px 0 0 #fff;
		-webkit-box-shadow:
			inset -1px 0 0 #fff,
			inset 0 -1px 0 #fff,
			inset 1px 0 0 #fff;
	box-shadow:
		inset -1px 0 0 #fff,
		inset 0 -1px 0 #fff,
		inset 1px 0 0 #fff;
	display: block;
	margin: 0;
	padding: 10px;
	position: relative;
	text-decoration: none;
}
#sweetcare .articleGroup h3 {
	border-width: 0;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
	border-radius: 5px 5px 0 0;
}
#sweetcare .articleGroup a {
	color: #003a79;
	font-size: 16px;
	text-shadow: 1px 1px 0 #FFF;
}
#sweetcare .articleGroup li:last-child a {
		-moz-border-radius: 0 0 5px 5px;
		-webkit-border-bottom-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
	border-radius: 0 0 5px 5px;
}
#sweetcare .articleGroup .viewall {
	float: right;
}
.dealzone_tile {
	display: block;
	margin: 10px auto 15px;
}
.dealzone_tile img {
	display: block;
	margin: 0 auto;
}

/* Manufacturer list */
#sweetcare .manu_list h3 {
	background: #D8E4EF;
	border-bottom-style: solid;
	border-color: #A8C2D8;
	padding: 6px 10px 0px;
}
.manu_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.manu_list li {
	display: inline-block;
		*display: inline;
	margin-right: 10px;
	padding: 4px 0;
	vertical-align: top;
	width: 222px;
	zoom: 1.0;
}

#sweetcare #footer {
	clear: both;
}