div.content ul {
  list-style-position:inside;
  margin: 0 0 2em 0;
}
  div.content ul li {
    background: url(/img/bullet.png) no-repeat 0px 7px;
    padding: 0 0 0 2em;
  }

div.content h3 {
  border-bottom: 1px solid #999;
  color: #00629b;
  margin: 0 0 .5em 0;
  padding: 0 0 .2em 0;
}

div#news-item h3 {
  color: #00629b;
  font-size: 1em;
  margin: 0 0 1em 0;
}

div#news-item h3.date {
  color: #666;
  font-size: 1.2em;
  margin: 0 0 1em 0;
}
div#news-item p.share-this {
  margin-bottom: 1em;
}

p.product-image {
  overflow: hidden;
  vertical-align: middle;
}
  p.product-image span {
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
    float: right;
    font-style: italic;
    font-size: 0.9em;
    padding: 1em 0;
    width: 300px;
  }

span.category {
  font-style: italic;
}


#site-map ul li {
  margin-left: 1em;
}

  #site-map ul li:before {
    /*
    display: marker;
    marker-offset: 10em;
    content: counter(item, lower-roman) " ";
    counter-increment: item;
    */
    content:"\2192 \0020";
  }

#register-form div.fleft {
  margin-right: 5em;
}


label.error {
  color: #a00;
  display: block;
}
  label.error:before {

  }

.map-wrapper {
  height: 230px;
  margin: 0 0 1em 0;
}
  .map-wrapper p {
    margin: 0 1em 1em 0;
    width: 300px;
  }
.map_canvas {
  height: 218px;
  width: 300px;
}

#contact-us div.fleft {
  width: 450px;
}


ul#news-items li {
  margin-bottom: 3em;
}