/* Layout
---------------------------------*/
#main {
	float: left;
	padding-bottom: 20px;
	color: #3C3C3C;
}

#product-nav {
	width: 756px;
	padding: 13px 0 5px 10px;
	float: left;
	clear: both;
	background:url("../images/bg/bread_crumbs_bg.jpg") repeat-x scroll 0 0 #DFDFDF;
}

#product-img,
#product-description,
#product-features {
	margin: 40px 0 10px 0;
}

#product-img {
	width: 239px;
	float: left;
}

#product-description {
	width: 242px;
	float: left;
}

#product-features {
	width: 254px;
	float: right;
}

#specs {
	width: 481px;
	float: left;
	clear: both;
}

#related-information {
	width: 481px;
	float: left;
}

#tabs {
	margin-top: 10px;
	width: 481px;
	float: left;
}

#gutter {
	width: 254px;
	float: right;
	overflow: hidden;
}

img {
	border: 0;
}


/* General Text
---------------------------------*/
a[href$="pdf"] {
	padding-left: 18px;
	background: url('../images/glyphs/pdf.gif') no-repeat 0 50%;
	display: block;
}

a[href*="/videos/"] {
	padding-left: 18px;
	background: url('../images/glyphs/film.gif') no-repeat 0 50% !important;
	display: block;
}

#product-features h2,
#recommendations h2 {
	color: #5895C1;
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	padding-bottom: 8px;
	margin-bottom: 12px;
	border-bottom: 1px solid #D9D9D9;
}

blockquote {
	font-family: Verdana;
	margin: 0 26px 13px 26px;
	color: rgba(0, 0, 0, .65);
	border-left: 2px solid rgba(0, 0, 0, .25);
	padding-left: 13px;
}

p.em {
	border: 1px dotted #CCCCCC;
	border-left: 0;
	border-right: 0;
	padding: 7px 0;
}

h3 {
	margin-bottom: 4px;
}

.tab .content h3 {
	clear: both;
}

.tab .content .with-image h3 {
	clear: none;
}

h4 {
	margin-bottom: 4px;
	font-weight: bold;
}

a.em {
	background: url('../images/bullets/blue-arrow.gif') no-repeat 0 50%;
	padding-left: 10px;
}

a.fullscreen {
	background: url('../images/glyphs/full-screen.png') no-repeat 100% 50%;
	padding-right: 18px;
}

.toolbar {
	margin: 5px 0 15px 0;
	overflow: auto;
}

.toolbar .table {
	float: right;
}

.toolbar .color {
	float: left;
}

.sm {
	vertical-align: super;
	font-size: 50%;
	text-transform: uppercase;
	font-family: inherit;
}


/* Reusable Content
---------------------------------*/
.with-image {
	clear: both;
	margin-bottom: 15px;
	margin-top: 15px;
}

.with-image a[href*="/videos/"] {
	background-image: none;
	display: inline;
	padding-left: 0;
}

.with-image .body a[href*="/videos/"] {
	padding-left: 18px;
	background: url('../images/glyphs/film.gif') no-repeat 0 50% !important;
	display: block;
}

.with-image img {
	float: left;
	padding: 0;
	margin: 0;
	border: 1px solid #BFBFBF;
	margin-bottom: 15px;
	background-image: none;
}

.with-image .body {
	margin-left: 55px;
}

.with-image.medium .body {
	margin-left: 127px;
}

.with-image.medium img {
	border: none;
}


/* Swatches + roll over
---------------------------------*/
.swatches {
	margin: 10px 0;
	clear: both;
	float: left;
	width: 100%;
}

table .swatches {
	margin: 0;
	float: none;
	width: auto;
	clear: none;
	display: block;
}

.swatches img {
	border: 0;
	padding: 0;
	margin: 1px 1px 0 0;
	float: left;
}

table .swatches img {
	margin: 0;
	float: none;
}

