.review-content .label {
	color: #000 !important;
}
.review_detail {
	border-top: 1px solid #cdcdcd;
	margin-top: 10px;
	padding-top: 10px;
}
.rate-box {
	width: 49%;
	margin-right: .5%;
	float: left;
}
.review_detail .title {
	padding: 0 0 10px 0;
}
.small {
	width: 49%;
	float: left;
	margin-right: 1%;
}
.ratingStar {
    width: 35px;
    height: 30px;
    background: #fff url(../icon/star-icon.png) -37px 0px no-repeat;
    border: 0px;
    cursor: pointer;
}
.ratingStar.active {
    width: 35px;
    height: 30px;
    background: #fff url(../icon/star-icon.png) 0px 0px no-repeat;
    border: 0px;
    cursor: pointer;
}
.resratestar {
    display: block;
    width: 17px;
    height: 17px;
    background: #fff url(../icon/star-gold.png) top left no-repeat;
    float: left;
}
.rateresult {
    display: table;
    float: left;
}
.star {
    color: #e19d0a;
}
.ratetitle {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 10px;
    background: #eee;
    margin: 10px 0px;
}
.rateContentShow .rate{
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
}
.rateContentShow .rate:last-child {
    border-bottom: 0px !important;
}
.rateContentShow .rate span {
    font-size: 14px;
}
.rateContentShow .rate p {
    font-size: 14px;
    padding: 5px 0px;
}
span.ratingStar {
    display: block;
    width: 35px;
    height: 30px;
    background: #fff url(../icon/star-icon.png) 0px 0px no-repeat;
    float: left;
}
span.label, span.numric, span.process {
    display: table-cell;
    padding-right: 5px;
}
span.numric {
	padding-left: 5px;
}
span.process {
    display: table-cell;
    width: 200px;
    height: 10px;
    background: #eee;
    position: relative;
}
span.procon {
    position: absolute;
    height: 18px;
    overflow: hidden;
    background: #e19d0a;
}
span.proprocess {
    position: absolute;
    height: 18px;
    overflow: hidden;
}
span.butt {
    padding: 10px 40px;
    background: #eee;
    font-size: 18px;
    cursor:  pointer;
}
.ratePointLeft {
    float: left;
}
.ratePointLeft ul {list-style: none;}
.ratePointLeft li {margin: 5px;}
label {font-weight: bold;width: 100%;float: left;}
.input {
    width: 100%;
    margin: 10px 0px;
    border: 1px solid #cdcdcd;
    padding: 5px;
    box-shadow: 4px 5px 3px -4px #ccc inset;
}
.button {
    padding: 7px 30px;
    border-radius: 3px;
    background: #ed1b24;
    border: 1px solid #ed1b24;
    border-bottom: 2px solid #8d0006;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    float: right;
}
.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 10px 10px;
}
.warning {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 10px 10px;
}
.right {
	float: right;
	font-size: 12px;
}