.productDetails
{
	clear: both;
	width: 720px;
	margin: 0 0 0 30px;
	display: block;
	overflow: visible;
}

.productDetails .image
{
	display: block;
	width: 167px;
	height: 1px;
	overflow: visible;
	padding: 15px 0 0 0;
	margin: 0 20px 0 0;
	float: left;
	text-align: center;
}

.productDetails .image .hr
{
	margin: 30px 0 0 0;
	width: 167px;
}

.productDetails .image ul
{
	width: 164px;
	list-style-type: none;
	margin: 26px 0 30px 0;
	padding: 0;
	text-align: left;
}

.productDetails .image ul li
{
	padding-right: 7px;
	padding-left: 7px;
	font-weight: bold;
	background: url(../../images/buttonArrow.gif) #FFB91D no-repeat right 0%;
	padding-bottom: 3px;
	margin: 0px 0px 1px;
	color: #000000;
	padding-top: 3px;
}

.productDetails .image ul li a
{
	display: block;
	width: 100%;
	text-decoration: none;
	color: #000000;
}

.productDetails .text
{
	display: block;
	width: 360px;
	float: left;
	margin: 0;
	padding: 15px 15px 20px 0;
	border-top: 1px solid #606060;
}

.productDetails .text img
{
	margin: 10px 0 10px 0;
}

.productDetails .features
{
	border-top: 1px solid #606060;
	width: 158px;
	float: left;
	overflow: visible;	
	padding: 15px 0 20px 0;
}

.productDetails .features .title
{
	width: 142px;
	padding: 2px 8px 2px 8px;
	background-color: #FFB91D;
	margin: 0 0 1px 0;
}

.productDetails .features p
{
	margin: 0;
}

.productDetails .features ul
{
	width: 140px;
	background-color: #ffd780;
	color: #000000;
	margin: 0 0 1px 0;
	padding: 9px;
	list-style-type: none;
}

.productDetails .features ul li
{
	font-weight: bold;
	margin: 0 0 15px 0;
}