/*********************/
/** jRating CSS **/
/*********************/

/**Div containing the color of the stars */
.jRatingAverage {
	background-color:#A7A9AC;
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}
.jRatingColor {
	background-color:#fff; /* bgcolor of the stars*/
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}

/** Div containing the stars **/
.jStar {
	position:relative;
	left:0;
	z-index:3;
}

#commentbtn {
background: #A7A9AC;
color: #fff;
cursor:pointer;
text-transform:uppercase;
border:0px;
font-size:17px;
font-family: corbertregular, Corbert, Corbel, Verdana, Arial, Helvetica, sans-serif;
width: 100px;
height: 35px;
position:relative;
top:-44px;
top:-40px\9;
margin-bottom: -105px;
margin-left: 341px;
margin-top: 62px;
border-left:1px solid #fff;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#commentbtn{top:-44px;}
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
#commentbtn {top:-36px;}
}

/** P containing the rate informations **/
p.jRatingInfos {
	position:		absolute;
	z-index:9999;
	background:	transparent url('/content/images/icons/bg_jRatingInfos.png') no-repeat;
	color:			#FFF;
	display:		none;
	width:			91px;
	height:			29px;	
	font-size:16px;
	text-align:center;
	padding-top:5px;
}
	p.jRatingInfos span.maxRate {
		color:#c9c9c9;
		font-size:14px;
	}
#offerComment #comment {
	resize: none;
	
	width:406px;
	height:90px;
}
#offerComment {
	text-align:left;
	}