/********** Results CSS Document (results.css) INMOWEB / Results **********/

div.results {
clear:both;
color:#222;
font-size:12px;
margin-bottom:20px;
padding:15px 10px;
text-align:center;
width:663px;
}
div.results a{
	color:#FFD800;
}
ul.pagination {
display:inline-block;
}

ul.pagination li {
	margin: 0 3px;
	list-style: none;
	float: left;
	border-top:1px solid #387745;
	border-bottom:#7EB489 solid 1px;
	border-right:1px solid #387745;
	border-left:#7EB489 solid 1px;
}

ul.pagination li a {
border-bottom:1px solid #387745;
border-top:#7EB489 solid 1px;
border-left:1px solid #387745;
border-right:#7EB489 solid 1px;
color:#fff;
display:block;
float:left;
padding:3px 8px;
text-align:center;
text-decoration:none;
}

ul.pagination li a#current_page {
background-color:#7EB489;
border:1px solid #7EB489;
color:#222;
}

ul.pagination li a:hover {
background-color:#7EB489;
border:1px solid #7EB489;
color:#222;
}

ul.pagination span {
	display: block;
	padding: 0 7px;
	border: 1px solid white;
	font: normal 12px/20px;
	text-align: center;
	text-decoration: none;
	float: left;
}

#content_right p.results_pagination { clear: both; 
}

div.results div {
	clear: both;
	text-align: center;
	padding-top: 15px;

}

form.form_content {
	width: 290px;
	margin: auto;
	padding: 20px 0 0 0;
}

form.form_content label {
	width: 75px;
	float: left;
	font-weight: bold;
}

form.form_content select {
	width: 205px;
	font: normal 11px/1.2em;
}