#color-zoom {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	padding: 3px;
	background: url('../images/bg/tab.png') repeat-x 0 100%;
	background-color: rgb(163, 161, 155);
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.15);
	border-bottom: 1px solid rgba(0,0,0,0.35);
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.35);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.35);
	-o-box-shadow: 5px 5px 10px rgba(0,0,0,0.35);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.35);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

#color-zoom img,
#color-zoom-swatch {
	width: 98px;
	border: 1px solid rgba(255,255,255,0.5);
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.55);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.55);
	-o-box-shadow: 0 0 2px rgba(0,0,0,0.55);
	box-shadow: 0 0 2px rgba(0,0,0,0.55);
}

#color-zoom p {
	margin: 5px 1px 0 1px;
	color: #FFF;
	font-size: 10px;
	text-shadow: rgba(0,0,0,0.25) 1px 1px 2px;
}


/* Product Navigation
---------------------------------*/
#product-nav {
	background-color: #DFDFDF;
}

.quaternary #product-nav {
	margin-bottom: 2px;
}

ol#breadcrumbs,
ol#breadcrumbs li {
	list-style-type: none;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

ol#breadcrumbs li {
	float: left;
	/*background-color: white;*/
	font-weight: bold;
	color: #76746C;
}

ol#breadcrumbs li a {
	color: #76746C;
	display: block;
	padding-right: 10px;
	margin-right: 6px;
	background: url('../images/glyphs/right-triangle.gif') no-repeat 100% 65%;
	background-color: transparent;
	font-weight: normal;
}

ul#export,
ul#export li {
	list-style-type: none;
	margin: 0;
}

ul#export {
	float: right;
	padding:0 5px 0 0;
}

ul#export li {
	float: left;
}

ul#export li a {
	display: block;
	text-indent: -999999px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
}

ul#export li.email a {
	width: 16px;
	height: 10px;
	margin-right: 10px;
	margin-top: 2px;
	background-image: url('../images/glyphs/mail.gif');
}

ul#export li.print a {
	width: 16px;
	height: 13px;
	background-image: url('../images/glyphs/printer.gif');
}


/* Refinements-removal side nav
---------------------------------*/
#sidebar .refinements {
	margin-bottom: 5px;
}

#sidebar .refinements li a {
	background-color: #e5e5e5;
}

#sidebar .refinements li li a {
	background: url('../images/glyphs/x-circle.png') no-repeat 99% 50%;
	background-color: #efefef;
	padding-right: 22px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 146px;
}

#sidebar .refinements li ul li {
	border-top-color: #fff;
	padding: 0px 1px;
	background-color: #efefef;
}

/* Product Image
---------------------------------*/
#product-img img {
	margin: 0 auto 25px auto;
	display: block;
}

#product-img #thumbs ul, 
#product-img #thumbs li,
#product-img #thumbs a {
	list-style-type: none;
	margin: 0;
	display: block;
}

#product-img #thumbs li {
	float: left;
	margin-right: 15px;
}

#product-img #thumbs a {
	border: 1px solid #C3C3C3;
	display: block;
}

#product-img #thumbs img {
	padding: 0;
	margin: 0;
	display: block;
}


/* Product Description
---------------------------------*/
#product-description h1 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #3C3C3C;
}

#product-description h2 {
	text-transform: none;
}


/* Product Features
---------------------------------*/
.review {
	overflow: auto;
}

.rating {
	background-position: 0 0;
	background-image: url('../images/glyphs/stars.png');
	text-indent: -99999px;
	width: 68px;
	height: 12px;
	display: block;
	float: left;
	overflow: hidden;
}

.star-0 {
	background-position: 0 12px;
}

.star-1 {
	background-position: 0 24px;
}

.star-2 {
	background-position: 0 36px;
}

.star-3 {
	background-position: 0 48px;
}

.star-4 {
	background-position: 0 60px;
}

.star-5 {
	background-position: 0 72px;
}

.review .links {
	clear: both;
	padding-top: 0.75em;
}

.review .links a {
	background: url('../images/bullets/blue-arrow.gif') no-repeat 0 50%;
	padding-left: 10px;
	margin-right: 1em;
}

.review .numeric {
	color: #7B7871;
	float: left;
	margin-left: 0.5em;
}

