/*** global_pdp.css code ***/

/* Baseline Styles */

.hidden { display: none; }

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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	font-family: Helvetica, Arial, san-serif;
}

fieldset, form, label, legend, input, select {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
}

p, li {
	line-height:1.2;
}
/* The next 2 lines remove the dotted border around links when they are clicked */

a:active { outline: none; }

a:focus { -moz-outline-style: none; }
/* body styles */

body{
	font:11px arial, helvetica, sans-serif;
	color:#000;
	background: #ffffff;
}

.body_co {
	background: #ffffff;
}

body div#container a, #tipBody a {
	color:#00573D;
	text-decoration:none;
}

body div#container a:hover, #tipBody a:hover {
	color: #4F4F4F;
	text-decoration: underline;
}

.link-arrow {
	font-family: Webdings;
}
.arrow{
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #00583D;
	margin: 0 0 0 5px;
	font-weight: bold;
	display: inline-block;
}

a:hover .arrow {
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #4F4F4F;
	margin: 0 0 0 5px;
	font-weight: bold;
	display: inline-block;
}


.down_arrow{
	padding-left:10px;
	background: url(/assets/images/common/arrow_down.gif) no-repeat left center;
}
#breadcrumb{
	height:19px;
	font-size:10px;
	padding-top:5px;
	color:#00573D;
}

#breadcrumb a{padding:0 3px;}

.clear{
	clear:both;
	height:0;
	line-height:0;
	font-size:1px;
}

.clear_break{
	clear:both;
	height:10px;
	line-height:0;
	font-size:1px;
}

#container{
	width:999px;
	margin: 0 auto 50px;
	position:relative;
}

body div.one_column{
	background: #fff url(/assets/images/common/page_bg_1column.gif) repeat-y top left;
}

body div.three_columns{
	background: #fff url(/assets/images/common/page_bg_3column.gif) repeat-y top left;
	margin-left: -5px;
}

body div.two_columns_left{
	background: #fff url(/assets/images/common/page_bg_2column_left.gif) repeat-y top left;
}

body div.two_columns_right{
	background: #fff url(/assets/images/common/page_bg_2column_right.gif) repeat-y top left;
}

#content{
     padding-left: 0px;
	width:999px;
	overflow:hidden;
	margin-left: 0px;
	size: landscape;
}


#left_col, #main_content, #right_col{float:left;}

.red_message{
	color:#F5454A;
	margin-top:10px;
}

body div#container .must_be_eighteen{
	color:#DB7825;
	font-family: verdana, sans-serif;
	font-size: 11px;
}
tr.alt_row, .alt_row  td
{
	background: #F3E8D7;
	border-top: 1px solid #DCCAB6;
	border-bottom: 1px solid #DCCAB6;
}

tr.white_row, .white_row td
{
	border-bottom: 1px solid #DCCAB6;
}

.saleprice { color: #990000; font-weight: bold; }
.regstrk   { text-decoration:line-through; font-weight: bold; }
.error2 { color: #F5454A; font-size: 10px; text-decoration: none }
.error3 { color: #F5454A; font-size: 11px; text-decoration: none }
.gray1  { color: #666666; font-size: 10px; text-decoration: none }
.gray2  { color: #666666; font-size: 12px; text-decoration: none }

table.errs {
	border-width: 1px;
	border-spacing: 4px 4px;
	border-style: solid;
	border-color: #F5454A;
	border-collapse: separate;
	background-color: white;
}
table.errs td {
	text-align: left;
}

.priv_policy {
	font-size: 11px;
}

#co_tab_info_outer { position: relative; z-index: 100; }

#co_tab_info_inner { position: relative; }
/*#co_tab_info_inner ul { float: left; }*/

#co_tab_info_inner ul li ul li {
	letter-spacing: 0.2px;
	background: #fff;
	padding: 8px; width: 220px;
	position: absolute;
	filter:alpha(opacity=97);
	opacity:0.97;
	margin-left: -105px;
	margin-top: -5px;
	border: 2px solid #7a7a7a;
}

#co_tab_info_inner ul li { float: left; list-style-type:none; }

#co_tab_info_inner ul li ul, #co_tab_info_inner:hover ul li ul, #co_tab_info_inner:hover ul li:hover ul li ul{
	display:none;
	list-style-type:none;
	}

#co_tab_info_inner:hover ul, #co_tab_info_inner:hover ul li:hover ul, #co_tab_info_inner:hover ul li:hover ul li:hover ul {
	display:block;
	}

#co_tab_info_inner .co_clk_shop { font-weight: bold; }
#co_tab_info_inner .co_clk_shop a{ color: #2c38b3; }

.vsign_tbl {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:"100%";
	text-align: center;
}
/* Secondary Link Style */
.secondary-link{
	color:#282828 !important;
	font-size:14px;
	font-weight:bold;
	line-height:28px;
	cursor:pointer;
	text-decoration: none;
	text-transform: uppercase;
	position:relative;
}

.secondary-link img{
	padding-left:4px;
	position:relative;
	border:none !important;
	float:none;
	top:1px;
}

.secondary-link:hover img{
	left:2px;
}

/* Updated Promo Style */
#promo_descr{
	font-size:16px;
	line-height:20px;
}

#promo_descr{
	line-height:24px !important;
}

#promo_descr h2{
	background-color:#00573c;
	color:#FFF;
	padding:10px 6px;
}

.free-shipping-bar{
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
}

#christmas-shipping{
	display:none;
	overflow:hidden;
}

/* Primary Link Style */
.primary-link{
	color: #FFF !important;
	font-size:14px;
	font-weight: normal;
	height:30px;
	min-width:90px;
	position:relative;
	margin-bottom:10px;
	text-transform:uppercase;
	border: 1px solid #00583D;
	cursor:pointer; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ /* W3C */
	background: #00583D;
}

.float-left{float:left;}
.float-right{float:right;}
.clear-left{float:left;clear:left;}
.clear-right{float:right;clear:right;}

.primary-link:hover{
	color: #00583D !important;
	background-color: #FFF;
	border: 1px solid #00452F; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */ /* W3C */
	text-decoration: none !important;
}

html body #header-right a.primary-link{
	font-weight:bold !important;
}

.primary-link:active{
	background: #00583D;
	border:2px solid #00583D;
}

/***
 ***
 *** Original product_detail_v1-3.css code ***
 ***
 ***/

.to-purchase-call { white-space:nowrap; }
.sold-out-image { float: right; }

body div#container #main-info a,
body div#container #pdp-body a {
	color: #03463A;
}
body div#container #main-info a:hover,
body div#container #pdp-body a:hover {
	text-decoration: underline;
}

#main_content {
	padding: 0;
	position:static;
	width:989px;
}

#main_content #breadcrumb {
	padding-left:8px;
	padding-bottom:10px;
	padding-top:10px;
}

.alt_view {
	float:left;
}

#main_content p {
	margin-bottom:3px;
}

#main_content .banner {
	margin-left:9px;
	background:url(/assets/images/product_detail/bkg-banner.gif) no-repeat;
	width:456px;
	height:25px;
}

#main_content #main-image-wide .banner {
	margin-left:8px;
	background:url(/assets/images/product_detail/bkg-banner-wide.gif) no-repeat;
	width:670px;
	height:25px;
}

#main_content .banner .bannerContent {
	margin-left:45px;
	background:url(/assets/images/product_detail/ico-truck.gif) left 1px no-repeat;
	padding:8px 0 0 50px;
	height:23px;
	color:#282828;
	text-transform:uppercase;
}

#main_content .banner .bannerContent span {
	color:#800028;
	font-weight:bold;
}

#main-image-wide {
	float: left;
	width: 685px;
	margin-right: 11px;
	margin-top: 20px;
	padding-bottom: 40px;
	border-right: 1px solid #E8E7E7;
	border-bottom: 1px solid #E8E7E7;
}
#main_content #main-info {
	float:left;
	font-size: 12px;
}

#main-info {
	width: 520px;
}

#main-info-wide {
	width:235px;
	float:left;
	margin-left:32px;
	padding: 0px;
}

#main-info .title-info {
	clear:both;
}

#main-info .title-info .product-title {
	float:left;
}

#main-info .title-info .product-title h1,#main-info-wide .title-info .product-title h1 {
	font-size:20px;
	color:#800028;
	font-weight:bold;
	margin-right:2px;
}

#main-info .title-info .product-title h1 {
	width: 430px;
	float: left;
}

#main-info .title-info .recommended {
	float:right;
	width:70px;
}

#main-info #item_ratings_info {
	color: #282828;
	margin-top: 10px;
	/* position: relative;  */
 	border-bottom: 2px solid #E8E7E7;
	border-top: 2px solid #E8E7E7;
	padding: 10px 0 5px 0;
	width: 515px;
	height: 18px;
	float: left;
}



