/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

@font-face {
    font-family: 'CalibriBold';
    src: url('/_fonts/calibri_bold-webfont.eot');
    src: url('/_fonts/calibri_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_fonts/calibri_bold-webfont.woff') format('woff'),
         url('/_fonts/calibri_bold-webfont.ttf') format('truetype'),
         url('/_fonts/calibri_bold-webfont.svg#CalibriBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CalibriRegular';
    src: url('/_fonts/calibri-webfont.eot');
    src: url('/_fonts/calibri-webfont.eot?#iefix') format('embedded-opentype'),
         url('/_fonts/calibri-webfont.woff') format('woff'),
         url('/_fonts/calibri-webfont.ttf') format('truetype'),
         url('/_fonts/calibri-webfont.svg#CalibriRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* EDIT 20120329 RV */
body {
	background: url(/_img/shop/patern_artihove_2012.jpg) repeat 0 0;
	color: #8c837a;
	font-weight: 400;
	font: 14px/18px 'Monda', Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
}
a {
	color: #707173;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a img { border:0px; }

p {
	margin: 0;
}

h1, h2, h3, h4, h5 {
	font-weight: 700;
	font-family: 'Monda', Arial, Tahoma, Verdana, sans-serif;;
}

ul, ol {
	list-style-position: inside;
}
	
img {
	border: none;
	vertical-align: baseline;
}

input {
	vertical-align: middle;
}

textarea{resize: none; border: 1px solid;
}

.bold {
	font-weight: normal;
	font-family: 'CalibriBold', Arial, Tahoma, Verdana, sans-serif;
}

pre {
	background: #fff;
	margin: 20px;
	padding: 20px;
	box-shadow: 0px 3px 5px #444;
	color: #444;
}

/* EDIT 20120329 RV */
#wrapper {
    background-color: #FFFFFF;
    margin: 0 auto;
    padding: 10px 10px 20px;
    width: 1000px;  
}

.hr {
	display: block;
	width: 100%;
	height: 1px;
	background: url('/_img/shop/hr.jpg') no-repeat;
	float: left;
	margin: 10px 0;
}


/* !Header */
#header {
	padding: 6px 0 20px 0;
}

.logo {
	float: left;	
}

.taalkeuze {
    float: right;
    height: 50px;
    margin-right: 18px;
    width: 165px;
    text-align: right;
}

.taalkeuze a:hover {
    color: #91785f;
    text-decoration: underline;
}

.taalkeuze a.active {
	color: #91785f;
}

.loginlinks {
    float: right;
    height: 50px;
    margin-right: 18px;
    width: 270px;
    text-align: right;
    text-transform: uppercase;
}

.loginlinks a:hover {
    color: #91785f;
}

.zoeken {
	float: right;
}

.zoeken #search {
	border: 1px solid #dddddd;
	color: #707173;
	text-transform: uppercase;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	display: block;
	text-align: right;
	padding: 0 4px;
	width: 192px;   
}

.zoeken #autocomplete {
	position: absolute;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background-color: #fff;
	padding: 5px 5px;
	width: 190px;
}

.zoeken #autocomplete p {
	font-size: italic;
}

.zoeken #autocomplete a {
	display: block;
	width: 170px;
	padding: 2px 10px;
	border-radius: 3px;
}

.zoeken #autocomplete a:hover {
	background: #bbb;
	color: #fff;
	text-decoration: none;
}

.winkelwagen {
	float: right;
	width: 199px;    
	text-align: right;
}

.winkelwagen a {
	height: 26px;
	line-height: 26px;
	display: block;
	text-transform: uppercase;
}

.winkelwagen a:hover {
	text-decoration: none;
}

/* !topmenu */
.topmenu {
/* 20121106     BORDER=NEW */
	border: 1px solid #8A8376;
    clear: both;
/* 20121106     padding: 15px 0 0 0; */
    padding: 0;
    width: 100%;
}

