#banner {
font-family: Arial;
  background: #FFFFFF;
  color: #000000;
  display: block;
    margin-left: auto;
    margin-right: auto 
}

#columns {
  background: #D8D8D8 ;
}

#side {
  background: #D8D8D8 ;
}

#side a {
  color: #000000;
}

#side a:hover {
  background: #411;
}

/* order shipping screen */

.olheader {
  font: bold large lucida sans;
  color: #411;
  margin-bottom: 2ex;
}

.olnamebox, .olitembox {
  padding-bottom: 3ex;
  padding-right: 3em;
  border-top: 1px dotted #411;
}

.olname {
  font-weight: bold;
}

.oladdress {
  font-size: smaller;
  white-space: pre;
}

.olitemqty {
  font-size: smaller;
  font-weight: bold;
}

.olitemqty:after {
  content: " x ";
}

.olitemtitle {
  font-weight: bold;
}

.ListTitle {
  	 color:       #244;
	 font-weight: bold;
  	 font-size:   larger;
}

.ListActions {
 	font-size:    x-small;
        text-align:   right;
	padding-left: 1em;
}

.ListLine0 {
        background: #D8D8D8;
}

.ListLine1 {
        background: #F5F5F5;
}
