@CHARSET "UTF-8";
/******************************************************************************
						 CONTAINER 
*******************************************************************************/
.property-container{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0 auto;
	width: 960px;
	overflow:auto;
	color: #65696e;
}
.property-container label{
	display: block;
	margin-left: 10px;
	margin-bottom: 10px; 
}

.property-container span.title{
	color: #9aa1a8;
}
.property-container .main-content{
	margin-top: 18px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 100%;
}
.property-container .main-content .content-left{
	width: 48%;
	float: left;
}
.property-container .property-form .row{
	overflow: hidden;
	margin-bottom: 10px;
}
.property-container .property-form .row label.label{
	width: 100px;
	float: left;
	padding-top: 8px;
}
.property-container .pointer{
	 cursor: pointer;
}
/******************************************************************************
						 INPUTS - FORM
*******************************************************************************/	
.property-container .property-form input.w305{
   	width: 310px;
}
.property-container .property-form input.w94{
   	width: 94px;
}
.property-container .property-form .text{
	height: 35px;
   	padding-left: 10px;
   	padding-right: 10px;
}
.property-container .property-form .text, .property-container .property-form .textarea, .property-container .property-form .select{
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #e4e0e0;
}
.property-container .property-form .textarea{
	width: 310px;
	height: 140px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.property-container .property-form .select{
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
/******************************************************************************
						 MENU 
*******************************************************************************/
.property-menu{
	margin-top: 10px;
	margin-bottom: 10px;
}
.property-menu .button-back{
	margin-right: 10px;
	background: url(../img/frontend/layout_1/buttons/btn_back.png) 0 0 no-repeat;
}
.property-menu .button-search{
	margin-right: 10px;
	background: url(../img/frontend/layout_1/buttons/btn_search.png) 0 0 no-repeat;
}
.property-menu .button-map{
	margin-right: 10px;
	background: url(../img/frontend/layout_1/buttons/btn_map.png) 0 0 no-repeat;
}

/******************************************************************************
						 ARROW GRAY BOX 
*******************************************************************************/
.property-arrow-gray-box{
	background-color: #F6F6F6;
	overflow: hidden;
	margin-bottom: 10px;
}	
.property-arrow-gray-box .top-gray .left{
	float: left;
	background: url(../img/frontend/layout_1/arrow_gray_box/top-left.png) 0 0 no-repeat;
	height: 6px;
	width: 8px;
}	
.property-arrow-gray-box .top-gray .right{
	background: url(../img/frontend/layout_1/arrow_gray_box/top-right.png) 0 0 no-repeat;
	height: 6px;
	width: 8px;
	float: right;
}
.property-arrow-gray-box .bottom-gray .left{
	float: left;
	background: url(../img/frontend/layout_1/arrow_gray_box/bottom-left.png) 0 0 no-repeat;
	height: 6px;
	width: 8px;
}	
.property-arrow-gray-box .bottom-gray .right{
	background: url(../img/frontend/layout_1/arrow_gray_box/bottom-right.png) 0 0 no-repeat;
	height: 6px;
	width: 8px;
	float: right;
}
.property-arrow-gray-box .middle-top-gray{
	background: url(../img/frontend/layout_1/arrow_gray_box/middle-left.png) 0 0 repeat-y;
	height: 10px;
}
.property-arrow-gray-box .middle-arrow-gray{
	background: url(../img/frontend/layout_1/arrow_gray_box/arrow.png) 0 0 no-repeat;
	height: 18px;
	color: #545658;
	font-size: 13pt;
    font-weight: bold;
    padding-left: 18px;
}	
.property-arrow-gray-box .middle-content-gray{
	background: url(../img/frontend/layout_1/arrow_gray_box/middle-left.png) 0 0 repeat-y;
	padding-left: 16px;
	padding-bottom: 10px;
	padding-right: 10px;
    overflow: hidden;
}
.property-arrow-gray-box .middle-content-gray label{
	margin-left: 3px; 
}
.property-arrow-gray-box .middle-content-gray label a{
	text-decoration: none;
	color: #30639D;
}
/******************************************************************************
						 PROPERTY BOX
*******************************************************************************/
.property-box{
	background-color: #FFFFFF;
	overflow: hidden;
	margin-bottom: 10px;
}
.property-box .premium{
	background: url(../img/frontend/layout_1/property_box/premium.png) no-repeat right top;
	height: 110px;
	position: absolute;
	width: 964px;
	margin-top: -3px;
}
.property-box .sold{
	background: url(../img/frontend/layout_1/property_box/sold.png) no-repeat right top;
	height: 110px;
	position: absolute;
	width: 964px;
	margin-top: -3px;
}
.property-box .underoffer{
	background: url(../img/frontend/layout_1/property_box/under-offer.png) no-repeat right top;
	height: 110px;
	position: absolute;
	width: 964px;
	margin-top: -3px;
}
.property-box .top .left{
	float: left;
	background: url(../img/frontend/layout_1/property_box/top-left.png) 0 0 no-repeat;
	height: 8px;
	width: 8px;
}	
.property-box .top .right{
	background: url(../img/frontend/layout_1/property_box/top-right.png) 0 0 no-repeat;
	height: 8px;
	width: 8px;
	float: right;
}	
.property-box .bottom .left{
	float: left;
	background: url(../img/frontend/layout_1/property_box/bottom-left.png) 0 0 no-repeat;
	height: 8px;
	width: 8px;
}	
.property-box .bottom .right{
	background: url(../img/frontend/layout_1/property_box/bottom-right.png) 0 0 no-repeat;
	height: 8px;
	width: 8px;
	float: right;
}
.property-box .middle{
	border: 1px solid #e7e5e5;
	margin-bottom: -8px;
	padding: 10px 10px 10px 15px;
}
.property-box .property-title{
	color: #30639d;
	font-weight: bold;
	font-size: 14pt;
	margin-top: 5px;
	margin-bottom: 15px;
}
.property-box .details{
	overflow: hidden;
	width: 100%;
}
.property-box .details .attributes{
	overflow: hidden;
	float: left;
	width: 40%;
}
.property-box .details .attributes img{
	border: 1px solid #eeeded;
	padding: 5px;
	float: left;
}
.property-box .details .attributes .attr{
	overflow: hidden;
}

.property-box .details .price{
	color: #188c2b;
	font-weight: bold;
}	
.property-box .details .separator{
	background-color: #eeeded;
	height: 100px;
	width: 1px;
	float: left;
	margin: 10px; 
}
.property-box .details .blank-separator{
	float: left;
	margin: 10px; 
}
.property-box .details .description{
	overflow: hidden;
	float: left;
	width: 57%;
	line-height: 24px;
}

.property-box .details .attributes .images{
	overflow: hidden;
}
.property-box .details .attributes .images img{
	border: 1px solid #eeeded;
	padding: 5px;
	margin-bottom: 12px;
}
.property-box .details .attributes .images img.odd{
	float: left;
}
.property-box .details .attributes .images img.even{
	float: right;
}		
/******************************************************************************
						 ARROW WHITE BOX
*******************************************************************************/
.property-arrow-white-box{
	background-color: #FFFFFF;
	overflow: hidden;
	margin-bottom: 10px;
}	
.property-arrow-white-box .top .left{
	float: left;
	background: url(../img/frontend/layout_1/arrow_white_box/top-left.png) 0 0 no-repeat;
	height: 7px;
	width: 7px;
}	
.property-arrow-white-box .top .right{
	background: url(../img/frontend/layout_1/arrow_white_box/top-right.png) 0 0 no-repeat;
	height: 7px;
	width: 7px;
	float: right;
}
.property-arrow-white-box .bottom .left{
	float: left;
	background: url(../img/frontend/layout_1/arrow_white_box/bottom-left.png) 0 0 no-repeat;
	height: 7px;
	width: 7px;
}	
.property-arrow-white-box .bottom .right{
	background: url(../img/frontend/layout_1/arrow_white_box/bottom-right.png) 0 0 no-repeat;
	height: 7px;
	width: 7px;
	float: right;
}
.property-arrow-white-box .middle-top{
	background: url(../img/frontend/layout_1/arrow_white_box/middle-left.png) 0 0 repeat-y;
	height: 10px;
	border-top: 1px solid #e7e5e5;
	border-right: 1px solid #e7e5e5;
}
.property-arrow-white-box .middle-arrow{
	background: url(../img/frontend/layout_1/arrow_white_box/arrow.png) 0 0 no-repeat;
	height: 18px;
	padding-left: 24px;
	border-right: 1px solid #e7e5e5;
	color: #545658;
	font-size: 13pt;
	font-weight: bold;
}	
.property-arrow-white-box .middle-content{
	background: url(../img/frontend/layout_1/arrow_white_box/middle-left.png) 0 0 repeat-y;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #e7e5e5;
	border-right: 1px solid #e7e5e5;
	margin-bottom: -7px;
	overflow: hidden;
}
/******************************************************************************
						 BUTTONS
*******************************************************************************/
.property-container .button{
	border: medium none;
	cursor: pointer; 
	height: 33px;
	width: 107px;
}
.property-container .button-small{
	border: medium none;
	cursor: pointer; 
	height: 33px;
	width: 87px;
}
.property-container .button:HOVER{
	background-position: 0 -33px;
}
.property-container .button-small:HOVER{
	background-position: 0 -33px;
}
.property-container .button-view-detail{
	margin-left: 10px;
	background: url(../img/frontend/layout_1/buttons/btn_view-details.png) 0 0 no-repeat;
}
.property-container .button-send{
	background: url(../img/frontend/layout_1/buttons/btn_send.png) 0 0 no-repeat;
}
.property-container .button-find{
	background: url(../img/frontend/layout_1/buttons/btn_find.png) 0 0 no-repeat;
}

/******************************************************************************
						 PAGINATOR
*******************************************************************************/
.property-paging-container{
	
}
.property-paging-container ul{
	overflow: hidden;
	padding-left: 0px;
}
.property-paging-container ul li{
	overflow: hidden;
	float: left;
	height: 24px;
	margin-right: 6px;
	list-style: none;
	color: #ffffff;
}
.property-paging-container ul li.page-node:HOVER{
	cursor: pointer;
}	
.property-paging-container ul li .left{
	background: url(../img/frontend/layout_1/buttons/paging_left.png) 0 0 no-repeat;
	width: 4px;
	height: 24px;
	float: left;
}
.property-paging-container ul li .middle{
	background: url(../img/frontend/layout_1/buttons/paging_middle.png) 0 0 repeat-x;
	height: 24px;
	float: left;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px; 
	line-height: 20px;
}	
.property-paging-container ul li .right{
	background: url(../img/frontend/layout_1/buttons/paging_right.png) 0 0 no-repeat;
	width: 4px;
	height: 24px;
	float: left;
}
.property-paging-container ul li .current{
	background-position: 0 -24px;
}

/******************************************************
			CONTACT FORM
**********************************************************/
#frmContact ul.error-container{
	margin-top: 0px;
	color: red;
}
#frmContact ul.message-container{
	margin-top: 0px;
	color: #82a8dc;
}

/******************************************************
			SEARCH FORM
**********************************************************/
.property-container #frmSearch label.label{
	margin-left: 0px;
	width: 140px;
}
#frmSearch span.mid-line{
	margin-top: 5px;
	float: left;
	display:block;
	margin-right: 4px;
}
#frmSearch input.text{
	float: left;
	margin-right: 10px;
}	

/******************************************************
			MAP
**********************************************************/
.property-container .map-container{
	overflow: hidden;
}