body {
	margin: 0;
	padding: 0;
	font-family: Lucida Sans Unicode, Lucida Sans, sans-serif;
	font-size: 0.87em;
	color: #797979;
	background: #fff url(/media/images/body.png) repeat-x top;
}
		
a:link, a:visited { color: #797979; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #8d7185; text-decoration: underline; }

p { margin: 0px; padding: 0px; }

img { border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.margin_r35 { margin-right: 35px; }

h2 { 
	margin: 0px;
	font-size: 24px;
	font-weight: normal;
	color: #271a23;
}

th {
	text-align: left;
	/* padding-right: 20px; */
}

#content h3 {
	margin: 0;
	padding: 2px 0px;
	font-size: 20px;
	font-weight: normal;
	color: #909090;
	margin-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}

h4 {
	margin-bottom: 10px	;
	padding: 2px 0;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px dotted #fff;
	color: #909090;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

/* menu */

#menu {
	clear: both;
	width: 220px;	
	margin-left: 10px;
	margin-right: 10px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
}

#menu ul li a {
	float: left;
	display: block;
	height: 30px;
	width: 110px;
	padding: 14px 0 0 14px;
	font-size: 0.9em;
	text-decoration: none;
	color: #ffffff;	
	font-weight: normal;
	outline: none;	
}

#menu ul li a span {
	display: block;
	color: #b56076;
	font-size: 30px;
	font-family: sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}

#menu li a:hover span, #menu li .current span {
	color: #ffffff;
}

/* end of menu */

/* header */

#header_bar {
	height: 150px;
	/*
	clear: both;
	position: relative;
	*/
}

#header {
	position: relative;
	padding-top: 25px;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header h1 a {
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	text-indent: -5000px;
	display: block;
	background-image: url(/media/images/logo.png);
	width: 200px;
	height: 72px;
}

#header_bar  #header h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#header_bar  #header h1 a span {
	display: block;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	letter-spacing: 2px;
}

#sidebar {
	float: left;
	width:  220px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 50px;
	position: relative;
	border-top: 1px dotted #000;	
}

.sidebar_section h2 {
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #797979;
	color: #fff;
	border-top: 1px dotted #000;
}

.sidebar_section form {
	width: 210px;
	margin: 0;
	padding: 0;
}

.sidebar_section form label {
	display: block;
	margin-bottom: 5px;
}

.input_field {
	height: 18px;
	width: 198px;
	padding: 5px 5px;
	margin-bottom: 10px;
	color: #000000;
	font-size: 0.9em;
	font-variant: normal;
	line-height: normal;
}

#sidebar .sidebar_section .categories_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.categories_list li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.categories_list li a {
	display: block;
	color: #752936;
	padding: 1px 0 1px 20px;
	background: url(/media/images/list.png) center left no-repeat;
}

.categories_list li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #752936;
}

.sidebar_section .image_wrapper {
	border: 1px solid #c0afbb;
	padding: 9px;
	margin-bottom: 10px;
	text-align: center; 
}

li.has_submenu ul {
	padding-left: 0;
	margin-bottom: .5em;
}

li.has_submenu ul a {
	padding-left: 40px;
	background-position: 20px;
}

.sidebar_section .discount {
	margin: 5px 0 0 0;
	font-weight: bold;
	text-align:center;
}

.sidebar_section .discount span {
	font-size: 20px;
	color: #C00;
}

.sidebar_section .discount a {
	font-weight: bold;
	color: #000;
}

/* end of sidebar */

/* content */
#content {
	padding-left: 240px;
	width: 720px;
	margin-bottom: 50px;
}

#content a {
	text-decoration: underline;
}

#content #products a {
	text-decoration: none;
	font-size: 0.8em;
	padding: 4px;
	color:#fff;
	
}

/* end of content */

/* footer */

/*
#page_content {
	margin-top: 20px;
	margin-right: 200px;
}
*/
	
#welcome-message {
	padding-left: 10px;
}

