/* CSS stylesheet for form */
#formulier{
	width: 98%;
}

p a {
	color: #777777;
}

p.right {
	text-align: right;
	margin-right: 25px;
}

p.right a {
	text-decoration: none;
	font-weight: bold;
}

a.radioLabel {
	text-decoration: none;
}

h3.toggler{
	color: #A2A2A2;
	border: 1px solid #EBECEB;
	background-color: #F8F8F8;
	margin: 1px 0px;
	padding: 4px 4px;
	cursor: pointer;
	font: bold 13px Verdana, Arial, sans-serif;
}

h4 {
	font: bold 16px Verdana, Arial, sans-serif;
	color: #777777;
}

P.errortext{
	margin-left: 60px;
	color: #FC544B;
	font-weight: bold;
}

input.btn{
	border: 1px solid #D3D3D3;
	background-color: #F8F8F8;
	color: #606060;
	width: 85px;
}

.textarea{
	width: 455px;
	font: normal 11px Arial, sans-serif;
	color: #000000;
	padding-right: 5px;
	border: 1px solid #AEB2B3;
	border-bottom: 1px solid #DBDFDE;
}

/* Laden */
table.laden {
	margin-left: 60px;
	border-collapse: collapse;		
}

table.laden td input{
	border: 1px solid #AEB2B3;
	border-bottom: 1px solid #DBDFDE;
}

table.laden td.submit{
	text-align: center;
}

table.laden td.submit input{
	border: 1px solid #D3D3D3;
	background-color: #F8F8F8;
	color: #606060;
	width: 85px;
}

/* Products */
table.products {
	width: 100%;
	border-collapse: collapse;
}

table.products th{
	background-color: #A5BCC7;
	padding: 1px 4px 1px 4px;
	color: #FFFFFF;
	font: normal 11px Arial, sans-serif;
}

table.products td.product{
	border-left: 1px solid #EFF4F6;
	border-bottom: 1px solid #EFF4F6;
	padding: 12px 4px 7px 4px;
	width: 190px;
	font: normal 11px Arial, sans-serif;
	color: #000000;
}

table.products td.info{
	border-right: 1px solid #EFF4F6;
	border-bottom: 1px solid #EFF4F6;
}

table.products td.prijs_excl {
	border-right: 1px solid #EFF4F6;
	border-bottom: 1px solid #EFF4F6;
	padding: 12px 4px 7px 4px;
	text-align: right;
	font: normal 11px Arial, sans-serif;
	color: #000000;
	width: 89px;
}

table.products td.prijs_incl {
	border-right: 1px solid #EFF4F6;
	border-bottom: 1px solid #EFF4F6;
	padding: 12px 4px 7px 4px;
	text-align: right;
	font: normal 11px Arial, sans-serif;
	color: #969696;
	width: 89px;
}

table.products td.aantal {
	border-right: 1px solid #EFF4F6;
	border-bottom: 1px solid #EFF4F6;
	width: 111px;
	padding: 12px 4px 7px 4px;
}

table.products td.aantal input{
	width: 25px;
	height: 18px;
	text-align: right;
	padding-right: 5px;
	border: 1px solid #AEB2B3;
	border-bottom: 1px solid #DBDFDE;
	float: left;
}

table.products td.verder {
	text-align: center;
}

table.products td.verder input {
	border: 1px solid #D3D3D3;
	background-color: #F8F8F8;
	color: #606060;
	width: 85px;
}

/* Factuur */
#factuur_login {
	display: block;
}
#factuur_compleet{
	visibility: visible;
}

table.factuur {
	width: 100%;
	border-collapse: collapse;
}

table.factuur td{
	border-bottom: 1px solid #EFF4F6;
}

table.factuur td.label{
	border-left: 1px solid #EFF4F6;
	padding: 12px 4px 7px 4px;
}

table.factuur td.info{
	border-right: 1px solid #EFF4F6;
	width: 15px;
}

table.factuur td input{
	border: 1px solid #AEB2B3;
	border-bottom: 1px solid #DBDFDE;
	width: 180px;
}

table.factuur td input.wachtwoord{
	width: 130px;
	border: 1px solid #D3D3D3;
	background-color: #F8F8F8;
	color: #606060;
	font-size: 10px;
	height: 20px;
}

table.factuur td.submit{
	text-align: center;
}

table.factuur td.submit input{
	width: 130px;
	border: 1px solid #D3D3D3;
	background-color: #F8F8F8;
	color: #606060;
}

table.factuur td input.nr{
	width: 30px;
}

table.factuur td input.extension{
	width: 50px;
}

table.factuur td input.postcode{
	width: 58px;
}

table.factuur td.verder {
	text-align: center;
	border: none;
}

table.factuur td.verder input {
	border: 1px solid #D3D3D3;
	background-color: #F8F8F8;
	color: #606060;
	width: 85px;
}

table.factuur td.noborder{
	padding: 12px 4px 7px 4px;
	border: none;
}

/* Afleveradres */
table.aflever {	}

table.aflever td{
	border-bottom: 1px solid #EFF4F6;
}

