/* PRODUCT PAGE */
td.vCSS_breadcrumb_td,
td.vCSS_breadcrumb_td b {
	color:#e6be00;
}


/* ------ BREADCRUMBS ------ */
td.vCSS_breadcrumb_td a {
	color: #e6be00;
	font-weight: normal !important;
}
#product_photo {
	max-width: 300px;
	display: block;
	margin-right: 10px;
}
/* ------ PRODUCT TITLE ------ */
font.productnamecolorLARGE.colors_productname {
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin: 7px 0 0 10px;
}

/* ------ GENERAL PRICEBOX STYLES ------ */

.colors_pricebox {
	background: none;
	border-radius: 0;
	padding: 0 0 15px 0;
	margin-bottom: 15px;
}

/*Select and input borders*/
.colors_pricebox select td, 
.colors_pricebox input td {
	border: 1px solid #5b5d5e;
	color: #666666;
}
#v65-product-parent > tbody > tr:first-child + tr > td[align="right"] {
	max-width: 400px;
}
/* ------ FIRST PRICEBOX ------ */

span + .colors_pricebox {
	padding: 0;
	margin-bottom: 0;
}

/*Text styling*/
span + .colors_pricebox td {
	color: #a0a0a0;
	font-size: 12px;
}

/*Product Code*/
span.product_code_title, 
span.product_code {
	color: #626262;
	font-size: 12px;
	font-style: normal;
}

/*--- PRICES ---*/

/*List Price and Text Only*/
.colors_pricebox td > font.text.colors_text:first-child b {
	color: #a0a0a0;
	font-size: 14px;
	font-weight: 400;
}

#options_table,
#options_table + table,
#options_table + script + br + table {
	padding-left: 0;
}

/*Our Price text*/
.colors_pricebox font.text.colors_text b span,
.colors_pricebox font.text.colors_text b {
	color: #a0a0a0 !important;
	font-size: 14px;
	font-weight: normal !important;
}
/*Our Price price*/
.colors_pricebox font.text.colors_text {
	color: #a0a0a0;
	font-size: 14px;
	font-weight: 400;
}

/*Sale Price & Text Only*/
b font.pricecolor.colors_productprice {
	color: #e6be00;
	font-size: 18px;
	font-weight: 400;
}
/*You Save text & price*/
font.productnamecolor.colors_productname i,
font.productnamecolor.colors_productname i b,
font.productnamecolor.colors_productname i span {
	color: #a0a0a0;
	font-size: 11px;
	font-weight: 600 !important;
	font-style: normal !important;
}

/* ------ SECOND PRICEBOX ------ */

/* 2nd Pricebox Container */
br + .colors_pricebox {	
	background: none;
	margin-top: 30px; /*Make same as height of heading*/
	position: relative;
}

/* Heading */
br + .colors_pricebox > tbody > tr > td > table > tbody > tr:first-child > td:first-child:before {
	background: none; /*Overrides default*/
	bottom: 100%;
	color: #fff;
	content: "Choose your options:"; /*Text to be displayed*/
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	left: 0;
	line-height: 35px; /*Adjust height*/
	position: absolute;
	text-indent: 0;
	width: 100%;
	border-bottom: 1px solid #303334;
}

/* Hides original heading image */
.colors_pricebox img[src$="Options_Text_Choose.gif"] {display: none;}

/*Heading - remove this if you need the corner images*/
img[src*="OBox_Border_Left_Top_Opt.gif"], img[src*="OBox_Border_Right_Top_Opt.gif"] {display: none;}
img[src*="Options_Text_Choose.gif"] {
	margin-left: 7px;
}
/*Large label*/
table#options_table font.colors_productname b {
	border-bottom: none;
	color:#a0a0a0;
	font-weight: 400;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
}

/*Label text color*/
.colors_pricebox table td {
	color: #a0a0a0;
}

/* ------- DESCRIPTION BOX TABS --------- */

