html {
	width: 320px;
	height: 480px;
}

body{
	-webkit-text-size-adjust:none;
	width: 320px;
}

#container {
	width: 320px;
	margin: 0;
}

#header {
	width: 320px;
	padding: 0;
	float: none;
	height: auto;
	padding: 0 0 30px 0;
}

#header h1, #header h2 {
	float: none;
}

#header h1 a, #header h2 a {
	width: 320px;
	height: 45px;
	background: url('../_img/_mobile/logo.jpg') no-repeat;
}

#header h3 {
	width: 320px;
	height: 38px;
	float: left;
	background: url('../_img/_mobile/tagline.jpg') no-repeat;
	padding: 0 0 0 0;
}

#header #wall {
	display: none;
}

#content {
	width: 295px;
	background: none;
	padding: 0 0 25px 0;
	float: none;
	margin: 0 auto;
	min-height: 0;
}

	#content_top {
		display: none;
	}
	
	#content_bottom {
		display: none;
	}
	
	#actual_content {
		width: 100%;
		float: none;
		min-height: 0;
	}

#footer {
	width: 100%;
	float: none;
}

	#footer p {
		padding: 12px 0 0 0;
		font-size: 12px;
		text-align: center;
	}
	
	#footer span {
		display: none;
	}
	
	#footer span#copyright {
		display: block;
		width: 100%;
		padding-bottom: 5px;
	}

/*
*	Homepage
*/
#nav li {
	width: 100%;
	float: none;
	padding: 0;
	height: auto;
	margin-bottom: 15px;
}

	#nav li a:link, #nav li a:visited, #nav li a:hover, #nav li a:active {
		width: 100%;
		height: auto;
		background-color: #df5656; /* Fallback */
		background-image: -moz-linear-gradient(100% 100% 90deg, #df5656, #b84747) !important;
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#df5656), to(#b84747)) !important;
		text-indent: 10px;
		color: #FFF;
		padding: 15px 0;
		-webkit-border-radius: 10px;  
		-moz-border-radius: 10px;
		border-width: 1px;
		border-style: solid;
		border-color: #ff6262 #7d3030 #7d3030 #7d3030;
		text-transform: uppercase;
		line-height: 1;
		text-align: center;
		font-size: 15px;
		font-weight: bold;
	}
	
	/* Per link een achtergrondafbeelding */
	#nav li#met_vertreklocatie a {
		background-image: none;
	}
	
	#nav li#zonder_vertreklocatie a {
		background-image: none;
	}
	
	#nav li#overzicht a {
		background-image: none;
	}
	
#bubbles {
	display: none;
}


/* Algemeen */

.subnav {
	width: 295px;
	float: none;
	display: inline-block;
	padding-bottom: 10px;
}

	.subnav li {
		margin: 0 0 0 5px;
		font-size: 12px;
	}

	#content .subnav a:link, #content .subnav a:visited, #content .subnav a:hover, #content .subnav a:active {
		border-width: 1px !important;
		border-style: solid !important;
		border-color: #aab9c4 #aab9c4 #b6c6d2 #aab9c4 !important;
	}

	.subnav_home a:link, .subnav_home a:visited, .subnav_home a:hover, .subnav_home a:active,
	.subnav_zoeken a:link, .subnav_zoeken a:visited, .subnav_zoeken a:hover, .subnav_zoeken a:active,
	.subnav_resultaten a:link, .subnav_resultaten a:visited, .subnav_resultaten a:hover, .subnav_resultaten a:active,
	.subnav_product a:link, .subnav_product a:visited, .subnav_product a:hover, .subnav_product a:active,
	.subnav_overzicht a:link, .subnav_overzicht a:visited, .subnav_overzicht a:hover, .subnav_overzicht a:active {
		height: 26px;
		line-height: 26px;
		padding: 0 5px 0 5px;
		width: auto;
		text-indent: 0;
		
		background: #f3f8fb; /* Fallback */
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f3f8fb), to(#ccd2d8)) !important;
		background-image: -moz-linear-gradient(100% 100% 90deg, #f3f8fb, #ccd2d8) !important;
		-webkit-border-radius: 5px;  
		-moz-border-radius: 5px;
	}

#content h2 {
	background: none;
}


/* Dichtstbijzijnde nachtwinkel */
#met_vertrekpunt_form {
	width: 295px;
	padding-top: 0;
}

#met_vertrekpunt_form h2 {
	font-size: 24px;
	padding: 0 0 5px 5px;
}

#met_vertrekpunt_form #adres {
	width: 285px;
	height: 25px;
	padding: 5px 0 0 10px;
	margin-bottom: 15px;
	font-size: 16px;
	background: #FFF;
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #b0c1cd #b0c1cd #FFF #b0c1cd;
}

#met_vertrekpunt_form #submit {
	text-indent: 0;
	color: #FFF;
	width: auto;
	margin: 0 0 0 5px;
	height: 35px;
	line-height: 35px;
	padding: 0;
	
	background: #f06159; /* Fallback */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f06159), to(#a9433e)) !important;
	background-image: -moz-linear-gradient(100% 100% 90deg, #f06159, #a9433e) !important;
	-webkit-border-radius: 7px;  
	-moz-border-radius: 7px;
	border-width: 1px;
	border-style: solid;
	border-color: #b44d46 #b44d46 #e7635a #b44d46;
}

