/* Algemeen
-------------------------------------------*/
* {
	margin: 0;
}
img {
	border: none;
}
html {
	overflow-y: scroll;
}
html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -180px; /* the bottom margin is the negative value of the footer's height */
}
.container {
	width: 970px;
	margin: 0 auto;
}
p{
	margin-bottom:15px;
}

/* Header
-------------------------------------------*/
#header {
	height: 80px;
}
	#header-logo {
		float: left;
	}
	#header-logo img{
		margin-top: 20px;
		margin-left: 10px;
	}
	#header-items {
		float: right;
		color: #999;
		margin-top: 50px;
	}
		#header-items a {
			color: #999;
			text-decoration: none;
		}
		#header-items a:hover{
			text-decoration: underline;
		}
		#header-items ul {
			margin: 0;
			padding: 0;
		}
			#header-items ul li {
				float: left;
				list-style: none;
				padding: 0 10px;
				border-right: 1px solid #999;
				
				background-repeat: no-repeat;
				background-position: 11px;
				padding-left: 31px;
			}
			#header-items ul li.last {
				border: none;
			}
			#header-items ul li.contact {
				background-image: url('/hostedfiles/famfam/email.png');
			}
			#header-items ul li.account {
				background-image: url('/hostedfiles/famfam/user.png');
			}
			#header-items ul li.winkelwagen {
				background-image: url('/hostedfiles/famfam/cart.png');
			}
			#header-items ul li.thuiswinkel {
				border-left: none;
				margin-top: -36px;
				padding-right: 80px;
				
			}			

/* Menu
-------------------------------------------*/
#menu {
	background: #57575b;
	height: 35px;
	color: #ffffff;
	font-size: 15px;
	clear: both;
}
	#menu ul {
		margin: 0;
		padding: 0;
	}
		#menu ul li {
			float: left;
			list-style: none;
		}
		#menu ul li:hover {
			background: #f98d28;
		}
		#menu ul li a{
			text-decoration: none;
			color: #ffffff;
			font-size: 14px;
			padding: 9px 15px 10px 15px;
			display: block;
		}

/* Content
-------------------------------------------*/
#content {
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
	color: #57575B;
	line-height: 20px;
}
	#content a {
		color: #f98d28;
		text-decoration: none;
	}
	#content a:hover {
		text-decoration: underline;
	}
	#content h2, .productcontent th {
		color: #f98d28;
		padding-bottom: 4px;
		font-size: 14px;
	}
	#content h3 {
		color: #f98d28;
		font-size: 18px;
		border-bottom: 1px solid #a19c8d;
		margin-bottom: 16px;
	}
	#content h4 {
		color: #f98d28;
		font-size: 18px;
	}
	
/* Footer
-------------------------------------------*/
#footer {
	border-top: 3px solid #dddbd4;
	background: #f1efed;
	padding-top: 15px;
}
	#footer * {
		color: #878787;
	}
	#footer ul {
		margin: 0;
		padding: 0;
	}
		#footer ul li {
			list-style: none;
			padding-bottom: 8px;
		}
	#footer h3 {
		color: #f98d28;
		font-size: 18px;
		padding-bottom: 6px;
	}
	#footer-email {
		float:left;
		width: 350px;
	}
		#footer-emailadres {
			height: 20px;
			border: 1px solid #dedede;
			padding: 0 5px;
			font-family: Verdana, Geneva, sans-serif;
			font-size: 10px;
		}
		#footer-nieuwsbrief-inschrijven {
			height: 22px;
			border: 1px solid #ccc;
		}
		#footer-social {
			padding-top: 10px;
		}
		.footer-onderschrift, .footer-onderschrift * {
			font-size: 10px !important;
			padding-top: 5px;
		}
		#footer-nieuwsbrief-inschrijven{
			background: #f98d28;
			border: 0;
			color: #FFF;
		}
	#footer-informatie {
		float: left;
		width: 230px;
	}
	#footer-links {
		float: left;
		width: 200px;
	}
	#footer-contact {
		float: left;
		width: 190px;
	}
	#footer-copyright {
		float:right;
		padding-top: 15px;
	}
#footer, .push {
	height: 162px; /* .push must be the same height as .footer */
}
.push{
	height: 185px;
}

/* Table
------------------------------------------------------------------*/
#content table {
	width: 100%;
	border-collapse: collapse;
}
	#content table th ,th {
		background: #ededed;
		border-bottom: 1px solid #cccccc;
		height: 22px;
		text-align: left;
		padding-left: 5px;
	}
	#content table td {
		height: 22px;
		padding-left: 5px;
		border-bottom: 1px dotted #cccccc;
	}

