@charset "utf-8";

html, body {
	width: 100%;
	height: 100%;
}

body {
	background: #fff url(../images/layout/bgbanner.jpg) no-repeat center -75px;
	margin: 0px;
}

body, select, td, th {
	font: 12px/19px Arial, sans-serif;
}
input{ font: 11px; }
a {
	color: #23408f;
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration: none;
}

a img {
	border: none;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

h2.module-title {
	margin: 20px 0px 10px 0px;
}

h3 {
	font-size: 14px;
	color: #094892;
	padding: 0px;
	margin: 15px 0px 0px 0px;
}

p {
	font-size: 12px;
	line-height: 19px !important;
}

#content { 
	overflow: auto; 
	background: transparent url(../images/layout/contentbg.png) repeat-y center top;
	width: 960px;
	margin: 0px auto;
	padding: 0px 10px;
}

#navleft { 
	float: left; 
	width: 245px; 
	padding: 5px; 
}

#main { 
	float: left;
	width: 490px;
}

#main.full-content {
	width: 670px !important;
}

#rightbar { 
	float: left; 
	width: 265px; 
	padding: 5px 11px 0px 0px;
	margin-top: 5px;
	background: transparent url(../images/layout/randbg.jpg) no-repeat right top;
	min-height: 330px;
}

.home-bar {
	margin: -5px 0px;
	padding: 15px 10px;
	background-color: #edeff6;
}

.home-bar h3 {
	color: #ef2d20;
	font-size: 14px;
	margin-top: 0px;
}

.home-bar ul {
	list-style-type: square;
	list-style-position: inside;
	padding: 0px 10px 10px 5px;
	margin: 5px 0px 20px 0px;
	border-bottom: 1px solid #ccc;
}

.home-bar ul li {
	padding: 0px;
	margin: 0px;
}

.home-bar ul li a {
	color: #212121;
	font-size: 11px;
	line-height: 15px;
	text-decoration: none;
}

.home-bar ul li a:hover,
.home-bar ul li a:focus {
	text-decoration: underline;
}

#producten {
	padding: 12px 8px 3px 12px;
	background-color: #d1d7ef;
	border-top: 1px solid #7384b4;
	border-bottom: 1px solid #7384b4;
}

#producten h2 {
	color: #23408f;
	margin-bottom: 10px;
}

#banners { margin-top: 15px; }
#banners img {
	display: block;
	margin-bottom: 5px;
}

#producten .searchString {
	border: none;
	padding: 1px 4px;
	color: #777;
	background-color: #fff;
	border: 1px solid #212121;
	width: 162px;
}

#producten .formButton {
	border: none;
	cursor: pointer;
	background-color: #212121;
	border: 1px solid #212121;
	color: #fcfcfc;
	margin-left: -10px;
}

#searchForm {
	margin: 0px 0px 15px 0px;
	padding: 0px
}

#searchForm input {
	font-size: 11px !important;
}

#producten ul {
	padding: 0px;
	margin: 10px -8px 0px -8px;
	list-style: none;
	background-color: #c6cce6;
}

#producten li.active a {
	font-weight: bold;
}

#producten ul li a {
	padding: 1px 8px;
	display: block;
	text-decoration: none;
}

#producten ul li.active a,
#producten ul li a:hover,
#producten ul li a:focus {
	background-color: #d1d7ef;
	color: #ef2d20;
}

#producten ul li.active a {
	border-top: 1px solid #9fa5be;	
	border-bottom: 1px solid #9fa5be;	
}

#producten ul ul li.active a {
	border-top: 1px solid #d1d7ef !important;
	border-bottom: 1px solid #d1d7ef !important;
}

#producten ul ul li.parent a {
	border-bottom-color: #bbb !important;
}

#producten ul ul ul li.active a {
	border: none !important;
}

#producten ul ul {
	margin: 0px;
	padding: 0px 5px 5px 5px;
}

#producten ul ul li a {
	margin: 0px -5px;
	padding: 1px 15px;
	background-color: #eaeefb;
}

#producten ul ul li.active a,
#producten ul ul li a:hover,
#producten ul ul li a:focus {
	background-color: #f5f7ff;
	color: #003f80;
}

#producten ul ul li a {
	font-size: 11px;
}

