<style>

/*CSS that needs to be looked over carefully and removed if not used*/
#description {
	font-family: arial;
	font-size: 12px;
	}
#attachments {
	background: #e7e0d1;
	padding: 2px;
}
#attachments a {
	color: black;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 15px;
	font-weight: bold;
	}
#attachments a:hover {
	background: #ebca8c;
	}
h2 {font-size: 14px;}


#filelinks a, a:visited{
	text-decoration: none;
	color: maroon;
	font-weight: bold;
	}
#filelinks a:hover {
	background: yellow;
	}
	
/*	CSS that is definitely used and should not be removed / altered */
#image {
	width:120px;
	height:120px;
	background-repeat:no-repeat;
	background-position: top center;
	margin-top: 0px;
	padding-left:10px;}
#description {
	border-top: 1px solid #cbc4b6;
	padding-top: 2px;
	}
#categoryMenu {
	padding: 5px;
	padding-top:25px;
	}
#categoryMenu a {
	color: #840000;
	font-weight:bold;
	text-decoration: none;
	}
#categoryMenu a:hover{
	text-decoration: underline;
	}
#divPageResultBar {
	background: #bf6200;
	margin-top: 4px;
	padding: 5px;
	width: 700px;
	height: 20px;
	}
#divPageTitle {
	float:left;
	font-size:16px;
	font-weight:bold;
	padding-left: 40px;
	height: 45px;
	}
#divTotalResult	{
	float:right;
	padding-right: 40px;
	}
#divTotalResult span {
	font-weight: bold;
	}
	
/*Listings CSS*/
#ListingTable td {
	padding: 5px;
	}	
#ListingTitle {
	float: left;
	font: 18px arial;
	font-weight: bold;
	}
#ListingButtons {
	float: right;
	width: 220px;
	padding-right: 5px;
	}
#ListingButtons img {
	float: right;
	padding: 2px;
	}
div.pagination {
	padding: 3px;
	margin: 3px;
	text-align:center;
	}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #53230e;
	text-decoration: none; /* no underline */
	color: #53230e;
	}
div.pagination a:hover, div.digg a:active {
	border: 1px solid #000099;
	color: #000;
	}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #53230e;
	font-weight: bold;
	background-color: #53230e;
	color: #FFF;
	}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
	}

/*Styles for ajax auto suggest*/
.autocomplete-w1 { background:url(shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
.autocomplete strong { font-weight:normal; color:#3399FF; }
	
	
</style>

