@charset "UTF-8";

@import url("myreview.css");

/* ===================

 reviewListTitle

==================== */

#reviewListTitle
{
	width: 490px;
	margin: 0 0 10px;
	padding: 0 0 10px;
	background: url(../images/premium/bg_review_list_title_bottom.gif) no-repeat left bottom;
}
#reviewListTitle .setBgBody
{
	width: 470px;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 9px 9px 0;
	background: #e6e6e6 url(../images/premium/bg_review_list_title_body.gif) repeat-x left top;
}
#reviewListTitle .wrapper
{
	border: 1px solid #ccc;
	padding: 9px;
	background: #fff;
}
#reviewListTitle .image {
	float: left;
	width: 58px;
}
#reviewListTitle .image .thumb {
	width: 50px;
	padding: 3px;
	border: 1px solid #ccc;
}
#reviewListTitle .notes {
	float: right;
	width: 381px;
}
#reviewListTitle .notes .header {
	width: 381px;
}
#reviewListTitle .notes .header li {
	float: left;
	font-size: 84%;
}
	* html #reviewListTitle .notes .header li {
		margin-right: 5px;
	}
	*+html #reviewListTitle .notes .header li {
		margin-right: 5px;
	}
	
#reviewListTitle .notes .header .icon {
	padding-right: 3px;
}
#reviewListTitle .notes .header .reviewStar {
	font-size: 100%;
}
#reviewListTitle .notes .header .reviewStar li {
	margin-right: 0;
}
#reviewListTitle .notes .header .reviewPoint .point {
	color: #c00;
	font-size: 120%;
	font-weight: bold;
}
#reviewListTitle .notes .header .reviewCount {
	text-align: right;
}
#reviewListTitle .notes .header .reviewCount p {
	background: url(../images/ic_descedit.gif) no-repeat left center;
	padding-left: 15px;
}
#reviewListTitle .notes .header .reviewCount .count {
	font-size: 120%;
	font-weight: bold;
	color: #c00;
}
#reviewListTitle .notes h2 {
	margin: 5px 0;
	font-size: 116%;
}
#reviewListTitle .notes h2 a {
	background:url(../images/ic_outbound.gif) no-repeat left center;
	padding-left: 15px;
}
#reviewListTitle .notes .body .reviewExcerpt {
	float: left;
	width: 270px;
}
#reviewListTitle .notes .body .btnWriteReview {
	float: right;
	width: 104px;
	vertical-align: bottom;
}

/* ===================

 searchCondition

==================== */


/* ===================

 reviewList

==================== */

#reviewList
{
	clear: both;
	width: 490px;
	padding: 10px 0 0;
}
#reviewList .container
{
	width: 480px;
	margin: 0 0 10px;
	padding: 5px;
	border-bottom: 1px solid #ccc;
}
#reviewList .container .image {
	float: left;
	width: 58px;
	margin: 0 0 10px;
}
#reviewList .container .image .thumb {
	width: 50px;
	padding: 3px;
	border: 1px solid #ccc;
}
#reviewList .container .notes {
	float: right;
	width: 411px;
}
#reviewList .container .notes h3 {
	margin: 0 0 5px;
	padding: 0 0 5px;
	background: url(../images/premium/dotted_line.gif) repeat-x left bottom;
	font-size: 116%;
	line-height: 120%;
}
#reviewList .container .notes .header {
	width: 411px;
	margin: 0;
}
#reviewList .container .notes .header li{
	float: left;
	padding: 0;
}
#reviewList .container .notes .header .reviewDate {
	margin-right: 5px;
}
#reviewList .container .notes .header .reviewMedal {
	float: right;
	margin-right: 5px;
}
	/* Windows IE6 only */
	* html #reviewList .container .notes .header .reviewMedal img {
		margin-bottom: 1px;
	}
	/* Windows IE7 only */
	*+html #reviewList .container .notes .header .reviewMedal img {
		margin-bottom: 1px;
	}
	
#reviewList .container .notes .header .reviewStar {
	float: right;
}
#reviewList .container .notes .header .reviewStar .star {
	margin: 0 0 0 auto;
}
#reviewList .container .notes .reviewer {
	background: url(../images/premium/ic_reviewer.gif) no-repeat left center;
	margin: 0 0 5px;
	padding: 0;
	padding-left: 15px;
}
#reviewList .container .reviewExcerpt {
	clear: both;
}