/* --- Direct HTML changes --- */

html, body, h1, h2, h3, h4, p, form, ul, table{ margin: 0; padding: 0; }
img{ border: 0; }
html, body{ width: 100%; height: 100%; }
ul{ list-style-type: none; }

body{
	font-family: Verdana, Arial;
	font-size: 12px;
	background: #f2f2f2 url('http://www.heerlijk.nl/img/default/background.jpg');
}
h2{
	font-size: 16px;
	text-transform: uppercase;
	padding: 15px 15px 0 15px;
}
h3{
	font-size: 14px;
	text-transform: uppercase;
	padding: 15px 15px 0 15px;
}
p{
	padding: 5px 15px 15px 15px;
}
table.overview{
	padding: 5px 15px 15px 15px;
	width: 100%;
}
table.overview td{
	padding-right: 15px;
}
table.overview td.euro{
	width: 30px;
}
table.overview thead{
	font-weight: bold;
}
table.overview td.sum{
	border-top: 1px solid #000;
}
a{
	text-decoration: none;
	color: #ec008c;
}
.green {
	color: green;
	font-size: 10px;
}
.red {
	color: red;
	font-size: 10px;
}
a:hover{
	text-decoration: underline;
}
small{
	font-size: 10px;
}
label{
	display: block;
	float: left;
	width: 110px;
}
.small {
	font-size: 10px;
}

/* --- The basic static layout --- */
div#login{
	position: absolute;
	top: 0;
	right: 5%;
	background: url('http://www.heerlijk.nl/img/default/spacer_search.jpg') top left;
	width: 450px;
	border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
}
div#login p{
	padding: 10px;
	color: #fff;
}
div#login a{
	display: block;
	float: right;
	padding: 0 25px 0 25px;
	background: #ec008c;
	border-radius: 0 0 15px 0;
	-moz-border-radius: 0 0 15px 0;
	-webkit-border-radius: 0 0 15px 0;
	border-left: 1px solid #333;
}
div#logo{
	position: absolute;
	top: 20px;
	left: 15px;
	width: 410px;
	height: 100px;
}
div#menu{
	position: absolute;
	top: 75px;
	right: 5%;
	width: 600px;
}
div#menu li{
	float: right;
	margin-left: 20px;
}
div#menu a{
	font-size: 16px;
	color: #000;
}
div#menu a:hover{
	color: #ec008c;
}
div#container{
	position: absolute;
	top: 110px;
	left: 115px;
	right: 5%;
}
div#message{
	width: 100%;
	margin-bottom: 2%;
	height: 50px;
	clear: both;
	line-height: 46px;
	background: #FFF;
	padding: 5px;
	font-weight: bold;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
div#message .icon{
	float: left;
	margin-right: 20px;
}

.message-green{
	background: #FF0099;
	padding: 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	text-align: center;
	color: #fff;
	margin-right: 20px;
}
.message-red{
	background: #666666;
	padding: 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	text-align: center;
	color: #fff;
	margin-right: 20px;
}


/* --- Filling up the page --- */

div.leftcontainer{
	width: 49%;
	float: left;
}
div.rightcontainer{
	width: 49%;
	float: right;
}
div.block{
	width: 100%;
	background: #fff;
	color: #666;
	margin-bottom: 4%;
	overflow: hidden;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
div.block h2, div.block h3{
	color: #333;
}
div.wide{
	width: 100%;
	clear: both;
	background: #fff;
	margin-bottom: 2%;
	overflow: hidden;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
div.grey{
	background: url('http://www.heerlijk.nl/img/default/spacer_search.jpg') bottom left;
	color: #fff;
}
div.grey h2{
	color: #fff;
}
div.grey a{
	color: #fff;
	text-decoration: underline;
}
.corner{
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
.verrassingelement{
	width: 25%;
	float: left;
	text-align: center;
}
h4{
	font-size: 20px;
	color: #ff0099;
	font-weight: normal;
	padding-bottom: 15px;
}

/* --- Special frontpage layout --- */

div#searchoutput{
	background: #999;
	width: 800px;
	padding: 10px;
	margin-left: 20px;
	color: #fff;
	width: 500px;
	height: auto;
	z-index: 100;
	position: absolute;
}
div#searchoutput a{
	color: #fff;
}
div#search2{
	float: right;
	font-size: 16px;
	width: 200px;
	height: 30px;
}
div.advert{
	height: 200px;
}
table.list{
	width: 100%;
	margin-bottom: 15px;
}
table.list p{
	padding: 0 0 0 15px;
}
#searchfield{
	width: 100%;
	font-size: 25px;
	border: 0;
	background: #e0e0e0;
	color: #666;
}

ul#news{
	list-style-type: none;
	width: 100%;
}
ul#news li{
	width: 96%;
	margin: 0 15px 0 15px;
	min-height: 110px;
	clear: both;
	border-bottom: 1px dotted #666;
}
ul#news img{
	margin: 15px 10px 15px 0;
	float: left;
}
ul#news a:hover{
	text-decoration: none;
	color: #333;
}

#previous{
	width: 44%;
	float: left;
	padding: 10px;
	text-align: center;
	background: #f2f2f2;
	color: #fff;
}
#next{
	width: 44%;
	float: right;
	padding: 10px;
	text-align: center;
	background: #f2f2f2;
	color: #fff;
}

