/* line 17, C:/Program Files/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* line 22, C:/Program Files/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
	line-height: 1;
}
/* line 24, C:/Program Files/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
	list-style: none;
}
/* line 26, C:/Program Files/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* line 28, C:/Program Files/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}
/* line 30, C:/Program Files/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
	quotes: none;
}
/* line 103, C:/Program Files/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
	content: none;
}
/* line 32, C:/Program Files/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
	border: none;
}
/* line 116, C:/Program Files/compass.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
@font-face {
	font-family: "Articulate Narrow";
	src: url(articulate-narrow-webfont.eot) format('embedded-opentype'), url(articulate-narrow-webfont.svg) format('svg'), url(articulate-narrow-webfont.ttf) format('truetype'), url(articulate-narrow-webfont.woff) format('woff');
}
/*-- Color Scheme --*/
/*-- Font Size --*/
/*-- SUSY grid size --*/
/*-- Media Queries --*/
/*-- Specific Styles --*/
/* line 42, sass/screen.scss */
BODY {
	background-color: #d9d8d8;
	-webkit-text-size-adjust: none;
	font-family: "Articulate Narrow", Arial, Helvetica, sans-serif;
}
/* line 47, sass/screen.scss */
.containerWrap {
	font-family: "Articulate Narrow", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	line-height: 20px;
	min-width: 290px;
	background-color: white;
	margin: 0 auto;
	display: block;
}
@media (min-width: 40.3125em) {
/* line 47, sass/screen.scss */
.containerWrap {
	max-width: 780px;
	min-width: 480px;
}
}
@media (min-width: 48.125em) {
/* line 47, sass/screen.scss */
.containerWrap {
	max-width: 1000px;
}
}
/* line 65, sass/screen.scss */
.containerWrap H1 {
	font-family: "Articulate Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 2.07692em;
	line-height: 1.48148em;
	line-height: 20px;
	color: black;
}
/* line 72, sass/screen.scss */
.containerWrap H2, .containerWrap H3 {
	font-family: "Articulate Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 1.76923em;
	line-height: 1.73913em;
	line-height: 40px;
	color: white;
	background-color: black;
	display: inline-block;
	padding: 0 0.5775em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
/* line 83, sass/screen.scss */
.containerWrap P {
	margin: 0.77em 0;
}
/* line 86, sass/screen.scss */
/*.containerWrap A {*/
/*	color: #e31a3e;*/
/*	text-decoration: none;*/
/*}*/
.containerWrap #detaillinks {
	color: #e31a3e;
	text-decoration: none;
}
/* line 90, sass/screen.scss */
.containerWrap A:hover {
	text-decoration: underline;
}
/* line 93, sass/screen.scss */
.containerWrap A, .containerWrap IMG, .containerWrap OBJECT, .containerWrap INPUT {
	outline: none;
}
/* line 96, sass/screen.scss */
.containerWrap STRONG {
	font-weight: bold;
}
/* line 99, sass/screen.scss */
.containerWrap EM {
	font-style: oblique;
}
/* line 102, sass/screen.scss */
.containerWrap BLOCKQUOTE {
	font-style: oblique;
	margin: 0.77em 1.54em;
	padding: 0;
}
/* line 107, sass/screen.scss */
.containerWrap HR {
	border: none;
	height: 1px;
	margin: 0.77em 0;
	padding: 0;
	color: #d4d3d3;
	background-color: #d4d3d3;
	clear: both;
}
/* line 116, sass/screen.scss */
.containerWrap INPUT {
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
}
/* line 120, sass/screen.scss */
.containerWrap INPUT[type=checkbox] {
	-webkit-appearance: checkbox;
}
/* line 124, sass/screen.scss */
.containerWrap TEXTAREA {
	overflow: auto;
}
/* line 127, sass/screen.scss */
.containerWrap IMG {
	display: block;
}
/* line 131, sass/screen.scss */
.containerWrap .invertBlack, .containerWrap .invertGrey {
	color: white;
	background-color: black;
	display: block;
	clear: both;
}
/* line 136, sass/screen.scss */
.containerWrap .invertBlack A, .containerWrap .invertGrey A {
	color: white;
	text-decoration: none;
}
/* line 139, sass/screen.scss */
.containerWrap .invertBlack A:hover, .containerWrap .invertGrey A:hover {
	text-decoration: underline;
}
/* line 143, sass/screen.scss */
.containerWrap .invertBlack H2, .containerWrap .invertGrey H2 {
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background: none;
}
/* line 149, sass/screen.scss */
.containerWrap .invertGrey {
	background-color: #3c3c3c;
}
/* line 152, sass/screen.scss */
.containerWrap #header {
	/*overflow: hidden;*/
	min-height: 140px;
	padding: 0.77em;
	background: url(../../images/common/header-bg.gif) bottom center repeat-x;
}
/* line 157, sass/screen.scss */
.containerWrap #header #logo {
	padding: 0 0 0.77em;
}
@media (min-width: 40.3125em) {
/* line 157, sass/screen.scss */
.containerWrap #header #logo {
	padding: 1.54em 0;
	width: 40.65662%;
	float: left;
	margin-right: 1.7315%;
}
}
/* line 163, sass/screen.scss */
.containerWrap #header #logo IMG {
	width: 100%;
	margin: 0 auto;
	display: block;
}
@media (min-width: 40.3125em) {
/* line 163, sass/screen.scss */
.containerWrap #header #logo IMG {
	width: 80%;
}
}
/* line 172, sass/screen.scss */
.containerWrap #header #headerContent {
	width: 100%;
	margin: 0 auto;
	display: block;
}
@media (min-width: 40.3125em) {
/* line 172, sass/screen.scss */
.containerWrap #header #headerContent {
	width: auto;
}
}
/* line 179, sass/screen.scss */
.containerWrap #header #headerContent #search {
	position: relative;
	float: right;
}
/* line 182, sass/screen.scss */
.containerWrap #header #headerContent #search .ip {
	font-family: "Articulate Narrow", Arial, sans-serif;
	font-size: 1.07692em;
	line-height: 1.42857em;
	color: #9c9c9c;
	font-style: oblique;
	width: 170px;
	padding: 0.231em 1.771em 0.231em 0.385em;
	border: none;
}
/* line 191, sass/screen.scss */
.containerWrap #header #headerContent #search .btn {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 7px;
}
/* line 198, sass/screen.scss */
.containerWrap #header #headerContent #login {
	font-size: 1.07692em;
	line-height: 1.42857em;
	line-height: 30px;
}
@media (min-width: 40.3125em) {
/* line 198, sass/screen.scss */
.containerWrap #header #headerContent #login {
	font-size: 1.30769em;
	line-height: 2.35294em;
	line-height: 30px;
}
}
@media (min-width: 40.3125em) {
/* line 198, sass/screen.scss */
.containerWrap #header #headerContent #login {
	float: right;
	margin-right: 0.77em;
}
}
/* line 210, sass/screen.scss */
.containerWrap #header #headerContent #language {
	font-size: 0.92308em;
	line-height: 1.66667em;
	line-height: 25px;
	clear: right;
}
@media (min-width: 40.3125em) {
/* line 210, sass/screen.scss */
.containerWrap #header #headerContent #language {
	float: right;
	margin-right: 75px;
}
}
/* line 219, sass/screen.scss */
.containerWrap #header #headerContent #language IMG {
	display: inline-block;
	margin-left: 0.77em;
	position: relative;
	top: 2px;
}
/* line 227, sass/screen.scss */
.containerWrap #header #topNavigation {
	font-size: 0.92308em;
	line-height: 1.66667em;
	line-height: 40px;
	margin-top: 1.771em;
	white-space: nowrap;
}
@media (min-width: 40.3125em) {
/* line 227, sass/screen.scss */
.containerWrap #header #topNavigation {
	font-size: 1.15385em;
	line-height: 1.33333em;
	line-height: 40px;
}
}
@media (min-width: 48.125em) {
/* line 227, sass/screen.scss */
.containerWrap #header #topNavigation {
	font-size: 1.30769em;
	line-height: 2.35294em;
}
}
@media (min-width: 40.3125em) {
/* line 227, sass/screen.scss */
.containerWrap #header #topNavigation {
	width: 57.61187%;
	float: right;
	margin-right: 0;
}
}
/* line 242, sass/screen.scss */
.containerWrap #header #topNavigation UL {
	display: table;
	text-align: center;
	width: 85%;
	margin: 0 auto;
}
/* line 247, sass/screen.scss */
.containerWrap #header #topNavigation UL LI {
	display: table-cell;
	text-align: center;
	position: relative;
}
/* line 251, sass/screen.scss */
.containerWrap #header #topNavigation UL LI A {
	padding: 0 0.385em;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
