


 
/*
	Ratings Stars
	(with as little code as possible)
*/
.ratingUsers  {
	background: #999999;	
  unicode-bidi: bidi-override;
  direction: rtl;

  text-align: center;
}
.ratingUsers  > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
  cursor: pointer;

 
}
.ratingUsers  > span:hover,
.ratingUsers  > span:hover ~ span {
  color: transparent;
}
.ratingUsers  > span:hover:before,
.ratingUsers  > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
   left: 0; 
   color: gold;
}






.ratingContainer {
	position: relative;
	display: block;
 
	width: 100%;
	background: #666666;
}

.ratingTxt {

	width: 100%;
	padding: 5px 0;
	font-size: 1em;
	line-height: .8em;
	top: 10px;
	left: 10px;
	border-bottom: 2px solid #FFFFFF;
	text-align: center;
	background: #697375; /* Old browsers */
	color: #FFFFFF;
}

.rating {

	width: 1%;
	padding: 2px 0;
	font-size: 1em;
	height: 25px;
	text-align: left;
	color: #333333;
	border-top: 1px solid #666666;
	background-image:url(/public/images/ratingbg.png);
	background-size:120px;
	color: #FFFFFF;
}

.ratingDesc1 {
	color:#000000;
	width: 180px;
	position: absolute;
	left: 5px;
	
	text-shadow: 0px 0px 3px #ffffff;
        filter: dropshadow(color=#ffffff, offx=0, offy=0);
}
.ratingDesc2 {
	width: 30px;
	position: absolute;
	right: 5px;
	background: rgba(0,0,0,.3);
	text-align: center;
}



.ContentPage{
	
	position:relative;
	display:block;
	overflow: hidden; 

 
	
	
}

.ContentPage .Page{
	
	position:absolute;
	display:none;
	height:auto;
	width:100%;
	
	
}


 .PrevBtn:link,  .NextBtn:link{
	
		color:#FFFFFF !important;
		text-decoration:none !important;	 
		padding:3px 8px; 	 
		background-color:#666666;	
	
} 
 .PrevBtn:hover,  .NextBtn:hover{
	
		color:#FFFFFF;
		text-decoration:none !important; 
		padding:3px 8px; 	 
		background-color:#8f0708;
	
} 
.PaginationCont a:link,.PaginationCont a:visited,.PaginationCont a:hover{
	
		color:#FFFFFF !important;
		text-decoration:none !important;
		width:50px !important;	 
		padding:3px 8px; 	 
		background-color:#666666;
	
}


.PaginationCont a:active{
	
		color:#FFFFFF;
		text-decoration:none !important;
		width:50px !important;	 
		padding:3px 8px; 	 
		background-color:#8f0708;
	
}


.PaginationCont .active:link{
	
		color:#FFFFFF;
		text-decoration:none !important;
		width:50px !important;	 
		padding:3px 8px; 	 
		background-color:#8f0708;
	
}

.PaginationCont{
	
	background: #EEEEEE; 
	
 	 color:#666666;
text-align:right;
    font-family: 'colaboratelightregular';
 
 
 
}





.ratingContainerNew {
	
  	background-color:#000000;  
    background: radial-gradient(ellipse farthest-side at 10% 0px , rgba(249, 244, 227, 0.91), rgba(169, 188, 193, 0.91), rgba(196, 192, 182, 0.91)) repeat scroll 0% 0%, url("bgnoise.png") repeat scroll 0% 0% transparent;
  
	
}




.ratingContainerNew  .ratingTxt{ 

 font-family: 'colaborate-mediumregular';
	font-size:1.6em;

background: #28343b; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjgzNDNiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTQlIiBzdG9wLWNvbG9yPSIjODI4Yzk1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I1YmRjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(45deg,  #28343b 0%, #828c95 54%, #b5bdc8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#28343b), color-stop(54%,#828c95), color-stop(100%,#b5bdc8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #28343b 0%,#828c95 54%,#b5bdc8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #28343b 0%,#828c95 54%,#b5bdc8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #28343b 0%,#828c95 54%,#b5bdc8 100%); /* IE10+ */
background: linear-gradient(45deg,  #28343b 0%,#828c95 54%,#b5bdc8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28343b', endColorstr='#b5bdc8',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */


text-align:left;

 


}


.ratingContainerNew .ratingDesc1 {
	color:#FFFFFF;
	width: 180px;
	position: absolute;
	left: 5px;
    font-family: 'colaboratelightregular';
	font-size:1.3em;
	text-transform:uppercase;
	
	text-shadow: 0px 0px 3px #ffffff;
        filter: dropshadow(color=#000000, offx=0, offy=0);
}
.ratingContainerNew .ratingDesc2 {
    font-family: 'colaborate-mediumregular';
	
	font-size:1.3em;	
	width: 50px;
	position: absolute;
	right: 5px;
	background: rgba(0,0,0,.3);
	text-align: center;
	color: rgba(255,255,255,.6);
}

.ratingContainerNew .ratingBG {
	border-bottom: 1px solid #FFFFFF;



}

.ratingContainerNew  .ratingContraTxt{
    font-family: 'colaboratelightregular';	
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI5MzUzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGM1YmMiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(41,53,60,1) 0%, rgba(200,197,188,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(41,53,60,1)), color-stop(100%,rgba(200,197,188,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(41,53,60,1) 0%,rgba(200,197,188,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(41,53,60,1) 0%,rgba(200,197,188,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(41,53,60,1) 0%,rgba(200,197,188,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(41,53,60,1) 0%,rgba(200,197,188,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29353c', endColorstr='#00c8c5bc',GradientType=1 ); /* IE6-8 */

	color:#FFFFFF;	
	text-align:center;	
	text-transform:uppercase;	
}


.ratingContainerNew  .ratingOveralTxt{
	color:#FFFFFF;
    font-family: 'colaboratelightregular';
	background: #8f0708;
	text-align:center;	
	text-transform:uppercase;
}
.ratingContainerNew  .ratingContra{

padding:10px;
}

.ratingContainerNew  .ratingOveral{
		color:#FFFFFF;
    font-family: 'colaborate-mediumregular';
	background: #C11718;
	text-align:center;	
	font-size:5.3em;
	height:100px;	
	line-height:100px;
 }
.ratingContainerNew  .ratingOveral small{
	
		font-size:18px;
}
.ratingContainerNew .rating {

	width: 1%;
	padding: 2px 0;
	font-size: 1em;
	height: 25px;
	text-align: left;
	color: #333333;

	background: rgba(105,116,124,.6);
 
	color: #FFFFFF;
}


