]/* ---------- News & Stuff ----------- */
.newsOptions a{
    background-image: url("images/dadot.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 9px;
	margin: 0 0 0 6px;
	font-size: 80%;
	font-weight: normal;
}

.date{
    font-size: 80%;
    color: #aaa;
    font-weight: normal;
}

.newsEntry{
    padding-bottom: 20px;
}


.star_off{
    cursor: pointer;
    background: url('images/star_off.gif') no-repeat;
}

.star_on{
    cursor: pointer;
    background: url('images/star_on.gif') no-repeat;
}

.star_sel{
    cursor: pointer;
    background: url('images/star_sel.gif') no-repeat;
}


/*-------------------------------------------------
CONTENT: POST A COMMENT
-------------------------------------------------*/

div#comment_form dl {
  margin: 15px 15px; padding: 0;
}

div#comment_form dt,
div#comment_form dd {
  margin: 0; padding: 0;
}

div#comment_form dt {
  font-family: helvetica, arial, sans-serif;
  color: #333;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

div#comment_form dt span {
  color: #999;
  font-size: 11px;
}

div#comment_form dd {
  margin-bottom: 10px;
}

div#comment_form dt.inline { /* the first three fields are each on one line */
  float: left;
  width: 35px;
  text-align: right;
  clear: left;
  padding-top: 7px;
}

div#comment_form  dd.inline {
  margin-left: 45px;
}

div#comment_form dd input#author,
div#comment_form dd input#email,
div#comment_form dd input#url {
  font-family: verdana, sans-serif;
  font-size: 12px;
  width: 275px;
  padding: 2px;
}

div#comment_form dt.textarealabel {
  clear: left;
  margin-top: 20px;
}

div#comment_form dd textarea {
  font-family: verdana, sans-serif;
  font-size: 12px;
  width: 400px;
  padding: 3px;
}

div#comment_form.post_form dl {
  margin: 5px 0 0 0;
}

div#comment_form p.submit {
  margin-left: 15px;
}

div#comment_form.post_form p.submit {
  margin-left: 0;
}

div.post_form p#caveat { display: none; }


div.comment{
    color: #000;
    margin: 10px 0;
    padding: 15px 0 20px 20px;
    font-size: 12px;
    background: url('images/comment_bg.jpg') no-repeat -20px top;
    width: 95%;
}

div.comment_poster{
    font-size: 16px;
    color: #666;
    padding-top: 3px;
    border-bottom: 1px solid #ddd;
}

div.comment_poster a{
    font-weight: bold;    
}

div.comment_poster .comment_date{
    color: #aaa;
    font-style: italic;
    font-size: 11px;
}

div.comment a{
    cursor: pointer;
}

div.comment_links{
    display: none;
}

#comments{
    margin-bottom: 15px;
}

span.price, td.price{
    font-size: 15px;
    font-weight: bold;
    color:#f93737;
}

.alf{
    padding-left: 20px;
    background: url('images/marker.jpg') no-repeat left 11px;
    border-bottom: 1px solid #eee;
}

.googleMaps{
    font-size: 11px;
}

a.mapLink{
    line-height: 16px;
    height: 16px;
    font-size: 11px;
    background: url('images/web_16.gif') no-repeat left center;
    color: #888;
    float: right;
    padding-left: 20px;
    margin-top: -15px;
    margin-right: 15px;
}

a.mapLink:hover{
    color: #000;
}

#searchbox{
    text-align: center;
    padding-top: 28px;
    padding-bottom: 0px;
    margin: 0;
}
