div.alphabet {
    margin-top: 20px;
    color: #999;
    font: normal 11px/16px Verdana;
}
    div.alphabet div { font-weight: bold; }
    div.alphabet div.line {
        margin-top: 7px;
        font-weight: normal;
    }
    div.alphabet a,
    div.alphabet span {
        padding: 3px 5px !important;
        margin: 0px 0px 0px 0px;
        padding: 0px 2px;
        text-decoration: none;
    }
        div.alphabet a:hover {
            color: #fff;
            text-decoration: none;
            background-color: #3794df;
        }
        div.alphabet a.this {
            color: #fff;
            text-decoration: none;
            background-color: #226095;
        }
/* строка вариантов поиска заведения (рекомендуем, на карте и тд) */
div.places_search_types {
    font: normal 17px/25px Arial;
}
    div.places_search_types span {
        padding: 3px 5px;
        color: #fff;
        background-color: #226095;
    }
    div.places_search_types span,
    div.places_search_types a { margin-right: 10px; }

div.num_counts {
    margin-top: 30px;
    font: normal 10px/15px Arial;
}

div.place_item {
    clear: left;
    float: left;
    display: block;
    margin-top: 20px;
}
    div.place_name {
        font: normal 24px/24px Arial;
    }
    div.rating_title,
    div.undeground_title,
    div.adress_title,
    div.site_title,
    div.phone_title,
    div.network_title {
        clear: left;
        float: left;
        margin: 5px 0px 0px 10px;
        width: 80px;
        font: normal 12px/18px Arial;
    }
    div.rating,
    div.undeground,
    div.adress,
    div.site,
    div.phone,
    div.network {
        float: left;
        margin-top: 5px;
        font: normal 12px/18px Arial;
    }
    div.rating {}
        div.rating div.rating_item {
            float: left;
            display: block;
            margin-top: 3px;
            width: 50px;
            height: 11px;
        }
            div.rating div.rating_item span.rating_item_bg {
                display: block;
                width: 50px;
                height: 11px;
                background-color: #ccc;
            }
            div.rating div.rating_item span.rating_item_progress {
                position: relative;
                display: block;
                top: -11px;
                width: 50px;
                height: 11px;
                background-color: #c00;
            }
            div.rating div.rating_item span.rating_item_stars {
                position: relative;
                display: block;
                top: -22px;
                width: 50px;
                height: 11px;
                background: transparent url('/assets/img/stars-small.png') 0 0 no-repeat;
            }
        div.rating span.rating_counts {
            float: left;
                display: block;
                margin-left: 5px;
                font: normal 11px/16px Arial;
        }
        div.rating div.rating_stars {
            clear: left;
            float: left;
            display: block;
            margin-top: 3px;
            width: 50px;
            height: 11px;
            background-color: #ccc;
        }
            div.rating div.rating_stars a {
                float: left;
                display: block;
                width: 10px;
                height: 11px;
                text-indent: -999px;
                background: transparent url('/assets/img/stars-small.png') 0 0 no-repeat;
            }
            div.rating span.rating_stars_title {
                float: left;
                display: block;
                margin-left: 5px;
                font: normal 11px/16px Arial;
            }
        div.count_comments {
            clear: left;
            display: block;
            margin-left: 90px;
        }
        div.undeground ul {
            margin: 0px;
            padding: 0px;
            list-style: none;
        }
            div.undeground ul li {
                float: left;
                display: block;
                margin: 0px 10px 0px 0px !important;
                list-style: none;
            }
                div.undeground ul li span {
                    float: left;
                    display: block;
                    margin-right: 0px;
                    width: 20px;
                    height: 20px;
                    background: transparent url('../../img/undeground_station_label.png') 0 0 no-repeat;
                }

div.paginator {
    float: none;
    margin: 30px 0px;
    text-align: left;
}

/************************************************************/

* html div.rating { float: none; }
* html div.rating div.rating_stars a { background: transparent url('/assets/img/stars-small.gif') 0 0 no-repeat; }
* html div.undeground { float: none; }
* html div.undeground ul li { margin-bottom: 0px; }
* html div.place_item { float: none; }
* html div.place_item div.adress_title { margin: 0px 0px 0px 10px; }
* html div.place_item div.adress { float: none; }
* html div.place_item div.phone { float: none; }
* html div.place_item div.network { float: none; }
* html div.paginator { float: left; width: 400px; margin-left: 170px; }
* html div.undeground ul li span { background: transparent url('../../img/undeground_station_label.gif') 0 0 no-repeat; }

*+html div.rating { float: none; }
*+html div.undeground { float: none; }
*+html div.undeground ul li { margin-bottom: 0px; }
*+html div.place_item { float: none; }
*+html div.place_item div.adress_title { margin: 0px 0px 0px 10px; }
*+html div.place_item div.adress { float: none; }
*+html div.place_item div.phone { float: none; }
*+html div.place_item div.network { float: none; }
*+html div.paginator { float: none; }
