@charset "utf-8";
@import url("forms.css");
@import url("form-contact.css");
table.listings{
	float: left;
	width: 380px;	
	padding: 10px;
	border-bottom: 1px solid #005353;
}
.addetails{
	padding-left: 5px;
	width: 300px;
	text-align: left;	
}
.claimage_loader{
	width: 119px;
	height: 110px;
	border: 2px solid #335240;
	padding: 0px;
	margin: 0px;
}
.adimg {
	border: 2px solid #000;
	width: 119px;
	height: 110px;
	overflow: hidden;
	float: left;
	padding: 0px;
	margin: 0px;
}
.adstate{
	padding-left: -1px;
	color: #BF6000;
	font-size: 8pt;
	font-weight: bold;
	padding: 1px 0;
}
.adtitle {
	padding: 0px;
	color: #054242;
	font-weight: bold;
	font-size: 9pt;
	padding: 4px 0;
}
.adcontact{
	font-size: 8pt;
	font-weight:bold;
	padding: 1px 0;
}
.adphone{
	font-size: 8.5pt;
	font-weight:bold;
}
.website{
	float: left;
	cursor: pointer;
	width: 96px;
	height:	37px;
	background: url('imgs/website.png');
}
.website a,.website_alt a{
	display: block;
	width: 96px;
	height:	37px;
}
.website_alt{
	cursor: pointer;
	width: 96px;
	height:	37px;
	background: url('imgs/website.png');
}
.contact{
	cursor: pointer;
	width: 96px;
	height:	37px;
	background: url('imgs/contact.png');
	float: left;
}
.contact_alt{
	cursor: pointer;
	width: 96px;
	height:	37px;
	background: url('imgs/contact.png');
}

table.left-b{}
table.right-b{
	border-right: 1px solid #005353;	
}
