/* szavazasok formazasai */
.szavazas_kerdes {
    font-weight: bold;
    font-size: 110%;
}
.szavazas_opcio {
    padding-bottom: 1px;
    padding-left: 15px;
    background: url(../pictures/icon_add.gif) left center no-repeat;
}
.szavazas_opcio a {
    text-decoration: none;
    color: #FFFFFF;
    color: inherit;
}
.szavazas_opcio a:hover {
    text-decoration: underline;
    color: #FF0033;
}
.szavazas_csik {
    height: 5px;
    clear: both;
    position: relative;
    text-align: left;
    cursor: help;
}
.szavazas_csik_mero {
    float: left;
    height: 8px;
    background: url(../pictures/votebar_bg.gif) left center;
    clear: both;
}


/* babaszavazas elemei */
.babawrapper {
    float: left;
    width: 160px;
    height: 170px;
    background-color: #FFFFFF;
    border: 1px solid #E4D3D3;
    position: relative;
    margin: 2px;
    text-align: center;
}
.babawrapper_nev_fiu {
    padding: 2px;
    font-weight: bold;
    background-color: #6699CC;
    color: #FFFFFF;
    overflow: hidden;
    height: 25px;
}
.babawrapper_nev_lany {
    padding: 2px;
    font-weight: bold;
    background-color: #FF6699;
    color: #FFFFFF;
    overflow: hidden;
    height: 25px;
}
.babawrapper_nev_fiu a {
    text-decoration: none;
    color: #FFFFFF;
}
.babawrapper_nev_lany a {
    text-decoration: none;
    color: #FFFFFF;
}
.babawrapper_inner {
    text-align: center;
    position: relative;
    padding: 4px;
    overflow: auto;
    height: 88px;
}
.babawrapper img {
    border: 1px solid #E4D3D3;
}

/* star rating */
.pontozo {
    padding: 3px;
    position: relative;
    text-align: center;
    background-color: #FFFFFF;
    color: #CCCC99;
}
.max_szavazat {
    border: 1px solid #666633;
    width: 142px;
    margin: 0px auto;
    margin-bottom: 4px;
    text-align: left;
    position: relative;
}
.szavazat_csik {
    height: 14px;
    background: url(../pictures/rating/line.gif) left center;
    overflow: hidden;
}
.nincs_szavazat_csik {
    height: 14px;
    overflow: hidden;
    margin: 0px auto;
    margin-bottom: 4px;
}

/* star rater */
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(../pictures/rating/star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a,
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}
.inline-rating{
	/*display:-moz-inline-block;
	display:-moz-inline-box;*/
	display:inline-block;
	vertical-align: middle;
}

