#check_places_cont {padding-bottom:15px}
.tabel {margin:15px 0 0 0}

/*  text   */
table.table {
        font-size:90%;
        border-collapse:collapse;
        margin: 0 auto 1em auto;
        cursor:default;
        color:#000000;
            font-family:Tahoma;
}
/* верхняя полоса*/
table.table caption{
        text-align:center;
        font-size:120%;
        font-weight:bold;
        margin: 0 auto 0 auto;
        padding:.3em 0;
/*        background-color:#f8f8f8;*/
border-top:1px #c5c5c5 dotted;
color:#545451;
}

/* цвет, внутреннего бордюра*/
table.table td, table.table th{
        vertical-align: middle;
        border:1px solid #878175;
}
table.table thead th, table.table thead td{
        padding: .2em 0;
}
/* полоса, заголовок */
table.table thead th{
        background-color:#70b2cc;
        border-color:#878175;
        text-align:center;
        font-weight: bold;
        color:000;
}
table.table thead tr th{
        border-bottom-width:1px;
}

table.table tbody th, table.table tbody td, table.table tfoot th, table.table tfoot td{
        padding: .3em .2em;
        color:000;
}
/* Ячейки с номером */
table.table tbody th{
        text-align:center;
        font-weight: bold;
        background-color:#70b2cc;
        color:000;
        
}
table.table tfoot th{
        text-align:left;
        font-weight: bold;
}
table.cursorh tbody tr{
        cursor: pointer;
        cursor: hand;
}
table.table tr td.c{
        text-align:center;
}
table.table tr td.r{
        text-align:center;
}
table.table tr td.nb{
        white-space:nowrap;
}
/* полосы, цены (те, что через одну идут) */
table.table tbody tr.tr2{/*background-color:#ccc*/}

/* фон, возле тарифоф */
ul.list_prices li.selected a
{
        
}
/* цвет ссылки на тарифах */
ul.list_prices li.current a
{
        color:#000;
}
ul.list_prices li.current a:hover
{
        color:#000;
}
/* выбраная валюта */
ul.currencyUL li.selected a
{
        color:red;
}

a.booking_button:link,a.booking_button:active,a.booking_button:visited{
        padding: 3px;
        background: #FF9900;
        color: #fff;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
}
a.booking_button:hover{
        background: #ff6600;
        color: #000;
        text-decoration: none;
}

.AjaxLoading {}

/* Селект, выбора валюты*/
form.currency select{font-size:11px;color:#0d1427;}
