.products a {
	text-decoration:none;
	color:#33517f;
}
.products a:hover {
	text-decoration:none;
	color:#ef0000;
}


.rightproducts{
	float:left;
	margin-left:10px;
	width:722px;
}

.rightproducts .details{
	margin-top:10px;
}

.rightproducts .details .description{
	margin-bottom:10px;
}

.rightproducts .details .description .pic{
	float:left;
}

.rightproducts .details .description .title{
	float:left;
	width:381px;
	margin-left:10px;

}

.rightproducts .details .description .title h1{
	margin-top:10px;
	margin-bottom:10px;
	font-size:24px;
	font-weight:bold;
	color:#33517f;
}

.rightproducts .details h3{
	font-size:15px;
	font-weight:bold;
	color:#282828;
	background:#bdbdbd;
	line-height:30px;
	text-align:30px;
	padding-left:10px;
}

.rightproducts .details p{
	line-height:22px;
	margin-top:10px;
	word-wrap:break-word; 
	word-break:keep-all; 
	text-align:justify; 

}

.rightproducts .details .feature img{
	margin-top:10px;
}

.rightproducts .none{
	margin:10px 0;
	text-align:center;
}





