﻿img.main 
{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

div#products 
{
	overflow: hidden;
	width: 532px;
}
div#products div.product_box 
{
	margin-bottom: 10px;
	color: #666;
}
div#products div.innerpage_body 
{
	width: 502px;
	padding: 0px 10px 0px 20px;
	min-height: 95px;
	height: auto;
	_height: 95px;
}
	div#products img.product_image
	{
		float: left;
		margin-right: 10px;
	}
	div#products div.product_name 
	{
		margin: 0px;
		margin-bottom: 3px;
	}
		div#products div.product_name a
		{
			font-size: 10pt;
			font-weight: bold;
			color: #000;
		}
	div#products span.product_new 
	{
		font-weight: bold;
		color: #f1b033;
		width: 30px;
	}	
	div#products img.button
	{
		margin: 10px 10px 5px 0px;
	}
	div#products div.buttons
	{
		width: 260px;
		float: left;
		padding-left: 80px;
	}
	
	div#products .special_offer 
	{
		margin-top: 9px;
		margin-right: 15px;
		text-align: right;
		font-size: 8pt;
		color: #888;
	}
		div#products .special_offer a
		{
			font-size: 9pt;
			text-decoration: none;
			font-weight: bold;
			color: #d60000;
		}
		div#products .special_offer a:hover
		{
			text-decoration: underline;
		}
		
	div#products div.quick_buy 
	{
		clear: both;
		height: 0px;
		margin: 0px;
		overflow: hidden;
	}	
	
	div#products div.quick_buy input.textbox
	{
		width: 40px;
	}
		div#products div.size_helper 
		{
			margin-top: 10px;
		}
			div#products div.size_helper a
			{
				xcolor: #a0a0a0;
			}
			
		div.bespoke_label_container 
		{
			float: left;
			padding: 10px 0px 0px 50px;
		}
			div.bespoke_label_container .small_note 
			{
				font-size: 8pt;
			}
		div#products div.bespoke_size
		{
			float: left;
			margin: 15px 0px 0px 0px;
			padding-right: 40px;
			width: 235px;
			overflow: hidden;
			text-align: right;
			font-size: 8pt;
		}
			div.bespoke_size span.bespoke_label
			{
				font-size: 8pt;
				font-weight: bold;
			}
		
		div#products div.quantity
		{
			float: left;
			padding: 15px 20px 0px 0px;
			width: 40px;
			xbackground-color: #eee;
			text-align: left;
			font-size: 8pt;
		}
		div#products div.price
		{
			float: left;
			margin: 10px 10px 0px 0px;
		}
		
		div#products div.price label
		{
			color: #000;
		}
		div#products div.price span.total_price 
		{
			color: #d60000;
		}
		div#products div.price span.each 
		{
			color: #d60000;
			font-size: 8pt;
			font-weight: normal;
		}