body, td, p, div {
  Font-family: verdana, Tahoma, Arial;
  Font-size:  9pt;
  color: #333;
  background-color:#ffffff;
}

a, a:visited {
  color: #66f;
}

a:hover {
  color: #33a;
}

h1 {
  font-size: 14pt;
}

.small {
  font-size: 88%;
}
select.small {
  font-size: 90%;
  width: 150px;
}

.red {
    color: red;
}
.teal {
    color: teal;
}
.bold {
    font-weight: bold;
}

#mainMenu {
  background: url('../img/hdr-a2.png') no-repeat;
  height: 181px;
  vertical-align: middle;
}

#mainMenu ul {
  list-style-image: url("../img/bullet-mm.gif");
}

#mainMenu ul li {
  margin: 3px 0;
}

#mainMenu a, #mainMenu a:link, #mainMenu a:visited {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 11pt;
  text-decoration: none;
  text-transform: uppercase;
}

#mainMenu a:hover, #mainMenu a:active {
  color: #ffffff;
}

#content {
  padding: 10px;
}

.subhead {
  text-align:center;
  margin: 4px 0;
}

.hdr {
  text-align: center;
  font-weight: bold;
}

td.block, table.form td {
  background-color: #ffe0a5;
}

td.block{
  border: 1px solid #df9b5e;
  vertical-align: top;
}

.indent{
  margin-left: 20px;
}

.left{
  text-align: left;
}
.right{
  text-align: right;
}
.desc {
  background: url("img/desc.gif") no-repeat right;
  padding-right : 22px;
}
.asc {
  background: url("img/asc.gif") no-repeat right;
  padding-right : 22px;
}

.cart_row {
  border-bottom: 1px solid #999999;
}

.uploadbox {
  border: 1px solid #999999;
  margin: 15px 5px;
  padding: 10px;
}

.uploadbox, .uploadbox td, .uploadbox div {
  background-color: #dddddd;
}

.selection, span.found {
  color: #009900;
  font-weight: bold;
}

a.found{
  color: #c0c0c0;
  font-size: 0.9em;
}

.infoblock {
  border: 1px solid #999999;
  margin: 3px;
  padding: 5px;
  background-color: #f0f0f0;
}

#shippSpecArr {
  width: 340px;
}

.grboxMenu {
  border: 1px solid #c2c2c2; 
  background: #0b6998 url('../img/svcs-bg.jpg') repeat top left;
  padding:4px;
  color: white;
}
.grboxMenu .subhead { background-color: transparent; color: white; font-size: large; }

.grboxMenu a { 
  display: block;
  height: 25px;
  line-height: 25px;
  color: white;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #999;
  border: 3px outset white;
  margin-bottom: 5px;
}
.grboxMenu a:hover {
  border: 3px inset white;
  text-decoration: underline;
  background-color: #777;
}

/**
  *     Quote Form Styles
 */
#quote {
    margin-top: 10px;
}
#quote form {
    margin-top: 20px;
    font-weight: bold;
}
#quote ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#quote ul li {
    padding-bottom: 10px;
}
#quote .required {
    color: #e77601;
}
#quote .heading {
    color: #000;
    text-transform: uppercase;
}
#quote input.text {
    border: none; 
    border-bottom: 1px solid black;
}
#quote input.radio {
    margin: 0 2px 0 0;
    position: relative;
    top: 2px;
}
#quote input.submit {
    margin: 20px 0 0 0;
}
#quote .comment {
    color: #e77601;
    font: normal 0.8em Verdana, Tahoma, sans-serif;
}
#quote .notation {
    color: #a92620;
    text-align: center;
    padding: 10px 5px;
}
/**
*   Quotes list in trade section
*/
#quotes_list {
    border-collapse: collapse;
}
#quotes_list th,
#quotes_list td {
    text-align: center;
    border: 1px solid #e0e0e0;
    padding: 3px 1px;
}

#quote_upload {
    position: relative;
    padding-bottom: 20px;
}
#quote_upload input.upload a {
    
} 
#quote_upload_request {
    position: absolute;
    right: 0;
    top: 0;
}

#cart_tbl td {
    padding: 5px 0;
}
/**
*   Policy and Procedures Guide for Placemat Orders Page
*/
#placemat_orders_guide {
    font: normal 1em Arial, Verdana, sans-serif;
}
#placemat_orders_guide * {
    font-family: Arial, Verdana, sans-serif!important;
}
#placemat_orders_guide h1 {
    font-size: 1.3em;
}
#placemat_orders_guide h2 {
    font-size: 1.2em;
    margin-top: 20px;
    color: #f00;
}

#footer {
  background: #d1d1d1 url(../img/footer.jpg) center top no-repeat;
  margin-top: 1px;
  height: 34px;
  line-height: 30px;
}
#footer a {
  color: #3131cf;
}

#psaddrForm th {
  text-align: right;
}