@import url(/pub/top.css);
@import url(/pub/content.css);
@import url(/pub/catalog.css);
@import url(/pub/search.css);
@import url(/pub/login.css);
@import url(/pub/admin.css);
BODY {
    margin: 0px;
}
.clear {
    clear: both;
}
A {
    color: #666666;
    font-weight: normal;
    font-family: Tahoma;
}
A:visited {
    color: #666666;
    font-weight: normal;
    font-family: Tahoma;
}
A:hover {
    color: #666666;
    font-weight: normal;
    font-family: Tahoma;
    text-decoration: none;
}
A:link {
    color: #666666;
    font-weight: normal;
    font-family: Tahoma;
}
FORM {
    margin: 0px;
    padding: 0px;
}
IMG {
    border: none;
    display: block;
}
H1 {
    font-size: 1.4em;
}
H2 {
    font-size: 1.2em;
}
H3 {
    font-size: 1em;
}
/* Nav Links */
.nav {
    font-size: 0.9em;
    color: #000000;
    font-family: Arial;
}
.nav A {
    font-size: 0.9em;
    color: #000000;
    font-family: Arial;
    text-decoration: none;
}
.nav A:link {
    font-size: 0.9em;
    color: #000000;
    font-family: Arial;
    text-decoration: none;
}
.nav A:visited {
    font-size: 0.9em;
    color: #000000;
    font-family: Arial;
    text-decoration: none;
}
.error {
    color: red;
}
.nav A:hover {
    font-size: 0.9em;
    color: #666666;
    font-family: Arial;
    text-decoration: none;
}
/* Tags */
a.tag-1 {
    font-size: 9px;
}
a.tag-2 {
    font-size: 11px;
}
a.tag-3 {
    font-size: 13px;
}
a.tag-4 {
    font-size: 15px;
}
a.tag-5 {
    font-size: 17px;
}
a.tag-6 {
    font-size: 19px;
}
/* Form Class */
#testForm {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #003300;
}
#testForm fieldset {
  width: 90%;
  padding: 5px;
  border: solid 1px #333;
}
#testForm fieldset.int {
  width: 460px;
  padding: 5px;
  border: solid 1px #333;
}
#testForm legend {
  padding: 2px;
  font-size: 12px;
  font-weight: bold;
  background:inherit;
}
#testForm label {
  float:left;
  width:45%;
  line-height:1em;
  margin-right:0.1em;
  text-align:right;
}
#testForm input, #testForm select, #testForm textarea {
  margin:0 0 0.5em 0.2em;
  padding:0;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#testForm input.check {
    margin-left: 1em;
    float:left;
}
#testForm input.inp, #testForm select.inp, #testForm textarea.inp {
    width: 50%;
    border: 1px solid #e3e3e3;
    background: #f8f8f8;
    font-size: 12px;
}
#testForm .noresize {
  width:auto;
}
#testForm .submit {
  margin-left: 30.1em;
}
#footer {
    width: 100%;
    background: #2977C1;
}
#footer .inner {
    padding: 10px;
    text-align: right;
}
#footer .inner IMG {
    display: inline;
}