/*

*/
.subnavigation a {
   cursor: default;
}

.main_body {
}

.photo {
}

/*
   step 1: choice
*/
#form_choice table {
   width: 90%;
}

#form_choice input.non_input {
   border:none;
   background: #ededed;
   color: #000;
   text-decoration: none;
   text-transform: none;
}

#form_choice input {
   width: 20px;
}

#form_choice .increment, #form_choice .decrement {
   margin: 0px 2px 0px 2px;
}

#form_choice input[type=submit] {
   width: auto;
}
a.button_black {
   text-decoration: none;
   padding: 2px 5px 1px 5px;
}

a.button_black:hover {
   color: #fff;
}
/*
   step 2: overview
*/
.error {
   margin: 5px;
   font-weight: bold;
   padding-left: 3px;
   border: solid 1px black;
}

#table_overview {
   width: 90%;
   margin: 0px 5px 0px 5px;
   padding: 0px 5px 0px 5px;
}

#table_overview td.label {
   text-align: left;
}

#table_overview td {
   padding: 5px 3px 0px 13px;
   text-align: right;
}

#table_overview tr.total td {
   border-bottom: black solid 1px;
}
/*
	step 3: input
*/
.delivery {
	display:none;
}

.formfield input, .formfield select {
   float: left;
}

input.zipcode_number {
   width: 30px;
}

input.zipcode_letter {
   width: 23px;
   margin-left: 3px;
}

/*
   report
*/
.kadobon_filterform {
   margin-bottom:2em;
}
table#report {
   border:1px solid #B8A2FD;
   border-right:0;
}
table#report tr.title td {
   font-weight: bold;
   border-bottom: solid 1px #B8A2FD;
   padding-top:4px;
   padding-bottom:4px;
}

table#report td {
   border-right: solid 1px #B8A2FD;
   padding: 3px 3px 2px 5px;
   text-align: center;
   cursor:default;
}
table#report tr:hover {
   background: #B8A2FD;
}

div#overlay {
   display: none;
   height: 200px;
   position: absolute;
   background: white;
   border: solid 1px #B8A2FD;
   top: 0;
   width: 400px;
   margin: 10px;
   overflow: auto;
}
.payment_accept {
   background: #76e074;
}

.payment_error {
   background: #f64a7b;
}