.content_border {
    background-color: #ececec;
    float: left;
    height: 118px;
    width: 240px;
    padding: 5px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    font-size: 10px;
}
.content_border2 {
    background-color: #ececec;
    float: inherit;
    padding: 5px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    font-size: 10px;
}
.content_background_item {
    background-color: #FFFFFF;
    padding: 3px;
    float: left;
    height: 75px;
    width: 234px;
}
.content_data {
    font-family: Tahoma;
    font-size: 12px;
    font-style: normal;
    color: #000000;
    float: left;
    height: auto;
    width: 150px;
    overflow: hidden;
    text-align: left;
    vertical-align: top;
    padding-top: 10px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
}
.content_nev {
    font-family: Tahoma;
    font-size: 12px;
    #color: #014d93;
    color: #000000;
}

.content_nev2 {
    font-family: Tahoma;
    font-size: 14px;
    #color: #014d93;
    color: #000000;
}

.content_rating {
    font-family: Tahoma;
    font-size: 14px;
    #color: #014d93;
    color: #000000;
    font-weight: bold;
}

.content_background_votebar {
    background-color: #cccccc;
    padding: 3px;
    float: left;
    height: 18px;
    width: 234px;
    text-align: center;
}
.content_background_votebar2 {
    padding: 3px;
    float: left;
    height: 13px;
    width: 234px;
    text-align: center;
}
.content_tumbnailborder_female {
    background-color: #ed008c;
    padding: 1px;
    float: left;
    height: 72px;
    width: 72px;
}
.content_tumbnail {
    padding: 0px;
    float: left;
    height: 70px;
    width: 70px;
    margin: 1px;
}
.content_tumbnailborder_male {
    background-color: #68ddef;
    padding: 1px;
    float: left;
    height: 72px;
    width: 72px;
}
.nextpage {
    font-family: Tahoma;
    font-size: 10px;
    color: #FFFFFF;
    background-color: #0d5882;
    text-align: center;
    vertical-align: middle;
    display: inline;
    float: left;
    height: 20px;
    width: 760px;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-top: 25px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    word-spacing: 5px;
}
.nextpage a {
    color:#FFFFFF;
    text-decoration:none;
}
.nextpage a:hover{
    text-decoration:none;
    color: #0D5882;
    background-color: #FFFFFF;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
}
.blank_a {
    font-family: Tahoma;
    font-size: 10px;
    color: #116FA2;
}
.header {
    background-image: url(../images/main_header.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    float: left;
    height: 284px;
    width: 830px;
}
.main_hint {
    font-family: Tahoma;
    font-size: 12px;
    color: #000000;
    background-color: #F5F5F5;
    text-align: left;
    vertical-align: middle;
    word-spacing: 2px;
    display: inline;
    float: left;
    height: 20px;
    width: 760px;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 15px;
    padding-left: 5px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 25px;
    margin-left: 5px;
}
.info {
    font-family: Tahoma;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #0D5882;
    letter-spacing: 3px;
    word-spacing: 3px;
}
.mitkell {
    font-family: Tahoma;
    font-size: 12px;
    color: #FFFFFF;
    float: right;
    height: 150px;
    width: 205px;
    margin-top: 100px;
    margin-right: 15px;
    margin-left: 20px;
}






















form.rating {
    padding: 1em;
    border: 1px solid #ccc;
}

.rating {
    cursor: pointer;
    clear: both;
    display: block;
}

.rating:after {
    content: '.';
    display: block;
    height: 0;
    width: 0;
    clear: both;
    visibility: hidden;
}

.star {
    float: left;
    width: 17px;
    height: 15px;
    overflow: hidden;
    text-indent: -999em;
    cursor: pointer;
}

.star,
.star a {background: url('/images/vote/vote_star_gray_16.gif') no-repeat 0 0px;}

.star a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0 0px;
}

div.rating div.on a {
    background-position: 0 -16px;
}

div.rating div.hover a,
div.rating div a:hover {
    background-position: 0 -32px;
}

div.notifytext {
    margin-top: 5px;
    font-size: .8em;
    clear: both;
}

#ratingdiv {
    height: 35px;
}

.curs {
    cursor: pinter;
}