.review .numeric a {
	color: #7B7871;
}

.no_review {
	margin:10px 0 0 0;
	width:153px;
	text-align: center;
}


/* More info
---------------------------------*/
#specs {
	border-top: 1px solid #D9D9D9;
}

#related-information a.asset {
	padding: 10px 0;
}

#related-information a.asset {
	padding-left: 18px;
	margin-right: 15px;
	background: url('../images/bullets/arrow_blue.jpg') no-repeat 0 50%;
	float: left;
	display: block;
}

#related-information img {
	float: right;
	margin: 4px 0px 0px 10px;
}


/* Tabs
---------------------------------*/
#tabs .tab {
	width: 481px;
	clear: both;
}

#tabs .content {
	overflow-x: auto;
	width: 459px;
}

#tabs .tab h2 {
	margin: 2em 0 1em;
}

.dynamic#tabs .tab {
	border: 1px solid #BFBFBF;
	width: 459px;
	padding: 25px 10px;
	background: url('../images/bg/tab-gradient.png') repeat-x 0 0;
	background-color: #F3F3F3;
	color: #3C3C3C;
}

.dynamic#tabs .tab {
	display: none;
}

.dynamic#tabs .current {
	display: block;
}

#tab-navigation,
#tab-navigation li {
	list-style: none;
	margin: 0;
}

#tab-navigation {
	width: 100%;
	clear: both;
}

#tab-navigation li {
	font: normal normal bold 12px/14px Helvetica, Arial, sans-serif;
	float: left;
	width: 117px;
	margin-right: 2px;
	border: 1px solid #737373;
	border-bottom: 0;
	background: url('../images/bg/tab.png') repeat-x bottom left;
	background-color: #A3A19B;
	text-align: center;
}

#tab-navigation li:first-child,
#tab-navigation li.first-child {
	width: 116px;
}

#tab-navigation li a {
	font-weight: bold;
	padding: 6px 0;
	display: block;
	width: 116px;
	min-height: 35px;
	color: #FFF;
}

#tab-navigation li.current {
	background-color: #FFF;
	background-image: none;
	border-color: #BFBFBF;
	border-bottom: 1px solid #FFF;
	margin-bottom: -1px;
	position: relative;
}

#tab-navigation li.current a {
	color: #A6A59F;
}

#tab-navigation li:last-child {
	margin-right: 0;
}

#tab-navigation li.last-child {
	margin-right: 0;
}



/* Product specs table
---------------------------------*/
table {
	border: 1px solid #DBDBDB;
	color: #808080;
	border-left: 0;
	border-spacing: 0;
	margin: 0 0 10px 0;
}

table th,
table td {
	border: 0;
	padding: 0;
	margin: 0;
	background-color: inherit;
}

table td,
table th {
	border-left: 1px solid #DBDBDB;
	padding: 10px 5px;
	vertical-align: middle;
	text-align: center;
}

table th {
	border-bottom: 1px solid #DBDBDB;
}

table tr {
	background-color: #FFF;
}

table tr:nth-child(odd) {
	background-color: #EBEBE8;
}

table tr.nth-child-odd {
	background-color: #EBEBE8;
}

table thead tr th {
	background: url('../images/bg/table-header.png') repeat-x bottom left;
	background-color: #FFF;
	color: #3C3C3C;
}

table a {
	text-decoration: underline;
}

table .upc,
table .size {
	white-space: nowrap;
}	


/* Gutter
---------------------------------*/
#gutter .store-finder {
	color: #FFF;
	border: 1px solid #5894C1;
	background: url('../images/bg/store-locator.png') repeat-x 0 0;
	background-color: #5894C1;
	padding: 10px 15px;
	float: left;
	width: 224px;
	margin-bottom: 20px;
}

#store-finder-name {
	display: none;
}

#gutter .store-finder h2 {
	font-size: 14px;
	text-transform: none;
	letter-spacing: -1px;
}

#gutter .store-finder p {
	font-size: 11px;
	letter-spacing: -1px;
}