/* TABS DEFAULT/UNSELECTED */
span#Header_ProductDetail_ProductDetails_span,
span#Header_ProductDetail_TechSpecs_span,
span#Header_ProductDetail_ExtInfo_span,
td#Header_ProductDetail_ProductDetails.vCSS_tab_unselected span#Header_ProductDetail_ProductDetails_span,
td#Header_ProductDetail_TechSpecs.vCSS_tab_unselected span#Header_ProductDetail_TechSpecs_span,
td#Header_ProductDetail_ExtInfo.vCSS_tab_unselected span#Header_ProductDetail_ExtInfo_span {
	font: 600 12px/1.3 "Source Sans Pro", Arial, Helvetica, sans-serif !important;
	padding: 8px 15px 7px;
	display: inline-block;
	background: #15191d;
	border: 1px solid #343536;
	border-bottom: none;
	text-transform: uppercase;
	color: #a0a0a0;
}

/* TABS UNSELECTED HOVER */
span#Header_ProductDetail_ProductDetails_span:hover,
span#Header_ProductDetail_TechSpecs_span:hover,
span#Header_ProductDetail_ExtInfo_span:hover,
td#Header_ProductDetail_ProductDetails.vCSS_tab_unselected span#Header_ProductDetail_ProductDetails_span:hover,
td#Header_ProductDetail_TechSpecs.vCSS_tab_unselected span#Header_ProductDetail_TechSpecs_span:hover,
td#Header_ProductDetail_ExtInfo.vCSS_tab_unselected span#Header_ProductDetail_ExtInfo_span:hover {
	color: #fff;
}

/* TABS SELECTED */
td#Header_ProductDetail_ProductDetails span#Header_ProductDetail_ProductDetails_span,
td#Header_ProductDetail_ProductDetails.vCSS_tab_selected span#Header_ProductDetail_ProductDetails_span,
td#Header_ProductDetail_TechSpecs.vCSS_tab_selected span#Header_ProductDetail_TechSpecs_span,
td#Header_ProductDetail_ExtInfo.vCSS_tab_selected span#Header_ProductDetail_ExtInfo_span {
	color: #fff;
} 

/*Fix spacing*/
tr td[background*="expand_tab_left.gif"] img {display: none;}
tr td[background*="expand_tab_right.gif"] img {width: 7px;}


/* ------ DESCRIPTION BOX ------ */

/*Description container*/
.colors_descriptionbox {
	background: none;
	border-top: 1px solid #343536;
	border-radius: 0;
	padding: 10px;
}

.colors_descriptionbox ul {
	color: #e1ba00;
	list-style: none;
	padding: 0;
	margin: 0;
}

.colors_descriptionbox ul li {
	color: #a0a0a0;
	padding-left: 10px;

}

.colors_descriptionbox ul li:before {
	content: "•  \0000a0";
	color: #e0ba00;
	font-size: 14px;
}

/*Text color*/
.colors_descriptionbox table, 
.colors_descriptionbox td {
	color: #a0a0a0;
	font-size: 12px;
}

/*Product features box only*/
#ProductDetail_ProductDetails_div2 .colors_descriptionbox {
	background: none;
	border: none;
}

/* ------ RELATED / ACCESSORIES ------ */

/*--HEADING--*/

/*Background*/
.colors_backgroundlight {
	background: none;
	border-bottom: 1px solid #39393a;
}

/*Text*/
.colors_lines_light font.productnamecolorSMALL.colors_productname b {
	font-size: 16px;
	color: #fff;
	margin-left: 0;
	text-transform: uppercase;
	line-height: 40px;
	font-weight: 400;;
}


/*--PRODUCT ROW--*/

/*Row container*/
td.v65-product-related-details-cell, /*Products related*/
td.colors_background_main /*Accessories*/ {
	border: none;
	background: none;
}

/*Product title*/
.v65-productDisplay a.productnamecolorsmall.colors_productname {
	font-size: 12px;
	color: #e2bc00;
	font-weight: 400;
}

/*Product Price ONLY*/
.v65-productDisplay font.pricecolorsmall.colors_productprice {
	font-weight: 400;;
	font-size: 12px;
	color: #a0a0a0;
}

/*Product "Our Price" text ONLY*/
.v65-productDisplay font.smalltext.colors_text b span,
.v65-productDisplay font.smalltext.colors_text b {
	font-weight: 400;;
	font-size: 12px;
	color: #a0a0a0 !important;
}

