/* Star Summary */
#bv-summary-container{
	float: right;
	margin: -1px 0 0;
	min-width: 230px;
}
#bv-summary-container a, #bv-summary-container span{
	font-size: 12px;
	line-height: 17px;
	font-weight: 400;
}
.bv-star-summary{
	position: relative;
	display: inline-block;
	height: 17px;
	width: 90px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    /* Safari only override */
    ::i-block-chrome,.bv-star-summary span {
     font-size: 14px !important;
    }
}
#bv-summary .bv-star-summary span, .bv-star-summary span{
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 0;
	font-family: Arial !important;
}

/* this class is added to the review stars at the top when there is no reviews, move further left so it doesn't look awkward */
.bv-no-reviews{
	left: 50px !important;
}
#bv-score-summary{
	top: -4px;
	position: relative;
}
#bv-star-summary-top{
	right: 0;
}
#bv-num-summary{
	float: right;
}
#bv-num-summary span{
	cursor: pointer;
}
.bv-write-review{
	cursor: pointer;
}
.bv-star-total{
	z-index: 1;
	color: rgb(230, 230, 230);
	background: url(bkg-css/bv/review-sprite.png) no-repeat;
	height: 18px;
	width: 84px;
}
.bv-star-rating{
	color: rgb(251, 171, 22);
	z-index: 99;
	overflow: hidden;
	background: url(bkg-css/bv/review-sprite.png) no-repeat;
	background-position: 0px -18px;
	height: 18px;
	width: 84px;
}
/* Star summary popup */
#bv-popup-histogram{
	width: 255px;
	margin: 0;
	padding: 25px 15px 15px;
	position: absolute;
	top: -2px;
	right: 115px;
	z-index: 99999;
}
#bv-popup-histogram-ratings{
	text-align: center;
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 5px;
}
#bv-popup-histogram-ratings table{
	margin: 20px auto;
}
.bv-popup-histogram-ratings-bar{
	width: 150px;
	height: 5px;
	display: inline-block;
	position: relative;
	margin: 8px 5px;
}
.bv-content-secondary-ratings-container{
	width: 100%;
	display: inline-block;
	height: 10px;
	background-color: rgb(230, 230, 230);
	position: absolute;
	top: 5px;
	left: 0;
}
.bv-content-secondary-ratings-value{
	display: inline-block;
	height: 10px;
	background-color: rgb(251, 171, 22);
	position: absolute;
	top: 0;
	left: 0;
}
#bv-read-reviews{
	margin-bottom: 10px;
}

/*Review tab */
#bv-header{
	height: 50px;
}
#bv-header h2{
	float: left;
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
}
#bv-header button{
	float: right;
}
#bv-reviews-overview{
	height: 180px;
	padding-bottom: 40px;
}
.bv-review-content{
	float: right;
	width: 735px;
	margin-left: 10px;
}
#bv-reviews-overview h3{
	background-color: #e6e6e6;
	padding: 10px;
	color: #444;
	font-size: 16px;
	font-weight: bold;
}
#bv-reviews p{
	white-space: pre-wrap;
}
#bv-ratings-snapshot{
	width: 49.8%;
	float: left;
}
#bv-average-ratings{
	width: 49.8%;
	float: right;
}
#bv-ratings-snapshot table{
	margin: 15px auto;
}
.bv-secondary-rating-summary-id{
	width: 110px;
	padding: 5px 10px 0 5px;
	font-size: 13px;
}
.bv-secondary-rating-summary-list{
	width: 380px;
	position: relative;
	margin: 15px;
	top: 25px;
}
#bv-filters-sort{
	height: 40px;
	padding: 0;
	background-color: #e6e6e6;
	vertical-align: middle;
	font-size: 13px;
	position: relative;
}
#bv-filters-sort-options{
	position: absolute;
	right: 8px;
	top: 5px;
	width: auto;
	display: inline-block;
}
#bv-filters-sort-options select{
	margin: 0;
	padding: 0;
}
#bv-filters-sort-options div{
	display: inline;
	margin-left: 8px;
}
#bv-content-pagination-pages-current{
	margin: 11px 0 0 8px;
	display: inline-block;
}
#bv-relevancy{
	padding: 5px 10px;
	width: 5px;
	background-color: rgb(68, 68, 68);
	border-radius: 20px;
	color: #fff;
	font-weight: bold;
}
.bv-content-feedback-btn-container{
	margin-top: 5px;
	font-size: 13px;
}
.bv-secondary-rating-summary-container{
	display: inline-block;
}
.bv-review-autor{
	font-weight: bold;
	font-size: 12px;
	margin-left: 15px;
}
#bv-filter{
	background-color: #bbb;
	border: none;
}
#bv-filter:hover{
	background-color: #999;
}
.bv-review{
	padding: 10px;
	display:inline-block;
}
.bv-review h4{
	font-size: 16px;
	margin: 10px 0;
}
.bv-secondary-ratings{
	position: absolute;
	right: 0;
	top: 0;
}
.bv-review-wrap{
	position: relative;
}
.bv-review-wrap p{
	width: 75%;
	display: inline-block;
}
.bv-content-secondary-ratings-label{
	display: block;
}
.bv-client-response{
	background-color: rgb(230, 230, 230);
	padding: 10px;
	margin-bottom: 10px;
	display:inline-block;
}
.bv-feedback-container{
	position: relative;
}
.bv-comment{
	position: absolute;
	right: 0;
}
.bv-secondary-content-list{
	margin-left: 30px;
}
.bv-response-content{
	float: right;
	width: 675px;
	margin-left: 10px;
}

