/*------------------------------------------------------------------------
# vote - Vote Plugin
# ------------------------------------------------------------------------
# author    Mohamdad Hosein Miri
# Copyright (C) 2010 www.joomina.ir. All Rights Reserved.
-------------------------------------------------------------------------*/
.jvote {
	margin: 0 0 10px;	
	display:inline;
}
.jvote-small { }
.jvote-stars,
.jvote-info {
    margin: 0!important;
    padding: 0!important;
    position: relative;
    vertical-align: middle;
}
.jvote-info.ihide {
    display: none;
}
.voted .jvote-info.ihide, .jvote-stars {
    display: inline-block;
}
.jvote-stars,
.jvote-star a,
.jvote-info,
.jvote-stars .current-rating  {
    height: 25px;
    line-height: 25px;
}
.size-2 .jvote-stars,
.size-2 .jvote-star a,
.size-2 .jvote-info,
.size-2 .jvote-stars .current-rating ,
.jvote-small .jvote-stars,
.jvote-small .jvote-star a,
.jvote-small .jvote-info,
.jvote-small .jvote-stars .current-rating{
    height: 22px;
    line-height: 22px;
}
.size-3 .jvote-stars,
.size-3 .jvote-star a,
.size-3 .jvote-info,
.size-3 .jvote-stars .current-rating ,
.size-2.jvote-small .jvote-stars,
.size-2.jvote-small .jvote-star a,
.size-2.jvote-small .jvote-info,
.size-2.jvote-small .jvote-stars .current-rating {
    height: 19px;
    line-height: 19px;
}
.size-3.jvote-small .jvote-stars,
.size-3.jvote-small .jvote-star a,
.size-3.jvote-small .jvote-info,
.size-3.jvote-small .jvote-stars .current-rating {
    height: 16px;
    line-height: 16px;
}
.jvote-stars {
    font-size: 1em;
    overflow: hidden;
    width: 125px;
}
.size-2 .jvote-stars,
.jvote-small .jvote-stars {
    width: 110px;
}
.size-3 .jvote-stars,
.size-2.jvote-small .jvote-stars {
    width: 95px;
}
.size-3.jvote-small .jvote-stars {
    width: 80px;
}
.jvote-info {
    font-size: .78em;
}
.jvote-star {
    background-position: 0!important;
    background-image: none;
    display: inline;
    margin: 0!important;
    padding: 0!important;
}
.jvote-stars,
.jvote-star a:hover,
.jvote-stars .current-rating {
    background-image: url(images/star.png)!important;
    background-color: transparent!important;
    background-repeat: repeat-x!important;
}
.size-2 .jvote-stars,
.size-2 .jvote-star a:hover,
.size-2 .jvote-stars .current-rating,
.jvote-small .jvote-stars,
.jvote-small .jvote-star a:hover,
.jvote-small .jvote-stars .current-rating {
    background-image: url(images/star-2.png)!important;
}
.size-3 .jvote-stars,
.size-3 .jvote-star a:hover,
.size-3 .jvote-stars .current-rating,
.size-2.jvote-small .jvote-stars,
.size-2.jvote-small .jvote-star a:hover,
.size-2.jvote-small .jvote-stars .current-rating {
    background-image: url(images/star-3.png)!important;
}
.size-3.jvote-small .jvote-stars,
.size-3.jvote-small .jvote-star a:hover,
.size-3.jvote-small .jvote-stars .current-rating {
    background-image: url(images/star-4.png)!important;
}
.jvote-star a:hover,
.jvote-stars .current-rating {
    background-position: left -1000px;
}
.jvote-star a,
.jvote-stars .current-rating {
    border: medium none;
    cursor: pointer;
    left: 0;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: -1000em!important;
    top: 0;
}
.jvote-star a:hover {
    background-position: left bottom!important;
}
.jvote-star a:focus,
.jvote-star a:active {
    background: none!important;
}
.jvote-stars .current-rating {
    background-position: left center;
    z-index: 1;
}
.jvote-star a.ev-5-stars,
.jvote-star a.ev-10-stars,
.jvote-star a.ev-15-stars,
.jvote-star a.ev-20-stars,
.jvote-star a.ev-25-stars,
.jvote-star a.ev-30-stars,
.jvote-star a.ev-35-stars,
.jvote-star a.ev-40-stars,
.jvote-star a.ev-45-stars,
.jvote-star a.ev-50-stars {
    margin: 0;
    padding: 0;
}
.jvote-star a.ev-5-stars {
    width: 10%;
    z-index: 12;
}
.jvote-star a.ev-10-stars {
    width: 20%;
    z-index: 11;
}
.jvote-star a.ev-15-stars {
    width: 30%;
    z-index: 10;
}
.jvote-star a.ev-20-stars {
    width: 40%;
    z-index: 9;
}
.jvote-star a.ev-25-stars {
    width: 50%;
    z-index: 8;
}
.jvote-star a.ev-30-stars {
    width: 60%;
    z-index: 7;
}
.jvote-star a.ev-35-stars {
    width: 70%;
    z-index: 6;
}
.jvote-star a.ev-40-stars {
    width: 80%;
    z-index: 5;
}
.jvote-star a.ev-45-stars {
    width: 90%;
    z-index: 4;
}
.jvote-star a.ev-50-stars {
    width: 100%;
    z-index: 3;
}