@CHARSET "UTF-8";
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 0.8em;
	font-family: verdana;
}

div#container {
	width: 100%;
}

div#info {
	text-align: center;
	font-size: 0.9em;
}

div#info p.hl {
	color: #990000;
	font-weight: bold;
}


div.header {
	color: #ccc;
	padding: 1em;
	text-transform: uppercase;
}

div.header a:link, div.header a:visited, div.header a:hover {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

div.header a:hover {
	text-decoration: underline;
}

div.left a.newAdvert {
	color: #ffffff;
        background-color: #990000;
	padding: 0.4em;
}

div.filterInfo {
	clear: both;
	color: #666;
	padding: 1em;
	margin-bottom: 1em;
	text-align: center;
}

div.filterInfo a:link, div.filterInfo a:visited, div.filterInfo a:hover {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	text-transform: uppercase;
}

div.filterInfo a:hover {
	text-decoration: underline;
}

div.left {
	float: left;
}

div.right {
	float: right;
}

div#categories {
	clear: both;
}

div#categories ul {
	list-style: none;
}

div#categories ul li {
	display: block;
	float: left;
	padding: 0.5em 1em;
	white-space: nowrap;
}

div#categories a:link, div#categories a:visited, div#categories a:hover {
	text-decoration: none;
	text-transform: uppercase;
	color: #990000;
	font-weight: bold;
}

div#categories a:hover {
	text-decoration: underline;
}

div#categories ul li.last {
	float: none;
	clear: left;
	padding: 0;
}

div#adverts {
	
}

div#adverts dl {
	margin: 1em 0;
}

div#adverts dl dt {
	color: #990000;
	padding: 0.1em 0.1em;
	text-transform: uppercase;
	border-bottom: solid 0.4em #CCCCCC;
	font-weight: bold;
}

div#adverts dl dd {
	padding: 0.3em 1em 0.3em 1em;
	margin-left: 11em; 
	border-bottom: solid 0.3em #EEEEEE;
}

div.paging {
	color: #ccc;
	padding: 2em;
	text-transform: uppercase;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}

div.paging a:link, div.paging a:visited, div.paging a:hover {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

div.paging a:hover {
	text-decoration: underline;
}