#bullet-title {
	font-weight: bold;
	font-size: 14px;
	color:#333;
}
#main-info .description,#main-info-wide .description {
	overflow:hidden;
	clear:both;
	margin-top:15px;
}

#main-info .description ul,#tipBody ul,#main-info-wide .description ul {
	color:#333;
	float:left;
}

#main-info .description ul li,#tipBody ul li,#main-info-wide .description ul li {
	background:url(/assets/images/product_detail/bullet.gif) no-repeat left 9px;
	padding-left:8px;
	font-size: 14px;
}

#main-info .description ul.left {
	width:471px;
}

#main-info .description ul.right {
	width:232px;
}

#main-info .pricing-attributes,#main-info-wide .pricing-attributes {
	background: url(/assets/images/pdp-viewer/pdp-info-bg.gif) repeat-x;
	background-position: center;
	border: 1px solid #E8E7E7;
	margin-top:10px;
	/* Removed for Wishlist: overflow:hidden; */
	clear:both;
	padding:20px 10px;;
}

#main-info #pricing_box {
	float:left;
	width:230px;
	display:inline;
	margin-top:0;
}

#main-info #pricing_box .price span {
    	display: block;
    	line-height: 22px;
    	margin-top: -20px;
    	padding-left: 70px;
}

#low-price-guarantee {
	margin: 15px 0 8px 0;
}

#low-price-guarantee a:hover {
	text-decoration: underline;
}

#main-info #pricing_box .regPrice,#main-info-wide #pricing_box .regPrice {
	font-size:19px;
	color:#282828;
	font-weight: bolder;
}

#main-info #pricing_box .mapPrice,#main-info-wide #pricing_box .mapPrice {
	font-size:17px;
	color:#666;
        display: block;
        line-height: 22px;
        margin-top: -20px;
        padding-left: 75px;
}

#main-info .attributes-box {
	float:right;
	margin-left:10px;
	width:220px;
	margin-top:0;
}

#main-info-wide .attributes-box {
	float:left;
	width:225px;
	margin:0 0 0 -10px;
	padding: 0;
}

#main-info ul.status-alert,#main-info-wide ul.status-alert {
	margin:10px 0 15px;
	z-index:-1;
}

#main-info ul.status-alert li,#main-info-wide ul.status-alert li {
	font-size:10px;
	background:url(/assets/images/product_detail/status-alert.gif) 0 1px no-repeat;
	padding-left:18px;
	margin-bottom:5px;
	min-height:18px;
	color:#000;
	list-style: none;
}

#main-info ul.status-alert li a,#main-info-wide ul.status-aler li a {
	font-weight:normal;
}

#main-info .attributes-box .chooseBelow {
	clear:both;
	height:40px;
	margin-top:30px;
	margin-bottom:10px;
}

#main-info .attributes-box .chooseBelow .chooseItemBelow {
	float: right;
}


#main-info .attributes-box .stockstatus {
	line-height:20px;
}

#main-info .attributes-box a#shipping_estimate,#main-info .attributes-box a#shipping_estimate {
	font-weight:normal;
}

#main-info .attributes-box #chooseItem {
	margin-top:40px;
}


/* SOCIAL BUTTONS */
#main-info #share-product {
	margin-top:15px;
	width:100%;
	text-align:left;
	float: left;
}
#share-product #pinterest-btn {
	width:50px;
	float: left;
	margin-right: 10px;
}

#share-product #pinterest-btn a {
	position: inherit !important;
}

#share-product #twitter-btn {
	width:83px;
	float: left;
	margin-right: 10px;
}
#share-product #google-plus-btn {
	width: 67px;
	float: left;
	margin-right: 10px;
}
#share-product #facebook-btn {
	width:50px;
	float: left;
	margin-right: 10px;
}

#main-info .share-product-narrow {
	margin-top:8px;
	width:100%;
	text-align:left;
}

#main-info #pricing_box .toPurchase {
	clear:both;
	margin-top:40px;
}

.attributes-box .attrib-title {
	clear:both;
	overflow:hidden;
	margin-bottom:5px;
}

.attributes-box .attrib-title p {
	float:left;
}

.attributes-box .attrib-title p.required {
	float:right;
	color:#990000;
}

.attributes-box .sizechart,td.options .sizechart {
	float:right;
	margin-right:8px;
	font-size: 14px;
}

.attributes-box .shiptostore {
	float:right;
	margin-top:5px;
	margin-bottom:2px;
	margin-right:8px;
}

.attributes-box input {
	float:right;
}

/* This overrides the above Float:right someone used to target EVERY input within the Attributes box */
.attributes-box #mainQty {
	float: none !important;
}

.attributes-box .select_list_main {
	margin-top:5px;
	width:220px;
	font-size:12px;
}

.attributes-box .sizechart a,table#completeProducts .attributes-box .sizechart a,td.options .sizechart a {
	background:url(/assets/images/product_detail/link-arrow.gif) right 4px no-repeat;
	margin-top:5px;
	padding-right:10px;
	font-weight:normal!important;
}

.attributes-box .free_sample_link, .pricing-attributes .free_sample_link{
	padding: 10px 0px;
}

.attributes-box .attributes {
	clear:both;
	overflow:hidden;
}

.attributes-box .attributes .requiredAttr {
	float:left;
	width:10px;
	margin-top:10px;
	color:#990000;
	display: none;
}

td.options .requiredAttr {
	float:left;
	width:6px;
	margin-top:5px;
	color:#990000;
	display:none;
}

.attributes-box .attributes .attrRequired {
	float:right;
	width:220px;
}

.attrRequired select {
	width: 220px;
}

td.options .attrRequired {
	float:left;
	width:220px;
}

td.options .required {
	color:#cc0000;
	font-size:10px;
	text-align:left;
	clear:both;
}

#main-info .specs-box {
	float:left;
	margin-right:10px;
	width:230px;
	margin-top:20px;
}

#main-info .specs-box .heading,#main-info-wide .specs-box .heading {
	background:url(/assets/images/product_detail/specs-title-bkg.gif) no-repeat;
	width:230px;
	height:25px;
	padding:6px 11px 0;
	font-size:12px;
	font-weight:bold;
}

.specs-box table.specs {
	width:230px;
	border-bottom:1px solid #b7b8ba;
	font-size:10px;
}

.specs-box table.specs th {
	padding:5px 10px;
	color:#5f6062;
	text-transform:uppercase;
}

.specs-box table.specs td {
	width:105px;
	padding:5px 0;
}

.specs-box table.specs tr.highlight {
	background-color:#e6e7e9;
}

#qty-add {
	margin-top:20px !important;
	clear:both;
	float: right;
	overflow:hidden;
}

#qty-add .qty_box {
	width:115px;
	text-align:left;
	float:left;
	vertical-align: middle;
}

#qty-add .qty_box label {
       float:none;
       display:inline-block;
       margin:0;
       color:#282828;
}


#pricing-attributes-wide {
	clear:both;
	overflow:hidden;
	margin-top:10px;
	width:685px;
}

#pricing-attributes-wide .status {
	float:left;
	width:230px;
	margin-right:15px;
	font-weight:bold;
}

#pricing-attributes-wide ul.status-alert li,#pricing-attributes-wide ul.status-alert li a {
	font-weight:normal;
}

#pricing-attributes-wide ul.status-alert {
	float:left;
	width:230px;
	margin-right:15px;
}

#pricing-attributes-wide #pricing_box {
	width:220px;
	float:left;
	text-align:right;
	margin-top:0;
}

#pricing-attributes-wide #pricing_box div {
	text-align:right;
}

#main-info-wide .toPurchase {
	float:right;
	width:230px;
}

#price-may-vary {
	 text-align: left;
/*
	 position: relative;
	 bottom: -12px;
	 z-index: 0;
*/
}


#pdp-body {
	/* margin-left:9px; */
}

#pdp-body .tab-info .table-body a {
	font-weight:normal;
}

.get-more-info {
	background: url(/assets/images/pdp-viewer/pdp-bar-bg.gif) repeat-x;
	border: 1px solid #E8E7E7;
	background-position: center;
	width: 100%;
	height:40px;
	margin:15px 0 30px;
}

.get-more-info ul {
	margin-left:13px;
	padding-top:13px;
	text-transform:uppercase;
	font-size:14px;
	clear:both;
	overflow:hidden;
}

.get-more-info ul li {
	float:left;
	font-weight:bold;
	list-style: none;
}

.get-more-info ul li#title {
	float:left;
	font-weight:bold;
	font-size: 18px;
	line-height: 15px;
	color: #800028;
	margin-right: 10px;
}

.get-more-info ul li.divider {
	margin:0 10px;
	color:#9db2c6;
}

.get-more-info ul li.divider-big {
	margin:-15px 10px 0 0;
	border-right: 1px solid #E8E7E7;
	height: 42px;
}

