﻿/*
 * Файл:     css/places.css
 * Описание: файл стилей страницы списка заведений
 * Создан:   25 ноября 2009
 * Изменен:  1 сентября 2010
 */


h1
{
    font: bold 22px Tahoma, Verdana;
    color: #757575;
}

h1 a
{
    color: #757575;
}

h1 a:hover
{
    text-decoration: none;
}

h1.home
{
    display: inline-block;
    width: 100%;
    font: bold 32px Tahoma, Verdana;
    letter-spacing: -1px;
    color: #757575;
    padding: 10px 0 0 0;
    margin: 0;
}

h1.center
{
    text-align: center;
}


#topInfo
{
    clear: both;
    display: inline-block;
    width: 100%;
}


/* Самые дорогие заведения */

ul#moneyPlacesList
{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

ul#moneyPlacesList li
{
    float: left;
    margin: 0 15px 10px 0;
}

ul#moneyPlacesList li a
{
    padding-top: 10px;
    display: inline-block;
    width: 100px;
    height: 140px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    text-decoration: none;
}


/* Новые заведения */

ul#newPlacesList
{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

ul#newPlacesList li
{
    float: left;
    margin: 0 15px 15px 0;
}

ul#newPlacesList li a
{
    padding-top: 10px;
    display: inline-block;
    width: 100px;
    height: 140px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    text-decoration: none;
}



/* Поиск по заведениям */

.newFindPanel
{
    clear: both;
    margin: 10px 0 15px 0;
}

.newFindPanel .wordForSearch
{
    padding: 2px;
    border: solid 1px #999;
    width: 260px;
    height: 18px;
    background-color: #fafafa;
}

.newFindPanel .submitSearch
{
    width: 80px;
    margin-top: 3px;
    padding: 3px;
    background-color: #6d8fb3;
    font: bold 13px Tahoma, Verdana;
    color: #fff;
    border: solid 1px #3b6798;
}

a.createNewPlace
{
    display: block;
    text-decoration: none;
    width: 250px;
    text-align: center;
    padding: 9px 0 9px 0;
    background-color: #6d8fb3;
    font: bold 13px Tahoma, Verdana;
    color: #fff;
    border: solid 1px #3b6798;
}


/* Облако тегов */

#tagsList
{
    padding: 0 5px 0 5px;
    line-height: 160%;
    width: 100%;
}

#tagsList a
{
    color: #7e7e7c;
    text-decoration: none;
}

#tagsList a:hover
{
    text-decoration: underline;
}

#tagsList h1
{
    padding-top: 3px;
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: solid 2px #757575;
    font: bold 27px Tahoma, Verdana;
    color: #757575;
    letter-spacing: -1px;
    word-spacing: 3px;
}


#placesStat
{
    clear: both;
    display: inline-block;
    width: 100%;
    padding-top: 20px;
}


/* Лучшие заведения */

#placesMoneyBest
{
    float: left;
    width: 50%;
}

#placesMoneyBest h1
{
    font: bold 27px Tahoma, Verdana;
    color: #757575;
    letter-spacing: -1px;
    word-spacing: 3px;
    margin: 0 30px 15px 0;
    border-bottom: solid 2px #757575;
}

#placesMoneyBest ul
{
}

#placesMoneyBest ul li
{
    float: left;
    margin: 0 15px 15px 0;
}

#placesMoneyBest ul li a
{
    padding-top: 10px;
    display: inline-block;
    width: 100px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    text-decoration: none;
}


/* Новые отзывы */

#lastReviews
{
    float: right;
    width: 50%;
}

#lastReviews h1
{
    font: bold 27px Tahoma, Verdana;
    color: #757575;
    letter-spacing: -1px;
    word-spacing: 3px;
    margin: 0 0 15px 0;
    border-bottom: solid 2px #757575;
}

#lastReviews .review
{
    clear: both;
    display: inline-block;
    padding-bottom: 15px;
}

#lastReviews .review .reviewAv
{
    float: left;
    width: 50px;
}

#lastReviews .review .reviewAll
{
    float: right;
    width: 415px;
    padding-left: 10px;
}

#lastReviews .review .reviewInfo
{
    padding-bottom: 5px;
    font-size: 11px;
    color: #454545;
}

#lastReviews .review .reviewInfo a
{
    font: bold 13px Verdana;
    color: #333;
    text-decoration: none;
}

#lastReviews .review .reviewInfo a:hover
{
    text-decoration: underline;
}

#lastReviews .review .reviewText
{
    font: normal 11px Verdana, Tahoma;
    line-height: 140%;
    color: #333;
}

#lastReviews .review .reviewText .text
{
}

#lastReviews .review .reviewText .serviceQuality
{
    margin-top: 3px;
}

#lastReviews .review .reviewText .averageBudget
{
    margin-top: 3px;
}


/* Поиск заведений по тегу */


.newTag
{
    padding: 2px;
    border: solid 1px #999;
    width: 260px;
    height: 18px;
    background-color: #fafafa;
}

.submitTag
{
    width: 120px;
    margin-top: 3px;
    padding: 3px;
    background-color: #6d8fb3;
    font: bold 13px Tahoma, Verdana;
    color: #fff;
    border: solid 1px #3b6798;
}


/* Поиск заведений по слову */

.newWord
{
    padding: 2px;
    border: solid 1px #999;
    width: 260px;
    height: 18px;
    background-color: #fafafa;
}

.submitWord
{
    width: 130px;
    margin-top: 3px;
    padding: 3px;
    background-color: #6d8fb3;
    font: bold 13px Tahoma, Verdana;
    color: #fff;
    border: solid 1px #3b6798;
}


/* Постраничное разбиение и сортировка */

.systemInfo
{
}

.systemInfoLeft
{
    float: left;
    width: 450px;
    margin-bottom: 10px;
}

.systemInfoRight
{
    float: right;
    width: 450px;
    margin-bottom: 10px;
}

.pagesLister
{
    clear: both;
    padding: 5px 10px 15px 10px;
    font: normal 13px Tahoma, Verdana;
    color: #454545;
}

.pagesLister .order
{
    display: inline-block;
    width: 450px;
    text-align: right;
}

.pagesLister a
{
    text-decoration: underline;
    color: #255478;
    margin-left: 4px;
}

.pagesLister a:hover
{
    text-decoration: none;
}

.pagesLister a.thisSelect
{
    padding: 3px;
    background-color: #8c8c8c;
    color: #fff;
}


div.pagesList
{
    clear: none;
    text-align: left;
}

div.bottomLine
{
    clear: both;
    margin-top: 10px;
}


/* Листер заведений */

h1.h1title
{
    clear: both;
    display: block;
    color: #6ad9ea;
    font: bold 27px Tahoma, Verdana;
    letter-spacing: -2px;
    word-spacing: 4px;
    padding: 7px 0;
    border-bottom: solid 1px #b8b8b8;
}

h1.h1title a
{
    color: #6ad9ea;
    text-decoration: none;
    border-bottom: none;
}

h1.h1title a:hover
{
    border-bottom: solid 3px #6ad9ea;
}

.placesLister
{
    clear: both;
    margin-bottom: 20px;
}

.placesLister li
{
    float: left;
    width: 145px;
    margin: 5px 10px 10px 0;
}

.placesLister li a.listerPreview
{
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none;
}

.placesLister li .listerName
{
    text-align: center;
    font: normal 11px Tahoma, Verdana;
    color: #454545;
    margin-bottom: 5px;
}

.placesLister li .listerName a
{
    color: #1a3485;
}

.endCat
{
    display: inline-block;
    width: 100%;
    text-align: right;
}

.endCat a
{
    color: #6d6d6d;
    text-decoration: none;
    font: bold 13px Tahoma, Verdana;
}

.endCat a:hover
{
    text-decoration: underline;
}

/* Тултипы */

#tooltip
{
    font-size: 11px;
}

#tooltip b
{
    font-size: 13px;
    line-height: 20px;
}

/* Удаление заведения */
.placeDeleted
{
    width: 100%;
    margin: 20px auto;
    background-color: #ffdab9;
    border: solid 1px #a52a2a;
    color: #a52a2a;
    font-weight: bold;
    padding: 15px 10px;
    text-align: center;
}