﻿
.ListingContainer
{
	width: 980px;
	border: 1px solid #CCC;
	background-color: #EDEDED;
}
.ListingAddress {
	font-size: 14px;
	color: #333;
	float: left;
}
.ListingAddress a {
	font-size: 14px;
	color: #333;
}
.ListingPrice {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	float: right;
	width: 200px;
	text-align: right;
}

.ListingHeading1 {
	font-size: 12px;
	font-weight: 400;
	color: #030;
	text-align: center;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
	background-color: #E3E3E3;
}
.ListingValue1 {
	font-size: 12px;
	font-weight: 400;
	color: #333;
	text-align: center;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 3px;
	padding-left: 20px;
}
.ListingDesc {
	padding-top: 5px;
	font-size: 10px;
}
.ListingViews
{
    padding-top: 2px;
    padding-bottom: 2px;
    border-top-style: solid;
    border-top-color: #F3F3F3;
    border-bottom-color: #F3F3F3;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}



.More{
	margin-left: 5px;
}