body {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    color: #2d3331;
    background: #fff;
}
body, div, p, td, form {
    margin: 0px;
    padding: 0px;
}
a:link, a:active, a:visited {
    color: #9d080d;
    text-decoration: none;
	border-bottom: 1px dotted;
}
a:hover {
    text-decoration: none;
	border-bottom: none;
}

.title {
    font-weight: bold;
    color: #9d080d;
}

.rates {
	text-align: left;
}
.rates label {
	width: 50px;
	height: 16px;
	float: left;
	font-weight: bold;
}
.rates div {
	width: 50px;
	float: left;
	text-align: center;
}
.rates div.price {
	width: 60px;
	text-align: right;
}

a.title {
    font-weight: bold;
    color: #9d080d;
    text-decoration: underline;
	border-bottom: none;
}
a.title:hover {
    text-decoration: none;
}

#loader {
    position: absolute;
    top: 5px;
    right: 5px;
    border: 1px ridge #ccc;
    background-color: #e95555;
    color: #eee;
    padding: 3px;
    display: none;
}

#header {
	background: url(../images/top_bg.jpg) repeat-x;
	height: 89px;
}
.itemMenu {
	background: url(../images/menu_div.png) top left no-repeat;
	height: 76px;
	float: right;
	text-align: left;
}
.itemMenu p {
	padding-right: 10px;
	padding-left: 6px;
	padding-top: 36px;
}
.itemMenu a {
	font-weight: bold;
	font-size: 10px;
	color: #2d75ad;
	text-decoration: none;
	border-bottom: none;
}
#logo {
	margin: 27px 0px 0px 37px;
	position: relative;
	float: left;
	z-index: 15;
	text-align: center;
}

#top {
	background: url(../images/main_bg.gif) bottom repeat-x;
	height: 191px;
	position: relative;
}
#topLine {
	background: url(../images/top_line.gif) repeat-x;
	height: 4px;
}
#top-img {
	z-index: 0;
	position: absolute;
	top: 4px;
	left: 0px;
}
#ring-bell {
	float: right;
	margin-right: 60px;
}

#topGrayLine {
	height: 11px;
	margin-top: 1px;
	background: #cccccc;
}
.bgLine {
	background: url(../images/bg_line.png) top center no-repeat;
	height: 9px;
	position: relative;
	z-index: 10;
}
#bottom {
	background: #cccccc;
	height: 50px;
}
.copyright {
	font-size: 9px;
	text-align: center;
}
.boxNotes {
	width: 230px;
	height: auto;
	min-height: 405px;
	background: url(../images/bg_notes.png) no-repeat;
	margin: 0px 5px;
	position: relative;
	margin-top: -60px;
	text-align: left;
}
.boxNotes > div {
	padding: 60px 35px 0px 35px;
}
.titleBox {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

.linkButton {
    background: transparent url(../images/btn_right_slice.gif) top right no-repeat;
    display: block;
    float: left;
    height: 14px;
    padding-right: 4px;
    text-decoration: none;
	line-height: 15px;
}
.linkButton span {
    background: transparent url(../images/btn_left_slice.gif) no-repeat;
    display: block;
    padding: 0px 0px 4px 5px;
    border: 0 none;
    font-size: 9px;
    color: #9d080d;
    cursor: pointer;
}
.linkButtonExt {
	width: 450px;
	height: 5px;
	background: #ccc;
	margin-top: 9px;
	margin-left: 10px;
}

.dottedLine {
	border-bottom: 1px dotted #525252;
	height: 1px;
	margin: 10px 0px;
}
.content {
	padding: 30px 10px;
}

.row_hotels {
	width: 500px;
}
.block_hotel {
	text-align: center;
	margin: 0px 10px;
	width: 100px;
}
.odd {
	background: #C6E4FF;
}

fieldset.border {
	border-left: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
}
legend.title {
	font-size: 14px;
	font-weight: bold;
	color: #9d080d;
	padding: 0px 5px;
}
.photo {
	width: 100px;
	height: 75px;
	margin-right: 10px;
}
.photo a {
	border: 0 none;
}
.photo img {
	border: 1px #d4d4d4 solid;
	padding: 2px;
}

.fLeft {
    float: left;
}
.fRight {
    float: right;
}
.clear {
    clear: both;
}

#formBooking {
	line-height: 20px;
}
#formBooking label {
	float: left;
	font-weight: bold;
	line-height: 20px;
	padding: 0pt 5px 0pt 0pt;
	text-align: right;
	width: 175px;
	clear: both;
	position: relative;
}
#formBooking input, #formBooking select, #formBooking textarea {
	border: 1px solid #74623D;
	padding-left: 3px;
	vertical-align: middle;
	margin-bottom: 5px;
}
#formBooking .checkbox {
	margin-left: 0px;
	border: 0 none;
}
#formBooking img {
	vertical-align: middle;
}
.err_container {
	color: #ff0000;
	display: none;
}
.error {
	color: #ff0000;
}

input.error, select.error {
	color: #000000;
}

/* Flags */
.flag_ru {
	background: url(../images/flags/flag_ru.png) no-repeat;
	padding-left: 20px;
	border-bottom: none !important;
}
.flag_en {
	background: url(../images/flags/flag_en.png) no-repeat;
	padding-left: 20px;
	border-bottom: none !important;
}
.flag_ro {
	background: url(../images/flags/flag_ro.png) no-repeat;
	padding-left: 18px;
	border-bottom: none !important;
}

/* Pagination */
div.pagination
{
    padding: 3px;
    margin: 3px;
    clear: both;
}

div.pagination a
{
    color: #9d080d;
    margin: 2px;
}

div.pagination a:hover, div.pagination a:active
{
    border: 1px solid #9d080d;
    color: #9d080d;
    margin: 2px;
}

div.pagination span.current
{
    color: #000000;
    background-color: #F5F5F5;
    text-decoration: none;
    margin: 2px;
}
div.pagination span.disabled
{
    margin: 2px;
    color: #2a435c;
}
