/******************/
/*  Common tags.  */
/******************/

a
{
	color: #f90;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
a:active,
a:hover
{
	color: #f90;
	text-decoration: underline;
}

body
{
	background-color: #fff;
	color: #77695E;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
body#site
{
	background-color: #f4f4f4;
	padding: 0 0 10px 0;
	text-align: center;
}
body#panorama-iframe
{
	background-color: #f4f4f4;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

div
{
	margin: 0;
	padding: 0;
}

form
{
	margin: 0;
	padding: 0;
}

hr
{
	color: #ccc;
}

input
{
	color: #77695E;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin: 0;
	padding: 0;
}
input.checkbox
{
	height: 12px;
	width: 12px;
}
input.radio
{
	height: 12px;
	width: 12px;
}
input.text
{
	background: #fff;
	border: 1px solid #D9D6CF;
	margin: 0;
	padding: 1px;
}
input.text:focus
{
	border: 1px solid #090;
}

li
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin: 0;
	padding: 2px 0;
}

ol
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin: 0;
	padding: 0 0 5px 35px;
}

option
{
	background: #fff;
	color:  #77695E;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
}

p
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin: 0;
}

td
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

ul
{
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	list-style-type: square;
	margin: 0;
	padding: 0 0 5px 30px;
}

select
{
	background: #fff;
	border: 1px solid #D9D6CF;
	color:  #77695E;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin: 0;
	padding: 1px;
}

sup
{
	font-family: "Trebuchet MS",Verdana;	font-size: 7px !important;
	font-size: 8px;
}

textarea
{
	background: #fff;
	border: 1px solid #D9D6CF;
	color:  #77695E;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin: 0;
	padding: 1px;
}
textarea:focus
{
	border: 1px solid #090;
}


/************************/
/*  Layout containers.  */
/************************/

br.clear
{
	clear: both;
	display: block;
	font-size: 0;
}

#main
{
	margin: 0 auto;
	width: 953px;
}

#header1
{
	height: 47px;
}

#logo-est,
#logo-eng,
#logo-rus,
#logo-fin
{
	background: url("../tmpl/img/logo_est.png") no-repeat left top;
	cursor: pointer;
	cursor: hand;
	float: left;
	height: 29px;
	left: 20px;
	position: relative;
	top: 10px;
	width: 211px;
}
#logo-eng
{
	background: url("../tmpl/img/logo_eng.png") no-repeat left top;
}
#logo-rus
{
	background: url("../tmpl/img/logo_rus.png") no-repeat left top;
}
/*
#logo-fin
{
	background: url("../tmpl/img/logo_fin.gif") no-repeat left top;
}
*/

#header2
{
	background: url("../tmpl/img/header2.jpg") no-repeat left top;
	height: 26px;
	text-align: left;
}

#header3
{
	background: #fff url("../tmpl/img/body_left.jpg") repeat-y left top;
	padding: 0 0 0 5px;
	text-align: left;
}
#header3-inner
{
	background: url("../tmpl/img/body_right.jpg") repeat-y right top;
	padding: 0 8px 0 0;
	text-align: left;
}
#header3-inner div
{
	background: url("../tmpl/img/banner_top.gif") no-repeat 13px 50%;
	border-bottom: 1px solid #ccc;
	padding: 6px 0 6px 30px;
}
#header3-inner div a
{
	color: #797568;
	font-weight: bold;
	text-decoration: none;
}
#header3-inner div a:hover
{
	color: #797568;
	font-weight: bold;
	text-decoration: underline;
}

#body
{
	background: url("../tmpl/img/body_left.jpg") repeat-y left top;
	padding: 0 0 0 5px;
	text-align: left;
}

#body-inner
{
	background: #fff url("../tmpl/img/body_right.jpg") repeat-y right top;
	padding: 0 8px 25px 0;
	text-align: left;
}

#body-left
{
	float: left;
	padding: 30px 0 0 0;
	vertical-align: top;
	width: 25%;
}
#body-left-inner
{
	padding: 57px 30px 20px 10px;
}

#body-right
{
	float: right;
	padding: 30px 0 0 0;
	vertical-align: top;
	width: 75%;
}
#body-right-inner
{
	padding: 0 20px 20px 0;
}
#body-right-inner1
{
	font-size: 0;
	height: 25px !important;
	height: 23px;
}
#body-right-inner2
{
	font-size: 0;
	height: 16px !important;
	height: 14px;
}
#body-right-inner3
{
	font-size: 0;
	height: 12px !important;
	height: 10px;
}

#footer1
{
	background: url("../tmpl/img/footer.jpg") no-repeat left top;
	height: 70px;
}
#footer1 div
{
	color: #fff;
	padding-top: 23px;
	text-align: center;
}
#footer1 #logo
{
	background: url("../tmpl/img/logo.gif") no-repeat right center;
	font-size: 12px;
	padding: 0 0 0 55px;
	text-decoration: none;
}

