.ListingContainer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#626262;
	width:95%;
}

.ListingContainer ul, .ListingContainer ol {
	margin: 0px;
	padding: 0px;
}

.ListingContainer .clear {
	clear: both;
}

.ListingContainer img {
	border: none;
}

.ListingContainer .topLinks {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 10px;
}

.ListingContainer .topLinks a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	float: left;
	padding-left: 27px;
	color: #5898BE;
}

.ListingContainer .topLinks a:hover {
	text-decoration: none;
}

.ListingContainer .topLinks .backLink {
	height:23px;
	padding:0px;
	width:79px;
	background: url("./back-icon.jpg") top left no-repeat;
}

.ListingContainer .topLinks .searchLink {
	height:23px;
	padding:0px;
	width:79px;
	background: url("./icon-find.jpg") top left no-repeat;
}

.featuresWrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style: none;
}

.featuresWrapper li {
	width: 48%;
	margin: 0px 4px 4px 0px;
	float: left;
	clear: none;
}


.dataForm {
	float: left;
	clear: both;
	width: 100%;
}

.dataForm .small {
	width: 70px;
}

.dataForm .med {
	width: 140px;
}

.dataForm .big {
	width: 280px;
}

.dataForm .extra {
	width: 615px;
}

.dataForm ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.dataForm li {
	float: left;
	clear: both;
	margin-bottom: 20px;
	width: 100%;
}

.dataForm label {
	border-bottom: 1px dotted #5898BE;
	color: #5898BE;
	float: left;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	width: 150px;
	margin-right: 10px;
	line-height: 19px;
	display: block;
}

.dataForm label.noStyle {
	border: none;
}

.dataForm span {
	float: left;
	line-height: 20px;
	margin: 0px 4px;
}

.dataForm input, .dataForm select, .dataForm textarea {
	background-color: #EBE9E9;
	border: 1px solid #5898BE;
	color: #626262;
	float: left;
}

input.sendBtn {
	width: 108px;
	height: 29px;
	border: none;
	background: url("./btn_send.png") no-repeat top left transparent;
	cursor: pointer;
}

input.findBtn {
	width: 108px;
	height: 29px;
	border: none;
	background: url("./btn_find.jpg") no-repeat top left transparent;
	cursor: pointer;
}

.sendBtn:hover,
.sendBtn:active,
.findBtn:hover,
.findBtn:active{
	background-position: bottom left;
}

.sysMsg {
	color: #5898BE;
}

.pagination {
	width: 100%;
	float: left;
	clear: both;
}

a.prev, a.next {
	width: 79px;
	height: 23px;
	display: block;
	float: right;
	margin-left: 20px;
}

a.prev {
	background: url("./back-icon.jpg") no-repeat top left transparent;
}

a.next {
	background: url("./next-icon.jpg") no-repeat top left transparent;
}



.dataTable {
	width: 100%;
	float: left;
	clear: both;
	border-collapse: collapse;
}

.dataTable th, .dataTable td {
	/*border-bottom: 1px solid #CDCDCD;
	border-top: 1px solid #CDCDCD;*/
	border: 1px solid #CDCDCD;
	vertical-align: top;
}

.dataTable th {
	font-size: 16px;
	font-weight: bold;
	background: url("browse-title-back.png") repeat-x top left;
	line-height: 42px;
	height: 42px;
	padding: 0px 10px;
	text-align: left;
}

.dataTable td {
	padding: 7px;
}

.dataTable td.noStyle {
	border: none;
}

.dataTable ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.dataTable ul li {
	margin-bottom: 10px;
}

.dataTable ul label {
	font-weight: bold;
}

.propertyWrapper {
	width: 100%;
	float: left;
}

.propertyWrapper h1 {
	margin: 0px;
	padding: 0px 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	background-color: #5898BE;
	border: 1px solid #5898BE;
	color: #FFFFFF;
}

.propertyWrapper .propertyLeftSection {
	float: left;
	clear: none;
	width: 52%;
	padding: 10px;
}

.propertyWrapper .propertyRightSection {
	float: left;
	clear: none;
	width: 40%;
	padding: 10px;
	margin-left: 10px;
}

.propertyWrapper .imageWrapper {
	float: left;
	margin: 0px 8px 8px 0px;
}

.propertyWrapper h2 {
	border-bottom: 1px solid #CECECE;
	color: #2C2C2C;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

.propertyWrapper ul {
	float: left;
	clear: both;
	width: 100%;
}

.propertyWrapper ul.listStyle {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.propertyWrapper ul.listStyle li {
	float: left;
	clear: both;
	margin-bottom: 10px;
}

.propertyWrapper ul label {
	font-weight: bold;
}

a.deleteSearchTab {
	height: 18px;
	line-height: 18px;
	display: block;
	float: left;
	padding-right: 25px;
	background: url("./icon_delete.png") top right no-repeat;
	text-decoration: none;
	font-weight: bold;
	color: #626262;
	margin: 4px;
}

a.deleteSearchTab:hover, a.deleteSearchTab:active {
	background-position: bottom right;
	color: #5898BE;
}

.searchTabs {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 20px;
	list-style: none;
}

.searchTabs li {
	float: left;
	clear: none;
	border: 1px solid #CDCDCD;
	margin: 0px 4px 4px 0px;
}




