﻿
ul.questionairre_section {
list-style-type: none;
margin: 0px;
padding: 0px;
}

ul.questionairre_section li {
margin: 0 0 20px 0;
clear: left;
}

ul.questionairre_section li label{
float: left;
width: 330px;
display: inline-block;
line-height: 18px;
padding: 0 20px 0 0;
}

ul.questionairre_section li .slider_status {
margin: 0 0 0 10px;
}

.rating_stars {
margin-right: 10px;
}

/*
-- Small Star Ratings
*/

.rating_star 
{
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    display: block;
    background-repeat: no-repeat
}
.star_empty { background-image: url(../Images/EmptyStar.png); width: 18px; height: 18px; }
.star_filled { background-image: url(../Images/FilledStar.png); width: 18px; height: 18px; }
.star_saved { background-image: url(../Images/SavedStar.png); width: 18px; height: 18px; }

/*
-- Large Star Ratings
*/

.rating_star_large
{
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: block;
    background-repeat: no-repeat
}
.star_empty_large { background-image: url(../Images/EmptyStarLarge.png); width: 30px; height: 30px; }
.star_filled_large { background-image: url(../Images/FilledStarLarge.png); width: 30px; height: 30px; }
.star_saved_large { background-image: url(../Images/SavedStar.png); width: 30px; height: 30px; }

.hide {display: none;}

/*
-- Rating Sliders --
*/
.slider_background {
background: url("../images/SliderBackground.png") top left no-repeat;
}
