
/*
	
font-family: "futura-pt", sans-serif;
font-weight: 400/700;

ZWART: #444
LIGHT ORANGE: #f8aa62
ORANGE: #fb552d

*/


* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

body {
	background: #fff url('/_graphics/bg.png') top left repeat-x;
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #444;
}

br.clear {
	clear: both;
}

/* wrapper */

.wrapper {
	margin: 0 auto;
	max-width: 1120px;
}

/* logo */

.logo {
	float: left;
	width: 100%;
	margin-top: 25px;
}

/* nav */

nav {
	float: left;
	width: 90%;
	padding: 12px 5%;
	background: #181716;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	text-align: center;
}

nav a {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	line-height: 1em;
	text-decoration: none;
	padding: 7px 15px;
	transition: color 0.3s;
}

nav a:hover {
	color: #f8aa62;
}

nav a.selected {
	color: #fb552d;
}

/* container */

.container {
	float: left;
	width: 100%;
	background: #fff5e4;
	border-top: 2px solid #f8aa62;
	border-bottom: 2px solid #f8aa62;
}

.container a {
	color: #f8aa62;
	transition: color 0.3s;
}

.container a:hover {
	color: #fb552d;
}

.container a.button {
	display: inline-block;
	color: #fff;
	background: #f8aa62;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	transition: background 0.3s;
}

.container a.button:hover {
	background: #fb552d;
}

.container p {
	line-height: 1.4em;
	margin-bottom: 25px;
}

.container ul {
	list-style-type: disc;
	margin-bottom: 25px;
}

.container ol {
	list-style-type: decimal;
	margin-left: 10px;
	margin-bottom: 25px;
	padding-left: 15px;	
}

.container li {
	margin-left: 15px;
	margin-bottom: 6px;
}

.container table {
	width: 100%;
	margin-bottom: 25px;
}

.container td {
	padding: 5px;
	vertical-align: top;
	line-height: 1.5em;
}

.container hr {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 25px;
}

.container img.left {
	float: left;
	margin: 0 10px 10px 0;
}

.container img.right {
	float: right;
	margin: 0 0 10px 10px;
}

.container h1 {
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 20px;
	color: #444;
	line-height: 1em;
}

.container h1 a {
	color: #444;
	text-decoration: none;
	border: 0;
}

.container h1 a:hover {
	color: #fb552d;
	border-bottom: 1px solid #fb552d;
}

.container h2 {
	font-size: 22px;
	color: #444;
	margin-top: 0;
	margin-bottom: 20px;
}

.container h2 a {
	color: #444;
	text-decoration: none;
	border: 0;
}

.container h2 a:hover {
	color: #fb552d;
	border-bottom: 1px solid #fb552d;
}

.responsive_iframe_wrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.responsive_iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* main */

.main {
	float: left;
	width: 65%;
	padding: 30px 2.5%;
	border-left: 2px solid #f8aa62;
}

.main.wide {
	width: 89%;
	padding: 30px 5%;
}

/* sitemap */

ul#sitemap {
	font-size: 18px;
}

ul#sitemap li ul {
	list-style-type: disc;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li {
	font-size: 16px;
}

ul#sitemap li ul li ul {
	list-style-type: square;
	margin-top: 5px;
	padding-left: 15px;
}

/* product list */

a.product {
	float: left;
	width: 20%;
	padding: 15px 1.5%;
	background: #fff;
	border: 1px solid #eee;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    2px 2px 3px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         2px 2px 3px 0px rgba(50, 50, 50, 0.5);
	border-radius: 2px;
	margin: 0 2% 20px 0;
	text-align: center;
	transition: background 0.3s;
}

a.product.full {
	width: 90%;
	padding: 10px 4%;
}

a.product.nomargin4 {
	margin-right: 0;
}

.container hr.splitter4, 
.container hr.splitter2 {
	border: 0;
	margin-bottom: 1px;
}

.container hr.splitter2 {
	display: none;
}

a.product:hover {
	background: #eee;
}

a.product img {
	float: left;
	width: 100%;
	margin-bottom: 12px;
}

a.product b {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
}

a.product span {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background: #f8aa62;
	line-height: 1.3em;
	margin-top: 8px;
	padding: 4px 8px;
	text-align: right;
}

/* product page */

div.left_nav {
	float: left;
	width: 50%;
	margin-bottom: 25px;
}

div.right_nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-bottom: 25px;
	color: #999;
}

.product_image {
	float: left;
	width: 40%;
	padding: 15px 1.5%;
	background: #fff;
	border: 1px solid #eee;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    2px 2px 3px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         2px 2px 3px 0px rgba(50, 50, 50, 0.5);
	border-radius: 2px;
	text-align: center;
}

.product_image img {
	float: left;
	width: 100%;
}

.product_text {
	float: right;
	width: 52%;
}

span.price {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background: #f8aa62;
	line-height: 1.3em;
	padding: 5px 10px;
}

/* sidebar */

.sidebar {
	float: right;
	width: 20%;
	padding: 30px 2.5%;
	background: #ffebc9;
	border-right: 2px solid #f8aa62;
}

.sidebar.small {
	background: none;
	width: 5px;
}

/* your cart */

