/* CSS Document */

div.product {
	float: left;
	width: 137px;
	padding: 12px 0 12px 0; 
	margin-right: 8px;
	margin-bottom: 8px;
	text-align: center;
	background: url(../_img/dotted-bg.gif);
}

div.product h3 {
	margin: 0;
	margin-top: 13px;
	font-size: 90%;
	font-weight: normal;
	/* text-transform: uppercase; */
}

div.product h3 a {
	color: #fff; 
	text-decoration: none; 
}

div.product h3 a:hover {
	color: #fff;
	background: none;
}

div.product div.image {
	position: relative;
}

div.product div.image.low {
	height: 65px;
}

div.product div.image.high {
	/* height: 155px; */
	height: 162px;
}

div.product.last-item {
	margin-right: 0;
}

/* div.product div.image a {
	display: block;
	text-indent: -9999px;
	width: 137px;
	height: 155px;
} */

div.product div.image img {
	position: absolute;
	left: 8px;
	bottom: 0;
}

/* PRODUCT */

div#product-wrapper {
	width: 826px;
	margin: 0 auto;
}

div.product-big, div.product-big-high {
	float: left;
	width: 628px;
	text-align: center;
	margin-top: 34px;
	padding-top: 80px;
	position: relative;
	text-align: center;
}

div.product-big-high {
	padding-top: 0;
}

div.product-big-description {
	float: left;
	/* width: 185px; */
	width: 198px;
	margin-top: 34px;
}

div.product-big-description p {
	padding:  0 15px;
}

div.product-variants {
	clear: both;
}

div.variants-bg {
	height: 24px;
	padding: 6px 0 0 10px;
	background: url(../_img/dotted-bg.gif);
}

div.variants-title {
	text-align: center;
}

div.variants-bg h2 {
	height: 15px;
	overflow: hidden;
}

div.arrow-left, div.arrow-right {
	float: left;
	width: 200px;
	height: 80px;
	margin-top: 6px;
	background: url(../_img/dotted-bg.gif);
	cursor: pointer;
}

div.arrow-left a:hover, div.arrow-right a:hover {
	background: none;
}

div.arrow-left {
	margin-right: 9px;
}

div.variants {
    position: relative; 
    overflow: hidden; 
	float: left;
	width: 408px;
	margin-right: 9px;
	padding-bottom: 28px;  
    height: 80px; 
}
 

div.variants div.variants-scroller {   
    width: 20000em;     
    position: absolute;         
} 

div.variants div.variants-scroller div { 
    float:left; 
} 

div.variants-product, div.variants-product-high {
	float: left;
	width: 130px;
	height: 80px;
	margin-right: 8px;
	margin-top: 6px;
	background: url(../_img/dotted-bg.gif);
}

div.variants-product-high {
	/* height: 145px; */
	height: 181px;
}

div.arrow-left.high, div.arrow-right.high {
	/* height: 181px; */
	/* height: 145px; */
	height: 181px;
}

div.variants-image.low, div.variants-image.high {
	position: relative;
}

div.variants-image.low {
	height: 80px;
}

div.variants-image.high {
	/* height: 145px; */
	height: 186px;
}

div.variants-image.low img, div.variants-image.high img {
	position: absolute;
	left: 5px;
}

div.variants-image.low img {
	/* bottom: 17px; */
	bottom: 9px;
}

div.variants-image.high img {
	bottom: 15px;
}

div.variants-product.last-item, div.variants-product-high.last-item {
	margin-right: 0;
}

div.product-big-high {
	padding-top: 0;
}

div.product-big img, div.product-big-high img {
	position: relative;
	z-index: 1;
}

div.shadow-low, div.shadow-high {
	position: relative;
	z-index: 0;
	margin: 0 auto;
}

div.shadow-low {
	top: -50px;
	width: 582px;
	height: 82px;
	background: url(../_img/shadow-shoe-low.png) no-repeat;
}

div.shadow-high {
	top: -28px;
	width: 430px;
	height: 61px;
	background: url(../_img/shadow-shoe-high.png) no-repeat;
}

div.prod-low {
	height: 438px;
}

div.prod-high {
	height: 467px;
}

#loader
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../_img/ajax-loader2.gif) no-repeat center bottom;	
	z-index: 10;
}