.tab-info {
	border:1px solid #E8E7E7;
	width: 100%;
	margin-bottom:30px;
	font-size:12px;
	position: relative;
}

.tab-info .tab-title {
	background: url(/assets/images/pdp-viewer/pdp-bar-bg.gif) repeat-x;
	background-position: center;
	margin-top:0;
	width:100%;
	height:29px;
	overflow:hidden;
	clear:both;
}

.tab-info .tab-title a {
	color: #282828 !important;
}

 #product-reviews-hd {
	background-color: #DAECF6;
	border: 1px solid #A6D3EA;
	width:946px;
	border-bottom: none;
}

.tab-info .tab-title h2 {
	float:left;
	width:75%;
	margin-left:10px;
}

.tab-info .tab-title span {
	display:block;
	float:right;
	font-size:10px;
	text-transform:lowercase;
	margin:8px 20px 0 0;
	font-weight:normal;
}

.tab-info .tab-body {
	padding:40px 60px;
	line-height:20px;
}

.tab-info .qa {
	padding:20px 60px 40px;
	line-height:15px;
}

.tab-info .tab-body-table td {
	line-height:15px;
}

.tab-info .tab-body-table td.technology {
	border-top:1px solid #666;
	padding:40px 60px;
}

.tab-info .tab-body-table td.technology p {
	line-height:20px;
}

.tab-info .tab-body-table td.specs {
	padding:40px 60px;
	vertical-align:top;
	border-left:1px solid #666;
}

.tab-info .tab-body-table td.detailsText {
	padding:40px 60px;
	vertical-align:top;
	line-height:20px;
	min-width: 477px;
	color: #282828;
	font-size: 14px;
}

.tab-info .tab-body-table .specs-box {
	width:230px;
}

.tab-info .heading {
	font-size:14px;
	color:#282828;
	font-weight:bold;
	width:100%;
	margin-bottom:10px;
}

.tab-info .tab-body-table .specs-box table.specs {
	width:230px;
	border-bottom:1px solid #b7b8ba;
	border-top:1px solid #b7b8ba;
	font-size:10px;
}

.tab-info .tab-body-table .specs-box table.specs th {
	padding:3px 10px;
	color:#5f6062;
	text-transform:uppercase;
}

.tab-info .tab-body-table .specs-box table.specs td #282828

.tab-info .tab-body-table .specs-box table.specs tr.highlight {
	background-color:#E6E7E9;
}

.tab-info .tab-body a.pdfLink {
	display:inline-block;
	background:url(/assets/images/product_detail/ico-pdf.gif) no-repeat top right;
	padding-right:25px;
	line-height:20px;
	font-weight:bold!important;
}

/***
***
*** End of original product_detail_v1-3.css ***
***
***/


/*** Q&A PWR OVERRIDES ***/
.tab-info .prPaHeader div.intro {
	clear:both;
	overflow:hidden;
	width:830px;
}

.tab-info .prPaHeader div.answerbox {
	margin:40px 70px 55px 85px;
	float:left;
	width:249px;
}

.tab-info .prPaHeader div.livehelp {
	float:left;
	margin-top:40px;
	width:415px;
}

h1,.price,.tab h2,.availability,#quantity,.select_box_title,.acc_title,.must_be_eighteen {
	font-weight:bold;
	line-height:16px;
	color:#282828;
}

h1 {
	color:#282828;
	font-size:14px;
	line-height:1.2;
	margin-bottom:4px;
}

h2 {
	color:#800028;
	font-weight:bold;
	margin-top:8px;
	text-transform:uppercase;
}

h2#alt_view_h {
	float:left;
	width:150px;
}

img.gander_icon {
	float:right;
}

div.description {
	margin-top:10px;
}

#main_content .description p {
	margin-bottom:0;
	line-height:1.68;
}

.must_be_eighteen {
	margin:0 0 3px 14px;
	color:#010337;
}

.must_be_eighteen li {
	list-style-type:disc;
}

.must_be_eighteen li {
	margin-top:15px;
	letter-spacing:-.4px;
}

.add_to_cart {
	margin:18px 0 0 77px;
}

#main_content .description li p {
	color:#000;
	line-height:1.6;
}

#pricing_box {
	padding:0;
	margin-top:18px;
	color:#000000;
	font-size:12px;
}

#pricing_box table {
	width:290px;
}

.saleprice {
	margin-top:7px;
	color:#282828;
	font-weight:bold;
}

.saleprice span {
	color:#cc0000;
	font-size:17px;
}

#main-info .pricing-attributes .saleprice span {
        display: block;
        line-height: 22px;
        margin-top: -20px;
        padding-left: 70px;
}

.regstrk {
	margin-top:7px;
	font-size: 15px;
	text-decoration:line-through;
	color:#000;
	font-weight:normal!important;
}

.webonly {
	color:#000;
	margin:15px 0;
}

.price {
	margin-top:0;
	padding-bottom: 3px;
}

#call-to-purchase {
	padding-top: 5px;
	color: #666;
	font-weight: bold;
}

.map {
	margin-top:7px;
	color:#fff;
	font-size:13px;
	background:#010337;
	text-align:left;
	font-weight:bold;
}

.rebate {
	margin-top:7px;
	color:#282828;
	font-weight:bold;
	line-height:25px;
}

.rebate span {
	color:#000;
}

.rebate span.info {
	font-weight:normal;
	font-size:10px;
}

.buyMore {
	font-size:12px;
	line-height:15px;
	margin-bottom:15px;
	color:#000;
}

.buyMore .title {
	color:#282828;
	line-height:23px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:8px;
}

.buyMore span {
	color:#282828;
}

#pricing_box .stockstatus,#pricing-attributes-wide .stockstatus {
	color:#000;
	line-height:15px;
	font-size:12px;
	padding-top:7px;
}

#pricing_box .stockstatus .title,#pricing-attributes-wide .stockstatus .title {
	color:#282828;
	font-weight: bold;
	letter-spacing: 1px;
}

#pricing_box .stockstatus .info {
    display: block;
    line-height: 15px;
    margin-top: -13px;
    padding-left: 80px;
}

#pricing_box .stockstatus span.text,#pricing-attributes-wide .stockstatus span.text {
	font-size:10px;
	line-height:15px;
	font-weight:normal;
}

.range_sale_price{ padding-bottom: 5px; }

body div#container a#zoom_view {
	margin:10px 0 0 75px;
	float:left;
	font-weight:normal;
}

.alignRightImage {
	float: right;
	margin: -25px 0 0 0;
	position: absolute;
	z-index: -1;
}

#pro-logo{
	max-width: 60px;
}

.alignBrandImage{
	position: absolute;
	right: 10px;
	top: 40px;
	max-height: 100px;
}

.alignBrandImageSpec {
    	position: absolute;
    	right: 370px;
    	top: 40px;
}

img#product_large {
	display:block;
	margin-bottom:4px;
}

.alt_view {
	border:1px solid #c0defc;
	height:50px;
	width:50px;
	margin:5px 2px 0 0;
	display:block;
	float:left;
}

.first_alt_view {
	clear:left;
}

.last_alt_view {
	margin-right:0;
}

#write_review {
	margin-left:15px;
}

/* product select box - START */
#sizing_box {
	width:280px;
	border:1px solid #C0DEFC;
	background-color:#fff;
}

#sizing_box td {
	vertical-align:middle;
	padding:3px;
	margin:2px;
}

#sizing_box #sizing_guide {
	width:100%;
	text-align:right;
	border-bottom:none;
	padding-right:20px;
	padding-top:10px;
}

#control_box {
	width:280px;
	margin-top:10px;
}

#control_box td {
	vertical-align:middle;
	padding:2px;
	margin:2px;
}

#control_box td.qty_box {


/*border-right: 1px solid #C0DEFC;*/
}

#control_box td.soldout_fill {
	width:90px;
}

#control_box td.cntrl_bttns {
	padding-left:10px;
}

#sizing_box4 {
	width:261px;
	border:1px solid #C0DEFC;


/*height:63px;*/
	height:160px;
	margin-top:10px;
	position:relative;


/*background: url(/assets/images/product_detail/sizing_guide_box_bg.jpg) no-repeat;*/


/*background: url(/assets/images/product_detail/sizing_guide_box_bg.jpg) repeat-y;*/
	padding:15px 13px 15px 14px;
}

.quantity_input {
	width:30px;
	text-align:center;
	height:22px;
	margin-left:4px;
	margin-right:5px;
}

#qty-add .errorMsg{
	height:32;
	margin:4px 0;
}

.errorMsg {
	float: left;
	font-size:11px;
	font-weight:bold;
	text-align:left;
	margin:4px 0;
	display:none;
}



/* product select box - END */


/* product table - START */
#product_table {
	width:594px;
	vertical-align:top;
	background:url(/assets/images/product_detail/product_table_bg.jpg) repeat-y top left;
	text-align:center;
	border-collapse:separate;
}

