/* Reviews start. */

#reviews{
	width: 100%;
	margin: 0;
	padding: 0;
}

.review{
	width: 940px;
	min-height: 170px;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	display: block;
	font-style: italic;
	border-bottom: 1px Dotted #CCCCCC;
}

.write{
	width: 330px;
	float: left;
}

.read{
	width: 330px;
	float: right;
}

.read img{
	margin-left: -70px;
	margin-top: 50px;
	width: 300px;
}

.review_information{
	margin-top: 10px;
}

.review .review_date{
	float: left;
}

.review .client_name{
	text-align: right;
	float: right;
}
/* Reviews end. */