#producten ul ul ul li a {
	color: inherit;
	text-decoration: none;
	background-color: inherit;
	padding: 1px 25px;
}

#producten ul ul ul li.active a,
#producten ul ul ul li a:focus,
#producten ul ul ul li a:hover {
	background-color: transparent;
	font-weight: normal;
	color: #ef2d20;
	text-decoration: underline;
}

#producten ul ul ul {
	background: #fff url(../images/layout/menubg.png) repeat-x left top;
	border-bottom: 1px solid #d1d7ef;
	margin: 0px -5px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#producten ul ul ul ul {
	background-image: none;
	padding: 5px 0px 0px 15px;
	border-bottom: none;
	border-top: 1px solid #ccc;
	margin-top: 5px;
}

#topnav {
	padding-top: 3px;
	color: #23408F;
}

#topnav a {
	color: #23408F;
	text-decoration: none;
}

#topnav a:hover,
#topnav a:focus {
	color: #ee3b33;
}

#mainnav {
	background-color: #003f80;
	position: absolute;
	width: 100%;
	left: 20px;
	top: 130px;
	width: 949px;
}

#mainnav a {
	float: left;
	display: block;
	padding: 3px 12px;
	border-right: 1px solid #fff;
	color: #fff;
	text-decoration: none;
}

#mainnav a.actie-link {
	font-weight: bold;
}

#mainnav a.home-link {
	
}

#mainnav a.active {
	color: #003f80 !important;
	background-color: #fff !important;
}

#mainnav a:hover,
#mainnav a:focus {
	background-color: #1d62a8;
}

#mainnav .nav-shop {
	float: left;
}

#mainnav .nav-info {
	float: right;
	border-left: 1px solid #fff;
}

#mainnav .nav-info a {
	font-size: 11px;
}

#mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
}

#mainnav ul.parent li {
	float: left;
}

#mainnav ul.parent li ul {
	float: none;
	clear: both;
	position: absolute;
	width: 100%;
	top: 24px;
	left: 0px;
	background-color: #fff;
	border-bottom: 1px solid #003F80;
}

#mainnav ul.parent li ul li {
	float: left;
}

#mainnav ul.parent li ul li a {
	color: #003F80;	
}

#mainnav ul.parent li ul li a:hover,
#mainnav ul.parent li ul li a:focus {
	text-decoration: underline;
	background-color: #fff;
}

#mainnav ul.parent li ul li a.active {
	font-weight: bold;
}

#mainnav ul.right-menu {
	float: right;
}

#mainnav ul.right-menu li a {
	border-left: 1px solid #fff;
	border-right: none;
}

/* AANBIEDING BLOK */
.aanbieding-blok {
	background: #e0e8f8;
	float: left;
	font-size: 12px;
	width: 238px;
	margin: 0 5px 0 0;
	padding: 10px 5px 0 0;
	border-bottom: 5px solid #FFF;
}

.aanbieding-blok h2 {
/*	color: #343568;*/
	color: #094892;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 5px 10px;
}

.aanbieding-blok img {
	float: left;
	margin: 0 10px;
}

.aanbieding-blok a:link, .aanbieding-blok a:visited {
	border: 1px solid #D2232A;
	background: #FFF url(../images/layout/prijs-link-rood.gif) no-repeat right;
	font-weight: bold;
	color: #D2232A;
	font-size: 14px;
	margin: 10px 0 0 0;
	float: right;
	width: 96px;
	padding: 3px 24px 3px 0;
	text-decoration: none;
	text-align: center;
}

.aanbieding-blok a:hover,
.aanbieding-blok a:focus {
	text-decoration: underline;
}

/* WINKELMAND */
.winkelmand {
	float: left;
	width: 243px;
}

.winkelmand-items {
	background: #fbf3cc;
	width: 223px;
	float: left;
	padding: 10px;
	border-bottom: 5px solid #FFF;
}

.winkelmand-items img {
	margin: 0 1px;
}

.winkelmand-items span {
	margin: 10px 0 0 0;
	float: left;
	color: #000;
	font-size: 14px;
}

.winkelmand-items span b {
	font-size: 13px;
}

.winkelmand-items .prijs {
	float: right;
	background: #FFF;
	border: 1px solid #094892;
	margin: 5px 0 0 0;
	padding: 3px 0;
}