.topmenu ul {
    height: 25px;
    margin: 0;
    padding: 0;
    list-style: none outside none;
/* 20121106     border-top: 1px solid #8a8376; */
    border-top: 0px solid #8a8376;
}

.topmenu ul li {
    float: left;
    padding: 0;
    text-align: center;
    display: block;
}
.topmenu ul li a {
    color: #8c837a;
    display: block;
    font-family: 'CalibriRegular', Arial, Tahoma, Verdana, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    height: 21px;
    padding: 3px 0px 1px;
    text-decoration: none;
    width: 331px;  
    border-right: 1px solid #8a8376;
    border-bottom: 1px solid #8a8376;
}
.topmenu ul li a:hover, .topmenu ul li.active a {
    color: #000;
}

.topmenu ul li.active a {
	background-color: #dfd6cc;
}

.topmenu ul li.active.noline a {
	border-bottom: 0px;
	padding: 3px 0 2px;
}

.topmenu .sub ul li.active.noline a {
	padding: 0 6px 0px;
}

.topmenu ul li:last-child, .topmenu ul li:last-child a, 
ul li.menu-last {
	border-right: 0px none;
}

.topmenu ul li:last-child a {
	width: 336px; 
}
/* 20121106     NEW */
.topmenu .sub ul li.last-child {
    border-left: 1px solid #FFFFFF;
    height: 62px;
    width: 490px; 
}
.topmenu ul li ul {
	display: none;
}

.topmenu .sub {
	background-color: #dfd6cc;
/* 20121106   border-bottom: 1px solid #8a8376; */  	
	border-bottom: 0px solid #8a8376;
/* 20121106     height: 50px; ARVEE IE BUG  */
	height: 72px; /* ARVEE IE BUG */
	width: 100%; /* ARVEE IE BUG */

}
/* 20121106     NEW */
.topmenu .sub ul ul li.first-child {
    width: auto;
}


.topmenu .sub ul {
	border-top: 0px none;
/* 20121106     	height: 40px; */
	padding: 5px 0;
}

.topmenu .sub ul li ul {
	display: block;
	height: 25px;
	border: 0px;
	padding: 0;
}

.topmenu .sub ul li {
    border-left: 1px solid #FFFFFF;
/* 20121106     height: 37px; */
    height: 20px;
}

/* 20121106 NEW */
.topmenu .sub ul li.first-child {
    width: 500px;    
}

.topmenu .sub ul li a{
	cursor: default;
}

.topmenu .sub ul li ul li a{
	cursor: pointer;
/*20121106 border-right: 1px solid #8A8376; */
	border-right: 0px solid #8A8376;
	color: #8c837a;
	font-size: 14px;
	height: 16px;

}

.topmenu .sub ul li ul li:last-child a{
	border: 0px;
}
/* 20121106     NEW */
.topmenu .sub ul ul li.last-child {
    border-left: 1px solid #FFFFFF;
    height: 62px;
    width: auto;
}
/* 20121106     NEW */
.topmenu .sub ul ul li.last-child {
    border-left: 0 solid #FFFFFF;
}

.topmenu .sub ul li:first-child, .topmenu .sub ul li ul li{
	border: 0px;
}

.topmenu .sub ul li a{
	text-transform: none;
	color: #BA7E66;
	background: #dfd6cc;
	border: 0px none;
	width: auto;
	padding: 0 4px 0px;
	text-align: left;
}

.topmenu .sub ul li a:hover, .topmenu .sub ul li.active a {
	background-color: #dfd6cc;
	color: #BA7E66;
}

.topmenu .sub ul li ul li a:hover, .topmenu .sub ul li ul li.active a {
	background-color: #dfd6cc;
	color: #000;
}

.topmenu .sub ul li:last-child a {
	background-image: none;
}

.sliderholder {
	margin-bottom: 20px;
	

}






/* !Middle */
#middle {

}
#middle:after, #sideLeft:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
    float: right;
    width: 785px; 
}




/* !Content */

#content {
	padding: 0 20px;
}


