.progressbar {
	color: #fff;
}

.progressbar .progress {
	display: inline;
	color: #515151;
}

.progressbar li {
	display: inline;
}

.progressbar .inactive_item {
	background: #9bb3d1;
	display: inline;
}

.progressbar .active_item {
	background: #4d83b1;
	display: inline;
	font-weight: bold;
}

.errorlist {
	display: inline;
	color: red;
}

body {
	background: #50678b;
	color: #515151;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
}

a {
	color: #7e7d7d;
}

a img {
	border: 0;
}

.required label {
	font-weight: bold;	
}

#container {
	width: 785px;
	margin: 20px auto;
	text-align: left;
}

#bar {
	float: right;
	background: #4d83b1;
	height: 24px;
	width: 603px;
	border-bottom: 10px solid #50678b;
	line-height: 24px;
	margin-bottom: 10px;
	color: #fff;
}

#bar .breadcrumbs {
	float: left;
	padding-left: 5px;
}

#bar a {
	color: #fff;
	text-decoration: none;
}

#languageselector {
	float: right;
	padding-right: 4px;
	z-index: 1000;
	line-height: 24px;
	padding-top: 2px;
}

#languageselector img {
	border: 0;
	z-index: 1000;
}

#loginlogout {
	float: right;
	padding-right: 15px;
	/*color: #B0B0B0;*/
	color: #fff;
	z-index: 1000;
}

#loginlogout a{
	/*color: #BBBBBB;*/
	color: #fff;
	z-index: 1000;
}

#header {
	background: url(../images/header.jpg) top left no-repeat;
}

#header ul {
	height: 138px;
	margin: 0;
	padding: 0;
	background: url(../images/header_new.jpg) top right no-repeat;
	padding-top: 59px;
	list-style: none;
	font-variant: small-caps;
	font-size: 12px;
	font-weight: bold;
	width: 785px;
}

#header ul li {
	background: #fff;
}

#flashheader {
	width: 613px;
	margin: 0 auto;
	margin-left: 172px;
	height: 197px;
	z-index: 800;
	position: absolute;
	top: 20px;
}

#headerimage {
	width: 613 px;
	margin: 0 auto;
	margin-left: 172px;
	height: 139px;
	z-index: 800;
	position: absolute;
	top: 79px;
}


#header ul li {
	width: 172px; 
	border-bottom: 1px solid #50678b;
}

#header ul li a {
	text-decoration: none;
	display: block;
	height: 26.5px;
	line-height: 26.5px;
	padding-left: 10px;
}

#header ul li a:hover {
	background: #5b8fb3;
	color: #fff;
}

#content {
	float: left;
	background: #fff;
}

#sidebar {
	width: 172px;
	margin: 0;
	padding: 0;
	 /*background: #fff;*/
	float: left;
	font-size: 11px;
}

#sidebar h2 {
	margin-top: 0;
	border-top: 20px solid #fff;
	background: url(../images/kopje.jpg) top left no-repeat;
	line-height: 33px;
	font-size: 12px;
	height: 65px;
	padding-left: 60px;
	font-variant: small-caps;
	color: #fff;
}

#sidebar > h2 {
	height: 45px;
}

#sidebar h2 a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar ul {
	margin-left: 20px;
	padding-left: 5px;
	list-style: url(../images/bullet.png);
}

#inhoud ul li {
	font-size: 12px;
}

#inhoud {
	background: #fff;
	float: left;
	width: 603px;
/*	border-top: 10px solid #50678b;*/
	border-left: 10px solid #50678b;
	border-bottom: 10px solid #50678b;
}

#inhoud form {
	clear: both;
}

#footer {
	clear: both;
	background: url(../images/footer.jpg) top left no-repeat;
	font-variant: small-caps;
	font-size: 10px;
	height: 62px;
}

#footer #eu {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}

#footer ul {
	margin-top: 15px;
	margin-right: 5px;
	list-style: none;
	float: right;
}

#footer ul li {
	float: left;
	color: white;
}

#footer ul li a {
	padding: 0 5px;
}

#footer a {
	color: white;
	text-decoration: none;
}

/* CONTENT */
#inhoud p, #inhoud h2 {
	font-size: 11px;
	margin-left: 15px;
	margin-right: 15px;
}

#inhoud h1 {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	font-size: 20px;;
	font-style: italic;
	clear: both;
}

#inhoud h1 .raquo {
	color: #5b8fb3;
}
#inhoud h1 .first {
	color: #f59855;
}

#inhoud ul {
	list-style: url(../images/bullet.png);
}

/* PRODUCT INFO */

#product_left {
	font-size: 11px;
	float: left;
	text-align: center;
	margin: 10px 0 0 10px;
}

#product_left #main_image {
	width: 256;
	border: 1px solid #b9b9b9;
	background: #f1f1f1;
	float: left;
	margin: 0 10px 10px 0;
}

#product_left #main_image img {
	width: 150px;
	margin: 10px;
}

#product_left #thumbs {
	width: 266px;
	clear: left;
	margin-bottom: 10px;
}

#product_left #thumbs div {
	float: left;
	border: 1px solid #dadada;
	background: #f1f1f1;
	margin: 0 6px 6px 0;
}

#product_left #thumbs img {
	margin: 3px;
}

#product_right {
	font-size: 11px;
	float: left;
	margin: 10px 0 0 0;
}