table.aflever td.label{
	border-left: 1px solid #EFF4F6;
	padding: 12px 4px 7px 4px;
}

table.aflever td.info{
	border-right: 1px solid #EFF4F6;
	width: 15px;
}

table.aflever td input{
	border: 1px solid #AEB2B3;
	border-bottom: 1px solid #DBDFDE;
	width: 180px;
}

table.aflever td input.nr{
	width: 30px;
}

table.aflever td input.extension{
	width: 50px;
}

table.aflever td input.postcode{
	width: 58px;
}

table.aflever td select.selectbox{
	border: 1px solid #D3D3D3;
	width: 180px;

}

table.aflever td.verder {
	text-align: center;
	border: none;
}

table.aflever td.verder input {
	border: 1px solid #D3D3D3;
	background-color: #F8F8F8;
	color: #606060;
	width: 85px;
}

input.verder {
	border: 1px solid #D3D3D3;
	background-color: #F8F8F8;
	color: #606060;
	width: 85px;	
}
	
table.offertemandje {
	width: 100%;
	border-collapse: collapse;
}

table.offertemandje th.aantal{
	width: 35px;
	background-color: #A5BCC7;
	padding: 1px 4px 1px 4px;
	color: #FFFFFF;
	font: normal 11px Arial, sans-serif;
}

table.offertemandje th.omschrijving{
	background-color: #A5BCC7;
	padding: 1px 4px 1px 4px;
	color: #FFFFFF;
	font: normal 11px Arial, sans-serif;	
}

table.offertemandje th.prijs{
	background-color: #A5BCC7;
	padding: 1px 4px 1px 4px;
	color: #FFFFFF;
	font: normal 11px Arial, sans-serif;
}

table.offertemandje th.totaal{
	background-color: #A5BCC7;
	padding: 1px 4px 1px 4px;
	color: #FFFFFF;
	font: normal 11px Arial, sans-serif;
}

table.offertemandje td.aantal {
	text-align: center;
	padding: 5px 4px 5px 4px;
}

table.offertemandje td.omschrijving {
	padding: 5px 4px 5px 4px;	
}

table.offertemandje td.prijs{
	text-align: right;
	padding: 5px 4px 5px 4px;
}

table.offertemandje td.totaal{
	text-align: right;
	padding: 5px 4px 5px 4px;
}

table.offertemandje td.subtotaal{
	border-top: 1px solid #A5BCC7;
	text-align: right;
	padding: 5px 4px 5px 4px;
}

.center {
	text-align:center;
}
	
/* CSS stylesheet for info */
.info-tip {
	color: #FFF;
	width: 190px;
	z-index: 13000;
}

.info-title {
	background-color: #C62D06;
	border: 1px solid #FC544B;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	text-align: left;
}
	 
.info-text {
	background-color: #FFFFFF;
	border: 1px solid #EBECEB;
	color: #000000;
	font-size: 11px;
	padding: 4px 8px 8px;
	text-align: left;
}


a.button_plus{
	background: url(../../images/pingpongtafel/knop_plus.gif) no-repeat left top;
	width: 30px;
	height: 24px;
	display: block;
	float: left;

}
a.button_plus:hover{
	background: url(../../images/pingpongtafel/knop_plus_hover.gif) no-repeat left top;

}

a.button_min{
	background: url(../../images/pingpongtafel/knop_min.gif) no-repeat left top;
	width: 30px;
	height: 24px;
	display: block;
	float: left;
	
}

a.button_min:hover{
	background: url(../../images/pingpongtafel/knop_min_hover.gif) no-repeat left top;

}

a.button_printofferte{
	background: url(../../images/pingpongtafel/knop_printofferte.gif) no-repeat left top;
	width: 96px;
	height: 34px;
	display: block;
	float: left;	

}

a.button_printofferte:hover{
	background: url(../../images/pingpongtafel/knop_printofferte_hover.gif) no-repeat top;
	width: 96px;
	height: 34px;
	display: block;
	float: left;	
	
}

a.button_printbestelling{
	background: url(../../images/pingpongtafel/knop_printbestelling.gif) no-repeat left top;
	width: 96px;
	height: 34px;
	display: block;
	float: left;	
	
}

a.button_printbestelling:hover{
	background: url(../../images/pingpongtafel/knop_printbestelling_hover.gif) no-repeat left top;
	width: 96px;
	height: 34px;
	display: block;
	float: left;	
	
}

a.button_bestellen{
	background: url(../../images/pingpongtafel/knop_bestel.gif) no-repeat left top;
	width: 96px;
	height: 34px;
	display: block;
	float: left;
	
}

a.button_bestellen:hover{
	background: url(../../images/pingpongtafel/knop_bestel_hover.gif) no-repeat left top;

}

.margin1{
	margin-left: 155px;
}

div.message {
	margin: 10px;
	padding: 10px;
	background-color: #F4E778;
	border: 1px solid #EED127;
	font-weight: bold;
	
}
input.offerCode {
	border: 1px solid #AEB2B3;
	border-bottom: 1px solid #DBDFDE;
	width: 95px;
	/*margin-left: 200px;*/
}