@media (min-width: 21.25em) {
/* line 251, sass/screen.scss */
.containerWrap #header #topNavigation UL LI A {
	padding: 0 0.77em;
}
}
/* line 258, sass/screen.scss */
.containerWrap #header #topNavigation UL LI A:hover {
	text-decoration: none;
	background-color: #e31a3e;
}
/* line 263, sass/screen.scss */
.containerWrap #header #topNavigation UL LI UL {
	display: none;
	position: absolute;
	z-index: 10;
	background-color: #e31a3e;
	width: 200px;
	text-align: left;
	margin-left: 0;
	margin-top: -4px;
}
/* line 272, sass/screen.scss */
.containerWrap #header #topNavigation UL LI UL LI {
	display: block;
	text-align: left;
	border-bottom: 1px solid black;
}
/* line 277, sass/screen.scss */
.containerWrap #header #topNavigation UL LI UL LI A:hover {
	text-decoration: none;
	background-color: #b11733;
}
/* line 285, sass/screen.scss */
.containerWrap #header #topNavigation UL LI:hover A {
	background-color: #e31a3e;
}
@media (min-width: 40.3125em) {
/* line 288, sass/screen.scss */
.containerWrap #header #topNavigation UL LI:hover UL {
	display: block;
}
}
/* line 299, sass/screen.scss */
.containerWrap #contentWrap {
	background-color: white;
	max-width: 1000px;
}
/* line 302, sass/screen.scss */
.containerWrap #contentWrap #content {
	padding: 0.77em;
}
/* line 304, sass/screen.scss */
.containerWrap #contentWrap #content .btn {
	color: white;
	background-color: #e31a3e;
	padding: 0.385em 0.77em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	border: none;
	cursor: pointer;
}
/* line 313, sass/screen.scss */
.containerWrap #contentWrap #content .btn:hover {
	background-color: #b11733;
}
/* line 317, sass/screen.scss */
.containerWrap #contentWrap #content #slideshow {
	position: relative;
	width: 100%;
	height: 476px;
	margin-bottom: 0.77em;
}
@media (min-width: 40.3125em) {
/* line 317, sass/screen.scss */
.containerWrap #contentWrap #content #slideshow {
	margin-bottom: 1.54em;
}
}
/* line 325, sass/screen.scss */
.containerWrap #contentWrap #content #slideshow #pager {
	position: absolute;
	bottom: 5%;
	left: 60%;
	z-index: 2;
}
/* line 330, sass/screen.scss */
.containerWrap #contentWrap #content #slideshow #pager A {
	color: white;
	background-color: white;
	width: 12px;
	height: 12px;
	float: left;
	display: block;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	border-radius: 10px;
	margin-right: 10px;
}
/* line 342, sass/screen.scss */
.containerWrap #contentWrap #content #slideshow #pager A.active {
	color: #e31a3e;
	background-color: #e31a3e;
}
/* line 348, sass/screen.scss */
.containerWrap #contentWrap #content #slideshow IMG {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
@media (min-width: 40.3125em) {
/* line 355, sass/screen.scss */
.containerWrap #contentWrap #content #brands {
	padding-bottom: 0.77em;
}
}
/* line 359, sass/screen.scss */
.containerWrap #contentWrap #content #brands UL {
	display: table;
	text-align: center;
	width: 100%;
	border-bottom: 3px solid #d4d3d3;
	margin-bottom: 0.77em;
}
/* line 365, sass/screen.scss */
.containerWrap #contentWrap #content #brands UL LI {
	width: 40.65662%;
	float: left;
	margin-right: 1.7315%;
	display: inline;
	display: table-cell;
	text-align: center;
	padding: 0.77em;
	vertical-align: middle;
}
@media (min-width: 21.25em) {
/* line 365, sass/screen.scss */
.containerWrap #contentWrap #content #brands UL LI {
	float: none;
	width: auto;
	margin-right: 0;
}
}
@media (min-width: 40.3125em) {
/* line 365, sass/screen.scss */
.containerWrap #contentWrap #content #brands UL LI {
	padding-bottom: 1.54em;
}
}
/* line 379, sass/screen.scss */
.containerWrap #contentWrap #content #brands UL LI IMG {
	width: 100%;
}
/* line 385, sass/screen.scss */
.containerWrap #contentWrap #content #news {
	padding-bottom: 0.77em;
	border-bottom: 3px solid #d4d3d3;
	margin-bottom: 0.77em;
}
@media (min-width: 40.3125em) {
/* line 385, sass/screen.scss */
.containerWrap #contentWrap #content #news {
	width: 49.13425%;
	float: left;
	margin-right: 1.7315%;
	padding-bottom: 1.54em;
	margin-bottom: 0;
	border: none;
}
}
@media (min-width: 40.3125em) {
/* line 395, sass/screen.scss */
.containerWrap #contentWrap #content #news .detail {
	border-right: 3px solid #d4d3d3;
}
}
/* line 399, sass/screen.scss */
.containerWrap #contentWrap #content #news .detail H2 {
	margin-bottom: 0.385em;
}
/* line 403, sass/screen.scss */
.containerWrap #contentWrap #content #news .detail UL LI {
	background: url(../../images/common/bullet.gif) 10px 13px no-repeat;
	padding: 0.385em 2.31em;
}
@media (min-width: 40.3125em) {
/* line 410, sass/screen.scss */
.containerWrap #contentWrap #content #videos {
	width: 49.13425%;
	float: right;
	margin-right: 0;
	padding-bottom: 1.54em;
}
}
/* line 415, sass/screen.scss */
.containerWrap #contentWrap #content #videos H2 {
	margin-bottom: 0.385em;
}
/* line 418, sass/screen.scss */
.containerWrap #contentWrap #content #videos .btn {
	float: right;
	margin-top: 0.77em;
}
/* line 425, sass/screen.scss */
.containerWrap #innerContentWrap {
	background-color: white;
	max-width: 1000px;
}
/* line 428, sass/screen.scss */
.containerWrap #innerContentWrap #content {
	overflow: hidden;
	padding: 0.77em;
}
@media (min-width: 40.3125em) {
/* line 428, sass/screen.scss */
.containerWrap #innerContentWrap #content {
	padding: 1.0em 0.77em;
}
}
/* line 434, sass/screen.scss */
.containerWrap #innerContentWrap #content .btn {
	color: white;
	background-color: #e31a3e;
	padding: 0.385em 0.77em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	border: none;
	cursor: pointer;
}
/* line 443, sass/screen.scss */
.containerWrap #innerContentWrap #content .btn:hover {
	background-color: #b11733;
}
/* line 447, sass/screen.scss */
.containerWrap #innerContentWrap #content H1, .containerWrap #innerContentWrap #content H2, .containerWrap #innerContentWrap #content H3 {
	font-family: "Articulate Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 1.07692em;
	line-height: 1.42857em;
	font-weight: bold;
	line-height: 20px;
	color: black;
	background: none;
	border-radius: 0;
	padding: 0;
}
/* line 458, sass/screen.scss */
/*.containerWrap #innerContentWrap #content IMG {
	width: 100%;
}*/
/* line 462, sass/screen.scss */
.containerWrap #innerContentWrap #content OL LI, .containerWrap #innerContentWrap #content UL LI {
	background: url(../../images/common/bullet.gif) 10px 13px no-repeat;
	padding: 0.385em 2.31em;
}
/* line 468, sass/screen.scss */
.containerWrap #innerContentWrap #content .product-grid LI {
	padding: 0;
	text-align: center;
	width: 49.13425%;
	float: left;
	margin-right: 1.7315%;
	display: inline;
	margin-right: 0;
	background: #d4d3d3;
}
@media (min-width: 40.3125em) {
/* line 468, sass/screen.scss */
.containerWrap #innerContentWrap #content .product-grid LI {
	width: 23.70137%;
	float: left;
	margin-right: 1.7315%;
	margin-right: 0;
}
}
/* line 479, sass/screen.scss */
.containerWrap #innerContentWrap #content .product-grid LI A {
	color: #3c3c3c;
}
/* line 482, sass/screen.scss */
.containerWrap #innerContentWrap #content .product-grid LI IMG {
	width: 100%;
}
/* line 488, sass/screen.scss */
.containerWrap #innerContentWrap #breadcrumbs {
	padding: 1.54em 0.77em 0;
	font-style: oblique;
}
/* line 491, sass/screen.scss */
.containerWrap #innerContentWrap #breadcrumbs A {
	color: black;
}
/* line 495, sass/screen.scss */
.containerWrap #innerContentWrap #leftNavigation {
	padding: 0 0.77em 0.77em;
}
@media (min-width: 40.3125em) {
/* line 495, sass/screen.scss */
.containerWrap #innerContentWrap #leftNavigation {
	width: 23.70137%;
	float: left;
	margin-right: 1.7315%;
	padding-right: 0;
}
}
/* line 503, sass/screen.scss */
.containerWrap #innerContentWrap #leftNavigation UL LI A {
	color: #3c3c3c;
	font-size: 1.76923em;
	line-height: 1.73913em;
	text-decoration: none;
	padding: 0;
}
/* line 508, sass/screen.scss */
.containerWrap #innerContentWrap #leftNavigation UL LI A:hover {
	text-decoration: underline;
}
@media (min-width: 40.3125em) {
/* line 515, sass/screen.scss */
.containerWrap #innerContentWrap #leftNavigation .rpSlide {
	padding-left: 0.77em;
}
}
/* line 519, sass/screen.scss */
.containerWrap #innerContentWrap #leftNavigation .rpSlide .rpExpandable {
	background: url(../../images/plus.gif) no-repeat 8px 10px;
}
/* line 522, sass/screen.scss */
.containerWrap #innerContentWrap #leftNavigation .rpSlide .rpExpanded {
	background: url(../../images/minus.gif) no-repeat 8px 10px;
}
/* line 525, sass/screen.scss */
.containerWrap #innerContentWrap #leftNavigation .rpSlide .rpItem {
	background: none;
	padding: 0;
	margin: 1px 0;
}
/* line 529, sass/screen.scss */
.containerWrap #innerContentWrap #leftNavigation .rpSlide .rpItem A {
	background-color: #f3f2ef;
	border: 1px solid #d4d3d3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