#footer_wrapper {
	background: #717986 url(/media/images/footer.png) top repeat-x;
	min-height: 200px;
	position: relative;
	clear: both;
}

#footer_wrapper a {
	color: #fff;
}


#footer_menu {
	padding-left: 250px;
	width: 720px;
	margin: 0 auto;
}

#footer_box {
	color: white;
	display: block;
	float: right;
	margin-right: 20px;
	padding: 0;
	padding-left: 10px;
	width: 210px;
}

#footer_box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#masthead {
	position: absolute;
	bottom: 20px;
	right: 20px;
	color: white;
	font-size: 85%;
}

#masthead a {
	color: white;
}

.buttonform {
	background-color: #797979;
	display: inline-block;
	height: 25px;
	padding: 0 5px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 2px 2px 10px 3px rgba(0,0,0,.10);
	box-shadow: 2px 2px 10px 3px rgba(0,0,0,.10);
	position: relative;
	width: 120px;
	color: white;
}

#article {
	padding-left: 10px;
	padding-right: 10px;
}

#article h2 {
	margin-bottom: 25px;
}.error {
	color: red;
	font-weight: bold;
}

/*
form .error {
	float: left;
	padding-left: 10px;
}
*/

form ol {
	list-style-type: none;
	overflow: auto;
	margin: 0;
	margin-bottom: 1em;
	padding: 0;
}

ol {
	list-style: none;
}


form li {
	margin-bottom: 1em;
}

form label {
	/* display: block; */
	width: 210px;
	/* margin-right: 10px;*/
}

form li.label_only label {
	width: 100%;
}

form li.label_only input {
	width: auto;
}

form .input {
	float: none;
	clear: both;
	padding-top: 1em;
}

form li .input {
	display: block;
	padding-left: 0;
	padding-top: 0;
}

form li.input {
}

form .input .description {
	color: gray;
}

input.numeric {
	text-align: right;
	font-family: Monospace;
}

#sidebar input {
	width: 130px;
}

#header_bar input {
} 

input[type=text],
textarea {
	width: 220px;
}

.numeric {
	text-align: right;
}

.hidden {
	display: none !important;
}

input.numeric {
	text-align: right;
	font-family: monospace;
}

#content #latest_product_gallery {
	width: 670px;
	height: 192px;
	padding: 30px 0;
	margin-bottom: 20px;
} 

#bericht {
	margin-left: 280px;
	width: 400px;
}

#latest_product_gallery h2 {
	color: #ffffff;
	font-size: 28px;
}

#content p {
	margin-bottom: 10px;
}

#content .content_section {
	clear: both;
	width: 670px;
	border-bottom: 1px dotted #666;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.product_box {
	float: left;
	width: 200px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #666;
	margin-bottom: 20px;
}

#content .product_box p {
	padding: 0;
	margin: 0 0 5px 0;
}

#content .product_box a {
	color: #752936;
	font-weight: bold;
}

.price {
	color: #7c0d41;
	font-size: 14px;
	font-weight: bold;
}

.product_box h3 {
	background: #752936;
	padding: 3px 10px;
	margin: 10px 0;
	color: #aea68c;
	font-size: 10px;
}

.product_boxa a {
	padding: 3px 10px;
	margin: 10px 0;
	color: #752936;
	font-size: 14px;
}

.product_boxa a:hover {
	padding: 3px 10px;
	margin: 10px 0;
	color: #752936;
	font-size: 14px;
}

.product_box .image_wrapper {
	padding: 4px;
	border: 1px solid #752936;
	margin-bottom: 10px;
}

/**
 * Home
 */

/**
 * Product overview
 */
.product {
	display: block;
	float: left;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 25px;
	width: 220px;
}

.product h3 {
	background-color: #424a52;
	color: white;
	padding-left: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-bottom-width: 0;
}

.product h3 a {
	color: white;
}

.product .image {
	height: 100px;
	overflow: hidden;
	border: 1px dotted #752936;
}

.product .image img {
	margin: 10px auto;
	height: 70px;
	padding-left: 5px;
}