.winkelmand-items .prijs a:link, .winkelmand-items .prijs a:visited {
	background: url(../images/layout/prijs-link.gif) no-repeat right;
	font-weight: bold;
	color: #094892;
	font-size: 12px;
	padding: 5px 24px 5px 5px;
	text-decoration: none;
	text-align: center;
}

.winkelmand-items .prijs a:hover,
.winkelmand-items .prijs a:focus {
	text-decoration: underline;
}

/* NIEUWS */
#nieuws {
	padding: 0px;
	margin: 0px;
}

#nieuws h3 {
	color: #23408f;
	margin: 5px 0px;
}

#nieuws h3 a {
	color: #23408f;
}

#nieuws small {
	display: block;
	color: #888;
	font-size: 11px;
	margin: 0px 0px 5px 0px;
}

#nieuws .hr {
	margin: 10px 0;
	background: #6e8db2;
	height: 1px;
}

.nieuws-item {
	margin: 0px;
	padding: 5px 0px;
	border-bottom: 1px solid #ddd;
	/*background-color: #dbdfed;*/
	overflow: auto;
}

.alt-news {
	/*background-color: #bec4dd;*/
}

.nieuws-item a.read-more {
	color: #ef2d20;
	float: right;
}

.nieuws-item a:hover,
.nieuws-item a:focus {
	text-decoration: none;
}

/* HOME CONTENT BOXEN */
.row {
	overflow: auto;
	margin-bottom: 5px;
}

.content {
	float: left;
	border-bottom: 1px solid #ccc;
	margin-right: 2px;
	width: 200px;
}

.content p {
	font-size: 11px;
	margin: 0px !important;
	padding: 5px !important;
	overflow: auto;
}

.content h3 {
	color: #ef2d20;
	padding: 5px;
	margin: 0px !important;
}

.content a {
	background-color: #ef2d20;
	text-decoration: none;
	color: #fff;
	padding: 0px 3px;
	margin: 0px -3px -4px -4px;
	font-size: 11px;
	float: right;
}

.highlight h3 {
	background-color: #003f80;
	color: #fff;
}

.highlight p {
	background-color: #ffe292;
}

.content-tekst {
	background: #e0e8f8;
	float: left;
	width: 137px;
	padding: 10px;
}

.content-tekst a.readmore:link, .content-tekst a.readmore:visited {
	background: #fff url(../images/layout/prijs-link.gif) no-repeat right;
	border: 1px solid #094892;
	margin: 10px 0 0 0;
	float: right;
	padding: 3px 24px 3px 6px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}

.content-tekst a.readmore:hover,
.content-tekst a.readmore:focus {
	text-decoration: underline;
}

.content-image {
	background: #FFF;
	width: 234px;
	float: left;
	margin: 0 5px 0 5px;
}

.content-title {
	background-color: #094892;
	color: #FFF;
	height: 35px;
	left: 0;
	padding: 5px 0 0 0;
	margin: 0 0 0 5px;
	width: 234px;
	bottom: 0;
	position: absolute;
	text-align: center;
}

.title-right {
	left: 157px;
	right: 0;
	margin: 0 0 0 5px;
}

.geel {
	background: url(../images/layout/content-geel.gif) repeat-y right;
}

.geel h3 {
	color: #000;
}

.geel-titel {
	color: #000;
	background: #FFCB08;
}

.hr {
	height: 1px;
	background: #CCC;
	width: 400px;
	margin: 20px 0 20px 5px;
	float: left;
}

/* KLANTINLOG */
#login {
	float: left;
	padding: 10px;
	font-size: 11px;
	border-bottom: 10px solid #FFF;
	width: 224px;
}

#login form {
	float: left;
}

#login form label {
	float: left;
	width: 70px;
	margin: 0 0 0 15px;
	padding: 3px 0;
}

#login form input {
	margin: 1px 5px 0 5px;
	padding: 2px 0 0 5px;
	border: 1px solid #094892;
	height:15px;
	color: #999;
	font-size: 1em;
}

#login form input#loginBtn {
	height: 24px;
	font-size: 1.2em;
	color: #094892;
	font-weight: bold;
	padding: 0px 24px 3px 0;
	margin: 10px 0 0 5px;
	border: 1px solid #094892;
	background: #FFF url(../images/layout/prijs-link.gif) no-repeat right;
}