/* Algemeen
------------------------------------------------------------------*/
input, textarea, select {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #dddddd;
}
	input[type="radio"], input[type="checkbox"] {
		border: none;
	}

	/* Input buttons
	------------------------------------------------------------------*/
	.button{
		background: #FFFFFF;
		font-weight: bold;
		padding-left: 20px;
		text-align: left;
		border: none;
	}
	input.user, input.inloggen{
		background: url("/hostedfiles/famfam/user.png") left no-repeat;
	}
	input.registeren{
		background: url("/hostedfiles/famfam/user_add.png") left no-repeat;
	}
	input.wijzigen{
		background: url("/hostedfiles/famfam/user_edit.png") left no-repeat;
	}
	input.afrekenen{
		background: url("/hostedfiles/famfam/money.png") left no-repeat;
	}
	input.bestellen{
		background: url("/hostedfiles/famfam/cart_add.png") left no-repeat;
	}

textarea {
	overflow: auto;
	border: 1px solid #7f9db9;
}

/* Breadcream
------------------------------------------------------------------*/
	table#breadcream th, table#breadcream td{
		width: 25%;
	}
	table#breadcream a{
		font-weight: normal;
		color: #aaaaaa;
	}
	table#breadcream td.select a{
		text-decoration: underline;
		color: #000000;
	}

/* Totaal overzicht
------------------------------------------------------------------*/
	table#bestelling-overzicht .totaal{
		text-align: right;
		padding-right: 5px;
	}

/* Buttons
------------------------------------------------------------------*/
.button{
	border: none;
	text-align: left;
	padding-left: 22px;
	height: 18px;
	font-weight: bold;
	background: red;
}
.button_update_cart{
	background: url('/hostedfiles/famfam/cart_edit.png') no-repeat;
}
.button_continue, .button_continue_shopping{
	background: url('/hostedfiles/famfam/resultset_next.png') no-repeat;
}
.button_checkout{
	background: url('/hostedfiles/famfam/money.png') no-repeat;
}

#content table.noborders td {
	border: none;
}
input#bestellen{
	padding: 5px 25px;
	text-decoration: none;
	font-weight: bold;
	background: #f98d28;
	color: #ffffff;
}
input#uitverkocht{
	padding: 5px 25px;
	text-decoration: none;
	font-weight: bold;
	background: #c61d1d;
	color: #ffffff;
}

/* Fout afhandeling 
------------------------------------------------------------------*/
.error1, .error2, .error3, .error4{
	clear: both;
	padding: 5px 5px 5px 30px;
	margin-bottom: 15px;
	margin-top: 15px;
    min-height: 15px;
	background-repeat: no-repeat;
	background-position: 5px 6px;
}
	.error1{
		border: 1px solid #FF0000;
		background-image: url('/hostedfiles/famfam/cross.png');
		background-color: #FFCACA;
	}
	.error2 {
		border: 1px solid #ffde00;
		background-image: url('/hostedfiles/famfam/error.png');
		background-color: #FFEB88;
	}
	.error3 {
		border: 1px solid green;
		background-image: url('/hostedfiles/famfam/accept.png');
		background-color: #CDFFAD;
	}
	.error4 {
		border: 1px solid #345395;
		background-image: url('/hostedfiles/famfam/information.png');
		background-color: #aac6df;
	}
	
/* Zoomdiv
------------------------------------------------------------------*/
div.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 400px;
	background: #ffffff;
	border: 1px solid #ededed;
	display: none;
	text-align: center; 
	overflow: hidden;
}

img.jqzoom{
	cursor:crosshair;
	position:relative;
}

.imagethumbkader {
}
	.imagethumbkader td {
		border-top: 1px solid #ededed !important;
		border-left: 1px solid #ededed !important;
		border-bottom: 1px solid #ededed !important;
		border-collapse: collapse;
		height: 100px;
		width: 100px;
		cursor:pointer;
		vertical-align:middle;
		text-align: center;
		border-spacing: 10px !important;
		padding: 15px;
	}
	.imagethumbkader td:last-child {
		border-right: 1px solid #ededed !important;
	}
	.imagethumbkader td.selected {
		border: 1px solid #666666 !important;
	}	

.productcontent .onderschrift {
	font-size: 10px;
	color: #878787;
	text-align: center;
}
.productcontent th {
	border-bottom: 1px solid #a19c8d;
	background: none !important;
}
	.productcontent .plus {
		color: #f98d28;
		font-size: 75px;
		clear: both;
		padding: 35px;
		padding-top: 25px;
		text-align: center;
	}
