/* BEGIN ORIGINEEL BESTELLEN.CSS */

body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

	margin:	0px;

	height:	100%;
	width:	100%;
	text-align:	center;
	background-image: url('http://www.foxxl.nl/images/bg.png');
}
#logo {
	display: none;
}
h1 {
	display: block;
	margin: 0px; padding: 0px;
	font-size: 16px;
}
h2 {
	display: block;
	margin: 0px; padding: 0px;
	font-size: 12px;
}

.small {
	font-size: 9px;
}
.grey {
	color: #999999;
}
#formulier {
	text-align:	left;
	width: 760px;
	margin:	10px;
}
#stappen {
	
	right: 5px;
	top: 5px;
	
	width: 200px;
	height: 15px;
	line-height: 15px;

	text-align: right;
	font-weight: bold;
}
.stappen {
	float: left;
	margin-right: 10px;
}
.bullet_done,
.bullet_todo {
	float: left;
	width: 13px;
	height: 13px;
	margin-right: 5px;
	
	font-size: 0px;
	
	border: 1px solid #F58020;
}
.bullet_done {
	background-color: #F58020;
}

#fout {
	display: block;

	padding: 5px;
	margin-bottom: 8px;

	color: #FF0000;
	border: 1px dotted #FF0000;
}
.whois {
	color: #F58020;
}

#commentaar {
	border-top: 1px solid #F58020;
	border-bottom: 1px solid #F58020;
	width: 670px;
	padding: 10px;
}
#authcode {
	border: 1px solid #F58020;
	width: 650px;
	padding: 10px;	
	
	font-size: 10px;
}

#voorwaarden {
	border-top: 1px solid #F58020;
	border-bottom: 1px solid #F58020;
	width: 670px;
	height: 150px;
	
	overflow: auto;
	background-color: #FDF2DF;
	padding: 10px;
}

#table_cart,
#table_customer,
#table_payment_method {
	border: 0px;
	width: 670px;
}
#table_cart td,
#table_customer td,
#table_payment_method td {
	vertical-align: top;
}
#table_cart th,
#table_customer th{
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	
	border-bottom: 1px solid #F58020;
}
#table_auth {
	border: 0px;
	width: 550px;
}
#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 #F58020;
}
.table_right {
	text-align: right;
	padding-right: 10px;
}
.table_extra_info td{
	font-size: 10px;
	padding-left: 10px;
}
.customer_form input {
	width: 165px;
	margin-right: 20px;
}
.customer_form select {
	width: 171px;
}

#form_new_customer {
	float: left;
}
#form_existing_customer {
	float: left;
	display: none;
}
#form_invoice_customer {
	float: left;
	display: none;
}

.button,
.lbutton {
	float: right;
	margin-right: 30px;
	
	width: 104px; 
	height: 22px; 
	line-height: 22px; 
	text-align: center; 
	background-image: url('button.gif'); 
	cursor: pointer;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	
}
.lbutton {
	float: left;
}
.button_large {
	float: right;
	margin-right: 30px;
	
	width: 200px; 
	height: 22px; 
	line-height: 22px; 
	text-align: center; 
	background-image: url('button_large.gif'); 
	cursor: pointer;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	
}

/* EINDE ORIGINEEL BESTELLEN.CSS */


/* Hyperlink opmaak */
a {
	color: #F58020;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* Tekst opmaak */
.grey {
	color: #f8af6e;
}

.middlegrey {
	color: #666666;
}

.darkgrey {
	color: #464646;
}

.small {
	font-size: 9px;
}




/*Vanaf hier Foxxl stylesheet */

#site {
margin:				15px auto;
border:				2px solid #ccc;
width:				800px;
background-color:	white;
font:				10pt Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif;
}
#headerfoxxl {
margin:				0px auto;
text-align:			left;
height:				100px;
width:				760px;
border-bottom:		5px solid #f8af6e;
padding-top:		15px;
}
#contentfoxxl {
margin:				0px auto;
text-align:			center;
min-height:			600px;
width:				760px;
padding:			10px 20px;
display:			table-cell;
}
#footerfoxxl {
margin:				0px auto;
padding:			5px;
width:				760px;
color:				#999;
border-top:			1px solid #ddd;
text-align:			left;
font-size:			8pt;
}
#logofoxxl {
float:				right;
}

#headertext {
float:				left;
padding-left:			310px;
padding-top:			50px;
font-size:				16pt;
font-weight:			none;
}

#validatorfoxxl {
float:				right;
}

/* Einde Foxxl Style /*
