/* CSS Document */

h1, h2, p, body, html {
	margin:0;
	padding:0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#66CBFF;
	display:inline;
	background-image:url(../images/bg.gif);
}

a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-size: 14px;
	color:#FC1212;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

hr{
	color:#FC1212;
}

.global_container {
	width:100%;
	text-align:center;
}

.container {
	width:98%;
	width: 943px;
	height: 100%;
	margin:10px auto;
	margin-left: auto;
	margin-right: auto;
	background-color:#66CBFF;
}

.container_resultaat{
	background-color:#66CBFF;
	padding: 15px;
}

.header {
	width: 100%;
	border: none;
	text-align: center;
	height: 118px;
}

	.header #left{
		background-image:url(../images/Header_Left.gif);
		background-repeat:no-repeat;
		width: 20%;
		height: 118px;
		float: left;
	}

	.header #center{
		background-image:url(../images/Header.gif);
		background-position:center;
		background-repeat:no-repeat;
		height: 118px;
		width: 77%;
		float: left;
	}

	.header #right{
		background-image:url(../images/Header_Right.gif);
		background-repeat:no-repeat;
		width: 3%;
		height: 118px;
		float: left;
	}

.menu{
	background-color:#66CBFF;
	width:236px;
	float:left;
	text-align:center;
}

	.menu ul{
		list-style-type: none;
		width:160px;
		margin-left: 0px;
		margin-top: 15px;
	}

		.menu ul li{
			background-image:url(../images/Menu_button.jpg);
			background-repeat: no-repeat;
			height: 40px;
			padding-top: 10px;
		}

		.menu #bestelbutton{
			background-image:url(../images/Bestel_button.jpg);
			background-repeat: no-repeat;
			height: 40px;
			padding-top: 10px;
		}

	.menu ul a{
		font-family: "Lobster", cursive;
		font-size: 18px;
		font-weight: bold;
		color:#000;
		text-decoration: none;
	}

	.menu ul a:hover{
		color:#535353;
	}

.melding {
	margin:0px;
	padding:0px;
	color:#FC1212;
	background-color:#FFFF00;
}

.bestelform_widget {
	background: url("../images/Bestelform_widget_right.jpg") no-repeat left top rgb(217, 216, 214);
	width: 550px;
	height: 550px;
	cursor: pointer;
}

	.bestelform_widget-text {
		right: 10px;
		top: 30px;
		width: 350px;
		color: rgb(17, 105, 134);
		text-align: left;
		padding-left: 30px;
	}

	.bestelform_widget-text p.divider {
		padding-bottom: 10px;
		margin-bottom: 10px;
		margin-top: 5px;
		border-bottom-color: rgb(175, 176, 177);
		border-bottom-width: 1px;
		border-bottom-style: solid;
	}

.header_bar{
	text-align: left;
	margin-bottom: 10px;
	margin-top: 12px;
	height: 50px;
	background: transparent url("../images/searchbar.jpg") no-repeat;
}

	.header_bar #sort{
		float: left;
		margin-left: 15px;
		margin-top: 17px;
	}

		.header_bar #sort a{
			color: #000;
		}

	.header_bar #filter{
		float: left;
		margin-top: 15px;
		margin-left: 42px;
	}

	.header_bar form{
		display: inline;
		margin-left: 40px;
	}

	.header_bar .input{
		margin: 3px;
		margin-top: 15px;
		width: 200px;
		height: 20px;
		color: #666;
		border: solid 0 #fff;
		background: transparent url("../images/textfield_bg.jpg") no-repeat;
	}

	.header_bar .submit {
		margin: 3px;
		width: 80px;
		height: 20px;
		color: #666;
		border: solid 0 #fff;
		background: transparent url("../images/submit.jpg") no-repeat;
		margin-bottom: 5px; !important
	}

.content{
	width: 702px;
	background-color:#66CBFF;
	margin-left: 236px;
	padding-right: 5px;
}

.content_block{
	width: 708px;
	clear: both;
	display: inline;
}

.content_text{
	width: 354px;
	float:left;
	padding-left: 5px;
}

.item_image{
	float: left;
	width: 310px;
}

/********new********/
.item{
	float: left;
	width: 165px;
	height: 265px;
	text-align: left;
	background-image: url(../images/Item_bg.gif);
	background-repeat: no-repeat;
	margin: 5px;
}

	.item img{
		margin-left: 2px;
	}

	.item a{
		text-decoration: none;
	}

.item_titel{
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 16px;
	font-weight:bold;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	height: 40px;
}

