/* review */
#review {
	padding-top: 10px;
}

#review .a {
	clear: both;
}

#review .b {
	float: left;
	margin-bottom: 5px;
	color:#be7676;
}

#review .b a {
	font-weight: bold;
	text-decoration: none;
	color: #be7676;
}

#review .c {
	float: right;
	text-align: right;
	margin-bottom: 5px;
	color:#be7676;
}

#review table {
	border: 1px solid #EEEEEE;
	width: 100%;
	margin-bottom: 10px;
	clear: both;
}

.review table td {
	vertical-align: middle;
}

.review table tr {
	vertical-align: middle;
}

/* review info */
#review_info .a {
	float: right;
	margin: 10px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;

}

#review_info .reviewby{
	color:#be7676;
	font-size:10px;
	margin:0 0 10px 0;
}

.reviewcomment{
	color:#666666;
}

#review_info .rating{
	color:#be7676;
	margin:0 0 20px 0;
}


/* review write */
#review_write .a {
	float: right;
	margin: 10px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
}
#review_write .b {
	color:#be7676;
	font-size:11px;
	margin-bottom: 10px;
}

#review_write .e  {
	margin:10px 0 20px 0;
	color:#80d3f6;
	font-weight: bold;
}
#review_write .e span {
	color: #FF0000;
	text-transform: uppercase;
	font-weight: bold;
}

#review_write .d {

	margin-bottom: 10px;
}

#review_write .d span {
	color: #FF0000;
	font-weight: bold;
}