/* Start of CMSMS style sheet 'Classified' */
#admenu a {
   display: block;
   float: left;
   padding: 10px;
   width: 120px;
   font-weight: bold;
   color: #000;
   text-decoration: none;
   text-align: center;
   background-color: LightGrey;
}
#admenu a.active {
   background-color: #fff;
}
#admenu a:hover {
   text-decoration: underline;
}

#adlist {
   margin-top: -1px;
   border: 1px solid LightGrey;
   padding: 15px;
   clear: left;
}
#adlist .adbox {
   padding-bottom: 15px;
   border-bottom: 1px solid Grey;
   margin-bottom: 15px;
}
#adlist .ad_title {
   font-weight: bold;
}
#adlist .ad_description {
   padding: 1px 0 3px;
}
#adlist .ad_category {
   float: right;
}
#adlist .ad_type {
   font-style: italic;
   color: Grey;
}





ul.category_list, ul.category_list li {
  padding: 0;
  margin: 0;
  list-style: none;
}



#searchads_form p {
  margin-top: 10px;
}
#searchads_form input {
  width: 150px;
}





div.ad_header {
   text-align: center;
   padding: 20px;
}
div.ad_rating {
   text-align: center;
}
#rating_toggle {
   display: inline-block;
}
#rating_toggle a.star {
   display: inline-block;
   width: 17px;
   height: 15px;
}
#rating_toggle .full {
   background-image: url('images/star.gif');
}
#rating_toggle .half {
   background-image: url('images/halfstar.gif');
}
#rating_toggle .empty {
   background-image: url('images/blankstar.gif');
}
#rating_toggle a.starover {
   background-image: url('images/star.gif');
}

table.ad_info {
   width: 100%;
}
/* End of 'Classified' */