#login form input#loginBtn:hover,
#login form input#loginBtn:focus {
	color: #666;
}

/* CONTAINER */
#container {
	width: 1000px;
	margin: 0 auto;
}

/* CONTAINER BIG (zonder SIDEBAR-RIGHT */
#containerBig {
	width: 960px;
	margin: 0 auto;
	background: url(../images/layout/bg-big.gif) repeat-y 50% 0;
}

html > body #container, html > body #containerBig {
	height: auto;
}

/* HEADER */
#header {
	height: 155px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	background: transparent url(../images/layout/contenttopbg.png) no-repeat center 118px;
}

#topnav {
	width: 960px;
	margin: 0px auto;
	text-align: right;
}

#topmenu a:link, #topmenu a:visited {
	color: #092B67;
	text-decoration: underline;
}

#topmenu a:hover,
#topmenu a:focus,
#topmenu a.active {
	text-decoration: none;
}

/* SIDEBAR-LEFT */
#sidebar-left {
	margin: 0 0 5px 20px;
	width: 206px;
	float: left;
	/* min-height: 200px; FIX IVM OPENKLAPPEN SEARCH (ALS MENU KLEIN IS) */
}

/*#sidebar-left UL
{
	list-style: none;
	margin: 5px 0 0 5px;
}
#sidebar-left UL UL
{
}
#sidebar-left LI
{
	width: 191px;
	float: left;
}
#sidebar-left UL LI A:LINK, #sidebar-left UL LI A:VISITED
{
	background: #A0B6DE;
	padding: 3px 0 3px 3px;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
	display: block;
	color: #092b67;
}
#sidebar-left UL LI UL LI A:LINK, #sidebar-left UL LI UL LI A:VISITED
{
	text-decoration: none;
	color: #000;
	padding: 3px 0 3px 5px;
}
#sidebar-left UL LI A:HOVER, #sidebar-left UL LI UL LI A:HOVER, #sidebar-left UL LI.active A, #sidebar-left UL LI UL LI.active A
{
	background: #E9EEF8;
}*/

#sidebar-left ul {
	list-style: none;
	margin: 5px 0 0 5px;
}

#sidebar-left ul ul {
	clear: both;
	margin: 0 0 0  15px;
}

#sidebar-left li {
	float: left;
	width: 100%;
	clear: both;
}

#sidebar-left ul li a:link, 
#sidebar-left ul li a:visited {
	background: #A0B6DE;
	padding: 3px;
	text-decoration: underline;
	display: block;
	color: #23408F;
}

#sidebar-left ul li ul li a:link, 
#sidebar-left ul li ul lu a:visited {
	text-decoration: underline;
	color: #000;
	padding: 3px 5px;
}

#sidebar-left ul li.active a:link, 
#sidebar-left ul li.active a:visited, 
#sidebar-left ul li ul li.active a:link, 
#sidebar-left ul li ul li.active a:visited {
	color: #c90008;
}

#sidebar-left ul li a:hover, 
#sidebar-left ul li a:focus, 
#sidebar-left ul li ul li a:hover,
#sidebar-left ul li ul li a:focus {
	text-decoration: none;
	color: #c90008;
}

/* SEARCH */
/* RODE BALK ZONDER ZOEKEN */
#box-red {
	width: 673px;
	float: left;
	margin: 0 0 0 36px;
	height: 22px;
	background: #d2232a;
	color: #FFF;
	font-size: 14px;
	padding: 2px 0 2px 4px;
	border-bottom: 5px solid #FFF;
}

/* MAIN */
#main {
	width: 409px;
	float: left;
	padding: 15px 10px;
}

#main h2 {
	color: #ef2d20;
}

#main h3 {
	font-size: 14px;
}

#main-content-big {
	width: 641px;
	background: #FFF;
	float: left;
/*	margin: 5px 5px 0 10px;*/
	margin: 0 0 0 10px;
}

#main-content {
	width: 393px;
	float: left;
	margin: 5px 5px 0 10px;
}

#main-content ul, 
#main-content ol, 
#main ul, 
#main ol {
	margin: 3px 0 3px 26px;
}

