/*	-------------------------------------------------------------
	LAND SALES MANAGER
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

	
/*	ALL LISTINGS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	

#content #itemListS .theItem {
	clear: both;
	padding: 10px 0 20px 0;
	border-bottom: 1px dotted #f3b197;
}
	
#content #itemListS .itemImage {
	display: block;
	float: left;
	border: 1px solid #f3b197;
	padding: 2px;
	margin: 4px 14px 5px 0;
}

#content #itemListS .itemImage.noPhoto {
	width: 150px;
	height: 100px;
	background: url(../../../images/misc/noPhoto.gif) 50% 50% no-repeat;
}
	
#content #itemListS h2 {
	border-bottom: none;
}
	
#content #itemListS h2 a:link,
#content #itemListS h2 a:visited {
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
}	

#content #itemListS h2 a:hover {
	text-decoration: underline;
}
	
#content #itemListS .itemDate {
	padding: 2px 0 3px 0;
	font-size: 0.9em;
	color: #bb9f31;
}

#content #itemListS .itemContent {
	padding: 0 0 10px 0;
	font-size: 0.95em;
}


/*	SINGLE LISTING
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
#content #itemListS_view #itemImages {
	float: right;
}

#content #itemListS_view #itemImages li {
	background: 0;
	margin: 0;
	padding: 2px 0 10px 10px;
}

#content #itemListS_view #itemImages li img {
	border: 1px solid #f3b197;
	padding: 2px;
}

#content #itemListS_view #itemAttachments ul,
#content #itemListS_view #itemAttachments li {
	background: 0;
	margin: 0;
	padding: 0;
}

#content #itemListS_view #itemAttachments img {
	float: left;
	display: block;
	margin-right: 5px;
}

#content #itemListS_view #itemAttachments span {
	display: block;
	padding: 8px 0 0 0;
}

#content #itemListS_view #itemAttachments a:link,
#content #itemListS_view #itemAttachments a:visited {
	display: block;
	text-decoration: none;
	padding: 3px 5px;
}

#content #itemListS_view #itemAttachments a:hover {
	background: #f37754;
	color: #fff;;
}