#gutter .store-finder a.advanced {
	color: rgb(255, 255, 255);
	color: rgba(255, 255, 255, .65);
}

#gutter .store-finder a.advanced {
	text-decoration: underline;
	font-size: 11px;
	display: block;
	float: right;
	width: 90px;
	text-align: right;
	margin-top: 6px;
}

#gutter .store-finder input {
	width: 98px;
	display: block;
	float: left;
}

#gutter .store-finder button {
	width: 13px;
	height: 13px;
	text-indent: -999999px;
	background: url('../images/bullets/arrow_white_blueback.gif') no-repeat top left;
	border: 0;
	cursor: pointer;
	margin-left: 7px;
	margin-top: 6px;
	display: block;
	float: left;
}


/* Recommendations
---------------------------------*/
#recommendations {
	margin-bottom: 10px;
	float: left;
	width: 100%;
}

#recommendations ul,
#recommendations li {
	list-style-type: none;
}

#recommendations li {
	border-bottom: 1px dotted #D6D6D6;
	float: left;
	width: 100%;
	padding-bottom: 12px;
}

#recommendations .info {
	float: right;
	width: 125px;
}

#recommendations ul {
	padding: 0;
	margin: 0;
}

#recommendations img {
	float: left;
}

#recommendations h3 {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	color: #4581B3;
	margin-bottom: 6px;
	margin-top: 16px;
}

#recommendations .number {
	color: #a8a6a1;
	font-size: 11px;
	margin-bottom: 7px;
}

#recommendations a.learn {
	background: url('../images/bullets/arrow-a-blue.gif') no-repeat 0 50%;
	display: block;
	padding-left: 16px;
	clear: both;
}

#recommendations .review {
	padding-bottom: 8px;
}


/* Print footer
---------------------------------*/
#print-footer {
	display: none;
}


/* Promo
---------------------------------*/
.promo {
	position: relative;
	color: #FFF;
	margin-bottom: 18px;
}

.promo a {
	color: #FFF;
}

.promo a.em {
	background-image: url('../images/bullets/arrow_white_blueback.gif');
	padding-left: 18px;
}

.promo img {
	border: 1px solid #D9D9D9;
	background-color: #9EC4DF;
	padding: 0;
}

.promo .body {
	position: absolute;
	top: 52px;
	left: 19px;
	padding-right: 335px;
}

.promo h3 {
	text-transform: uppercase;
}


/* Pagination
---------------------------------*/
.pagination {
	margin-bottom: 20px;
}

.pagination,
.pagination a {
	color: #76746C;
}

.pagination ol {
	padding-bottom: 4px;
}

.pagination ol,
.pagination li {
	list-style: none;
	margin: 0;
}

.pagination li {
	display: inline;
	background: url('../images/bullets/separator.gif') no-repeat 100% 0;
	margin-right: 3px;
	padding-right: 7px;
}

.pagination li.current {
	font-weight: bold;
}

.pagination li:last-child,
.pagination li.last-child {
	background: none;
	margin-right: 0;
	padding-right: 0;
}

.pagination li.jump,
.pagination li.last-number {
	background: none;
}

.pagination {
	float: left;
}

form.sort {
	float: right;
}

form.sort button {
	margin-left: 10px;
}


/* Product list
---------------------------------*/
.products {
	clear: both;
	margin-left: 0;
}

.products .product {
	list-style: none;
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 10px;
	margin-bottom: 20px;
	clear: both;
	overflow: auto;
}

.products .product h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
	margin-bottom: 1em;
}

.products .product h3 a .new_product {
	font-weight:bold;
}

.products .product .properties {
	float: left;
	width: 155px;
}

.products .product .description {
	margin-left: 165px;
}

.products .product .properties img {
	margin: 0 auto;
	display: block;
}

.products .product .description ul li {
	list-style-type: disc;
}

.products .product .properties .badges {
	text-align: center;
}

.products .product .properties .badges img {
	display: inline;
}

.products .product .properties .review {
	margin: 5px auto;
	width: 70px;
}