#main-content p, #main p {
	margin: 7px 0;
	line-height: 16px;
}

#main-content table, #main table {
	border-collapse: collapse;
}

#main-content table tr th, 
#main table tr th {
	background: #A0B6DE;
	color: #FFF;
	padding: 4px;
	border: 1px solid #A0B6DE;
}

#main-content table tr td, 
#main table tr td {
	padding: 3px;
	border: 1px solid #A0B6DE;
}

table#tabel-simpel {
	border-collapse: collapse;
}

table#tabel-simpel tr th {
	background: #A0B6DE;
	color: #FFF;
	padding: 2px;
	border: none;
}

table#tabel-simpel tr td {
	padding: 1px;
	border: none;
}

#main-content img {
	margin: 7px;
}

#main-content #cms-img-1 {
	float: right;
}

/* SIDEBAR RIGHT */
#sidebar-right {
	float: left;
	width: 243px;
}

#sidebar-right .menu-header {
	width: 243px;
	float: left;
	border-top: 10px solid #FFF;
}

#sidebar-right .menu-header h2 {
	padding: 6px 0 6px 7px;
	float: left;
	font-size: 13px;
}

#sidebar-right #productimage {
	border-bottom: 10px solid #FFF;
	width: 243px;
}

#cms-content {
/*	background: #e0e8f8;*/
	background: #FBF3CC;
	padding: 10px;
	width: 223px;
}

/* HUISSTIJL ELEMENTEN */
#huisstijl-element-left {
	background: url(../images/layout/huisstijl-element-left.gif) no-repeat;
	width: 26px;
	float: left;
	height: 300px;
	margin: -150px 0 0 5px;
}

#huisstijl-element-right {
	background: url(../images/layout/huisstijl-element-left.gif) no-repeat;
	width: 25px;
	float: left;
	height: 300px;
	margin: 0 0 0 5px;
}

/* PRODUCTEN */
#pages {
	width: 390px;
	margin: 10px 0;
	font-size: 13px;
	text-align: center;
}

.product {
	float: left;
	width: 370px;
	background: #E0E8F8;
	margin: 0 0 5px 0;
	padding: 10px;
}

.donker {
	background: #A0B6DE;
}

#main-content .product img {
	float: left;
	padding: 0;
	margin: 0;
	border: 2px solid #A0B6DE;
}

.product-content {
	float: left;
	width: 256px;
	padding: 5px;
	margin: 0 0 0 5px;
}

.product-content h2 {
/*	color: #343568;*/
	color: #094892;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}

.product-content table {
	float: right;
}

#main-content .product-content table tr td {
	border: none;
	padding: 3px;
	vertical-align: bottom;
}

#main-content .product-content table tr td.table-left {
	width: 60px;
}

.productPrice {
	font-size: 1.5em;
	font-weight: bold;
	color: #172E99;
}

/* PRODUCT INFO */
#terugOverzicht {
	float: left;
	margin: 10px 0 20px 0;
	width: 390px;
}

#terugOverzicht a:link, #terugOverzicht a:visited {
	background: url(../images/layout/terugnaaroverzicht.gif) no-repeat left;
	padding: 3px 4px 3px 24px;
/*	border: 1px solid #343568;*/
	border: 1px solid #094892;
	text-decoration: none;
	font-weight: bold;
}

#terugOverzicht a:hover,
#terugOverzicht a:focus {
	text-decoration: underline;
}

#product-info {
	margin: 0 0 0 5px;
}

#product-info h2 {
	font-weight: bold;
}

#product-info h3 {
	padding: 10px 0 5px 0;
}

#product-info img {
	margin: 0;
	float: right;
}

#product-info table {
	margin: 5px 0 5px 0px;
	width: 100%;
}

#product-info table tr td {
	padding: 5px 10px;
}

#product-info table tr td.firstRow {
	width: 100px;
}

#product-info table tr td span {
	font-size: 14px;
/*	color: #343568;*/
	color: #094892;
	font-weight: bold;
}

#product-info .bestelForm {
	width: 250px;
	margin: 10px 0 5px 25px;
}

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

.bestelForm input {
	width: 20px;
}