.item_thumb{
	border: none;
}

.item_accessoire_thumb{
	border: solid 1px #FC1212;
}

.item_prijs{
	margin-left: 110px;
	font-weight: bold;
	color: #000;
}

.item_aanbiedingvanprijs{
	margin-left: 55px;
	font-weight: bold;
	text-decoration: line-through;
	color: #000;
}

.item_aanbiedingvoorprijs{
	margin-left: 10px;
	font-weight: bold;
	color: #000;
}

.item_accessoires{
	float: left;
	width: 150px;
	height: 265px;
	text-align: left;
	margin: 5px;
}
	.item_accessoires a{
		text-decoration: none;
	}

	.item_accessoires_prijs{
		float: right;

		font-weight: bold;
		color: #000;
	}

.bestelform_artikel{
	margin-top: 15px;
	padding: 5px;
	border: solid 1px #F00;
	text-align: left;
}

.bestelform_mandje{
	margin-top: 15px;
	padding: 5px;
	border: solid 1px #F00;
	text-align: left;
}

/********new********/

.content_image{
	float:left;
	width:310px;
}

.content_accessoire_image{
	float:left;
	width:165px;
}


.image { border:none; }

.accessoire_image { 
	border: solid 1px #FC1212;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
}

.content_search {
	margin-left:236px;
	text-align: left;
}

.clear { clear:both; }

.logo { padding-left: 5px; }

.logo_home {
	float: left;
	margin-left: 30px;
}

h1 {
	font-family: "Lobster", cursive;
	font-size: 26px;
	font-weight: bold;
	color:#FC1212;
	text-align:left;
}

h1.title{
	text-transform: capitalize;
}

h2{
	font-family: "Lobster", cursive;
	font-size: 24px;
	font-weight: bold;
	color:#FC1212;
	text-align:left;
}

.text {
	font-family: "Quattrocento Sans", sans-serif;
	font-size: 18px;
	text-align:left;
}

.paging {
	text-align:center;
	padding-top:25px;
	clear: both;
	margin-left: -236px;
}

.slogan {
	color: #FC1212;
	font-weight: bold;
	font-size: 18px;
	margin-top:20px;
	margin-bottom:20px;
}

	.slogan a {
		color: #FC1212;
		font-weight: normal;
		font-size: 16px;
		text-decoration:none;
	}

.collectie {
	font-size: 14px;
	text-align:center;
}

.contactgegevens{
	width: 390px;
	height: 455px;
	background-image:url(../images/contactgegevens.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding-left: 120px;
}

.contacttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align:left;
	padding-left: 45px;
}

.auto {
	width:200px;
	height:150px;
	text-decoration:none;
	border:dotted #fc1212;
}

.verplicht { color:#FF0000; }

.footer {
	clear: both;
	display: block;
	font-size: 75%;
	color: #666;
	background-color:#66CBFF;
	height: 20px;
	padding-top: 25px;
	padding-bottom: 5px;
	text-align: center;
}

	.footer ul { display: inline; }

	.footer li {
		padding-right: 10px;
		display: inline;
		background: url(../images/line.gif) no-repeat right center;
		margin: 4px 10px 4px 0px;
	}

		.footer li a {
			font-size: 100%;
			text-decoration: none;
		}

	.footer .last { background: none transparent scroll repeat 0% 0% }

/************ ZOEKEN ************/

/* Zoek formulieren */

.resultaten { padding-left:10px; }

.resultaten_rij { height:100px; }

.count { vertical-align:top; }

.resultaten_info {
	color: #FC1212;
	font-weight: bold;
	font-size: 18px;
	vertical-align:top;
}

.resultaten_info a {
	font-weight: normal;
	font-size: 16px;
	text-decoration:none;
}

.search_toelichting {
	color:#000000;
	font-weight: normal;
	font-size: 16px;
	text-decoration:none;
	width:275px;
}

.gsc-resultsHeader{
	display: none;
}

.cse .gsc-webResult.gsc-result, .gsc-webResult.gsc-result, .gsc-imageResult-classic, .gsc-imageResult-column{
	height: 85px;
}

/************ BESTEL FORMULIER ************/

.form{
	float:left;
	font-weight: normal;
	font-size: 16px;
	width: 600px;
	margin: 20px;
	text-align: left;
}

	.form a {
		color: #FC1212;
		font-weight: normal;
		font-size: 16px;
		text-decoration:none;
	}

	.form #form {
		color: #FC1212;
		font-weight: normal;
		font-size: 16px;
	}

