@import url("global.css");
@import url("no-ads.css");
@import url("list.css");

#Search {
	border-bottom: none;
	padding-right: 20px;
	border-right: solid 1px #000000;
	margin: 0;
}
#Left {
	padding: 0;
	padding-right: 210px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#Listings {
	clear: both;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	padding: 20px;
	padding-top: 0;
}
#Sorts {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	line-height: normal;
	margin-bottom: 20px;
	clear: both;
}
#Listing {
	width: 100%;
	height: 100px;
	border-bottom: solid 2px #FFFFFF;
}
#Listing td#Description {
	height: 20px;
	padding: 5px 10px;
	vertical-align: middle;
	line-height: normal;
}
#Listing td#Description a {
	font-size: 16px;
	line-height: normal;
	font-weight: bold;
	color: #990000;
}
#Listing td#Description a:hover {
	color: #E94053;
	text-decoration: none;
}
#Listing td.Detail {
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
	line-height: normal;
}
#Listing tr.Top td.Detail {
	padding-top: 10px;
	vertical-align: top;
}
#Listing tr.Bottom td.Detail {
	padding-bottom: 10px;
	vertical-align: bottom;
}

#Filters input.Text {
	font-size: 12px;
	width: 100px;
}
#Filters select {
	font-size: 12px;
}
#Filters td.Column {
	padding: 10px 5px;
}
#Filters table.FilterTable td {
	padding: 5px;
}
#Filters table.FilterTable td.Label {
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
}