.bestelForm input.buttonBestel {
	background: url(../images/layout/prijs-link.gif) no-repeat right;
	padding: 1px 24px 1px 3px;
	font-size: 11px;
/*	border: 1px solid #343568;*/
	border: 1px solid #094892;
	width: auto;
/*	color: #343568;*/
	color: #094892;
	font-weight: bold;
}

.product-detail {
	float: left;
	width: 376px;
	border: 1px solid #CCC;
	padding: 10px 0;
	margin: 5px 0 0 0;
	padding: 7px;
}

.product-detail h2 {
	font-weight: bold;
	padding: 3px 0 7px 0;
}

.product-detail table {
	width: 370px;
}

.product-detail table .bestelForm {
	margin: 2px 0 0 0;
}

.product-detail #documtentatie {
	float: left;
}
.product-detail #documtentatie a:link,
.product-detail #documtentatie a:visited {
	width: 90px;
	text-decoration: none;
	text-align: center;
	float: left;
}

.product-detail #documtentatie a:hover,
.product-detail #documtentatie a:focus {
	text-decoration: underline;
}

.product-detail #documtentatie a img {
	margin: 0;
	padding: 0;
}

#productTechinfo {
	padding: 0px 5px 15px 0px;
	margin: 15px 10px 5px 5px;
}

#productTechinfo table {
	margin: 10px 0px 0px 0px;
	width:100%;
	background-color:#ffffff;
}

#productTechinfo table tr td {
	padding: 1px 10px 1px 0px;
	border:none;
	vertical-align:top;
}

#productTechinfo table tr th.onderdelenPlaatjes {
	font-size:11px;
	font-weight:normal;
}

#productTechinfo table tr th img {
	margin: 0;
}

#productTechinfo table tr th {
	border:none;
	background-color:#ffffff;
	color: #094892;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0px 10px 0px;
	text-align:left;
}

/* FOOTER */
#footer {
	clear: both;
	background: transparent url(../images/layout/contentbottombg.png) no-repeat center -30px;
	font-size: 11px;
	color: #777;
	width: 1000px;
	text-align: center;
	margin: 0 auto;
	padding-top: 15px;
}

#main .field {
	overflow: auto;
	padding-bottom: 10px;
}

#main .field div.float-field {
	float: left;
	margin-right: 10px;
}

#main .field label {
	display: block;
	font-weight: bold;
}

#main .field span label {
	display: inline;
	padding-right: 10px;
	font-weight: normal;
}

#main .field input.text {
	border: 1px solid #aaa;
}

#main .field input.text-small {
	width: 90px;
}

#main .field span {
	display: block;
}

#main .field label span {
	color: #aaa;
	font-weight: normal;
	display: inline;
}

#main .field span.field-error {
	color: #a80000;
}

#main div.buttons input {
	margin: 10px 0px 0px 0px;
	padding: 2px 10px;
	background-color: #000;
	color: #fff;
	border: 1px solid #000;
	cursor: pointer;
}

#main div.buttons input:hover,
#main div.buttons input:focus {
	background-color: #444;
}

.blok-uitgave {
	display: block;
	margin-bottom: 3px;
	overflow: auto;
	cursor: pointer;
}

.blok-noclick {
	cursor: default;
}

.blok-uitgave input,
.blok-uitgave div {
	float: left;
}

.blok-uitgave div { margin-left: 5px; }
.blok-uitgave span { display: block; }

/* Blok kleuren */
.blok-uitgave { background-color: #fafafa; }
.blok-uitgave-active { background-color: #eee; }

.blok-uitgave .blok {
	display: block;
	float: left;
	margin-left: 2px;
}

.blok-uitgave .faded {
	color: #666;
	font-size: 11px;
}

span.inline-notice-error {
	color: #a80000;
	font-size: 11px;
	display: inline;
}

.ui-tabs p {
	font-size: 11px;
	line-height: 16px !important;
}

.value-placeholder {
	color: #999;
}

form .formTextfield,
form .formTextarea {
	width: 355px;
	margin: 0px;
	border: 1px solid #aaa;
}

#formContact {
	margin-top: 10px;
}

form .formError {
	font-size: 11px;
	color: #a80000;
}

form .fieldError {
	border-color: #a80000;
}

li.home-button {
	background-color: #EF2D20;
}

#header a.home-link {
	display: block;
	height: 65px;
	left: 25px;
	position: absolute;
	top: 35px;
	width: 215px;
	opacity: 0.5;
}

