@charset "utf-8";
/* CSS Document */

label{
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

#content{
	position:relative; 
	height:700px;
	min-height:700px;
}

#product_blurb{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 15px;
	margin:0px;
	overflow:hidden;
}

#product_image{
	position:absolute;
	top: 10px;
	left: 0px;
	width: 470px;
	height: 370px;
	margin:10px;
	overflow:hidden;
}

#product_image_link{
	position:absolute;
	top: 390px;
	left: 0px;
	width: 470px;
	height: 15px;
	margin:0px;
	overflow:hidden;
}

#detail_tabs{
	position:absolute;
	top: 10px;
	left: 490px;
	width: 465px;
	height: 460px;
	margin:10px;
}
.detail_tabs_content{
	width: 430px;
	height: 400px;
	overflow-x:hidden;
	overflow-y:auto;		
}

#prices{
	position:absolute;
	top:400px;
	height:auto; 
	font-size:14px; 
	width:350px; 
	margin:10px;
	padding-top:3px;
	padding-bottom:3px;
}
.price_div{
	height:20px;
}
#prices label{
	width:150px;
	font-weight:bold;	
}

#product_options{
	position:absolute;
	top:490px;
	width:350px; 
	height:auto;
	font-size:14px;
	margin:10px;
	padding-top:3px;
	padding-bottom:3px;
}
.product_option{
	height:30px;	
}
#product_options label{
	width:150px;
	font-weight:bold;	
}

#quantity{
	height:25px;	
}
#size{
	 height:25px;
}
#color{
	 height:25px;
}
#hardness{
	 height:25px;
}
#submit{
	position:absolute;
	height:50px;
	width:150px;
	font-size:18px;
}
#add_to_cart{
	position:absolute;
	top:510px;
	left: 420px;
	font-size:18px;
	color: #000;
}