#product_table_form {
	position:relative;
	margin-top:20px;
	clear:both;
}

#product_table_form .must_be_eighteen {
	margin-left:320px;
}

#product_table_form .add_to_cart2 {
	position:relative;
	left:393px;
}

#product_table th {


/*width:7.2%;*/
	line-height:1.2em;
	cursor:pointer;
	text-decoration:underline;
	padding:0 2px 2px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}

#product_table th.noSort {
	cursor:default;
	text-decoration:none;
	margin:0;
}

.sortNote {
	color:#010337;
}

#product_table .quantity_input {
	margin:0;
}

#product_table td {
	vertical-align:middle;
	text-align:center;


/*width:7.2%;*/
	padding:6px 2px;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}

#product_table td.last_row {
	padding-top:5px;
	padding-bottom:5px;


/*border-bottom:none;*/
}

#product_table td.last_cell,#product_table th.last_cell {
	padding-right:4px;
	border-right:3px solid #282828!important;
}

#product_table td.first_cell,#product_table th.first_cell {
	padding-left:4px;
}

#gridATC {
	width:594px;
}

#gridATC td.gridAddBtn {
	text-align:right;
	padding:15px 40px 0 0;
	border:none;
}

#gridATC td.gridShipInfo {
	text-align:left;
	vertical-align:top;
	padding:2px;
	border:none;
}

.swatches {
	border:1px solid #B99782;
	height:25px;
	width:25px;
}

#silver {
	background:#CCCACA;
}

#gold {
	background:#C4C34A;
}

#bronze {
	background:#7A4C0D;
}

#blue {
	background:#111152;
}



/*
#product_table thead{
	background:#fff;
	height:20px;
	font-weight:bold;
}*/
.vkitusage {
	margin-top:9px;
	margin-bottom:4px;
	color:#010337;
	font-weight:bold;
	font-size:110%;
}

.vkitstockmsg {
	float:left;
	font-weight:bold;
	padding-top:5px;
}

#vkit_table th.first_cell,#prod_customize th.first_cell {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#prod_customize th.last_cell {
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	letter-spacing:normal;
}

#vkit_table td.first_cell,#prod_customize td.first_cell {
	text-align:left;
	font-size:12px;
}

#vkit_table td.last_cell,#prod_customize td.last_cell {
	text-align:left;
}

#vkit_table select,#prod_customize select {
	margin-bottom:2px;
	display:block;
}

#product_table #vkit_box th {
	cursor:default;
}

#product_table #grid_box,#product_table #vkit_box {
	width:100%;
	height:5px;
	padding:5px;
	border:0;
	font-size:10px;
	margin-bottom:2px;
	text-align:center;
}

#product_table #box_top {
	width:100%;
	height:5px;
	padding:2px 0 0;
	background:url(/assets/images/product_detail/product_table_top_bg.jpg) no-repeat top left;
	border:none;
}

#product_table #box_bottom {
	width:100%;
	height:5px;
	padding:0 0 2px;
	border:0;
	background:url(/assets/images/product_detail/product_table_bottom_bg.jpg) no-repeat bottom left;
}

#product_table_form #sizing_guide4 {
	position:absolute;
	top:-30px;
	left:307px;
}

.shipInfo {
	line-height:119%;
}



/* product table - END */


/* tabbed box - START */
#details_box_holder {
	width:594px;
	margin-top:15px;
	clear:both;
}

div#details_box_holder div.clear {
	border:none;
	padding:0;
}

#details_box_holder div.on {
	line-height:1.54;
	border:1px solid #666;
	padding:9px 14px;
	clear:both;
}

#tabs li {
	border:1px solid #666;
	padding:0 0 9px;
	list-style:none;
	margin-right:5px;
	float:left;
	position:relative;
	top:1px;
	z-index:0;
	background:#666 url(/assets/images/product_detail/tab_off_bg.jpg) repeat-x top left;
}

ul#tabs li.on {
	background:#fff url(/assets/images/product_detail/tab_on_bg.jpg) repeat-x top left;
	padding-bottom:9px;
	border-bottom:none;
	padding-bottom:10px;
}

#tabs h2 {
	margin-bottom:0;
}

div#container #tabs h2 a {
	padding:10px 16px 8px;
	color:#000;
}

div#container #tabs li.on h2 a {
	color:#010337;
}

#gntbx_specs_box,#gntbx_accessories_box,#gntbx_product_reviews_box,#gntbx_additional_details_box,#gntbx_answerbox_box,#gntbx_manuals_box {
	display:none;
}

#gntbx_additional_details_box ul li {
	list-style:disc inside;
}

#gntbx_manuals_box ul li {
	list-style:disc inside;
}

#gntbx_specs_box table {
	width:100%;
}

#gntbx_specs_box td {
	border:1px solid #C0DEFC;
	border-collapse:separate;
	padding:2px;
	margin:2px;
}

#gntbx_specs_box .sbx_header {
	width:50%;
	font-weight:bold;
}

#gntbx_accessories_box table {
	border-bottom:1px solid #C0DEFC;
	border-left:1px solid #C0DEFC;
	border-right:1px solid #C0DEFC;
	width:100%;
}

#gntbx_accessories_box td {
	vertical-align:middle;
	text-align:center;
	padding:3px;
	margin:3px;
}

#gntbx_accessories_box #acc_atc {
	text-align:right;
}

#gntbx_accessories_box td.acc_styles {
	text-align:left;
	margin:1px;
}

div#details_box_holder div.on {
	display:block;
}



/* tabbed box - END */


/* subwith - BEGIN */
#sbwith_outer {
	position:relative;
	z-index:2;
}



/*#sbwith_inner { position: absolute; z-index: 2; left: -1000px; top: -20px; }*/
#sbwith_inner {
	position:absolute;
	z-index:2;
	left:12px;
	top:0;
}

table#sbwith_tbl {
	border:2px solid #C0DEFC;
	background:#D8EAFC;
	padding:5px;
	margin:0;
	width:290px;
}

.subwith_msg {
	color:#010337;
	font-weight:bold;
	font-size:13px;
}

#sbwith_tbl h3 {
	padding:3px;
	color:#010337;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
	margin-bottom:5px;
	margin-top:5px;
}

#sbwith_tbl td.imgcell {
	text-align:center;
	padding:3px;
	margin:0;
}

#sbwith_tbl td.desc_cell {
	vertical-align:top;
	padding:3px;
	margin:0;
	font-size:13px;
}

#sbwith_tbl .close_cell #666

#sbwith_tbl img {
	border:1px solid #C0DEFC;
}

.qty_based_pricing {
	color:#C11B17;
}


/* select your item table styles */
table#chooseYourItem,table#configureItem {
	border:1px solid #282828;
	width:950px;
	margin-bottom:30px;
	table-layout:inherit;
}

table#chooseYourItem th,table#configureItem th {
	text-align:center;
	background:#E6E7E9;
	color:#800028;
	text-transform:uppercase;
	font-size:10px;
	padding:7px;
	border-bottom:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #666;
	vertical-align:middle;
}


table#chooseYourItem td.price span {
	font-weight:bold;
}

table#chooseYourItem td.price {
	width:125px;
	line-height:16px;
	font-weight:normal;
}

table#chooseYourItem td.totalText {
	text-align:right;
	border:none;
}

table#chooseYourItem .addSelected {
	float:right;
	padding-right:10px;
}

table#chooseYourItem .addToWishList {
	float:right;
	padding-right:10px;
}

table#chooseYourItem .checkStoreInventory {
	float:right;
	padding-right:10px;
}

table#chooseYourItem .totalPrice {
	margin-top:5px;
	margin-right:25px;
	float:right;
	color:#800028;
	text-transform:uppercase;
}

table#chooseYourItem .totalPrice span {
	font-weight:bold;
	color:#000;
}


table#chooseYourItem .datahighlight {
	background-color:#E6E7E9 !important;
	z-index:-2 !important;
}

table#chooseYourItem .pr-stars-small{
	z-index:0 !important;
}

table#chooseYourItem input.quantity_input {
	margin:0;
}
table#chooseYourItem .promoAlert {
	margin-top: 10px;
	text-align: center;
}

table#chooseYourItem .promoAlert img{
        width: 70px;
}

table#chooseYourItem .saleprice {
  color: #cc0000;
}

table#chooseYourItem .regstrk {
    font-size:       100%;
    text-decoration: line-through;
}

table#chooseYourItem #cart_error {
    font-weight: bold;
}

/* configure your item */
table#configureItem th {
	border-left:none;
	text-align:left;
	padding:15px 7px;
}

table#chooseYourItem td,table#configureItem td {
	text-align:center;
	padding:10px;
	border-bottom:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #666;
	vertical-align:top;
}

table#configureItem td {
	border-bottom:1px solid #a0b3c7;
	border-top: 1px solid #a0b3c7;
	border-left:none;
	text-align:left;
	padding:15px 10px;
    font-size:12px;
}