.your_cart {
	float: left;
	width: 91%;
	padding: 10px 5%;
	border: 1px dotted #f8aa62;
	margin-bottom: 25px;
	text-align: center;
}

.your_cart img {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	margin-right: 5px;
}

/* shopping cart */

#cart {
	float: left;
	width: 100%;
}

#cart_gutter {
	float: left;
	width: 100%;
}

#cart table {
	width: 100%;
}

#cart table td {
	padding: 15px;
	border-bottom: 1px dotted #f8aa62;
	vertical-align: middle;
	cursor: pointer;
	font-size: 13px;
}

#cart table tr:hover, 
#cart table tr:hover td.name, 
#cart table tr:hover td b {
	color: #f8aa62 !important;
}

#cart table td img {
	width: 120px;
	border: 6px solid #fff;
}

/* overview table */

#cart table td.id {
	width: 20px;
}

#cart table td.image {
	width: 130px;
}

#cart table td.image img {
	float: left;
}

#cart table td.price {
	font-size: 15px;
	text-align: right;
}

#cart table td.bin {
	width: 22px;
}

#cart table td.bin a {
	float: right;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background: url('/_graphics/icon_bin.gif') top left no-repeat;
	text-decoration: none;
	border: 0;
}

#cart table td.bin a:hover {
	background-position: 0 -16px;
}

#cart table td.total {
	color:  #f8aa62;
	font-size: 24px;
	vertical-align: top;
	text-align: right;
	border: 0;
}

#cart table td.total em {
	font-size: 22px;
	font-style: normal;
	margin-right: 4px;
}

#cart table td.total span {
	font-size: 12px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	vertical-align: text-top;
	margin-left: 1px;
}

#cart table td.total i {
	display: none;
}

#cart table td a.cancel_button {
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

#cart table td a.cancel_button:hover {
	color: #f8aa62;
	border-bottom: 1px solid #f8aa62;
}

/* form */

.form {
	float: left;
	width: 100%;
	line-height: 1.3em;
	margin-bottom: 20px;
}

/* labels */

.form span.label, 
.form span.label_error, 
.form span.hint, 
.form span.error_message {
	float: left;
	width: 100%;
	font-weight: 700;
	margin-right: -5px;
	line-height: 1.4em;
}

.form span.label, 
.form span.label_error {
	margin-top: 10px;
	margin-bottom: 4px;
}

.form span.label_error {
	color: #ed1c2e;
}

.form span.error_message {
	font-size: 12px;
	color: #ed1c2e;
	margin-bottom: 4px;
}

.form span.hint {
	font-weight: normal;
	font-size: 12px;
	color: #777;
	margin-bottom: 4px;
}

.form span.checkbox, 
.form span.checkbox_error {
	float: left;
	width: 100%;
	margin-top: 4px;
	margin-right: -5px;
	margin-bottom: 4px;
}

.form span.checkbox_error {
	color: #ed1c2e;
}

.form span.checkbox_error a {
	color: #ed1c2e;
	border-bottom: 1px solid #ed1c2e;
}

.form span b {
	font-size: 10px;
	color: #ed1c2e;
}

.form input.text {
	float: left;
	width: 90%;
	height: 26px;
	background: #fff;
	padding: 2px 4px 2px 4px;
	margin-bottom: 5px;
	color: #333;
	border: 1px solid #ddd;
	font-size: 16px;
	font-family: Arial, sans-serif;
}

.form input.checkbox {
	float: left;
	vertical-align: top;
	display: block;
	overflow: hidden;
	padding: 0; 
	border: 0;
	margin: 2px 5px 0 0;
	width: 13px;
	height: 13px;
}

.form select {
	float: left;
	width: 348px;
	background: #fff;
	margin-bottom: 5px;
	padding: 2px 0 2px 2px;
	color: #333;
	border: 1px solid #ddd;
	font-size: 15px;
	font-family: Arial, sans-serif;
	margin-right: -10px;
}

.form option {
	padding-left: 0.3em;
}

.form textarea {
	float: left;
	width: 90%;
	height: 50px;
	background: #fff;
	padding: 2px 4px 2px 4px;
	margin-bottom: 5px;
	color: #333;
	border: 1px solid #ddd;
	font-size: 15px;
	font-family: Arial, sans-serif;
}

/* button */

button {
	display: inline-block;
	cursor: pointer;
	width: auto;
	overflow: hidden;
	color: #fff;
	background: #f8aa62;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	padding: 5px 15px;
	border-radius: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	transition: background 0.3s;
}

button:hover {
	background: #fb552d;
}

/* feedback */

.feedback {
	float: left;
	width: 92%;
	font-weight: 300;
	color: #fff;
	font-size: 18px;
	margin-bottom: 25px;
	background: #fbaa62;
	line-height: 1.3em;
	padding: 15px 4%;
	text-align: center;
}

.feedback.error {
	background:#fb552d;
}

/* footer */

.footer {
	float: left;
	width: 90%;
	padding: 25px 5%;
	color: #ffedc6;
	line-height: 1.4em;
	background: #181716;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	margin-bottom: 25px;
	text-align: center;
}

.footer a {
	color: #ffedc6;
	transition: color 0.3s;
}

.footer a:hover {
	color: #f8aa62;
}

.footer img {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	margin-bottom: 15px;
}
