/* reset all the values */
* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}
a {
	color: #000;
	text-decoration: none;
}
h1 {
	font-size: 20px;
	margin-bottom: 5px;
}
h2 {
	font-size: 17px;
}
th {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
}
td {
	padding-top: 2px;
}

#right_content h2 {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 6px;
	margin-bottom: 10px;
}
a img {
	border: none;
}
label {
	width: 80px;
	display: block;
	float: left;
}
input {
	font-family: Arial, Helvetica, sans-serif;
}
input.small {
	width: 76px;
}
input.verysmall {
	width: 40px;
	text-align: right;
}
input.submit {
	border: 1px solid #000;
	background-color: #FFF;
	cursor: pointer;
}
select {
	width: 80px;
}
select.optionselect {
	width: 200px;
}
hr {
	height: 1px;
	border-bottom: 1px dotted #ccc;
}
p {
	margin-bottom: 18px;
}
.smalltext {
	font-size: 12px;
    color: #bobobo;
}

#wrapper {
	width: 895px;
	margin: 10px auto;
}
#header {
	height: 100px;
	clear: both;
}
#top_right, #top_right_account {
	float:right;
	width: 245px;
	text-align: right;
	color: #b0b0b0;
	padding-top: 30px;
	height: 54px;
	padding-right: 10px;
    font-size: 11px;
}
#top_right_account {
	width: 300px;
	padding-right: 0;
}
#top_right_account a {
	color: #b0b0b0;
	text-decoration: underline;
}
#top_right_account a.black {
	color: #000;
	text-decoration: none;
}
#header_image {
	margin-bottom: 30px;
}

#left_content {
	width: 250px;
	float: left;
	font-size: 15px;
	clear: left;
	padding-bottom: 40px;
}

#left_content ul {
	list-style: inside url(/img/bullet_1.gif);
}

#left_content a {
	font-size: 15px;
    line-height: 22px;
}

#left_content ul a {
	font-size: 13px;
}

#left_content a:hover {
	color: #b0b0b0;
}

#left_content ul li ul {
	padding-left: 15px;
	list-style: inside url(/img/bullet_2.gif);
}

#right_content {
	width: 642px;
	float: left;
	clear: right;
	padding-bottom: 40px;
}

#right_content #product {
    float: left; 
    width: 640px
}

#right_content #magnifying {
	float: left; 
    height: 20px;
}

#right_content .smalltext {
    color: #b0b0b0;
}

#right_content a {
	text-decoration: underline;
}

/* product detailoverzicht */
.productfoto {
	float: left;
	margin: 0 10px 10px 0;
}
.spacer {
	margin: 20px 0;
	border-bottom: 1px dotted #ccc;
	clear: left;
}

.spacer2 {
	width: 100%;
    margin: 12px 0 0 0;
	border-top: 1px dotted #ccc;
	float: left;
    background: #fff;
}

/* Categorie overview */
.shopoverview {
	width: 200px;
	float: left;
	margin-right: 14px;
	margin-bottom: 25px;
}
.shopoverview a.zoom {
	display: block;
	float: right;
	width: 22px;
	height: 20px;
}
.shopoverview div.picture {
	text-align: center;
	background-color: #f4f4f4;
	padding: 5px 0;
	margin-top: 5px;
	margin-bottom: 6px;
	height: 150px;
}
* body #wrapper .shopoverview a.price {
	color: #25558b;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 5px;
}
.shopoverview .moreinfo {
	color: #25558b;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px dotted #ccc;
	display: block;
	margin-top: 5px;
}
.shopoverview div.subtext {
	margin: 5px 0;
	font-size: 11px;
}
.shopoverview div.options {
	padding: 5px 0 0 5px;
	margin: 5px 0;
	border-top: 1px dotted #ccc;
	font-size: 11px;
}

html body #wrapper .cartbutton {
	display: block;
	border: 1px solid #000;
	text-align: center;
	height: 26px;
	line-height: 26px;
	text-decoration: none;
}
html body #wrapper input.cartbutton {
	height: 28px;
	width: 100%;
	background-color: #fff;
}
form table td {
	vertical-align: top;
	line-height: 22px;
}

#footer {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	clear: both;
	line-height: 50px;
	background-image: url('/img/footer.gif');
	text-indent: 20px;
	color: #919191;
}
#footer a {
	color: #919191;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* formulier check */
label.error {
	color: red;
	width: 100%;
}
.error {
	color: red;
}
.notification {
	padding: 8px 8px 8px 30px;
	background-image: url('/img/error.gif');
	background-repeat: no-repeat;
	background-position: 9px 8px;
	background-color: #fefcc0;
	border: 1px dotted #f4d66e;
}

.prenotification {
	color: #b0b0b0;
    font-size: 11px;
    margin: -10px 0 10px 0;
    width: 100%;
    clear: both;
}

.prenotification a {
	color: #b0b0b0;
    text-decoration: none;
}

.prenotification a:hover {
	color: #b0b0b0;
    text-decoration: underline;
}
