BODY {
  background-color: #D8CB9C;
  font-family: Helvetica;
  font-size: 12px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

TABLE {
}

TD {
  font-family: Helvetica;
  font-size: 12px;
}

A:link, A:active, A:visited {
  color: #000000;
  font-family: Helvetica;
  font-weight: normal;
  text-decoration: underline;
  font-size: 12px;
}

A:hover {
  color: #000000;
  font-family: Helvetica;
  font-weight: normal;
  text-decoration: underline;
  font-size: 12px;
}
A.prod_menu:link, A.prod_menu:active, A.prod_menu:visited {
  color: #641973;
  font-family: Helvetica;
  font-weight: bold;
  text-decoration: underline;
  font-size: 13px;
}

A.prod_menu:hover {
  color: #641973;
  font-family: Helvetica;
  font-weight: bold;
  text-decoration: underline;
  font-size: 13px;
}

A.barlink:link, A.barlink:active, A.barlink:visited {
  color: #FFCC66;
  font-family: Helvetica;
  font-weight: normal;
  text-decoration: none;
  font-size: 11px;
}

A.barlink:hover {
  color: #FFCC66;
  font-family: Helvetica;
  font-weight: normal;
  text-decoration: underline;
  font-size: 11px;
}

.maincontent {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Helvetica;
  font-weight: normal;
  font-size: 12px;
}

.contentbar1 {
  background-color: #DDDDBB;
  color: #000000;
  font-family: Helvetica;
  font-weight: normal;
  font-size: 11px;
}

.contentbar2 {
  background-color: #D6C99A;
  color: #000000;
  font-family: Helvetica;
  font-weight: normal;
  font-size: 11px;
}

.categorybar {
  background-color: #006699;
  color: #FFFFFF;
  font-family: Helvetica;
  font-weight: normal;
  font-size: 11px;
}

.menubar {
  background-color: #EEEECC;
  color: #000000;
  font-family: Helvetica;
  font-weight: normal;
  font-size: 11px;
}

.flyheader {
 font-size:14pt;
 font-weight:bold;
 } 
.checkoutborder {
background:#5E532E;
}
.checkoutheader {
background:#B0A47E;
color: #FFFFFF;
}
.checkoutbg {
background: #FFFFFF;
}
.header {
font-size:11pt;
font-weight: bold;
}

.pageheader {
padding: 5px 0 3px;
font-size: 12pt;
font-family: "Times New Roman", serif;
font-weight: bold;
color: #555555;
border-bottom: 1px solid #555555;
width: 100%;
letter-spacing: 1px;
}

.thumb{
border: 2px solid #B0A47E;
}

#results a {
text-decoration:none;
}

/* FORM STYLES */

.checkout label {
        display: block;  /* block float the labels to left column, set a width */
        float: left;
        width: 150px;
        padding: 0;
        margin: 2px; /* set top margin same as form input - textarea etc. elements */
        text-align: right; 
}

.checkout br {
 clear: both; 
}

.checkout INPUT, .checkout SELECT, .checkout TEXTAREA{
 width: 180px;
 margin: 2px; 
}

.checkout INPUT.submit {
 width:auto; 
}

.checkout INPUT.radio {
 width:auto; 
}

.checkout INPUT.checkbox {
 width:auto; 
}

.checkout INPUT.quantity {
 width: 30px; 
} 

.checkout INPUT.go {
 width: 30px; 
}

.checkout_container {
 padding: 20px;
}

.checkout_container TABLE {
 width:100%;
}

.checkout_container H2 {
 border-bottom: 1px solid black;
 font-weight: normal;
}
