body, html {
	

font-size: 13px;
	color: #000000;
}
#logo {
	display: none;
}
h1 {
	display: block;
	margin: 0px; padding: 0px;

font-size: 13px;
}
h2 {
	display: block;
	margin: 0px; padding: 0px;
font-family: Arial, Verdana, sans-serif;
font-size: 10px;
}

.small {
	font-size: 9px;
    font-family: Arial, Helvetica, sans-serif;
}
.grey {
	color: #999999;
}


.bullet_done,
.bullet_todo {
	float: left;
	width: 8px;
	height: 8px;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0px;
	
	border: 1px solid #800000;
}
.bullet_done {
	background-color: #800000;
   
}

#fout {
    display: block;
	padding: 5px;
	color: #800000;
	border: 1px dotted #800000;
}
.whois {
	color: #800000;
}

#commentaar {
	border-top: 1px solid #800000;
	border-bottom: 1px solid #800000;
	width: 450px;
	padding: 10px;
}
#authcode {
	border: 1px solid #800000;
	width: 570px;
	padding: 10px;	
	
	font-size: 10px;
}

#voorwaarden {
	border-top: 1px solid #800000;
	border-bottom: 1px solid #800000;
	width: 670px;
	height: 150px;
	
	overflow: auto;
	background-color: #FDF2DF;
	padding: 10px;
}

#table_cart {
    font-size: 13px;
    width: 570px;
    margin: 0px;
}
#table_customer,
#table_payment_method {
	border: 0px;
	width: 570px;
    font-size: 13px;
}
#table_cart td,
#table_customer td,
#table_payment_method td {
	vertical-align: top;
}
#table_cart th{
	width: 450px;
    }
#table_customer th{
	text-align: left;
	font-size: 13px;
	
	border-bottom: 1px solid #800000;
}
#table_auth {
	border: 0px;
	width: 450px;
}
#table_auth th {
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	
}
#table_auth_payment,
#table_auth_payment td {
	border: 0px;
}

.table_border_top td{
	border-top: 1px solid #800000;
}
.table_right {
	text-align: right;
	padding-right: 10px;
}
.table_extra_info td{
	font-size: 10px;
	padding-left: 10px;
}
.customer_form input {
    font-size: 13px;
	width: 165px;
	margin-right: 20px;
}
.customer_form select {
	width: 171px;
    font-size: 13px;
}

#form_new_customer {
	float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
}
#form_existing_customer {
	float: left;
	display: none;
}
#form_invoice_customer {
	float: left;
	display: none;
    font-size: 13px;
}