#footer2
{
	margin: 0 auto;
}

#disclaimer
{
	color: #999;
	padding: 10px 0 20px 0;
}


/************/
/*  Items.  */
/************/

h1
{
	color: #ffa927;
	font-family: "Trebuchet MS",Verdana;	font-size: 22px;
	line-height: 100%;
	margin: 0;
	padding: 0;
}

h2
{
	color: #786b62;
	font-family: "Trebuchet MS",Verdana;	font-size: 20px;
	line-height: 100%;
	margin: 5px 0 0 0;
	padding: 0;
}
#body-left-inner h2
{
	background: url("../tmpl/img/icon_search.gif") no-repeat 10px 50%;
	border: 1px solid #ccc;
	color: #797568;
	display: block;
	font-family: "Trebuchet MS",Verdana;	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 5px 20px 5px 30px;
	text-decoration: none;
}

h3
{
	color: #786b62;
	font-family: "Trebuchet MS",Verdana;	font-size: 16px;
	line-height: 100%;
	margin: 0 0 5px 0;
	padding: 0;
}

h4
{
	color: #786b62;
	font-family: "Trebuchet MS",Verdana;	font-size: 14px;
	line-height: 100%;
	margin: 0 0 5px 0;
	padding: 0;
}

#accm-wrap
{
	margin: 5px 0 0 0;
	padding: 0;
}
#accm-tl
{
	background: #ffad0c url("../tmpl/img/accm_tl.gif") no-repeat left top;
	height: 4px;
}
#accm-tr
{
	background: url("../tmpl/img/accm_tr.gif") no-repeat right top;
	height: 4px;
}
#accm-bl
{
	background: #ffad0c url("../tmpl/img/accm_bl.gif") no-repeat left bottom;
	height: 4px;
}
#accm-br
{
	background: url("../tmpl/img/accm_br.gif") no-repeat right bottom;
	height: 4px;
}
#accm
{
	background: #ffad0c url("../tmpl/img/icon_accm_orange.gif") no-repeat 6px 50%;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 8px 0 8px 40px !important;
	padding: 0 0 0 40px;
	text-decoration: none;
}
#accm:hover
{
	color: #fff;
	text-decoration: underline;
}

#article
{
	line-height: 150%;
	margin: 20px 0 0 0;
}

#bleft
{
	border-bottom: 1px dashed #ddd9d5;
	margin-top: 30px;
}
#bleft div
{
	border-top: 1px dashed #ddd9d5;
	padding: 10px 4px;
}
#bleft div a
{
	color: #786b62;
	text-decoration: none;
}
#bleft div a:hover
{
	color: #786b62;
	text-decoration: underline;
}

.button
{
	border: 1px solid #f90;
	color: #f90;
	display: block;
	float: left;
	font-weight: bold;
	margin: 2px;
	padding: 2px 10px;
	text-decoration: none;
}
.button:hover
{
	background-color: #f90;
	color: #fff;
	text-decoration: none;
}

.icon-print
{
	background: url("../tmpl/img/icon_print.gif") no-repeat left center;
	color: #999;
	float: right;
	line-height: 18px;
	padding: 0 0 0 22px;
}
.icon-print:hover
{
	color: #666;
	text-decoration: none;
}

#mlist-wrap
{
	margin: 10px 0 0 0;
	padding: 0;
}
#mlist-tl
{
	background: #7fbd38 url("../tmpl/img/mlist_tl.gif") no-repeat left top;
	height: 4px;
}
#mlist-tr
{
	background: url("../tmpl/img/mlist_tr.gif") no-repeat right top;
	height: 4px;
}
#mlist-bl
{
	background: #7fbd38 url("../tmpl/img/mlist_bl.gif") no-repeat left bottom;
	height: 4px;
}
#mlist-br
{
	background: url("../tmpl/img/mlist_br.gif") no-repeat right bottom;
	height: 4px;
}
#mlist
{
	background: #7fbd38 url("../tmpl/img/icon_mlist_green.gif") no-repeat 10px 50%;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 8px 0 8px 40px !important;
	padding: 0 0 0 40px;
	text-decoration: none;
}
#mlist:hover
{
	color: #fff;
	text-decoration: underline;
}

#rss
{
	background: url("../tmpl/img/rss.gif") no-repeat left center;
	color: #77695E;
	float: right;
	line-height: 16px;
	margin: 20px 40px 0 0;
	padding: 0 0 0 20px;
	text-decoration: none;
}
#rss:hover
{
	color: #77695E;
	text-decoration: underline;
}

