

/* this will over-ride the external styles.css (sizing Popup) */
#qmborder th, #qmborder td {
border: dotted 1px #D8D8D8;
font-size: .8em;
width: 35px;
height: 38px;
}

#qmborder .chartheader {
 text-align: center;
 font-weight: bold;
 font-size: 1.2em;
 color: #ffffff;
 background-color: #000000;
 white-space: nowrap;
 height: 35px;
}

#qmborder .bodyloc {
 font-weight: bold;
}
/*--------------- prod-detail page ---------------------*/
/* prod-info */
.prod-info-col {
	padding: 0 0 12px 12px;
	width: 471px;
	margin-left: -10px;
}
.prod-info-h {
	display: block;
	margin: 0;
	padding: 8px 0 8px;
	border-top: 1px solid #967127;
	border-bottom: 1px solid #967127;
}
.prod-info-h .prod-form{
	padding-bottom: 30px;
}
.prod-heading{ padding-bottom: 10px;}
.prod-heading h2{
	font-size: 18px;
	line-height: 18px;
	margin: 0;
	color: #2a2a2a;
}
.prod-heading span{
	color: #838282;
	font-size: 12px;
	line-height: 24px;
	display: block;
}
.prod-price {
	font-size: 26px;
	color: #2d2d2d;
	padding-bottom: 24px;
}
.prod-price .salePrice 
{
    color: #D00000;
    font-weight:bold;
}
.prod-price .regularPrice
{
    display:block;
}
.prod-price .regularPrice,
.prod-price .prodRegularPrice
{
	margin-right: 20px;
	text-decoration: line-through;
	font-size: 21px;
	color:#2d2d2d;
}
.prod-form .f-row{
	padding-top: 4px;
	width: 100%;
	overflow: hidden;
}
.prod-form .f-row label{
	padding: 7px 0 4px;
	clear: both;
	height: 1%;
	overflow: hidden;
	display: block;
	line-height: 16px;
	color: #2a2a2a;
}
.f-row label span{
	float: left;
	margin-right: 14px;
}
.prod-form .f-row label .size {
	line-height: 16px;
	float: left;
	margin: -7px 0 -3px;
	padding: 7px 0 3px 13px;
	background: url(/images/ico-size.gif) no-repeat;
}
.prod-form select{
	clear: both;
	width: 100px;
}
.prod-form select.sel-large {width:167px;}
.prod-form .quantity-row { padding-top: 20px;}
.quantity-row label {
	float: left;
	clear: none;
	padding: 3px 0 0;
}
.status
{
	font-weight: bold;
}
.status.inStock
{
	color: #277d27;
}
.status.backordered
{
	color: #FF0000;
}
.btns .text{
	width: 20px;
	padding: 2px 5px;
	font-size: 12px;
	line-height: 16px;
	float: left;
	margin: 0 12px 0 0;
	border: 1px solid #494949;
}
.prod-form .btns {
	overflow: hidden;
	width: 100%;
}
.add-to-wish-list {
	margin: 3px 0 0;
	background: url(/images/add-to-list.png) no-repeat;
	width: 167px;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
}
/* share-box */
.share-box{
	border-bottom: 1px solid #967127;
	padding-bottom:8px;
}
#facebook-share
{
    z-index:0;
}
.facebook-share
{
    padding-top: 10px;
    padding-bottom: 19px;
}
.facebook-share img{display: block;}
.share-box .email-btn {
	padding: 0 0 0 26px;
	font-size: 13px;
	line-height: 14px;
	background: url(/images/ico-email.gif) no-repeat 0 1px;
	text-decoration:none;
}
.share-h {padding: 21px 0 0;}
/* prod-view */
.prod-view {width: 513px;}
.border {border: 1px solid #967d4c;}
.main-photo {
	position: relative;
	margin-bottom: 10px;
	text-align:center;
}
.main_photo_border
{
    border-bottom: 1px solid #967d4c;
}
.main-photo .large-image
{
	max-height:341px;
	max-width:510px;
	position:absolute;
	margin:auto;
	display:block;
	top:0;
	bottom:0;
	left:0;
	right:0;
	*position:static;
}
.main-photo a
{    
	position: relative; 
	display: inline-block; 
	text-decoration: none; 
	outline-width: 0px; 
	outline-style: initial; 
	outline-color: initial; 
	margin-top: auto; 
	margin-right: auto; 
	margin-bottom: auto; 
	margin-left: auto; 
	height:341px;
	width:100%;
}
.MagicZoomPlus
{
    width:341px!important;
}

.imagelink { height:100%; display:block; }
.main-photo .enlarge {
	position: absolute;
	top:10px;
	right:13px;
	background: url(/images/btn-enlarge.gif) no-repeat;
	width:37px;
	height:39px;
	overflow: hidden;
	text-indent: -9999px;
}
/* gallery-holder */
.gallery-holder {padding: 0 27px 0 21px;}
.gallery {
	margin-bottom: 10px;
	width: 316px;
}
.gallery .btn-left {
	background: url(/images/bg-gallery-btn-left.jpg) no-repeat;
	width: 13px;
	height: 97px;
}
.gallery .btn-right {
	background: url(/images/bg-gallery-btn-right.jpg) no-repeat;
	width: 17px;
	height: 97px;
}
.gallery .gallery-h {
	width: 272px;
	background: #000;
	border:6px solid #000;
	border-width:6px 7px 5px;
	overflow: hidden;
	position: relative;
}
.gallery .gallery-h .mask {
	width:279px;
	overflow:hidden;
}
.gallery .gallery-h ul{
	width: 99999px;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.gallery .gallery-h ul li{
	float: left;
	border: 1px solid #967d4c;
	margin-right: 7px;
	width:84px;
	overflow:hidden;
}
.gallery .gallery-h ul li img{
	display: block;
}
/* video */
.video 
{
    width: 117px;
    padding-bottom:10px;
}
.video img{display: block;}
.video .paly {
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}
.video .paly  a{
	text-decoration: underline;
	color: #2a2a2a;
}
.video span
{
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: 12px;   
}
.video .paly  a:hover{ text-decoration: none;}
/* prod-details-content */
.prod-details-content {width: 735px;}
/* prod-details */
.prod-details {
	padding-bottom: 11px;
	margin-top: 8px;
}
.prod-details ul.tabset{
	margin: 0 0 -1px;
	padding: 0;
	overflow: hidden;
	width: 100%;
	list-style: none;
}
.prod-details ul.tabset li{
	padding: 0 2px 0 0;
	float: left;
}
.prod-details ul.tabset li a {
	background: url(/images/bg-tab.jpg) no-repeat;
	width: 175px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #2a2a2a;
	font-size: 16px;
	text-decoration:none;
}
.prod-details ul.tabset li a.active{
	color: #fff;
	font-weight: bold;
	background-position: 0 -40px;
}
.prod-details ul.tabset li a:hover{ text-decoration: none;}
.prod-details div.tab {
	padding: 25px 27px 45px;
	border: 1px solid #967d4c;
}
.prod-details div.tab h3{
	margin: 0 0 5px;
	font-size: 18px;
	line-height: 23px;
}
.prod-details div.tab p{
	margin: 0 0 18px;
	font-size: 13px;
	line-height: 15px;
	color: #4b5156;
}
.prod-details div.tab ul{
	margin: 0 0 16px 14px;
	padding: 0 5px 0 0;
	list-style: disc;
}
.prod-details div.tab ul li{
	line-height: 25px;
}
.prod-details div.review_title
{
    margin: 0 0 5px;
	font-size: 18px;
	line-height: 23px;
	font-weight: bold;
}
.prod-details div.review-title-container
{
    float: left;
    width: 523px;
}
.prod-details div.review_rating_container
{
    float: right;
    margin: 0 0 4px 30px;
}
.prod-details div.review_body_container
{
 float: right;   
}
.prod-details div.review_reviewer_container p
{
    margin: 3px 0 18px;
	font-size: 13px;
	line-height: 15px;
	color: #4b5156;
}
#review_submitreview:hover
{
    text-decoration: underline;
}
#review_submitreview
{
    background: url(/images/arrow-steps.gif) no-repeat 100% 2px;
    text-decoration: none;
    font-size: 13px;
    color: #2D2D2D;
    outline: none;
    padding: 0 18px 0 0;
}
#faq_submitfaq:hover
{
    text-decoration: underline;
}
#faq_submitfaq
{
    background: url(/images/arrow-steps.gif) no-repeat 100% 2px;
    text-decoration: none;
    font-size: 13px;
    color: #2D2D2D;
    outline: none;
    padding: 0 18px 0 0;
}
#faq_submitfaq:hover
{
    text-decoration: underline;
}
#faq_submitfaq
{
    background: url(/images/arrow-steps.gif) no-repeat 100% 2px;
    text-decoration: none;
    font-size: 13px;
    color: #2D2D2D;
    outline: none;
    padding: 0 18px 0 0;
}
.faq_question_container
{
    margin-top: 25px;  
}
.product_review_faq_question_container
{
    margin-top: 10px;   
}
.prod-details div.review_rating
{
    font-size: 13px;
}
.prod-details div.review_reviewer_container
{
    margin-top: 4px;   
}
/* .view-prod-box */
.view-prod-box {
	background: #e5dfd7;
	border: 1px solid #967d4c;
	margin-bottom: 10px;
}
.view-prod-box ul.prod-list {
	margin: 0;
	padding: 7px 0 0 21px;
	overflow: hidden;
	height: 1%;
	list-style: none;
}
ul.prod-list li .image{ margin-bottom: 2px;}
ul.prod-list li img{
	display: block;
	margin: 0 auto;
	border: none;
}
ul.prod-list li{
	width: 138px;
	text-align: center;
	float: left;
	padding: 0 0 6px;
}
ul.prod-list li h5{
	font-weight: normal;
	margin: 0;
	font-size: 11px;
	line-height: 12px;
}
ul.prod-list li h5 a{
	color: #2d2d2d;
}
/* comments-box */
.comments-box {
	overflow: hidden;
	padding: 10px 8px;
	margin-bottom: 20px;
}
.comments-box-heading {padding: 0 22px 8px 0;}
.comments-box-heading h4{
	margin: 0;
	font-size:14px;
	line-height: 16px;
	color: #173a55;
	padding: 3px 0 2px;
}
.comments-box-heading .add-comment{
	padding: 3px 0 2px 25px;
	line-height: 16px;
	font-weight: bold;
	color: #173a55;
	background: url(/images/ico-comment.gif) no-repeat; 
}
ul.comments-list{
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 1%;
}
ul.comments-list ul{
	background: url(/images/sep-dots.gif) repeat-x;
	margin-left: 66px;
}
ul.comments-list li{
	overflow: hidden;
	height: 1%;
	background: url(/images/sep-dots.gif) repeat-x;
	padding: 19px 0 0 15px;
}
ul.comments-list .comment-item{
	overflow: hidden;
	width: 100%;
	padding-bottom: 24px;
}
ul.comments-list ul li {background: url(/images/sep-dots.gif) repeat-x 0 100%;}
ul.comments-list li h5{
	margin: 0 0 6px;
	font-size: 14px;
	line-height: 16px;
	color: #3f64b0;
}
ul.comments-list li h5 a{
	color: #3f64b0;
}
ul.comments-list li h5 em{ font-weight: normal;}
ul.comments-list li a{
	text-decoration:none;
}
ul.comments-list li p{
	margin: 0 0 7px;
	font-size: 12px;
	line-height: 14px;
	color: #173a55;
}
ul.comments-list li div.inf{
	font-size:11px;
	line-height: 14px;
	color: #1264a5;
}
ul.comments-list li div.inf a{color: #1264a5;}
ul.comments-list li div.inf span{ color: #737474;}
ul.comments-list .avatar{
	margin-right: 7px;
}
.view-more {
	margin: 8px 0 0;
	font-weight: bold;
	padding: 0 20px 0 0;
	line-height: 16px;
	color: #173a55;
	background: url(/images/icon-arrow.gif) no-repeat 100% 0;
	float: left;
}
/* sidebox */
.sidebox { width: 244px;}
.sidebox .view-prod-box {
	padding: 5px;
}
.sidebox .view-prod-box ul.prod-list {
	padding-top: 40px;
	height: 1%;
	overflow: hidden;
}
.sidebox .view-prod-box ul.prod-list li {
	width: 100%;
	float: left;
	padding-bottom: 28px;
}
.sidebox .view-prod-box ul.prod-list li .image { margin-bottom: 6px;}
.sidebox .view-prod-box ul.prod-list li h5,
.sidebox .view-prod-box ul.prod-list li strong {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.sidebox .view-prod-box ul.prod-list li h5 a{text-decoration: none;}
.customize-button
{
    margin: 3px 0 0;
	background: url(/images/btn-customize.png) no-repeat;
	width: 148px;
	height: 21px;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
}
.productImageContainer
{
    height:341px;
    text-align:center;
    *vertical-align:middle;
    *display: table-cell;
}
.productImageContainer .large-image
{
    *margin-top:50px;
}
.productImageContainer #magic_zoom .large-image
{
    *margin-top:0px;
}
.recengine_container
{
    padding-top: 40px;
}
.recengine_product_container
{
    text-align: center;
    padding-bottom: 28px;
    float: left;
    padding-bottom: 28px;
    width: 80%;
    padding-left: 10%;
}
.recengine_image_container
{
    padding-top: 4px;   
}
.recengine_link
{
    text-decoration: none;   
}
.recengine_link:hover
{
    text-decoration: underline;   
}
.recengine_price
{
    font-weight: bold;   
}
.recengine_title
{
    font-weight: bold;                    
}
.prod-form select.sel-product-collection { width:160px; }
.prod-form select.sel-product-collection.styleProducts{ margin-right:10px; }
#tab1 ul
{
    list-style-type: disc;  
}
#tab1 li
{
    background: none;  
    line-height: 18px;
}
#tab1 p
{
    font-size: 14px;
    line-height: 18px;   
}
.accessory_image_container
{
    width: 130px; 
    margin-right: auto;
    margin-left: auto; 
}
.image a
{
    color: transparent; 
}
.accessory_image_container a
{
    text-decoration: none;
}
.accessory_image_container a:hover
{
    text-decoration: underline;   
}
.heading.minicart
{
    text-align:center;
}
.sizeChartImage, .size-chart-button
{
    vertical-align:middle;
}

.sizeChartImage
{
    padding-bottom:2px;
    margin-top:-3px;
}
.div_sizeChartContainer
{
    display:none;
}
#productTopBannerRight
{
    width:800px;
    float:right;
}
#productTopBannerLeft
{
    width:211px;
}
#productBanner
{
    width:1011px;
    text-align:center;
}
.regularPrice.p4RegularPrice,
.prodSalePrice.p4RegularPrice
{
    font-weight:bold;
    text-decoration:none;
    font-size:26px;
}