body{
  margin: 5px 0px 0px 0px;
}

input, select, textarea {
  background: #cc1100;
  border: solid 1px #f39746;
  font-family: Tahoma;
  font-size: 10px;
  color: #fffefe;
  padding-left: 3px;
}

input:disabled {
  background: #888;
  border: solid 1px #555;
}

#menu ul {
  position: absolute;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  height: 35px;
}

#menu li {
  float: left;
  height: 35px;
}

#banner {
  border-top: solid 1px #FFF;
  border-bottom: solid 2px #FFF;
}

.header {
  height: 25px;
  background-image: url('../images/header_pattern.jpg');
  padding-left: 15px;
}

.cat_item {
  background-image: url('../images/category.jpg');
  padding-left: 20px;
}

.subcat_item {
  background: url('../images/category.jpg') no-repeat 20px;
  padding-left: 40px;
  margin-left: 20px;
}

.cat_active, .cat_active a {
  font-family: Tahoma;
  font-size: 10px;
  font-weight: bold;
  color: #F00 !important;
  text-decoration: none;
}

.text-bbold, .text-bbold a {
  font-family: Tahoma;
  font-size: 10px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.text-b, .text-b a {
  font-family: Tahoma;
  font-size: 10px;
  font-weight: normal;
  color: #000;
  text-decoration: none;
}

.text-g, .text-g a {
  font-family: Tahoma;
  font-size: 10px;
  font-weight: bold;
  color: #8C8C8C;
  text-decoration: none;
}

.text-prhead {
  font-family: Trebuchet MS;
  font-size: 13px;
  font-weight: bold;
  color: #8c8c8c;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-prdetail {
  font-family: Trebuchet MS;
  font-size: 10px;
  color: #8c8c8c;
}

.text-prprice {
  font-family: Arial;
  font-size: 12px;
  color: #dd0909;
}

.text-prinfo {
  font-family: Tahoma;
  font-size: 10px;
  font-weight: bold;
  color: #dd0909;
}

.primage {
  padding-top: 15px;
}

.contact_mail a {
  text-decoration: none;
  color: #f00c0d;
}

.contact_mail a:hover {
  text-decoration: none;
  color: #000000;
}