.vote_review_box {
	background-image:url('/img/vote_review_back.png');
	width:175px;
	height:160px;
	padding-top:10px;
	display:none;
	z-index:5000;
}
.vote_comment_box {
	background-image:url('/img/vote_comment_back.png');
	width:175px;
	height:100px;
	padding-top:10px;
	display:none;
	z-index:4999;
}
.vote_box .icon_contain {
	margin-left:13px;
	width:150px;
	height:29px;
	cursor:pointer;
}
.vote_box .vote_icon {
	margin-bottom:1px;
	height:29px;
	width:30px;
	float:left;
	line-height:25px;
	font-size:12px;
	background-repeat:no-repeat;
	background-image : url(/img/vote_icons.png);
}
.vote_box .vote_icon + div {
	height:29px;
	line-height:29px;
}
.vote_row .vote_helpfulness {
	float:left;
}
.vote_row .vote_helpfulness .vote_icon {
	height:26px;
	width:27px;
	line-height:27px;
	background-image : url(/img/vote_icons.png);
	margin-right:5px;
}
.vote_row .vote_helpfulness .vote_icon + div {
	line-height:25px;
}
.vote_box .very_helpful, .vote_helpfulness .very_helpful {
	background-position:-81px -0px;
}
.vote_box .funny, .vote_helpfulness .funny {
	background-position:-27px -0px;
}
.vote_box .fraud_buster, .vote_helpfulness .fraud_buster {
	background-position:-0px -0px;
}
.vote_box .great_find, .vote_helpfulness .great_find {
	background-position:-54px -0px;
}
.vote_box .well_written, .vote_helpfulness .well_written {
	background-position:-108px -0px;
}
.vote_box .selected {
	background-color:#edf3f7;
}
.vote_success {
	height:27px;
	padding-left:20px;
	color:#009900;
	background-image:url('/img/green_check_icon.png');
	background-repeat:no-repeat;
}

.helpful span {
	cursor:pointer;
}
span.helpful_button.selected, span.helpful_button.disabled {
	cursor:default;
}
.helpful .helpful_container {
	margin-bottom:10px;
}
.helpful .helpful_container + .clear {
	margin-bottom:10px;
}
.helpful .zero {
	display:none;
}
.helpful .numHlp {
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    display: inline;
    float: left;
    height: 100%;
    overflow: hidden;
    padding: 0 3px;
    position: relative;
	cursor:default;
    height: 16px;
    line-height: 16px;
    position: relative;
    bottom: 1px;
}
.helpful .numHlpIn {
	font-size: 11px;
    display: block;
    float: left;
    overflow: visible;
    padding: 0px 5px;
	cursor:default;
	color:#000000;
}

.helpful .helpfulButton {
    float: left;
    background: linear-gradient(to bottom, #969696 0px, #969696 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #969696;    
    /*background: linear-gradient(to bottom, #015899 0px, #015899 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #538EBA;*/
    color: #fff !important;
    border-radius: 2px;
    box-shadow: 0 0 1px rgba(128, 128, 128, 0.5), 0 1px 0 rgba(255, 255, 255, 0.35) inset;
    cursor: pointer;
    display: inline-block;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
    height: 16px;
    line-height: 17px;
    padding: 0 6px;
    font-size: 11px;
    position: relative;
    bottom: 1px;
}
.helpful .isHelpful {
    color: #000000;
    float: left;
    line-height: 18px;
    margin-right: 7px;
	cursor:default;
}
.helpful .grayArrowLeft {
    background-image: url("/img/glb/sp_sitejabber_icons.png");
	background-position:-129px 0px;
    float: left;
    left: 1px;
    position: relative;
    top: 5px;
    z-index: 1;
    height: 7px;
    width: 5px;
}
