/* Styles used in custom site templates */
#columnLeft .featured {
	background: #3C0004 url(../images/featured-listing-1.gif) no-repeat 353px 6px;
}
#columnLeft .featured2 {
	background: #230100 url(../images/featured-listing-2.gif) no-repeat 353px 6px;
}
#columnLeft .featured h3,
#columnLeft .featured2 h3 {
	font-weight:bold;
	font-size:18px;
}

#columnLeft .featured p,
#columnLeft .featured2 p {
	color:#8B8778;
}
.clr {
	clear:both;
}
legend
{
	font-weight:bold;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-color: #000;
	color: #fff;
}
fieldset {
	padding:10px;
	border:1px dashed #000;
	background-color: #000;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
input.button {
	background-color:#3B0401;
	border: 1px solid #4C0700;
	color:#FFFFFF;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:11px;
	margin:0px;
	padding:4px;
	cursor:pointer;
}
.datatable {
	width:100%;
	border:1px solid #B2E3EF;
}
.datatable td {
	border-bottom: 1px dashed #B2E3EF;
	padding:3px;
}
.datatable th {
	font-weight:bold;
	padding:3px;
	background-color: #B2E3EF;
	text-align:left;
}
#map {
	width:100%;
	height:255px;
	margin-top:10px;
}
#gallery {
	float:right;
	width:340px;
}
#gallery img {
	border:1px solid #000;
	margin-left:5px;
	margin-bottom:5px;
}
#rate_div {
	width:200px
	height:25px;
}
.keyword_hlight {
	color:green;
}