/* BASIC css start */
.csTab {position:relative;}
.csTab li { position:relative; float:left; width:200px; text-align: center }
.csTab li span { display:block; font-size:15px; color:#959595; line-height:40px  }
.csTab li span.first { color:#fff; background: #b3b3b3; margin-right: 3px }
.csTab li span.active { color:#000; background: #eeece7; }

.page_title {
	position:relative;
	padding-bottom:20px;
	font-size:24px;
	font-weight:bold;
	color:#333333;
        margin-top:-5px;
}
#productReviewList {
	width:100%;
	margin-top: 55px;
}
#productReviewList .list {
	margin-bottom:10px;
}
#productReviewList .table_01 {
	width:100%;
	border-right:1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
}
#productReviewList .table_01 th {
	text-align:center;
	background:#f6f6f6;
	font-weight:bold;
	border-left:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
        padding-top:5px;
        padding-bottom:5px;
}
#productReviewList .table_01 td.list_img {
	text-align:center;
	width:200px;
}
#productReviewList .table_01 td.list_img img {
	width:100%;
}
#productReviewList .table_01 td:first-child {
	padding-left:0px;
}
#productReviewList .table_01 td {
	padding-left:10px;
	text-align:left;
	border-left:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
#productReviewList .c_red {
	color:#da2426;
}
#productReviewList a:hover {
	text-decoration:underline;
	color:#da2426;
}
/* BASIC css end */

