﻿#check_places_cont {padding-bottom:15px}
.tabel {margin:15px 0 0 0}
.table td {border:1px solid #69605a; padding:3px;}
.table th {border:1px solid #69605a; padding:5px 3px;}

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

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

table.price tbody th, table.price tbody td, table.price tfoot th, table.price tfoot td{
	padding: .4em .2em;
	padding-left: 7px;
	padding-right: 7px;
	color:#F2E9D7;
	background-color:#413b37;
}

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

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;
}

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

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: #A7956F;
        color: #fff;
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
}
a.booking_button:hover{
        background: #A7956F;
        color: #000;
        text-decoration: none;
}
.AjaxLoading {}


/* Селект, выбора валюты*/
form.currency select{font-size:11px;color:#000000;}
