#threads-top{
	width:800px;
	height:20px;
	background-image:url(../images/threads-cap.png);
	background-repeat:no-repeat;
	float:left;
	margin-left:25px;
	margin-right:25px;
}

#threads-body{
	width:800px;
	background-image:url(../images/threads-body.png);
	background-repeat:repeat-y;
	float:left;
	margin-left:25px;
	margin-right:25px;
	color:#000;
}

#threads-butt{
	width:800px;
	height:20px;
	background-image:url(../images/threads-butt.png);
	background-repeat:no-repeat;
	float:left;
	margin-left:25px;
	margin-right:25px;
}

#photo-credit{
	display:none;
}

#nav ul{
	margin-left:-80px;
}

#product-content{
	width:645px;
	margin-left:auto;
	margin-right:auto;
}



/* PRODUCT CSS BELOW */



.product{
	width:600px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	height:180px;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

.product_desc{
	width:480px;
	height:175px;
	position:relative;
	top:-175px;
	left:185px;
	/*border:1px #000 solid;*/
}

.product_title{
	width:260px;
	height:30px;
	font-size:25px;
	text-decoration:underline;
	margin-left:10px;
	overflow:visible;
	position:relative;
	top:60px;
}

.product_inner{
	width:480px;
	height:145px;
	
	
}

.product_left_desc{
	width:280px;
	height:145px;
}

.product_left_inner_top{
	width:260px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:10px;
	height:80px;
}

.product_left_inner_bottom{
	width:260px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:10px;
	height:45px;
	font-size:10px;
	text-align:center;
	position:relative;
	top:-20px;
}

.product_right_desc{
	width:200px;
	height:145px;
	position:relative;
	top:-165px;
	left:280px;
}

.product_colors{
	width:220px;
	height:30px;
}

.product_sizes{
	width:220px;
	height:30px;
}

.sizes_title {
	color:#666;
}

.color_title{
	color:#666;
}

.product_price{
	width:150px;
	height:20px;
	font-size:22px;
	font-weight:bold;
	margin-bottom:20px;
	margin-top:0px;
}

.product_buy{
	width:220px;
	height:45px;
}

.product_image{
	width:175px;
	height:175px;
}

.images_title{
	width:240px;
	height:15px;
}

.more_images{
	
	width:240px;
	height:50px;
}



.thumbs{
	border:1px #666 solid;
}

.thumbs:hover{
	border:1px #CCC solid;
}

#view_cart{
	width:850px;
	height:20px;
	text-align:center;
	position:relative;
	top:10px;
	float:left;
}

