
/* site sections */

#site_sections {
	height: 6em;
	padding-bottom: 40px;
}

#site_sections .section {
	padding-top: 0;
}

#site_sections .briefly { font-size: 86%; }

#site_sections .icon {
	margin-bottom: 4px;
}

#site_sections .section.logo {
	padding-top: 10px;
	padding-right: 2.5%;
}

#site_sections .section.realty {
	width: 15.5%;
}

#site_sections .section.community {
	width: 15%;
}

#site_sections .community .icon {
	left: 0.2em;
	top: 4px;
}

#site_sections .section.news {
	width: 15%;
}
#site_sections .news .icon {
	top: 3px;
	left: 0.5em;
}

#site_sections .section.services {
	width: 14%;
}
#site_sections .services .icon {
	top: 1px;
	left: -1em;
}

#site_sections .section.profi {
	width: 17%;
}
#site_sections .profi .icon {
	top: 1px;
	left: 0.8em;
}

#site_sections .section.profile {
	float: left;
	width: 15%;
	margin-left: 0;
}
#site_sections .profile .icon {
	left: 1.6em;
	top: 5px;
	float: none;
}

#site_sections .section.profile-enabled {
	background: none;
	padding-top: 78px;
}
#site_sections .profile-enabled a {
	position: relative;
	color: #fff;
}
#site_sections .profile-enabled a:hover {
	color: #ffff00;
}
#site_sections .profile-enabled .avatar {
	position: absolute;
	left: 1em;
	top: -65px;
}
#site_sections .profile-enabled p.name {
	margin-top: 3px;
	color: #EAE5D1;
}

#site_sections .profile-enabled p.rating {
	display: none;
}


#current_region {
	top: 63px;
}
.index #current_region {
	top: 83px;
}
#region_switcher {
	top: 55px;
}
.index #region_switcher{
	top:75px;
}


/* index content */

#index_content {
	position: relative;
	margin: 20px 0 0 0;
	overflow: hidden;
	//width: 99.0%;
}

#index_content .column {
	float: left;
	clear: right;
	overflow: hidden;
}

#index_content #news_index {
	width: 29%;
        padding-top: 2px;
}
#index_content #agency_index,
#index_content #realtor_index {
        margin-left:2%;
        width:48%;
}

#index_content #profi_index {
        color:#000000;
        font-family:Georgia,Times,serif;
        font-size:22px;
        font-style:italic;
        font-weight:bold;
        margin:0 0 14px 35px;
}

#index_content #profi_content {
        margin:-3px 0 0 29%;
        /*margin:0;
        overflow:hidden;*/
}


#index_content .column h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 1.2em 35px;
}

#index_content .column ol {
	padding-left: 35px;
	margin: 0;
	display: block;
	position: relative;
	overflow: hidden;
}
#index_content .column ol li {
	display: list-item;
	position: relative;
	height: 60px;
	vertical-align: top;
	padding-left: 60px;
}
#index_content .column ol li img {
	vertical-align: text-top;
	margin-left: -60px;
}
#index_content .column ol li a.name {
	display: block;
	width: 100%;
	height: 1.4em;
	line-height: 120%;
	white-space: nowrap;
	position: absolute;
	left: 60px;
	top: 0;
}
#index_content .column ol li .city {
	display: block;
	width: 100%;
	height: 1.4em;
	white-space: nowrap;
	position: absolute;
	left: 60px;
	top: 1.4em;
}


#index_content .column ol li .fade {
	height: 100px;
	width: 30px;
	right: 0; //right: -1px;
	top: 0;
	background-image: url(fade-h-30.png);
}


#index_content .column a.total {
	display: inline-block;
	font-size: 80%;
	margin: -0.6em 0 0 35px;
}



#index_content #news_index ul {
	margin: 0 0 25px 35px;
	list-style-type: disc;
}
#index_content #news_index ul li {
	margin: 0 0 0.8em 0;
}



.realty_tape_popup_holder { position: relative; top: 26px; left: -16px; z-index: 500; }

#realty_tape_popup { width: 15em; color: #595959;  top: 2.5em; // zoom: 1; }
#realty_tape_popup.hidden { // display: block !important; // top: -1000em; }
#realty_tape_popup .container { padding: 5px 15px 2px; // padding-bottom: 0; // zoom: 1; }

#realty_tape_popup .photo { position: relative; }
#realty_tape_popup .photo img { border: 1px solid #d2d3d5; }

#realty_tape_popup .request-link { font-size: 90%; margin: 0.7em 0 0.35em 0; }

#realty_tape_popup .info { clear: both; font-size: 86%; }
#realty_tape_popup .info .price,
#realty_tape_popup .info .squares { margin: 0.3em 0 -0.3em 0; }

#realty_tape_popup .user { margin-top: 1em; overflow: hidden; }
#realty_tape_popup .user .link { margin-bottom: 0.2em; }
#realty_tape_popup .user .link a { color: #595959; }
#realty_tape_popup .user .link a:hover { color: #ff5233; }
#realty_tape_popup .user .link img { float: left; margin-right: 7px; margin-top: 0.3em; }


#realty_tape_popup .close {
	background: url(/f/1/global/css/rounded-popup-close.gif) no-repeat;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 12px;
	right: 12px;
	cursor: pointer;
	font-size: 0;
}
#realty_tape_popup .close:hover { background-position: 0 -20px; }

#realty_tape h2.no {
	color: #4F4F4F;
	font-size: 1.5em;
	font-family: Georgia,Times,serif;
	font-style: italic;
	font-weight: normal;
	padding: 0;
	margin: 0;
	position: relative;
	left: -1em;
}

#footer .column-3 { width: 30%; margin-right: 15.825%; }


#realty_tape div.item-demand .fade { top: 40px; }
#realty_tape div.item-demand a img { border: none; }
#realty_tape div.item-demand .request,
#realty_tape div.item-demand .subtype { font-size: 100%; }
#realty_tape div.item-demand .request a { color: #818286; text-decoration: none; border-bottom-style: dotted; border-bottom-width: 1px; }

.tape-demand { top: 100px; }
.tape-demand #realty_tape_popup { top: 3.2em; }
.tape-demand #realty_tape_popup .request-link { margin-top: 0; }
