﻿.block_webhilite{
	margin:0px 0px 0px 0px;
	

}
.propOfMonth
{
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	margin:20px 0 10px 0;
	border-top:dashed 1px #999;
}

.label
{
	margin:2px 0 2px 0;	
}

/* START Search Elements */

.searchButton
{
	font-family: verdana;
	font-size: 9px;
	text-align: center;
}

/* Drop downs */
.d
{ 
	width: 300px;
	font-size:10px;
}

/* Half drop downs */
.dh
{ 
	width: 148px;
	font-size:10px;
}




/* Property type Parent class */
.p
{ 
	background-color:#cccccc;
}

/* Property type child class */
.c
{ 
	background-color:#cdcdcd;
}

.l
{
	font-family:"arial,sans-serif";
}

.r
{
	width: 118px;	
	position: absolute;	
	text-align: left; 		
	margin:12px 0px 0px 350px;
	color:black;
	border:1px solid #CCCCCC;
	background-color:#FFF5B0;
}

/* Search button */
.sb
{ 
	font-size:10px;
	
}

td
{
	font-size:11px;
}

/* area free text input area */
.ia
{ 
	width: 296px;
	font-size:10px;
}

/* END Search Elements */

/* Highlight elements*/

.hlWrapper
{
	/*width:200px;
	/*float:left;*/
	text-align:left;
	/*padding-right:20px;
	padding-bottom:10px;*/
}

.hlThumbnail
{
	height:220px;
	overflow:hidden;
	border:1px solid #CCCCCC;
	float:left;

}

.hlArea
{
	/*
	border-bottom:dashed 1px #999;
	border-top:dashed 1px #999;
	*/
	background-color:#FFF5B0;
	padding:2px;
	font-weight:bold;

	text-align:center;
	/*
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	*/
	color:#000;
}

.hlPropertyType
{
	float:left;
	position:relative;
	width:100px;
	padding:2px;
	font-weight:bold;
	background-color:#FFF5B0;
	/*
	text-align:center;
	
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	*/
	color:#000;
}
	
.hlPrice
{
	float:right; 
	position:relative;
	padding:2px;
	font-weight:bold;
	background-color:#FFF5B0;
	/*
	text-align:center;
	
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	*/
	color:#000;
}