#search
{
	float: right;
	padding: 4px 20px 0 0;
}
#search input.text
{
	background-color: #fff;
	border: 1px #8a7c75 solid;
	color: #8a7c75;
	float: left;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	height: 15px;
	line-height: 15px;
	margin: 0 2px 0 0;
	padding: 0 2px;
	width: 104px;
}
#search div
{
	background: url("../tmpl/img/search_left.gif") no-repeat left center;
	float: left;
	padding: 0 0 0 4px;
}
#search div div
{
	background: url("../tmpl/img/search_right.gif") no-repeat right center;
	padding: 0 4px 0 0;
}
#search div div button
{
	background: url("../tmpl/img/search.gif") repeat-x left center;
	border: 0;
	color: #413c36;
	cursor: pointer;
	cursor: hand;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-weight: bold;
	height: 17px;
	padding: 0;
	text-decoration: none;
}

#search-apart
{
	padding: 10px 5px 10px 12px;
}
#search-apart div
{
	padding: 1px 0 !important;
	padding: 2px 0;
}
#search-apart label
{
	padding-left: 5px;
}
#search-apart div div
{
	padding: 8px 0 2px 0;
}
#search-apart .text
{
	background: #fff;
	border: 1px solid #878787;
	border-left: 2px solid #878787;
	border-top: 2px solid #878787;
	display: inline;
	width: 65px;
}
#search-apart span
{
	padding: 0 2px;
}
#search-apart .submit
{
	background: url("../tmpl/img/icon_square_blue.gif") no-repeat 4px 50%;
	border: 1px solid #d9d6cf;
	color: #f90;
	cursor: pointer;
	cursor: hand;
	font-family: Verdana, Helvetica, Arial;
	font-size: 10px;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 1px 2px 1px 18px;
	text-decoration: none;
}
#search-apart .submit:active,
#search-apart .submit:focus,
#search-apart .submit:hover
{
	border: 1px solid #d9d6cf;
}
#search-apart .currency-select {
	margin: 8px 0 0;
}


/***********/
/*  Form.  */
/***********/

.form
{
	background-color: #fff;
}
.form td
{
	background-color: #fff;
}

/* - form fields */
.form_field
{
	color: #786B62;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 3px 1px;
	text-align: left;
	vertical-align: middle;
}

/* - form labels */
.form_label
{
	color: #786B62;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 3px 1px;
	text-align: left;
	vertical-align: middle;
}

/*  - errors in form fields */
.err,
#err
{
	color: #C00;
}
input.err
{
	border: 1px #C00 solid;
	color: #786B62;
	padding: 1px;
}
select.err,
textarea.err
{
	border: 1px #C00 solid;
	color: #786B62;
}
div.err
{
	padding-bottom: 10px;
}

/* - hints in forms */
#hint
{
	color: #999;
	font-size: 10px;	padding: 0 5px;
}

/* - required fields */
#req,
span.req
{
	color: #C00;
}

/* - titles of fieldgroups */
.form .title
{
	font-weight: bold;
	padding: 10px 0 5px 0;
}


/***************/
/*  Headings.  */
/***************/

div.h1
{
	color: #f90;
	font-family: "Trebuchet MS",Verdana;	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 5px 0;
	padding: 0;
}
div.h2
{
	color: #f90;
	font-family: "Trebuchet MS",Verdana;	font-size: 14px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}
div.h3
{
	color: #f90;
	font-family: "Trebuchet MS",Verdana;	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}
div.h4
{
	font-family: Verdana, Helvetica, Arial;	font-size: 14px;
	font-weight: bold;
	padding: 1px 2px;
}
div.h5
{
	font-family: Verdana, Helvetica, Arial;	font-size: 16px;
	font-weight: bold;
	padding: 1px 2px;
}
div.h6
{
	font-family: Verdana, Helvetica, Arial;	font-size: 18px;
	font-weight: bold;
	padding: 1px 2px;
}


/**************************************************/
/*  Layout (base class for Listing, Form, etc.).  */
/**************************************************/

/* - body */
table.layout_body
{
	margin-bottom: 4px;
	margin-top: 4px;
}

/* - table of items at footer1 */
table.layout_footer1 #sep
{
	width: 6px;
}

/* - table of items at footer2 */
table.layout_footer2 #sep
{
	width: 6px;
}

/* - table of items at header1 */
table.layout_header1 #sep
{
	width: 6px;
}

/* - table of items at header2 */
table.layout_header2 #sep
{
	width: 6px;
}


/****************/
/*  Templates   */
/****************/

#header_photo
{
	margin: 0 0 20px 0;
}


/*** LightBox2 window ***/

.lbHeader
{
	background: url("../tmpl/img/h3_menu.gif") repeat-x left top;
	border: 1px solid #ffbe3b;
	height: 25px;
	margin: 0;
}
.lbHeader h3
{
	float: left;
	margin: 0;
	padding: 4px 0 0 8px;
}
.lbHeader .lbClose
{
	background: #f90;
	float: right;
	padding: 0 8px;
}
.lbHeader .lbClose a
{
	background: url("../tmpl/img/icon_close.gif") no-repeat right center;
	color: #fff;
	line-height: 25px;
	padding: 0 16px 0 0;
}

