@charset "utf-8";
/* CSS Document */

/* ad rating system */
.ui-slider-horizontal {
	border:#DDD 1px solid;
	opacity:0.8;

	background: #dddddd; /* Old browsers */
	background: -moz-linear-gradient(top,  #dddddd 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddddd), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dddddd 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dddddd 0%,#ffffff 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	box-shadow:inset #666 0px 1px 2px;

	height:0.7em;
	border-radius:10px;

}
.ui-slider-range {
	background: #508ebc; /* Old browsers */
	background: -moz-linear-gradient(left,  #508ebc 0%, #9bc3e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#508ebc), color-stop(100%,#9bc3e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #508ebc 0%,#9bc3e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #508ebc 0%,#9bc3e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #508ebc 0%,#9bc3e0 100%); /* IE10+ */
	background: linear-gradient(to right,  #508ebc 0%,#9bc3e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#508ebc', endColorstr='#9bc3e0',GradientType=1 ); /* IE6-9 */
	box-shadow:inset #FFF 0px 2px 3px;
	border-radius:10px;
	opacity:0.7;
}
.ui-slider-horizontal .ui-slider-range {
	top:1px;
	height:0.9em;
}
.ui-slider .ui-slider-handle {
	background:none;
	background-image:url(/img/slider-handle.png);
	border:none;
	width:29px;
	height:29px;
	z-index:99999999;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -0.6em;
}

#slider {
	width:80%;
	margin:auto;
	cursor:pointer;
}
.ad-rate-slider-labels {
	overflow:hidden;
	clear:both;
	width:100%;
	margin:auto;
}

.ad-rate-slider-labels a {
	display:block;
	float:left;
	width:16%;
	text-align:center;
	font-size:0.8em;
	cursor:pointer;
	color:#999;

}

.radius-slider-labels {
	overflow:hidden;
	clear:both;
	width:274px;
	margin-left:-15px;

}
.radius-slider-labels a {
	display:block;
	float:left;
	width:16.2%;
	text-align:center;
	font-size:0.8em;
	cursor:pointer;
	color:#777;

}
.rate-slider-labels {
	overflow:hidden;
	clear:both;
	width:123%;
	margin-left:-38px;

}
.rate-slider-labels a {
	display:block;
	float:left;
	width:16.2%;
	text-align:center;
	font-size:0.8em;
	cursor:pointer;
	color:#777;

}

.ad-rate-slider-labels a:hover {
	color:#777;
	text-decoration:none;
}
a.rate0 {
	width:18.6%;
}
a.rate1 {
	width:16%;
}
a.rate2 {
	width:16.1%;
}
a.rate5 {
	width:16.1%;
}
.s_arrow_up {
	height:10px;
}
.slider-q {
	float:left;
	width:15%;
	font-size:0.9em;
}
section#slider-holder {
	overflow:hidden;
	margin:20px 0;
	padding-top:20px;
}
section#ad-rate-slider {
	float:left;
	width:75%;
}
.slider-rate, .slider-rate-count {
	float:right;
	width:10%;
	font-size:0.9em;
}
#rate, #rate-count {
	font-size:2em;
	font-weight:bold;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;

}
#slider-message {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	clear:both;
	font-size:1.2em;
	text-align:center;
	padding:15px;
}
#slider-message span {
	display:none;
}
/* ad rating system */



@media only screen and (max-width: 480px) {

.slider-q {
	float:none;
	width:100%;
	font-size:1em;
	text-align: center;
	margin-bottom: 10px;
}
section#ad-rate-slider {
	float:none;
	width:100%;
}
.slider-rate, .slider-rate-count {
	float:none;
	width:100%;
	font-size:1em;
	text-align: center;
	margin-top: 20px;
}

}
