﻿.fb
{
    display: block;
    padding: 5px 0 0 5px;
}

/*------------                                       
  ------------
  --- Product details
  ------------
--------------*/

div#productDetailsContainer
{
	margin: 10px 20px 15px 20px;
	width: 930px;
	color: #242424;
	font-size: 11px;
}

div#productDetailsContainer div#leftColumn
{
	float: left;
	width: 565px;
}

div#productDetailsContainer div#rightColumn
{
	float: right;
	width: 345px;
}

div#productDetailsContainer div#leftColumn div#mainImage
{
	width: 565px;
	height: 427px;
	background: url('/Content/images/bg_thumbs_3.png');
	margin-bottom: 4px;
}

div#productDetailsContainer div#leftColumn div#mainImage div.image-large
{
	display: none;
}
div#productDetailsContainer div#leftColumn div#mainImage div.image-large.active
{
	display: block;
}


div#productDetailsContainer div#leftColumn div#mainImage div.btn-zoom a, div#productDetailsContainer div#leftColumn div#mainImage div.btn-zoom a:active, div#productDetailsContainer div#leftColumn div#mainImage div.btn-zoom a:visited, div#productDetailsContainer div#leftColumn div#mainImage div.btn-zoom a:hover
{
	display: block;
	width: 119px;
	height: 29px;
	position: absolute;
	z-index: 1001;
	margin-top: 385px;
	margin-left: 430px;
	background: url('/Content/images/product_img_zoom.png') no-repeat center center;
	text-indent: -10001px;
	cursor: pointer;
	outline: none;
}

div#productDetailsContainer div#leftColumn div#imageList
{
	
}

div#productDetailsContainer div#leftColumn div#imageList div.image
{
	margin-left: 8px;
	float: left;
	width: 106px;
	height: 80px;
	padding-top: 6px;
	background: url('/Content/Images/bg_thumbs.png') no-repeat center bottom;
	cursor: pointer;
}

div#productDetailsContainer div#leftColumn div#imageList div.image.first
{
	margin: 0;
}

div#productDetailsContainer div#leftColumn div#imageList div.image div.active-effect
{
	width: 106px;
	height: 86px;
	margin-top: -6px;
	background: url('/Content/images/product_active.png') no-repeat center center;
	position: absolute;
	z-index: 1001;
	display: none;
}

div#productDetailsContainer div#leftColumn div#imageList div.image.active div.active-effect
{
	display: block;
}

div#productDetailsContainer div#rightColumn h1
{
	font-size: 28px;
	margin-bottom: 5px;
	text-transform: none;
}

div#productDetailsContainer div#rightColumn div.price
{
	margin-bottom: 5px;
	text-transform: lowercase;
}

div#productDetailsContainer div#rightColumn div.price span.price-value
{
	font-family: "Helvetica Neue",Arial,Verdana,Tahoma;
	font-size: 24px;
	color: #FF4600;
}

div#productDetailsContainer div#rightColumn div.price span.price-value span.price-old
{
	text-decoration: line-through;
	color: #242424;
}

div#productDetailsContainer div#rightColumn div.size-list
{
	margin-top: 25px;
}

div#productDetailsContainer div#rightColumn div.size-list span.title
{
	display: block;
	clear: both;
	text-transform: lowercase;
	margin-bottom: 5px;
}

div#productDetailsContainer div#rightColumn div.size-list div.size
{
	float: left;
	min-width: 68px;
	/*min-height: 60px;*/
	padding: 13px 0 13px 15px;
	margin-right: 1px;
	margin-bottom: 1px;
	background: #E0D9D2;
	cursor: pointer;
}

div#productDetailsContainer div#rightColumn div.size-list div.size.hover
{
	background: #242424;
	color: #fff;
}

div#productDetailsContainer div#rightColumn div.size-list div.size.active, div#productDetailsContainer div#rightColumn div.size-list div.size.hover.active
{
	background: #FF4600;
	color: #fff;
}

div#productDetailsContainer div#rightColumn div.size-list div.size span
{
	display: block;
	float: none;
	clear: both;
	margin: 2px 0;
}

div#productDetailsContainer div#rightColumn div.attributes
{
	margin: 10px 0 1px 0;
}

div#productDetailsContainer div#rightColumn div.attributes div.attribute
{
	text-transform: lowercase;
	margin: 4px 0;
	clear: both;
	float: none;
}

div#productDetailsContainer div#rightColumn div.attributes div.attribute span.label
{
	display: block;
	float: left;
	text-align: right;
	width: 62px;
	margin-right: 7px;
	margin-top: 2px;
}

div#productDetailsContainer div#rightColumn div.attributes div.attribute span.value
{
	display: block;
	float: left;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}

div#productDetailsContainer div#rightColumn div.btn-cart
{
	width: 345px;
	height: 69px;
	margin: 25px 0 30px 0;
}

div#productDetailsContainer div#rightColumn div.btn-cart div.preloader
{
	display: none;
	width: 345px;
	height: 69px;
	position: absolute;
	z-index: 1010;
}

