* 
{
	padding: 0;
	margin: 0;
}

a img { border: none; }

body 
{
	color: #fff;
	font-family: arial;
	font-size: 12px;
	background-color: #222;
}

#shop #wrapper {
	color: #000;
	background-color: #fff;
}

#shop h1 {
	border-color: #222;
	margin: 0 0 30px 0;
	background: #fff url('../images/kop-shop.png') no-repeat 0 0;
}

#shop h2 {
	color: #222;
	margin: 0 0 5px 0;
}

#shop #menu li {
	border-color: #fff;
}

#footer {
	border-color: #222;
}

.shop-info p {
	margin: 0 0 15px 0;
}

.productlink {
	padding: 5px 0;
	border-bottom: 9px solid #222;
}

.productlink span {
	font-size: 16px;
}

.productlink a {
	float:right;
}

.product-details h2 {
	font-size: 30px;
}

.productimage {
	position: relative;
}

.productimage #imageinzet{
	position: absolute;
	top: 20px;
	right: 20px;
	width: 226px;
	padding: 14px 0 0 0;
	background: transparent url(../images/shop-description-kop.png) no-repeat 100% 0;
}

.productimage #imageinzet div{
	padding: 0 10px 10px 10px;
	background: #fff url(../images/shop-description.png) no-repeat 100% 100%;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}

.specs input, .specs textarea, .specs select {
	border: 1px solid #999;
}

input:focus,textarea:focus {
	border: 1px solid #222;
}

.productitemmenu {
	background: #222;
}

.productitemmenu .single-block, .productitemmenu .duo-block { margin-bottom: 0; }

.specs {
	border-top: 9px solid #222;
	padding: 15px 0 0 0;
}
.specs p {margin: 0 0 15px 0;}
.specs ul { list-style: none; margin: 15px 0 0 0; }
.specs li { margin: 0 0 3px 0;}
.specs li input { 
	width: 206px; 
	background: #fff; 
	color: #222; 
	padding: 2px; 
}
.specs li select { width: 212px;  }

#main .specs li.error {
	border: 1px solid red;
}

#main .specs li.error select {
	width: 210px;
}

#main .specs li.error input { 
	width: 204px;
}

#main .specs li.error label {
	padding: 0 5px;
}

#main .specs li.errormessage {
	background: red;
	padding: 2px 5px;
	color: #fff;
	margin: 0;
}

.product-details .specs ul.description {
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
	line-height: 16px;
	font-size: 11px;
	list-style: disc;
}
.product-details .specs ul.description li {
	padding: 0;
	margin: 0;
}

.specs p span {
	font-size: 30px;
}

.specs label {
	display: block;
	color: #222;
	font-weight: bold;
	margin: 0 0 3px 0;
}

#addbutton {
	height: 80px;
	width: 212px;
	border: none;
	padding: 0;
	margin: 30px 0 30px 0;
	text-indent: -9999px;
	font-size: 1px;	
	background: #222 url(../images/knop-voegtoe.gif) no-repeat 0 0;
}

#addbutton:hover {
	background: #fff url(../images/knop-voegtoe-over.gif) no-repeat 0 0;
	cursor: pointer;
}

.shopmenuitem {
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #222;
	padding: 10px;
	font-size: 16px;
}

#winkelwagen {
	background: #222 url('../images/winkelwagen.gif') no-repeat 165px 50%;
}

#kassa {
	width: 192px;
	background: #222 url('../images/knop-kassa.png') no-repeat 0 -40px;
	text-indent: -9999px;
	overflow: hidden;
}

#kassa:hover {
	border: 1px solid #222;
	width: 190px;
	padding: 10px 10px 9px 10px; 
	background: #222 url('../images/knop-kassa.png') no-repeat -1px -1px;
}


.totaal-tabel
{
	background-color: #fff;
	border-collapse: collapse;
	width: 700px;
	margin: 0 0 10px 0;
}

.totaal-tabel td, .totaal-tabel th
{
	border: 3px solid black;
	color: #000;
	padding: 10px;
	line-height: 19px;
}

.totaal-tabel tfoot td
{
	text-align: center;
}

.totaal-tabel thead th {
	background-color: #999;
	text-align: left;
}

.totaal-tabel tbody th {
	background-color: #ccc;
	text-align: left;
}

.totaal-tabel .price, .totaal-tabel .amount {
	width: 80px;
}

.totaal-tabel .subtotal {
	width: 120px;
}

#total-overview .totaal-tabel tr td p {
	margin: 0 0 20px 0;
	color: #000;
}

.payments img, .payments input
{
	vertical-align: middle;
}

.payments td
{
	padding: 1px 10px;
}

#shoppingcart
{
	background: #222;
	padding: 10px;
	position: relative;
}

#total-overview
{
	background: #000;
	padding: 20px;
}

#total-overview p {
	margin-bottom: 10px;
	line-height: 16px;
	color: #fff;
}

#stappen {
	list-style: none;
	margin: 8px 0 15px 0;
}

#stappen li {
	position: relative;
	display: inline;
	font-size: 21px;
	color: #666;
	height: 40px; 
	padding: 8px 10px 0 50px;
}

#stappen li.active {
	color: #fff;
}

#stappen li span {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background: #000;
	text-align: center;
	line-height: 40px;
	
}

#shoppingcart { position: relative; }

.further {
	position: absolute;
	top: 25px;
	right: 10px;
}

.arrow {
	color: #fff;
	line-height: 19px;
	
	height: 18px;
	background: transparent url(../images/kassa_next.gif) no-repeat 100% 50%;
	padding-right: 15px;
	text-decoration: none;
	border-bottom: 1px solid #fff; 
}

.next {
	margin: 0 180px 0 0;
}

.center {
	margin: 0 0 0 5px;
}

#total-overview fieldset { border: 0px; width: 500px; }

#total-overview fieldset div {
	background: #fff;
	color: #000;
	padding: 5px 0;
	margin: 0 0 3px 0;
}

#total-overview fieldset div label {
	font-weight: bold;
	float: left;
	width: 120px;
	text-align: right;
	margin: 0 20px 0 0;
	line-height: 20px;
}

#total-overview .error {
	width: 480px;
	margin: 0 0 10px 0;
	padding: 10px 0 0 20px;
	border-top: 1px solid red;
}

#total-overview .error li {
	padding: 0 0 5px 0;
	color: #fff;
}

#total-overview fieldset div input, #total-overview fieldset div select {
	border: 1px solid #ccc;
	width: 200px;
	padding: 3px;
	color: #000;
	background-color: #fff;
}

#total-overview fieldset input.arrow {
	border: none;
	height: 19px;
	line-height: 13px;
	padding: 0 15px 0 0;
	background: #000 url(../images/kassa_next.gif) no-repeat 100% 50%;
	border-bottom: solid 1px #fff;
}

#voorwaarden #container {
	width: 800px;
	margin: 15px auto;
	padding: 15px;
	color: #000;
	background: #fff;
}

#voorwaarden h1, #voorwaarden h2 {
	margin: 0 0 15px 0;
}

#voorwaarden p {
	margin: 0 0 15px 0;
}


	

