/*--------CF----------*/
.cf:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}.cf{display: inline-table;}* html .cf{height: 1%;}.cf {display: block;}
/*--------CF----------*/





/* HTML Alap elemek */
body {
    font-family: Arial;
    font-size: 12px;
    color: #333333;
    background: url('/images/bg_grandient.jpg') top center repeat-x;
    margin: 0;
    padding: 0;
}

a {
    color: #529510;
    text-decoration: none;
    transition: color 0.1s ease-in 0s;
    -moz-transition: color 0.1s ease-in 0s; /* Firefox 4 */
    -webkit-transition: color 0.1s ease-in 0s; /* Safari and Chrome */
    -o-transition: color 0.1s ease-in 0s; /* Opera */
}
a:hover {
	color: #529510;
}

a, a:focus, a:active, input {
    outline: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.oh {
   overflow: hidden; 
}

.cb {
    clear: both;
}

input, select {
    border: 1px solid #ced0d0;
    padding: 4px;
}

textarea {
	width: 232px;
	height: 165px;
	border: 1px solid #ced0d0;
	padding: 4px;
}

input.input {
	width: 232px;
}





/** BEGIN reset **/
h1, h2 {
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
/** END reset **/





/** BEGIN header **/
#top-border {
	border-top: 4px solid #d6414f;
}

#header {
	margin: 13px 0 15px;
}

#office-logo {
	float: left;
}

#office-intro {
	float: right;
	color: #333333;
	text-align: right;
	letter-spacing: -1px;
}

#office-intro #office-name {
	font-size: 14px;
	font-weight: bold;
}

#office-intro #office-email span {
	color: #529510;
}

/** END header **/





/** BEGIN topmenu **/
#topmenu {
	height: 39px;
	line-height: 39px;
	margin-top: 15px;
}

#topmenu .topmenu-item {
	float: left;
	margin-right: 44px;
}
#topmenu .topmenu-item:last-child {
	margin-right: 0;
}
#topmenu .topmenu-item a {
	color: #57595a;
    display: inline-block;
    font-family: 'ExoBlackItalic';
    font-size: 14px;
}
#topmenu .topmenu-item a:hover {
    color: #d6414f;
}

#topmenu .topmenu-separator {
	float: left;
	background: url('/images/menu_separator.jpg') center center no-repeat;
    width: 2px;
    height: 39px;
    padding: 0 20px;
}
#topmenu .topmenu-item-right {
	float: right;
}
#topmenu .topmenu-item-right input {
    width: 167px;
}
/** END topmenu **/





/** BEGIN content **/
#wrapper {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

#left-content {
    float: left;
    width: 670px;
    margin-right: 20px;
}

#right-content {
	float: left;
    width: 242px;
}
/** END content **/





/** BEGIN footer **/
#footer {
	font-family: Tahoma;
	font-size: 11px;
	margin: 30px 0;
	clear: both;
}

#footer a {
	color: #529510;
	margin-left: 28px;
}

#footer strong a {
	color: #333;
	margin-left: 0;
}
/** END footer **/





/** BEGIN box **/
.box {
    background: #f0f0f0;
    border: 1px solid #c5c5c5;
    border-radius: 6px;
    padding: 13px;
    overflow: hidden;
}

.box .box-title {
	font-family: 'DroidSerif';
	font-size: 22px;
	color: #333333;
	text-shadow: 0 1px #FFF;
	margin-top: -2px;
	letter-spacing: -2px;
}

.white-box {
    background: #FFF;
    padding: 13px;
}

.white-box .box-title {
	font-family: 'DroidSerif';
	font-size: 22px;
	color: #333333;
	text-shadow: 0 1px #FFF;
	margin-top: -2px;
	letter-spacing: -2px;
}

.white-box .section {
	margin-bottom: 40px;
}
.white-box .section.last {
	margin-bottom: 0;
}

.box-horizontal-separators {
	height: 6px;
	margin: 9px 0 14px;
}
.box-horizontal-separators-grey-top {
	border-bottom: 1px dashed #999;
}
.box-horizontal-separators-white-top {
	border-bottom: 1px dashed #FFF;
}
.box-horizontal-separators-grey-bottom {
	border-bottom: 1px dashed #999;
	margin-top: 2px;
}
.box-horizontal-separators-white-bottom {
	border-bottom: 1px dashed #FFF;
}

