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


#products {
	width:745px;
	float:left;
	}
#headers {
	position:relative;
	float:left;
	width:745px;
	height:30px;
	}
#product_thumbs {
	position:relative;
	float:left;
	width:130px;
	margin-top:50px;
	}
#product_thumbs ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#product_thumbs ul li{
	width:52px;
	height:52px;
	float:left;
	margin:4px;
	}

#product_image {
	float:left;
	width:455px;
	overflow:hidden;
	}
#product_colors {
	position:relative;
	float:left;
	width:135px;
	margin-top:50px;
	}
#product_colors ul li{
	float:left;
	margin:4px;
	width:52px;
	height:52px;
	overflow:hidden;
	}
	
#product_thumbs img  {
	border:1px solid #000000;
	width:50px;
	height:50px;
	}	
#product_thumbs img:hover  {
	border:1px solid #FFFFFF;
	}
#product_colors img  {
	border:1px solid #000000;
	width:50px;
	height:50px;
	}	
#product_colors img:hover  {
	border:1px solid #FFFFFF;
	}

h2 {
	margin:0;
	padding:0;
	}
h3 {
	margin:0;
	padding:0;
	}
	
.products {
	background-image:url(../graphics/products/products_heading.jpg);
	background-repeat:no-repeat;
	width:300px;
	height:30px;
	text-indent:-9999em;
	}
.name_product {
	position:absolute;
	left:85px;
	top:-1px;
	height:30px;
	font-size:21px;
	font-weight:lighter;
	color:#999999;
	}
.colors {
	position:absolute;
	left:0;
	bottom:-60px;
	width:140px;
	color:#666666;
	text-transform:lowercase;
	}
.details {
	position:absolute;
	left:0;
	bottom:-60px;
	width:140px;
	color:#666666;
	text-transform:lowercase;
	}
.title {
	font-size:10px;
	}