/* !Productpage */

#productpage {
	margin: 20px 0 0;
	width: 100%;
	float: left;

}

#productpage h1 {
	font-size: 20px;
	color: #b97e67;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'CalibriRegular', Arial, Tahoma, Verdana, sans-serif;
}

#productpage #pagination {
	
}

#productpage #images {
	float: left;
	width: 500px;  
	height: 510px;
	margin: 0 0px 0 0;
}

#productpage #images .productImage {
	border: 1px solid #dddddd;
	float: left;
	width: 500px;  
	height: 500px;
	position: relative;
}

#productpage #images .productImage img.image {
	display: block;
	max-width: 500px;
	max-height: 500px;
	margin: auto;
}

#productpage #images .productImage a.zoom img {
	display: block;
	float: left;
	position: absolute;
	top: 8px;
	left: 8px;
}

#productpage #images .productImage img.actie {
	display: block;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
}

#productpage #info #thumbs a {
	display: block;
	width: 80px;  
	height: 80px;
	border: 1px solid #dddddd;
	float: left;
	margin-right: 25px;
}

#productpage #info #thumbs a img {
	max-width: 80px;
	max-height: 80px;
}

#productpage #info {
	float: left;
	width: 460px;   
	clear: right;
	font-size: 16px;
	padding: 0 0 0 40px;
}

#productpage #info-text {
	min-height: 410px;
}

#productpage #info h1 {
	font-size: 18px;
	text-transform: uppercase;
	color: #8a8376;
	font-weight: normal;
	margin: 5px 0;
	font-family: 'CalibriRegular', Arial, Tahoma, Verdana, sans-serif;
}

#productpage #info h2 {
	font-size: 16px;
	color: #ba7e66;
	font-weight: normal;
	margin: 0;
	font-family: 'CalibriRegular', Arial, Tahoma, Verdana, sans-serif;
}

#productpage #info h2.product-type {
	font-size: 15px;
	font-style: italic;
	color: #8a8376;
	font-weight: normal;
	margin: 0;
}

#productpage #info p {
	color: #8a8376;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 10px 0;
}

#productpage #copy {
	float: left;
	width: 100%;
	text-transform: uppercase;
	margin: 4px 0;
	color: #938a85;
	font-size: 14px;
}

#productpage #extra {
	width: 100%;
	float: left;
	font-size: 14px;
	padding: 15px 0 0 0;
}

#productpage #extra #extra-info {
	float: left;
	width: 525px;  
	margin: 0 20px 0 0;
	min-height: 160px;
}

#productpage #extra #extra-info table {
	width: 501px;   
	font-size: 14px;
	color: #707173;
	border-collapse: collapse;
}

#productpage #extra #extra-info table th {
	background-color: #BA7E66;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	border: 1px solid #dddddd;
	padding: 5px 0;
}

#productpage #extra #extra-info table td {
	text-align: center;
	border: 1px solid #dddddd;
	padding: 5px 0;
}

#productpage #extra h3, #productpage #crossselling h3 {
	color: #ba7e66;
	font-size: 14px;
	font-weight: normal;
	margin-top: 20px;
}

#productpage #crossselling h3 {
	margin: 10px 0;
}

#productpage #extra #extra-info ul {
	list-style-position: inside;
	color: #73695F;
	font-size: 14px;
	display: block;
	float: left;
	margin-right: 40px;
}

#productpage #extra #extra-info ul:last-child {
	margin-right: 0;
}

#productpage #extra .prices {
	padding-right: 20px;
}

#productpage #extra .prices.last-child {
	width: 160px;
	border-left: 1px solid #BA7E66;
	height: 60px;
	padding-left: 20px;
}

#productpage #extra .prices p {
	color: #8a8376;
	font-size: 14px;
	margin: 0 0 0 0;
}

#productpage #extra .prices p.price {
	color: #ba7e66;
	font-size: 38px;
	margin: 15px 0px;
}