div#productDetailsContainer div#rightColumn div.btn-cart div.preloader.active
{
	display: block;
}

div#productDetailsContainer div#rightColumn div.btn-cart div.preloader div.preloader-bg
{
	width: 345px;
	height: 69px;
	background: #fff;
	position: absolute;
	z-index: 1011;
}

div#productDetailsContainer div#rightColumn div.btn-cart div.preloader div.preloader-img
{
	width: 345px;
	height: 69px;
	background: url('/Content/images/loader-cart-add.gif') no-repeat center center;
	position: absolute;
	z-index: 1012;
}

div#productDetailsContainer div#rightColumn div.btn-cart a, div#productDetailsContainer div#rightColumn div.btn-cart a:visited, div#productDetailsContainer div#rightColumn div.btn-cart a:active
{
	display: block;
	width: 345px;
	height: 69px;
	background: url('/Content/images/product_add_cart.png') no-repeat center top;
	text-indent: -10001px;
	outline: none;
}

div#productDetailsContainer div#rightColumn div.btn-cart a:hover 
{
	background: url('/Content/images/product_add_cart.png') no-repeat center -69px;
}

div#productDetailsContainer div#rightColumn div.tabs
{
	
}

div#productDetailsContainer div#rightColumn div.tabs ul li
{
	float: left;
	display: block;
}

div#productDetailsContainer div#rightColumn div.tabs ul li a
{
    float: left;
	display: block;
	padding: 10px 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #242424;
	background: #FFF;
	outline: none;
}

div#productDetailsContainer div#rightColumn div.tabs ul li a.active
{
    background: #E0D9D2;
}

div#productDetailsContainer div#rightColumn div.tabs div.expandable
{
	padding: 20px 15px 10px 15px;
	background: #E0D9D2;
	display: none;
}

div#productDetailsContainer div#rightColumn div.tabs div.expandable.active
{
    display: block;
}

div#productDetailsContainer div#rightColumn div.tabs div.expandable div.content
{
	height: 110px;
	overflow: hidden;
}

div#productDetailsContainer div#rightColumn div.tabs div.expandable div.content table 
{
    width: 100%;
    border: 1px solid #9E9A96;
    background-color: #EAE3DC;
}

div#productDetailsContainer div#rightColumn div.tabs div.expandable div.content table th
{
    font-weight: bold;
    background-color: #CCC5BF;
}

div#productDetailsContainer div#rightColumn div.tabs div.expandable div.content table th[scope=col]
{
    text-align: center;
}

div#productDetailsContainer div#rightColumn div.tabs div.expandable div.content table td, div#productDetailsContainer div#rightColumn div.tabs div.expandable div.content table th
{
    padding: 2px;
    border: 1px solid #9E9A96;
}

div#productDetailsContainer div#rightColumn div.tabs div.expandable div.content table.features-table
{
    background-color: #E0D9D2;
    border: none;
}
div#productDetailsContainer div#rightColumn div.tabs div.expandable div.content table.features-table tr.feature-group
{
    font-weight: bold;
}

div#productDetailsContainer div#rightColumn div.tabs div.expandable div.content table.features-table td
{
    padding: 4px 0 2px 0;
    border-top: none;
    border-right: none;
    border-bottom: solid 1px #242424;
    border-left: none;
}

div#productDetailsContainer div#rightColumn div.tabs div.expandable div.content table.features-table tr.empty td
{
    border-bottom: none;
}

div#productDetailsContainer div#rightColumn div.tabs div.expandable div.content strong
{
	font-weight: bold;
}

div#productDetailsContainer div#rightColumn div.tabs div.expandable div.btn-expand
{
	float: right;
}

div#productDetailsContainer div#rightColumn div.tabs div.expandable div.btn-expand a, div#productDetailsContainer div#rightColumn div.tabs div.expandable div.btn-expand a:visited, div#productDetailsContainer div#rightColumn div.tabs div.expandable div.btn-expand a:active, div#productDetailsContainer div#rightColumn div.tabs div.expandable div.btn-expand a:hover
{
	color: #FF4600;
	text-transform: lowercase;
	text-decoration: underline;
}

div.btnBack
{
	margin-top: 10px;
	margin-left: 20px;
}

div.btnBack.bottom-margin
{
	margin-bottom: 20px;
}

div#productDetailsContainer div.btnBack
{
	margin: 0;
}

