/* search */
#search{
	width: 400px;
	background: transparent url('/images/searchbottom.gif') no-repeat scroll bottom left;
	padding: 0 0 16px 0;
	margin: 0 0 18px;
}
#search .top{
	background-color:#CC0000;
	padding:4px 0px 4px 8px;
	margin:0px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
#search .poweredBy{
	clear:left;
	float:left;
	margin:10px 0 0;
}
#search ol{
	margin: 0 0 0 5px;
	float: left;
	width: 110px;
}
#search li{
	padding: 0 0 8px;
}
#search img{
	float: left;
}
#search label{
	display: none;
	position:absolute;
	font-size:10px;
	width: 103px;
	height: 10px;
	padding: 5px 7px;
}
#search select, #search input{
	width: 110px;
	font-size: 10px;
	border:1px solid #AAAAAA;
	color:#313131;
}
#search form{
	background: transparent url('images/searchback.jpg') repeat-x  scroll top left;
	border-left:solid 4px #CC0000;
	border-right:solid 4px #CC0000;
	padding: 19px 17px 0;
}
#search input.button {
	border-width:0;
	color:#333333;
	font-size:15px;
	font-weight:bold;
	line-height:25px;
	margin:0;
	padding:0;
	float:right;
	height:36px;
	width:76px;
	background:transparent url('/images/buttonback.jpg') repeat scroll 0 0;
	cursor: pointer;
}

/* property of the week */
#propertyOfWeek{
	width: 400px;
}
#propertyOfWeek h2{
	color:#C00;
	font-weight: bold;
	margin-top:10px;
	padding-bottom:5px;
}
#propertyOfWeek p{
	font-size:12px;
	line-height:18px;
	padding: 4px 0;
}
#propertyOfWeek p.first{
	font-weight: bold;
}

#threecolleft{
	float: left;
	margin: 0 19px 0 0;
}

/* featuredProperties */
#featuredProperties{
	width: 360px;
	float: left;
}
#featuredProperties h2{
	color:#C00;
	font-weight: bold;
	font-size:12px;
	margin:0;
	padding:0;
}
#featuredProperties img{
	float: left;
	margin: 0 8px 3px 0;
}
#featuredProperties li{
	margin: 0 0 15px 0;
	float: left;
}

#featuredProperties li.even{
	background-color:#CCC;
}

#featuredProperties p, #featuredProperties strong{
	font-size: 11px;
	line-height:16px;
	margin-left: 128px;
	display: block;
	padding: 4px 0;
}
#featuredProperties ul{
	line-height:1;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
