
#catalog-review p, #catalog-review ul{
	margin:0; padding:0;
}

/* ------------  background --------------- */
ul#reviewNavList, ul#reviewNavList a, div.thumbsReview, div.thumbsReview-home, li.no1, li.no2, li.no3, li.bookmark, li.writeReview, .reviewNew, .review_top, .review_bottom{
	background:url(../review/review_bg.png);
}

/* ------------- clear fix --------------- */
.clearfix:after{
visibility:hidden;
display:block;
font-size:0;
content:" ";
clear:both;
height:0;
}
.clearfix{zoom:1;}

/* -------------- rating ------------------ */
.rate_5_0, .rate_4_5, .rate_4_0, .rate_3_5, .rate_3_0, .rate_2_5, .rate_2_0, .rate_1_5, .rate_1_0, .rate_0_5, .rate_0_0{
	height:17px;
	background:url(../review/review_bg.png);
	padding-left:83px;
	display:block;
	float:left;
	margin-top:3px;
}

.rate_5_0{
	background-position:0 -63px;
}

.rate_4_5{
	background-position:0 -84px;
}

.rate_4_0{
	background-position:0 -105px;
}

.rate_3_5{
	background-position:0 -125px;
}

.rate_3_0{
	background-position:0 -146px;
}

.rate_2_5{
	background-position:0 -166px;
}

.rate_2_0{
	background-position:0 -185px;
}

.rate_1_5{
	background-position:0 -205px;
}

.rate_1_0{
	background-position:0 -225px;
}

.rate_0_5{
	background-position:0 -244px;
}

.rate_0_0{
	background-position:0 -263px;
}

/* -------------- pagination ------------ */
#reviewPagination{
	text-align:center;
	margin:15px auto; 
	padding:0;
	clear:both;
}

#reviewPagination a{
	color:#003399;
	background:none repeat scroll 0 0 #E5E5E5;
	border:1px solid #999;
	margin-right:2px;
	padding:3px 6px;
	text-decoration:none;
}
#reviewPagination .disabled {
	color:#999;
	margin-right:2px;
	padding:3px 6px;
	border:solid 1px #CCC;
}
#reviewPagination .current{
	color:#F03;
	font-weight:bold;
	margin-right:2px;
	padding:3px 6px;
	border:solid 1px #999;	
}

#reviewPagination a:hover{
	color:#F03;
	background:#EEE;
	border:1px solid #CCC;
}


/* ------------ catalog page ---------------- */

/* tab */
div.tabContent{
	width:720px;
}

ul#reviewNavList {
	width:720px;
	height:30px;
	margin:0;
	padding:0;
	list-style:none outside none;
}

ul#reviewNavList li{
	text-align:center;
	float:left;
}
li#reviewNavList1 a, li#reviewNavList2 a{
	width:100px;
	height:25px;
	margin:5px 0 0 5px;
	background-position:-101px -31px;
	text-decoration:none;
	line-height:1.9em;
	display:block;
}

ul#reviewNavList li:first-child{
	margin-left:10px;
}

li#reviewNavList1 a:hover, li#reviewNavList2 a:hover{
	background-position: -202px -31px;
}

li#reviewNavList1 a.current, li#reviewNavList1 a.current:hover, li#reviewNavList2 a.current, li#reviewNavList2 a.current:hover{
	color:#333;
	font-weight:bold;
	background-position: 0px -31px;
}


/* catalog review */
div.eachReview{
	clear:both;
	width:720px;
	margin-top:15px;
	text-align:left;
}

div.eachReview_site{
	clear:both;
	width:720px;
	margin-top:10px;
	text-align:left;
}

div.review_top{
	width:720px;
	height:5px;
	background-position: 0 -300px;
	overflow:hidden;
}

div.review_bottom{
	width:720px;
	height:5px;
	background-position: 0 -305px;
	margin-bottom:15px;
	overflow:hidden;
}

div.eachReview_site p{
	clear:both;
}

div.eachReview_site table{
	margin:0;
	padding:0;
}

div.thumbsReview{
	width:120px;
	height:62px;
	overflow:hidden;
	text-align:center;
	background-position: -600px -31px;
	float:left;
}

div.eachReview div.commentBox{
	width:590px;
	background:#e5e5e5;
	padding:5px;
	float:left; 
}

div.eachReview_site div.commentBox{
	width:720px;
	background:#e5e5e5;
	padding:5px 0;
	float:left;
	overflow:hidden;
}

div.titleReviewBox, div.writeReviewBox{
	height:16px;
	padding:5px 7px;
	background:#FFF;  
}

.titleReviewBox ul li{
	list-style-type:none;
	float:left;
	margin:0 5px;
}

div.writeReviewBox{
	height:auto;
}
.writeReviewBox li{
	list-style-type:none;
	margin:5px;
}

li.writeReview{
	height:16px;
	background-position: 0px -278px;
	padding:0 0 5px 18px;
	border-bottom:1px solid #EEE;
}

li.titleReview{
	width:230px;
	overflow:hidden;
	font-weight:bold;
}

<!-- li.bookmark{	height:16px;	background-position: -306px -31px;	padding-left:20px;} -->
li.bookmark{
		height:16px;
		background-position: -306px 30px;
		padding-left:10px !important;	
}

li.sitename{
	font-size:11px;
	padding-left:10px;
	line-height:1.5em;
}
div.eachReview div.eachComment{
	width:570px;
	margin:0 auto;
	padding:10px 10px 5px 10px;
	border-top:1px #EEE solid;
	border-bottom:1px #CCC solid;
	line-height:1.4em;
	clear:both;
}