/* submit review form */
#bv-review-form{
	display: none;
	position: absolute;
	width: 840px;
	z-index: 9999999;
	margin: 0;
	background-color: rgb(51, 51, 51);
}

#bv-review-form form{
	width: 620px;
	background-color: #eee;
	float: right;
	padding: 5px;
}
#bv-review-form form .input{
	padding: 10px 20px 10px 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	min-height: 70px;
}
#bv-review-form form .input .rate{
	font-weight: normal;
}
#bv-review-form form h2{
	font-size: 26px;
	font-weight: normal;
	margin: 10px;
}
#bv-review-form form span, #bv-review-form form label{
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 10px;
}
#bv-review-form-left{
	width: 200px;	
	height: 100%;
	color: #fff;
	float: left;
	font-weight: bold;
}
#bv-review-form-left img{
	margin: 8px auto;
	display: block;
	border-radius: 5px;
}
#bv-review-form-left p{
	margin: 15px 0 0 15px;
}
#bv-easy-to-find{
	display: inline-block;
}
.bv-easy-to-find-opt{
	margin: 0;
	padding: 0;
	display: inline-block;
	height: 40px;
	width: 110px;
	background-color: #ccc;
	text-align: center;
	cursor: pointer;
	border: 1px solid #999;
}
.bv-easy-to-find-opt:hover, .bv-easy-to-find-opt-selected{
	background-color: #f78e1e;
	color: #fff;
	border: 1px solid #f78e1e;
}
.bv-easy-to-find-opt span{
	display: inline-block;
	margin-top: 9px;
}
#bv-easy-to-find-y{
	margin-right: -2px;
	border-radius: 5px 0 0 5px;
}
#bv-easy-to-find-n{
	margin-left: -2px;
	border-radius: 0 5px 5px 0;
}
#bv-submit-review{
	margin: 10px;
}
#bv-submit-review[disabled="disabled"], .bv-submit-comment[disabled="disabled"]{
	opacity: 0.2;
	cursor: default;
}
#bv-submit-review[disabled="disabled"]:hover, .bv-submit-comment[disabled="disabled"]{
	opacity: 0.2;
	cursor: default;
}
.bv-disclaimer{
	font-size: 11px;
	color: rgb(153, 153, 153);
	margin: 10px 15px 0 15px;
}
.bv-comment-form .bv-disclaimer{
	margin: 0 0 5px 0;
	font-size: 11px;
}
#bv-review-form form .bv-validation-icon, .bv-comment-form form .bv-validation-icon{
	border-radius: 15px;
	color: #fff;
	margin-left: 3px;
	font-size: 13px;
}
#bv-review-form form .bv-validation-icon{
	padding: 4px 7px;
}
.bv-comment-form form .bv-validation-icon{
	padding: 1px 7px;
}
/* comment form */
.bv-comment-form{
	background-color: rgb(230, 230, 230);
	padding: 15px 30px 15px 15px;
	margin-bottom: 10px;
	position: relative;
}
.bv-comment-form h1{
	font-size: 26px;
	font-weight: normal;
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bv-comment-form label{
	cursor: default;
	font-weight: bold;
	font-size: 14px;
}
.bv-comment-form form textarea, .bv-comment-form form input{
	margin-top: 5px;
}

.bv-comment-form form .bv-submit-comment{
	border-radius: 5px;
	border: none;
	background-color: #A3A3A3;
	color: #fff;
}
.bv-comment-form form .bv-submit-comment:hover{
	opacity: 0.5;
}
/* general */
.full-wid{
	width: 100%;
}
.half-wid{
	width: 40%;
	display: inline-block;
	margin-right: 25px;
}
.bv-button{
	background-color: #f78e1e;
	color: #fff;
	border-radius: 5px;
	border: none;
	padding: 5px;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.bv-button span{
	font-size: 14px
}
.bv-button:hover{
	opacity: 0.5;
}
.bv-button-feedback{
	padding: 3px 10px;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.bv-button-feedback span{
	font-size: 13px;
}
.bv-button-feedback:hover{
	background-color: #888;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
}
.bv-secondary-rating-summary-bars{
	width: 144px;
	margin: 0;
	padding: 0;
	position: relative;
}
.bv-secondary-rating-summary-bars-overlay{
	background-color: transparent;
	width: 144px;
	margin: 0;
	position: relative;
	top: -8px;
}
.bv-secondary-rating-summary-bars-overlay li{
	background-color: transparent;
	-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.5),inset -1px 0 0 rgba(0,0,0,.25)!important;
	box-shadow: inset 1px 0 0 rgba(255,255,255,.5),inset -1px 0 0 rgba(0,0,0,.25)!important;
}
.bv-tr{
	height: 35px;
}
.bv-secondary-rating-summary-bar{
	height: 8px;
	float: left;
	background-color: rgba(0, 0, 0, 0.247059);
	list-style-type: none;
	width: 20%;
}
.bv-secondary-rating-summary-rating{
	position: absolute;
	right: 70px;
}
.bv-secondary-rating-summary-bars-percentage{
	background-color: rgb(251, 171, 22);
	height: 8px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.bv-mar-bot{
	margin-bottom: 15px;
}
.bv-star-rating-form{
	display: inline-block;
	height: 70px;
	margin-right: 10px;
}
.bv-rating-star{
	display: inline-block;
	position: relative;
	height: 38px;
	width: 38px;
	text-align: center;
	color: #fff;
	background-color: #ddd;
	top: 16px;
	cursor: pointer;
	margin: 0 -1px;
	box-shadow: #333 1px 1px 5px;
	border-radius: 3px;
}
.bv-rating-star span{
	position: relative;
	height: 100%;
	width: 100%;
	background: url(bkg-css/bv/review-sprite.png) no-repeat;
	background-position: 0px -36px;
	display: inline-block;
}
.bv-rating-bg{
	background-color: #ddd;
}
.bv-rating-1{
	background-color: #E80C0C;
}
.bv-rating-2{
	background-color: #E8791F;
}
.bv-rating-3{
	background-color: #FFF80D;
}
.bv-rating-4{
	background-color: #6BFF4C;
}
.bv-rating-5{
	background-color: #007F23;
}
.bv-transition{
	-webkit-transition:background-color 0.2s, color 0.2s, border 0.2s;
    transition:background-color 0.2s, color 0.2s, border 0.2s;
}
.bv-close-form{
	position: absolute;
	right: 10px;
	top: 8px;
	background-color: #A3A3A3;
	border-radius: 15px;
	padding: 1px 8px 3px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
.bv-close-form:hover{
	opacity: 0.5;
}
.bv-feedback{
	background-color: rgb(230, 230, 230) !important;
	padding: 10px;
	margin-top: 5px;
	border-radius: 5px;
}
.bv-hide{
	position: absolute;
	left: -99999px;
	height: 1px;
	width: 1px;
}

#bv-review-container h1, #bv-review-container h2, #bv-review-container h3, #bv-review-container h4, 
#bv-review-container h5, #bv-review-container h6, #bv-review-container li, #bv-review-container p,
#bv-review-container td, #bv-review-container span, #bv-review-container div, #bv-review-container strong, 
#bv-review-form h1, #bv-review-form h2, #bv-review-form h3, #bv-review-form h4, 
#bv-review-form h5, #bv-review-form h6, #bv-review-form li, #bv-review-form p,
#bv-review-form td, #bv-review-form span, #bv-review-form div, #bv-review-form strong,
#bv-review-form input, #bv-review-form textarea, .bv-write-review,
.bv-comment-form input, .bv-comment-form textarea, .bv-comment-form label, #bv-sort, #bv-summary span,
#bv-summary span a, #bv-popup-histogram-ratings td, #bv-popup-histogram-ratings td span{
	font-family: 'Open Sans','Helvetica Neue','Arial','Helvetica','sans-serif'!important;
}