html {
    background-color: #e2f1fd;
}
body {
    font: 12px Tahoma;
    color: #170a0b;
}
div,a,span,td,th,input,textarea
{
	-moz-transition-property:box-shadow,color,border-color,background-color,opacity;-moz-transition-duration:0.2s,0.2s,0.2s,0.2s;-moz-transition-timing-function:ease,ease,ease,ease;
	-o-transition-property:box-shadow,color,border-color,background-color,opacity;-o-transition-duration:0.2s,0.2s,0.2s,0.2s;-o-transition-timing-function:ease,ease,ease,ease;
	-webkit-transition-property:box-shadow,color,border-color,background-color,opacity;-webkit-transition-duration:0.2s,0.2s,0.2s,0.2s;-webkit-transition-timing-function:ease,ease,ease,ease;
}
#main {
    width: 990px;
    border-left: 1px solid #97a6b2;
    border-right: 1px solid #97a6b2;
    border-bottom: 1px solid #97a6b2;
    margin: 0 auto;
}
#header {
    position: relative;
}
#menu {
    background: url('/images/menu.png') repeat-x;
    position: absolute;
    top: 294px;
    left: 0;
    z-index: 10;
    width: 990px;
}
#menu li {
    display: inline;
    float: left;
    margin: 0 0 0 40px;
    height: 35x;
}
#menu a {
    display: block;
    float: left;
    color: #eb4045;
    font: bold 19px Tahoma;
    text-decoration: none;
    height: 30px;
    padding: 5px 0 0 0;
}
#menu a:hover, #menu a:active, .menu-active {
    color: #9a3f42;
    background: url('/images/menu_active.png') no-repeat center;
}
.menu-more {
    position: relative;
}
.submenu {
    position: absolute;
    top: 26px;
    left: -11px;
    width: 198px;
    display: none;
}
#menu .submenu li {
    margin: 0;
    display: block;
    float: none;
}
#menu .submenu a {
    margin: 0;
    float: none;
    font: bold 12px Tahoma;
    margin: 0 25px;
    padding: 7px 3px;
    height: 16px;
    border-bottom: 1px #b0dbfc solid;
    white-space: nowrap;
}
#menu .submenu a:hover {
    background: none;
}
.submenu-cont {
    background: url('/images/submenu.png') repeat-y;
}
.submenu-top {
    width: 198px;
    height: 18px;
    background: url('/images/submenu_top.png') no-repeat;
}
.submenu-bottom {
    width: 198px;
    height: 15px;
    background: url('/images/submenu_bottom.png') no-repeat;
}
#logo-box {
    background: url('/images/light_bg.png');
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
	padding: 15px 20px;
	border: 1px #a0a0a0 solid; /* rgba(0,0,0,0.5) */
	text-align: center;
}
#lang {
    position: absolute;
    top: 27px;
    left: 340px;
    z-index: 10;
    width: 48px;
}
#lang a {
	display: block;
	padding: 0 0 5px;
	opacity: 0.7;
}
#lang a:hover {
	opacity: 1;
}
#pics {
    padding: 0 0 10px 0;
	border-bottom: 1px #7e7e7e solid;
}
#pics img {
    margin: 0 10px 0 0;
}
#logo-alt {
	margin: 0;
    padding: 10px 0 0;
    font: 11px Tahoma;
    color: #353535;
}
#top-contacts {
    background: url('/images/light_bg.png');
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
	padding: 10px 20px;
	border: 1px #a0a0a0 solid;
	font-size: 11px;
	line-height: 18px;
	color: #353535;
	font-weight: bold;
}
#top-contacts a {
	color: #353535;
}
#top-contacts a:hover {
	color: #eb4045;
}
#top-contacts span, #top-contacts span a {
	color: #48494a;
	font-weight: normal;
}
#content {
    background: #f1f8fe;
}
#speedbar, #new-offer, #left-side, #right-side, .date, .flat-name, .flat-name-full, .class, .flat img,
    #best_offer, #contacts, #tours {
    float: left;
    display: inline;
}
#speedbar {
    padding: 9px 0 0 40px;
    height: 37px;
    width: 442px;
    background: url('/images/speedbar.png') no-repeat;
    color: #969a9f;
}
#speedbar a {
    color: #969a9f;
    text-decoration: none;
}
#speedbar a:hover, #speedbar a:active {
    text-decoration: underline;
}
#new-offer {
    width: 187px;
    height: 35px;
    background: url('/images/new-offer.png') no-repeat;
    color: #eb4045;
    font: bold 19px Tahoma;
    text-decoration: none;
    text-align: right;
    padding: 11px 13px 0 0;
}
#contacts {
    width: 137px;
    height: 35px;
    background: url('/images/phone.png') no-repeat;
    color: #eb4045;
    font: bold 19px Tahoma;
    text-decoration: none;
    text-align: right;
    padding: 11px 13px 0 0;
}
#tours {
    width: 145px;
    height: 35px;
    background: url('/images/tours.png') no-repeat;
    color: #eb4045;
    font: bold 19px Tahoma;
    text-decoration: none;
    text-align: right;
    padding: 11px 13px 0 0;
}
#new-offer  a, #contacts  a, #tours  a {
    color: #eb4045; /*ca4448*/
    text-decoration: none;
}
#new-offer  a:hover, #new-offer  a:active, #contacts  a:hover, #contacts  a:active, #tours  a:hover, #tours  a:active {
    text-decoration: underline;
}
#columns, #about {
    padding: 0 20px;
}
#left-side {
    width: 465px;
    padding: 0 10px 0 0;
}
#right-side {
    width: 465px;
    padding: 0 0 0 10px;
}
.pad_20 {
    padding: 20px;
}
h1 {
    color: #eb4045;
    font: bold 19px Tahoma;
    margin: 5px 0;
}
h2 {
    background: #b0dbfc;
    padding: 2px 0 2px 10px;
    font-size: 110%;
    font-weight: bold;
    color: #00589f;
}
h3 {
    padding: 2px 0 2px 10px;
    font-size: 110%;
    color: #00589f;
}
h2 a {
    color: #00589f;
    text-decoration: none;
}
h2 a:hover, h2 a:active {
    text-decoration: underline;
}
h3 a {
    color: #eb4045 !important;
    text-decoration: none;
}
h3 a:hover, h3 a:active {
    text-decoration: underline;
}
h4, h5 {
    color: #eb4045;
    font: bold 16px Tahoma;
}
h4 {
    text-align: left;
}
h5 {
    text-align: right;
}
.text, .flat {
    border: 1px solid #b0dbfc;
    padding: 20px;
    margin-bottom: 20px !important;
    /*text-align: justify;*/
}
.flat {
    min-height: 124px;
}
.text a, .flat a {
    color: #00589F;
}
.text a:hover, .text a:active , .flat a:hover, .flat a:active {
    color: #eb4045;
}
.text hr {
    background-color: #b0dbfc;
    border: none;
    height: 1px;
    margin: 15px 0 5px 0;
}
.yashare-auto-init {
    width: 300px;
    float: left;
    display: inline;
    margin: 0 150px 0 0;
}
.news-date {
    color: #eb4045;
}
.news-back {
    float: left;
    display: inline;
    margin: 0 270px 0 0;
    color: #eb4045;
    padding: 5px 0 0 0;
}
.news-back a {
    color: #eb4045;
}
.news-date-n {
    float: left;
    display: inline;
    padding: 5px 0 0 0;
}
.date {
    color: #eb4045;
    margin: 0 5px 0 0  !important;
}
#news_image img {
    float: left;
    display: inline;
    margin: 0 10px 2px 0;
}
.flat-name {
    width: 305px;
}
.flat-name-full {
    width: 790px;
}
.class {
    width: 140px;
    margin: 0 !important;
    color: #eb4045 !important;
}
.flat img {
    margin: 0 20px 0 0;
    border: 1px solid #008DFF;
    padding: 2px;
}
.flat br {
    margin: 5px 0;
}
.hidden {
    display: none;
}
#offer_form {
    border: 1px solid #97A6B2;
    padding: 20px;
}
#offer_form p {
    margin: 10px 0;
}
#offer_form input[type="submit"] {
    padding: 2px 5px;
}
#copy {
    width: 990px;
    margin: 4px auto;
    text-align: center;
    color: #969a9f;
}
#copy a {
    color: #969a9f;
    text-decoration: none;
}
#copy a:hover, #copy a:active {
    color: #969a9f;
    text-decoration: underline;
}
#design {
    margin: 0 0 0 350px;
}
.text p, .flat p {
    margin: 5px 0;
}
.flat-top {
    margin: 0 0 5px 0 !important;
}
.flat-razdel {
    display: block;
    height: 1px;
    font-size: 0;
    width: 700px;
    margin: 0 0 0 204px;
    border-top: 1px dotted #ccc;
}
.flat-razdel-main {
    display: block;
    height: 1px;
    font-size: 0;
    width: 275px;
    margin: 0 0 0 145px;
    border-top: 1px dotted #ccc;
}
.flat-razdel-full {
    display: block;
    height: 1px;
    font-size: 0;
    width: 475px;
    margin: 0 0 0 425px;
    border-top: 1px dotted #ccc;
}
/*#about .text p:first-letter {
    font-size: 120%;
    font-weight: bold;
    color: #eb4045;
}*/
#best_offer {
    border: 1px solid #008DFF;
    margin: 0 20px 0 0;
}
.td-pad td {
    padding: 5px;
}
table td {
    font: 12px/16px Tahoma;
}
.mid {
    margin: 0 0 2px 0;
}
#widget {
    position: relative;
    padding: 2px;
    width: 400px;
}
.prev {
    position: absolute;
    bottom: 22px;
    left: 0;
    z-index: 100;
    width: 27px;
    height: 25px;
    border: 0;
    outline: 0;
    margin: 0 0 -2px -4px;
    display: none;
}
.next {
    position: absolute;
    bottom: 22px;
    right: 0;
    margin: 0 -4px -2px 0;
    z-index: 100;
    width: 27px;
    height: 25px;
    border: 0;
    outline: 0;
    display: none;
}
.jCarouselLite {
    float: left;
    display: none;
}
.jCarouselLite li {
    padding: 0 2px 0px 2px;
    width: 96px;
    height: 65px;
}
.guide {
    float: left;
    display: inline;
    width: 400px;
    margin: 0 20px 0 0;
}
.guide td {
    border: 1px solid #B0DBFC;
    width: 225px;
    text-align: center;
}
.slide-img {
    display: none;
}
.flat-room {
    text-align: center;
}
.flat-room a {
    margin: 0 40px;
}
.text input {
    font: 12px Tahoma;
    padding: 1px 3px;
}
.text select {
    border: 1px solid #B0DBFC;
    outline: 0 none;
}
.flat-top-full {
    margin: -10px 0 5px 0 !important;
}
#pages {
    padding: 0 20px 20px 20px;
    text-align: center;
}
#pages a {
    color: #170A0B;
}
.sitemap li {
    margin: 8px 0;
}
.sitemap-2 span {
    display: block;
    margin: 10px 20px;
}
#grafik_all {
    width: 1200px;
    margin: 0 auto;
}
.month {
    margin: 5px 0 10px;
}
.month td {
    text-align: center;
    font-size: 11px;
    white-space: nowrap;
    padding: 0 3px;
}
.grafik_table {
    margin: 0 0 20px 0;
	border: 1px #444 solid;
}
#grafik_all a {
    color: #000;
}
#grafik_all a:hover {
    color: #eb4045;
}
.grafik_table th {
	height: 20px;
	text-align: center;
    font-weight: bold;
	border: 1px #444 solid;
    font-size: 80%;
	background: #fff812;
    overflow: hidden;
	width: 30px;
}
.grafik_table td {
	border: 1px #444 solid;
    font-size: 80%;
    background: #fff;
    overflow: hidden;
	height: 20px;
}
.grafik-flat {
	padding: 0 10px;
	white-space: nowrap;
	font-size: 100% !important;
}
.grafik-zaezd {
    background: url(/images/booking/booking1.jpg) no-repeat 0 0 !important;
}
.grafik-viezd {
    background: url(/images/booking/booking2.jpg) no-repeat 0 0 !important;
}
.grafik-zaezd-p {
    background: url(/images/booking/booking5.jpg) no-repeat 0 0 !important;
}
.grafik-viezd-p {
    background: url(/images/booking/booking6.jpg) no-repeat 0 0 !important;
}
.grafik-full {
    background: #00b000 !important;
}
.grafik-full-p {
    background: #fff812 !important;
}
.grafik-full-2 {
    background: url(/images/booking/booking3.jpg) no-repeat 0 0 !important;
}
.grafik-full-2p {
    background: url(/images/booking/booking3.jpg) no-repeat 0 0 !important;
}
.grafik-full-2p-z {
    background: url(/images/booking/booking8.jpg) no-repeat 0 0 !important;
}
.grafik-full-2p-v {
    background: url(/images/booking/booking7.jpg) no-repeat 0 0 !important;
}
.grafik-full-2p-s {
    background: url(/images/booking/booking4.jpg) no-repeat 0 0 !important;
}
.grafik-comments {
    text-align: center;
    padding: 0 0 20px 0;
}
.grafik-comments img {
    border: 1px #888 solid;
    margin: 0 0 -5px 0px;
}
.day-num {
    font-weight: bold;
}
.td_pad_5 td {
    padding: 5px;
}
.in_submit {
    padding: 2px 5px;
}
#no-smoke {
    position: absolute;
    bottom: 60px;
    right: 30px;
    z-index: 1102;
    display: block;
    width: 55px;
    height: 55px;
    background: url(/images/no-smoke.png);
}
#flats-filter-type {
    display: none;
}
.flat-phone {
    font-weight: bold;
    color: #00589F;
}
#eXTReMe {
    display: inline;
    height: 12px;
    width: 12px;
}
#eXTReMe img {
    height: 12px;
    width: 12px;
}
