.cleaner { clear: both; }
/*
.normal {
	width: 50%;
}

.properties {
	width: 73%;
}
*/
.normal {
	width: 57%;
}

.properties {
	width: 77%;
}


#flags {
	position:absolute;
	top: 12px;
	left: 832px;
	width: 100px;
	height:25px;
}

#flags .flag {
	padding:1px;
	border: 1px solid #CCCCCC;
}


.properties .paging {
	position: relative;
	height: 20px;
	text-align: right;	
	padding-right:10px;	
	color: #6297BC;
	padding:3px 10px 3px 10px;
	margin:0px 10px 5px 10px;

}

.properties .paging .results {
	position: absolute;
	top:6px;
	left:130px;	
}


.properties .paging .arrowl {
	display:block;
	position: absolute;
	top:6px;
	left:10px;	
	width: 100px;
}

.properties .paging .arrowr {
	display:block;
	position: absolute;
	top:6px;
	right:10px;	
	width: 80px;
}

.properties .paging .arrowl span  {
	top:0px;
	position: absolute;
	left: 20px;	
}

.properties .paging .arrowr span  {
	top:0px;
	position: absolute;
	left: 0px;	
}

.properties .paging .arrowl img {
	display:block;
	position: absolute;
	left:0px;
	border: none;	
}

.properties .paging .arrowr img {
	display:block;
	position: absolute;
	right:0px;
	border: none;	
}

.properties .paging .pagelinks {
	position: absolute;
	top:6px;
	left:400px;	
}

.properties .paging .pagelinks a {	margin-left: 5px; }
.properties .paging .pagelinks a.selected { font-weight: bold; }
.properties .paging .pagelinks a:hover { text-decoration: underline ; }


/****************************** NEW DESIGN **************************/

.properties .nitem {
	position: relative;	
	margin: 9px 0px 5px 0px;	
	border: 1px solid #0F9EFF ;	
}

