@CHARSET "UTF-8";

.BGCOLOR_MAY
{
	background-color: #feeec7;
}
.BGCOLOR_MAY_CAPTION
{
	background-color: #fff3d8;
}

.BGCOLOR_JUNE
{
	background-color: #ffeab9;
}
.BGCOLOR_JUNE_CAPTION
{
	background-color: #fff0ce;
}

.BGCOLOR_JULY
{
	background-color: #ffe6ac;
}
.BGCOLOR_JULY_CAPTION
{
	background-color: #ffeec5;
}

.BGCOLOR_AUGUST
{
	background-color: #ffe29f;
}
.BGCOLOR_AUGUST_CAPTION
{
	background-color: #ffebbc;
}

.BGCOLOR_SEPTEMBER
{
	background-color: #c4f1f5;
}
.BGCOLOR_SEPTEMBER_CAPTION
{
	background-color: #d6f5f8;
}
.BGCOLOR_OCTOBER
{
	background-color: #b2eff4;
}
.BGCOLOR_OCTOBER_CAPTION
{
	background-color: #c2f2f7;
}

.BGCOLOR_WINTER
{
	background-color: #afe8ed;
}
.BGCOLOR_WINTER_CAPTION
{
	background-color: #9eeff7;
}
.BGCOLOR_TOP_CAPTION
{
	background-color: #f7f5f0;
}
.BGCOLOR_CAPTION
{
	background-color: #f3f0e9;
	font-weight: bold;
	color: #000000;
}

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Trebuchet MS, Verdana, Tahoma, sans-serif;
	background-color: #f3f0e9;
	width: 100%;
	height: 100%;
}
a {
	color: #0d738c;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 960px;
	max-width: 80%;
	min-width: 960px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	/*height: 100%;*/
	background-color: #ffffff;
	background-image: url(../img/wrapper-bg.png);
	background-repeat: repeat-y;	
	-webkit-box-shadow: 0px 1px 25px rgba(221, 220, 216, 0.75);
	-moz-box-shadow:    0px 1px 25px rgba(221, 220, 216, 0.75);
	box-shadow:         0px 1px 25px rgba(221, 220, 216, 0.75);
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	background: #fafafa;
	overflow: hidden;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	/*padding: 0 0 100px;*/
	height: 1%;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 0 0 240px;
}
#admin-content {
	padding: 0 0 0 180px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 240px;
	height: 100%;
	min-height: 100%;
	margin-left: -100%;
	position: relative;
}

.sidebar-caption
{
	width: 240px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #9c3700;
	padding-top: 40px;
}
#recomended-region
{
	margin-left: 56px;
}
.sidebar-tooltip
{
	color: #706e68;
	margin-left: 56px;
}
/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 250px;
	margin-left: -250px;
	position: relative;
	background: #fafafa;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;/*-100px auto 0;*/
	height: 269px;
	background: #004e64;
	z-index:100;
}
.footer-caption
{	
	font-family: Trebuchet MS, Verdana;
	color: #fdbd1b;
	font-size: 20px;
}
ul.footer-menu
{
	list-style: none;
}
ul.footer-menu li
{
	margin-top: 16px;
}
ul.footer-menu a
{
	font-size: 12px;
	font-family: Trebuchet MS, Verdana;
	color: #e9e3d3;
}
span.footer-text
{	
	display:inline-block;
	margin-top: 16px;
	font-size: 12px;
	font-family: Trebuchet MS, Verdana;
	color: #e9e3d3;
}
.clear
{
	float: none;
	clear: both;
}
#logo
{
	float: left;
}
#logo img
{
	margin-top: -20px;
	margin-left: 10px;
}
#slogan
{
	float: left;
	margin-left: 10px;
	margin-top: 8px;
}
/* navigation */
.main-navigation
{
	margin-top: 10px;
	margin-left: 25px;
}
.main-navigation ul
{
	margin-left: 10px;
	margin-bottom: 10px;
}

