/********** Results CSS Document (results.css) INMOWEB / Results **********/

div.results {
border:1px solid #fff;
clear:both;
color:#222;
font-size:11px;
margin-bottom:20px;
padding:15px 10px;
text-align:center;
width:663px;
}
div.results a{
}
ul.pagination {
display:inline-block;
}

ul.pagination li {
	margin: 0 3px;
	list-style: none;
	float: left;
}

ul.pagination li a {
border:1px solid #fff;
color:#222;
display:block;
float:left;
padding:0 7px;
text-align:center;
text-decoration:none;
}

ul.pagination li a#current_page {
background-color:#fff;
border:1px solid #fff;
color:#222;
}

ul.pagination li a:hover {
background-color:#fff;
border:1px solid #fff;
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;
}