.properties .nitem .header {
	height:28px;
	width:698px;
	background: #83ACCA ;
	color: #FFFFFF;
	position: relative ;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
* html .properties .nitem .header {
	width: 703px;
}

.properties .nitem .header .title {
	position: absolute ;
	display:block;
	top:6px;
	left:12px;
	margin:0 !important;
	padding:0 !important;
	font-weight: bold ;
	border-bottom: none !important;
}

.properties .nitem .header .title a {
	color: #FFFFFF ;
	font-size: 13px;
}

.properties .nitem .header .price {
	font-size: 13px;
	position: absolute ;
	top:6px;
	left:532px;
	margin:0;
	padding:0;
	font-weight: bold ;
}

.properties .nitem .details { 
	position: relative ;
	margin: 0px 0px 10px 0px;
	height: 112px;
	width:  703px;
	overflow: hidden ;
}

.properties .nitem .text {
	position: absolute ;
	top:5px;
	left:130px;
	width:370px;
	text-align: justify;
}

.properties .nitem .text p {
	padding-top: 0px !important ;
	margin: 0px !important ;
}

.properties .nitem .attributes {
	position: absolute ;
	top:0px;
	left:515px;
	width:177px;
	background: url("newpropertylist/frameinner.jpg") repeat-y;
}

.properties .nitem .attributes .wrap {
	background: url("newpropertylist/frametop.jpg") no-repeat top;	
}

.properties .nitem .attributes .wrap .inner {
	height: 80px;	
	padding: 4px 6px 4px 6px;
	background: url("newpropertylist/framebottom.jpg") no-repeat bottom;		
}

.properties .nitem .attributes .label {
	float:left;
	display: block;
	width: 70px;
	height:15px;	
	font-weight: bold;
	color: #333333;
}

.properties .nitem .attributes .value {
	float:left;
	display: block;
	width: 90px;
	height:15px;	
	overflow: hidden;
}

* html .properties .nitem .attributes .value {
	overflow:visible;
}

.properties .nitem .image  {
	position: absolute ;
	top:0px;
	left:10px;
	width:112px;
}

.properties .nitem .image img {
	margin:0;
	width: 100px;
	border: 2px solid #CCCCCC;
	cursor: pointer;
}

.properties .nitem .image .ref  {
	color: #83ACCA;
	font-weight: bold;
	font-size: 11px;
	width: 104px;
	text-align: center;
}


.properties .nitem .details .image .sold {
	position:absolute;
	top:24px;
	left:2px;
	background-color:#CCFFFF;
	height: 30px;
	line-height:30px;
	width:100px;
	color:#9F0000;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

/********************************************************************/


/****************************** OLD DESIGN **************************
.properties .item {
	position: relative;
	border: 1px solid #6297BC;
	margin: 4px 0px 10px 0px;
}

.properties .item .line {
	height:18px;
	background-color: #9EC630;
	color: #FFFFFF;
	clear: both;
	width: 100%;
	padding: 3px 0px 3px 0px;
}

.properties .item .top { border-bottom:  1px solid #6297BC; }
.properties .item .details { padding: 0px 0px 0px 0px; clear: both; height: 131px;}
	
.properties .item .details .image {
	width:20%;
	float:left;
	position: relative;
}

.properties .item .details .image .sold {
	position:absolute;
	top:35px;
	left:6px;
	filter: alpha(opacity=60); 
	-moz-opacity: .60; 
	opacity: .60;
	background-color:#CCFFFF;
	height: 30px;
	line-height:30px;
	width:100px;
	color:#9F0000;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.properties .item .details .image img {
	margin:14px 4px 0px 4px;
	width: 100px;
	border: 2px solid #CCCCCC;
	cursor: pointer;
}

.properties .item .details .text {
	float:left;
	width:55%;
	padding-top: 15px;
	text-align: justify;
}

.properties .item .details .text div {
	margin:0px 10px 5px 0px;
}

.properties .item .details .attributes {
	float:left;
	width:25%;
	background-color: #D5EDF7;
	min-height: 110px;
	_height:110px;
	padding-top: 5px;	
}


.properties .item .details .attributes span {
	margin:0;
	padding:1px 0px 0px 5px;
	display: block;	
	height:20px;
}

.properties .item .details .attributes .favorite {
	padding: 20px;
}

.properties .item .line .title { 
	position:absolute;
	display:block;
	left:10px;
	top:0px;
	_top:1px;
	text-align: left; 
	font-weight: bold; 
	margin: 0; 
	font-size: 13px;
	height: 21px;
	padding: 3px 0px 0px 10px;
	width: 340px;
}

.properties .item .line .ref { 
	position:absolute;
	display:block;
	left:410px;
	top:0px;
	_top:1px;
	text-align: right; 
	font-weight: bold; 
	margin: 0; 
	font-size: 13px;
	height: 21px;
	padding: 3px 0px 0px 10px;
	width: 100px;
}

.properties .item .line .title a { 	color: #FFFFFF;	}
.properties .item .line .title a:hover { text-decoration:underline;	}

.properties .item .line .price { 
	position:absolute;
	display:block;
	left:530px;
	_left:529px;
	top:0px;
	_top:1px;
	background-color:#83ACCA ; 
	text-align: left; 
	font-weight: bold; 
	font-size: 1.1em; 
	height: 21px;
	padding: 3px 0px 0px 7px;
	width: 170px;
	color: #FFFFFF;	
}
********************************************************************/


.featured {
	margin: 5px 10px 5px 10px; 	
	background-color: #FAFAFA ;
	border: 1px solid #F2F2F2 ;	

}

.featured h4 {
	margin: 10px 0px 5px 0px;
	padding: 0px 10px 0px 10px;  
}

.featured p {
	margin:0px 10px 0px 10px;
}

.featured img {
	margin:0px 0px 0px 18px;
	cursor: pointer;
}

.property .details {
	position: relative ;
	min-height: 200px;
}

.property .inFullform {
	margin-top: 10px !important;	
	min-height: 180px !important;
}

.property .details .image {
	width: 250px;
}

.property .pimages {
	padding: 5px 0px 5px 75px;	
	border-bottom:2px solid #CCCCCC;	
	margin: 5px 0px 5px 0px;
}

.property .pimages .printimage {
	width: 250px;
	float: left;
	margin:5px 50px 5px 0px;
}

.property .details .price {
	position: absolute;
	left: 280px;
	top:0px;
	font-weight: bold;
}

.property .details .price span {
	font-size: 1.3em;
	padding: 0px 5px 0px 10px;
}

.property .details .info {
	position: absolute;
	padding:10px 0px 0px 0px;
	border-top: 2px solid #6297BC;
	left: 280px;
	top:30px;
	width:410px;
}

.property .details .info div {
	float: left;
	width: 205px;
	height: 20px;
}


.property .details .features {
	position: absolute;
	left: 280px;
	padding:10px 0px 0px 0px;
	border-top: 2px solid #6297BC;
	width:410px;
	top:130px;
}

.property .text {
	border-top:2px solid #CCCCCC;	
	border-bottom:2px solid #CCCCCC;
	margin: 5px 0px 5px 0px;
	padding: 5px 0px 5px 0px;
	font-size: 1.1em;
}

.property .photos {
	border-bottom:2px solid #CCCCCC;
	margin:0px 0px 10px 0px;;
}

.property .photos .thumbs {
	text-align:center;
}

.property .photos .thumbs img {
	width:69px;
	height:69px;
	padding:1px; 
	border:1px solid #CCCCCC;
	cursor:pointer;
	margin: 0px 5px 0px 5px;
}

.property .photos .main {
	text-align:center;
	margin:0;
	padding:0;
}

.property .photos .label {
	text-align:center;
	height: 18px;
	color :#025FA5;
	font-weight: bold;
	margin: 2px 0px 13px 0px;
}

.property .photos .main img {
	margin-top: 3px;
	padding:1px; 
	border:1px solid #CCCCCC;
}

.property .actions {
	border-top:2px solid #CCCCCC;
	border-bottom:2px solid #CCCCCC;
	margin: 5px 0px 10px 0px;
	padding: 3px 0px 3px 10px;
	position: relative;
	height:22px;
}

.property .actions .contact {
	padding-left: 25px;
	background: url(emailus.gif) left no-repeat;
	height:22px;
	display: block;
	line-height:22px;
	position: absolute;
	top:3px;
	left:10px;
}

.property .actions .print {
	display: block;
	position: absolute;
	left:400px;
	top:3px;
	height:25px;
	padding-left: 22px;
	background: url(printDetails.gif) left no-repeat;
	line-height:22px;
}

.property .actions .nofavorite {
	display: block;
	position: absolute;
	left:225px;
	top:3px;
	height:25px;
	padding-left: 22px;
	background: url(addtofavorites.gif) left no-repeat;
	line-height:22px;
}

.property .actions .favorite {
	display: block;
	position: absolute;
	left:225px;
	top:3px;
	height:25px;
	padding-left: 22px;
	background: url(delfromfavorites.gif) left no-repeat;
	line-height:22px;
}

.wishlist {
	border-top:2px solid #CCCCCC;
	border-bottom:2px solid #CCCCCC;	
	display: list-item;
	color:#83ACCA;
	list-style-position: inside;
}

#hiddeninputs, #hiddenref {
	display: none;
}

.tabs{
	background: #FFF; 
	position: relative;
	height: 20px;
	width: 176px;
}

* html .tabs{
	width:180px;
}

.tabs div {
	float:right;
	padding:2px 8px 2px 8px;
	margin: 0px 3px 0px 3px;
	border:1px solid #F2F2F2;
	background-color: #FAFAFA;
	border-bottom: none;	
	height: 15px;
	font-weight: bold;
	cursor: pointer;
}

.tabs div.selected {
	font-size:14px;	
}

.searchbar {
	margin-top: 0px;
	margin-left: 0px;	
	width:194px;
}

.searchbar .buttons {
	text-align: center;
	margin: 10px 0px 5px 0px ;
} 

.searchbar input.button { 
	margin: 0px 0px 5px 5px; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px 2px 3px; 
	color: #4284B0;	
	cursor: pointer;
	text-align: center;
}

* html .searchbar input.button { 
	padding: 2px 0px 2px 0px;
}

.searchbar select {
	width:82px;
	margin-right:5px;
	font-size:0.9em;
}

.searchbar .input {
	width:76px;
	font-size:0.9em;
}

.searchbar .floated {
	position: relative ;
	height: 18px;
}

* html .searchbar .floated  {
	padding: 2px 2px 2px 0px;
}

.searchbar .floated label {
	float:left;
	display: block;
	margin:0px 5px 0px 9px;
}

* html .searchbar .floated label {
	margin:0px 0px 0px 6px;
}

.searchbar .floated input {
	width:65px !important;
	float:left;
	display: block;	
	margin: 0px 1px 0px 4px;
}

.searchbar .floated img {
	position: relative;
	cursor: pointer;
	border: 0 ;
	bottom: 0px;
	float:right;
	display: block;	
	margin-right:5px;
}

.searchbar .line {
	text-align: right;
	margin:3px ;
}

.search_results {
	position: relative;
	height:50px;
}

.search_results * {
	
}

.search_results select {
	width:100px;
	height:19px;
}

.search_results .loc {
	position: absolute;
	top:3px;
	left:10px;
	width:170px;	
	text-align: right;
}

.search_results .type {
	position: absolute;
	top:25px;
	left:10px;
	width:170px;	
	text-align: right;
}

.search_results .price {
	position: absolute;
	top:3px;
	left:200px;
	width:170px;	
	text-align: right;
}

.search_results .category {
	position: absolute;
	top:25px;
	left:200px;
	width:170px;	
	text-align: right;
}

.search_results .bedrooms {
	position: absolute;
	top:3px;
	left:400px;
	width:130px;	
	text-align: right;
}

.search_results .bedrooms select, .search_results .buyrent select {
	width:60px;
}


.search_results .buyrent {
	position: absolute;
	top:25px;
	left:400px;
	width:130px;	
	text-align: right;
}



.search_results .send {
	display:block;
	position: absolute;
	top:25px;
	left:545px;	
	width:100px;
	font-size: 1em;
	margin: 2px 0px 2px 10px; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCCCCC; 
	background: #FFFFFF; 
	padding: 1px 1px; 
	color: #4284B0;
	cursor:pointer;
	text-align: center;
}

.search_results .advanced {
	display:block;
	position: absolute;
	top:29px;
	left:403px;
	text-decoration: underline;
}

#rightbar .tips {
	background-color: #FAFAFA ;
	border: 1px solid #F2F2F2 ;	
	margin:10px;
}

