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

label{
	font-weight:bold;
	text-align:left;	
	width: 100px;
}

#content{
	position:relative; 
	height:700px;
	min-height:700px;
}

#product_name{
	position:absolute;
	top:0px;
	left:500px;
	width:500px;
	height:30px;
	font-size:20px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

#product_blurb{
	position:absolute;
	top: 30px;
	left: 500px;
	width: 600px;
	height: 15px;
	margin:0px;
	overflow:hidden;
	color:red; 
	font-weight:bold;
}


#product_image{
	position:absolute;
	top: 0px;
	left: 0px;
	width: 470px;
	height: 400px;
	margin:10px;
}


#prices{
	position:absolute;
	top:45px;
	left:500px;
	height:auto; 
	font-size:14px; 
	width:250px; 
	margin:0px;
	padding-top:3px;
	padding-bottom:3px;
}
.price_div{
	height:20px;
}
.discount_pct{
	color:green;
}


#submit{
	position:absolute;
	height:50px;
	width:150px;
	font-size:18px;
}
#add_to_cart{
	position:absolute;
	top:55px;
	left: 800px;
	font-size:18px;
	color: #000;
	margin:0px;
}
#stock_status{
	position:absolute;
	top:115px;
	left: 800px;
	color: #000;
	margin:0px;
}
#dialog-message{
	display:none;
}
#error_container{
	display:none;
}
#retailprice{
	font-size:10px;
	color:#C0C0C0;
}
#yourprice{
	font-size:18px;
}
#savings{
	font-size:12px;
	color:green;
	font-weight:bold;
}




#product_options_fieldset{
	position:absolute;
	top:145px;
	left:500px;
	width:400px; 
	height:auto;
	font-size:14px;
	margin:0px;
	padding-top:3px;
	padding-bottom:3px;
}

#product_options_div{
	width:390px; 
	max-height:535px;
	overflow:auto;
	font-size:14px;
	margin:0px;
}

.product_options{
	height:20px;
}
.product_options label{
	width:100px;
	font-weight:bold;
	text-align:left;
}

#kit_component_fieldset{
	width:300px;
}

#kit_quantity_fieldset{
	width:300px;
}

#quantity{
	padding:5px;
}



#detail_tabs_non_kit{
	position:absolute;
	top: 435px;
	left: 0px;
	width: 900px;
	height: 260px;
	margin:10px;
}
.detail_tabs_non_kit_content{
	width: 855px;
	height: 180px;
	overflow-x:hidden;
	overflow-y:auto;		
}

#detail_tabs_kit{
	position:absolute;
	top: 435px;
	left: 0px;
	width: 465px;
	height: 260px;
	margin:10px;
}
.detail_tabs_kit_content{
	width: 420px;
	height: 180px;
	overflow-x:hidden;
	overflow-y:auto;	
}

#breakdown_kit table, th, td{
	border-collapse:collapse; 
	border: 1px solid black;
	font-size:9px;
	border-spacing:0;
}
#breakdown_non_kit table, th, td{
	border-collapse:collapse; 
	border: 1px solid black;
	font-size:11px;
	border-spacing:0;
}

