body {

  margin: 0;
  padding: 0;
  background-image: url("/images/bg.gif");
}


.body {

  margin: 0;
  padding: 0;
  font-family: verdana, sans-serif;
  font-size: 0.85em; 
  line-height: 1.70em;
  color: #000;
}


.header {

  font-size: 1.45em;
  color: white;
  text-align: left;
  background-color: #5d5d5d;
  width: 672px;
  padding: 17px 0px 17px 0px;
  font-weight: bold;
}

.header img {

  margin: 0px 0px 0px 17px;
  vertical-align: middle;
}

.header span {

  color: red;
}


.separator {

  background-color: #bcbcbc;
  height: 10px;
  width: 672px;
  margin-top: 3px;
  clear: both;
}


.menu {

  padding: 0px;
  margin-top: 3px;
  font-size: 1em;
  color: white;
  width: 672px;
  height: 157px;
  background-image: url("/images/header.jpg");
  background-repeat: no-repeat;
}


.container {  

  margin: 13px 0px 13px 0px; 
  padding: 15px; 
  width: 672px; 
  border: 1px solid black; 
  background-color: white;
}


.page {

  margin: 7px 0px 7px 0px;
  color: #727272;
  width: 672px;
}


.hidden {

  margin: 0px;
  padding: 0px;
  float: left;
}


.textbox {  

  font-size: 0.95em;
  padding: 0.5em;
  background-position: bottom left;
  background-image: url("/images/bgdown.png");
  background-repeat: repeat-x;
}

.textbox p {

  font-size: 1.15em;
  font-weight: bold;
  margin: 1em 0em 0em -0.25em;
  color: red;
}

.textbox2 {  

  font-size: 0.95em;
  padding: 0.5em;
  background-position: top left;
  background-image: url("/images/bgup.png");
  background-repeat: repeat-x;
}

.textbox2 p {

  font-size: 1.15em;
  font-weight: bold;
  margin: 0em 0em 0em -0.25em;
  color: red;
}


.highlight {  

  line-height: 1.15em; 
  font-weight: bold;
  font-size: 0.95em;
  padding: 0.5em;
  color: white;
  background-color: red;
}


.buttonblock {  

  position: relative;
  top: 65px;
}


.button {

  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  background-color: red;
  width: 165px;
  height: 29px;
  text-align: left;
  margin-bottom: 2px;
}


.buttonsel {

  font-size: 13px;
  font-weight: bold;
  background-color: #5d5d5d;
  width: 165px;
  height: 29px;
  text-align: right;
  margin-bottom: 2px;
}


.boxico {

  border: #c5c5c5 1px solid;
  float: right;
}


.footer {

  margin-top: 7px;
  font-size: 0.80em;
  color: #5c5c5c;
}

.footer img {

  vertical-align: middle;
  color: #5c5c5c;
  border: 0px solid;
}

.footer a {

  border: 0px solid;
  text-decoration: none;
}


.iconbox {

  height: 133px;
  margin-top: 17px;
  text-align: left;
}

.iconbox img {

  cursor: pointer;
  margin-right: 7px;
  border: #c5c5c5 1px solid;
}



.prodmenu {

  margin: 11px 0px 0px 7px;
  cursor: pointer;
  padding-left: 17px;
  background-position: center left;
  background-image: url("/images/redbullet.png");
  background-repeat: no-repeat;
}

.selprodmenu {

  margin: 11px 0px 0px 7px;
  padding-left: 17px;
  background-position: center left;
  background-image: url("/images/blackbullet.png");
  background-repeat: no-repeat;
}

