@CHARSET "ISO-8859-1";

body {
  background-color: white;
  margin: 0;
  padding: 0;
  font-family: "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
  font-size: 90%;
}

body * {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

h2 {
  font-size: 120%;
  font-weight: bold;
}
h3 {
  font-size: 110%;
  font-weight: bold;
}

table {
  border-collapse: collapse; /* CSS equivalent of cellspacing=0 */
}

strong,
strong * {
  font-weight: bold;
}

a {
  text-decoration: none; 
}
a:hover {
   text-decoration: underline; 
}
a,
#main a {
  color: #1D21B9;
}
a:visited,
#main a:visited {
  color: #8789D8;
}

img {
  border: none;
}

.left {
  float: left;
  display: inline;
  margin-right: 1em;
}
.right {
  float: right;
  display: inline;
  margin-left: 1em
}

.clearer {
  clear: both;;
}

a.current {
  font-weight: bold;
}

.author {
  text-size: 80%;
}

.normal_text {
  margin-top: 1em;
}

.message {
  color: red;
}


#header {
  border-bottom: 1px solid;
}

h1 {
  position: absolute;
  left: 6px;
  top: 10px;
  te\xt-indent: -1000em;  /* escaped property hack to hide this rule from IE5 */
  font-size: 40px;
  width: 188px;
  height: 48px;
  background: url(/images/logo.png) no-repeat;
}
* html h1 {
  background-image: none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png', sizingMethod='crop');
}
/* Home page link within image-replaced logo */
h1 span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}


#search_form {
  text-align: right;
  margin-top: 22px;
  margin-right: 22px;
  position: relative;
  z-index: 4;
}
#search {
  width: 30%;
}

#center_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: center no-repeat;
}

#container {
  background-color: #f1f1f8;
}


#controls h3 {
  border-bottom: 1px dotted;
  width: 8em;
}
#controls h3 a:hover {
  text-decoration: none;
}
#controls h3,
#controls p,
#controls ul {
  margin: 0 10px;
}
#controls ul {
  padding-left: 10px;
}
#controls li {
  list-style: none;
}

#controls p.search_term {
  border-top: 1px dotted;
  font-style: italic;
  margin-bottom: 0.5em;
}
#controls #search_result {
  margin-top: 1em;
  border-bottom: 1px dotted;
  width: 8em;
}
#controls #new_arrivals {
  margin-top: 1em;
}
 
#main {
}
#main * {
  color: black;
}

#content {
  background-color: white;
  padding-bottom: 10px;
}
#content li {
  margin: 1em 0;
}
#content ul,
#content ol {
  padding-left: 2em;
}

#content hr {
  height: 2px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #f1f1f8;
}

.proceed {
  display: inline;
  text-align: center;
  margin: 1em;
  float: right;
  width: 10em;
  height: 32px;
  line-height: 29px;
  font-size: 16px;
  background: url(/images/right_arrow.png) right center no-repeat;
  background-color: #f1f1f8;
  border: none;
  font-family: "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
  font-size: 100%
}
#main a.proceed {
  padding-right: 6px;
  color: #1D21B9;
}
#main input.proceed {
  padding-left: 24px;
  padding-right: 30px;
  cursor: pointer;
  color: #1D21B9;
}
input.proceed:hover {
  text-decoration: underline; 
}

.nav_header {
  display: none;
}
#navbar {
  line-height: 25px;
  text-align: center;
  min-height: 29px;
  background-color: #f1f1f8;
}
* html #navbar {
  height: 29px;   /* IE 6 and below don't support min-height */
}
#navbar li {
  display: inline;
  padding: 0 1em;
  white-space: nowrap;
}
#rss {
  float: right;
  display: inline;
  margin: 0.3em -10px 0 1em;
}

#ads {
  padding: 10px;  
}

#footer {
  font-size: 80%;
  background-color: white !important;
  color: black;
}
#footer hr {
  display: none;
  margin: 0;
  padding: 0;
}
#footer .center {
  background: center top no-repeat;
}