.lbBody
{
	padding: 10px;
}
.lbBody h1
{
	margin-bottom: 20px;
}
.lbBody .form
{
	background-color: #f2f2f2;
	border-bottom: 10px solid #f2f2f2;
	border-left: 5px solid #f2f2f2;
	border-top: 5px solid #f2f2f2;
	width: 100%;
}
.lbBody .form td
{
	background-color: #f2f2f2;
	padding: 5px 5px 0 5px;
}
.lbBody .form_label
{
	vertical-align: top;
	width: 150px;
}
.lbBody input.text,
.lbBody textarea
{
	width: 490px;
}
.lbBody .layout_footer2
{
	margin: 10px 0 0 170px;
}

.lbBody #loan span
{
	padding-left: 10px;
}

/*** apartment details ***/

.lbHeader h3#house-name
{
	padding-right: 20px;
}
.lbHeader h3#apart-name
{
	padding-right: 20px;
}
.lbHeader h4#floor-name
{
	float: left;
	margin: 0;
	padding: 6px 0 0 0;
}
.lbHeader .icon-print
{
	line-height: 25px;
	margin: 0 10px 0 0;
}
.lbHeader .pdf
{
	background: url("../tmpl/img/pdf_y.gif") no-repeat left center;
	color: #999;
	float: right;
	line-height: 25px;
	margin: 0 20px 0 0;
	padding: 0 0 0 20px;
}
.lbHeader .pdf:hover
{
	color: #666;
	text-decoration: none;
}

#apartment-views
{
	float: left;
	margin: 37px 5px 0 0;
	width: 118px;
}
#apartment-views #images
{
	background-color: #cbc8c0;
	clear: both;
	height: 372px;
	overflow: hidden;
	padding: 0 2px;
}
#apartment-views a
{
	border: 1px solid #c3bdb5;
	cursor: pointer;
	cursor: hand;
	float: left;
	margin: 5px 0;
}
#apartment-views a#scroll-down,
#apartment-views a#scroll-up
{
	border: 0;
	height: 15px;
	margin: 1px 0;
	width: 118px;
}
#apartment-views a#scroll-down
{
	background: url("../tmpl/img/apartment_view_down.png") no-repeat left top;
}
#apartment-views a#scroll-up
{
	background: url("../tmpl/img/apartment_view_up.png") no-repeat left top;
}
#apartment-views img
{
	border: 1px solid #fff;
	float: left;
}
#apartment-view-large
{
	background-color: #cbc8c0;
	cursor: pointer;
	cursor: hand;
	height: 400px;
	padding: 2px;
	text-align: center;
	width: 426px;
}
#apartment-view-large div
{
	height: 20px;
}
#apartment-view-large div a
{
	background: url("../tmpl/img/apartment_view_close.png") no-repeat left top;
	cursor: pointer;
	cursor: hand;
	float: right;
	height: 16px;
	margin-top: 1px;
	width: 16px;
}
#apartment-view-large img
{
	border: 1px solid #fff;
}
#apartment-content
{
	float: left;
	width: 671px;
}

#apartment.hidden
{
	overflow: hidden;
	height:459px;
}
#apartment .left
{
	float: left;
	padding: 0 0 5px 0;
}

#apartment .right
{
	float: right;
	padding: 0 0 0px 0;
}

#apartment #buttons
{
	margin: 0;
}
#apartment .lbl
{
	color: #786b62;
	padding: 0 15px 4px 0;
}
#apartment .btn
{
	width: 228px;
	padding: 0 0 4px 0;
}
#apartment .btn a
{
	color: #f90;
	display: block;
	text-decoration: none;
}
#apartment .btn a:hover
{
	color: #f90;
	text-decoration: underline;
}
#apartment td#ask-help a
{
	background: url("../tmpl/img/icon_ask_help.gif") no-repeat 0 50%;
	padding-left: 22px;
}
#apartment td#book a
{
	background: url("../tmpl/img/icon_square_blue.gif") no-repeat 2px 50%;
	padding-left: 22px;
}
#apartment td#tellfriend a
{
	background: url("../tmpl/img/icon_tellfriend.gif") no-repeat 4px 50%;
	padding:2px 0pt 1px 26px;
}
#apartment #ask-loan
{
	background: url("../tmpl/img/icon_ask_loan.gif") no-repeat 0 50%;
	display: block;
	font-weight: bold;
	margin: 4px 0 0 5px;
	padding: 0 0 0 24px;
}

#apartment #furnished
{
	float: left;
	margin: 4px 0 0 20px;
	width: 11em;
}
#apartment #furnished .b1
{
	display: block;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}
#apartment #furnished .b1
{
	margin: 0 1px;
	background: #f90;
}
#apartment #furnished .b-content
{
	background: #f90;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 4px 8px;
	text-align: center;
}