div.btnBack a
{
	background: url('/Content/images/history_back.png') no-repeat left center;
	color: #242424;
	padding-left: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

div#sizeModalChoice
{
	display: none;
	
}
div#sizeModalChoiceContent
{
	text-align: left;
	padding: 10px;
	min-height: 130px;
	min-width: 400px;
}
div#sizeModalChoiceContent span.title
{
	display: block;
	clear: both;
	margin-bottom: 15px;
	font-weight: bold;
}

div#sizeModalChoiceContent  div.size
{
	float: left;
	min-width: 68px;
	/*min-height: 60px;*/
	padding: 13px 0 13px 15px;
	margin-right: 1px;
	margin-bottom: 1px;
	background: #E0D9D2;
	cursor: pointer;
}

div#sizeModalChoiceContent div.size.hover
{
	background: #242424;
	color: #fff;
}

div#sizeModalChoiceContent div.size.active, div#sizeModalChoice div#sizeModalChoiceContent div.size.hover.active
{
	background: #FF4600;
	color: #fff;
}

div#sizeModalChoiceContent div.size span
{
	display: block;
	float: none;
	clear: both;
	margin: 2px 0;
}

#cartAddSuccessMessage
{
	display: none;
}

#fancybox-inner
{
	overflow: hidden;
}

#fancybox-inner div.cart-add-success
{
	text-align: left;
}

#fancybox-inner  .cart-add-success h2.title
{
	background:none repeat scroll 0 0 #FF4600;
	color:#FFFFFF;
	font-family:Verdana,Arial,Tahoma;
	font-size:14px;
	font-weight:bold;
	padding:12px 10px 15px;
	text-transform:none;
}

#fancybox-inner  .cart-add-success p.important
{
	margin: 0pt 0pt 0pt 10px;
}

#fancybox-inner div.cart-add-success div.product-name
{
	font-weight: bold;
	display:block;
	padding:20px 10px;
	text-transform:none;
}

#fancybox-inner div.preloader
{
	display: none;
}

#fancybox-inner div.preloader.active
{
	display: block;
}

#fancybox-inner div.preloader, #fancybox-inner div.preloader div
{
	position: absolute;
}

#fancybox-inner div.preloader div.preloader-bg
{
	background: #fff;
}

#fancybox-inner div.preloader div.preloader-img
{
	background: url('/Content/images/loader-cart-add.gif') no-repeat center center;
}


#fancybox-inner > img#fancybox-img
{
	background: url('/Content/images/product_imagebg1.png') no-repeat center center;
}


#cartAddErrorMessage
{
	display: none;
}

div.cart-add-error
{
	text-align: left;
}

div.cart-add-error span.title
{
	font-weight: bold;
}

div.cart-add-error div.message
{
	font-weight: bold;
	color: #FF0000;
}

/*------------                                       
  ------------
  --- Related products
  ------------
--------------*/

div#relatedProducts
{
	margin: 20px 15px;
}

div#relatedProducts h1
{
	margin: 0 5px 20px 5px;
}

div#relatedProducts div.product
{
	height: 263px;
	width: 225px;
	float: left;
	
	background: #242424;
	margin: 0 5px 10px 5px;
	
	color: #a4a4a4;
}

div#relatedProducts div.product div.product-image
{
	width: 225px;
	height: 170px;
	background: #e0d9d2;
	cursor: pointer;
}

div#relatedProducts div.product div.product-image div.bg-layer1
{
	position: absolute;
	z-index: 1001;
	width: 225px;
	height: 170px;
	background: url('/Content/images/bg_thumbs_2.png') no-repeat center center;
}

div#relatedProducts div.product div.product-image div.bg-layer2
{
	position: absolute;
	z-index: 1002;
	width: 225px;
	height: 170px;
	background: url('/Content/Images/product_imagebg2.png') no-repeat center center;
	display: none;
}

div#relatedProducts div.product div.product-image div.new
{
	position: absolute;
	z-index: 1004;
	width: 55px;
	height: 55px;
	margin: 5px;
	background: url('/Content/images/product_new.png') no-repeat center center;
}

div#relatedProducts div.product div.product-image div.prosal
{
	position: absolute;
	z-index: 1004;
	width: 33px;
	height: 74px;
	margin-left: 175px;
	background: url('/Content/images/product_sle.png') no-repeat center center;
}

div#relatedProducts div.product div.product-image div.proprm
{
	position: absolute;
	z-index: 1004;
	width: 83px;
	height: 83px;
	margin-left: 142px;
	background: url('/Content/images/product_prm.png') no-repeat center center;
}

div#relatedProducts div.product div.product-image a
{
    width: 225px; 
    height:170px; 
    display: block; 
    position: absolute; 
    z-index: 1003;
}

div#relatedProducts div.product div.product-description
{
	width: 205px;
	height: 73px;
	
	font-size: 12px;
	
	padding: 10px;
}

div#relatedProducts div.product div.product-description div.brand
{
	margin: 0 0 2px 0;
	text-transform: uppercase;
}

div#relatedProducts div.product div.product-description div.name
{
	
}

div#relatedProducts div.product div.product-description div.price
{
	position: absolute;
	margin: 58px 0 10px 0;
	color: #666;
}

div#relatedProducts div.product div.product-description span.price-value
{
	color: #a4a4a4;
}

div#relatedProducts div.product div.product-description span.price-value span.old-price
{
	text-decoration: line-through;
}

div#relatedProducts div.product div.product-description span.price-value span.new-price
{
	/*color: #ff0000;*/
}