table#configureItem .quantity_input {
	margin-left:3px;
	margin-right:4px;
	line-height:22px;
}

table#configureItem th.component,table#configureItem td.component {
	padding-left:55px;
}

table#configureItem td.productText {
	vertical-align:middle;
	font-size:12px;
	font-weight:bold;
	color:#800028;
}

table#configureItem .availability {
	font-size:12px;
	font-weight:bold;
}

table#configureItem .makeSelection {
	color:#666;
	font-size:12px;
}

table#configureItem td.options {
	font-size:10px;
}

table#configureItem .quantity_included {
	line-height:14px;
	text-align:center;
}

table#configureItem #qty-add {
	margin-top:0;
	width:220px;
}

table#configureItem #qty-add .qty_box {
	width:100px;
	display:flex;
}

#qty-add .cntrl_bttns {
	float:left;
}

/* complete the look table styles */
#complete-the-look {
	margin-bottom:30px;
}

#complete-the-look td.title {
	position:relative;
}

#complete-the-look .avaiMsg span {
	color: #444444;
}

table#selectedProduct,table#selectedProductConfigurable {
	border:4px solid #444444;
	width:989px;

}

table#selectedProduct th a {
        color:#FFFFFF !important;
}

table#completeProducts {
	border:1px solid #B5BCC0;
	width: 989px;
}

table#completeProducts th span {
	color:#800028;
	font-size:12px;
	font-weight:bold;
}

table#selectedProduct th,table#selectedProductConfigurable th {
	background:#444444;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	font-weight:normal;
	padding:8px 0 10px;
}

table#selectedProduct th.title,table#selectedProductConfigurable th.title {
	font-size:12px;
	font-weight:bold;
}

table#completeProducts th {
	background: url("/assets/images/product_detail/bar-table-bkg.gif") repeat-x scroll 0 0 #D9DCDE;
	color:#5F6062;
	text-transform:uppercase;
	font-size:10px;
	padding:8px 0 10px;
}

table#completeProducts th.qty {
	width:124px;
}

#selectedProduct a#btt,#selectedProduct a#btt {
	color:#fff;
	text-transform:lowercase;
	font-size:10px;
	font-weight:normal;
}

table#selectedProduct th.left,table#selectedProductConfigurable th.left {
	width:12px;
}

table#completeProducts th.left {
	width:15px;
}

table#selectedProduct th.link,table#selectedProductConfigurable th.link {
	text-align:right;
	padding-right:11px;
}

td.title {
	line-height:25px;
}

td.title .moreDetailsLink,#tipBody .moreDetailsLink {
	background:url(/assets/images/product_detail/link-arrow.gif) right 4px no-repeat;
	padding-right:8px;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
}

#selectedProduct td,#selectedProductConfigurable td,#completeProducts td {
	vertical-align:top;
}

table#selectedProduct td.img,table#selectedProductConfigurable td.img,table#completeProducts td.img {
	width:124px;
	text-align:right;
}

td.img img {
	border:1px solid #b6bcc1;
	margin:10px;
}

table#selectedProduct td.title,table#selectedProductConfigurable td.title,table#completeProducts td.title {
	width:265px;
	padding:10px;
	padding-left:0;
}

td.title h3 {
	color:#282828;
	font-size:12px;
	font-weight:bold;
}

td.title {
	line-height:25px;
}

.moreChoicesLink {
	text-transform:uppercase;
	font-weight:bold;
}

a.moreDetailsLink,#tipBody .moreDetailsLink {
	background:url(/assets/images/product_detail/link-arrow.gif) right 4px no-repeat;
	padding-right:8px;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
}

table#selectedProduct td.price,table#selectedProductConfigurable td.price,table#completeProducts td.price {
	width:122px;
	padding:10px;
	padding-left:0;
	font-size:12px;
}

td.price .saleprice {
	color:#b32317;
	line-height:18px;
}

table#selectedProduct td.options,table#selectedProductConfigurable td.options,table#completeProducts td.options {
	width:278px;
	padding:10px 0;
}

td.options select {
	width:150px;
	margin-bottom:5px;
}

td.options .requiredInfo {
	clear:both;
	width:160px;
}

.attributes-box .requiredText,td.options .requiredText {
	float:left;
	color:#b32317;
	display: none;
}

table#selectedProduct td.qty {
	width:121px;
	padding:10px 0;
}

table#completeProducts td.qty,table#selectedProductConfigurable td.qty {
	width:124px;
	padding:10px 0;
}

td.qty .availMsg {
	padding-top:5px;
	width:105px;
	font-size:10px;
}

td.qty .avail {
	color:#666;
}

table#selectedProduct .stockstatus {
	color:#282828;
	line-height:15px;
	font-size:11px;
	font-weight:light;
	padding-top:7px;
    min-height:30px;
    max-width:220px;
}

table#selectedProduct .stockstatus .title {
	color:#00573D;
}

table#selectedProduct .qty .availMsg .title {
        color: #282828 !important;
        font-weight: bold;
}

table#completeProducts td {
	border-top:1px solid #BABABA;
}

table#completeProducts .title .moreDetailsLink, table#completeProducts .qty .availMsg .title {
	color: #282828 !important;
	font-weight: bold;
}

table#completeProducts .totalText {
	padding:10px;
	text-transform:uppercase;
	color:#5f6062;
	text-align:right;
	font-weight:bold;
	vertical-align:middle;
}

table#completeProducts .totalPrice {
	padding:10px;
	padding-left:0;
	font-weight:bold;
	font-size:12px;
	vertical-align:middle;
}

table#completeProducts .addSelected {
	padding:10px 20px;
	text-align:right;
}

table#completeProducts .stockstatusAcc {
	color:#282828;
	line-height:15px;
	font-size:11px;
	font-weight:light;
	padding-top:7px;
}

table#completeProducts .stockstatusAcc .title {
	color:#00573D;
}

table#completeProducts .stockstatusAcc span.text {
	font-size:10px;
	line-height:15px;
	font-weight:normal;
}

table#selectedProductConfigurable td.title {
	width:165px;
	padding:10px;
	padding-left:0;
}

table#selectedProductConfigurable th.makeSelections #666

table#selectedProductConfigurable td.kitOptions {
	font-size:10px;
	width:375px;
}

table#selectedProductConfigurable td.kitOptions td {
	padding:0 3px 3px;
}

table#selectedProductConfigurable td.kitOptions .requiredInfo {
	width:140px;
}

table#selectedProductConfigurable td.kitOptions .requiredInfo .sizechart a {
	background-position:right 2px;
}

table#selectedProductConfigurable td.kitOptions select {
	width:130px;
}

table#selectedProductConfigurable td.kitOptions .optionTitle {
	width:110px;
}

table#selectedProductConfigurable td.kitOptions .attrRequired {
	width:130px;
}

table#selectedProductConfigurable td.kitOptions .makeSelection {
	color:#666;
}

table#selectedProductConfigurable td.kitOptions .availability {
	font-weight:bold;
}



/*** you may also like scroller ***/


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.tab-scroller {
	overflow:hidden;
	clear:both;
	height:240px;
}

.tab-scroller .scrollable {
	position:relative;
	overflow:hidden;
	width:100%;
	height:200px;
	margin-top:30px;
	height:250px;
}



/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.tab-scroller .scrollable .items {


/* this cannot be too large */
	width:100%;
	position:absolute;
	clear:both;
}

.tab-scroller .items div.row {
	float:left;
	width:100%;
}



/* single scrollable item */
.tab-scroller .scrollable .items .row div {
	float:left;
	background-color:#fff;
	width:25%;
	height:190px;
	text-align:center;
	font-size:12px;
	line-height:16px!important;
}

.tab-scroller .scrollable .items .row .item a {
	line-height:16px!important;
}



/* active item */
.tab-scroller .scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}



/* this makes it possible to add next button beside scrollable */
.tab-scroller .scrollable {
	float:left;
}



/* prev, next, prevPage and nextPage buttons */
.tab-scroller a.browse {
	background:url(/assets/images/product_detail/prev-next.png) no-repeat;
	display:block;
	width:28px;
	height:35px;
	float:left;
	margin-top:70px;
	cursor:pointer;
	font-size:1px;
}



/* right */
.tab-scroller a.right {
	background-position:0 -35px;
	clear:right;
	margin-right:0;
}

.tab-scroller a.right:hover {
	background-position:0 -35px;
}

.tab-scroller a.right:active {
	background-position:0 -35px;
}



/* left */
.tab-scroller a.left {
	margin-left:28px;
	_margin-left:18px;
}

.tab-scroller a.left:hover {
	background-position:0 0;
}

.tab-scroller a.left:active {
	background-position:0 0;
}

.tab-scroller .scrollable img {
	width:104px;
	height:104px;
	border:1px solid #ccc;
}

