/* 
   Global Styles 
   javascript parameters duplicate these values
   for js functions, but these are default for 
   table elements
*/

/* START:notice */
#notice {
  border: 2px solid red;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0;
  font: bold smaller Verdana;
}
  
body,td,th {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        /* going a little less dark than : color: #333333; */
        color: #444444;
}
body {
        /* background-color: #FFFFFF; */
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
}

a:link {font-weight:bold; color:Navy}
a:visited {font-weight:normal; color:Navy}
a:hover {font-weight:bold; color:DarkGoldenRod}

.code {
  font-weight: bold; 
  font-family: "Courier", sans-serif;
}

p {
  font-size: 14px;
  font-family: "Verdana", sans-serif;
}



p.doc {
   text-indent:1.5em;
   font-size: 14px;
   font-family: "Verdana", sans-serif;
}

textarea { font-size: 15px; }

#banner {
  /*background: #9c9;*/
  background: white;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px dotted;
  font: small-caps 40px/40px Verdana, serif;
  color: GoldenRod;
  text-align: center;
}

#banner img {
  float: left;
}

#main {
  margin-left: 10em;
  /* padding-top: 4ex; don't pad */
  padding-left: 2em;
  background: white;
}

#cust {
  margin-left: 8em;
  /* padding-top: 4ex; don't pad */
  padding-left: 2em;
  background: white;
}

#columns {
  background: white;
}

#side {
  float: left;
  padding-top: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
  width: 10em;
  background: white;
}

/* Styles for admin/list */
#product-list .list-title {
	color:        #244;
	font-weight:  bold;
	font-size:    larger;
}

#product-list .list-image {
  width:        60px;
  height:       70px;
}


#product-list .list-actions {
  font-size:    x-small;
  text-align:   right;
  padding-left: 1em;
}

#product-list .list-line-even {
  /* background:   #e0f8f8; */
  background: PaleGoldenRod;
}

#product-list .list-line-odd {
  /* background:   #f8b0f8; */
  background: #9c9;
}

/* Styles for faq, doc */
.products-page {
  color: #696969;
}
.faqcaption {
  color: DarkGoldenRod;
  font-weight:  bold;
}


/* Styles for order form */
.depot-form fieldset {
  background: PaleGoldenRod ;
  
}

.form-notes {
  background: PaleGoldenRod ;
  color: DarkGreen;
  font-style: Verdana;
  font-size: 12px;
  padding: 0.4em 1em;
}

.depot-form legend {
  color: SeaGreen;
  font-style: Verdana;
  font-size: medium;
  padding: 0.2em 1em;
}
.depot-form label {
  width: 5em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
}
.depot-form .submit {
  margin-left: 5.5em;
}

.item-price, .total-line {
  text-align: left;	
}
.deposit {
  text-align: left;	
}


.total-line .total-cell {
  font-weight: bold;
  
}