.box-label {
	font-family: 'DroidSerifBold';
	font-size: 13px;
	color: #333;
	text-shadow: 0 1px #FFF;
	margin-bottom: 10px;
	display: inline-block;
}

.bigbox {
	margin-bottom: 18px;
	/*height: 381px;*/
	overflow: hidden;
}

.bigbox .bigbox-content {
	width: 642px;
	height: 293px;
	overflow: hidden;
	position: relative;
}

.bigbox .bigbox-content .bigbox-image {
	float: left;
	width: 440px;
	height: 293px;
	overflow: hidden;
	margin-right: 10px;
}
.bigbox .bigbox-content .bigbox-image img {
	width: 440px;
	/*height: 330px;*/
}

.bigbox .bigbox-content .bigbox-data-panel {
	background-color: #FFF;
	float: left;
	width: 150px;
	height: 271px;
	overflow: hidden;
	word-wrap: break-word;
	border: 1px solid #ced0d0;
	padding: 10px 20px;
	position: relative;
}

.bigbox .bigbox-content .bigbox-data-panel .price {
	font-family: 'DroidSerif';
	font-size: 28px;
	color: #333;
	padding-bottom: 5px;
	border-bottom: 1px dashed #CCC;
	margin-bottom: 8px;
}

.bigbox .bigbox-content .bigbox-data-panel .price span {
	font-size: 40px;
	color: #d6414f;
}

.bigbox .bigbox-content .bigbox-data-panel .city {
	font-family: 'DroidSerifBold';
	font-size: 15px;
	letter-spacing: -1px;
}

.bigbox .bigbox-content .bigbox-data-panel .type {
	font-family: 'DroidSerif';
	font-size: 14px;
	letter-spacing: -1px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #CCC;
	margin-bottom: 8px;
}

.bigbox .bigbox-content .bigbox-data-panel .details {
	
}

.bigbox .bigbox-content .bigbox-data-panel .details .detail-item {
	margin-bottom: 16px;
}

.bigbox .bigbox-content .bigbox-data-panel .details .detail-item .label {
	font-family: arial;
	font-size: 12px;
	color: #333;
	float: left;
}

.bigbox .bigbox-content .bigbox-data-panel .details .detail-item .value {
	font-family: arial;
	font-size: 12px;
	color: #d6414f;
	float: right;
}

.bigbox .bigbox-content .bigbox-data-panel .details .button-wide {
	position: absolute;
	bottom: 10px;
	width: 53%;
}
/** END box **/





/** BEGIN button **/
.button-1 {
	background: url('/images/bg_button_blue_sprite.jpg') 0 0 repeat-x;
	display: inline-block;
	text-align: center;
	text-shadow: 0 1px 1px #000;
    height: 37px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 0 24px;
    line-height: 37px;
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    
}
.button-1:hover {
    background-position: 0 -37px;
    color: #FFF;
}

.button-wide {
	display: block;
}

.button-header {
    height: 27px;
    line-height: 27px;
    padding: 0 14px;
    margin-left: 10px;
    background-position: 0 -10px;
}
.button-header:hover {
    background-position: 0 -47px;
}
/** END button **/





/** BEGIN office description **/
.white-box .description {
	font-size: 15px;
}
/** END office description **/





/** BEGIN office search panel **/
#office-search-panel {
    
}

#office-search-panel select {
    width: 240px;
}

#office-search-panel input[type='text'] {
    width: 40px;
}

#office-search-panel .estate-actions label {
	margin-right: 10px;
}

#office-search-panel .estate-type {
	margin: 10px 0 0;
}

#office-search-panel .region-checkbox-list .hidden-checkbox-item-container {
    display: none;
}
#office-search-panel .region-checkbox-list .show-more-button-container {
    margin-top: 10px;
}
/** END office search panel **/





/** BEGIN estate view **/
.estateview {
	
}

.estate-data .column {
	float: left;
	width: 45%;
	overflow: hidden;
	margin-right: 64px;
}

.estate-data .column.lastcolumn {
	margin-right: 0;
}

.estate-data .column .detail-item {
	font-family: arial;
	font-size: 12px;
	margin-bottom: 18px
}

.estate-data .column .detail-item .label {
	float: left;
	color: #57595a;
}

.estate-data .column .detail-item .value {
	float: right;
	font-weight: bold;
	color: #222;
}

