.review {
	width: 850px;
}
.review a{
	color: #0000FF;

}
.review a:hover{
	color: #FF0000;

}
.review p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
}

.review h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 27px;
	margin: 0px;

}

.review h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 0px;

}

.review ul {
	margin: 0px;
	list-style-type: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
	height: 94px;
	padding-top: 6px;

}
.review li {
	float: left;
	display: inline;
	padding-right: 7px;
	padding-left: 7px;

}
.reviewleft {
	float: left;
	width: 310px;
}

.reviewright {
	float: right;
	width: 510px;
}
.reviewimg {
	padding: 3px;
	border: 1px solid #000000;
}
.revdesc {
	height: 125px;
	margin: 0px;
	padding: 0px;
}

.breakme {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