#rightbar .tip {
	padding-top: 5px;
	margin: 5px 10px 0px 0px;
}

#rightbar .tip p {
	margin-top: 5px;	
}

#rightbar .tip h4 {
	margin-left: 15px;
	border-bottom:2px solid #90B4CF;
}



#pagelinks {
	position:relative;
	padding:0px 10px 8px 10px;
	margin:5px 0px 0px 0px;
	text-align:right;
}

#pagelinks a {
	display:inline;
	color:#6297BC;
	padding:4px 2px 4px 18px;
	cursor:pointer;
	margin-left: 10px;
	border:1px solid #6297BC;
}

#pagelinks .top {
	background: url(top.png) no-repeat left;

}

#pagelinks .back {
	background: url(back.png) no-repeat left;
	background-repeat: no-repeat;	
}


.errormessage {
	border:1px solid #CCCCCC ;
	padding:3px;
	color:#6297BC;	
}


.functions {
	position:relative;
	padding:5px 10px 3px 10px;
	margin:0px 10px 5px 10px;
	border:1px solid #f2f2f2;
	background-color: #FAFAFA;
}

.functions .function {
	float: right;
	padding-left: 12px;
	padding-bottom: 5px;
	position: relative;
}

.functions .function select.min {
	width: 45px !important;	
}

