.main{
	min-height:500px;
	height:auto;	
}

.maincontent{
	background-color:white;	
}

.products{
	height:412px;
}

.product{
	width:200px;
	height:206px;
	line-height:206px;
	margin:0 15px;
	float:right;
	text-align:center;
	overflow:hidden;
}

.product img{
	width:160px;
	display:inline;
	vertical-align: middle;
}

.mainlower{
	float:left;
	width:688px;
	color:#728a94;
	margin:14px 0 0 43px;
	line-height:150%;
	border-top:solid 1px #e1e2e4;
}

.generalinfo{
	width:415px;
	float:left;
	padding:20px 20px 0 0;
	border-right:solid 1px #e1e2e4;
}

.relatedarticles{
	width:241px;
	padding:20px 0 0 10px;
	float:left;
	font-size:9pt;
}

.relart a{
	color:#728a94;
	font-size:10pt;
	font-weight:bold;
}