#apartment .compass
{
	float: left;
	margin: 0;
}

#apartment #info
{
	margin: 0 0 0 0;
	width: 230px;
}
#apartment #info td
{
	border-top: 1px solid #d9d6cf;
	color: #796b60;
	padding: 3px 4px;
}
#apartment #info td.label
{
	font-weight: bold;
	width: 40%;
}
#apartment #info td.value
{
	width: 60%;
}

#apartment #financing
{
	border: 1px solid #d9d6cf;
	margin: 10px 0 0 0;
	padding: 0 0 4px 0;
}
#apartment #financing h1
{
	background: #d9d6cf;
	color: #75675e;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 6px 0;
	padding: 4px 6px;
}
#apartment .calculator
{
	width: 230px;
}
#apartment .calculator .form_field
{
	padding: 2px 6px;
	width: 10%;
}
#apartment .calculator .form_label
{
	padding: 2px 6px;
	width: 90%;
}
#apartment .calculator .form_field .form_field,
#apartment .calculator .form_field .form_label
{
	padding: 0;
}
#apartment .calculator input.text
{
	padding: 1px 2px;
	width: 85px;
}
#apartment .calculator input.text-short
{
	width: 40px;
}
#apartment .calculator select
{
	padding: 1px 2px;
	width: 89px;
}
#apartment .calculator #hint
{
	color: #77695E;
}
#apartment #hansabank
{
	background: url("../tmpl/img/hansa.jpg") no-repeat left top;
	display: block;
	height: 26px;
	margin: 8px 0 8px 6px;
	width: 114px;
}
#apartment .salesman {
	position: absolute;
	bottom:5pt;
	left:40px;
	padding: 5px 5px 5px 10px;
	width: 650px;
}
#apartment .salesman .sales {
	font-weight: bold;
}
#apartment .salesman span {
	padding-right: 9px;
}

/*** floor maps ***/

.floor
{
	clear: both;
	margin-bottom: 20px;
}
.floor .title
{
	color: #786b62;
	float: left;
	font-family: "Trebuchet MS",Verdana;	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	margin: 5px 0 0 0;
	padding: 8px 0 0 0;
}
.floor .compass
{
	float: left;
	margin: 2px 0 10px 25px;
}
.floor .pdf
{
	background: url("../tmpl/img/pdf_y.gif") no-repeat right center;
	color: #796C63;
	float: left;
	line-height: 16px;
	margin: 12px 0 10px 25px;
	padding: 0 20px 0 0;
}
.floor .pdf:hover
{
	color: #796C63;
	text-decoration: none;
}
.floor table
{
	width: 100%;
	clear: both;
}
.floor .image-wrap
{
	clear: both;
	float: left;
	position: relative;
}
.floor .image
{
	filter: alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.floor .image-trans
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.floor .image-trans img
{
	width: 100%;
	height: 100%;
	border: 0;
}

.apartment_tooltip
{
	position:absolute;
	display: none;
	text-align: left;
	z-index: 1000;
	color: #FFF;
	width: 120px;
	height: 120px;
	visibility:visible;
	cursor: pointer;
	cursor: hand;
}
.apartment_tooltip .name
{
	font-weight: bold;
}
.apartment_tooltip .status
{
	white-space: nowrap;
}
.apartment_tooltip .furnished
{
	background-color: #f90;
	border: 1px solid #fff;
	color: #fff;
	margin-top: 22px;
	padding: 1px 0;
	text-align: center;
	width: 102px;
}
.apartment_tooltip_top
{
	background:url("/site/tmpl/img/tooltip_top.png") no-repeat 0 0 !important;
	background:none;
	padding: 28px 5px 5px 7px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=image,src="/site/tmpl/img/tooltip_top.png");
}
.apartment_tooltip_bottom
{
	padding: 10px 10px 27px 7px;
	background:url("/site/tmpl/img/tooltip_bottom.png") no-repeat 0 0 !important;
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=image,src="/site/tmpl/img/tooltip_bottom.png");
}

.tooltip
{
	background: #7fbd38;
	border: 1px solid #fff;
	color: #fff;
	padding: 6px 10px;
	position: absolute;
	white-space: nowrap;
}
.tooltip .close
{
	display: none;
}

.map_bg
{
	background-color:#FC0;
}


/*** picture bar of project ***/

#picbar .img
{
	float: left;
	margin: 0 1px 0 0;
}
#picbar .img a
{
	border: 1px solid #999;
	display: block;
	font-size: 0;
	padding: 0;
	margin: 0;
}
#picbar .img a:hover
{
	border: 1px solid #f90;
}
#picbar .img a img
{
	border: 0;
	display: block;
	margin: 0;
	padding: 1px;
}


/*** loan info at footer ***/