.products .product .properties .review .numeric,
.products .product .properties .review .rating {
	float: none;
	clear: both;
	margin: 0;
	text-align: center;
}

.products.grid_view {
	float:left;
	margin:0 0 0 30px;
}

.products.grid_view .product {
	width:175px;
	float:left;
	clear:none;
}

.products.grid_view .product .description {
	margin:0;
}

.products.grid_view .product .properties .review {
	margin:10px 0 0 0;
	width:140px;
}

.products.grid_view .product .properties .review .numeric {
	margin:0 0 0 5px;
}

.products.grid_view .product .properties .review .numeric, 
.products.grid_view .product .properties .review .rating {
	clear:none;
	float:left;
}

.products.grid_view .product .properties .badges {
	text-align:left;
	margin:10px 0 0 0;
}

.products.grid_view .product .properties .badges img {
	border:none;
	margin:0;
	padding:0;
}


/* Category list
---------------------------------*/
.categories {
	clear: both;
	margin-left: 0;
	margin-top: 9px;
}

.categories .category {
	list-style: none;
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 19px;
	margin-bottom: 20px;
	overflow: auto;
	clear: both;
}

.categories .category h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
}

.categories .category .properties {
	float: left;
	width: 165px;
}

.categories .category .description {
	margin-left: 185px;
}

.categories .category .properties img {
	margin: 0 auto;
	border: 1px solid #D9D9D9;
	display: block;
}

.categories .category .properties .badges {
	text-align: center;
}

.categories .category .properties .badges img {
	display: inline;
}

.categories .category .properties .review {
	margin: 5px auto;
	width: 70px;
}

.categories .category .properties .review .numeric,
.categories .category .properties .review .rating {
	float: none;
	clear: both;
	margin: 0;
	text-align: center;
}



/* TopUp Overrides
---------------------------------*/
#top_up table.te_frame,
#top_up table.te_frame .te_top,
#top_up table.te_frame .te_middle,
#top_up table.te_frame .te_bottom,
#top_up table.te_frame .te_right,
#top_up table.te_frame .te_left,
#top_up table.te_frame .te_corner {
	background-color: transparent;
	margin: 0;
	padding: 0;
	border: 0;
}

#top_up table table td {
	padding: 1em;
}

#msds-table {
	display: none;
}

#top_up #msds-table {
	padding: 20px;
	display: block;
}

#top_up #msds-table table {
	table-layout: fixed;
}

/* Featured Products
---------------------------------*/
#featured_products {
	width:565px;
	border:1px solid #E1E1E1;
	float:left;
	padding:1px 0 0;
}

#featured_products .header {
	background:#4581B3;
	width:560px;
	height:20px;
	margin:0 auto;
}

#featured_products .header h3 {
	text-transform:uppercase;
	color:#FFF;
	padding:3px 0 0 10px;
}

#featured_products .products {
	float:left;
	width:540px;
}

#featured_products .products.products-three-products {
	margin:0 0 0 20px;
}

#featured_products .products.products-two-products {
	margin:0 0 0 110px;
}

#featured_products .products.products-one-products {
	margin:0 0 0 200px;
}

#featured_products .products .product {
	float:left;
	clear:none;
	border:none;
}

#featured_products .products .properties {
	margin:0 10px;
}

#featured_products .products .product h3 {
	margin:1em 0 1em 0;
}

#featured_products .products .product .properties img {
	border:1px solid #E1E1E1;
	padding:15px;
	margin:1em 0 0 0;
}

#featured_products .products .product .properties .review {
	margin:10px 0 0 0;
	width:140px;
}

#featured_products .products .product .properties .review .numeric {
	margin:0 0 0 5px;
}

#featured_products .products .product .properties .review .numeric, 
#featured_products .products .product .properties .review .rating {
	clear:none;
	float:left;
}

#featured_products .products .product .properties .badges {
	text-align:left;
	margin:10px 0 0 0;
}

#featured_products .products .product .properties .badges img {
	border:none;
	margin:0;
	padding:0;
}

#featured_products .products .product .description {
	margin:0;
}

