﻿/************* start product detail area ************/
.product_top {
	width:100%;	
	margin-bottom:10px;
}

.product_top div.left:first-child {
	width:300px;
}
.product_top div.left h4 {
	margin-top:5px;
}
.product_top .product_top_right {
	width:50%;
}

.product_top .product_top_right .specs_table td {
	font-weight:bold;
	color:black;
}
.product_top .product_top_right .specs_table {
	float:left;
	width:100%;
}
.product_top .product_top_right .specs_table thead th{
	width:15px;
	padding-left:0px;
	padding-right:0px;
	background-color:#e3e3e3;
}
.product_top .product_top_right .specs_table thead th:first-child{
	text-align:left;
	font-size:16px;
	color:#68747b;
	padding:5px 0px 5px 25px;
	font-weight:normal;
	background-color:#e3e3e3;
}
.product_top .product_top_right .specs_table tfoot td {	
	padding:0px;
	line-height:5px;
	background-color:#e3e3e3;
}

.product_top .product_top_right .specs_table th {
    padding:5px 15px 2px 0px;
	margin-left: 40px;
	border-top:1px solid #cccccc;
	
	text-align: right;
}
.product_top .product_top_right .specs_table td {
	padding:5px 15px 2px 0px;
	margin-left:20px;
	border-top:1px solid #cccccc;	
}

.product_top .product_top_right .specs_table tr td:first-child {
	/*first column*/
	border-top:0px;
	width:15px;	
	padding:0px;
}
.product_top .product_top_right .specs_table tr:first-child td, .product_top .product_top_right .specs_table tr:first-child th {
	/*first row*/
	border-top:0px;	
}
.product_top .product_top_right .specs_table tr.last td {
	/* add some padding tothe bottom of the last row in teh specs table*/
	padding: 0px;
	margin: 0px;	
	padding-bottom:7px;
}
.product_top .product_top_right h3 {
	/*title above specs table*/
	font-size:18px;
	font-weight:normal;
	padding-left:25px;
}
.product_top .product_top_right h4 {
	font-size:14px;
	padding-left:25px;
}
.product_top .product_top_right ul.product_actions li {
	float:left;
	width:49%;
	margin-bottom:0px 0px 10px 0px;
	padding:5px 0px;
}
.product_top .product_top_right .product_actions li *{
	vertical-align:middle;
	line-height:15px;
}
.product_top .product_top_right .product_actions li a{
	padding:0px 10px 0px 0px;
	line-height:25px;
	font-weight:bold;
	color:black;
	font-size:11px;
}

.product_top a.bold_black:link {
	color:black;
}
.product_top .product_top_right .product_actions td a:hover, a.bold_black:hover {
	color:#e82c2e;
}
.product_top .product_top_right .product_actions a img{
	width:20px;
	margin-right:7px;
	float:left;
	height:22px;	
}

.product_top .product_top_right #buynow img{
	 width:145px;
	 height:45px;
 }

.product_top.first {
	margin-top:30px;
}
/************* end product detail area ************/




/************* start related products box ************/
.related_products_wrapper  {
	width:160px;
	float: right;
	background-color:#e3e3e3;
	margin: 0px 0px 0px 0px;	
}
.related_products_wrapper .title_bar h2 {
	font-size:12px;
	margin:0px;
	color:white;
	padding:5px 10px 5px 10px;
}
.related_products_wrapper .title_bar {
	padding:1%;
	background-color:#68747b;
	margin-bottom:10px;
}
.related_products_wrapper .related_products {
	padding:0px 0px 15px 0px;
	float:left;
	width:98%;
	text-align:left;
}

.related_products_wrapper .related_products table tr td 
{ 
    text-align: center; margin: 0px 0px 25px 0px;   
}

.related_products_wrapper .related_products img {
	border:1px solid #68747b;
	margin:0px 0px 5px 0px;	
}
.related_products_wrapper .related_products p {
	font-size:10px;	
}
.related_products_wrapper .related_products p a:link {
	color:#68747b;
}