#productpage #info p.now-price {
	color: #ba7e66;
	font-size: 18px;
	margin: 0;
	font-weight: bold;
}

#productpage #info p.action-amount {
	color: #ba7e66;
	font-size: 18px;
	margin: 15px 0px 5px;
}



#productpage #extra #orderButton {
	display: block;
	float: right;
	width: 194px;
	height: 31px;
	background: url('/_img/shop/orderbutton.png');
	padding: 4px 0 0 25px;
	color: #fff;
}

#productpage #extra #warranty {
	margin: 5px 0 10px;
}

#productpage #extras {
	width: 100%;
	float: left;
	background: url('/_img/shop/hr.jpg') no-repeat top left;
	font-size: 14px;
	padding: 5px 0 0 0;
	margin: 15px 0 0 0;
}

#productpage #extras .addthis_toolbox{
	float: right;
	margin:  10px 110px 0 0;
}

#productpage #crossselling {
	width: 700px;
}

#productpage #crossselling a{
	display: block;
	float: left;
	border: 1px solid #ddd;
	width: 120px;
	height: 125px;
	margin: 0 10px 10px 0;
}

#productpage #crossselling a img{
	display: block;
	max-height: 125px;
	max-width: 120px;
	margin: 0px auto;
}

/* !SEARCHPAGE */
#searchpage {
	float: left;
    margin: 20px 0 0;
    width: 100%;
}

#searchpage h1 {
	color: #B97E67;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#searchpage .search-result {
	width: 100%;
	border-top: 1px solid #BFAD95;
	padding: 10px 0;
}

#searchpage .search-result img{
	max-height: 90px;
	max-width: 90px;
}

#searchpage .search-result h1{
	color: #8A8376;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

#searchpage .search-result p{
	font-size: 13px;
	color: #8A8376;
}

#searchpage .search-result

/* !CATEGORYPAGE */
#categorypage {
	
}

#categorypage #pagination {
	display: block;
	float: right;
	width: 100%;
}

#categorypage #pagination span.float-right{
	float: right;
}

#categorypage #pagination li {
	display: inline;
	text-transform: uppercase;
	border-right: 1px solid;
	font-size: 14px;
	color: #a49c91;
}

#categorypage #pagination li a {
	padding: 0 6px;
	color: #a49c91;
}

#categorypage #pagination li a:hover {
	text-decoration: none;
}

#categorypage #pagination li.next {
	border-right: 0px none;
}

#categorypage #pagination li.current {
	font-weight: bold;
	padding: 0 6px;
}

#categorypage #pagination li a img {
	display: inline;
}

#categorypage #filteroptions {
	width: 100%;
	float: left;
	height: 30px;
	margin: 10px 0;
	font-size: 14px;
}

#categorypage #filteroptions .label {
	float: left;
}

#categorypage #filteroptions .filter {
	display: block;
	float: left;
	margin: 0 35px 0 0;
}

#categorypage #filteroptions .dropdown {
	border: 1px solid #afaeaf;
	margin: 0 0 0 10px;
	display: block;
	float: right;
	list-style: none;
	background: #ffffff;
	z-index: 100;
	position: relative;
	
}

#categorypage #filteroptions .dropdown li {
	display: none;
	padding: 0 5px 3px;
	cursor: pointer;
}

#categorypage #filteroptions .dropdown li a {
	display: block;
}

#categorypage #filteroptions .dropdown li a:hover {
	background: #eee;
	text-decoration: none;
}

#categorypage #filteroptions .dropdown.isOpened li img {
	-moz-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}

#categorypage #filteroptions .dropdown li img {
	float: right;
	margin-left: 5px;
	-webkit-transition: -webkit-transform 0.3s linear;
	-moz-transition: -moz-transform 0.3s linear;
	transition: transform 0.3s linear;
}

#categorypage #filteroptions .dropdown li:first-child {
	display: block;
}

/* IE7 SPECIFIC CSS FOR FILTER OPTIONS CATEGORIE PAGES */

