@charset "utf-8";
/* CSS Document */
#tag {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	color: #333333;
	margin-top: 20px;
}
#tag2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0px;
	padding: 0px;
	height: 10px;
}
#tag ul, #tag2 ul{
	padding: 0px;
	margin-left: 0px;
}
#tag li , #tag2 li {
	list-style-type: none;
	padding: 0px;
	margin-left: 0px;
	display: inline;
}
#tag a , #tag2 a {
	color:#98a167;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0px;
}
#tag a:hover , #tag2 a:hover {
    color:#4c4f34;
}
.tagg {
	color:#333333;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0px;
}
#divListings {
	margin-top: 20px;
	margin-bottom: 20px;
}
.listing_details {
	width: 560px;
	height: 100%;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #787d5b;
	background-image: url(../images/listings/backdrop.gif);
}
.listing_left {
	width: 116px;
	float: left;
	height: 100%;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	font-weight: bold;
	color: #595d41;
	text-decoration: none;
	text-align: center;
	
}
.listing_right {
	width: 404px;
	float: right;
	height: 100%;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #595d41;
	text-decoration: none;
	line-height: 1.5em;
}
.listing_filled {
	width: 116px;
	float: left;
	height: 100%;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	font-weight: bold;
	color:#FF0000;
	text-decoration: none;
	text-align: center;
	
}

