/* PRODUCT PAGE */

.product_listprice b {text-decoration: line-through ;}

#options_table { display: none; }

#noline {text-decoration: none !important; }
.colors_pricebox font.pricecolor.colors_productprice  font.text.colors_text {text-decoration: none !important; }

.v65-productDisplay-cell .v65-productAvailability .v65-infoButton {  font: bold 13px Arial,Verdana,Helvetica,Sans-serif; }

.colors_pricebox td> font.text.colors_text:first-child b span.PageText_L483n {  font: bold 13px Arial,Verdana,Helvetica,Sans-serif; }

#lp b {text-decoration: none !important; }

td.vCSS_breadcrumb_td,
td.vCSS_breadcrumb_td b {
	color:#0000ff;
}

#product_reviews_aggregate {
    position: absolute;
    top: 228px;
   /* float: right;*/
    margin-left: 205px;
width: 550px;
text-align: right;
}

#pt493 {
    position: absolute;
    top: 228px;
   /* float: right;*/
    margin-left: 205px;
width: 550px;
text-align: right;
}

.pr-snippet-read-write { /*display: none;*/ float:right !important;  width:220px !important; margin-top: -16px  !important; padding-top: 0px  !important; }
 .pr-snippet-stars {
   margin-left:20px;
}
.pr-snippet-review-count { display: none  !important; }
#pr_snippet_product {
width:350px !important; float:right; margin-left: 395px !important; margin-top: 0px !important;
}

.pr-snippet-read-write {
   
    font-size: 12px !important;
   padding: 0px !important;
}

.pr-snippet-stars {
    border: 1px solid #CBCBCB;
    background: none repeat scroll 0% 0% #FFF;
    padding: 0.3em;
    float: right !important;
    margin-right: 0.3em;
}
#product_photo {  /*padding:0px 80px; */}

/* ------ BREADCRUMBS ------ */
td.vCSS_breadcrumb_td a
 {
	color: #0000ff;
	font-weight: normal !important;
}

/* ------ PRODUCT TITLE ------ */
font.productnamecolorLARGE.colors_productname {
	display: block;
	color: #000000;
	font-size: 16px;         
	font-weight: 600;
        height: 55px;
        float:right !important;
	margin: 7px 0 8px 5px !important;
}

/* ------ GENERAL PRICEBOX STYLES ------ */

.colors_pricebox {
	background: #FFFFFF;
	border: 10px solid #FFFFFF;
       /*width: 95%;*/
	border-radius: 0;	
margin-top: 5px;
}

/*Select and input borders*/
.colors_pricebox select td, 
.colors_pricebox input td {
	border: 1px solid #999;
}

/* ------ FIRST PRICEBOX ------ */

span + .colors_pricebox {
	padding: 0; 
}

/*Text styling*/
span + .colors_pricebox td {
	color: #E65078;
	font-size: 12px;

}

/*Product Code*/
span.product_code_title, 
span.product_code {
	color: #000000;
	font-size: 12px;
	font-style: normal;
       font-family: Verdana, sans-serif !important;
}

/*--- PRICES ---*/

/*List Price and Text Only*/
.colors_pricebox td> font.text.colors_text:first-child b {
	color: #000000;
text-decoration: line-through ;
}

/*Our Price text*/
.colors_pricebox font.text.colors_text b span,
.colors_pricebox font.text.colors_text b {
	color: #000000!important;
	font-size: 15px;
         font-family: Verdana, sans-serif !important;
	font-weight: normal !important;
      /*  text-decoration: none !important;*/
}
/*Our Price price*/
.colors_pricebox font.text.colors_text {
	color: #BA0000 !important;
	font-size: 15px;
}

/*Sale Price & Text Only*/
b font.pricecolor.colors_productprice {
	color: #BA0000;
	font-size: 15px;
font-family: Verdana, sans-serif !important;
	font-weight: bold;
}

