h2 {
	margin: 0;
	padding: 10px 0 10px;
}

.corner{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;
}

/* MESSAGE */

#message{
	background-color: #14263a;
	margin-bottom:10px;
	padding:30px;
}

#message h2{
	color: #dcdcdc;
	background-color:transparent;
	padding:0px;
}

#message p{
	color: #eee;
}

#message .button{
	margin-top:5px;
}

#message .button:hover{
}

/* FORM */

fieldset {
	border: none;
}

fieldset h1 {
	background-color: #2e4671;
	color: #fff;
	font-size: inherit;
	padding: 10px;
	text-shadow: none;
}

/* PANEL BLOKKEN */

#panel-blokken>article {
	margin-bottom: 20px;
}

#panel-persoonlijkegegevens .email{

}

/* LEVERTIJDEN */

.levertijd-icoon{
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 1px solid #000;
}

.klant-levertijd p{
	display: inline;
}

/* BESTELLINGEN */

.klant-bestelling{
	padding: 5px;
	margin-bottom: 3px;
	width: 505px;
	height: 40px;
}

.klant-bestelling:hover{
	background-color: #cddbec;
}

.klant-bestelling ul{
	float: left;
	width: 344px;
}

.klant-bestelling li{
	float: left;
	height: 40px;
	width: 40px;
	margin-left: 3px;
}

.klant-bestelling li img{
	height: 40px;
	width: 40px;
}

.klant-bestelling time{
	float: right;
	display:block;
	clear: right;
	width: 150px;

	text-align: right;
	font-size: 12px;
}

.klant-bestelling .button{
	float: right;
}

/* BESTELLING BEKIJKEN */

#orderDetails .left{
	display: inline-block;
	width: 100px;
}

#orderDetails time{
	display: inline-block;
	margin-bottom: 10px;
}

#orderDetails p{
	font-size: 12px;
}

#orderDetails .price, #orderProducts .price, .klant-betaling .price{
	text-align: center;
	font-size: 22px;
	color: #b36e87;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#orderProducts .product-info,
#pnl-recente-bestellingen .product-info {
	margin-bottom: 20px;
}

#orderProducts .product-info img,
#pnl-recente-bestellingen .product-info img{
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 15px;
}

#orderProducts .product-details,
#pnl-recente-bestellingen .product-details {
	height: 60px;
}

.product-details h3 {
	border-bottom: 1px solid #ddd;
}

#orderProducts .product-details h2 {
	background-color: #dcdcdc;
}

#orderProducts .product-details .details, #pnl-recente-bestellingen .product-details .details{
	margin-bottom: 5px;
}

#orderProducts .product-details p, #pnl-recente-bestellingen product-details p{
	margin-bottom: 0;
	font-size: 12px;
}

#orderProducts .amount, #pnl-recente-bestellingen .amount{
	font-size: 10px;
	margin-left: 5px;
}

#orderProducts .button, #pnl-recente-bestellingen .button{
	display: inline-block;
	width: auto;
	margin-left: 5px;
	white-space: nowrap;
}

#orderProducts .product-functies {
	float: right;
	width: 400px;
	text-align: right;
}

#pnl-recente-bestellingen .product-functies{
	float: right;
	text-align: right;
}

#orderProducts .product-functies .price {
	font-size: 12px;
}

#pnl-recente-bestellingen .product-functies .button {
	margin-top: 3px;
	text-align: center;
}

#orderProducts .amount,
#orderProducts .price,
#pnl-recente-bestellingen .amount,
#pnl-recente-bestellingen .price {
	text-align: left;
}

#orderProducts .product-functies h4,
#orderProducts .product-functies h4 a,
#pnl-recente-bestellingen .product-functies h4,
#pnl-recente-bestellingen .product-functies h4 a {
	font-size: 20px;
	color: #bbb;
	text-transform: none;
}

.product-comment{
	padding-top: 5px;
}

.frm-comment {
	background: #fff;
	padding: 20px;
	width: 400px;
}

.frm-comment textarea{
	width: 100%;
	height: 75px;
}

#pnl-recente-bestellingen .bestelling-product{
	padding: 20px;
}

#pnl-recente-bestellingen .bestelling-product:hover {
	background: #f3f3f3;
	color: #333;
}

/* BETALINGEN */

.klant-betaling {
	border-collapse: collapse;
}

.klant-betaling:hover{
	background: #f3f3f3;
	color: #333;
}

.klant-betaling .button{
	float: right;
}

.klant-betaling .price{
	text-align: right;
	float: left;
	width: 100px;
}

#pnl-betalingen table{
	border: 0;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
}

#pnl-betalingen .fixwidth{
	width: 20%;
}



/* VRAGEN */

#pnl-vragen textarea{
	width: 500px;
	height: 75px;
}

#pnl-vragen .button{
	margin: 0;
}

/* FACTUUR */

#factuur{
	font-size: 14px;
}

#factuur .left{
	display: inline-block;
	width: 110px;
}

#factuur header{
	padding: 20px;
}

#factuur #header-left{
	width: 60%;
	float: left;
}

#factuur #header-right{
	width: 40%;
	float: right;
}

#factuur #bedrijf-adres{
	float: left;
	margin-bottom: 10px;
}

#factuur #factuurgegevens{
	float: left;
	clear: left;
}

#factuur figure{
	float: right;
	margin-bottom: 20px;
}

#factuur figcaption{
	letter-spacing: 1px;
	color: #95BBEB;
	text-align: center;
}

#factuur #klant-adres{
	float: left;
	clear: right;
}

#factuur .product:hover {
	background-color: #f3f3f3;
	color: #333;
}

#factuur table .product td{
	padding: 2px 5px 2px;
}

#factuur table .right{
	padding-left: 5px;
	text-align: right;
	white-space: nowrap;
}

#factuur table .center{
	text-align: center;
}

#factuur table .extra{
}

#factuur table .small{
	width: 50px;
}

#factuur footer{
	border-top: 1px solid #eee;
	margin-top: 20px;
	padding-top: 20px;
}

#factuur #betaalinformatie{
	float: left;
	width: 49%;
}

#factuur #betaalinformatie .left{
	width: 75px;
}

#factuur #contactgegevens{
	float: right;
	text-align: right;
	width: 49%;
}

#kies-bank {
	background: #eee;
	padding: 20px;
}

.paymentmet{
	font-size: 12px;
	margin-left: 25px;
	color: #060;
}

.bank img {
	padding: 2px;
	max-height: 24px;
	background-color: #ffffff;
	border: 2px solid #ffffff;
}

.bank img:hover{
	border: 2px solid #2e4671;
}
.bank {
	display: inline-block;
	margin-right: 10px;
}

/* FORGOT PASSWORD */

#pnl-forgot-password .button{
}

#askQuestionForm {
	background: #fff;
	padding: 20px;
	width: 400px;
}

#askQuestionForm textarea {
	width: 100%;
}

.invoiceTable {
	border-collapse: collapse;
	width: 100%;
}

.invoiceTable th, .invoiceTable td {
	border: 1px solid #ddd;
	padding: 5px;
}

.invoiceTable th {
	background: #eee;
}