body {
font-family: Arial, Helvetica, sans-serif;
}

a:link {  color: #000; text-decoration: none}
a:active {  color: #000; text-decoration: none}
a:visited {  color: #000; text-decoration: none}
a:hover {  color: #ef811f; text-decoration: none}

div#user_messages a:link,
div#user_messages a:active,
div#user_messages a:visited {
  color: #ef811f;
}

h1 {
font-size: 17pt;
color: #000000;
font-weight: normal;
margin: 0px 0px 12px 0px;
}

h2 {
font-size: 15pt;
color: #000000;
font-weight: normal;
margin: 0px 0px 12px 0px;
}

h3 {
font-size: 14pt;
color: #ee5300;
font-weight: normal;
margin: 0px 0px 6px 0px;
}

input,
textarea {
  border:           1px solid #888888;
  background-color: #FFFFFF;
}

#topNav {
text-align: right;
font-size: 9pt;
color: #fff;
font-weight: normal;
padding-right: 10px;
}

#cartLine {
text-align: right;
font-size: 9pt;
color: #fff;
font-weight: normal;
padding-right: 10px;
}

#cartLine a:link, #cartLine a:active, #cartLine a:visited {
  color: white;
}

#prodNav {
font-size: 10pt;
color: #000;
}
#prodNav li {
  margin-left:  15px;
  list-style:   none;
}

#sectionIntro {
font-size: 12pt;
color: #666;
padding: 10px 0px 10px 0px;
}

hr {
margin: 25px 0px 25px 0px;
border: 1px solid #cccccc;
}

#nav div.navMainO a, #nav div.navMainO a:visited { color: #ef811f; text-decoration: none}

#nav a, #nav a:visited {  color: #ffffff; text-decoration: none}
#nav a:hover {  color: #ef811f; text-decoration: none}

#footer a, #footer a:visited {  color: #ffffff; text-decoration: none}
#footer a:hover {  color: #ef811f; text-decoration: none}

#footerLinks {
float: right;
font-size: 10pt;
line-height: 15px;
margin-top: 5px;
}
div#footerLinks span.ajlink {
  color: white;
  font-size: 8pt;
  line-height: 14px;
}

#subcat_thumbs img {
  border:     0px !important;
  margin:     5px;
}

 div.addresslist {
    float:          left;
    width:          260px;
    height:         180px;
    padding:        5px;
    margin:         5px;
    border:         1px solid #D3D3D3;
  }
  div.addresslist ul {
    padding:        0px;
  }
  div.addresslist div,
  div.addresslist div.over {
    list-style:     none;
    display:        block;
    margin:         2px 0px 5px 0px;
    padding:        0px 0px 3px 0px;
    border-bottom:  1px solid #D3D3D3;
    float:          left;
    width:          240px;
  }
  div.addresslist div.over {
    background-color: #FFCC00;
    cursor:           pointer;
  }
  div.addressform {
    width:            543px;
    border:           1px solid #D3D3D3;
    float:            left;
    margin:           5px;
    padding:          5px;
  }
  div.addresslist div.delete,
  div.addresslist div.deleteover {
    width:            18px;
    height:           18px;
    line-height:      18px;
    text-align:       center;
    font-size:        14pt;
    font-weight:      bold;
    display:          block;
    border:           1px solid black;
    float:            right;
    background-color: white;
  }
  div.addresslist div.deleteover {
    background-color: #FF0000;
    color:            #FFFFFF;
    cursor:           pointer;
  }

input.contactform,
input.contactform_mm,
textarea.contactform,
textarea.contactform_mm {
  width:          350px;
}

input.contactform_mm,
textarea.contactform_mm {
  border-color:   #FF0000;
}

input#submitbutton,input#submitbutton_updatebasket,input.submitbutton {
  padding:  5px;
  font-size:  11pt;
  border-left:  2px solid #B97B39;
  border-top:  2px solid #B97B39;
  border-right:  2px solid #664422;
  border-bottom:  2px solid #604020;
  font-weight:  bold;
  background-color: #FFCC00;
}
input.submitbutton {
  padding:  2px;
  font-size:  10pt;
  border-width: 1px;
  background-color: #FFCC00;
}
div#product_description {
  color:  #444444;
}