/**
 * top.css
 *
 * CSS-файл со стилями для страницы рейтинга
 *
 * @author Denis Barushev <denis@zveno.com.ua>
 * @since 08.02.2008
 */

#content {
    z-index: 9;
}
#search_results {
    z-index: 10;
}


#title {
    border-bottom: 1px solid #9b3214;
    margin-bottom: 0;
    padding-bottom:20px;
}

.sort,
.sort a {
    color: #9b3214;
}

.sort span {
    font-weight: bold;
}

.top {
    width: 620px;
    margin-left: -60px;
    position: relative;
    margin-bottom: 25px;
}

.top thead td {
    background: url(/media/images/dashed.gif) repeat-x bottom;
    padding: 13px 0;
}

.top thead td.place {
    background: none;
    width: 60px;
}

.top td {
    padding: 3px 0 3px 0;
    vertical-align: top;
}

.top .first-child td {
    padding-top: 15px;
}

.top .name {
    font-size: 14px;
    padding-right: 10px;
    background: url(/media/images/top-dots.gif) repeat-x 0 18px;
}

.top .first-child .name {
    background-position: 0 30px;
}

.top .name span {
    font: 10px Arial, Tahoma, sans-serif;
    color: #666;
}

* html body .top .name {
    background-position: 0 19px;
}


.top .name a {
    color: #9b3214;
    background: #fff1bf;
}

.top .scale {
    width: 140px;
    padding-top: 10px;
}

.top .first-child .scale {
    padding-top: 20px;
}

.top .stars {
    padding: 6px 0 4px 3px;
}

.top .stars img {
    vertical-align: bottom;
}

.top .scale div {
    background: #e17737 url(/media/images/top-bg.gif) repeat-x top;
    height: 5px;
    font-size: 0;
}

.top .place {
    padding-top: 5px;
}

.top .first-child .place {
    padding-top: 17px;
}

.top .place span {
    width: 55px;
    display: block;
    text-align: right;
    padding: 0 5px 0 0;
}

.top .place span span {
    width: auto;
    display: inline;
    padding: 0;
    color: #666;
}


.top .rating {
    width: 110px;
}

.top .reviews {
    padding-right: 15px;
    text-align: right;
}

.description {
    color: #666;
    padding: 18px 0;
    border-bottom: 1px solid #ebcb9d;
}

.description a {
    color: #9b3214;
}

#title .top_type {
    float: right;
}