.related_products_wrapper .related_products a:hover p {
	text-decoration:underline;
	color:#e82c2e;
}

/************* end related products box ************/

/************* start slider module within tab box ************/
#slidertab .slider-code {
	height: 125px;
	overflow:hidden;
}

#slidertab .slider-code .viewport { 
	float: left;
	width: 85%;
	height: 125px;
	overflow: hidden;
	position: relative;
	
}

#slidertab .slider-code .buttons { 
	display: block;
	margin: 30px 20px 0 0;
	float: left;
}

#slidertab .slider-code .next { 
	margin: 30px 0 0 10px;
	float:right;
}
#slidertab .slider-code .disable { 
	visibility: hidden;
}
#slidertab .slider-code .overview {
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
}
#slidertab .slider-code .overview li{
	float: left;
	margin: 0 10px 0 0;
	padding: 5px;
	height: 121px;
	border: 0px;
	width: 120px;
	text-align: center;
}
#slidertab #tab_wrapper #tabs {
	background:url('/static/images/icons_shadows/tab_bottom_shadow_span.png') repeat-x center bottom transparent; 
	border-bottom:0px;
}
#slidertab #tab_wrapper {
	width:100%;	
}
/************* end slider module within tab box ********/
/************* begin category listings ********/
.category_wrap {
	float:left;
	width:65%;
	padding-left: 10px;
}

.category_wrap .category_content div.sublevel{
	float:left;
	width: 180px;
	height: 160px;
	padding:0px 0px 30px 30px;	
}
.category_wrap .category_content h2, .category_wrap .category_content h2 a {
	font-size:18px;
	margin:15px 10px 15px 0px;
	color:#e82c2e;
}

.category_wrap .category_content h3 
{
    margin-top: 10px;
    margin-bottom: 5px;
	font-weight:bold;
	/*font-size:10px;*/
	clear:both;
	color:black;
	height: 23px;	
}
	
div.imagegroup { width: 130px; height: 130px; }
div.imagegroup img { float: left; }


.microsite_alert {
	width:90%;
	margin:15px 0px 25px 50px;
	border:1px solid #abd1da;
	min-height:52px;
	background-color:#527d97;
}

.microsite_alert .leftside {
	width:30px;
	float:left;
	margin-bottom:-40px;
}
.microsite_alert .middle {
	padding:8px 10px 8px 0px;
	width:89%;
	float:left;
}
.microsite_alert .rightside {
	padding:15px 5px;
	vertical-align:middle;
}
.microsite_alert .middle h3 {
	color:white;
	font-size:16px;
	margin:0px;
}
.microsite_alert .middle p,.microsite_alert .middle p * {
	margin:0px;
	color:white;
	font-style:italic;
	font-size:12px;
}
.microsite_alert .leftside img {
	left: -50px;
    position: relative;
    top: -2px;
}
/************* end category listings ********/



/************* start product table ********/
table.product_table td {
	border-right:1px solid #454b4f;
	border-bottom:1px solid #454b4f;
	/*font-size:10px;*/
	text-align: center;
	vertical-align: middle;
}
.product_table thead th {
	font-size:11px !important;
}
table.product_table table {
	width:100%;
}
table.product_table table tbody {
	display:none;
}
table.product_table table thead th,table.product_table  tfoot td {
	padding:10px 20px 10px 25px;
	margin-bottom:0px;
	background-color:#454b4f !important;	
	text-align:right;
	color:white;
	font-weight:bold;
}
table.product_table table thead a, table.product_table tfoot a {
	color:white;
	font-size:12px;
	font-weight:bold;
}
table.product_table table thead a:hover,table.product_table  tfoot td a:hover
{
    color:#e82c2e;	
}
table.product_table table thead th:first-child {
	text-align:left;
	padding-left:15px;
}
table.product_table a.right_hover_arrow_white {
	padding-right:10px;	
}