.ie7 #categorypage #filteroptions .filter {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	width: 220px;
}

.ie7 #categorypage #filteroptions .label {
	float: left;
	width: auto;
}

.ie7 #categorypage #filteroptions .dropdown {
	border: 1px solid #afaeaf;
	margin: 0 0 0 10px;
	display: block;
	float: right;
	list-style: none;
	background: #ffffff;
	z-index: 100;
	position: relative;
}

.ie7 #categorypage #filteroptions .dropdown li:first-child {
	display: block;
	width: auto;
	white-space: nowrap;
}

.ie7 #categorypage #filteroptions .dropdown li img {
	float: right;
	margin-left: 5px;
	-webkit-transition: -webkit-transform 0.3s linear;
	-moz-transition: -moz-transform 0.3s linear;
	transition: transform 0.3s linear;
	display: none;
}

/* IE7 SPECIFIC CSS FOR FILTER OPTIONS CATEGORIE PAGES */

#categorypage .productThumb{
	width: 280px;
	height: 440px;
	float: left;
	padding: 0 40px;
	background: url('/_img/shop/vr.jpg') no-repeat top right;
}

#categorypage .productThumb.first{
	padding-left: 0px;
}

#categorypage .productThumb.third{
	padding-right: 0px;
	background: none;
}

#categorypage .productThumb .thumb{
	width: 280px;
	height: 280px;
}

#categorypage .productThumb .thumb a{
	position: relative;
	display: block;
}

#categorypage .productThumb .thumb img{
	min-height: 280px;
	min-width: 280px;
	max-height: 280px;
	max-width: 280px;
	margin: auto;
	display: block;
}

#categorypage .productThumb .thumb a img.actie, img.actie {
	min-height: 86px;
	min-width: 86px;
	max-height: 86px;
	max-width: 86px;
	display: block;
	float: right;
	position: absolute;
	top: 0px;
	right: 0px;
}
#categorypage .productThumb .thumb a .actieballon, .actieballon {
	min-height: 59px;
	min-width: 74px;
	max-height: 59px;
	max-width: 74px;
	display: block;
	float: left;
	position: absolute;
	top: 20px;
	left: 20px;
	background: url('/_img/shop/kortingsballon.png') no-repeat left top;
	padding: 15px 0 0;
	font-size: 25px;
	text-align: center;
	color: #f0754a;
	font-weight: normal;
	
}

.actieballon-en {
	background: url('/_img/shop/kortingsballon_en.png') no-repeat left top;
}

.actieballon-de {
	background: url('/_img/shop/kortingsballon_de.png') no-repeat left top;
}





#categorypage .productThumb .thumb a p.action-price {
	display: block;
	position: absolute;
	float: left;
	bottom: 0px;
	left: 0px;
	height: 20px;
	width: 280px;
	background: #fff;
	color: #7a7a7a;
	text-align: center;
	opacity: 0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

#categorypage .productThumb .thumb a p.action-price em {
	color: #f36f21;
	font-style: normal;
}
#categorypage .productThumb span{
	color: #8a8376;
	text-transform: uppercase;
	font-size: 16px;
	width: 100%;
	text-align: center;
	display: block;
	margin: 20px auto 10px;
	height: 36px;
	overflow: hidden;
}

#categorypage .productThumb .pricetable {
	width: 100%;
	margin: 5px auto 10px;
	font-size: 16px;
	color: #c0ae99;
}

#categorypage .productThumb .pricetable p{
	font-size: 14px;
}

#categorypage .productThumb .pricetable p.price{
	color: #8C837A;
	font-size: 18px;
}

#categorypage .productThumb .priceinfotable {
	width: 100%;
	margin: 20px auto 0px;
	font-size: 14px;
}

#categorypage .productThumb .priceinfotable a{
	text-decoration: underline;
	color: #8c837a;
}

#categorypage .productThumb .price {
	color: #c0ae99;
	font-size: 14px;
}


/* !PAGE */

