/*****************************
	Sort Listings Form:
******************************/
#ListingSortByForm {
	position: absolute;
	right: 30px;
	top: -10px;
	text-align: right;
}
#ListingSortByForm label { display: block; }
#ListingSortByForm select { 
	width: 150px;
	display: inline;
	margin: 2px 0px 0px 0px;
}

/*****************************
	Listings:
******************************/
#Content { padding-bottom: 90px; }
#Content ul#FavsNav {
	position: absolute;
	right: 30px;
	top: 33px;
	list-style: none;
	font-size: 10px;
}
#Content ul#FavsNav li { display: inline; }
#Content dl { margin: 0px -30px; }
#Content dl dt {
	clear: both;
	background: url(/images/backgrounds/listings-divider.jpg) repeat-x left 30px;
	padding: 60px 0px 20px 284px;
}
#Content dl dt:first-child { 
	background: none;
	padding-top: 0px;
}
#Content dl dt a {
	font: bold 15px Verdana, Geneva, sans-serif;
	color: #FFF;
}
#Content dl dt a:hover { text-decoration: none; }
#Content dl dt strong {
	display: block;
	font: normal 12px Verdana, Geneva, sans-serif;
	color: #B89E3B;
}
#Content dl dd {
	overflow: visible;
	padding: 0px 30px 0px 30px;
	margin: 0px 0px 0px 0px;
	
}
#Content dl dd p { 
	width: 370px; 
	float: left;
}
#Content dl dd a.listing-img {
	position: relative;
	display: block;
	float: left;
	margin: -50px 26px 15px 0px;
}
#Content dl dd a.listing-img img { display: block; }
#Content dl dd a.listing-img img.flag {
	position: absolute;
	right: 4px;
	bottom: 4px;
	border: none;
}
#Content dl dd a.listings-btn {
	display: block;
	height: 14px;
	float: left;
	background: url(/images/buttons/listings-btn.jpg) repeat-x left top;
	border: 1px solid #845F20;
	padding: 6px 10px;
	margin: 0px 6px 0px 0px;
	
	font-size: 10px;
	color: #E1E1E1;
	text-decoration: none;
}
#Content dl dd a.listings-btn:hover {
	color: #FFF;
	border: 1px solid #D19C43;
}

/*****************************
	Pagination:
******************************/
ul#Pagination {
	position: absolute;
	right: 30px;
	bottom: 15px;
	padding: 0;
	margin: 0;
	list-style: none;
}
ul#Pagination li { 
	float: left;
	margin: 0px 0px 0px 6px;
}
ul#Pagination li#NumPages { padding: 5px 6px; }
ul#Pagination li a {
	display: block;
	background: #494949;
	border: 1px solid #686868;
	padding: 4px 6px;
	color: #686868;
}
ul#Pagination li a:hover {
	background: #5F5943;
	border: 1px solid #9D6F25;
	color: #CEB049;
	text-decoration: none;
}