.estate-gallery-hover:hover {
	background-color: #FFF;
	opacity: 0.8;
	filter: alpha(opacity=80);
	display: block;
	width: 330px;
	height: 440px;
}
/** END estate view **/





/** BEGIN advertiser box **/
.advertiser-box {
	font-family: arial;
	font-size: 12px;
}

.advertiser-box a {
	font-size: 11px;
	font-weight: bold;
	color: #529510;
}

/* office */
.advertiser-box .office-box .office-image {
	
}

.advertiser-box .office-box .office-name {
	font-weight: bold;
	color: #022222;
	margin-bottom: 4px;
}

.advertiser-box .office-box .office-address {
	color: #999;
	margin-bottom: 4px;
}

.advertiser-box .office-box .office-phone {
	font-size: 18px;
	font-weight: bold;
	color: #222;
	margin-bottom: 8px;
}

.advertiser-box .office-box .office-estates {
	margin-bottom: 2px;
}


/* seller */
.advertiser-box .seller-box {
	color: #57595a;
}

.advertiser-box .seller-box .seller-image {
	float: left;
	width: 80px;
	/*height: 120px;*/
	margin-right: 10px;
	overflow: hidden;
}
.advertiser-box .seller-box .seller-image img {
	width: 80px;
}

.advertiser-box .seller-box .seller-data {
	float: left;
	width: 150px;
	overflow: hidden;
}

.advertiser-box .seller-box .seller-data .seller-name {
	font-weight: bold;
	color: #222;
}

.advertiser-box .seller-box .seller-data .seller-office {
	color: #999;
}

.advertiser-box .seller-box .seller-data .seller-phone {
	font-size: 18px;
	color: #222;
	margin-bottom: 8px;
}
/** END advertiser box **/





/* BEGIN list item estate */
.result-row-container .result-row .result-item .result-image .result-image-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 120px;
    background: url('/image/image-hover-sprite.png') no-repeat 0px -258px;
    display: none;
}

.result-row-container {
    padding: 10px 0;
    width: 642px;
    height: 140px;
}

.result-row {
    position: relative;
    height: 140px;
    background-color: #FFF;
}
.result-row:hover {
    background-color: #EBF4D1;
}
.result-item {
	height: 120px;
    padding: 10px;
    overflow: hidden;
}
.result-image {
    position: relative;
    width: 150px;
    height: 120px;
}
.result-image .image-count {
    background-color: #57700F;
    color: #FFFFFF;
    font-family: Arial,Georgia;
    font-size: 9px;
    left: 0;
    position: absolute;
    top: 0;
}
.result-content {
    margin-left: 9px;
    width: 463px;
}
.result-title-price {
    height: 20px;
    width: 463px;
}
.result-title, .result-columns .column-title {
    color: #3a2d19;
}
.result-title, .result-columns .column-title a{
    color: #3a2d19;
}
.result-title {
    font-family: 'DroidSerif';
    font-size: 18px;
    color: #d6414f;
    letter-spacing: -1px;
}
.result-title a{
    color: #d6414f;
}
.result-price, .result-price a {
    font-family: 'ExoDemiBold';
    font-size: 18px;
    color: #529510;
}
.result-short-description {
	clear: both;
}
.result-short-description, .result-short-description a {
    color: #57595a;
    font-size: 12px;
    margin-top: 7px;
    margin-bottom: 9px;
    height: 44px;
    overflow: hidden;
}
.result-details {
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    text-decoration: none;
    color: #d6414f !important;
}
.result-details .green-arrow {
	color: #529510;
}
.result-columns {
    width: 360px;
    height: 32px;
    overflow: hidden;
    margin-top: 10px;
}
.result-columns .column-title,
.result-columns .column-title a {
    font-family: 'DroidSerif';
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
}
.result-columns .column-title a:hover {
    color: #d6414f;
}
.result-columns .column-map .map-icon {
    float: left;
    width: 32px;
    height: 32px;
}
.result-columns .column-map .column-title {
    float: left;
    margin-left: -8px;
}
.result-columns-adatlap .button-container{
    position: absolute;
    bottom: 6px;
    right: 10px;
}

.result-columns .column, .result-columns .column-first,
.result-columns .column a, .result-columns .column-first a {
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #57595a;
    text-transform: lowercase;
}
.result-columns .size_num {
	color: #529510;
}
.result-columns .blue {
	color: #d6414f
}
.result-columns .column-first sup {
    line-height: 5px;
    font-size: 10px;
    font-weight: bold;
    color: #57595a;
}
/** END list item **/