b font.pricecolor.colors_productprice span{
	color: #000000;
	font-size: 15px;
font-family: Verdana, sans-serif !important;
	font-weight: bold;
}
/*You Save text & price*/
font.productnamecolor.colors_productname i,
font.productnamecolor.colors_productname i b,
font.productnamecolor.colors_productname i span {
	color: #000000;
	font-size: 11px;
	font-weight: normal !important;
	font-style: normal !important;
        text-decoration: none !important;
}
.PageText_L334n {text-decoration: none !important;} 
.text colors_text .PageText_L483n {  text-decoration: line-through; }


/* ------ SECOND PRICEBOX ------ */

table.colors_pricebox:second-child > tbody > tr > td > table {
margin-top: -20px;
}

/*Heading*/
br + .colors_pricebox > tbody > tr > td > table > tbody > tr:first-child {
	background: 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;}

/*Large label*/
table#options_table font.colors_productname b {
	border-bottom: none;
	width: 200px;
	color:#000000;
	font-weight: 600;
	font-size: 13px;
	font-style: normal;
	display: inline-block;
}

/*Label text color*/
.colors_pricebox table td {
	color: #686868;
}

/* ------- 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: bold 13px/15px Raleway, Arial, Helvetica, sans-serif !important;
       color: #000000;
	padding: 8px 15px 7px;
	display: inline-block;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #FFFFFF),
	color-stop(1, #EDEDEC)
);
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #EDEDEC 100%);
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #EDEDEC 100%);
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #EDEDEC 100%);
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #EDEDEC 100%);
background-image: linear-gradient(to bottom, #FFFFFF 0%, #EDEDEC 100%);
	
       border-radius: 6px 6px 0px 0px;
border: 1px solid #E5E6E7;
       margin-left: 0px;
}

/* 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: #FFFFFF;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #BA0000),
	color-stop(1, #80070D)
);
background-image: -o-linear-gradient(bottom, #BA0000 0%, #80070D 100%);
background-image: -moz-linear-gradient(bottom, #BA0000 0%, #80070D 100%);
background-image: -webkit-linear-gradient(bottom, #BA0000 0%, #80070D 100%);
background-image: -ms-linear-gradient(bottom, #BA0000 0%, #80070D 100%);
background-image: linear-gradient(to bottom, #BA0000 0%, #80070D 100%);
    border-radius: 6px 6px 0px 0px;
border: 1px solid #80070D;
}

/* 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 {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #BA0000),
	color-stop(1, #80070D)
);
background-image: -o-linear-gradient(bottom, #BA0000 0%, #80070D 100%);
background-image: -moz-linear-gradient(bottom, #BA0000 0%, #80070D 100%);
background-image: -webkit-linear-gradient(bottom, #BA0000 0%, #80070D 100%);
background-image: -ms-linear-gradient(bottom, #BA0000 0%, #80070D 100%);
background-image: linear-gradient(to bottom, #BA0000 0%, #80070D 100%);
	color: #FFFFFF;
      border-radius:6px 6px 0px 0px;
border: 1px solid #80070D;
} 

/*Fix spacing*/
tr td[background*="expand_tab_left.gif"] img {display: none;}
tr td[background*="expand_tab_right.gif"] img {width: 7px;}

/* USE IF SPACE TO LEFT OF FIRST TAB */
/*tr td[background*="expand_tab_left.gif"]:first-child img {display: block; width: 5px;}*/

/* ------ DESCRIPTION BOX ------ */

/*Description container*/
.colors_descriptionbox {
	background: #ffffff;
	border: 2px solid #E5E6E7;
	border-radius: 0px 8px 8px 8px;
         /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 0px 8px 8px 8px; 
  /* Firefox 1-3.6 */
  -moz-border-radius: 0px 8px 8px 8px;
       /*width: 95%;*/
	padding: 10px;
     /*  margin-left: 30px;*/
}

#Header_ProductDetail_ProductDetails_span {margin-left: 30px; }

