.small_ad{
  border: 1px solid #cccccc;
  margin: 0px 0px 8px 0px;
  /*width: 600px;*/
}

.small_ad_is_distinguished{
  border: 1px solid #cccccc;
  margin: 0px 0px 8px 0px;
  /*width: 600px;*/
  background-color: #dddddd;
}


.small_ad .title,
.small_ad_is_distinguished .title{
  margin: 2px 4px;
  padding: 0px;
  font-weight: bold;
  font-size: 12px;
}

.small_ad .created_at,
.small_ad_is_distinguished .created_at{
  margin: 2px 4px;
  padding: 0px;
  font-weight: bold;
  /*font-style: italic;*/
  font-size: 10px;
}

.small_ad .content,
.small_ad_is_distinguished .content{
  margin: 2px 4px;
  padding: 0px;
}

.small_ad .small_ad_photo,
.small_ad_is_distinguished .small_ad_photo{
  float: right;
  margin: 4px 4px;
  border: 1px solid #cccccc;
  padding: 0px;
}

.small_ad .information,
.small_ad .information{
  clear: right;
  margin: 2px 4px;
  padding: 0px;
}


.small_ad .address,
.small_ad_is_distinguished .address{
  padding-left: 18px;
  background: transparent url('/mtSmallAdsPlugin/css/images/address_16x16.gif') no-repeat scroll 0 0;  
}

.small_ad_is_distinguished .email_address,
.small_ad .email_address{
  padding-left: 18px;
  background: transparent url('/mtSmallAdsPlugin/css/images/email_16x16.gif') no-repeat scroll 0 0;  
}

.small_ad .phone_number,
.small_ad_is_distinguished .phone_number{
  padding-left: 18px;
  background: transparent url('/mtSmallAdsPlugin/css/images/phone_16x16.gif') no-repeat scroll 0 0;  
}

.small_ad .website_address,
.small_ad_is_distinguished .website_address{
  padding-left: 18px;
  background: transparent url('/mtSmallAdsPlugin/css/images/website_16x16.gif') no-repeat scroll 0 0;  
}