#page table {
	border-spacing: 0;
	border-collapse: collapse;
}

#page table img {
	display: block;
}

#page #productpage table img {
	display: inline;
}

#page h1 {
	margin: 5px 0;
}

/* !SUBMENU */
.wrappersubmenu {
	border-bottom: 1px solid #F5BB78;
	min-height: 110px;
	margin-bottom: 20px;
}
.submenu {
	float: left;
}
.sub1 {
	width: 166px;
}	
.sub2 {
	width: 191px;
}
.sub3 {
	width: 191px;
}
.submenu h2 a {
	color: #707173;
	font-size: 0.75em;
	text-decoration: none;
}
.submenu h2 a:hover {
	color: #F5BB78;
}
.submenu ul {
    list-style: none outside none;
}
.submenu ul li a {
	background: url(/_img/shop/pijltje_rechts_met_hover.gif) no-repeat 0 0;
	color: #707173;
	padding-left: 10px;
	text-decoration: none;
}
.submenu ul li a:hover {
	background: url(/_img/shop/pijltje_rechts_met_hover.gif) no-repeat 0 -15px;
	color: #F5BB78;
}


.content-text {
	clear: left;
}

.content-links {
	border-right: 1px solid #F5BB78;
	float:left;
	width: 347px;
	padding-right: 10px;
}
.content-rechts {
	float:right;
	width: 370px;
}
.content-links h2, .content-rechts h2 {
	color: #F5BB78;
	font-size: 1.4em;
}
.content-links h3, .content-rechts h3 {
    font-size: 1.1em;
    font-style: italic;
    font-weight: normal;
    margin: 0 0 5px;
}
.content-links p, .content-rechts p {

}
.content-links p a, .content-rechts p a {
	background: url(/_img/shop/pijltje_rechts_met_hover.gif) no-repeat 0 0;
	color: #F5BB78;
	padding-left: 10px;
	text-decoration: underline;
}.content-links p a:hover, .content-rechts pa:hover {
	background: url(/_img/shop/pijltje_rechts_met_hover.gif) no-repeat 0 0;
	color: #707173;
}
.imgrechts {
	float: right;
}


/* !Cart */

#cart{
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	table-layout: auto;
	width: 100%;
}

#cart th{
	font-size: 15px;
	font-weight: normal;
	font-family: 'CalibriBold', Arial, Tahoma, Verdana, sans-serif;
	padding: 10px 0;
}

#cart td{
	font-size: 13px;
	padding-bottom: 8px;
	padding-top: 8px;
	vertical-align: middle;
	height: 60px;
	border-top: 1px solid #8C837A;
}

#cart td img.thumb {
	border: 1px solid #ddd;
	padding: 5px;
}

#cart td a img {
	border: 0px;
}

.zebra {
	background-color: #BAB294;
}

.cart-steps {
	margin: 10px 0;
	font-size: 14px;
}

.cart-steps span{
	color: #BA7E66;
}

#cart .right, #cart-totals .right, .block .right{
	padding-right: 11px;
	text-align: right;
}

#cart-totals #couponcode {
	border: 1px solid #8C837A;
	color: #707173;
	text-transform: uppercase;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	display: block;
	text-align: left;
	padding: 0 4px;
	width: 127px;
}

#cart-totals table, .block table.totals, .block-view table.totals{
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	table-layout: auto;
	margin: 10px 0px 10px 0px;
	float: right;
}

.block table.totals, .block-view table.totals{
	float: right;
	margin: 40px 0px 20px 80px;
}

#cart-totals table td, .block table.totals td, .block-view table.totals td {
	padding-right: 5px;
}

#leftcolumn {
	width: 480px;
	float: left;
	border-right: 1px solid;
	padding: 0 20px 0 0;
	margin: 10px 0 20px 0;
}

#rightcolumn {
	float: left;
	padding: 10px 0 0 20px;
	width: 479px;
}

#leftcolumn .block, #rightcolumn .block {
	width: 440px;
}

