* {
	font-family: arial, helvetica, sans-serif;
}
body {
	font-size: 12px;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
p, h1, h2, h3, h4, form {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
a {
	color: #FF7D00;
	text-decoration: underline;
	cursor: pointer;
}
#googlemaps {
	position: relative;
	float: left;
	width: 50%;
}
#googlemaps #map {
	height: 500px;
}
#loading {
	position: absolute;
	top: 30px;
	right: 10px;
	background: #fff;
	padding: 2px;
	border: 1px solid #666;
	z-index: 1000;
	text-align: center;
}
.items {
	float: left;
	width: 48%;
	margin-left: 10px;
}
.items .item {
	position: relative;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	padding: 0 0 30px 0;
}
.items h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.items .info {
	color: #666;
}
.items .info b {
	display: block;
	float: left;
	width: 100px;

}
.items .anwbinfo {
	margin: 10px 0 0 0;
	display: none;
	float: left;
}
.items a img {
	border: 1px solid #ccc;
	padding: 2px;
	background: #fff;
	float: left;
	margin-right: 10px;
}
.items a.meer {
	color: #000;
	position: absolute;
	bottom: 10px;
	left: 0px;
}
.rating {
	float: right;
	font-size: 1.3em;
}
.rating .grade {
	color: #000;
	text-decoration: none;
	background: transparent url(/img/buttons.png) no-repeat 0px -71px;
	display: block;
	height: 29px;
	width: 54px;
	text-indent: 16px;
	line-height: 30px;
	text-align: center;
}
.powered_by {
	float: right;
}
.powered_by img {
	vertical-align: middle;
	margin-left: 10px;
}
.sorting {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px 0;
}
.nav a.active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.nav a {
	display: block;
	float: left;
	padding: 3px;
	margin: 0 3px 0 0px;
	font-size: 1.1em;
}
#tooltip_small {
	position: absolute;
	display: none;
	background: transparent url(/img/tooltip_small.png) no-repeat top left;
	width: 200px;
	padding: 0 10px 0 5px;
	height: 129px;
	color: #000;
	text-align: left;
}
#tooltip_small h1,
#tooltip_big h1 {
	background: none;
	margin: 10px 5px 1px 5px;
	padding: 0;
	line-height: 1.1em;
	font-size: 1.1em;
}
#tooltip_small li,
#tooltip_big li {
	margin: 0;
	padding: 0;
	padding: 0 5px;
	list-style-position: outside;
	list-style: none;
}
#tooltip_big {
	position: absolute;
	display: none;
	background: transparent url(/img/tooltip_big.png) no-repeat top left;
	width: 255px;
	height: 183px;
	color: #000;

}
#tooltip_big a,
#tooltip_small a {
	color: #000;
	text-decoration: underline;
}
#tooltip_big a.x_tooltip,
#tooltip_small a.x_tooltip {
	position: absolute;
	top: 5px;
	right: 8px;
}
.paging {
	position: relative;
	clear: both;
	text-align: center;
	margin: 10px 0;
	padding: 0 18px 0 0;
}
.paging a {
	margin: 0 2px;
	padding: 1px 2px;
}
.paging a.active {
	font-weight: bold;
	text-decoration: none;
}
.paging .next {
	position: absolute;
	right: 0px;
	top: -2px;
	font-weight: bold;
	text-decoration: none;
}
.paging .prev {
	position: absolute;
	left: 0;
	top: -2px;
	font-weight: bold;
	text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}
#search {
	width: 250px;
	color: #666;
	border: 1px solid #000;
}
#search.focus {
	color: #000;
}
