div#classifieds {
	margin-top: 20px;
	float: left;
}

div#classifieds div.entry {
	width: 165px;
	height: 175px;
	float: left;
	overflow: hidden;
	margin: 0 5px 5px 0;
	padding: 3px;
	border: 1px solid #9AB552;
	background: #f2f1f6 url(/graphics/conarea_bg_b.jpg) 50% 100% no-repeat;
}

div#classifieds div.entry div.entry-inner {
	position: relative;
	width: 165px;
	height: 175px;
	overflow: hidden;
	text-align: center;
}

div#classifieds h2 {
	clear: left;
	margin: 20px 0;
}

div#classifieds div.entry h3 {
	margin: 0;
	font-size: 1.5em;
	background-color: #9AB552;
	color: #FFF;
}

div#classifieds div.entry p {
	margin: 10px 0 0 0;
	font-size: 1em;
}

div#classifieds div.entry ul.contact {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 10px 0 0 0;
	padding: 0;
	width: 165px;
}

div#classifieds div.entry ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: disc;
}

div#classifieds div.entry ul.contact li {
	list-style-type: none;
	background-image: none;
	padding: 0;
	margin: 0;
	font-size: 1em;
	display: block;
	text-align: center;
}

div#classifieds div.entry ul li {
	margin: 0;
	padding: 0;
	font-size: 1em;
	background-image: none;
}

div#classifieds div.entry div.entry-inner div.image {
	position: absolute;
	height: 175px;
	width: 165px;
	top: 0;
	left: 0;
}

div#classifieds div.entry div.entry-inner div.image a,
div#classifieds div.entry div.entry-inner div.image a:active,
div#classifieds div.entry div.entry-inner div.image a:visited {
	width: 165px;
	height: 175px;
	display: block;
	text-decoration: none;
	background-color: transparent;
}

div#classifieds div.entry div.entry-inner div.image a:hover,
div#classifieds div.entry div.entry-inner div.image a:focus {
	text-decoration: none;
	background-color: transparent;
}

div#classifieds div#pagination {
	clear: left;
}