/*Center product title and price*/
td.v65-productDisplay-cell.v65-productName,
td.v65-productDisplay-cell.v65-productAvailability {
	text-align: left;
}

/* ------ RECENT HISTORY ------ */

#v65-product-history-details {
	width: 970px !important;
}

#v65-product-history-body td {
	padding: 5px 0;
}

/*background color*/
table#v65-product-history-body {
	background: none;
}

/*Top and bottom border*/
table#v65-product-history-body {
	border-top: 1px solid #303030;
	border-bottom: none;
	padding-bottom: 10px;
}

/*Product image max-width*/
.historyitem_image img {
	max-width: 170px; 
} 

/* PRODUCT TITLE*/
.historyitem_productname a {
	font-size: 12px;
	color: #e2bc00;
	font-weight: 400 !important;
}

.historyitem_clearfromhistory {
	padding-top: 5px;
}

#content .colors_backgroundlight_dark {
	background: none !important;
}

/*PRODUCT PRICE*/
.historyitem_productprice b font.pricecolor.colors_productprice {
	font-weight: 400; !important;
	font-size: 12px !important;
	color: #a0a0a0;
}

/*--------- REVIEWS ---------*/

#content_area td {
	color:#a0a0a0;
}

#v65-product-reviews img {
	vertical-align: middle;
}

/*"Average Customer Review" text*/
#v65-product-reviews table > tbody > tr > td:first-child b {
	font-size: 12px;
	font-weight: 400;
	color: #a0a0a0;
}

/*"5 of 5" text*/
#v65-product-reviews table > tbody > tr > td:first-child > span {
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #a0a0a0;
}

/*"Total Reviews" text*/
#v65-product-reviews table > tbody > tr > td > b {
	font-size: 12px !important;
	font-weight: 400 !important;
	color: #a0a0a0;
}

/*"Write A Review" text*/
#v65-product-reviews table > tbody > tr > td > nobr a {
	font-size: 12px;
	font-weight: 400;
	color: #e6be00;
}

/*COMMENT BOX -- Inherits Tabbed Description area styling*/
td[width="100%"] table.colors_descriptionbox {
	border: none;
	background: none;
	border-bottom: 1px solid #3c3c3c;
}

/*COMMENT BOX text styling*/
td[width="100%"] table.colors_descriptionbox td {
	color: #fff;
	font-weight: 400;
	font-size: 13px;
}

td[width="100%"] table.colors_descriptionbox td b {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

/* * * * * * FIXES * * * * * */

/*Removes spacing before breadcrumbs*/
form#vCSS_mainform > img, 
form#vCSS_mainform > br,
td.vCSS_breadcrumb_td > img + br,
td.vCSS_breadcrumb_td > b + br,
td.vCSS_breadcrumb_td > b + br + img {
	display: none;
}



/*OPTIONS TABLE*/
#options_table tr > td:first-child br {display: none;}

/*RELATED PRODUCTS/ACCESSORIES FIXES*/
.colors_lines_light {background: none;}
tr.v65-product-related-details-row > td, td.colors_background_main {padding: 5px; border-bottom: 1px solid #3c3c3c;}
table.colors_backgroundlight {display: block; margin-bottom: -1px;}
table.colors_lines_light td.colors_backgroundlight {padding: 0;}

/*HISTORY*/
.colors_backgroundlight_dark {background: #000;}

/*REVIEWS*/
#v65-product-reviews table > tbody > tr > td:first-child {width: 270px !important;}
#v65-product-reviews table > tbody > tr > td:first-child > span {position: static !important;}
#v65-product-reviews table > tbody > tr > td:first-child > span > span {position: inherit !important; left: auto !important;}
#vCSS_mainform + br {display: none;}



#options_table select {
	min-width: 70px;
}

#v65-productdetail-action-wrapper td[valign="top"] {
	vertical-align: middle;
}

.Multi-Child_Background input.vCSS_input_addtocart {margin: 0;}
td > img#product_photo {
	float:none;
}

#product_photo {
    float: none;
}
