/* Styles for Order Form */

#order-wrap {
  padding-left: 10px;
  width: 500px;
}

#order-wrap p {
  line-height: 1.2;
}

#order {
  position: relative; 
}

#fundraiser-form {
  font-size: 100%;
  padding-left: 10px;
  width: 500px;
}

#total {
  background-color: #ffffff;
  margin-top: 25px;
  border: 1px solid;
  left: 505px;
  position: absolute;
  top: 0px;
  width: 225px;
}

#total p {
  margin-bottom: 5px;
}

#total h3 {
  background-color: white;
  border: #000000 1px solid;
  color: #6D6F22;
  margin: 0 0 10px 0;
  padding: 7px;
  text-align: center;
} 

#total #order-number-p { text-align: center; margin: 1em 0em; }

.total {
  padding: 0 10px 0 10px;
}

#total #error {
  padding: 1em;
  background-color: #ffffff;
  border: #000000 1px solid;
  color: #000000;
  font-weight: bold;
}

#loading { width: 48px; margin-left: 89px; }

.error {
   padding: 1em;
  background-color: #ffffff;
  color: #ff0000;
  font-weight: bold;
}
button.total {
  margin: 1em;
  margin-left: 60px;
  position: relative;
  text-align: center;
  width: 100px;
}

.step {
  clear: both;
  margin-top: 1em;
}

.step h3 {
  background-color: white;
  color: #6D6F22;
  padding: 7px;
  border: #000 1px solid;
}

.step div.form-item {
  float: left;
  padding: 5px;
  width: 230px;
}

.step div.form-item label {
  display: block;
}

.address {
  width: 235px;
  float: left;
}

.zones {
  text-align: left;
  width: 108%;
  background-color: #ffffff;
  border-bottom: 2px;
}

.zone {
  color: #000000;
  font-weight: bold;
  padding: 5px;
  margin-top: 5px;
  display: inline;
  font-size: 55%;
  width: 80px;
}

.zone1 {
  background-color: #FFE866;
}

.zone2 {
  background-color: #FFB842;
}

.zone3 {
  background-color: #E28F43;
}

.zone4 {
  background-color: #A7CE37;
}

.zone5 {
  background-color: #01ACF1;
}

.zone6 {
  background-color: #E2BFA1;
}


.category {
  width: 230px;
  margin-right: 10px;
  float: left;
}

.category table th {
  background-color: #ffffff;
  color: #6D6F22;
}

.category table td {
  width: 65px;
  text-align: center;
}

.category.first {
  display: none;
}

#orderitems .category h3 {
  margin-bottom: 0px;
  padding-bottom: 2px;
  color: #B94E46;
  border: none;
  background: none;
}

p.notice, div.notice {
background-color: #ffffff;
color: #ff0000;
width: 80%;
padding: 7px;
font-weight: bold;
}

.notice a {
  color: #0000FF;
}

p.method {
  display: none;
}

.submit {
font-size: 200%;
padding: 20px;
}

select {
  float: left; 
  margin: 5px;
}

span.weight {
  display: none;
}

.wide {
  float: none;
  clear: both;
  width: 100%
}

.pickup {
  width: 400px;
  float: left;
  margin-top: 0px;
}

img.dib { 
  margin-right: 0.5em;
}

.finalize { text-align: center; }
.whenFinished { margin: 0.25em 1em; color: #B94E46; }
.willBeSaved { margin: 0.25em 1em; font-size: 80%; }

/* Image hovers */
.category table td.photo { display: none; }
.popup { background: transparent url("/assets/belleplaine/pop.png") top left no-repeat; width: 273px; height: 271px; text-align: center; padding-top: 10px; }
.popup img { text-align: center; margin: auto; max-width: 248px; max-height: 246px; }
tr.lit { background-color: #D7FFD7; }

/* This will be replaced with a modal or something */
#successWindow { padding: 1em; color: #354D34; }

/* Calendar */
.calendar_date_select { width: 220px;background-color : #D7FFD7; }

/* Admin panel */
#adminPanel {
  color: #ffffff;
  background-color: #B94E46;
  width: 460px;
  margin-left: 10px;
  padding: 20px;
  position: fixed;
  bottom: 0px;
  text-align: center;
}
#adminPanel a { color: #D7FFD7; }

.shipping-box {
	float: left;
	width: 48%;
	margin-left: 20px;
	border: 1px solid #AAAAAA;
}
