#sweetcare {
	color: #333;
	font-size: 13px;
	font-weight: normal;
}
#sweetcare {
	margin: 0 auto;
	width: 930px;
	margin-bottom: 30px;
}
#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 {
	color: #003e8f;
	font-weight: bold;
	margin: 0;
}
#sweetcare h3,
#sweetcare h4,
#sweetcare h5,
#sweetcare h6 {
	margin: 15px 0 10px;
}
#sweetcare h1,
#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-size: 13px;
}
#sweetcare cite:before {
	content: "\2014";
	margin-right: 4px;
}

#sweetcare ol {
	display: block;
	list-style: decimal;
}
#sweetcare ul {
	display: block;
	list-style: disc;
}

.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;
	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-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;
	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-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);
	color: #000;
	text-shadow:1px 1px 0 #e3e3e3;
}
.greybutton:active,
.post-edit-link:active {
	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-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);
	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-linear-gradient(top, #163C77, #092449);
	background: -ms-linear-gradient(top, #163C77, #092449);
	background: linear-gradient(top, #163C77, #092449);
	border-color: #061831 #061831 #000000;
	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-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);
	color:#FFF;
}
.bluebutton:hover {
	background: #1A4C96;
	background: -moz-linear-gradient(center top, #1A4C96, #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;
	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;
	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-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: auto;
	*height: 32px;
	line-height: 32px;
	margin: 0;
	min-height: 32px;
	padding: 0;
	text-shadow: 1px 1px 0 #FFF;
}
#sweetcare .article_header h3 {
	border-bottom: none;
	color: #666666;
	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;
	border-radius: 5px 5px 0 0;
	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);
	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;
	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 {
	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-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;
	border-bottom-left-radius: 3px;
}
#sweetcare .page-numbers-wrap li:last-child .page-numbers {
	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,
#sweetcare .sc_featured .article_header h3 {
	color: #f00;
}
.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;
	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;
}
.sc_featured li, .sc_featured li a {
	display: block;
}
.sc_featured .article_header {
	white-space: nowrap;
}
.sc_featured .article_header li {
	display: inline-block;
	*display: inline;
	zoom: 1.0;
}
#sweetcare .sc_featured .article_header a:before {
	display: none;
}

/* Header */
#sc_header {
	background: #0c355e;
	background: -moz-linear-gradient(top, #002d56, #0c355e 63%, #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;
	border-radius: 5px;
	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: #8bafd4;
	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;
	border-radius: 5px;
	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-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-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;
	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 h1,
#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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#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-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-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;
	border-radius: 5px;
	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: #3875b5;
	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;
	border-radius: 2px;
	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 50px 0 15px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	/* 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;
	border-radius: 2px;
	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-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-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;
	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;
	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;
}

/* PT Box */
.pt_links,
#sc_sections {
	border: 1px solid #bfbfbf;
	border-bottom-color: #a1a1a1;
	border-radius: 5px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	margin: 0 0 25px;
	padding: 0;
}
.pt_links_list a,
#sc_sections a {
	background: #f1f1f1;
	background: -moz-linear-gradient(top, #f1f1f1, #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;
	box-shadow: inset 0 0 0 1px #fff;
	display: block;
	padding: 10px 40px 10px 10px;
	position: relative;
	text-decoration: none;
}
.pt_links_list li:last-child a,
#sc_sections li:last-child a {
	border-radius: 0 0 5px 5px;
}
#sweetcare a.pt_links_intro {
	background: url(/sweetcare/include/images/pt-links-header.jpg) no-repeat 0 0;
	border-radius: 5px 5px 0 0;
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 14px 10px 10px 110px;
	text-decoration: none;
}
.pt_links_intro strong {
	display: block;
	font-size: 18px;
	line-height: 1;
	margin-bottom: 4px;
}
.pt_links_list {
	font-size: 14px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
}
.pt_links_list a {
	height: auto;
	_height: 34px;
	min-height: 34px;
	position: relative;
	*position: static;
}
.pt_links_list a:hover {
	box-shadow:
			inset 0 0 0 1px rgba(255, 255, 255, 0.5),
			inset 0 0 20px rgba(165, 132, 172, 0.6);
}
#sweetcare .pt_links_list a {
	color: #232425;
}
.pt_links_list span,
.pt_links_list a:before {
	display: inline-block;
	vertical-align: middle;
}
.pt_links_list a:before {
	content: '';
	height: 34px;
	width: 0;
}
.pt_links_list a:after {
	background: url(/sweetcare/include/images/icon-arrow.png) no-repeat 0 0;
	content: '';
	height: 19px;
	margin-top: -9px;
	position: absolute;
	top: 50%;
	right: 8px;
	width: 19px;
}