#leftcolumn #submit {
	margin: 10px 0 0 0;
	float: left;
}

.block {
	padding: 10px 20px;
	overflow: hidden;
	background: #DFD6CC;
	width: 960px;
	margin-top: 20px;
}
.block label {
    display: block;
    width: 130px;
}

.block-view{
	padding: 10px 20px;
	overflow: hidden;
	background: #DFD6CC;
	width: 500px;
	margin-top: 20px;
}


#cart-totals td{
	font-size: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.order-amount {
	text-align:center; 
	width:70px;
}

#verder-winkelen {
	margin: 0px 0 0 10px;
	width: 137px;
	float: left;
}

#submit{
	margin: 10px 0px 0px 0px;
	float: right;
	clear: right;
	width: 137px;
}

#login a{
	margin: 0px;
}

#new-customer a{
	margin: 0px;
	width: 170px;
}

.new-amount {
	display: block;
	margin: 4px 0px auto;
	width: 75px;
}

.submit-new-amount {
	width: 20px;
	height: 20px;
	background: #BA7E66;
	color: #fff;
	display: block;
	cursor: pointer;
	float: left;
}

.submit-new-amount:hover {
	text-decoration: underline;
}

.new-order-amount {
	width: 50px;
	height: 16px;
	padding: 1px;
	border: 1px solid #B7B7B7;
	float: left;
	display: block;
}

.button {
	background: #BA7E66;
	background-position: 0 0;
	border: 0px none;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	font-family: 'CalibriRegular', Arial, Tahoma, Verdana, sans-serif;
	display: block;
	width: 137px;
	height: 27px;
	text-align: center;
	line-height: 26px;
	color: #fff;
	cursor: pointer;
}

.button:hover {
	text-decoration: none;
	background: #c98f78;
}

label {
	cursor: pointer;
}

.payment-methods label {
	display: inline-block;
	margin-left: 5px;
	width: 210px;
}

#login-form input, #edit-customer-data-form input[type=text], #edit-customer-data-form select {
	width: 200px;
	height: 20px;
	margin: 0px 20px 5px 10px;
}

#login .button {
	margin: 8px 20px 0 10px;
}

.error {
	color: red;
}

input.error {
	border: 2px solid red;
}

#form-error-all, #form-error-email {
	color:red;
	font-size:11px;
	font-style:italic;
	margin-top:20px;
}



/* !Sidebar Left */
#sideLeft {
    background-color: #F0F0EE;
	float: left;
	width: 210px;
}

.search {
	border-bottom: 1px solid #fff;
    background-color: #F0F0EE;
    height: 81px;
    padding: 18px 10px 10px;
}
.search input {
    background-color: #FFFFFF;
    border-color: #000000 -moz-use-text-color #000000 #000000;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    color: #000000;
    float: left;
    height: 24px;
    padding-left: 0.3em;
    padding-top: 0.4em;
    width: 7.7em;
}
input.search {
    background-color: #F7931E;
    border-left: medium none;
    border-right: 1px solid #000000;
    color: #FFFFFF;
    font-weight: bold;
    height: 30px;
    padding-top: 2px;
    width: 50px;
}

.ideal {
    background-color: #F0F0EE;
    height: 185px;
    padding: 18px 10px 10px;	

}


/* !Footer */
.footer {
	background: #E0DBDB;
	padding: 10px;
}
.openingstijden {
	float: left;
	width: 391px;
}
.openingstijden h2 {
	font-size: 1em;
}
.openingstijden p {
	font-size: 0.9em;
	margin: 0 0 8px 0;
}

.footermenu {
    float: left;
    width: 191px;
}
.footermenu h2 a {
	color: #707173;
	font-size: 0.75em;
	text-decoration: none;
}
.footermenu h2 a:hover {
	color: #F5BB78;
}
.footermenu ul {
    list-style: none outside none;
}
.footermenu ul li a {
	background: url(/_img/shop/pijltje_rechts_met_hover.gif) no-repeat 0 0;
	color: #707173;
	padding-left: 10px;
	text-decoration: none;
}
.footermenu ul li a:hover {
	background: url(/_img/shop/pijltje_rechts_met_hover.gif) no-repeat 0 -15px;
	color: #F5BB78;
}

