
#properties_header ul{	
	margin: 0px;
	padding: 0px;
	list-style: none;
	width:auto;	 
}

#properties_header ul li{	
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	border: 1px solid #ADC7D6;
	text-align: center;
}

#properties_header ul li.number{
	width: 5px;
}

#properties_header ul li.street{	
	width: 100px;
}

#properties_header ul li.unitnumber{
	width: 80px;
}

#properties_header ul li.zipcode{
	width: 60px;
}

#properties_header ul li.price{
	width: 70px;
}

#properties_header ul li.propertytype{
	width: 80px;
}

#properties_header ul li.status{
	width: 50px;
}

#properties_header ul li.fulldetails{
	width: 75px;
}

#properties_header ul li.editdetails{
	width: 80px;
}

#properties_header ul li.addphotos{
	width: 90px;
}



/*Content CSS*/


#properties_content ul{	
	margin: 0px;
	padding: 0px;
	list-style: none;
	width:auto; 
}

#properties_content ul li{	
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	border: 1px solid #ADC7D6;
	text-align: center;
}

#properties_content ul li.number{
	width: 5px;
	background-color: #EFEFEF;	
}

#properties_content ul li.street{
	width: 100px;	
}

#properties_content ul li.unitnumber{
	width: 80px;
	background-color: #EFEFEF;
}

#properties_content ul li.zipcode{
	width:60px;
}

#properties_content ul li.price{
	width: 70px;
	background-color: #EFEFEF;
}

#properties_content ul li.status{
	width: 50px;
}

#properties_content ul li.fulldetails{
	width: 75px;
	background-color: #EFEFEF;
}

#properties_content ul li.editdetails{
	width: 80px;
}

#properties_content ul li.addphotos{
	width: 90px;
	background-color: #EFEFEF;
}

#properties_content ul li.remove{
	width: 10px;		
}

#properties_content ul li.remove img{
	border: none;
}


/****************************************************************************/

.property {
	width:600px; 
	padding-left:10px;
}
.property_main_info{
		
}

.property_info_left { 
	float: left;	
	margin-right: 20px;
	width: 280px;
	padding-left: 5px;
}

.property_info_price {
	background:transparent url(../images/property_price.jpg) repeat-x scroll 0 0;
	border:1px solid #A0BBC2;
	margin:0 auto;
	padding:10px 20px;
	width:80%;
}

.property_info_price_price{
	font-weight: bold; 
	text-align: center; 
	color: rgb(12, 119, 175); 
	font-size: 17px;
	margin-bottom: 10px;
}

.property_info_price_label {
	float:left;
	font-size:14px;
	font-weight:bold;
	width:100px;
}

.property_info_price_value {
	float: right;
	font-size:14px;
	font-weight:bold;
	width:100px;	
}



.property_info_right { 
	float:left;
	width:280px;
	border-left: solid 1px #A0BBC2;
	padding-left: 20px;
	min-height:318px;	
}



.property_map_container {
	height: 400px; 
	width: 100%; 
}

.property_map_tabs {
	display:block;
	height:27px;

}

.property_map_tabs div{
	list-style: none;
	border: 1px solid #CCCCCC;
	cursor: pointer;
	float: left;
	font-size: 13px;
	font-weight: bold;
	height: 20px;
	margin-right: 5px;
	padding-top: 5px;
	text-align: center;
	width: 100px;
}

/****************************************************************************/





.clear {
	clear: both;	
}