div.eachReview div.eachComment:last-child{
	border-bottom:none !important;
}

div.eachReview_site div.eachComment:first-child{
	border-top:none !important;
	padding-top:0;
}

div.eachReview_site div.eachComment:last-child{
	border-bottom:none !important;
	padding-bottom:0;
}

div.eachReview_site div.eachComment{
	width:690px;
	margin:0 auto;
	padding:10px 15px;
	border-top:1px #EEE solid;
	border-bottom:1px #CCC solid;
	line-height:1.4em;
	clear:both;
}

div.eachReview div.eachComment p, div.eachReview_site div.eachComment p{
	padding-top:10px !important;
	clear:both;
}


.noborderT{
	border-top:0 !important;
}

.noborderB{
	border-bottom:0 !important;
}

.datePost{
	font-size:10px;
	margin:0 15px;
	color:#666;
	float:left;
	margin-top:3px;
}


/* ----------- home ranking ---------------- */
#reviewRanking-home{
	background:url("../global/d2p_content_with_title_content_bkg.png") repeat-y scroll left -28px;
}

#rankingContent { 
	height:180px;
	margin:0;
	padding:0 0 0 8px; 
}
#reviewRanking-home a, #reviewNew-home a{
	text-decoration:none;
}

div.eachReview-home{
	clear:both;
	margin-top:5px;
	text-align:left;
}

div.thumbsReview-home{
	width:100px;
	height:52px;
	overflow:hidden;
	text-align:left;
	background-position: -620px -36px;
	float:left;
}

div.thumbsReview-home img{
	width:65px;
	margin:5px 0 0 15px;
}

div.commentBox-home{
	width:660px;
	background:#e5e5e5;
	padding:5px;
	float:left;
}

li.titleReview-home{
	/* width:220px; */
	width:245px;
	height:16px;
	background:url("../mylist/mybookmark-pageIcons.png") 0 -90px no-repeat;
	padding-left:20px;
} 

div.titleReviewBox-home{
	height:16px;
	padding:3px;
	background:#FFF; 
}

div.eachReview-home div.eachComment{
	width:670px;
	margin:0 auto;
	padding:5px 5px 2px 5px;
	line-height:1.4em;
	clear:both;
}

.titleReviewBox-home ul li{
	list-style-type:none;
	float:left;
	margin:0 5px;
	line-height:1.4em;
}

.reviewTotal{
	width:55px;
	/* width:55px; */
	/* margin-left:0px !important; */
}

/* top5 icons */
.no1, .no2, .no3, .no4, .no5{
	height:16px;
	padding:0 0 0 20px;
	font-weight:bold;
	color:#666;
}

li.no1{
	background-position: -702px -118px;
	background-repeat:no-repeat;
	color:#F03;
}

li.no2{
	background-position: -702px -137px;
	background-repeat:no-repeat;
	color: #039;
}

li.no3{
	background-position: -702px -157px;
	background-repeat:no-repeat;
	color: #C60;
}



/* ------- home new reviews ------------ */
#reviewContent { 
	height:176px;
	padding-left:8px; 
}

.reviewNew{
	width:145px;
	height:168px;
	background-position: -551px -111px;
	margin:8px 0 0 8px;
	text-align:center;
	line-height:1.4em;
	float:left;
}

.reviewNew a, .reviewNew a:hover{
	text-decoration:none;
}

.reviewNew-title{
	width:125px;
	margin:0 auto;
	padding:5px;
	text-align:left;
}
.reviewNew-sitename{
	padding:3px 0 0 0;
	font-size:11px;
}

.reviewNew-img{
	height:60px;
	overflow:hidden;
}

.reviewNew-img img{
	width:80px;
}

.reviewNew-date{
	width:47px;
	height:16px;
	margin:0 auto;
	font-size:10px;
	color:#666;
	margin-left:5px;
}
.reviewNew-comment{
	width:125px;
	height:30px;
	overflow:hidden;
	margin:0 auto;
	padding:3px 5px 5px 5px;
	text-align:left;
	word-wrap:break-word;
	word-break:break-all;
}

.moreReviews{
	text-align:left;
}

.moreReviews span{
	margin:5px 20px;
}


/* -------------- like button ------------ */

div.like{
	height:20px;
	margin-top:10px;
	padding:5px 0;
	border-top:1px #CCC dotted;
	line-height:22px;
	font-size:11px;
}


span.like_btn a:link, span.like_btn a:visited{
	width:70px;
	height:20px;
	display:block;
	background:url(../review/review_bg.png) no-repeat -438px -279px;
	text-indent:-5000px;
	text-decoration:none;
	line-height:22px;
	color:#666;
	float:left;
	margin-left:10px;
}

span.like_btn_disabled a:link, span.like_btn_disabled a:visited{
	width:70px;
	height:20px;
	display:block;
	background:url(../review/review_bg.png) no-repeat -578px -279px;
	text-indent:-5000px;
	text-decoration:none;
	line-height:22px;
	color:#999;
	float:left;
	cursor:default;
	margin-left:10px;
}

span.like_btn a:hover{
	background-position: -508px -279px;
	text-decoration:none !important;
}
span.countR, span.count{
	float:left;
	background:url(../review/review_bg.png);
	line-height:22px;
	font-size:11px;
}

span.countR{
	background-position: -650px -279px;
	width:10px;
	height:20px;
	float:left;
	margin-left:3px;
}

span.count{
	background-position: right -279px;
	height:20px;
	padding:0 7px 0 3px;
}