/*Text color*/
.colors_descriptionbox table, 
.colors_descriptionbox td {
	color: #666;
	font-size: 13px;
}

/*Product features box only*/
#ProductDetail_ProductDetails_div2 .colors_descriptionbox {
	background: none;
	border: none;
}

/* ------ RELATED / ACCESSORIES ------ */

/*--HEADING--*/

#v65-product-related {
border: 2px solid #E5E6E7;
border-radius: 8px;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 8px; 
  /* Firefox 1-3.6 */
  -moz-border-radius: 8px;
background: #ffffff; /* Old browsers */
/*width: 98%;*/
}

/*Background*/
.colors_backgroundlight {
	background: none;
}

/*Text*/
.colors_lines_light font.productnamecolorSMALL.colors_productname b {
	font-size: 25px;
	color:#BA0000;
         font-family: Times Roman, serif;
	margin-left: 19px;
	line-height: 48px;
         /*font-weight: 600;*/
}

/*--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: #000000;
	font-weight: 700;
}

/*Product Price ONLY*/
.v65-productDisplay font.pricecolorsmall.colors_productprice {
	font-weight: 600;
	font-size: 12px;
        font-family: Verdana, sans-serif !important;
	color: #ba0000;
}

/*Product "Our Price" text ONLY*/
.v65-productDisplay font.smalltext.colors_text b span,
.v65-productDisplay font.smalltext.colors_text b {
	font-weight: 600;
	font-size: 12px;
	color: #72842A !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-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: none;
	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: #000000;
	font-weight: 600 !important;
}

.historyitem_clearfromhistory {
	padding-top: 5px;
}

/*PRODUCT PRICE*/
.historyitem_productprice b font.pricecolor.colors_productprice {
	font-weight: 600 !important;
	font-size: 12px !important;
	color: #E9537B ;
}

/*--------- REVIEWS ---------*/

span#review_shareknowledgetxt {
    background: url("/v/vspfiles/templates/240/images/headings/hd_customerreview.png") no-repeat scroll top left transparent;
    color: rgb(0, 0, 0);
    display: block;
    margin-top: 15px;
   margin-bottom: 15px;
    padding: 54px 0px 10px 0px;
    width: 1015px;
text-align: center;

}

table#v65-product-reviews tr.v65-product-reviews-row td.v65-product-reviews-cell {
    background: url("/v/vspfiles/templates/240/images/headings/hd_customerreview.png") no-repeat scroll left top transparent;
    padding-top: 34px;

}

#content_area td {
	color:#000000;
}

#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: 500;
	color: #000000;
}

/*"5 of 5" text*/
#v65-product-reviews table > tbody > tr > td:first-child > span {
	font-size: 12px !important;
	font-weight: 500 !important;
	color: #000000;
}

/*"Total Reviews" text*/
#v65-product-reviews table > tbody > tr > td > b {
	font-size: 12px !important;
	font-weight: 500 !important;
	color: #000000;
}

/*"Write A Review" text*/
#v65-product-reviews table > tbody > tr > td > nobr a {
	font-size: 12px;
	font-weight: 500;
	color: #EC920F;
}

/*COMMENT BOX -- Inherits Tabbed Description area styling*/
td[width="100%"] table.colors_descriptionbox {
	border: none;
	background: #FBFBFB;
}
table#product_reviews_description_box {
    background: none repeat scroll 0% 0% #FBFBFB;
    border: medium none;
   border-radius: 3px;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 3px; 

  /* Firefox 1-3.6 */
  -moz-border-radius: 3px;
    padding: 10px;
}


/*COMMENT BOX text styling*/
td[width="100%"] table.colors_descriptionbox td {
	color: #000000;
	font-weight: 400;
	font-size: 13px;
}

/* * * * * * 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;}
table.colors_backgroundlight {display: block; margin-bottom: -1px;}
table.colors_lines_light td.colors_backgroundlight {padding: 0;}

/*HISTORY*/
table.colors_backgroundlight_dark {background: none;}

/*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;}