/* product.css */

div.productBox{
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom: 1px solid #BFBFBF;
}
div.productBox.last{border: none;}

div.imgBox{
	float:right;
	width:160px;
	padding-right: 30px;
}
div.imgBox ul {margin: 15px 0 0 10px;}
div.imgBox li{
	list-style:none;
	background:url(images/icons/download.png) no-repeat;
	padding-bottom: 5px;
	padding-left: 20px;
}
div.imgBox li.dshtml{
	background:url(images/icons/b1.png) no-repeat;
}

div.featureBox{width:320px;}
div.featureBox h2{font-size: 1.6em;	color: blue;}
div.featureBox h3{font-size: 1.0em; color: #0066FF;}
div.featureBox li{
	font-size: 0.97em;
	margin-left: 0px;
	list-style: none;
	background:url(images/icons/check.png) no-repeat 0 3px;
	padding: 3px 0 3px 15px;
}
div.featureBox li:hover{
	color:red;
}