.item
{
	float: left;
	padding: 5px;
}
#current-site-position
{
	background-color: #efefef;
}
.house-item
{
	margin: 10px;
}
.house-item-image-small
{
	width: 200px;
	float: left;
}
.house-item-summary
{
	float: left;
	margin: 10px;
}
.price-table td
{
	padding: 5px;
}
.detail-description
{
	width: 50%;
	float: left;
}
.detail-foto
{
	width: auto;
	float: right;
}
#select-recomended-region-panel
{
	width: 240px;
	height: 440px;
	
	position: absolute;
	background-color: #ffffff;	
	z-index: 889;

	
	-moz-box-shadow:    0px -3px 10px 2px #dad0b6;
	-webkit-box-shadow: 0px -3px 10px 2px #dad0b6;
	box-shadow:         0px -3px 10px 2px #dad0b6;	
}
#select-recomended-region-panel-caption
{
	background-color: #02586c;
	padding: 5px;
}
#select-recomended-region-panel-caption span
{
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
#close-select-recomended-region-panel
{
	cursor: pointer;
	float: right;
	padding: 2px;
	width: 16px;
	height: 16px;
	background-image: url(../img/icons/16x16/cross.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#select-recomended-region-panel-scroll
{
	width: 230px;
	height: 370px;
	margin: 10px;
	overflow: scroll;
	overflow-x: hidden;
}
.recomended-list-item
{
	cursor: pointer;
	width: 100%;
	padding: 5px;
}
.recomended-list-item:hover, .recomended-list-item.selected
{
	color: #ffffff;
	background-color: #0d728b;
}
.show_full_news
{
	cursor: pointer;
}
.custom-loader
{
	background-image: url(../img/loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	position:absolute;
	z-index: 888;
}
.loader
{
	background-image: url(../img/loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	position: fixed;
    background-color: #ffffff;
    filter: alpha(opacity=30);
    opacity: 0.3;
    z-index: 888; 	
}
.loading
{
	width: 24px;
	height: 24px;
	background-image: url(../img/loader.gif);
}
tr.odd
{
	
	
}
#top-menu
{
	width: 100%;
	height: 29px;
	background-color: #004e64;
}
#top-menu ul.menu
{
	list-style: none;
}
#top-menu ul.menu li
{
	float: left;
	margin-left: 25px;
}
#top-menu a
{
	line-height: 29px;
	font-size: 12px;
	font-family: Trebuchet MS, Verdana;
	color: #e9e3d3;
}

#top-header-content
{
	width: 100%;	
}
#top-fixed-container
{
	width: 100%;
	height: 61px;
}

#top-fixed-menu
{
	position: fixed;
	width: 100%;
	height: 61px;	
	color: #fff;
	background-image: url(../img/top-fixed-menu-bg.png);
	z-index: 8000;
}
#top-fixed-menu a
{
	line-height: 61px;
	vertical-align: middle;
}
#top-main-menu
{	
	list-style: none;
}
#top-main-menu li
{
	float: left;
	margin-left: 30px;	
}
#top-main-menu li a
{
	color: #ffffff;
	line-height: 50px;
	font-size: 16px;
	text-decoration: underline;
}
#top-main-menu li a:hover
{
	text-decoration: none;
}
#top-search
{
	width: 330px;
	height: 330px;
	margin-left: 20px;
	margin-top: -70px;
	background-image: url(../img/top-search-bg.png);
}
.recomended-item
{	
	margin: 19px auto;
	width: 200px;
	height: 231px;
	background-color: #ffffff;
	overflow:hidden;
	-moz-box-shadow:    3px -3px 10px 2px #dad0b6;
	-webkit-box-shadow: 3px -3px 10px 2px #dad0b6;
	box-shadow:         3px -3px 10px 2px #dad0b6;
}
.recomended-item-title a
{
	margin-left: 20px;
	font-size: 13px;
	line-height: 50px;
}
.recomended-item-image
{
	cursor: pointer;
	overflow: hidden;
}
.recomended-item-description
{
	background-image: url(../img/recomended-item-description-bg.png);
	position: relative;
}
.recomended-item-description-content
{
	padding-top: 20px;
	padding-left: 10px;
}
.recomended-item-address
{
	background-image: url(../img/anchor-on-map.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #5e2100;
}
.recomended-item-address span
{
	color: #944e00;
}
.recomended-item-phone
{
	background-image: url(../img/phone.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #5e2100;
}
.recomended-item-price
{
	background-image: url(../img/ruble.png);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	color: #5e2100;
}
#curorts-header
{	
	width: 720px;
	height: 64px;
	background-image: url(../img/curorts-header.png);
}
#curorts
{
	white-space: nowrap;
	padding-bottom: 40px;
	width: 720px;
	background-color: #daf4fb;
	border-bottom: 4px solid #fdbd1b;
}
#search-grid
{
	border: 0;
}
#search-grid td
{
	font-family: Trebuchet MS, Verdana, Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #5e2100;
	margin: 0;
	padding: 0;
}

.search-text
{
	background-image: url(../img/serch-combo-bg.png);
	border: 0;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-family: Trebuchet MS, Verdana, Tahoms;
	font-size: 16px;
	padding-left: 10px;
}

.zero-grid
{
	border: 0;
	margin: 0;
	padding: 0;
}
.zero-grid td
{
	margin: 0;
	padding: 0;
}

.button
{
	display:inline-block;
	height:28px;
	font-family: Trebuchet MS, Verdana, Tahoma;
	font-size: 13px;
	color:#fff!important;
	text-decoration:none;
	background-image: url(../img/button_bg.png);
	border: 1px solid #22829a;	
	padding:0;
	text-align: center;
	
	-moz-box-shadow:    2px 2px 10px 1px #333333;
	-webkit-box-shadow: 2px 2px 10px 1px #333333;
	box-shadow:         2px 2px 10px 1px #333333;
	
}
.button span 
{
	display:inline-block;
	line-height: 30px;
	vertical-align: middle;
	height:30px;
	cursor:pointer;
	display:block;			
}

.body-caption
{
	font-size: 18px;
	font-weight: bold;
	color: #9c3700;
	padding-top: 40px;
	margin-left: 30px;
	margin-bottom: 26px;
}
.body-caption a
{
	display: block;
	margin-bottom: 10px;
	font-size: 12px;
	color: #2588a1;
}
.body-text
{
	font-size: 12px;
	color: #808080;
	margin-left: 40px;
	margin-right: 40px;
}

.clipart-item-inner
{
	background-image: url(../img/clipart-bg.png);
}
#settlement-navigator
{	
	width: 960px;
	height: 30px;
	background-image: url(../img/settlement-navigator-bg.png);
}
#realestate-navigator
{
	width: 960px;
	height: 30px;
	background-image: url(../img/realestate-type-navigator-bg.png);
}
#settlement-navigator-container
{
	cursor: default;
	color: #fff;
	height: 100%;
	overflow: hidden;
}

#navigator-settlements-list
{
	position: relative;
}

.navigator-settlement-left
{
	cursor: pointer;
	background-image: url(../img/navigator-arrow-left.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 26px;
	overflow: hidden;
	width: 170px;
	text-align: left;
}
.navigator-settlement-current
{
/*	font-size: 1.3em; 
	width: 218px;*/
	text-align: center;

}
.navigator-settlement-right
{
	cursor: pointer;
	background-image: url(../img/navigator-arrow-right.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 26px;
	overflow: hidden;
	width: 170px;
	text-align: right;
}
.navigator-settlement-item
{	
	float: left;
	height: 30px;
	line-height: 30px;
}
.navigator-settlement
{
	
}
#realestate-navigator-content
{
	color: #fff;
	width: 610px;
	height: 100%;
	
	/*overflow: hidden;*/	
}
#realestate-navigator ul
{
	list-style: none;
}

#realestate-navigator li
{
	float: left;
	margin-left: 6px;
}
#realestate-navigator a
{
	color:#fdbd1b;
	text-decoration: underline;
	font-family: Arial;
	font-size: 12px;
	line-height: 30px;
}
#realestate-navigator a:hover, #realestate-navigator a.active
{
	color: #b5b5b5;
	text-decoration: none;
}

#settlement_tooltip
{
	float: right;
	margin-top: 157px;
	margin-right: 20px;
	position: relative;
	width: 440px;
	height: 105px;
	background-image: url(../img/settlement_tooltip_bg.png);
	overflow: hidden;
}
#quote_left
{
	float: left;
	width: 34px;
	height: 105px;
	background-image: url(../img/quote_left.png);
}
#quote_right
{
	float: right;
	width: 34px;
	height: 105px;
	background-image: url(../img/quote_right.png);
}
#settlement_tooltip_content
{
	float: left;
	width: 372px;
	height: 105px;
	color: #fff;
	padding-top: 17px;
}

.settlement-item-price-table
{
	border:0;
	padding:0;
	margin-top: 20px;
	border-spacing:0;
	border-collapse:collapse;
}

.settlement-item-price-table th
{
	margin:0;
	padding:5px;
}
.settlement-item-price-table td 
{
	margin:0;
	padding:10px;
}
.settlement-item-border
{
	width:100%;
	height:4px;
	background-color: #fdbd1b;
		
	-webkit-box-shadow: 0px 2px 10px rgba(100, 100, 100, 0.5);
	-moz-box-shadow:    0px 2px 10px rgba(100, 100, 100, 0.5);
	box-shadow:         0px 2px 10px rgba(100, 100, 100, 0.5);	
}
.h1-title
{
	color: #9c3700; 
	font-weight: bold; 
	font-size: 18px; 
	display: block;
	margin-top: 20px; 
	margin-bottom: 20px;
}
.h3-title
{
	color: #9c3700;
	font-weight: bold; 
	font-size : 14px;
	display : block;
	margin-top: 20px; 
	margin-bottom: 20px;
}
#object-map
{
	width: 100%;
	height: 270px;
}
.object-property-dottedline
{
	height: 1px;
	margin-left: -15px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url('../img/object-property-dottedline.png');
	background-repeat: repeat-x;
}
.wifi-icon
{
	margin-left: 150px;
	position: absolute;
	width: 50px;
	height: 37px;
	background-image: url('../img/wifi-icon.png');
}
.recomended-item-wifi-icon
{
	margin-left: 150px;
	position: absolute;
	width: 50px;
	height: 37px;
	background-image: url('../img/wifi-icon.png');	
}

#reserve-object, #sendmail-object
{
	background-color: #efefef;
	width: 630px;
	padding: 10px;
	border: 1px solid #efefef;
	-webkit-box-shadow: 0px 2px 10px rgba(100, 100, 100, 0.5);
	-moz-box-shadow:    0px 2px 10px rgba(100, 100, 100, 0.5);
	box-shadow:         0px 2px 10px rgba(100, 100, 100, 0.5);		
}
#reserve-object span.caption, #sendmail-object span.caption
{
	display: block;
	margin-bottom: 20px;
	color: #000000;
	font-weight: bold;
	font-size: 20px;
}
.reserve-required-field, .sendmail-required-field
{
	color: #000000;
	font-weight: bold;
}

.icon-button
{
	display: inline-block;
}
.icon-button span
{
	display:inline-block;
	height:28px;
	line-height: 28px;
	padding-left: 28px;
	cursor:pointer;
	background-repeat: no-repeat;
	background-position: left center;
}
.icon-button span.cancel
{
	background-image: url('../img/icons/24x24/cancel.png');
}
.navigation
{
	margin-top: 20px;
	line-height: 50px;
}
.navigation li
{
	margin-left: 25px;
	float: left;	
}
.navigation li a
{
	font-weight: bold;
	color: #808080;
	text-decoration: none;
	padding: 2px;
}
.navigation .active a
{
	color: #6ca8e4;
}
.navigation a:hover
{
}
.align_center
{
    position: relative;
    width: 100%;
}
.align_center:after
{
    content: '';
    display: block;
    clear: both;
}
.align_center_to_left
{
    position: relative;
    right: 50%;
    float: right;
}
.align_center_to_right
{
    position: relative;
    z-index: 1;
    right: -50%;
}

.print-button, .add-note-button, .delete-note-button
{
	display: inline-block;
	padding-right: 5px;
}
.print-button span
{
	display:inline-block;
	height:28px;
	line-height: 28px;
	padding-left: 18px;
	cursor:pointer;
	background-image: url(../img/icons/16x16/printer.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.add-note-button span
{
	display:inline-block;
	height:28px;
	line-height: 28px;
	padding-left: 18px;
	cursor:pointer;
	background-image: url(../img/icons/16x16/note-add.png);
	background-repeat: no-repeat;
	background-position: left center;	
}
.delete-note-button span
{
	display:inline-block;
	height:28px;
	line-height: 28px;
	padding-left: 18px;
	cursor:pointer;
	background-image: url(../img/icons/16x16/note-delete.png);
	background-repeat: no-repeat;
	background-position: left center;	
}
td.caption
{
	color: #000;
	font-weight: bold;
}
.last-object-item
{
	margin-bottom: 50px;	
}
.last-object-item-image
{
	float: left;
	width: 200px;
	-webkit-box-shadow: 0px 0px 24px rgba(210, 190, 150, 1);
	-moz-box-shadow:    0px 0px 24px rgba(210, 190, 150, 1);
	box-shadow:         0px 0px 24px rgba(210, 190, 150, 1);
}
.last-object-item-description
{
	float: right;
	width: 420px;
	margin-bottom: 10px;
}
.last-object-item.selected
{
	background-color: #f0fcff;
}
.search-field-error
{
	border: 1px solid #ff0000;
}