﻿* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #000;
	color: #fff;
	font-family: Verdana, Arial, Sans-Serif;
}
a.huge {
	text-decoration: none;
	font-weight: bold;
	color: #fff;	
	font-size: 36px;
}
#body {
	width: 900px;
	margin: 20px auto;
}
#header {
	margin: 20px;	
	height: 220px;
	text-align: right;
}
#minimal {
	margin: -52px 120px 0px 220px; 
	width: 414px;
}
#minimal h1 {
	font-size:20px;
}
#minimal p {
	font-size:14px; 
	margin-top:30px;
}
#minimal ul {
	font-size:14px; 
	margin-top:30px;
	margin-left: 20px;	
}
#minimal a {
	text-decoration: underline;
	color: #fff;
}
#payoff {
	text-align:left; 
	margin-top:85px; 
	margin-left: 20px;
	text-transform:uppercase;
	float: left;
}
#buy {
	text-decoration: none;
	font-weight: bold;
	color: #fff;	
	font-size: 24px;
}
#footer {
	margin: 0px 20px 20px 20px;
}
div.list {
	font-size: 11px;
	font-family: Verdana;
	margin-top: 20px;
}
.list a {
	display: block;
	float: left;
	width: 150px;
	height: 160px;
	margin: 10px;	
	text-align: center;
	overflow: hidden;
	color: #666;
	text-decoration: none;
}
.list a span {
	display: block;
	text-align: center;
	font-size: 11px;
}
.list a span.price {
	font-weight: bold;
}
.list a img {
	width: 110px;
	height: 110px;
	border: none;
}
#search {
	float: right;
}
#search input {
	vertical-align: middle;
}
#search input[type=text] {
	border: 1px solid #ccc;
	padding: 2px 3px;
	width: 120px;
}
.pager  {
	text-align: center;	
	font-size: 11px;
	line-height: 25px;
}
.pager a {
	color: #666;
	text-decoration: none;
}
.pager a.selected {
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
hr {
	border: 1px dotted #ccc;
	border-width: 1px 0 0 0;
	margin: 10px 0px;
}
#detail {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	background-color: #fff;
	color: #000;
}
#detail td {
	vertical-align: top;
	padding: 10px;
	text-align: left;
}
td#viewer {
	width: 350px;
	border-right: 1px dotted #ccc;
}
td#viewer .image {
	width: 350px;
	height: 350px;
	overflow: hidden;
}
td#viewer .preload {
	display: none;
}
td#viewer .thumbnails img {
	margin: 0 10px 10px 0;
}


#info {
	min-width:200px;
	max-width:200px;
}
#title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}
#description {
	font-size: 10px;	
	color: #666;
	line-height: 18px;
	width: 190px;
}
#tag {
	margin: 5px 0;	
	color: #999;
}
#tag span {
	font-size: 20px;
	color: #333;
	display:block;
}
#properties th {
	font-weight: bold;
	font-size: 11px;
	color: #333;
	padding: 3px 10px 3px 0px;
	text-align: left;
}
#properties td {
	font-size: 11px;
	color: #666;
	padding: 3px 0px 3px 10px;
}
#info form input {
	vertical-align: middle;
}
#info form input[name=count] {
	width: 30px;
	border: 1px solid #ccc;
	padding: 4px 5px;
	font-size: 14px;
	margin-left: 10px;
}

.message {
	padding: 5px;
	margin: 5px 0;
	background-color: #fafafa;
	color: #333;
	font-size: 11px;
	border: 1px solid #ccc;
}
#aanvraag_form {
	font-size: 11px;
	color: #666;	
	margin-top: 5px;
}
#aanvraag_form textarea {
	width: 160px;
	height: 100px;	
}

#related h3 {
	display: block;
	margin-bottom: 10px;	
	color: #666;
}
#related a {
	display: block;
	float: left;
	width: 120px;
	height: 170px;
	margin: 0 10px 10px 0;	
	text-align: center;
	overflow: hidden;
}
#related a span {
	display: block;
	text-align: right;
	font-size: 11px;
	padding: 0px 5px;
	text-transform: lowercase;
}
#related .name {
	height: 30px;
	overflow: hidden;
}
#related .price {
	font-weight: bold;
	text-align: right;
}
#related a img {
	width: 110px;
	height: 110px;
	border: none;
	margin-bottom: 10px;
}
	#tabs {
		margin: 10px 0 5px 0;
	}
	#tabs a {
		font-weight: normal;	
		color: #555;
	}
	#tabs a.active {
		font-weight: bold;	
		color: #000;
	}
	.short_form {
		margin-top: 5px;
	}