.tab-scroller .scrollable .crossProdInfo {
	width:150px;
	height:80px;
	margin:5px auto;
	text-align:center;
	line-height:100px!important;
}

#alsoLike .tab-scroller .scrollable .crossProdInfo .price {
	font-weight:bold;
}

#alsoLike .tab-scroller .scrollable .crossProdInfo a {
	font-weight:normal;
}

.tab-scroller .scrollable img.hover {
	background-color:#282828;
}



/* tooltip styling */
#main-info a#shipping_estimate,#main-info-wide a#shipping_estimate {
	font-size:10px;
	cursor:pointer;
	font-weight:normal;
	font-family:Lato, Helvetica, Arial, sans-serif;
}

#tooltip {
	background:url(/assets/images/product_detail/bkg-tooltip.png) no-repeat top right;
	height:155px;
	width:640px;
	font-size:11px;
	color:#000;
	display:none;
	z-index:999999;
	text-align:right;
}

#tipBody {
	line-height:14px;
	padding:10px 15px;
}

#tipBody .heading {
	clear:both;
	overflow:hidden;
}

#tipBody h2 {
	margin:0 0 10px;
	text-transform:none;
	font-size:12px;
}

#tipBody ul {
	color:#000;
	list-style:none;
}

#tipclose {
	float:right;
	margin:-8px -6px 0 0;
	cursor:pointer;
	background:url(/assets/images/product_detail/tip-close.png) no-repeat;
	width:18px;
	height:18px;
}

#tooltip .prodInfo .footer {
	clear:both;
	overflow:hidden;
	padding-top:10px;
}

#tooltip .prodInfo .footer .reviews {
	float:left;
}

#tooltip .prodInfo .footer .reviews img {
	margin-right:5px;
}

#tooltip .prodInfo .footer .details {
	float:right;
	margin-top:4px;
}

.prodRedirect_overlay {
	display:none;
	background:url(/assets/images/product_detail/overlay.png) no-repeat;
	width:475px;
}



/* default close button positioned on upper right corner */
.prodRedirect_overlay .close {
	background:url(/assets/images/product_detail/tip-close.png) no-repeat;
	position:absolute;
	right:-6px;
	top:-7px;
	cursor:pointer;
	height:18px;
	width:18px;
}



/*** overlay elements for sub message display ***/


/* use a semi-transparent image for the overlay */
#overlay {
	color:#000;
	height:472px;
}



/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap {
	height:331px;
	overflow:hidden;
}



/* the overlayed element */
.prodmessage_overlay {
	display:none;


/*background-image:url(/assets/images/product_detail/overlay.png);*/
	width:472px;


/* some padding to layout nested elements nicely  */
	padding:35px;
}



/* default close button positioned on upper right corner */
.prodmessage_overlay .close {
	background-image:url(/assets/images/product_detail/tip-close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#overlayBody {
	font-size:12px;
	padding:30px;
}

#overlayBody p {
	margin-bottom:8px;
}

#overlayBody p span {
	font-weight:bold;
	color:#800028;
}

#overlayBody img {
	border:1px solid #ccc;
	float:left;
	margin-right:20px;
}

#overlayBody div.prodInfo {
	float:left;
	width:240px;
}

#overlayBody a.moreDetailsLink {
	text-transform:none;
	color:#282828;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

#overlayBody div.viewDetails {
	display:block;
	margin-top:5px;
}

#overlayBody div.viewDetails .close {
	position:relative;
}

#overlayBody div.viewDetails a#closeoverlay,#overlayBody div.viewDetails a#closeoverlay: visited {
	color:#282828;
	text-decoration:none;
}

table#buoy_layout {
	margin-bottom:9px;
	margin-top:9px;
	margin:0 30px;
}

#buoy_layout td {
	vertical-align:top;
}

table#buoy_tool {
}

#buoy_tool td {
	padding:6px;
}

.buoytool_hdr {
}

#buoy_tool label {
	font-weight:bold;
	margin-right:2px;
}

#main_content_lower_left,#main_content_lower {
	float:left;
}

#main_content div#main_content_lower {
	padding-left:5px;
	width:288px;
}

#main_content_lower_left {
	width:290px;
}

#grid-header {
        border: 1px solid #000000;
        padding: 15px 10px;
        width: 928px;
        height: 10px;
}

#grid-header .checkStoreInventory {
        float: right;
        padding-right: 10px;
        margin-top: -5px;
}

#grid-header .addSelected {
        float: right;
        padding-right: 10px;
        margin-top: -5px;
}

#grid-header .addToWishList {
        float: right;
        padding-right: 10px;
        margin-top: -5px;
}

#grid_error_msg {
	max-width: 430px;
}

/*** Promo Splash ***/

#promo_box {
	margin-bottom: 10px;
}

#promo_box p {
	display:inline;
}

#promo_box a {
	color: #C20000 !important;
	font-size: 16px;
}

#promo_box a:hover p {
	text-decoration:underline;
}

/*** Find in Store ***/
.qty-check-store {
    float: right;
    margin-left: 10px;
    margin-top: -4px;
}

.in-store-pick-up {
	color: #97002D !important;
	float: right;
	margin: 10px 0 -10px 0;
	font-weight: normal !important;
	font-size: 16px;
}

.in-store-pick-up:hover {
	color: #4F4F4F !important;
	text-decoration: none !important;
}

/*** Color Swatching ***/
#mygallery {overflow: hidden;}

.left-column-csa { float: left; width: 262px; margin: 0; }
.right-colum-csp { float: right; width: 232px; margin: 0; }

.left-column-csa .colorswatching { float: left; width: 235px; margin-bottom: 10px; z-index: 1; }
.left-column-csa .colorswatching .long-description { height: 31px; }
.left-column-csa .otherswatching { float: left; width: 262px; margin-bottom: 10px; }
#main-info .left-column-csa .cs-size-chart { float: right; font-weight: bold; margin-right: 10px; margin-top: 1px;}

.left-column-csa .requiredText { display: none; }

#main-info .right-column-csp .price { text-align: left; }
#main-info .right-column-csp #pricing_box { float: right; width: 230px; }
#main-info .right-column-csp #pricing-box .price { text-align: right; }
#main-info .right-column-csp .saleprice { text-align: left; }
#main-info .right-column-csp #pricing_box .price span { display: inline; margin-top: 0; padding-left: 0; }
#main-info .right-column-csp #pricing_box .saleprice span { display: inline; margin-top: 0; padding-left: 0; }
#main-info .right-column-csp #pricing_box .stockstatus .info { display: inline; margin-top: 0; padding-left: 5px; }
#main-info .right-column-csp #pricing_box .stockstatus, #pricing-attributes-wide .stockstatus {
 height:30px;
 min-width:210px;
 text-align: left;
}
#main-info .right-column-csp #pricing_box .range_sale_price, #main-info .right-column-csp #pricing_box #low-price-guarantee, #main-info .right-column-csp #pricing_box .buyMore { text-align: right; }
#main-info .right-column-csp #pricing_box .range_sale_price #sale-range { display: inline; padding-left: 0px; }
#main-info .right-column-csp #pricing_box #map_pricing { display: block; text-align: right; padding-top: 5px; }
#main-info .right-column-csp #pricing_box #promo_box {  }
#main-info .right-column-csp #pricing_box_misc .rebate { text-align: right; }

#main-info ul.color-selector {margin: 0 0 10px 0; padding: 0; list-style: none; z-index: 1;}
#main-info ul.color-selector li {display: -moz-inline-stack; display: inline-block; *display: inline; zoom: 1; margin: 2px; vertical-align: top; border: 1px solid #ccc;}
#main-info ul.color-selector li a {display: block; height: 26px; width: 26px;}
#main-info ul.color-selector li.selected {border: 1px solid #FFF; outline: 1px solid #000;}
#main-info ul.color-selector li:HOVER {border: 1px solid #FFF; outline: 1px solid #777;}

#main-info ul.size-selector {margin: 0; padding: 0; list-style: none; clear: left; float: left;}
#main-info ul.size-selector li {display: -moz-inline-stack; display: inline-block; *display: inline; zoom: 1;}
#main-info ul.size-selector li a{ padding: 6px 10px; display: block; background: #bfbfbf; color: #666 !important;  border: 2px solid #FFF;}
#main-info ul.size-selector li.selected a { background: #bfbfbf; border: 2px solid #000; color: #000 !important;}
#main-info ul.size-selector li:HOVER a { background: #bfbfbf; border: 2px solid #999; color: #000 !important;}
#main-info ul.size-selector li.disabled {padding: 6px 10px; display: inline-block; background: #DDD; color: #bbb !important; margin: 2px;}