#loan-info
{
	margin: 20px 0;
}
#loan-info table
{
	width: 100%;
}
#loan-info table td
{
	padding: 0 0 20px 0;
	vertical-align: top;
	width: 50%;
}
#loan-info table td div
{
	border-top: 1px solid #d9d6cf;
	margin: 0 10px 0 0;
	padding: 5px 0 0 0;
}
#loan-info table td div div
{
	border-top: 0;
	float: left;
	margin: 0;
	padding: 0;
}
#loan-info .img
{
	border: 1px solid #d9d6cf;
	float: left;
	margin: 0 15px 0 0;
	padding: 1px;
}
#loan-info .name
{
	font-weight: bold;
	padding: 0 0 5px 0;
}


/*** sales info at footer ***/

#sales-info-wrap
{
	margin-top: 20px;
}
.sales-info
{
	float: left;
	margin: 0 0 20px 0;
	width: 50%;
}
.sales-info div
{
	border-top: 1px solid #d9d6cf;
	margin: 0 10px 0 0;
	padding: 5px 0 0 0;
}
.sales-info div div
{
	border-top: 0;
	float: left;
	margin: 0;
	padding: 0;
}
.sales-info .img
{
	border: 1px solid #d9d6cf;
	float: left;
	margin: 0 15px 0 0;
	padding: 1px;
}
.sales-info .name
{
	font-weight: bold;
	padding: 0 0 5px 0;
}


/* apartment statuses */

.status_1
{
	color: #390;
	font-weight:bold;
}
.status_2
{
	color: #fe5a05;
}
.status_3
{
	color: #796b60;
}

.currency_select {
	float: right;
	margin-top: 4px;
	padding: 2px 0;
}
.currency_select a {
	width: 30px;
	margin-left: 3px;
	padding: 1px 3px;
	border: 1px solid #FFF;
}
.currency_select a:HOVER{
	text-decoration: underline;
}
.currency_select a.sel:HOVER,
.currency_select a.sel {
	text-decoration: none;
	border: 1px solid #FFBE3B;
}

/**************************************/
/* horizontal menu at left-top corner */
/**************************************/

.h1_menu_content
{
	left: 20px;
	position: relative;
	top: 5px !important;
	top: 6px; /* IE */
}

.h1_menu_content .l1,
.h1_menu_content .l1_a
{
	border-right: 1px solid #FFF;
	color: #FFF;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin: 0;
	padding: 0 6px;
	text-decoration: none;
	white-space: nowrap;
}
.h1_menu_content .l1:active,
.h1_menu_content .l1:hover
{
	color: #fff;
	text-decoration: underline;
}
.h1_menu_content .l1_a,
.h1_menu_content .l1_a:active,
.h1_menu_content .l1_a:hover
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#h1_first
{
	background: url("../tmpl/img/icon_home.gif") no-repeat left center;
	padding-left: 16px;
}
#h1_first_fp
{
	display: none;
}
#h1_last
{
	border-right: none;
}


/*****************************/
/* horizontal menu at footer */
/*****************************/

.h2_menu_content
{
	margin: 0 auto;
	text-align: center;
}

.h2_menu_content .l1,
.h2_menu_content .l1_a
{
	border-right: 1px solid #797568;
	color: #797568;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 0 6px;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
}
.h2_menu_content .l1:active,
.h2_menu_content .l1:hover
{
	color: #797568;
	text-decoration: underline;
}
.h2_menu_content .l1_a,
.h2_menu_content .l1_a:active,
.h2_menu_content .l1_a:hover
{
	color: #797568;
	font-weight: bold;
	text-decoration: none;
}
#h2_first_fp
{
	display: none;
}
#h2_last
{
	border-right: none;
}


/*****************************/
/* horizontal menu at footer */
/*****************************/

/*  - container */
.type_menu_content
{
	padding: 0px 0 0px 0;
	border-bottom: 2px solid #C2BEB4;
	width: 530px;
}

/*  - 1.level */
.type_menu_content .l1,
.type_menu_content .l1_a
{
	color: #666;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 7px;
	background-color: #D9D6CF;
	color: #75675E;
	display:block;
	margin: 0 2px 2px 0px;
	text-decoration: none;
}
.type_menu_content .l1_a,
.type_menu_content .l1:active,
.type_menu_content .l1:hover,
.type_menu_content .l1_a:active,
.type_menu_content .l1_a:hover
{
	color: #FFF;
	background-color: #C2BEB4;
	text-decoration: none;
}
#type_last {
	margin-right: 0px;
}


/*******************************/
/* horizontal menu under title */
/*******************************/