/* Sections */
#sc_sections {
	list-style: none;
}
#sc_sections a {
	padding-left: 106px;
	padding-right: 10px;
}
#sc_sections li:first-child a {
	border-top: none;
	border-radius: 5px 5px 0 0;
}
#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;
	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;
}

/* Remote */
.page--remote ul {
	padding: 0 0 0 24px;
}
.page--remote li {
	margin: 8px 0;
}
.remote__info {
	float: left;
	margin-bottom: 20px;
	width: 520px;
}
.remote__terms {
	background: #eeeeee;
	border-radius: 7px;
	clear: both;
	margin-top: 17px;
	padding: 10px 30px;
}
.remote__download {
	background: #ebf5ff;
	border-radius: 5px;
	float: right;
	margin-bottom: 20px;
	padding: 15px 15px 20px;
	width: 360px;
}
.remote__download img {
	float: left;
	margin-right:20px;
}
.remote__download ul {
	margin-bottom: 30px;
}
.remote__download li {
	color: #444;
	font-size: 14px;
	font-weight: bold;
}
.remote__download .button {
	width: 255px;
	font-size: 16px;
	margin: 0 auto 10px auto;
	display: block;
}
.remote__disclaimer {
	border-top: 1px solid #ddd;
	clear: both;
	color: #777;
	font-size: 10px;
	line-height: normal;
	margin-top: 40px;
	padding-top: 10px;
}

/* 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 {
	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;
	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;
	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;
	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 h1,
#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-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;
}
.articles .anchor-menu {
	display: table;
	padding: 12px 12px 10px;
	border: 1px solid #a2a9b1;
	background-color: #f8f9fa;
}
.articles .anchor-menu .title {
	display: block;
	text-align: center;
}
.articles .anchor-menu h4 {
	display: inline;
	font-size: 16px !important;
}
.articles .anchor-menu .toggle {
	margin-left: 6px;
}
.articles .anchor-menu .toggle a {
	cursor: pointer;
}
.articles .anchor-menu .toggle a:hover {
	text-decoration: underline;
}
.articles .anchor-menu ol.toc {
	padding: 0 0 0 1.15em;
	margin: 0.6em 0 0;
	display: none;
}
.articles .anchor-menu ol.toc.expanded {
	display: block;
}
.articles .anchor-menu .toc li {
	font-size: 1.05em;
	line-height: 1.8em;
}
.articles .anchor-menu .toc li a {
	font-size: 1em;
	text-decoration: none;
}
.articles .anchor-menu .toc li a:hover {
	text-decoration: underline;
}

/* Simple article content grid */
.articles .article_content .layout {
	display: table;
	width: 100%;
	padding: 0 0 2em;
}
/*.articles .article_content .layout .layout {*/
	/*margin: 0 -1.5em;*/
/*}*/
/*.articles .article_content [class*="layout__col"] {*/
	/*padding: 0 1.5em;*/