.functions .function select.med {
	width: 80px !important;	
}

.functions .function select.max {
	width: 135px !important;	
}

.framed {
	margin-left: 30px;
}

.sociable {
	float: left ;
	padding-left: 10px;
	position: relative ;
}

.sociable  img {
	border:none !important;
}

.sociable .sociable_tagline {
	float: left ;
	line-height: 20px;
	padding: 0px 5px 0px 0px;
}

.sociable ul {
	margin: 0 ;
	padding: 0 ;	
}

.sociable li {
	float:left ;
	margin: 2px;
	list-style: none;
}


#headermenu {
	position: absolute;
	width:225px;
	height: 25px;
	top:12px;
	left: 400px;
	overflow: hidden;
	text-align: right;
	padding: 0px;
}

#headermenu .item {
	display: inline;
	padding: 0px 5px 0px 7px;	
	margin: 0px;
	font-size: 1em !important;
	text-transform: none !important;
	border-left: 1px solid #6297BC;
	line-height: 15px;
}

#headermenu .first {
	border: none;
}


.newsletter {
	border:1px solid #F2F2F2;
	padding: 5px;
	margin:0px 10px 0px 10px;
	background-color: #FAFAFA;
	text-align: center;	
}

.newsletter input.button { 
	margin: 5px 0px 0px 0px; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	border: 1px solid #CCCCCC;
	background: #FFFFFF; 
	color: #4284B0;
}


.firstitems {
	width:672px;
	margin: 0px 0px 10px 10px;	
} 

.firstitems .item {
	float:left;
	width:150px;
	margin:10px 12px 0px 0px;
	text-align: center;
	height:165px;	
	border:1px solid #F4F4F4;
	padding:2px;
	background-color: #FAFAFA;
}

.firstitems .item  h4 {
	height: 35px;	
	min-height: 32px;
}

.firstitems .item  .img  {
	height:80px;
	min-height:80px;
	text-align: center;
}

.firstitems .item  .img  img {
	border-spacing: 1px;
}

.greyframe {
	margin:0px 10px 10px 10px; 
	padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}

.greyframe  p {
	margin-top:0px !important;
	margin-bottom:0px !important;
	border-bottom: 1px solid #90B4CF;
}