/* --- Some random other things --- */
p.info{
	float: right;
	color: #666;
	padding-top: 15px;
	font-size: 10px;
}
div.edit{
	float: right;
	width: 35px;
	height: 20px;
	margin: 15px 15px 10px 10px;
	z-index: 100;
}
div#star{
	clear: both;
	float: none;
	width: auto;
	height: 20px;
	margin: 30px 0px 10px 10px;
	z-index: 99;
}
div.digit{
	float: right;
	width: 35px;
	height: 20px;
	margin: 15px 15px 10px 10px;
	z-index: 100;
}

div.display{
	float: right;
	width: 35px;
	height: 20px;
	margin: 15px 15px 10px 5px;
	z-index: 100;
}

/* --- Listing the restaurants in search --- */

li.restlist{
	clear: both;
}
li.restlist:hover{
	background: #eee;
	height: 110px;
}
li.restlist img{
	float: left;
	margin: 15px;
}
li.restlist .description{
	padding: 0;
}
li.restlist div{
	float: right;
	background: #ddd;
	margin: 15px;
	width: 100px;
	height: 80px;
	text-align: center;
}
li.restlist div p{
	padding-top: 15px;
	text-align: center;
	font-size: 40px;
	color: #ec008c;
}


.time label{
	width: 70px !important;
}
.persons label{
	width: 40px !important;
}
.distance label{
	width: 140px !important;
}
.sms input{
	width: 25px !important;
	float: left;
}
/* --- Restaurant profile --- */

.restaurant{
	color: #000;
}
.restaurant:hover{
	text-decoration: none;
}

.reviews li{
	clear: both;
}
.reviews div{
	width: 120px;
	float: right;
	background: #f2f2f2;
	padding-top: 15px;
	margin: 0 10px 15px 10px;
}
.reviews span{
	float: right;
}

.color25{ background: url('http://www.heerlijk.nl/img/default/color25.jpg') !important; color: #fff !important;}
.color35{ background: url('http://www.heerlijk.nl/img/default/color35.jpg') !important; color: #fff !important;}
.color45{ background: url('http://www.heerlijk.nl/img/default/color45.jpg') !important; color: #fff !important;}

/* --- FORM CSS --- */

.formdesign label{
	width: 30%;
}
input{
	margin-bottom: 2px;
}
.formdesign input, .formdesign select{
	width: 60%;
}
label.error {
	float: right;
	height: 10px;
}
input.error, select.error, textarea.error {
	border: 1px solid #F00;
	background: #FCF;
	margin-bottom: 2px;
}
/* --- End of CSS file --- */

/* JQUERY NYRO CSS */
div#nyroModalFull {
	font-size: 12px;
	color: #777;
}
div#nyroModalLoading {
	border: 4px solid #777;
	width: 150px;
	height: 150px;
	text-indent: -9999em;
	background: #fff url('http://www.heerlijk.nl/img/default/lb-loading.gif') no-repeat;
	background-position: center;
}
div#nyroModalLoading.error {
	border: 4px solid #f66;
	line-height: 20px;
	padding: 20px;
	width: 300px;
	height: 100px;
	text-indent: 0;
	background: #fff;
}
div#nyroModalWrapper {
	background: #fff;
	border: 4px solid #777;
}
a#closeBut {
	position: absolute;
	display: block;
	top: -13px;
	right: -13px;
	width: 18px;
	height: 18px;
	text-indent: -9999em;
	background: url('http://www.heerlijk.nl/img/default/lb-btn-close.png') no-repeat;
	outline: 0;
}
h1#nyroModalTitle {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -22px;
	left: 5px;
	font-size: 12px;
	color: #ddd;
}
div#nyroModalContent {
	overflow: auto;
}
div.wrapper div#nyroModalContent {
	padding: 5px;
}
div.wrapperImg div#nyroModalContent {
	position: relative;
	overflow: hidden;
	text-align: center;
}
div.wrapperImg img {
	vertical-align: baseline;
}
div.wrapperImg div#nyroModalContent div {
	position: absolute;
	bottom: 0;
	left: 0;
	background: black;
	padding: 10px;
	margin: 10px;
	border: 1px white dotted;
	overflow: hidden;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
div.wrapperImg div#nyroModalContent div:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: help;
}
a.nyroModalPrev, a.nyroModalNext {
	z-index: 105;
	outline: none;
	position: absolute;
	top: 0;
	height: 100%;
	width: 40%;
	cursor: pointer;
	text-indent: -9999em;
	background: left 20% no-repeat;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div.wrapperSwf a.nyroModalPrev, div.wrapperSwf a.nyroModalNext, div.wrapper a.nyroModalPrev, div.wrapper a.nyroModalNext {
	height: 60%;
	width: 20%;
}
a.nyroModalPrev {
	left: 0;
}
a.nyroModalPrev:hover {
	background-image: url('http://www.heerlijk.nl/img/default/lb-btn-prev.gif');
}
a.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
a.nyroModalNext:hover {
	background-image: url('http://www.heerlijk.nl/img/default/lb-btn-next.gif');
}