table.product_table .fancybox_content {
	display:none;
}

table.product_table {
	/*filtered nav is 28%*/
	width:73%;
	padding:0px 1px;
}
table.product_table tbody tr.even {
	background-color:white;
}
table.product_table tbody tr.odd {
	background-color:#e3e3e3;
}
table.product_table tbody tr:first-child td{
	/* for first tbody row only*/	
	font-size:14px;
	font-weight:bold;
	padding:10px 10px 10px 5px;
	background-color:#f8f7f7;
	width: 80px;
}
table.product_table tbody tr:first-child td:first-child{ 
	/* for first column in first tbody row only*/
	background-color:white;
	padding:5px 20px 5px 30px;
}
table.product_table tr td:first-child {
	/* for first column cells only*/
	background-color:white;
	border-left:1px solid #454b4f;
	font-size:11px;
	text-align: center;
}
table.product_table td {
	padding:15px 5px;
}
table.product_table tr.bold td {
	font-weight:bold;
	font-size:11px;
}
table.product_table tr.hovered td {
	border-bottom:1px solid #e82c2e;
	border-top:1px solid #e82c2e;	
}

table.product_table tr.row_above td {
	border-bottom:0px;
}
table.product_table tr.hovered td:first-child {
	/*first column of hovered row */
	border-left:1px solid #e82c2e;
}
table.product_table tr.hovered td.last_cell {
	/*last column of hovered row */
	border-right:1px solid #e82c2e;
}

table.product_table a.quick_info_link {
    background:url('/static/images/icons_shadows/icon_quick_info.png') 0px 2px no-repeat;	
	padding-left:14px;
	font-size:12px;
	color: #e82c2e;
	visibility:hidden;
	white-space:nowrap;
	display:block;
	text-align: left;
}
table.product_table tr.hovered td a.quick_info_link{	
	visibility:visible;	
}
table.product_table tr.hovered td a.quick_info_link:hover{	
	visibility:visible;	
	background:url('/static/images/icons_shadows/icon_quick_info_hover.png') 0px 2px no-repeat;
	cursor:pointer;
}


.no_marketing_materials table.product_table {
	margin-top:40px;
}
/************* end product table ********/
/************* start marketing materials blurb at top of page ********/

.no_marketing_materials .marketing_materials {
	display:none;
}
.marketing_materials {
	margin:15px 0px 15px 0px;
	font-size:12px;
	height: 220px;
}
.marketing_materials img{
	border:1px solid #cccccc;
}
.marketing_materials h2 {
	font-size:16px;
}

.marketing_materials div:first-child {
	margin-left:20px;
	width:55%;
	float:right;
}
.marketing_materials div ul li{
	float:left;
	width:100px;
	font-size:13px;
}
.marketing_materials div ul li {
	border-left:1px solid #999999;
	padding:5px 20px 10px 20px;
	width:135px;	
	margin-top:30px;
}
.marketing_materials div ul li a {
	width:100px;
}
.marketing_materials div ul li:first-child {
	padding-left:0px;
	border-left:0px;
}
.marketing_materials div ul li.second{
	
}
.marketing_materials div ul li.last {
	padding-right:0px;
}
.marketing_materials div ul li.last a,.marketing_materials div ul li:first-child a{
	padding-top:5px;
	
}
.marketing_materials div ul li img {
	float:left;
	margin-right:8px;
	border:0px;
}
.marketing_materials div ul li a:link {
	float:left;
	font-size:13px;
	font-weight:bold;	
}
/************* end marketing materials blurb at top of page ********/
/************* start detailed specs table ********/
table.specs_table thead,table.specs_table tfoot {
	width:100%;
	background-color:#eeeeee;
	color:#68747b;	
}