/*}*/
.articles .article_content [class*="layout__col"]:after {
	content: "";
	clear: both;
	display: table;
}
@media only screen {
	.articles .article_content [class*="layout__col"] {
		float: left;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
.articles .article_content .layout__col-6 {
	width: 50%;
}
.articles .article_content .layout__two-column [class*="layout__col"]:nth-child(odd) {
	padding-right: 0.75em;
}
.articles .article_content .layout__two-column [class*="layout__col"]:nth-child(even) {
	padding-left: 0.75em;
}
.articles .article_content .layout__two-column [class*="layout__col"] .content-type__wysiwyg p:first-child {
	margin-top: 0 !important;
}

/* Make oEmbeds responsive */
.articles .article_content .content-type__oembed {
	position: relative;
	padding-bottom: 56.25%;
	/*padding-top: 25px;*/
	height: 0;
}
.articles .article_content .content-type__oembed-width {
	margin: 0 auto;
}
.articles .article_content .content-type__oembed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.articles .article_content table {
	width: 100% !important;
	height: auto !important;
	margin: 20px auto 10px;
	border-collapse: collapse;
	text-rendering: optimizeLegibility;
}
.articles .article_content table th,
.articles .article_content table td {
	width: auto !important;
	text-align: left;
	padding: 0.4rem;
	vertical-align: top;
}
.articles .article_content table th {
	font-size: 14px;
	color: #003e8f;
	background-color: #eee;
}
.articles .article_content table tr:not(:last-child) {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 600px) {
	.articles .article_content table th {
		background-color: transparent;
	}
    .articles .article_content table [id*="attachment"] {
        width: auto !important;
    }

	.articles .article_content table.has-headers tr:nth-child(odd) td {
		background-color: #eee;
	}
	.articles .article_content table.has-headers tr:first-child {
		display: none;
	}
	.articles .article_content table.has-headers td {
		display: block;
		padding: 0.6rem;
	}
	.articles .article_content table.has-headers td:before {
		content: attr(data-th);
		font-weight: bold;
		display: inline-block;
		width: 6rem;
	}
}

/* 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-linear-gradient(top, #009700, #005100);
	background: -ms-linear-gradient(top, #009700, #005100);
	background: linear-gradient(top, #009700, #005100);
	border: 1px solid #004d00;
	border-radius: 4px;
	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;
	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 h1,
.page #sweetcare h2 {
	border-bottom: 4px solid #EDEDED;
	font-size: 38px;
	font-style: normal;
	font-weight: normal;
	line-height: 36px;
	margin-bottom: 15px;
	padding: 10px 0 10px;
}
.page h1 strong,
.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;
	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-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;
	border-radius: 5px;
	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-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;
	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-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;
	border-radius: 0 0 5px 5px;
	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 h1,
#sweetcare .pt_header h1,
#sweetcare .cs_header h1,
#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;
}

.page #sweetcare h1,
.page #sweetcare h2 {
	border: none;
	color: #0B345D;
	font-size: 35px;
	margin: 0;
	padding: 0;
}



/* Pro Tools */
#sweetcare .pt_header h1,
#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 h1,
#sweetcare .pt_header_troubleshooting h1,
#sweetcare .pt_header_subpage h2,
#sweetcare .pt_header_troubleshooting h2 {
	color: #FFF;
	font-size: 38px;
	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 h1,
#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_quickstart {
	background: url(/sweetcare/include/images/cs_quickstart_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 h1,
#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 h1,
.page-template-default h2 {
	font-size: 32px;
}

/* Fancy Article List */
.articleGroup {
	border: 1px solid #bfbfbf;
	border-bottom-color: #a1a1a1;
	border-radius: 5px;
	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-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;
	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;
	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 {
	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;
}

/** Tech Support Page **/
#contactHeader {
	background: #E7F2FE;
	display: block;
	font-size: 15px;
	margin-bottom: 15px;
	padding: 0px 20px;
	text-shadow: 0 1px #FFFFFF;
}
#contactHeader h1,
#contactHeader h2 {
	border-bottom: none;
	color: #0b345d;
	display: inline-block;
	*display: inline;
	font-size: 35px;
	margin: 0 20px 10px 0;
	*margin: 0 20px 10px -10px;
	vertical-align: middle;
	*zoom: 1;
}

.contactPhoto {
	background: url(/sweetcare/include/images/contact-photo5.jpg) no-repeat transparent;
	display: inline-block;
	*display: inline;
	height: 77px;
	margin-top: 13px;
	vertical-align: middle;
	width: 128px;
	*zoom: 1;
}

#contactHeader p {
	color: #0b345d;
	display: inline-block;
	*display: inline;
	font: 14px/20px Arial, Helvetica, sans-serif;
	margin: 14px 0 0 13px;
	padding: 0;
	width: 530px;
	vertical-align: top;
	*zoom: 1;
}
fieldset {
	background: #f4f4f4;
	border: none;
	margin-bottom: 15px;
	padding: 15px 20px;
}
fieldset .group {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
fieldset ul {
	margin: 6px 0 10px;
	padding: 0 0 0 16px;
}
fieldset li {
	margin: 4px 0;
}
#issues_list {
	list-style: none;
	margin: 5px 0 0;
	padding: 0;
}
#issues_list li {
	margin: 0;
	padding: 3px 0;
	zoom: 1.0;
}
fieldset .field_title {
	color: #2E5E8F;
	font-size: 15px;
	font-weight: normal;
}
#default_message,
#generic_message{
	display: block;
	margin-bottom: 4px;
}
input[type="text"],
textarea {
	border: 1px solid;
	border-color: #bfbfbf #c4c4c4 #c4c4c4 #bfbfbf;
	box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.1);
	padding: 5px;
	resize: vertical;
}
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font: inherit;
	max-width: 100%;
	resize: vertical;
	width: 100%;
}
#phone_number {
	margin-top: 10px;
}
.inline-field {
	margin-right: 10px;
}
.submitbutton {
	background: #50ab71;
	background-clip: padding-box;
	border: 0;
	border-radius: 5px;
	color: #f4f4f4;
	cursor: pointer;
	font-size: 17px;
	height: 44px;
	line-height: 44px;
	margin: 20px auto 0;
	padding: 0 20px;
}
.submitbutton:hover {
	background-color: #359266;
	background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
	box-shadow:
			inset 0 0 0 1px rgba(0, 0, 0, 0.3),
			0 1px 2px rgba(0, 0, 0, 0.2);
	color: #fff;
}
.submitbutton:active {
	background: #2c7853;
	box-shadow:
			inset 0 3px 3px rgba(0, 0, 0, 0.3),
			0 0 0 1px rgba(255, 255, 255, 1);
}
.contactPhoto {
	background: url(/sweetcare/include/images/contact-photo5.jpg) no-repeat transparent;
	display: inline-block;
	*display: inline;
	height: 77px;
	margin-top: 13px;
	vertical-align: middle;
	width: 128px;
	*zoom: 1;
}
.error_text {
	color: #f00;
	font-size: 15px;
	font-weight: bold;
}
.thank_you_text {
	font-size: 25px;
	font-weight: bold;
	margin-bottom:5px;
}
/** No JS Support **/
.no-js .show-no-js {
	display: block
}
.no-js .hide-no-js {
	display: none;
}
.js .hide-js {
	display: none;
}
/** Tech Support Request Page **/
#contact {
	position: relative;
}
#contact .field.listing label, #contact .form-field-label {
	background: #f9f9f9;
	border: solid #dfdfdf;
	border-width: 1px 1px 0;
	border-radius: 3px 3px 0 0;
	color: #777;
	display: block;
	font-size: 19px;
	opacity: 1;
	padding: 10px;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	z-index: 6;
}
#contact .form-field-label {
	padding: 0px;
	margin-top: 25px;
}
#contact .form-field-label label {
	display: inline-block;
	padding: 10px 15px;
	color: #2E5990;
}
.selectable-listing.hide-unselected li {
	display: none;
}
.selectable-listing, .multiselectable-listing {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	border-top: 1px solid #dfdfdf;
	list-style: none;
}
.selectable-listing:after, .multiselectable-listing:after {
	content: " ";
	display: block;
	height: 0px;
	width: 0px;
	clear: both;
}
.selectable-listing li, .multiselectable-listing li {
	-webkit-touch-callout: none;
	user-select: none;
	float: left;
	width: 100%;
	border-bottom: 1px solid #dfdfdf;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FDFDFD;
	-webkit-transition: width 0s; /* For Safari 3.1 to 6.0 */
	transition: width 0s;
}
.selectable-listing li.selected, .multiselectable-listing li.selected {
	-webkit-transition: width .2s; /* For Safari 3.1 to 6.0 */
	transition: width .2s;
}
.selectable-listing.hide-unselected li.selected {
	display: block;
	width: 100%;
	border-right: 0px;
}
.selectable-listing li.selected a, .multiselectable-listing li.selected a {
	background-color: #e9f2e2;
	display: block;
	color: #67795A !important;
}
.selectable-listing li.selected a i, .multiselectable-listing li.selected a i {
	display: inline;
	font-size: 13px;
	vertical-align: bottom;
	margin-right: 5px;
}
.selectable-listing li a i, .multiselectable-listing li a i {
	display: none;
}
.selectable-listing a, .multiselectable-listing a, .multiselectable-listing a:hover, .multiselectable-listing a:visited {
	text-decoration: none;
	font-size: 15px;
	display: block;
	padding: 10px 20px;
	color: #156DA1 !important;
	cursor: pointer;
}
.selectable-listing a:hover, .multiselectable-listing a:hover {
	background-color: #e9f2e2;
}
#contact textarea {
	padding: 15px 15px;
	font-size: 15px;
	color: #555;
	border: 1px solid #dfdfdf;
}
#contact h3 {
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 25px;
}
.standard-list {
	border: 1px solid #dfdfdf;
	margin-top: 0px;
	padding: 25px 40px;
}
.standard-list a {
	font-size: 16px;
}
.margin-top {
	margin-top: 25px;
}
.margin-bottom {
	margin-bottom: 25px;
}
.hide-step {
	display: none !important;
}
.expand {
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.purchased-date {
	font-weight: lighter;
	font-size: 14px;
}
#submission-success, #submission-error {
	display: none;
}
#case-number {
	font-weight: bold;
}
.dropdown-indicator {
	float: right;
	padding-top: 5px;
}
#contact .text-input {
	width: 100%;
	padding: 10px 15px;
	display: block;
	font-size: 16px;
	color: #555;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
}
.text-input.bottom-border {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
#contact .error input, #contact .error textarea, #contact .error ul li  {
	background: #fadede;
	border-color: #f5cbcb;
	color: #BD6E6D;
	border-radius: 0px 0px 0px 0px;
}
#comment-section .msg {
	margin-top: -3px;
}
#contact ul {
	margin-bottom: 0px;
}
.msg.error {
	background: #fffbe0;
	border-color: #f5d07f;
	border-radius: 0 0 3px 3px;
	border: solid #dfdfdf;
	border-width: 0 1px 1px;
	color: #777;
	font-size: 12px;
	padding: 10px 11px;
	position: relative;
	z-index: 6;
}
.sw-btn {
	background: #f3f3f3;
	background: linear-gradient(to bottom, #f3f3f3, #ebebeb);
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #555;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	zoom: 1.0;
	font-size: 14px;
	padding: 10px 20px;
}
.sw-btn--fixed-width {
	display: block;
	width: 380px;
	margin: 25px auto 0px;
}
.sw-btn:hover {
	background: linear-gradient(to bottom, #ebebeb, #e0e0e0);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	border-color: #c0c0c0;
	color: #444;
}
.sw-btn:active {
	background: #dadada;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.17);
	border-color: #b0b0b0;
	color: #444;
}
.sw-btn.disabled {
	background: #f0f0f0;
	border-color: #c0c0c0;
	box-shadow: none;
	cursor: default;
	opacity: 0.4;
}
#change-product-button {
	padding: 5px 10px;
	float: right;
	margin: 7px 10px 0px;
}
.border-top-nonradius {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
#contact .hide {
	display: none !important;
}
/** Sortable Table **/
.other-option {
	cursor: pointer;
	display: none;
	background-color: #e9f2e2;
	border-top: 1px solid #dfdfdf;
	padding: 10px 25px;
	font-weight: bolder;
	font-size: 16px;
	color: #67795A;
}
.other-option i {
	margin-right: 10px;
}
.sortable-table-container {
	border: 1px solid #dfdfdf;
}

.sortable-table {
	width: 100%;
	position: relative;
	padding-top: 25px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#customer-purchases-table tbody {
	max-height: 475px;
	overflow-y: scroll;
	display: block;
	width: 100%;
}
#customer-purchases-table tbody::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}
#customer-purchases-table tbody::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
#customer-purchases-table tr {
	display: block;
	cursor: pointer;
	clear: both;
}
#customer-purchases-table thead tr th:first-child, #customer-purchases-table tbody tr td:first-child {
	display: none;
}
#customer-purchases-table.selected thead tr th:first-child, #customer-purchases-table.selected tbody tr td:first-child {
	display: table-cell;
	text-align: center;
}
#customer-purchases-table.selected tbody {
	overflow: hidden;
}
#customer-purchases-table.selected tbody tr {
	display: none;
}
#customer-purchases-table.selected tr.selected {
	overflow: hidden;
	display: block;
	background-color: #e9f2e2;
	color: #67795A;
	font-weight: bold;
	padding: 7px 0px 3px;
}
#customer-purchases-table td:first-child, #customer-purchases-table th:first-child {
	width: 12%;
}
#customer-purchases-table td:nth-child(2), #customer-purchases-table th:nth-child(2) {
	width: 20%;
}
#customer-purchases-table td:nth-child(3), #customer-purchases-table th:nth-child(3) {
	width: 20%;
}
#customer-purchases-table td:nth-child(4), #customer-purchases-table th:nth-child(4) {
	width: 60%;
}
#customer-purchases-table.selected td:nth-child(4), #customer-purchases-table.selected th:nth-child(4) {
	width: 48%;
}
#customer-purchases-table td, #customer-purchases-table th {
	float: left;
	display: block;
	box-sizing: border-box;
}
#customer-purchases-table th:last-child {
	border-right: 0px;
}
.sortable-table thead {
	background-color: #f1f1f1;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	-moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,.15);
	-webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,.15);
	box-shadow: 0px 1px 5px 1px rgba(0,0,0,.15);
}
.sortable-table tr:nth-of-type(even) td {
	background-color: #f3f3f3;
}
.sortable-table th {
	text-align: left;
	color: #777;
	padding: 6px 15px 3px;
	cursor: pointer;
	position: relative;
	border-right: 1px solid #ddd;
}
.sortable-table th i {
	position: absolute;
	top: 7px;
	right: 10px;
	color: #C7C7C7;
}
.sortable-table th.headerSortDown, .sortable-table th.headerSortUp {
	background-color: #dfdfdf;
}
.sortable-table th.headerSortDown i, .sortable-table th.headerSortUp i {
	color: #777;
}
.sortable-table td {
	padding: 15px 15px 11px;
	font-size: 14px;
}
/** Purchase Preview **/
/*#purchase-preview {*/
/*display: none;*/
/*padding: 20px 20px 0px;*/
/*background: #FFFFFF;*/
/*border: 5px solid #ABABAB;*/
/*border-radius: 5px;*/
/*position: absolute;*/
/*z-index: 10;*/
/*box-shadow: 0px -4px 8px rgba(0,0,0,.2);*/
/*text-align: center;*/
/*}*/
/*#purchase-preview img {*/
/*width: 120px;*/
/*height: 120px;*/
/*}*/
/*#purchase-preview .arrow {*/
/*width: 0;*/
/*height: 0;*/
/*border-left: 20px solid transparent;*/
/*border-right: 20px solid transparent;*/
/*border-top: 20px solid #ABABAB;*/
/*bottom: -23px;*/
/*margin: 0px auto;*/
/*position: relative;*/
/*}*/

