﻿div#inner_box 
{
	overflow: hidden;
	width: 532px;
	color: #8C8C8C;
}
div#inner_box_body 
{
	width: 502px;
	padding: 10px 12px 0px 18px;
	min-height: 95px;
	height: auto;
	_height: 95px;
	background: #fff url("../images/product_box_bg.jpg") repeat-y;
}

div#product_pic
{
	float: left;
	width: 245px;
	background: url("../images/productDetail_divider_vertical.jpg") repeat-y right;
}
div#product_details
{
	float: left;
	width: 230px;
	padding: 0px 0px 10px 20px;
	font-size: 9pt;
	text-align: right;
}

div#size_helper 
{
	margin-top: 20px;
	margin-bottom: 20px;
}
div#bespoke_instruct 
{
	font-size: 8pt;
	margin-bottom: 10px;
}
div#bespoke_size 
{
	margin-bottom: 20px;
}
div#bespoke_size input
{
	width: 40px;
}

div.quantity
{
	margin-bottom: 20px;
}
div.quantity .textbox
{
	width: 60px;
}

#product_name 
{
	margin-top: 10px;
	margin-bottom: 10px;
	color: #000;
}
#product_description
{
	margin-top: 10px;
	margin-bottom: 10px;
}

#size_container 
{
	float: left;
	width: 165px;
	margin-top: 15px;
}
#colour_container 
{
	float: left;
	width: 165px;
	margin-top: 5px;
}
#price_container 
{
	margin-top: 15px;
}
#add_to_cart 
{
	margin-top: 5px;
}
.label 
{
	font-weight: bold;
	color: #000;
}
select
{
	width: 150px;
}

/* kits! */
.package_price 
{
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 11pt;
}
.percent_off 
{
	font-size: 12pt;
	font-weight: bold;
}
.normal_price
{
	text-decoration: line-through;
}
.discount_price
{
	color: #d60000;
	font-weight: bold;
}
.innerbox_body hr 
{
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
}
.add_btn_container 
{
	text-align: right;
}