/* new footer menu */

#footermenu li a {
	font-size: 14px;
	text-decoration: none;
	color: #8a8376;
	text-transform: uppercase;
	cursor: default;
	font-family: 'CalibriBold', Arial, Tahoma, Verdana, sans-serif;
}

#footermenu li ul li a:hover {
	text-decoration: underline;
}

#footermenu li ul li a {
	font-size: 14px;
	color: #8a8376;
	text-transform: none;
	cursor: pointer;
	font-weight: normal;
	font-family: 'CalibriRegular', Arial, Tahoma, Verdana, sans-serif;
}


/*
#footer {
	width: 100%;
	min-height: 165px;
	background: url('/_img/shop/hr.jpg') no-repeat top left #ffffff;
	margin-top: 15px ;
	float: left;
	
}
*/
#footer {
    background: url("/_img/shop/hr.jpg") no-repeat scroll left top transparent;
    min-height: 210px;
    padding: 10px;
    width: 1020px;
    float: left;
    margin: 10px 0 0;
}
#footermenu {
	display: block;
	margin: 0 auto;
}

#footermenu li {
	display: block;
	float: left;
	width: 200px;
	margin: 15px 0;
}

#footermenu li a {
	
}

#footermenu li ul {
	margin: 0;
}

#footermenu li ul li {
	display: inline;
	clear: both;
	margin: 0;
}

#footermenu li ul li a {
	height: 20px;
	line-height: 18px;
	padding: 0;
}

#footermenu li:first-child a {
	padding-left: 0;
}

#footermenu li:last-child a {
	padding-right: 0;
}

/*
#customize {
	overflow: auto; 
	padding: 10px; 
	border: 1px solid; 
	width: 778px; 
	margin: 10px 0px; 
	height: 375px;
}

#customize textarea {
	width: 350px;
	height: 100px;
}
*/


#customize {

}

#customize textarea {
	width: 350px;
	height: 100px;
}

.customize-product {
	overflow: auto; 
	padding: 10px; 
	margin: 10px 0px 20px; 
}

.customize-product h2 {
	font-family:'CalibriBold',Arial,Tahoma,Verdana,sans-serif;	
	font-size: 15px;
	font-weight:bold;
	color: #8C837A;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #8C837A;
}

.customize-product .thumb {
	max-height: 80px;
	max-width: 80px;
	border: 1px solid #dddddd;
	padding: 5px;
	display: block;
	float: left;
	margin-right: 50px;
}

.customize-product .countdown {
	margin-left: 5px;
	font-size: 14px;
	font-weight: bold;
}

.copyright {
    border-top: 1px solid #999999;
    clear: left;
    font-size: 0.5em;
    padding-top: 12px;
    text-align: center;
}

.artihovecopyright {
	margin: 0 auto;
    text-align: center;
    float: left;
    width: 100%;
}

/* ARVEE TEKST PAGINAS */
.kunstenaars1 {
	font: 12px/1.33333 arial,helvetica,'Liberation Sans','Nimbus Sans L',sans-serif;
	width: 1000px;
}

.kunstenaars1 table{
	width: 100%;
}
.kunstenaars img {
	padding-right: 20px;
}
.kunstenaars1 td {
	vertical-align: top;
}
.tdtop {
	vertical-align: top;
}
.kunstenaars1 h4 {
	color: #C9BDB1;
	font-size: 20px;
}

.geenpersonalisering {
	font-weight: bold;
		
}
p.geenpersonalisering {
	margin: 15px 0 0 9px;
		
}
.zelfdetekst {
	margin: 10px 0;
}

/* EDIT 20120329 RV */
.cf:before, .cf:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}
.cf:after {
    clear: both;
}
.cf {
}
