/* ROOT STYLES */
body {
	background-color: #FFF;
}
body, input, textarea {
	font-size: 13px;
	color: #23211d;
	font-family: Tahoma, Helvetica, Sans-serif;
}

#container { margin: 0; }

.left { float: left; }
.right { float: right; }

.text-left	 { text-align: left; }
.text-center { text-align: center; }
.text-right  { text-align: right; }

td, th { vertical-align:top; }
table thead th { background: transparent; }
table tbody td, table tbody th { border-bottom: 1px solid #ccc; }

ul, ol { margin: 0 0 1.5em 2.5em; }
ul li, ol li { padding: .2em .5em; }

a { color: #23211d; }
a:hover { text-decoration: none; }

h1, h2, h3, h4, h5, h6 { line-height: 1.4em; color: #23211d; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #23211d; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #23211d; text-decoration: none; }

h1 { font-size: 2.23em; }
h2 { font-size: 2.0em; margin-bottom: 0.3em; }
h3 { font-size: 1.53em; margin-bottom: 0.3em; }
h4 { font-size: 1.4em; margin-bottom: 0.3em; }
h5 { font-size: 1.2em; margin-bottom: 0.3em; }
h6 { font-size: 1.0em; margin-bottom: 0.3em; }


/* GROOTTE VAN HET SCHERM */
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6{  
	-webkit-text-size-adjust:none;  
} 


/* HEADER */
#header {
	background-color: #fff;
	padding: 5px 15px 4px;
}
#header #logo img {
	max-width: 320px;
	width: 100%;
}


/* TITLE */
#title h1 {
	background: #23211d;
	color: #FFF;
	font-size: 1.23em;
	font-weight: bold;
	padding: 7px 0 7px 15px;
	margin: 0;
}


/* MAINCONTENT */
#maincontent {}


/* SEARCH RESTAURANT */
#maincontent .search_restaurant {
	padding: 10px 15px;
}
#maincontent legend {
	font-size: 1.15em;
	padding: 0 10px;
}
#maincontent label {
	font-size: 1.07em;
}
#maincontent input[type="text"] {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	font-size: 1.15em;
}
#maincontent select {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	font-size: 1.15em;
}
/*
.submit_form {
	background:transparent url(../img/zoek_btn.png) no-repeat scroll left bottom;
	border:0 none;
	color:#FFFFFF;
	cursor:pointer;
	display:inline;
	font-weight:bold;
	height:22px;
	text-align:center;
	width:47px;
	padding-bottom: 3px;
}
*/


/* SEARCH RESULTS */
#search_results ul {
	list-style: none;
	padding: 0;
	margin: 0;		
}
#search_results li {
	border-bottom: 1px solid #989898;
	padding: 0;
}
#search_results a {
	padding:8px 100px 8px 15px;
	text-decoration: none;
	position: relative;
}
#search_results .text {
	font-weight: bold;
	font-size: 1.07em;
	float: left;
}
/*
#search_results .highlite {
	background: url('../img/highlite_sprite.gif') 0 -18px repeat-x;
	color: #FFF;
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	margin: -9px .5em 0;
}
#search_results .highlite .side_left {
	background: url('../img/highlite_sprite.gif') 0 0 no-repeat;
	display: block;
	padding-left: 5px;
}
#search_results .highlite .side_right {
	background: url('../img/highlite_sprite.gif') 100% -36px no-repeat;
	display: block;
	padding-right: 5px;
	font-weight: bold;
	font-size: 1em;
}
*/	
	
	
#search_results .highlite {
	height:51px;
	width:51px;
	position:absolute;
	display: block;
	right:15px;
	top: 3px;
}	
	
	
#search_results .place {
	display: block;
	float: left;
	clear: both;
	font-style: italic;
	font-size: 1em;
}



/* RESTAURANT DETAIL */
#restaurant_detail{
	padding-top: 10px;
}
#restaurant_detail .row {
	border-bottom: 1px solid #989898;
	padding: 0 15px 10px 15px;		
}
#restaurant_detail h2 {
	font-size: 1.15em;
	font-weight: bold;
	padding-top: 10px;
}
#restaurant_detail p {
	padding-bottom: 0;
	margin-bottom: 4px;
}
#restaurant_detail a {
	color: #be2975;
}


/* BUTTONS BACK AND HOME */
.back_nav {
	padding: 10px 0 35px 15px;
}	
.back_nav a {
	color: #FFF;
	text-decoration: none;
}
.back_nav .back_button {
	color: #FFF;
	display: block;
	position: absolute;
	left: 15px;
	height: 19px;
	line-height: 19px;
	overflow: hidden;
}
.back_nav .home_button {
	color: #FFF;
	display: block;
	position: absolute;
	right: 15px;
	height: 19px;
	line-height: 19px;
	overflow: hidden;
	margin-left: 52px;
}


/* FOOTER */
#footer {
	padding: 0 15px 20px 15px;
}


/* PAGINATOR */
.paginator {
	padding: 10px 0 35px 15px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.paginator a {
	margin: 0 8px;
}
.paginator ul {
	list-style-type: none;
}
.paginator ul li{
	display: block;
	float: left;
}