#h3-menu
{
	background: url("../tmpl/img/h3_menu.gif") repeat-x left top;
	border: 1px solid #ffbe3b;
	height: 25px;
	margin: 10px 0 0 0;
}
.h3_menu_content .l1,
.h3_menu_content .l1_a
{
	color: #786b62;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	padding: 0 10px;
	text-decoration: none;
	white-space: nowrap;
}
.h3_menu_content .l1:active,
.h3_menu_content .l1:hover
{
	background: #ffe7b2;
	color: #786b62;
	text-decoration: none;
}
.h3_menu_content .l1_a,
.h3_menu_content .l1_a:active,
.h3_menu_content .l1_a:hover
{
	background: #ffbe3b;
	color: #fff;
	text-decoration: none;
}


/*************************/
/* vertical menu at left */
/*************************/

.run_menu_content
{
	width: 100%;
}
.run_menu_content .l1,
.run_menu_content .l1_a
{
	background: #ffad0c url("../tmpl/img/fp_menu.gif") no-repeat 10px 50%;
	color: #fff;
	display: block;
	font-family: "Trebuchet MS",Verdana;	font-size: 14px;
	font-weight: bold;
	padding: 5px 20px 5px 30px;
	text-decoration: none;
}
.run_menu_content .l1:active,
.run_menu_content .l1:hover,
.run_menu_content .l1_a:active,
.run_menu_content .l1_a:hover
{
	color: #666;
	text-decoration: none;
}
.run_menu_content .l2,
.run_menu_content .l2_a
{
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #797568;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	margin: 8px 0 0 0;
	padding: 0 0 0 12px;
	text-decoration: none;
}
.run_menu_content .l2:active,
.run_menu_content .l2:hover
{
	background: #fffbec;
	border-bottom: 1px solid #c2beb4;
	border-top: 1px solid #c2beb4;
	color: #000;
	text-decoration: none;
}
.run_menu_content .l2_a,
.run_menu_content .l2_a:active,
.run_menu_content .l2_a:hover
{
	background: #ffc;
	border-bottom: 1px solid #f90;
	border-top: 1px solid #f90;
	color: #000;
	text-decoration: none;
}
.run_menu_content .l3,
.run_menu_content .l3_a
{
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #797568;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	padding: 0 0 0 28px;
	text-decoration: none;
}
.run_menu_content .l3:active,
.run_menu_content .l3:hover
{
	background: #fffbec;
	border-bottom: 1px solid #c2beb4;
	border-top: 1px solid #c2beb4;
	color: #000;
	text-decoration: none;
}
.run_menu_content .l3_a
{
	/*background: #ffc url("../tmpl/img/icon_square_orange.gif") no-repeat 4px 50%;*/
	background: #ffc;
	border-bottom: 1px solid #f90;
	border-top: 1px solid #f90;
	color: #000;
	/*padding: 0 0 0 20px;*/
}
.run_menu_content .l3_a:active,
.run_menu_content .l3_a:hover
{
	text-decoration: none;
}

.plan_menu_content
{
	margin: 20px 0 0 0;
	width: 100%;
}
.plan_menu_content .l1,
.plan_menu_content .l1_a
{
	background: #7fbd38 url("../tmpl/img/fp_menu.gif") no-repeat 10px 50%;
	color: #fff;
	display: block;
	font-family: "Trebuchet MS",Verdana;	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 5px 20px 5px 30px;
	text-decoration: none;
}
.plan_menu_content .l1:active,
.plan_menu_content .l1:hover,
.plan_menu_content .l1_a:active,
.plan_menu_content .l1_a:hover
{
	color: #666;
	text-decoration: none;
}
.plan_menu_content .l2,
.plan_menu_content .l2_a
{
	background: url("../tmpl/img/icon_square.gif") no-repeat 10px 50%;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	color: #797568;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	padding: 0 0 0 29px;
	text-decoration: none;
}
.plan_menu_content .l2:active,
.plan_menu_content .l2:hover
{
	background-color: #fffbec;
	border-bottom: 1px solid #c2beb4;
	border-top: 1px solid #c2beb4;
	color: #000;
	text-decoration: none;
}
.plan_menu_content .l2_a,
.plan_menu_content .l2_a:active,
.plan_menu_content .l2_a:hover
{
	background-color: #ffc;
	border-bottom: 1px solid #7fbd38;
	border-top: 1px solid #7fbd38;
	color: #000;
	text-decoration: none;
}

sup.new
{
	color: red;
	font-family: "Trebuchet MS",Verdana;	font-size: 7px !important;
	font-size: 8px;
	font-weight: bold;
}


/**************************************/
/* vertical menu under document title */
/**************************************/

/*  - container */
.v2_menu_content
{
	border-bottom: 1px #F00 dotted;
	padding: 5px 0;
	width: 100%;
}
.v2_menu_content td
{
	padding: 0 0;
}

