/* reset default element styles */
body, ul, li, table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
	Grid - grid layout styles
	--------------------------------------------------
*/
html, body {
	text-align: center;
	color: #000;
	background: #00ace9 url(../img/bg-body.gif) repeat-x 0 0;
}

div#container {
	margin: 0 3%;
	text-align: left;
	background: #fff;
}

div#content {
	padding: 0 1%;
	overflow: auto;
}

ul#languages {
	margin: 0;
	list-style:none;
	float: right;
}

ul#languages li {
	float: left;
	margin-right: .5em;
}

ul#languages li a {
	color: #666;
	text-transform: uppercase;
	font-size: small;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

p, h1, h2, h3 {
	margin: 0 0 .2em 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

div.home h1 {
	display: none;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #000;
}

ul#nav {
	list-style: none;
	background: #00ace9;
	overflow: hidden;
}

ul#nav li {
	float: left;
}

ul#nav li a {
	margin: 0 1em;
	color: #fff;
	text-decoration: none;
}

/* forms adjustments*/
fieldset {
	margin-bottom: 1em;
}

legend {
	font-size: 14px;
}

div.field_sep {
	display: none;
}

div.field {
	margin-bottom: .5em;
}

/* Seekerlist */
span.totalresults {
	float: left;
}

span.previous,
span.next {
	float: right;
}

span.previous a,
span.next a {
	padding: 0 0 0 1em;
	color: #00ACE9;
}

ul.results,
ul.typeSelect {
	list-style: none;
}

ul.results li,
ul.typeSelect li {
	clear: both;
	border-top: 1px solid #def5fc;
}

ul.results li.odd {
	background-color: #f4f9fc;
}

ul.results li:hover {
	background-color: #def5fc;
}

ul.results span.town {
	display: inline;
	margin-right: 1em;
}

ul.results span.type {
	color: #000;
	font-size: small;
}

ul.results li a,
span.classification,
span.street,
span.town {
	display: block;
}

span.website,
span.email {
	display:block;
	clear: both;
}

span.price {
	display: block;
	width: 100%;
	text-align: right;
}

/* Detailpage */
div.article_dynamic img {
	float: left;
	margin: 0 1em 1em 0;
}

span.type {
	color: #666;
}

div.article_dynamic p {
	clear: both;
}
