/* start product grid */

#products{
	width: 510px;
	float: left;
	background-image: url("/images/public/thumbnail_filler_3.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
}

#products div.product-thumbnail{
	width: 165px;
	height: 205px;
	background: #716656;
	float: left;
	margin: 0;
	border-top: 5px solid #2d1f18;
	border-right: 5px solid #2d1f18;
}

#products div.product-thumbnail-detail{
	padding: 15px;
}

#products span.product-price{
	margin-top: 5px;
	margin-left: 0;
}

/* end product grid */

/* start product detail */

#product-description{
	height: 255px;
	overflow-y: auto;
	padding-right: 10px;
	margin-top: 5px;
}

#product-patterns{
	width: 140px;
}

#product-patterns div{
	height: 85px;
	width: 52px;	
}

#product-sizes{
	width: 310px;
}

div.product-size-on,
div.product-size{
	width: 292px;
}

#product-item-images{
	background: #000000;
}

#product-collections{
	position: relative;
	float: none;
	top: 0;
	height: 15px;
}

#product-collections a{
	background-image: url('/inc/scripts/image_text.php?text=%3E%3E&background=584c3a&transparent=1&color=FFFFFF&font=fff_intelligent_thin.ttf&font_size=8&no_trim=0&antialias=1');
	background-repeat: no-repeat;
	background-position: 100% 8px;			
	padding-right: 12px;
}

#product-collections a:hover{
	background-image: url('/inc/scripts/image_text.php?text=%3E%3E&background=584c3a&transparent=1&color=9CF9FC&font=fff_intelligent_thin.ttf&font_size=8&no_trim=0&antialias=1');
}

span.product-item-stock{
	float: right;
	clear: right;
	margin-top: 3px;
	width: 25%;
	text-align:right;
}

#product-stock
{
	position: absolute;
	top: 270px;
	left: 25px;
	width: 455px;
}

div.stock-item span.stock-pattern{ width: 35%; }
div.stock-item span.stock-size{ width: 60%; }
div.stock-item span.stock-qty{ width: 5%; }

/* end product detail */