#ratingsContent {
	display: none;
}
.ratingsBarCont {
	position: relative;
	display: inline-block;
	width: 120px;
	height: 18px;
	top: 3px;
	background-color: #e0e0e0;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4) inset, 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.ratingsBar {
	position: absolute;
	display: inline-block;
	height: 18px;
	background: transparent linear-gradient(to bottom, #FFCE00, #FFA700) repeat scroll 0% 0%;
	margin: 2px;
	padding: 0;
	margin: 0;
	top: 0;
	background-color: #eda100;
	vertical-align: middle;
	box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.25) inset, 0px -1px 0px rgba(0, 0, 0, 0.05) inset
}

#filtersCont {
	bottom: 0px;
	position: absolute;
	display: inline-block;
	right: 0px;
}
#curTotRatingContainer {
	width: 100%;
	display: table;
	margin-top: 16px;
}

.curTotRating {
	display: table-cell;
	padding: 4px;
}
.stars {
	width: 120px;
	text-align: center;
}
.totalText {
	width: auto;
	text-align: right;
}

#ratingsGraph {
	list-style-type: none;
	padding-left:0;
	margin: 0;
}

#ratingsGraph label {
	display: inline-block;
	padding: 0px 4px 0px 4px;
}

#writeReview, #redirectLogon {
	margin-left: 10px;
}

#reviewBody br {	
   display: block;
   margin: 4px 0;
}

#reviewCont {
	padding: 10px;
	margin: 10px;
	border: 1px solid #e0e0e0;
}

#reviewCont:nth-child(even) {
	background: #EEF1F2 ;
} 

#reviewCont:nth-child(odd) {
	background: #F9F9F9 ;
} 

.pad-left {
	padding-left: 10px;
}

#pickStars {
	cursor: pointer;
	z-index: 100;
}

#headline {
	width: 100%; 
}

#comment {
	width: 100%;
	min-height: 160px;
	height: 10%;
}
.error {
	color: red;
}
.txtSuccess {
	color: #00ACEE;
}

#notification {
	display: none;
	margin-top: 16px;
	padding: 10px;
	width: 100%;
	border: 1px solid #e0e0e0;
}

#reviewBody::first-line {
	font-size: 0.8em;
	color: #686868 ;
}

#endTxt {
	color: #666
}

#ratingsTop {
	position: relative;
}