/** No JS Tech Support Request Styles **/
.manu-title {
	font-size: 14px;
	background-color: #ccc;
	padding: 8px 0px;
}
.form-section {
	padding: 15px 25px;
	background-color: #eee;
	margin-bottom: 15px;
}
.error-message {
	padding: 10px 25px;
	font-size: 14px;
	color: #821919;
	background-color: #FFAFAF;
	font-weight: bold;
}
/** Loading Indicator **/
#loading-indicator {
	display: none;
	width: 17px;
	margin: 0px auto;
	padding: 30px 0px;
}
.spinner, .spinner:before, .spinner:after {
	width: 4px;
	height: 20px;
	background-color: #156DA1;
	border-radius: 2px;
}
.spinner {
	display: inline-block;
	position: relative;
}
.spinner:before, .spinner:after {
	content: "";
	position: absolute;
	display: block;
	top: 0px;
}
.spinner:before {
	left: -6px;
}
.spinner:after {
	left: 6px;
}
@-webkit-keyframes bounce-bottom {
	0% {
		height: 5px;
		margin-top: 15px;
	}
	50% {
		height: 20px;
		margin-top: 0px;
	}
	100% {
		height: 5px;
		margin-top: 15px;
	}
}
@keyframes bounce-bottom {
	0% {
		height: 5px;
		margin-top: 15px;
	}
	50% {
		height: 20px;
		margin-top: 0px;
	}
	100% {
		height: 5px;
		margin-top: 15px;
	}
}
.spinner-bounce-bottom {
	-webkit-animation: bounce-bottom 0.6s ease 0.1s infinite;
	animation: bounce-bottom 0.6s ease 0.1s infinite;
}
.spinner-bounce-bottom:before, .spinner-bounce-bottom:after {
	top: auto;
	bottom: 0px;
}
.spinner-bounce-bottom:before {
	-webkit-animation: bounce-bottom 0.6s ease 0s infinite;
	animation: bounce-bottom 0.6s ease 0s infinite;
}
.spinner-bounce-bottom:after {
	-webkit-animation: bounce-bottom 0.6s ease 0.2s infinite;
	animation: bounce-bottom 0.6s ease 0.2s infinite;
}