.product .image_home {
	height: 100px;
	overflow: hidden;
	border: 1px dotted #752936;
}

.product .imagehome img {
	margin: 10px auto;
	height: 70px;
	padding-left: 5px;
}

.product .price {
	position: absolute;
	top: 30px;
	right: -5px;
	text-align: center;
	background-color: #6f7d8a;
	border: 1px solid white;
	color: white;
	padding: 5px 10px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-transform: rotate(10deg);
	transform: rotate(10deg);
	-moz-box-shadow: 2px 2px 10px 3px rgba(0,0,0,.10);
	box-shadow: 2px 2px 10px 3px rgba(0,0,0,.10);
}

.product .info {
	position: absolute;
	top: 120px;
	right: 2px;
	text-align: center;
	background-color: #73818f;
	border: 1px solid white;
	color: white;
	padding: 1px 5px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 2px 2px 10px 3px rgba(0,0,0,.10);
	box-shadow: 2px 2px 10px 3px rgba(0,0,0,.10);
}

.product .info a{
	color: #fff;
}

.product .description {
	position: absolute;
	left: 110px;
	top: 45px;
	width: 100px;
	padding: 0px;
	font-size: 80%;
	text-align: right;
}

/**
 * Product
 */
#product_image {
	float: left; 
	width: 380px;
	margin-left: 15px;
	padding-top: 10px;
	/*
	overflow: hidden;
	*/
}

#product_image img {
	margin: 0 auto;
	display: block;
}

#product {
	float: left;
	text-align: right;
	width: 310px;
	padding-right: 10px;
} 

#product_size {
	text-align: right;
	float:right;
} 

 
#product .call_to_action {
	display: table;
	width: 100%;
}
 
#form_add_to_cart,
#form_add_to_quote {
	display: table-cell;
}

#form_add_to_cart input[type=submit],
#form_add_to_quote input[type=submit] {
	background-color: #752936;
	color: white;
	border-width: 0;
	-moz-border-radius: 2px;
	height: 22px;
	margin-right: -10px;
}

#form_add_to_quote {
	padding-left: 5px;
}

#product_price {
	display: inline-block;
	margin: 1em auto;
	margin-bottom: 5px;
	font-size: 1.3em;
	font-weight: bold;
	text-align: right;
	color: white;
	background-color: #752936;
	width: 310px;
	line-height: 1.6em;
	padding-right: 10px;
}

#product_price a{
	color: #fff;
	text-decoration: none;
} 

#product_price a:hover{
	color: #fff;
	text-decoration: underline;
} 

#product_price_irl {
	font-size: 85%;
}

#product_related {
	margin-top: 40px;
}

#product_related h2 {
	display: inline-block;
	padding: .5em;
	margin-top: 2em auto;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	color: white;
	border: 1px dotted #752936;
	width: 300px;
}

#product h2 {
	color: #8d7185;
	margin-bottom: 20px;
}

#product dl {
	margin: 0;
	padding: 0;
	line-height: 2em;
}

#product dt {
	display: inline-block;
	width: 100px;
}

#product dd {
	display: inline;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

#table_size th {
	padding-left: 1em;
}

#table_size td {
	padding-left: 0em;
}


/**
 * Shopping cart
 */
#shopping_cart {
	width: 100%;
	margin-bottom: 25px;
	background-color: #eee;
	padding: 20px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#shopping_cart tfoot th,
#shopping_cart thead th {
	text-align: left;
}

#shopping_cart tbody td {
	border-bottom: 1px dotted #ccc;
	background-color: #fff;
}

#item_member_password,
#item_member_password_confirmation {
	display: none;
}

#form_login_at_order {
	margin-bottom: 25px;
}

#form_login table {
}

#form_login_at_order th {
	font-weight: normal;
}

#form_login_at_order input {
	width: auto;
}

#form_account {
	display: table-cell;
	width: 480px;
}

#form_account label {
	width: auto;
}

.column {
	display: table-cell;
	width: 220px;
	padding-right: 20px;
	vertical-align: top;
}