/* line 534, sass/screen.scss */
.containerWrap #innerContentWrap #leftNavigation .rpSlide .rpItem.rpLast {
	border-bottom: none;
}
/* line 537, sass/screen.scss */
.containerWrap #innerContentWrap #leftNavigation .rpSlide .rpItem .rpText {
	padding-left: 0.77em;
}
/* line 541, sass/screen.scss */
.containerWrap #innerContentWrap #leftNavigation .rpSlide .rpItem .rpItem A {
	background: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
/* line 550, sass/screen.scss */
.containerWrap #innerContentWrap #leftNavigation .rpGroup .rpLink {
	font-size: 1.38462em;
	line-height: 2.22222em;
	line-height: 18px;
	color: #3c3c3c;
	text-decoration: none;
	padding: 0.308em 0.77em;
	display: block;
	height: 1%;
}
/* line 560, sass/screen.scss */
.containerWrap #innerContentWrap #leftNavigation .rpGroup a:hover {
	text-decoration: underline;
}
/* line 565, sass/screen.scss */
.containerWrap #bottomCallouts {
	padding: 0.77em 1.54em;
	overflow: hidden;
	clear: both;
}
@media (min-width: 40.3125em) {
/* line 570, sass/screen.scss */
.containerWrap #bottomCallouts #gallery {
	width: 23.70137%;
	float: left;
	margin-right: 1.7315%;
}
}
/* line 575, sass/screen.scss */
.containerWrap #bottomCallouts #gallery UL LI {
	width: 13.72998%;
	float: left;
	margin-right: 3.52403%;
	display: inline;
	margin-bottom: 0.77em;
}
@media (min-width: 21.25em) {
/* line 575, sass/screen.scss */
.containerWrap #bottomCallouts #gallery UL LI {
	width: 8.12348%;
	float: left;
	margin-right: 2.08503%;
}
}
@media (min-width: 40.3125em) {
/* line 575, sass/screen.scss */
.containerWrap #bottomCallouts #gallery UL LI {
	width: 20.96436%;
	float: left;
	margin-right: 5.38085%;
}
}
/* line 584, sass/screen.scss */
.containerWrap #bottomCallouts #gallery UL LI IMG {
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
@media (min-width: 40.3125em) {
/* line 588, sass/screen.scss */
.containerWrap #bottomCallouts #gallery UL LI.omega {
	width: 20.96436%;
	float: right;
	margin-right: 0;
}
}
/* line 596, sass/screen.scss */
.containerWrap #bottomCallouts #form {
	clear: both;
}
@media (min-width: 40.3125em) {
/* line 596, sass/screen.scss */
.containerWrap #bottomCallouts #form {
	clear: none;
	width: 40.65662%;
	float: right;
	margin-right: 0;
}
}
/* line 602, sass/screen.scss */
.containerWrap #bottomCallouts #form LABEL {
	display: ilninblock;
}
@media (min-width: 40.3125em) {
/* line 602, sass/screen.scss */
.containerWrap #bottomCallouts #form LABEL {
	width: 16.59292%;
	float: left;
	margin-right: 4.25885%;
}
}
/* line 608, sass/screen.scss */
.containerWrap #bottomCallouts #form .ip {
	width: 98%;
	display: block;
	font-family: "Articulate Narrow", Arial, sans-serif;
	font-size: 1.07692em;
	line-height: 1.42857em;
	color: black;
	padding: 0.231em 0.385em;
	background-color: #8c8c8c;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 0.77em;
}
@media (min-width: 40.3125em) {
/* line 608, sass/screen.scss */
.containerWrap #bottomCallouts #form .ip {
	margin-left: 0.77em;
	width: 58.29646%;
	float: left;
	margin-right: 4.25885%;
}
}
/* line 624, sass/screen.scss */
.containerWrap #bottomCallouts #form .btn {
	color: white;
	background-color: #e31a3e;
	padding: 0.385em 0.231em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	border: none;
	cursor: pointer;
}
/* line 625, sass/screen.scss */
.containerWrap #bottomCallouts #form .btn INPUT {
	background: none;
	border: none;
	color: white;
	cursor: pointer;
}
@media (min-width: 40.3125em) {
/* line 624, sass/screen.scss */
.containerWrap #bottomCallouts #form .btn {
	margin-left: 23.96436%;
}
}
/* line 642, sass/screen.scss */
.containerWrap #bottomCallouts #form .btn:hover {
	background-color: #b11733;
}
@media (min-width: 40.3125em) {
/* line 647, sass/screen.scss */
.containerWrap #bottomCallouts #links {
	width: 32.179%;
	float: right;
	margin-right: 0;
}
}
/* line 651, sass/screen.scss */
.containerWrap #bottomCallouts #links .detail {
	width: 47.30957%;
	float: left;
	margin-right: 5.38085%;
	display: inline;
}
/* line 654, sass/screen.scss */
.containerWrap #bottomCallouts #links .detail UL LI {
	background: url(../../images/common/bullet.gif) 10px 13px no-repeat;
	padding: 0.385em 2.31em;
}
/* line 659, sass/screen.scss */
.containerWrap #bottomCallouts #links .detail.omega {
	width: 47.30957%;
	float: right;
	margin-right: 0;
 #margin-left: -0.77em;
	display: inline;
}
/* line 665, sass/screen.scss */
.containerWrap #footer {
	overflow: hidden;
	text-align: center;
	padding: 0.385em 0.77em;
}
@media (min-width: 53.75em) {
/* line 665, sass/screen.scss */
.containerWrap #footer {
	text-align: left;
}
}
@media (min-width: 40.3125em) {
/* line 665, sass/screen.scss */
.containerWrap #footer {
	line-height: 43px;
}
}
@media (min-width: 53.75em) {
/* line 676, sass/screen.scss */
.containerWrap #footer #copyright {
	float: left;
}
}
/* line 681, sass/screen.scss */
.containerWrap #footer UL {
	display: table;
	margin: 0 auto;
	padding: 0.539em 0 0.154em;
}
@media (min-width: 53.75em) {
/* line 681, sass/screen.scss */
.containerWrap #footer UL {
	float: right;
}
}
@media (min-width: 40.3125em) {
/* line 681, sass/screen.scss */
.containerWrap #footer UL {
	padding: 0;
}
}
/* line 691, sass/screen.scss */
.containerWrap #footer UL LI {
	display: table-cell;
	padding-left: 0.77em;
	vertical-align: middle;
}
/* line 695, sass/screen.scss */
.containerWrap #footer UL LI IMG {
	width: 100%;
}
/* line 698, sass/screen.scss */
.containerWrap #footer UL LI.omega {
	clear: both;
	width: auto;
}
/*----------search input--------------*/
.sfsearchBox .sfsearchTxt {
	background: url(/burndytest/img/go.png) no-repeat top right #fff !important;
	border: none;
	padding: 5px;
	border: 1px solid #938e8e !important;
	color: #9c9c9c;
	font-style: italic;
}
.sfsearchBox .sfsearchSubmit {
	background: url(/burndytest/img/go.png) #fff !important;
	width: 18px;
	height: 18px;
	text-indent: -9999px !important;
	border: none;
	display: none !important;
}
.sfContentBlock, .sfContentBlock ul {
	margin-left: 0px !important;
	padding-left: 0px !important;
}
/*----------New Products Page--------------*/
.products_part {
	margin-bottom: 10px;
	overflow: hidden;
}
.products_part .img_div {
	float: left;
	width: 20%;
	margin-right: 10px;
}
.products_part .content_right {
	float: left;
	width: 60%;
}
.products_part .content_right h2 {
	margin-bottom: 5px;
	margin-top: 0px;
}
.products_part .btn_right {
	float: left;
	width: 94px;
}
.products_part .btn_right img {
	width: 94px;
	height: 45px;
}
.containerWrap #innerContentWrap #content H1 {
	font-size: 1.8em !important;
	color: #333;
	font-weight: normal !important;
	margin-bottom: 15px;
}
/*------------- starts for e catalog ---------------*/
.catlog_head {
	background: #e31a3e !important;
	padding: .5em .5em !important;
	color: #fff !important;
	display: inline-block;
	text-align: left !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	margin-bottom: 5px !important;
}
.clear {
	clear: both !important;
}
.psl_list {
	margin: 10px 0px;
}
.psl_list table {
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}
.psl_list table th {
	padding: 5px 0px;
	text-align: center;
	font-size: 1.3em;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.psl_list table td {
	padding: 3px 0px;
	text-align: center;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
@media only screen and (max-width: 480px) {
.psl_list table th {
	padding: 5px 3px;
	text-align: center;
	font-size: 1.1em;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
}
.psl_list table .pict_not_available {
	max-width: 131px;
	max-height: 103px;
}
.psl_list table ul li {
	text-align: left !important;
	padding: .5em 1.61em !important;
	margin: 0px !important;
	line-height: 15px;
}
.psl_list table ul li a {
}
.strong {
	font-weight: bold !important;
	font-size: 1.2em;
	padding: 0px !important;
	margin: 4px !important;
}
.active {
	background: #090;
	padding: 6px 10px;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.Obsolete {
	background: #d9002b;
	padding: 3px 24px;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.Mature {
	background: #fab700;
	padding: 3px 28px;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.Released {
	background: #090;
	padding: 3px 30px;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.Contact-Factory {
	background: #e5e500;
	padding: 3px 1px;
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.Superseded {
	background: #ff6600;
	padding: 3px 18px;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.Pre-Released {
	background: #00b0e6;
	padding: 3px 12px;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.submit {
	background: #090;
	padding: 6px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.cancel {
	background: #d9002b;
	padding: 6px 10px;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tab_outer {
	overflow: hidden;
	clear: both;
}
.tab_outer ul {
	padding: 0px;
	margin: 0px;
}
.tab_outer ul li {
	float: left;
	list-style: none;
	padding: 0px !important;
	margin: 0px !important;
	background: none !important;
}
.tab_outer ul li a {
	display: block;
	background: url(../../images/common/nav-bg.gif) repeat-x top left;
	padding: .5em .9em !important;
	color: #fff;
	font-size: 1.1em;
	border-right: 1px solid #9c9da1;
	border-left: 1px solid #bbbcc0;
}
.tab_outer ul li a:hover, .tab_outer ul li a.selected {
	background: #e31a3e;
	text-decoration: none;
}
@media only screen and (max-width: 480px) {
.tab_outer ul li a {
	display: block;
	background: url(../../images/common/nav-bg.gif) repeat-x top left;
	border-right: 1px solid #9c9da1;
	border-left: 1px solid #bbbcc0;
	padding: .5em .3em !important;
	color: #fff;
	font-size: .9em;
}
.tab_outer a {
	font-size: .9em;
}
}
.tab_outer a {
	display: block;
	background: url(../../images/common/nav-bg.gif) repeat-x top left;
	padding: .5em !important;
	color: #fff;
	font-size: 1.1em;
	border-right: 1px solid #9c9da1;
	border-left: 1px solid #bbbcc0;
	text-align: center;
}
.tab_outer a:hover, .tab_outer a.selected {
	background: #e31a3e;
	text-decoration: none;
}
.tab_outer_div {
	padding: .5em;
	border: 1px solid #000;
}
.tab_outer_div table {
	border-left: 1px solid #e9eaeb;
	border-top: 1px solid #e9eaeb;
}
.tab_outer_div table th {
	background: #e9eaeb;
	padding: .2em .5em;
	font-weight: bold;
	font-size: 1.2em;
}
.tab_outer_div table td {
	padding: .4em;
	border-right: 1px solid #e9eaeb;
	border-bottom: 1px solid #e9eaeb;
}
@media only screen and (max-width: 480px) {
.tab_outer_div table th {
	font-size: 1.0em;
}
.tab_outer_div table td {
	padding: .3em;
	font-size: .9em;
}
}
input, select {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.left_input_area {
	width: 100%;
}
.left_input_area select {
	width: 100%;
	padding: .5em;
}
.product_img_list table {
	border-left: 1px solid #e9eaeb;
	border-top: 1px solid #939393;
}
.product_img_list table th {
	background: url(../../images/nav-bg.gif) repeat-x top left #97989d;
	color: #fff;
	padding: .7em .5em;
	font-weight: bold;
	font-size: 1.2em;
	border-right: 1px solid #939393;
	line-height: 18px;
}
.labelcss {
background: url(../../images/nav-bg.gif) repeat-x top left #97989d;
	color: #fff;
	padding: .7em .5em;
	font-weight: bold;
	font-size: 1.2em;
	border-right: 1px solid #939393;
	line-height: 18px;
}	
.product_img_list table td {
	padding: .2em .5em;
	border-right: 1px solid #e9eaeb;
	border-bottom: 1px solid #e9eaeb;
}
.product_img_list table img {
	max-height: 50px;
}
.product_img_list table .row_2 {
	background: #f9f9f8;
}
@media only screen and (max-width: 480px) {
.product_img_list table th {
	font-size: 1.0em;
	padding: .7em .5em;
	line-height: 14px;
}
.product_img_list table td {
	padding: .2em;
	font-size: .8em;
	line-height: 14px;
}
}
/* line 468, sass/screen.scss */
@media only screen and (max-width: 480px) {
.containerWrap #innerContentWrap #content .product_category_grid LI {
	width: 48.13425% !important;
	float: left !important;
	margin-right: 1px !important;
}
}
.containerWrap #innerContentWrap #content .product_category_grid LI {
	padding: 2px;
	text-align: center;
	width: 49.13425%;
	float: left;
	margin-right: .3%;
	margin-bottom: .3%;
	display: inline;
	background: #d4d3d3;
}
@media (min-width: 40.3125em) {
/* line 468, sass/screen.scss */
.containerWrap #innerContentWrap #content .product_category_grid LI {
	width: 23.70137%;
	float: left;
	margin-right: .3%;
}
}
/* line 479, sass/screen.scss */
.containerWrap #innerContentWrap #content .product_category_grid LI A {
	color: #3c3c3c;
}
/* line 482, sass/screen.scss */
.containerWrap #innerContentWrap #content .product_category_grid LI IMG {
	width: 100%;
}
.product_detail_img_left {
	width: 20%;
	float: left;
	border: 1px solid #ccc;
	padding: 10px;
	position: relative;
	margin-right: 2%;
}
.product_detail_img_left .img_active {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #090;
	padding: 2px 5px;
	color: #fff;
}
.product_detail_img_left .img_obsolete {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #d9002b;
	padding: 2px 5px;
	color: #fff;
}
.product_detail_img_left .img_mature {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #fab700;
	padding: 2px 5px;
	color: #fff;
}
.product_detail_img_left .img_superseded {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #ff6600;
	padding: 2px 5px;
	color: #fff;
}
.product_detail_img_left .img_prereleased {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #00b0e6;
	padding: 2px 5px;
	color: #fff;
}
.img_active {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #090;
	padding: 2px 5px;
	color: #fff;
}
.img_cfactory {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #e5e500;
	padding: 2px 5px;
	color: #fff;
}
.img_obsolete {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #d9002b;
	padding: 2px 5px;
	color: #fff;
}
.img_mature {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #fab700;
	padding: 2px 5px;
	color: #fff;
}
.img_superseded {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #ff6600;
	padding: 2px 5px;
	color: #fff;
}
.img_prereleased {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #00b0e6;
	padding: 2px 5px;
	color: #fff;
}
.product_detail_content_area {
	float: left;
	width: 45%;
	overflow: hidden;
	margin-right: 2%;
}
.product_detail_content_area .pro_det_link_box a {
	color: #e40f37;
	padding: 2px 4px;
}
.product_detail_content_area .pro_det_link_box span {
	color: #e40f37;
	padding: 2px 4px;
}
.product_detail_content_area .pro_det_link_box span:hover {
	background: #e40f37;
	color: #fff;
	padding: 2px 4px;
	text-decoration: none
}
.product_detail_content_area .pro_det_link_box a:hover {
	background: #e40f37;
	color: #fff;
	padding: 2px 4px;
	text-decoration: none
}
.product_detail_links_list {
	overflow: hidden;
	border: 1px solid #ccc;
}
.product_detail_links_list ul li {
	background: none !important;
	padding: 0px !important;
	margin: 0px !important
}
.product_detail_links_list ul li a {
	background: #f9f9f8;
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 5px;
}
@media only screen and (max-width: 480px) {
.product_detail_img_left {
	width: 50%;
	float: none;
	margin-bottom: 5%;
}
.product_detail_content_area {
	float: left;
	width: 55%;
	overflow: hidden;
}
.product_detail_links_list {
	overflow: hidden;
	width: 40%;
	float: right;
}
.product_detail_links_list ul li a {
	font-size: .8em;
}
}
.icn_email {
	background: url(../../images/icn_email.jpg) no-repeat 3px 6px #f9f9f8 !important;
	display: block;
	padding: 5px 0px 5px 30px !important;
}
.icn_print {
	background: url(../../images/icn_print.jpg) no-repeat 3px 6px #f9f9f8 !important;
	display: block;
	padding: 5px 0px 5px 30px !important;
}
.icn_plus {
	background: url(../../images/icn_plus.jpg) no-repeat 3px 5px #f9f9f8 !important;
	display: block;
	padding: 5px 0px 5px 30px !important;
}
.red {
	color: #e6153d !important;
}
.mtb10 {
	margin: 10px 0px !important;
}
.button_area {
	background: #b9babc;
	padding: 5px;
}
.fleft {
	float: left;
}
.mright10 {
	margin-right: 10px;
}
.btn_gray {
	text-align: center;
	color: #fff !important;
	padding: .2em 1em;
	font-size: 1em;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
	background: #90949a;
	border: 1px solid #fff;
	font-family: "Articulate Narrow", Arial, sans-serif !important;
}
.btn_gray:hover {
	text-decoration: none !important;
	background: #fff;
	color: #333 !important;
}
.alcenter {
	text-align: center !important;
}
.tab_table {
	color: #666;
}
.tab_table strong {
	font-weight: bold !important;
	font-size: 1.1em;
	color: #000;
}
.tab_table_inner {
	float: left;
	width: 24%;
	margin: 10px 0px;
}
.tab_table_inner div {
	overflow: hidden;
	margin-bottom: 4px;
}
.tab_table_inner p {
	margin: 0px;
}
.tab_table_inner .cont {
	float: left;
	width: 40%;
	text-align: left;
	display: block;
	padding: .1em 0em;
	margin: 0px;
	padding: .1em 0em !important;
}
.tab_table_inner strong {
	width: 60%;
	display: block;
	float: left;
	margin: 0px;
	padding: .1em 0em !important;
}
@media only screen and (max-width: 480px) {
.btn_gray {
	padding: .2em 1em;
	font-size: .9em;
}
.tab_table {
	font-size: .8em;
	line-height: 15px !important;
}
.tab_table_inner {
	width: 50%;
}
}
.anchor_white{
	color: #e9eaeb;
	text-decoration: none;
}
.anchor_red{
	color: #e31a3e;
	text-decoration: none;
}

.product_detail_links_list a {
	color: #e40f37;
	padding: 2px 4px;
}
/*------------- ends for e catalog ---------------*/