#uitgebreid_link {
	float: none;
	width: 290px;
	text-align: left;
	margin: 0 0 0 7px;
}

#content #uitgebreid_link a:link, #content #uitgebreid_link a:visited, #content #uitgebreid_link a:hover, #content #uitgebreid_link a:active {
	border-bottom: 1px solid #AFBFCC;
}

#uitgebreid {
	float: none;
	width: 290px;
	margin: 60px 0 0 7px;
}

	#uitgebreid label {
		float: none;
		font-size: 14px;
		width: 290px;
		text-align: left;
		padding: 0 0 2px 0;
	}
	
	#uitgebreid select {
		float: none;
		margin: 0 0 4px 0;
	}
	
	#uitgebreid p {
		float: none;
		width: 290px;
		padding: 0 0 15px 0;
		text-align: left;
	}
	
	#uitgebreid #tijdstip {
		float: none;
	}

#glocation, #glocation_breed {
	width: 290px;
	height: 290px;
}

/*
*	Contactformulier
*/
#contactForm {
	background: none;
	margin-top: 0;
}

	#contactForm fieldset {
		float: none;
		width: 295px;
		margin: 0;
	}

	#contactForm textarea, #contactForm input {
		width: 282px;
		-webkit-border-radius: 0;  
		-moz-border-radius: 0;
	}

	#contactForm dd, #contactForm #onderwerp {
		padding-bottom: 20px;
	}

	#content #mailtje {
		font-size: 12px;
	}
	
	#contactForm #submit {
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		width: auto;
		
		background: #ffffff url('../_img/mobile/submit.jpg') repeat;
		-webkit-border-radius: 0 !important;  
		-moz-border-radius: 0 !important;
		border: 1px solid #b7cad9 !important;
		display: block;
	}
	
/*
*	Tabellen
*/
.overzicht {
	float: none;
	background: none;
	font-size: 11px;
}

	.overzicht th {
		background: #f06159; /* Fallback */
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f06159), to(#a9433e)) !important;
		background-image: -moz-linear-gradient(100% 100% 90deg, #f06159, #a9433e) !important;
	}
	
	.overzicht td {
		padding: 5px 5px;
		vertical-align: middle;
	}
	
		.overzicht td a {
			display: inline;
			line-height: 1.2;
		}
	
	.overzicht img {
		height: 25px;
	}
	
	
/*
*	Winkeldetail
*/
#content .adres {
	font-size: 14px;
	margin-top: -25px;
}

#winkel_info {
	background: none;
}

	#winkel_producten {
		float: none;
		width: 100%;
	}
	
		#content #winkel_producten h3 {
			padding-bottom: 9px;
		}
		
		#winkel_producten .producten {
			font-size: 12px;
			margin: 0;
		}
		
			#winkel_producten .producten td {
				padding: 6px 6px 6px 0;
				width: auto;
			}
			
			#winkel_producten .producten td + td {
				width: auto;
			}
			
			#winkel_producten .producten td + td +td {
				width: auto;
			}
			
	#winkel_open_betaling {
		float: none;
		padding: 0;
	}
	
		#winkel_open_betaling .uren {
			font-size: 12px;
		}
		
		#content #winkel_open_betaling h3 {
			padding: 17px 0 9px 0;
		}
		
	#betalingsmogelijkheden {
		font-size: 12px;
	}
			
.winkel_foto {
	display: none;
}

#winkel_route {
	float: none;
	width: 100%;
	padding: 0;
}

	#content #winkel_route h3 {
		padding: 17px 0 9px 0;
	}

	#winkel_route #glocation {
		float: none;
		width: 293px;
	}
	
	#winkel_route #groute {
		float: none;
		margin-top: 0;
		width: 100%;
		padding: 0 !important;
		font-size: 12px;
		line-height: 1.2;
	}
	
/*
*	Goedkoopste nachtwinkel
*/
#products_overview {
	padding: 0;
}

	#products_overview li {
		width: 83px;
		height: 83px;
		padding: 0;
		margin: 0 15px 25px 0;
	}

		#products_overview li img {
			width: 83px;
			height: 83px;
		}

#product_image {
	height: 20px;
	margin-top: 5px;
}


/*
*	Overzicht
*/
#gmap {
	width: 100%;
	height: 295px;
}

#tabs_overview {
	background: none;
	border-bottom: 1px solid #adbdca;
	margin: 0;
	height: 30px;
}

.subnav.overview {
	margin: 0;
	position: relative;
	top: -32px;
	padding-bottom: 0;
	width: 100px;
	float: right;
}

#tabs_overview a {
	display: block;
	height: 30px;
	line-height: 30px;
	text-indent: 0;
	padding: 0 15px;
	border: 1px solid #adbdca;
	background: none;
	font-size: 16px;
	margin-top: -1px;
	
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

