@charset "utf-8";

/* BOF LISTING CLASSES */

#listing_entries .listing_pages {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:10px;
}

#listing_entries .listing_pages a {
	font-size:12px;
	color:#CC0000;
}

#listing_entries .pages_title {
	font-size:11px;
}

#listing_entries .entry {
	background:#EEEEEE;
	border-left:1px solid #F4F4F4;
	border-right:1px solid #CCCCCC;
	color:#000000;
/*
	background:#553333;
	border-left:1px solid #886666;
	border-right:1px solid #000000;
	color:#FFFFFF;
*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:5px;
	overflow:hidden;
	text-align:left;

}

#listing_entries .entry_image_container {
	float:left;
	clear:left;
	overflow:hidden;
	padding:10px;

	background:#EEEEEE;
	border-bottom:1px solid #F4F4F4;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #F4F4F4;
	border-left:1px solid #CCCCCC;
/*
	background:#553333;
	border-top:1px solid #886666;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	border-left:none;
*/
}

#listing_entries .entry_image {
	border:none;
}

#listing_entries .entry_detail_container {
	margin-left:111px;

	border-left:1px solid #F4F4F4;
/*
	border-left:1px solid #886666;
*/
}

#listing_entries .entry_detail {
	border-top:1px solid #F4F4F4;
	border-bottom:1px solid #CCCCCC;
/*
	border-top:1px solid #886666;
	border-bottom:1px solid #000000;
*/
	padding:1px 5px;
}

#listing_entries .entry_detail p {
	color:#000000;
/*
	color:#FFFFFF;
*/
}

#listing_entries .entry_title {
	font-weight:bold;
	display:inline-block;
	width:300px;
	vertical-align:top;
	font-size:14px;
}

#listing_entries .entry_price {
	font-weight:bold;
	display:inline-block;
	font-size:14px;
	float:right;
}

#listing_entries .entry_detail_title {
	font-weight:bold;
	display:inline-block;
	width:100px;
	text-align:right;
	vertical-align:top;
}

#listing_entries .entry_detail_value {
	display:inline-block;
	font-size:11px;
}

#listing_entries .entry_detail_value p {
	margin:0 0 4px 0;
	padding:0;
	font-size:11px;
}

#listing_entries .entry_detail_price {
	font-size:16px;
	font-weight:bold;
}

/* EOF LISTING CLASSES */

/* BOF LISTING PAGES */

.listing_pages {
	text-align:right;
}

.listing_pages span.pages_title {
	font-weight:bold;
	color:#999999;
}

.listing_pages a {
	padding:5px;
	border:1px solid #CCCCCC;
	font-size:12px;
	background:#EEEEEE;
}

.listing_pages span.pages_current {
	padding:5px;
	border:1px solid #999999;
	font-size:12px;
	background:#CCCCCC;
}

.listing_pages span.disabled {
	padding:5px;
	border:1px solid #999999;
	font-size:12px;
	color:#999999;
	background:#CCCCCC;
}

/* EOF LISTING PAGES */

/* BOF SEARCH FORM CLASSES */

#listing_search label {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	width:198px;
	display:block;
	padding-top:5px;
}

#listing_search form {
	padding:0;
	margin:0;
}

#listing_search h2.formtitle {
	padding:5px;
	background:#CC0000;
	color:#FFFFFF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0;
	width:188px;
	text-align:center;
}

#listing_search .search_select_full {
	width:198px;
	font-size:11px;
	border:1px solid #003366;
}

#listing_search .search_select_half {
	width:91px;
	font-size:11px;
	border:1px solid #003366;
}

#listing_search .search_text_full {
	width:196px;
	font-size:11px;
	border:1px solid #003366;
}

#listing_search .search_text_half {
	width:89px;
	font-size:11px;
	border:1px solid #003366;
}

#listing_search .search_rangetween {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	display:inline-block;
	width:10px;
	text-align:center;
}

#listing_search .search_button {
	margin-top:5px;
	margin-bottom:10px;
	width:198px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #000000;
	background:#CC0000;
	color:#FFFFFF;
	padding:5px;
}

#listing_search .search_filter {
	background-color:#00CC00;
	color:#FFFFFF;
	font-weight:bold;
}

#listing_search .search_alert {
	background-color:#CC0000;
	color:#FFFFFF;
	font-weight:bold;
}

/* EOF SEARCH FORM CLASSES */
