body {
  background: #fff;
  margin: 0;
  font-family:"Trebuchet MS",Arial,sans-serif;
  font-size: 14px;
}
html,body {
  margin: 0;
  padding: 0;
}
a {
  color: #0D8FDF;
  text-decoration: none;
  font-size: 14px;
}
a:hover {
  text-decoration: underline;
}
#header {
  padding: 5px;
  background: #4a4a4a;
}
#header h3 {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}
.logo {
  margin: 5px 0;
}
#top_nav {
  border-bottom: 1px solid #ccc;
}
#top_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#top_nav  li{
  margin: 10px 0 10px 10px;
}
#top_nav a {
  text-decoration: none;
}
#top_nav a:hover {
  text-decoration: underline;
}
#footer {
  margin: 0 2px 0 2px;
  background: #ddd;
  border-top: 1px solid #ccc;
  text-align: center;
}
#footer p {
  font-size: 10px;
  color: #123456;
  margin: 0 0 5px 0;
}
#content {
  background: #fff;
  font-size: small;
  margin: 2px 0 2px 5px;
}
#content ul {
  padding: 1px;
  margin-left: 10px;
  list-style: none;
}
#content li {
  background: #fff url(images/star.png) left no-repeat;
  padding-left: 20px;
}
#qsearch {
  margin: 2px 0 2px 5px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 0;
}
.searchtext {
  width: 110px;
  margin-bottom: 2px;
}
.searchsubmit {
  background: #FFBB3B;
  color: #9E7324;
  border: 1px solid #9E7324;
  width: 60px;
  font-weight: bold;
}
#category{
  margin: 2px 0 2px 5px;
}
#category a{
  font-weight: normal;
}
#category span {
  margin-left: 1px;
}
#clear {
  clear: both;
}

.description { 
  font-size: small; 
  display: block; 
} 
h2 {
  font-size: small;
}
p {
  font-size: small;
}
table {
  font-size: small;
}
._detail    {
  color: green;
  margin: 2px;
}
.title {
  font-size: 16px;
  font-weight: bold;
  color: #111;
}

fieldset {
  border: 0px;
}

select {
  width: 190px;
}