#main-info ul.other-selector {clear: left; float: left; list-style: none; padding: 0; margin: 0;}
#main-info ul.other-selector li {height: 24px; min-width: 35px;display: -moz-inline-stack; display: inline-block; *display: inline; zoom: 1; text-align: center; line-height: 24px; margin: 2px; background: #CCC; border: 1px solid #AAA; padding: 0 2px;}
#main-info ul.other-selector li:HOVER {border: 1px solid #FFF; outline: 1px solid #AAA;}
#main-info ul.other-selector li.disabled {background: #DFDFDF; color: #CCC; border: 1px solid #CACACA;}
#main-info ul.other-selector li a {line-height: inherit; color: #444 !important;}
#main-info ul.other-selector li.selected {outline: 1px solid #000; border: 1px solid #FFF;}
#main-info ul.other-selector li.disabled:HOVER {background: #DFDFDF; color: #CCC; border: 1px solid #CACACA; outline: none;}


#main-info ul.lh-default-box-selector, #main-info ul.lh-size-selector {margin: 0 0 10px 0; padding: 0; list-style: none; width: 170px;}
#main-info ul.lh-default-box-selector li, #main-info ul.lh-size-selector li {display: inline-block; padding: 2px !important; text-indent: 0 !important;}
#main-info ul.lh-default-box-selector li a, #main-info ul.lh-size-selector li a { padding: 6px 10px; display: block; background: #ffffff; color: #00583d !important;  border: 2px solid #00583d;

padding: 4px !important;}

div.product-information {width: 600px;float: left;padding-right: 10px;border-right: 1px solid #ccc;line-height: 140%;}
div.product-information p {width: 550px;}
div.product-bullets {float: left;padding-left: 10px;width: 230px;}
div.product-bullets ul {margin-left: 15px;}
.product-information .alignBrandImage {right: 332px !important;}
td.colors select {width: 150px; margin-top: 10px;}
p.cs-color {margin-bottom: 10px !important; font-size: 14px;}
p.cs-size {float: left;}
p.cs-size, p.cs-other { /*margin-top: 16px; margin-bottom: 10px !important; */ font-size: 14px; float: left;}
span.size-text {width: 100px;float: left;}
a.sizing-chart-link {font-weight: bold;color: #00583D;}

//.csp_wrap #qty-add, .csp_wrap .in-store-pick-up, .csp_wrap #check-store-link { position: absolute; }
.csp_wrap #qty-add { right: 10px;}
.csp_wrap .in-store-pick-up { right: 10px;}
.csp_wrap #check-store-link { right: 10px;}
.cs_hex_color { display: block; height: 26px; overflow: hidden; width: 26px; }


/*** special_pdp_components.css code ***/


/* Left column styles */

#left_col {
	width: 162px;
	height:450px;
	background:  url(/assets/images/common/leftnav_bg.jpg) top no-repeat;
	padding-top: 26px;
	padding-left: 18px;
	padding-bottom: 20px;
}

html>body #left_col {
	height:auto;
	min-height:450px;
}

/* Channel-specific left nav background images */
#fishing_ch #left_col { background-image: url(/assets/images/common/leftnav_bg_fishing.jpg); }
#hunting_ch #left_col { background-image: url(/assets/images/common/leftnav_bg_hunting.jpg); }
#camping_ch #left_col { background-image: url(/assets/images/common/leftnav_bg_camping.jpg); }
#clothing_ch #left_col, #footwear_ch #left_col { background-image: url(/assets/images/common/leftnav_bg_apparel.jpg); }


#left_col h2 {
	height: 18px;
	text-indent: -9000px;
	background: top left no-repeat;
	margin-bottom:20px;
}

#left_col h2 {
	height: 18px;
	background: top left no-repeat;
	margin-bottom:20px;
	color: #95092F;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

/* Channel-specific left nav header images */

#fishing_ch #left_col  h2 { width: 65px; background-image: url(/assets/images/common/fishing_h.gif); }
#hunting_ch #left_col  h2 { width: 74px; background-image: url(/assets/images/common/hunting_h.gif); }
#camping_ch #left_col  h2 { width: 74px; background-image: url(/assets/images/common/camping_h.gif); }
#clothing_ch #left_col h2 { width: 80px; background-image: url(/assets/images/common/clothing_h.gif); }
#footwear_ch #left_col h2 { width: 88px; background-image: url(/assets/images/common/footwear_h.gif); }
#gifts_ch #left_col    h2 { width: 45px; background-image: url(/assets/images/common/gifts_h.gif); }
#outlet_ch #left_col   h2 { width: 60px; background-image: url(/assets/images/common/outlet_h.gif); }
#power_ch #left_col    h2 { width: 165px; background-image: url(/assets/images/common/power_sports_h.gif); }
#boating_ch #left_col  h2 { width: 165px; background-image: url(/assets/images/common/boating_marine_h.gif); }
#firearms_ch #left_col h2 { width: 165px; background-image: url(/assets/images/common/firearms_h.gif); }
#outrec_ch #left_col   h2 { width: 165px; background-image: url(/assets/images/common/outdoor_rec_h.gif); }
#usedfirearms_ch #left_col h2 { width: 165px; background-image: url(/assets/images/common/used_firearms_h.gif); }


#leftcol_promo { margin-left: -18px; margin-bottom:12px; padding: 0; }
/*#leftcol_promo { width:180px; height:80px; background-image: url(/promos/101408/Source02/GMS1014B.jpg); background-repeat: no-repeat; } */

/*
#leftcol_promo { display: none; }
*/

/* general list styles */

#left_col h3{
	color: #810023;
	text-transform:uppercase;
	font-weight:bold;
	font-size:10px;
	margin-bottom:5px;
}

#left_col h3.results_by_cat {
	font-size:11px;
}


#left_col h3.margin_top{
	margin-top:15px;
}

#left_col ul.left_nav {
	margin-right: 10px;
}

#left_col ul.left_nav li a {
	color: #0C4735;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
}

#left_col ul.left_nav li a:hover {
	color: #0c4735;
	font-weight: normal;
	font-size: 11px;
	line-height: 16px;
	text-decoration:underline;
}


#left_col ul.left_nav li a.selected {
	color: #0C4735;
	font-weight: bold;
}
#left_col ul.left_nav li ul {
	margin-left: 4px;
}
#left_col ul.left_nav li ul li {
	padding-left: 4px;
}
#left_col ul.left_nav li ul li ul li {
	padding-left: 8px;
}
#left_col ul.left_nav li ul li a {
	color: #000000;
	font-weight: normal;
}
#left_col ul.left_nav li a.black_arrw {
	color: #000000;
	font-weight: bold;
}
#left_col ul.left_nav li.black_arrw {
	padding-left: 6px;
	background: url(/assets/images/common/arrow_black.gif) 1px 4px no-repeat;
}
#left_col ul.left_nav li a.black_arrw2 {
	color: #000000;
	font-weight: bold;
}
#left_col ul.left_nav li.black_arrw2 {
	padding-left: 8px;
	background: url(/assets/images/common/arrow_black.gif) 2px 4px no-repeat;
}
#left_col ul.left_nav li a.grn_select {
	color: #0C4735;
	font-weight: bold;
}

/* "Articles & Tips" link */
#left_col a.tips {
	color: #810023;
}

#left_col div.divider {
	height: 18px;
	width: 158px;
	margin-left: -6px;
	border-bottom: 1px solid #D3B99E;
	margin-bottom: 18px;
}

/* Left column cross sells: Recently Viewed */
#left_col h4.recently_viewed {
	height: 17px;
	text-indent: -9000px;
	background: url(/assets/images/common/recently_viewed_h.gif) bottom left no-repeat;
	margin-left: 9px;
}
#left_col div.cross_sell {
	margin-top: 16px;
	margin-bottom: 25px;
}
#left_col div.cross_sell img {
	margin-left: 18px;
	border: 1px solid #E6D8CA;
}
#left_col div.cross_sell div {
	margin-top: 10px;
	margin-left: -6px;
	width: 151px;
	text-align: center;
}

/* Right column styles */

#right_col {
	width: 163px;
	background: url(/assets/images/common/right_col_shadow_bg.gif) top no-repeat;
	padding-top: 34px;
	padding-left: 16px;
	height: 100%;
}

/* Right column cross sells: You May Also Like / Featured Products */
#right_col h3 {
	text-indent: -9000px;
	background: top left no-repeat;
}
#right_col h3.cross_sell {
	height: 24px;
	width: 148px;
	background-image: url(/assets/images/common/you_may_also_like_h.gif);
}
#right_col h3.featured_products {
	height: 34px;
	width: 155px;
	margin-left: -3px;
	background-image: url(/assets/images/common/featured_products_h.gif);

}
#right_col div.cross_sell {
	margin-top: 16px;
	margin-bottom: 25px;
}
#right_col div.cross_sell img {
	margin-left: 18px;
	border: 1px solid #DECCB8;
}
#right_col div.cross_sell div {
	margin-top: 10px;
	margin-left: -6px;
	width: 151px;
	text-align: center;
}
#right_col h3.recently_added {
	height: 24px;
	width: 148px;
	margin-left: -3px;
	background-image: url(/assets/images/common/recently_added_h.jpg);

}