/************* end detailed specs table ********/
.hidden_fancybox #multi_video_fancybox_content.fancybox_outer_wrap .fancybox_content,
.hidden_fancybox #video_fancybox_content.fancybox_outer_wrap .fancybox_content{
	display:none;
}
.multi_video_fancybox_wrapper div.header,
.video_fancybox_wrapper div.header{
	margin:0px 15px 15px 35px;
	width:90%;
	float:left;
	border-bottom:1px solid #eeeeee;
}
.multi_video_fancybox_wrapper div.header h2,
.video_fancybox_wrapper div.header h2 {
	color:#e82c2e;	
	font-size:22px;
	font-weight:bold;
}
.multi_video_fancybox_wrapper .video_player_large {
	float:left;
	width:55%;
	padding:0px 5px 10px 35px;
}
.multi_video_fancybox_wrapper .video_player_large div:first-child,
.video_fancybox_wrapper .video_player_large div:first-child {
	margin-bottom:15px;
}
.multi_video_fancybox_wrapper .video_scroller {
	float:left;
	width:25%;
	padding:0px 25px 15px 35px;
}
.multi_video_fancybox_wrapper .video_scroller div:first-child {
	float:left;
}
.multi_video_fancybox_wrapper .video_scroller p{
	float: left;
    padding-left: 15px;
    width: 45%;
}
.video_fancybox_wrapper .video_player_large {
	
	text-align:center;
	padding:0px 5px 10px 0px;
}

/************* begin filter module ********/
.filter_wrapper .filter_module div.activefilters { padding:0px 5px 0px 15px;  }
.filter_wrapper .filter_module div.passivefilters { padding:0px 5px 10px 15px; }

.filter_wrapper .filter_header {
	background:url('/static/images/pages/products/find_it_fast.png') no-repeat right top;
	padding:6px 10px 4px 45px;
	width:163px;
	margin-bottom:10px;
}
.filter_wrapper .filter_header p {
	font-size:12px;
	color:#68747b;
	margin-bottom:0px;
}
.filter_wrapper .filter_header p:first-child {
	font-size:15px;
	line-height:20px;
	vertical-align:middle;
	color:white;
	font-weight:bold;
	margin-bottom:10px;
}
.filter_wrapper {
	float:right;
	width:24%;
}
.filter_wrapper .filter_module h2 a{
	background:url('/static/images/icons_shadows/icon_expand.png') 0px 3px no-repeat;
	padding-left:15px;
	position:relative;
	height:1%;
	color:#000000;
}

.filter_wrapper .filter_module h2
{
    margin-bottom: 3px;
}

.filter_wrapper .filter_module {
	padding: 0px 0px 10px 15px;
}
.filter_wrapper .filter_module h2 a.open{
	background:url('/static/images/icons_shadows/icon_collapse.png') 0px 3px no-repeat;	
}

table.filters tr .disabled {
	color:#a9a9a9;
}
table.filters tr td { width: 150px; }    
table.filters tr td, table.filters tr th { vertical-align: middle; padding-bottom: 1px; }

/************* end filter module ********/

.blue_button_wrapper div.leftside {
	background:url('/static/images/pages/products/blue_button_left.png') no-repeat left center;
	width:13px;
	height:46px;
	float:left;
}
.blue_button_wrapper div.textarea {
	background:url('/static/images/pages/products/blue_button_span.png') repeat-x left center;	
	height:16px;
	font-size:12px;
	color:white;
	float:left;
	line-height:12px;
	padding:15px 0px;
}
.blue_button_wrapper div.textarea a {
	color:white;
}

.blue_button_wrapper div.rightside {
	background:url('/static/images/pages/products/blue_button_right.png') no-repeat left center;	
	float:left;	
	text-align:center;
}
.blue_button_wrapper:hover div.leftside,
.blue_button_wrapper:hover div.textarea,
.blue_button_wrapper:hover div.rightside  {
	cursor:pointer;
}

.blue_button_wrapper:hover div.textarea a {
	text-decoration:underline;
}

.blue_button_wrapper div.rightside a {
	padding-top:15px;
	display:block;
	height:31px;
	width:33px;
}
