h2.contentTitle {
	float: left;
	display: inline;
}

.listingTitle {
	float: left;
	display: inline;
	width: 200px;
	font-size: 14px;
	padding-top: 3px;
}

.listingStatus {
	float: right;
	display: inline;
/*	width: 101px; */
	font-weight: normal;
	font-size: 11px;
	padding-top: 5px;
	text-align: right;
}

.listingStatus span {
	color: #868887;
}

span.sold {
	color: #FF0000;
}

.contentHeader {
	color: #AACF32;
	zoom: 1;
}

.contentHeader a {
	color: #AACF32;
}

.sShowInstr {
	text-align: center;
	margin-bottom: 8px;
}

h2.contentSubTitle {
	margin-top: 3px;
}

.listingDetails {
	float:left;		
	margin-right:15px;
	width:247px;
	border-right: 2px solid #ABD33A;
}

.listingDescription {
	float:left;	
	width:191px;
	color: #868887;
}

.listingDescription p {
	margin-top: 2px;
}

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

.listingDetails li {
	margin: 0;
	padding: 0;
}

.listingDetailsCol1 {
	float: left;
	display: inline;
	width: 107px;
	margin-right: 5px;
	color: #AACD31;
}

.listingDetailsCol2 {
	float: left;
	display: inline;
	width: 128px;
	color: #868887;
}

.listingDetailsCol2 a {
	color: #868887;
	text-decoration: none;
}

.listingDetailsIcons li {
	float: left;
	display: inline;
	padding-right: 10px;
}

.rightColTitle {
	text-align: right;
	margin-bottom: 5px;
	margin-right: 3px;
}

#colright p {
	margin-left: 3px;
	margin: 13px 0 15px 3px;
}

.formBody {
	background: url('../images/formBk.gif') repeat;
	width: 240px;
	margin: 27px 0 0 0;
}

.formBody img { display: inline; vertical-align:baseline; }

.formBody .iconbtnleft {
	margin-top: 4px;
}

.formContent {
	height: 275px;
	overflow: hidden;
}

.sendButton {
	margin: 9px 0 0 167px;
	zoom: 1;
}

label {
	display: block;
	float: left;
	display: inline;
	width: 71px;
	padding-top: 1px;
	margin-left: 9px;
	color: #AACD31;
}

.formItem {
	zoom: 1;
	margin-bottom: 12px;
}

.textField, .formItem select, .formItem textarea {
	width: 149px;
	border: 1px solid #939493;
	font-size: 11px;
}

.formItem select {
	width: 151px;
}

.formItem textarea {
	height: 41px;
}

.sendButton img
{
	background-color:#a5cb38;
}

.sendButton a:hover img
{
	background-color:#ffffff;
}

/* fix for ie6 */	
.sendBtn span
{
	background-color:#a5cb38;
}

.sendBtn:hover span
{
	background-color:#ffffff;
}	

.formBody span {
	color: #AACD31;
}

.contactFormPostHidden {
	position: absolute;
	top: 300px;
}

.contactFormPostVisible {
	position: absolute;
	top: 22px;
}