#static_left_column p {
	padding-bottom: 4px;
}
#container #static_left_column a {
	color: black;
	font-weight: normal;
	text-transform: none;
	font-size: 11px;
}


/*** skin.css code ***/

/*For the thumbnails on the PDP Pages */
.jcarousel-skin-tango .jcarousel-container {
	margin: 0 5px;
	height: 60px;
}

.jcarousel-skin-tango img {
	border:1px solid #DCC9B5;
	padding:2px;
}
.jcarousel-skin-tango img:hover {
	border:1px solid #00583d;
	padding:2px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 340px;
    padding:10px 40px 0 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  340px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 60px;
    height: 60px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 5px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 25px;
    right: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: transparent url(/assets/images/nextArrow.png) no-repeat 00;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(/assets/images/prevArrow.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -25px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -25px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 25px;
    left: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: transparent url(/assets/images/prevArrow.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(/assets/images/nextArrow.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: -25px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -25px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(/assets/images/nextArrow.png) no-repeat 0 0;
}


/*** viewer-v2.css code ***/

@charset "UTF-8";
/* CSS Document */

/* REGULAR VIEWER */
#viewer-control-box {
	width:400px;
	height: 100%;
	position: relative;
	top:0px;
}
#viewer-control {
	width:600px;
	height: 20px;
	position: relative;
	top:10px;
	left:170px;
	float: left;
	margin-bottom: 20px;
}
#main-image-box {
	width:350px;
	height: 350px;
	margin: 0 0 0 40px;
}

/* WIDE VIEWER */
div.navig {
	display: block;
	position: relative;
	width: 56px;
	height: 56px;
	top: 16px;
	left: 4px;
	padding: 0px;
	margin: 0px;
	border: 0px none;
	white-space: nowrap;
	visibility: hidden;
	z-index: 98;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	-moz-drag-select: none;
	-khtml-drag-select: none;
	drag-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
#main-image-box-wide {
	width:650px;
	height: 112px;
	margin: 0px 10px;
}
#viewer-control-box-wide {
	width:700px;
	height: 125px;
	position: relative;
	top:0px;
}
#alternate-views {
	position: relative;
	top:25px;
	left:20px;
}
#viewer-control-wide {
	width:600px;
	height: 20px;
	position: relative;
	top:10px;
	left:385px;
	float: left;
}
div.slider_plus {
	display: block;
	float:left;
	top: 2px;
	left: 2px;
	width: 60px;
	height: 17px;
	padding: 2px;
	margin: 0px;
	cursor: pointer;
	border: 0px none;
	background:transparent url(/ganderviewer/images/navig/zoomin.gif) no-repeat 0px 0px;
}
div.reset {
	display: block;
	float:left;
	width: 39px;
	height: 17px;
	padding: 2px;
	margin: 0px;
	cursor: pointer;
	border: 0px none;
	background:transparent url(/ganderviewer/images/navig/reset.gif) no-repeat 0px 0px;
}
div.view_larger a, div.view_larger {
	display: block;
	float:left;
	width: 84px;
	height: 17px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	border: 0px none;
	background:transparent url(/ganderviewer/images/navig/larger.gif) no-repeat 0px 0px;
}
div.slider_minus {
	display: block;
	float:left;
	bottom: 2px;
	left: 2px;
	width: 69px;
	height: 17px;
	padding: 2px;
	margin: 0px;
	cursor: pointer;
	border: 0px none;
	background:transparent url(/ganderviewer/images/navig/zoomout.gif) no-repeat 0px 0px;
}


/* THUMBS */
#world_over {
	border-right: #666 0px solid;
	border-bottom: #666 0px solid;
}
.slider_plus {
	left:0;
}
ul.thumbs_menu {
	width:300px;
}
ul.thumbs_menu li img {
	border:1px solid #C00;
}



* html div.navig {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/navig/compass.png", sizingMethod="image");
}
* html div.navig_info {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/navig/info_off.png", sizingMethod="image");
}
* html div.slider_outer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/navig/scale.png", sizingMethod="image");
}
* html div.slider_plus {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/navig/plus_off.png", sizingMethod="image");
}
* html div.slider_minus {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/navig/minus_off.png", sizingMethod="image");
}
* html div.slider_knob {
	z-index: 99;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/navig/slider_off.png", sizingMethod="image");
}
* html div.slider_knob.onfocus {
	z-index: 99;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/navig/slider_on.png", sizingMethod="image");
}

/*** pdp_viewer.css code ***/

#pdp-viewer {
	position: relative;
	float: left;
	width:456px;
	z-index: 0;
	margin: 0 10px 0 0px;
	padding: 0 0 0 1px;
	border-bottom: 1px solid #E8E7E7;
	border-right: 1px solid #E8E7E7;
}
#pdp-viewer-content {
	width:465px;
	height: 100%;
	padding-bottom: 10px;
}
a img,:link img,:visited img {
	border: none;
}
fieldset {
	padding:0px;
	padding-left:7px;
	padding-right:7px;
	padding-bottom:7px;
}
fieldset legend {
	margin-left:15px;
	padding-left:3px;
	padding-right:3px;
	color:#333;
}
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	visibility:hidden;
}
.clearfix {
	display:block;
	zoom:1;
}
.pdp-thumb-scroller {
	position: relative;
	width:440px;
}
.pdp-thumb-scroller .wrapper {
	overflow: auto;
	width:415px;
	min-height: 10em;
	margin: 0 20px;
	position: absolute;
	top:0px;
}

.jqzoom {
	text-decoration:none;
	float:left;
}

#hover-view {
	float: left;
	font-weight: bold;
	color: #2A2827;
	margin: 3px 0 0 80px;
	padding-left: 17px;
}

#hover-view img {
	float: left;
	margin-top:1px;
}

#view-larger  {
	float: left;
	font-weight: bold;
	margin: 3px 0 0 20px;
	padding-left: 17px;
}

#view-larger  img {
	float: left;
	margin-top: 1px;
}

div#container #view-larger a {
	color: #2A2827;
}
div#container #view-larger a:hover {
	text-decoration: underline;
}
.prod-videos {
    background: url("/assets/images/pdp-viewer/sm_playbutton.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 40px;
    left: 17px;
    position: absolute;
    top: 17px;
    width: 40px;
}

#view-larger-image-asset {
    left: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 1005;
}
#view-larger-image-asset.bottom {
    bottom: 2px;
}
#view-larger-image-asset.top {
    top: 2px;
}
#view-larger-image-asset ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
}
#view-larger-image-asset ul li {
    float: left;
    opacity: 0.5;
    padding: 1px;
}
#view-larger-image-asset ul li.active {
    border: 1px solid #FFFFFF;
    opacity: 0.75;
    padding: 0;
}
#view-larger-image-asset ul li:hover {
    opacity: 1;
}
#view-larger-image-asset ul li a {
    background: none repeat scroll 0 0 #111111;
    border: 1px solid #222222;
    display: block;
    outline: medium none;
    overflow: hidden;
    position: relative;
}
#view-larger-image-asset ul li img {
    border: 0 none;
    display: block;
    padding: 0;
    position: relative;
}


/* BAZAARVOICE REVIEW OVERRIDES */
.bv-rating-box {
	float:left;
	padding-left:10px !important;
}

html>body .ratings_label {
	font-size: 12px !important;
}

html>body #BVRRSummaryContainer {
	float:right;
	margin-top:-9px;
	padding-left:5px;
}

html>body div#BVRRSummaryContainer  a:hover{
	font-size: 11px !important;
	text-decoration: none !important;
}

/*Stars */
html>body .bv-cleanslate div[class*='bv-core-container-'] .bv-primarySummary-rating-container .bv-rating-stars-container .bv-rating-stars {
    font-size: 14px !important;
}

/* Point Rating */
html>body .bv-cleanslate  div[class*='bv-core-container-'] .bv-summary-bar .bv-rating-ratio-number .bv-rating {
	font-size: 11px !important;
}

/* Count */
html>body .bv-cleanslate  div[class*='bv-core-container-'] .bv-summary-bar .bv-rating-ratio-count {
	font-size: 11px !important;
}

/* Write a Review */
html>body .bv-cleanslate div[class*='bv-core-container-'] .bv-summary-bar-minimalist .bv-write-container .bv-submission-button.bv-write-review, .bv-cleanslate   .bv-read-container .bv-submission-button.bv-write-review {
	font-size: 11px !important;
}

/*Ask a Question */
html>body .bv-cleanslate div[class*='bv-core-container-'] .bv-summary-bar-minimalist .bv-write-container .bv-submission-button.bv-ask-question, .bv-cleanslate .bv-read-container .bv-submission-button.bv-ask-question {
	font-size: 11px !important;
}
