﻿div #product
{
	overflow: hidden;
	clear:both; 
	display:block; 
}

#product #productsMenu
{	
	display: block;
	float: left;
	width: 230px;
	vertical-align: top;
}

#product #productMain
{
	float:left; 
	width: 707px; 
	vertical-align: top;
}

#productMain #productAds
{
	display: block;
	overflow: auto;
	text-align: center;
}

#productMain .productSection
{
	clear: both;
	display: block; 
	overflow: auto; 
	margin: 10px 0px 10px 0px;
}

.productSection .left
{
	float: left; 
	width: 320px;
}

.productSection .right
{
	float: right; 
	width: 320px;
}

.productSection h2
{
	FONT-WEIGHT: bold;	
	FONT-SIZE: 22px;	
	MARGIN-BOTTOM: 15px;	
	TEXT-TRANSFORM: capitalize;	
	COLOR: #615f57;	
	FONT-FAMILY: Trebuchet, Trebuchet MS,Arial,helvetica,sans-serif;
	margin: 0px 0px 20px 0px;
}

#productMain .break
{
	clear: both; 
	display: block; 
	margin: 0px -20px 20px -10px;
	width: 684px;
	height: 5px;
	background:url(../images/ProdBreak.jpg) no-repeat left top;
}