/**
 * Checkout
 */

/**
 * Reservation
 */
input.numeric {
	text-align: right;
	font-family: Monospace;
}

/*
#sidebar-product,
#product,
#sidebar-shop {
	float: left;
	background-color: white;
	margin-right: 20px;
}
*/

#sidebar-product {
	/*
	width: 300px;
	text-align: center;
	*/
}

#product-image {
}

#product-price {
	display: block;
	padding: .5em;
	margin: 1em auto;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	color: white;
	background-color: #346388;
}

#product-price small {
	display: block;
	font-size: 12px;
	line-height: 18px;
}

#calls-to-action ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#calls-to-action li {
	display: inline;
	margin-right: 10px;
}

#calls-to-action form {
	display: inline;
	margin: 0;
	padding: 0;
}

/*
#product {
	width: 360px;
	line-height: 1.5em;
}
*/

/**
 * Soort
 */
#product h3 {
	margin-bottom: 0;
	color: #5e4958;
}

/**
 * Naam
 */
#product-description {
	margin-top: 1em;
}

#sidebar-shop {
	margin-right: 0;
	width: 220px;
}

#sidebar-shop h3 {
	color: #356287;
	line-height: 2em;
	font-size: 12px;
}

#product-carousel h3 {
	border-bottom: 1px dotted #5e4958;
	
}

#product-carousel .carousel {
	float: left;
	width: 440px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}

#product-carousel .carousel-previous,
#product-carousel .carousel-next {
	float: left;
	margin-top: 15px;
	cursor: pointer;
}

#member h3 {
	border-bottom: 1px solid #5e4958;
}

#shopping-cart table,
#quote table {
	width: 100%;
}

#shopping-cart h3,
#quote h3 {
	border-bottom: 1px solid #5e4958;
}

#shopping-cart th,
#quote th {
	text-align: left;
}

#shopping-cart th.numeric,
#quote th.numeric {
	text-align: right;
	padding-right: 10px;
}

#shopping-cart td.numeric,
#quote td.numeric {
	text-align: right;
	font-family: Monospace;
	padding-right: 10px;
}

#shopping-cart td.quantity,
#quote td.quantity {
	padding-right: 0;
}

#shopping-cart tbody td,
#quote tbody td {
	border-bottom: 1px dotted #5e4958;
	vertical-align: top;
}

table.overview {
	width: 100%;
}

table.overview thead th,
table.overview thead td {
	text-align: left;
	border-bottom: 1px dotted #5e4958;
}

table.overview tfoot th,
table.overview tfoot td {
	text-align: left;
}

table.overview tbody td,
table.overview tbody th {
	line-height: 2em;
}

table.overview th.numeric {
	padding-right: 20px;
	text-align: right;
}

table.overview td.numeric {
	padding-right: 20px;
	text-align: right;
	font-family: Monospace;
}

/**
 * Grijze button met ronde hoekjes.
.button {
	position: relative;
	display: -moz-inline-block;
	display: inline-block;
	padding: 2px 10px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	box-shadow:  0 1px 2px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	cursor: pointer;
	background-color: #346388;
	color: black !important;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.25);
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	letter-spacing: 1px;
}
 *//**
 * Tools
 */
#tools {
	position: absolute;
	top: 0;
	right: 10px;
	height: 113px;
	width: 500px;
	color: white;
}

#tools p.notice {
	margin: 20px;
	line-height: 1.5em;
}

#tools .tool {
	display: inline-block;
}

#tools .tool.button,
#tools .tool .button {
	background-color: #752936;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	display: inline-block;
	position: relative;
}

#tools .button a {
	color: white;
	font-size: 1.4em;
}

#tools .call_to_action input[type=submit] {
	font-size: 1.2em;
	border-width: 0;
	padding: 0;
	font-family: Lucida Sans Unicode, Lucida Sans, sans-serif;
	line-height: 20px;
	padding: 3px 10px;
	
}

