/* review */
#review {
	padding-top: 10px;
}

#review .a {
	clear: both;
}

#review .b {
	float: left;
	margin-bottom: 5px;
}

#review .b a {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

#review .c {
	float: right;
	text-align: right;
	margin-bottom: 5px;
}

#review table {
	border: 1px solid #EEEEEE;
	width: 100%;
	margin-bottom: 10px;
	clear: both;
}

.review table td {
	vertical-align: top;
}

/* review info */
#review_info .a {
	float: right;
	margin: 10px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
}

/* review write */
#review_write .a {
	float: right;
	margin: 10px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
}

#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;
}