#product_right #files {
	border: 1px solid #b9b9b9;
	background: #f1f1f1;
	clear: left;
}

#product_right #files {
	list-style: none;
}

#product_right #price_and_info {
	width: 256px;
	border: 1px solid #b9b9b9;
	background: #f1f1f1;
}

#product_right #price_and_info li {
	width: 10px;
}

#product_right #price_and_info dl {
	margin: 10px;
}

#product_right #price_and_info dt {
	font-weight: bold;
}

#product_right #price_and_info dd {
	margin: 5px 5px 5px 50px;
}

#product_right #price_and_info #basketform ul {
	padding-left: 0;
	margin-left: 10px;
}

#product_right #price_and_info #basketform label, #product_right #price_and_info #basketform select {
	display: block;
	clear: left;
}

#product_right #price_and_info #basketform li {
	display: inline;
	width: auto;
}

#product_right #price_and_info #id_aantal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 30px;
	border: 1px solid #496082;
	height: 15px;
	margin: 3px 0;
	vertical-align: center;
	padding: 0 3px 2px 3px;
}

#product_right #price_and_info label {
	width: auto;
	padding-top: 4px;
	margin-right: 5px;
	height: 20px;
}

#product_right #price_and_info #basket {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background: #496082;
	line-height: 15px;
	height: 15px;
	color: #fff;
	width: 120px;
	padding: 0 5px;
	border: none;
	margin: 3px 0;
	cursor: pointer;
}

#product_right #object_description {
	width: 256px;
}

#staffel #min {
	width: 30;
	text-align: left;
}

#staffel #between {
	width: 10;
}

#staffel #max {
	width: 40;
	text-align: left;
}

#staffel #price {
	width: 30;
	text-align: left;
}

/* XXX Degene die dit css gemaakt heeft moet even kijken of hij deze oplossing 
 * voor de styling van de tables wenselijk vindt */
#staffel {
	clear: both;
}

#staffel th {
	font: bold 12px Arial, Helvetica, sans-serif
}

#staffel, #attributes td {
	font: normal 12px Arial, Helvetica, sans-serif
}

#object_description {
	float: left;
	width: 520px;
	margin: 10px 0;
}

/* CATEGORY DISPLAY */
#products {
	padding: 0 10px;
	float: left;
}
.product {
	/*width: 185px;*/
	width: 555px;
	height: 175px;
	float: left;
	border: 1px solid #b9b9b9;
	margin-bottom: 20px;
	padding: 1px;
	font-size: 11px;
	background: #f1f1f1;
}

.product .wrapper {
	padding: 10px;
}

.product h3 {
	font-size: 12px;

	font-weight: bold;
	background: #5b8fb4;
	line-height: 21px;
	margin: 0;
	padding: 2px 10px;
	height: 21px;
	overflow: hidden;
}

.product h3 a {
	color: #fff;
	text-decoration: none;
}

.product .img {
	height: 130px;
	width: 185px;
	float: left;
	overflow: hidden;
}

.product.even .img {
	float: right;
}
.product.even .basket, .product.even .price {
	float: left;
}

.product .img img {
	border: 0;
	padding: 0;
	margin: 0;
	/*margin-left: -50%;*/
	height: 100%;
}

.product .product_info {
	float: left;
	width: 340px;
	padding: 0 5px;
}

.product .short_description {
	height: 90px;
	overflow: hidden;
}

.product .price {
	background: #000;
	height: 15px;
	line-height: 15px;
	margin-bottom: 10px;
	color: #fff;
	padding: 0 5px;
	width: 150px;
	float: right;
}

#commit .basket_menu .basket_menu_item {
	float: left;
	clear: none;
	margin-left: 10px;
	width: 100px;
}

#commit .basket_menu #right {
	float: right;
}

#commit .basket_menu .basket_menu_item a {
	cursor: pointer;
}

.product .basket, .basket_menu .basket_menu_item {
	font-size: 11px;
	text-align: center;
	background: #496082;
	line-height: 15px;
	height: 15px;
	color: #fff;
	width: 150px;
	float: right;
	padding: 0 5px;
	clear: both;
}

.product .basket a , .basket_menu .basket_menu_item a{
	color: #fff;
	text-decoration: none;
}

#basketproducts img, #searchresults img {
	width: 50px;
}

#basketproducts, #addressbook, #searchresults, #orderlist {
	text-align: center;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(185, 185, 185);
}

#basketproducts td, #addressbook td, #searchresults td {
	vertical-align: top;
	font-size: 11px;
}

#orderlist td {
	vertical-align: top;
	text-align: left;
	font-size: 11px;
}

#basketproducts th, #addressbook th, #searchresults th, #orderlist th {
	background-color: rgb(91, 143, 180);
	color: rgb(255, 255, 255);
	font-size: 12px;
}

#searchresults th a {
	color: rgb(230, 230, 230);
}

#searchresults td {
	text-align: left;
}

#basketproducts #commit input {
	width: 150px; 
}

#basketproducts input {
	width: 25px;
}

/** FORM **/
#inhoud form ul {
	list-style: none;
}

#inhoud form li {
	width: 500px;
	clear: both;
	list-style: none;
}

form label {
	width: 150px;
	float: left;
}

/** BASKETFORM **/
#basketform {
	clear: both;
}

#addressbook table {
	width: 100%;
}