/* BEGIN list item seller */
.seller-item-list .result-title {
	margin-bottom: 15px;
}

.seller-item-list .label {
	float: left;
	width: 56px;
	margin-right: 17px;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #57595a;
}

.seller-item-list .value {
	float: left;
	width: 390px;
	font-weight: normal;
}

.result-phone {
	
}

.result-email {
	margin-top: 5px;
}

.result-email .value {
	color: #529510;
}

.result-myoffers {
	margin-top: 32px;
}

.result-myoffers a {
	font-weight: bold;
	color: #529510;
}
/* END list item seller */





/** BEGIN form **/
.form .error, .form .error_message {
    background-color: #FBE3E4;
    border: 2px solid #DDDDDD;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #8A1F11;
    padding: 5px;
    display: none;
    font-weight: bold;
    line-height: 15px;
    margin: 5px 0;
    text-align: center;
}

.form .success {
    background-color: #BBF2A0;
    border: 2px solid #57700F;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #57700F;
    padding: 5px;
    display: none;
    font-weight: bold;
    line-height: 15px;
    margin: 5px 0;
    text-align: center;
}
/** END form **/





/** BEGIN inquire form **/
.inquire-form-box {
	
}
/** END inquire form **/





/** BEGIN pagination **/
.paginator {
	margin: 15px auto 0;
	display: inline-block;
}

.paginator .paginator_page, .paginator .paginator_next, .paginator .paginator_last {
	font-family: arial;
	font-size: 12px;
	background-color: #FFF;
	color: #333;
	border: 1px solid #ced0d0;
	display: inline-block;
	float: left;
	height: 25px;
	line-height: 25px;
	margin-left: 5px;
	padding: 0 9px;
}
.paginator .paginator_page:hover, .paginator .paginator_next:hover, .paginator .paginator_last:hover {
	border-color: #9dbdce;
}
.paginator .paginator_selected {
	background-color: #d6414f;
	color: #FFF;
	border-color: #f7f7f7;
}

.paginator .paginator_first {
	margin-left: 0;
}

.paginator .paginator_disabled, .paginator .paginator_disabled:hover {
	font-family: arial;
	font-size: 12px;
	background-color: #FFF;
	color: #333;
	border: 1px solid #ced0d0;
	display: inline-block;
	float: left;
	height: 25px;
	line-height: 25px;
	margin-left: 5px;
	padding: 0 9px;
}
/** END pagination **/





/** BEGIN popup **/
.popup {
    display: none;
    z-index: 100;
}

.popup .popup-overlay {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.popup .popup-container {
    width: 330px;
    /*top: 141px;*/
    top: 156px;
    position: fixed;
    z-index: 100;
}
.popup .popup-container.big {
    width: 410px;
}

.popup .popup-wrapper {
    margin: 0 auto;
    width: 330px;
    position: relative;
}
.popup .popup-wrapper.big {
    width: 410px;
}

.popup .popup-close {
    background: url('/images/davegallery/gallery-navigation-sprite.png') no-repeat 0 -190px;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -4px;
    right: 0;
    z-index: 101;
}
.popup .popup-close:hover {
    background-position: -35px -190px;
}

.popup .popup-wrapper .popup-title {
    font-family: ExoDemibold;
    font-size: 22px;
    text-transform: uppercase;
    color: #FFF;
    margin: 0 2px 4px;
    width: 370px;
}

.popup .popup-wrapper .popup-box {
    background-color: #fbfbfb;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 292px;
    overflow: hidden;
    padding: 18px;
    font-family: arial;
    font-size: 12px;
    color: #333333;
}
.popup .popup-wrapper.big .popup-box {
    width: 372px;
}

.reg_popup .popup-container {
    width: 680px;
}
/** END popup **/





/** BEGIN 404 **/
._404 {
    position: relative;
    height: 200px;
}
._404 ._404_bg {
	position: absolute;
	top: -31px;
	right: 0;
}
._404 h1 {
	color: #d6414f;
    font-family: 'ExoBlack';
    font-size: 24px;
    margin-bottom: 10px;
}
._404 p {
	font-family: arial;
	font-size: 12px;
    margin: 0 0 5px;
}
._404 a {
	color: #529510;
}

.not-found {
    text-align: center;
}
.not-found p {
	font-family: 'ExoDemibold';
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}
/** END 404 **/