.rateit {
    display: -moz-inline-box;
    display: inline-block;
    position: relative;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.rateit .rateit-range
{
    position: relative;
    display: -moz-inline-box;
    display: inline-block;
    background: url(../images/products/ratings/star.gif);
    height: 23px;
    outline: none;
}

div.blueStars div.rateit-range
{
    background: url(../images/products/ratings/whitestar.png);
    height: 23px;
}
div.blueStars div.rateit-hover {
    background: url(../images/products/ratings/bluestar.png);
    height: 23px;
}
div.blueStars div.rateit-selected
{
    background: url(../images/products/ratings/bluestar.png);
    height: 23px;
}
div.blueStars div.rateit-reset:hover
{
   background: url(../images/products/ratings/whitestar.png);
}
@media (max-width : 600px) {
.highest-rated div.blueStars div.rateit-range
{
    background: url(../images/products/ratings/whitestar15.png);
    height: 15px;
}
.highest-rated div.blueStars div.rateit-hover {
    background: url(../images/products/ratings/bluestar15.png);
    height: 15px;
}
.highest-rated div.blueStars div.rateit-selected
{
    background: url(../images/products/ratings/bluestar15.png);
    height: 15px;
}
.highest-rated div.blueStars div.rateit-reset:hover
{
   background: url(../images/products/ratings/whitestar15.png);
}
}

div.purpleStars div.rateit-range
{
    background: url(../images/products/ratings/whitestar2.png);
    height: 23px;
}
div.purpleStars div.rateit-hover {
    background: url(../images/products/ratings/purplestar.png);
    height: 23px;
}
div.purpleStars div.rateit-selected
{
    background: url(../images/products/ratings/purplestar.png);
    height: 23px;
}
div.purpleStars div.rateit-reset:hover
{
   background: url(../images/products/ratings/whitestar2.png);
}
 
.rateit .rateit-range * {
    display:block;
}

/* for IE 6 */
* html .rateit, * html .rateit .rateit-range
{
    display: inline;
}

/* for IE 7 */
* + html .rateit, * + html .rateit .rateit-range
{
    display: inline;
}

.rateit .rateit-hover, .rateit .rateit-selected
{
    position: absolute;
    left: 0px;
}

.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl
{
    left: auto;
    right: 0px;
}

.rateit .rateit-hover
{
    background: url(../images/products/ratings/star.gif) left -32px;
}

.rateit .rateit-hover-rtl
{
    background-position: right -32px;
}

.rateit .rateit-selected
{
    background: url(../images/products/ratings/star.gif) left -16px;
}

.rateit .rateit-selected-rtl
{
    background-position: right -16px;
}

.rateit .rateit-preset
{
    background: url(../images/products/ratings/star.gif) left -48px;
}

.rateit .rateit-preset-rtl
{
    background: url(../images/products/ratings/star.gif) left -48px;
}

.rateit button.rateit-reset
{
    background: url(../images/products/ratings/delete.gif) 0 0;
    width: 16px;
    height: 16px;
    display: -moz-inline-box;
    display:none !important;
    float: left;
    outline: none;
    border:none;
    padding: 0;
}

.rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus
{
    background-position: 0 -16px;
}
.sbHolder{
    background-color: #fff;
    border: solid 1px #00567E;
    font-family: "Raleway",Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
    height: 41px;
    position: relative;
    width: 200px;

}
.sbHolder:focus .sbSelector{
    
}
.sbSelector{
    display: block;
    height: 42px;
    left: 0;
    line-height: 38px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 170px;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    color: #00567E;
    outline: none;
    text-decoration: none;
}
.sbToggle{
    background: url(../images/products/product-form/select-icons.png) 0 0 no-repeat;
    display: block;
    height: 41px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
}
.sbToggle:hover{
    background: url(../images/products/product-form/select-icons.png) 0 0 no-repeat;
}
.sbToggleOpen{
    background: url(../images/products/product-form/select-icons.png) 0 -41px no-repeat;
}
.sbToggleOpen:hover{
    background: url(../images/products/product-form/select-icons.png) 0 -41px no-repeat;
}
.sbHolderDisabled{
    background-color: #3C3C3C;
    border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
    
}
.sbHolderDisabled .sbToggle{
    
}
.sbOptions{
    background-color: #fff;
    border: solid 1px #00567E;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 200px;
    z-index: 1;
    overflow-y: auto;
}
.sbOptions li{
    padding: 0 7px;
}
.sbOptions a{
    border-bottom: dotted 1px #515151;
    display: block;
    outline: none;
    padding: 7px 0 7px 3px;
}
.sbOptions li:last-child a {
    border-bottom: none;
}
.sbOptions a:link, .sbOptions a:visited{
    color: #00567E;
    text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
    color: #00567E;
}
.sbOptions li.last a{
    border-bottom: none;
}
.sbOptions .sbDisabled{
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
    border-bottom: dotted 1px #515151;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
    padding-left: 17px;
}

.fullSelect .sbOptions, .fullSelect .sbHolder {
    width: 100%;
    max-height: 300px !important;
}
.fullSelect .sbSelector {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 87%;
}
/* iCheck plugin Flat skin, green
----------------------------------- */
.icheckbox_flat-green,
.iradio_flat-green, .checkValid {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    background: url(../images/products/product-form/checkboxes.png) no-repeat;
    border: none;
    cursor: pointer;
}

.brandRecommend .iradio_flat-green {
    background: none;
    width: 30px;
    height: 28px;
    border: 2px solid #a39d91;
    color: #a39d91;
    font-size: 15px;
    text-align: center;
    display: block;
    float: left;
    border-right: none;
}
.brandRecommend .iradio_flat-green:after {
    display: inline-block;
}
.brandRecommend .iradio_flat-green:nth-of-type(11) {
    border-right:  2px solid #a39d91;
}
.brandRecommend .iradio_flat-green:after {
    display: inline-block;
    padding-top: 3px;
}
/*begin IE fix*/
.brandRecommend .iradio_flat-green.brand-0:after {
    content: '0';
}
.brandRecommend .iradio_flat-green.brand-0:before {
    content: "not at all likely";
    left: -2px;
    position: absolute;
    top: -23px;
    width: 100px;
    color: #005581;
}
.brandRecommend .iradio_flat-green.brand-1:after {
    content: '1';
}
.brandRecommend .iradio_flat-green.brand-2:after {
    content: '2';
}
.brandRecommend .iradio_flat-green.brand-3:after {
    content: '3';
}
.brandRecommend .iradio_flat-green.brand-4:after {
    content: '4';
}
.brandRecommend .iradio_flat-green.brand-5:after {
    content: '5';
}
.brandRecommend .iradio_flat-green.brand-6:after {
    content: '6';
}
.brandRecommend .iradio_flat-green.brand-7:after {
    content: '7';
}
.brandRecommend .iradio_flat-green.brand-8:after {
    content: '8';
}
.brandRecommend .iradio_flat-green.brand-9:after {
    content: '9';
}
.brandRecommend .iradio_flat-green.brand-10:after {
    content: '10';
}
.brandRecommend .iradio_flat-green.brand-10:before {
    content: "extremely likely";
    position: absolute;
    right: -5px;
    color: #005581;
    top: -23px;
    width: 114px;
}
/*
.brandRecommend .iradio_flat-green:nth-of-type(1):after{
    content: '0';
}
.brandRecommend .iradio_flat-green:nth-of-type(1):before {
    content: "not at all likely";
    left: -2px;
    position: absolute;
    top: -23px;
    width: 100px;
    color: #005581;
}
.brandRecommend .iradio_flat-green:nth-of-type(2):after{
    content: '1';
}
.brandRecommend .iradio_flat-green:nth-of-type(3):after{
    content: '2';
}
.brandRecommend .iradio_flat-green:nth-of-type(4):after{
    content: '3';
}
.brandRecommend .iradio_flat-green:nth-of-type(5):after{
    content: '4';
}
.brandRecommend .iradio_flat-green:nth-of-type(6):after{
    content: '5';
}
.brandRecommend .iradio_flat-green:nth-of-type(7):after{
    content: '6';
}
.brandRecommend .iradio_flat-green:nth-of-type(8):after{
    content: '7';
}
.brandRecommend .iradio_flat-green:nth-of-type(9):after{
    content: '8';
}
.brandRecommend .iradio_flat-green:nth-of-type(10):after{
    content: '9';
}
.brandRecommend .iradio_flat-green:nth-of-type(11):after{
    content: '10';
}
.brandRecommend .iradio_flat-green:nth-of-type(11):before {
    content: "extremely likely";
    position: absolute;
    right: -5px;
    color: #005581;
    top: -23px;
    width: 114px;
}
*/
.brandRecommend  .iradio_flat-green.checked{
        background: #8ebcd4;
        color: #fff;
    }
.icheckbox_flat-green {
    background-position: -1px center;
}
    .icheckbox_flat-green.checked, .checkValid {
        background-position: -32px 0;
    }
    .icheckbox_flat-green.disabled {
        background-position: -44px 0;
        cursor: default;
    }
    .icheckbox_flat-green.checked.disabled {
        background-position: -66px 0;
    }

.iradio_flat-green {
    background-position: -1px center;
}
    .iradio_flat-green.checked {
        background-position: -32px 0;
    }
    .iradio_flat-green.disabled {
        background-position: -132px 0;
        cursor: default;
    }
    .iradio_flat-green.checked.disabled {
        background-position: -154px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_flat-green,
    .iradio_flat-green {
        background-image: url(../images/products/product-form/checkboxes@2x.png);
        -webkit-background-size: 64px 32px;
        background-size: 64px 32px;
    }
}