#sitemap {
	list-style-type: square;
	margin-left: 0px !important;
	padding-left: 20px;
}

#sitemap ul {
	margin-left: 0px;
	padding-left: 20px;
}

#toebehoren,
#uitvoeringen {
	width: 100%;
	margin-bottom: 15px;
	border-top: 1px solid #ccc;
}

#toebehoren thead th,
#uitvoeringen thead th {
	background-color: #eee;
	color: #444;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding: 3px;
}

#toebehoren tbody tr td,
#uitvoeringen tbody tr td {
	border-bottom: 1px solid #ccc;
	padding: 5px 2px;
	font-size: 11px;
}

#toebehoren tbody tr td strong br,
#uitvoeringen tbody tr td strong br {
	display: none;
}

#toebehoren tbody tr.active td,
#uitvoeringen tbody tr.active td {
	background-color: #f3f3f3;
}

#toebehoren tbody tr td input[type=text],
#uitvoeringen tbody tr td input[type=text] { 
	font-size: 11px;
	border: 1px solid #bbb;
	padding: 2px;
	margin: -1px 0px;
}

#uitvoeringen tbody tr.order-row td {
	border: none;
	padding-top: 15px;
	background-color: transparent;
}

#uitvoeringen tbody tr.order-row td input {
	border: 1px solid #000;
	background-color: #23408F;
	color: #fff;
	padding: 4px 15px;
	font: 11px Arial;
	font-weight: bold;
	cursor: pointer;
}


/* Winkelmandje */
#voortgang {
    width: 100%;
    margin-bottom: 20px;
}
table#voortgang tr td{
	border: 0px none;
	border-collapse: collapse;
	padding-left: 0px;
	padding-right: 0px;
}
#voortgang td {
    width: 25%;
}
#voortgang img {
    width: 100%;
}
#winkelmandjeOverzicht {
}
#winkelmandjeOverzicht h2 {
	color: #094892;
}
#winkelmandjeOverzicht table {
    width: 100%;
    border-collapse: collapse;
}
#winkelmandjeOverzicht table tbody tr td{
	border-width: 0 0 1px 0;
}
#winkelmandjeOverzicht table thead th {
    background: #003F80;
    color: #FFF;
    padding: 2px 5px;
}
#winkelmandjeOverzicht table tbody td {
    background: #fff;
    border-bottom: 1px solid #999;
    padding: 5px;
    text-align: right;
}
#winkelmandjeOverzicht table tbody td.accent {
    /*background: #D1D7EF;*/
	border-width: 0 0 1px 0;
}
#winkelmandjeOverzicht table tfoot td {
    background: #EDEFF6;
    text-align: right;
    padding-right: 0px;
	border-width: 0 0 0 0;
}
#winkelmandjeOverzicht table tfoot td.td-lijn{
	border-color: #999;
	border-width: 0 0 1px 0;
}

#winkelmandjeOverzicht form input.verwijder{
	background: #23408F;
	font-weight: bold;
	color: #fff;
	border: 1px solid black;
	cursor: pointer;
	padding: 3px 6px;
}
.button{
	background-color: #23408F;
	font: normal normal normal 11px/normal Arial;
	font-weight: bold;
	color: #fff;
	border: 1px solid black;
	cursor: pointer;
	text-decoration: none;
	padding: 4px 15px;
}
#main.full-content table.tblForm tbody tr td{
	border: none;
	border-collapse: collapse;
}
#main.full-content table.tblForm tbody tr td.rand{
	border: 1px solid #A0B6DE;
	border-collapse: collapse;
	padding: 5px 15px;
	vertical-align: top;
}

table.tblForm input,
table.tblForm select,
table.tblForm textarea,
table.tblForm button{
	font-size: 11px;
	border: 2px solid #A0B6DE;
	padding: 4px 2px;
}
table.tblForm label{
	vertical-align:top!important;
}
table.tblForm input {
	margin: 1px 0px;
}
#winkelmandjeOverzicht form#paymentForm input,
#winkelmandjeOverzicht form#paymentForm span{
	margin-top: 10px;
}
#winkelmandjeOverzicht form#paymentForm span{
	margin-left: 5px;
}
