/* adapted from discussions.css */

.directory_list,
.my_directory_list {
  margin: 0;
  table-layout: fixed;
  width: 630px; 
}

.directory_list th,
.my_directory_list th {
  border: 0;
}

.directory_list .last_row td{
  border: 0;
}

.directory_category_title
{
  border: 1px solid #999999;
  border-width: 1px 0 1px 0;
  padding: 5px;
  margin-bottom: 0px;
  margin-top: 0px;
  background-color: #9DCA5D;
  font-weight: normal;
  
}

td.dir_item_icon 
{
  padding: 0;
  margin: 0;
  width: 120px;
  height: 50px;
}
td.dir_item_icon a:hover
{
  background: transparent;
}
.directory_list img 
{
  padding: 5px;
}

.dir_item_name 
{
  padding: 0;
  margin: 0;
  width: 400px;
}

.dir_item_rating
{
  padding: 0;
  margin: 0;
  width: 60px;
  text-align: center;
}

.dir_item_favorite
{
  padding: 0;
  margin: 0;
  width: 50px;
}

div.paginator {
  clear: both;
  text-align: center;
  padding: 5px;
  display: block;
}


.my_directory_items_name
{
  border: 1px solid #999999;
  border-width: 1px 0 1px 0;
  padding: 5px;
  background-color: #FFFFAA;
}

.dir_item_details .title_line td {
        background-color: #9DCA5D;
        padding: 5px;
        font-weight: bold;
}


}

.dir_item_details {
  width: 630px;
}

.dir_item_details td.dir_label {
  width: 20%;
  
}

.dir_item_details td.dir_content {
  width: 80%;
}

.dir_listing_gallery {
  width: 252px;
  float: right;
  padding: 0;
  margin: 0;
  text-align: center;
}

.dir_listing_gallery .large_image {
  padding: 5px 1px 5px 1px;
}

.dir_listing_gallery .large_image a {
  display:block;

  width: 250px;
  height: 156px;
  background: transparent;
}

.dir_listing_gallery .large_image a:hover {
  background: transparent;
}


.dir_listing_gallery .small_image {
  padding: 1px 1px 1px 1px;
  display: inline;
}

.dir_listing_gallery .small_image a {
  width: 55px;
  height: 55px;
}

.dir_listing_gallery .small_image a:hover {
  background: transparent;
}


.dir_listing_gallery .thumbnail {
  padding: 1px;
}

.dir_listing_gallery .thumbnail {
  width: 55px;
  height: 55px;
}

.small_image_list {
  display: inline;
}

.gallery_item_view .large_image {
  width: 100%;
  text-align: center;
}  

span.dir_listing_name {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
}

ul#directory_profile_list {
  list-style-type: none;
  margin: 1em;
  float: left;
  width: 100%;
}

ul#directory_profile_list li {
  float: left;
  text-align: center;
  padding-top: 5px;
  margin: 0;
  width: 25%;
}


.image_exp {
  margin: 1em;
}

.rating_table,
.rating_table tr,
.rating_table td {
  border: 0px;
  text-align: left;
  padding: 0;
}

.rating_table a:hover {
  background: inherit;
}

.award_vote {
  width: 230px;
  float: left;
  text-align: center;
}

.award_vote_image {
  width: 180px;
  float: left;
  text-align: center;
}

.award_vote_box {
  width: 50px;
  float: right;
  text-align: center;
  margin: 3px 0 3px 0;
}

.vote_award_title,
span.vote_end_date {
  font-weight: bold;
  display: block;
  width: 230px;
}

span.vote_end_date {
  font-size: .8em;
}

.award_vote a:hover {
  background: inherit;
  color: inherit;
}

ul.directory_head_list {
  list-style-type: none;
  padding: 0;
  margin: 5px;
}

ul.directory_head_list li {
  margin: 0;
  padding: 0 5px 0 5px;
  display: inline;
}
