/*圆角样式begin----------------------------------------------------------------------------------------------*/
/*上圆角框通用设置样式，如果要运用多个不同颜色，以下6句不用重新变化--------------------------------*/
.b1,.b2,.b3,.b4,.b5,.b6,.b7,.b8{height:1px; font-size:1px; overflow:hidden; display:block;}
.b1,.b8{margin:0 5px;}
.b2,.b7{margin:0 3px;border-right:2px solid; border-left:2px solid;}
.b3,.b6{margin:0 2px;border-right:1px solid; border-left:1px solid;}
.b4,.b5{margin:0 1px;border-right:1px solid; border-left:1px solid; height:2px;}
.content {border-right:1px solid;border-left:1px solid;overflow:hidden;}

/*颜色方案一,蓝色边框----------------------------------------*/
/*下面第一、二句决定边框颜色，第三句决定背景颜色*/
/*边框色*/
.color1 .b2,.color1 .b3,.color1 .b4,.color1 .b5,.color1 .b6,.color1 .b7,.color1 .content{border-color:#96C2F1;}
.color1 .b1,.color1 .b8{background:#96C2F1;}
/*背景色*/
.color1 .b2,.color1 .b3,.color1 .b4,.color1 .b5,.color1 .b6,.color1 .b7,.color1 .content{background:#EFF7FF;}

/*颜色方案四,绿色边框----------------------------------------*/
/*下面第一、二句决定边框颜色，第三句决定背景颜色*/
/*边框色*/
.color4 .b2,.color4 .b3,.color4 .b4,.color4 .b5,.color4 .b6,.color4 .b7,.color4 .content{border-color:#008F95;}
.color4 .b1,.color4 .b8{background:#008F95;}
/*背景色*/
.color4 .b2,.color4 .b3,.color4 .b4,.color4 .b5,.color4 .b6,.color4 .b7,.color4 .content{background:#F6FCFC;}
/*颜色方案六,黄色边框----------------------------------------*/
/*下面第一、二句决定边框颜色，第三句决定背景颜色*/
/*边框色*/
.color6 .b2,.color6 .b3,.color6 .b4,.color6 .b5,.color6 .b6,.color6 .b7,.color6 .content{border-color:#009D9C;}
.color6 .b1,.color6 .b8{background:#009D9C;}
/*背景色*/
.color6 .b2,.color6 .b3,.color6 .b4,.color6 .b5,.color6 .b6,.color6 .b7,.color6 .content{background:#F6FCFC;}

.sharp{width:742px;;margin:10px auto 0;float:left;margin-right:0;}
/*圆角样式end----------------------------------------------------------------------------------------------*/


/*评价详情begin-----------------------------------------------------------------------------------*/
.content table{
	border: 0px;
	width: 750px;
	_width: 744px;
}
.content .td_1{
	width: 110px;
	padding: 0 auto;
	display: block;
}
.content .td_1 img{
	border: 3px solid #FFF6E6;
	width: 65px;
	height: 80px;
}
.content .td_1 span{
	font-size: 12px;
	margin: 0 auto;
	display: block;
}
.content .td_2{
	vertical-align: top;
}
.content .td_2 span{
	float: left;
	display: block;
	width: 600px;
	padding: 5px;
}
.content .td_2 h4{
	float: right;
	margin: 8px 2px 0 0;
	display: block;width: 50px;
}
.content .td_2 h4 a{
	border: 1px solid #C4C4BF; 
	line-height: 20px;
	padding: 2px 2px 1px 2px;
	color: #D42828;
	background-color: #FFFFDD;
}
.content .td_2 h4 a:hover{
	color: #FFFFDD;
	background-color: #D42828;
}
/* Remove the default min-width so the value centers nicely */
.ui-tooltip-slider{
	min-width: 0px;
}

//星星样式
#star_box{
	
}
.w100{
	width:76px;
	height:18px;
	
	cursor: pointer;
}
.w100 .half{
	width:80%;
	height:18px;
	background:url(../images/start_icon.gif) left top no-repeat;
	
	
}
/*评价详情end-----------------------------------------------------------------------------------*/

/*添加评价详情begin-----------------------------------------------------------------------------------*/
.message_table_td{
	width: 120px;
	text-align: center;
	font-size: 13px;
	font-weight: bolder;
	color: #797979;
}

<!--评分样式 -->
.point_part{
	width: 205px;
	_width:210px;
	float: left;
	white-space:nowrap;
}
.point_title{
	width:80px;
	margin: 10px 0px 10px 5px;
	float: left;
	font-size: 12px;
}
.select_point{
	width: 120px;
	margin: 10px 0px;
	float: right;
}
.prise_point{
	width: 120px;
	border: 1px solid #C3C3BF;
	height: 10px;
	line-height:10px;
	position: absolute;
	cursor: pointer;
	
}
.prise_point_hover {
	width: 75%;
	height: 12px;
	_height:12px;
	display:line-block;
	position: relative;
	cursor: pointer;
}
.prise_point_hover_color {
	height: 12px;
	_height:12px;
	background-color: #FF5600;
	overflow: hidden;
}
.prise_point_hover a{
	left:100%;
	top: -3px;
	width:8px;
	height: 20px;
	display:block;
	float:left;
	position:absolute;
	background: url("../images/comments_pfImg.gif") no-repeat;
	cursor: e-resize;
}
.prise_point_hover a.touch_style{
	top: -4px;
	left:100%;
	width:6px;
	height: 19px;
	display:block;
	float:left;
	position:absolute;
	background: url("../images/loading_background.png") no-repeat;
	border: 1px solid #F0E400;
	outline: none;
}
/*添加评价详情begin-----------------------------------------------------------------------------------*/