@import url("fonts.css");

html {
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-size: 12px;
	background: #271C2F url(../gfx/bg_pattern.gif) repeat top left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #fff;
	
}
.bg {
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#container {
	z-index: 2;
	position: relative;
	height: 100%;
	overflow: auto;
}
#sidebar {
	background: transparent url(../gfx/sidebar_bg.png) repeat-y top left;
	width: 260px;
	padding: 0 25px;
	min-height: 100%;
}

h1 a {
	display: block;
	width: 226px;
	height: 34px;
	text-indent: -1000em;
	background: transparent url(../gfx/logo.png) no-repeat bottom left;
	margin: 0 0 0 16px;
	padding-top: 15px;
}
h2 {
/*	font-family: "KnowYourProductRegular", Helvetica, Arial, Verdana, sans-serif;*/
/*	font-family: "CopystructNormal";*/
	font-size: 19px;
	padding: 5px 0 5px 15px;
}
h2#bestelling {
	padding-top: 15px;
	border-top: 1px solid #002331;
	background: #002331 url(../gfx/bestelling_txt.png) no-repeat scroll 15px 10px;
	text-indent: -1000em;
}
h2#gegevens {
/*	border-top: 1px solid #002331;*/
	background: transparent url(../gfx/gegevens_txt.png) no-repeat  scroll 15px 5px;
	text-indent: -1000em;
}

ul#nav {
	padding: 5px 0 20px 20px;
}
ul#nav li {
	float: left;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	padding-right: 16px;
}
ul#nav li a {
	color: #fff;
}
p#shipping_costs {
	background-color: #002331;
	text-align: center;
	padding: 3px 0 10px 0;
	font-size: 11px;
}
#address {
	padding: 0 15px;
}
.small_input {
	float: left;
	width: 138px;
	padding-right: 5px;
}
.nr {
	width: 70px;
}
label {
	display: block;
	padding: 10px 0 3px 0;
	clear: both;
	font-size: 13px;
}
#order {
/*	margin: 0 0 5px 0;*/
	width: 257px;
	background-color: #002331;
}

#order tbody tr {
/*	border-top: 1px solid #002331;*/
/*	background-color: #f00;*/
}
#order tbody td {
	line-height: 18px;
}
#order tr.current,
#order tr.total {
	font-weight: bold;
}
#order tr.current {
	background-color: #00aff5;
}

#order tr.total td:last-child {
	background: transparent url(../gfx/total_line.png) no-repeat top right;
}
#order tr.total td {
	padding-top: 15px;
}
#order td {
	padding: 5px 0 5px 0;
	vertical-align: top;
}
#order td:first-child {
	width: 135px;
	padding-left: 16px;
}
#order td:last-child {
	text-align: right;
	padding-right: 18px;
}

#order input {
	background: #fff;
	background: rgba(255,255,255,.8);
	border: 1px solid #002331;
	padding: 2px;
	width: 20px;
}
img.example {
	width: 120px;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
#new_crate {
	margin: 10px 16px 25px 16px;
	display: block;
	color: #002331;
	background: transparent url(../gfx/btn_bg.png) repeat-x top left;
	padding: 5px 0 3px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #002331;
	/*
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	*/
	text-align: center;
}
#new_crate:hover {
	background: transparent url(../gfx/btn_bg.png) repeat-x scroll 0 -25px;
}
#address input[type='text'] {
	background: #fff;
	background: rgba(255,255,255,.8);
	border: 1px solid #002331;
	padding: 6px;
	width: 212px;
	font-weight: bold;
	color: #002331;
	font-size: 13px;
}
#address input#zip {
/*	margin-right: 15px;*/
	width: 90px;
}
#address input#nr {
	width: 70px;
}
#address input.error {
	border: 3px solid #f00;
}
label.error {
	color: #fff;
	background-color: #f00;
	font-weight: bold;
	padding: 1px 3px 3px 3px;
	font-size: 11px;
	border: 1px solid #f00;
}
.small_input label.error {
	width: 100px;
}
.nr label.error {
	width: 80px;
}

input#afrekenen {
  width: 226px;
  height: 34px;
  margin: 15px 0 0 0;
  padding: 0;
  border: 0;
  background: transparent url(../gfx/afrekenen_btn.png) no-repeat top left;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
input#afrekenen:hover {
  background: transparent url(../gfx/afrekenen_btn.png) no-repeat scroll 0px -35px;
}
p#uitleg {
	padding: 5px 15px 50px 15px;
	line-height: 16px;
	font-size: 11px;
}
p#uitleg a {
	color: #fff;
	text-decoration: underline;
}
.small {
	font-size: 10px;
}

#dealer,
#contact,
#info {
	z-index: 2;
	position: absolute;
	top: 20px;
	left: 320px;
	width: 340px;
	font-size: 16px;
/*	line-height: 35px;*/
	line-height: 1.3em;
	padding: 20px;
/*	font-family: "ExistenceLightRegular";*/
	border: 4px #000 solid;
	background-color: #002331;
}
#dealer a,
#contact a,
#info a {
	font-size: 20px;
	color: #00aff5;
/*	font-family: "CopystructBold";*/
}
#krat {
	z-index: 1;
	position: absolute;
	bottom: 5%;
	left: 30%;
	margin: 0 auto;
/*	width: 800px;*/
}
#print_selection {
	z-index: 5;
	position: absolute;
	top: 200px;
	left: 350px;
	background: transparent url(../gfx/keuze_bg.png) no-repeat top left;
	width: 320px;
	height: 200px;
}
#print_selection ul {
	height: 177px;
	overflow: auto;
	margin: 12px 10px 15px 45px;
}
#print_selection ul a {
	display: block;
	padding: 4px 0 4px 8px;
}
#print_selection a.active {
	background-color: #00aff5;
}
#print_selection .handle {
	position: absolute;
	width: 40px;
	height: 200px;
	cursor: move;
}
.close {
	display: block;
	text-indent: -9999em;
	width: 24px;
	height: 24px;
	background: #002331 url(../gfx/close_btn.gif) no-repeat top left;
/*	border: 4px #000 solid;*/
	position: absolute;
	right: -10px;
	top: -10px;
/*	padding: 3px;*/
}
#facebook_btn {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 100px;
}
a:focus {
	border:none;
    outline:none;
}
