#banner {
  background: #335C85;
  color: #FFF;
}

#columns {
  background: #335c85;
	color: #FFDD00;
}

#side {
  background: #335c85;
	color: #FFDD00;
}

#side a {
  color: #FFF;
}

#side a:hover {
  background: #335c85;
	color: #FFDD00;
}

/* order shipping screen */

.olheader {
  font: bold large arial;
  color: #000000;
  margin-bottom: 2ex;
}

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

.olname {
  font-weight: bold;
	font-size: medium;
}

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

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

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

.olitemtitle {
  font-weight: bold;
	font-size: medium;
}

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

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

.ListLine0 {
        background: #999;
}

.ListLine1 {
        background: #eee;
}
/* Begin Navigation style for admin page */
#nav-right {
	position:absolute;
	float:left;
	display:block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	top:158px;
	_top:159px;
	right:0px;
	_right:-1px;
}
#nav-right li {
	float:left;
}
#nav-right li a,
#nav-right li a:visited,
#nav-right li span {
	background:#FFDD00;
	color:#000;
	padding: 0px 15px 1px 15px;
	text-decoration:none;
}
#nav-right li a:hover {
	background:#335c85;
	color:#fff;
}
#nav-right li a:active {
	color:#fff;
	background:#335c85;
}
/* End Navigation style for admin page */
/* Users display */
#products
{
	font-family: "Lucida Grande";
	position: relative;
	height: auto;
}
#orders,
#users{
	font-family: "Lucida Grande";
	position: relative;
	height: auto;
}
/*Order, Product, User Display*/
#user_display,
#product_display,
#order_display{
	position: relative;
	top: 15px;
	margin-left: 15px;
	height: auto;
}
.ordertitle {
  background: #335c85;
  color: #ffffff;
  font: bold small sans-serif;
  text-align: center;
}
/*Flash Notice and Errors*/
#notice{
	background: #eee;
	width: 350px;
	margin-bottom: 10px;
	border: solid red 2px;
	position: relative;
	padding: 2px;
}
.fieldWithErrors 
{
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation 
{
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
	margin-left: 15px;
	position: relative;
	top: 15px;
  background-color: #f0f0f0;
}

#errorExplanation h2 
{
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p 
{
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li 
{
  font-size: 12px;
  list-style: square;
}
p#not_shipped
{
	color:red;
	font-size:16px;
	font-weight:bold;
}