﻿/*     */
.ui-widget {font-size: 0.8em !important}
.show_price {
        color:#484848;
        font-size: 11px;
        font-family: Tahoma;
}

/* надпись, базовые тарифы, и тд. */
h2 {        font-family: Tahoma;
        font-size: 15px;
        font-weight: bold;
        color: #000;
        text-align: center;
        line-height: 5px;
}

table.price {
        font-size: 12px;
        color: #484848;
        font-size:90%;
        border-collapse:collapse;
        margin: 0 auto 1em auto;
        cursor:default;
}
/* самая верхняя полоска*/
table.price caption{
        text-align:center;
        font-size:11px;
        font-weight:bold;
        margin: 0 auto 0 auto;
        padding:.3em 0;
        color: #090d17;
        background-color:#f8f8f8;
        font-family: Tahoma;
}
/* внутрений бордюр */
table.price td, table.price th{
        vertical-align: middle;
        font-size:11px;
        font-family: Tahoma;
        border:1px solid #fff;
}

table.price thead th, table.price thead td{
        color: #000;
        padding: .2em 0;
}

/*Полоска_заголовок*/
table.price thead th{
        background-color:#e4ecee;
        border-color:#fff;
        text-align:center;
        font-weight: bold;
        color:#000;
}

table.price thead tr th{
        border-bottom-width:2px;
}
table.price thead th.c1{
        width:3%;
}
table.price thead th.c2{
        width:46%;
}
table.price thead th.c3{
        width:5%;
}
table.price thead th.c4{
        width:5%;
}
table.price thead th.c5{
        width:5%;
}
table.price thead th.c6{
        width:8%;
}

table.price tbody th, table.price tbody td, table.price tfoot th, table.price tfoot td{
        padding: .3em .2em;
        padding-left: 7px;padding-right: 7px;
       color:#000000;
}

/* Ячейки с номером */
table.price tbody th{
        text-align:center;
        font-weight: bold;
        background-color:#e4ecee;
}

table.price tfoot th{
        text-align:left;
        font-weight: bold;
}
table.cursorh tbody tr{
        cursor: pointer;
        cursor: hand;
}
table.price tr td.c{
        text-align:center;
}
table.price tr td.r{
        text-align:center;
}
table.price tr td.nb{
        white-space:nowrap;
}
/* строчки, которые идут через одну */
table.price tbody tr.tr2{background-color:#f3f2e9}

ul.baseprice {
        color: #BABCDC;
        font-size: 12px;
}

ul.list_prices_sezonprice {
        color: #BABCDC;
        font-size: 12px;
}

li.li_price_1{
        color: #BABCDC;
}

li {
        color: #000;
}
/* Ссылка под базовыми тарифами. та что сверху*/
ul.list_prices li.selected a
{
        /*background-color:#FFFFCC;*/
        color: #000;
}

li.selected current {
        /*color: #ff0000;*/
        font-weight: bold;
}

li.selected current a {
        /*color: #ff0000;*/
        font-weight: bold;
}

li.selected {
        /*color: #ff0000;*/
        font-weight: bold;
}

li.selected a {
        /*color: #ff0000;*/
        font-weight: bold;
}

ul.list_prices li.current a
{
        /*color: #ff0000;
        font-weight: bold;*/
}

ul.currencyUL li.selected a
{
        /*color: #ff0000;*/
        font-weight: bold;
}

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: #fff;
        text-decoration: none;
}
.AjaxLoading {}


/* Селект, выбора валюты*/
form.currency select{font-size:11px;color:#000;}
table.dyn tbody th, table.dyn tbody td, table.dyn tfoot th, table.dyn tfoot td{
	color:#000;
	background-color: #e5f0f9;
}

table.price tr th.food{
    background-color: #ffffa0;
}
table.price tr td.ft{
    background-color: #e5f0f9;
}