/*  - 1.level */
.v2_menu_content .l1,
.v2_menu_content .l1_a
{
	background: url(/site/tmpl/img/l1.gif) no-repeat 2% 50%;
	color: #5E5E5E;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 5px 2px 32px;
	text-decoration: none;
}
.v2_menu_content .l1:active,
.v2_menu_content .l1:hover,
.v2_menu_content .l1_a,
.v2_menu_content .l1_a:active,
.v2_menu_content .l1_a:hover
{
	color: #5E5E5E;
	text-decoration: underline;
}


/**************************************/
/* vertical menu under document title */
/**************************************/

.v3_menu_content
{
	margin: 0 0 0 6px;
}
.v3_menu_content .l1,
.v3_menu_content .l1_a
{
	background: url("../tmpl/img/icon_square_blue.gif") no-repeat 0 50%;
	color: #f90;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 17px;
	text-decoration: none;
	white-space: nowrap;
}
.v3_menu_content .l1:active,
.v3_menu_content .l1:hover,
.v3_menu_content .l1_a,
.v3_menu_content .l1_a:active,
.v3_menu_content .l1_a:hover
{
	color: #f90;
	text-decoration: underline;
}


/*******************/
/* language-switch */
/*******************/

.lang_menu_content
{
	float: right;
	margin: 20px 17px 0 0 !important;
	margin-right: 8px; /* IE */
}
.lang_menu_content .l1
{
	border-left: 1px solid #797568;
	color: #797568;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	padding: 0 6px;
	text-decoration: none;
	white-space: nowrap;
}
.lang_menu_content .l1:active,
.lang_menu_content .l1:hover
{
	color: #797568;
	text-decoration: underline;
}
#lang_menu_content_first
{
	border-left: none;
}
/* layout containers */

#body-header2
{
	background: url("../tmpl/img/frontpage/01.jpg") no-repeat left top;
	height: 327px;
}
#body-header2 div
{
	float: right;
	padding: 25px 55px 0 0;
}

#fp-left
{
	float: left;
	margin-top: 10px;
	width: 50%;
}
#fp-left-inner
{
	padding: 0 15px 0 28px;
}
#fp-left-inner div
{
	float: left;
	width: 50%;
}

#fp-right1
{
	float: left;
	margin-top: 10px;
	width: 25%;
}
#fp-right1-inner
{
	padding: 0 15px 0 0;
}

#fp-right2
{
	float: right;
	margin-top: 10px;
	width: 25%;
}
#fp-right2-inner
{
	padding: 0 28px 0 0;
}


/* items */

h2
{
	border-bottom: 1px solid #f90;
	color: #f90;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	margin: 0 0 5px 0;
	padding: 0 0 2px 2px;
}

#search-apart
{
	padding-top: 0;
}

#mlist-fp
{
	background: url("../tmpl/img/icon_mlist.gif") no-repeat 2px 50%;
	border-top: 1px solid #f90;
	color: #f90;
	display: block;
	font-weight: bold;
	padding: 5px 0 5px 28px;
	text-decoration: none;
}
#mlist-fp:hover
{
	color: #f90;
	text-decoration: underline;
}

#accm-fp
{
	background: url("../tmpl/img/icon_accm.gif") no-repeat 2px 50%;
	color: #f90;
	display: block;
	font-weight: bold;
	padding: 2px 0 2px 28px;
	text-decoration: none;
}
#accm-fp:hover
{
	color: #f90;
	text-decoration: underline;
}

/* menus */

.fp_menu_content
{
	float: left;
	margin: 184px 0 0 28px !important;
	margin-left: 14px;
}
.fp_menu_content .l1
{
	background: #7fbd38 url("../tmpl/img/fp_menu.gif") no-repeat 10px 50%;
	border: 1px solid #fff;
	color: #fff;
	display: block;
	font-family: "Trebuchet MS",Verdana;	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	margin: 2px 0;
	padding: 5px 20px 5px 30px;
	text-decoration: none;
}
.fp_menu_content .l1:active,
.fp_menu_content .l1:hover
{
	color: #666;
	text-decoration: none;
}
#fp_first
{
	background-color: #f90;
}

.pro_run_menu_content
{
	margin: 0 0 8px 0;
}
.pro_run_menu_content .l1
{
	color: #797568;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: bold;
	padding: 0 0 0 2px;
	text-decoration: none;
}
.pro_run_menu_content .l1:active,
.pro_run_menu_content .l1:hover
{
	color: #666;
	text-decoration: underline;
}
.pro_run_menu_content .l2
{
	color: #797568;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 0 18px;
	text-decoration: none;
}
.pro_run_menu_content .l2:active,
.pro_run_menu_content .l2:hover
{
	color: #797568;
	text-decoration: underline;
}

.pro_plan_menu_content .l1
{
	background: url("../tmpl/img/icon_square.gif") no-repeat 2px 50%;
	color: #797568;
	display: block;
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 0 19px;
	text-decoration: none;
}
.pro_plan_menu_content .l1:active,
.pro_plan_menu_content .l1:hover
{
	color: #797568;
	text-decoration: underline;
}