#content #tabs_overview a:link, #content #tabs_overview a:visited, #content #tabs_overview a:hover, #content #tabs_overview a:active {
	color: #FFF;
	background: #cfe0f0;
	border-bottom: none;
	
	background: #cfe0f0; /* Fallback */
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cfe0f0), to(#bfcfde)) !important;
	background-image: -moz-linear-gradient(100% 100% 90deg, #cfe0f0, #bfcfde) !important;
}

	#content #tabs_overview .selected a:link, #content #tabs_overview .selected a:visited, 
	#content #tabs_overview .selected a:hover, #content #tabs_overview .selected a:active {
		border-bottom: 1px solid #b8d5ee;
		color: #788B9A;
		background: #b8d5ee;
		background-image: none !important;
	}

	#tabs_overview #map a {
		background: none;
		width: auto;
	}
	
	#tabs_overview #list a {
		background: none;
		width: auto;
	}
	
.overzicht.lijst {
	margin-top: 25px;
}

	#content .overzicht tr.table_top th, #content .overzicht tr.table_top th.selected {
		background: #f06159; /* Fallback */
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f06159), to(#a9433e)) !important;
		background-image: -moz-linear-gradient(100% 100% 90deg, #f06159, #a9433e) !important;
	}
	
	.overzicht tr.table_top th, .overzicht.lijst td {
		padding-left: 6px;
	}
	
	#content .overzicht tr.table_top th.selected a, #content .overzicht tr.table_top th a {
		margin-left: 0;
	}
	
	#content .overzicht tr.table_top th a {
		border-bottom: 0;
	}
	
	#content .overzicht tr.table_top th.selected a {
		border-bottom: 1px solid #FFF;
	}
	

/*
*	Pagination
*/
.pagination {
	padding: 20px 0 10px 0;
	font-size: 11px;
}

	.pagination .page-active, .pagination .previous-off, .pagination .next-off {
		padding: 6px 10px;
	}
	
	#content .pagination a:link, #content .pagination a:visited, #content .pagination a:active {
		padding: 5px 9px;
	}
	
/*
*	Errormessages
*/
.error {
	float: none;
	width: 100%;
}

	.error li {
		padding: 2px 0 15px 30px;
		background: url('../_img/_mobile/error.png') no-repeat 5px 0;
	}

.errors li {
	background: url('../_img/_mobile/error.png') no-repeat 0 6px;
}

#contactForm .error {
	width: 100%;
}

	#contactForm .error li {
		background: url('../_img/_mobile/error.png') no-repeat 0 6px;
	}

#contactForm .not_valid span {
	width: 100%;
	padding: 10px 0 2px 25px;
	background: url('../_img/_mobile/error.png') no-repeat 0 8px;

}


/*
*	404
*/
#page_not_found {
	background: url('../_img/_mobile/bg_404.jpg') no-repeat bottom right;
	margin: 0 0 0 0;
}

	#page_not_found h1 {
		font-size: 12px;
		padding-top: 0;
	}
	
		#page_not_found h1 span {
			font-size: 30px;
			padding-bottom: 10px;
		}
		
	#page_not_found p {
		font-size: 12px;
		padding: 12px 0 0 0;
	}
	
	#page_not_found ul {
		font-size: 12px;
		padding: 13px 0 130px 10px;
	}
	
		#page_not_found ul li {
			padding: 0 0 25px 23px;
			background: url('../_img/_mobile/pijltje_404.jpg') no-repeat;
		}
		
/*
*	Score overzicht
*/
.score_overzicht {
	display: none;
}

#reacties_reageren {
	background: none;
	float: none;
	width: 100%;
}

	#reacties {
		float: none;
		width: 100%;
		overflow: hidden;
	}
	
		#reacties .reactie {
			float: none;
			width: 100%;
			border-bottom: 1px solid #a1b1bc;
			margin-bottom: 20px;
			padding-bottom: 7px;
		}
		
		#content .reactie_zelf {
			float: none;
		}
		
		#content .meta {
			float: none;
		}
		
		#content .score {
			float: none;
		}
	
	
/*
*	Reactieformulier
*/
#reageren {
	float: none;
	width: 100%;
}

	#reageren fieldset {
		float: none;
		width: 295px;
		margin: 0;
	}

	#reageren textarea, #reageren input {
		width: 282px;
		-webkit-border-radius: 0;  
		-moz-border-radius: 0;
	}

	#reageren dd, #reageren #onderwerp {
		padding-bottom: 20px;
	}

	#reageren #submit {
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		width: auto;
		background: #ffffff url('../_img/mobile/submit.jpg') repeat;
		-webkit-border-radius: 0 !important;  
		-moz-border-radius: 0 !important;
		border: 1px solid #b7cad9 !important;
		display: block;
	}
		
/*
*	Score geven
*/
#score li a {
	background: url('../_img/score_geven.png') no-repeat bottom left;
}

#score li.hover a {
	background: url('../_img/score_geven.png') no-repeat top left;
}

#score li.selected a {
	background: url('../_img/score_geven.png') no-repeat top left;
}




	
	