#tools .call_to_action {
	padding-top: 20px;
	padding-left: 200px;
color: #797979;

}

#tools .call_to_action a {
	color: #797979;
}

#tools .call_to_action .primary {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #797979;
	color: white;
	padding: 3px 10px;
	border-width: 0;
}

#tools .call_to_action .secondary {
	text-decoration: underline;
	margin-right: 10px;
}

#search_box {
	position: absolute;
	top: 25px;
	right: 0;
}

#search_box input[type=submit] {
	width: auto;
}

#form_search_box {
	padding-bottom: 5px;
}

#shoppingcart {
}

#dialog_shoppingcart {
	display: none;
	position: absolute;
	background-color: white;
	border: 1px solid #797979;
	border-top-width: 0;
	color: #271A23;
	width: 440px;
	right: -1px;
	padding: 10px 0;
	-moz-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.5);
	z-index: 999;
}

.shoppingcart_product {
	border-bottom: 1px dotted #797979;
	position: relative;
}

.shoppingcart_product h3 {
	padding-left: 20px;
	font-size: 16px;
	font-weight: normal;
	color: #909090;
	margin: 0;
	position: relative;
	display: table-cell;
	min-width: 250px;
}

#tools .shoppingcart_product h3 a,
.link_copy_product {
	background-color: #797979;
	color: white !important;
	padding: 0;
	text-decoration: none !important;
	font-size: 75%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	bottom: 2px;
	display: inline-block;
	line-height: 14px;
	height: 14px;
	width: 20px;
	text-align: center;
	margin-left: 1em;
}

#tools .shoppingcart_product h3 a {
	display: none;
}

.shoppingcart_product .type {
	padding-left: 20px;
}

.shoppingcart_product .price {
	display: table-cell;
	margin-right: 20px;
}

#tools .shoppingcart_product .delete {
	background-color: #797979;
	color: white;
	padding: 4px 8px;
	margin-right: -4px;
	text-decoration: none;
	border-bottom: 1px dotted dimgray;
	font-size: 75%;
	line-height: 125%;
	position: absolute;
	right: 20px;
	top: 7px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border-bottom-width: 0;
}

#delivery {
	display: table;
	width: 100%;
}

#delivery h3 {
	float: none;
	display: table-cell;
}

#delivery .price {
	float: none;
	display: table-cell;
	padding-right: 20px;
	margin-right: 0;
	text-align: right;
}

#shoppingcart_total {
	border-top: 1px solid #797979;
	display: table;
	width: 100%;
	margin-top: -1px;
}

#shoppingcart_total dl {
	display: table-row;
	margin: 0;
}

#shoppingcart_total dt {
	display: table-cell;
	font-size: 1.3em;
	line-height: 2em;
	padding-left: 20px;
}

#shoppingcart_total dd {
	display: table-cell;
	text-align: right;
	padding-right: 20px;
	font-size: 1.3em;
}

/**
 * Account widget
 */

#dialog_account{
	display: none;
	position: absolute;
	background-color: white;
	border: 1px solid #797979;
	border-top-width: 0;
	color: #271A23;
	width: 500px;
	right: -1px;
	padding: 10px 20px;
	-moz-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.5);
	z-index: 999;
}

#dialog_account .call_to_action {
	padding-left: 0;
}

#message_member_saved {
	background-color: #ffffbf;
	padding: 5px 20px;
	margin-right: -20px;
	margin-bottom: 10px;
	margin-left: -20px;
	margin-top: -10px;
	display: none;
}

#message_member_error {
	background-color: #ff6c6c;
	padding: 5px 20px;
	margin-right: -20px;
	margin-bottom: 10px;
	margin-left: -20px;
	margin-top: -10px;
	display: none;
}

/**
 * Tabs
 */
#tabs {
	position: absolute;
	right: 0;
	bottom: 0;
	list-style-type: none;
	margin: 0;
}

#tabs li {
	display: inline-block;
}

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 0px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;	
	z-index: 2;	
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:0px solid #ccc;
	overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}


