/* CSS for ad plugin */

/*ad form */
.ad_form {
  background:#CCC;
  padding:10px;
  color:#333;
}
.ad_form  fieldset{
  border:1px solid #999;
  padding:10px;
}
.ad_form  legend{
  background:#FFF;
  color:#666;
  padding:3px 5px;
  border:1px solid #BBB;
  font-size:11px;
  display:block;
}

/*ad list*/

.ad_list table {
  width:100%;
  border:none;
}
.ad_list td {
  border-bottom: 1px dotted #DDD;
  padding-right:5px;
}
.ad-list-date, .ad-list-time
{
  margin-bottom:5px;
}
#ad-list-searchbox {
  padding:5px;
  background:#DDD;
  border:1px solide #CCC;
  text-align:right;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}
.ad-list-date {
    width:5%;
}
.ad-list-image {
    width:5%;
	text-align:center;
}
.ad-list-category {
    width:200px;
}
.ad-list-image img {
    float: left;
	margin: 5px 10px 5px 0px;
	border: 1px solid #DDD;
	padding: 2px;
}
.ad-list-title {
  font-weight: bold!important;
  font-size: 1.1em!important;
  color: #999!important;
}
.ad-list-price {
  font-size: 1.0em!important;
}
.ad-list-cat, .ad-list-postcode, .ad-list-city {
  font-size:0.95em!important;
  margin-bottom:5px;
}

/*ad detail*/
.ad-title {
  width:100%;
  text-transform:lowercase;
  text-transform: capitalize;
}
#ad h1{
  text-transform:uppercase;
  font-size: 18px;
  margin:0px;
}
#ad h3{
  font-weight: bold;
  margin-bottom :7px;
  padding:5px;
  background:#CCC;
}
.ad-price {
   font-weight: bold;
   font-size: 1.1em;
   color: #999;
}
.ad-picture {
  padding-right:5px;
  min-width:500px;
}
.ad-picture img{
  border: 1px solid #DDD;
  padding: 5px;
  margin-right:5px;
}
.ad-pictures {
  padding-right:10px;
}
.ad-col1 {
  float: left;
  width: 150px;
  display: block;
}
.ad-col2 {
  width: 400px;
  display: block;
  text-align:right;
}
.ad-detail {
  margin-top:7px;
}
#ad-pictures {
  margin: 5px 0px;
}
#ad-pictures img{
  border: 1px solid #DDD;
  padding: 5px;
  margin-right:5px;
}
.contact_admin {
  border:1px solid #CCC;
  width:250px!important;
}
.contact_admin p{
  margin:5px;
}

.info_picture {
  font-size: x-small;
  color: #bbb;
  text-align: left;
  margin: 0px 8px 10px 0px;
}
.info_picture img {
  margin: 0px !important;
  padding: 0px !important;
  border: 0px !important;
}
/*contact form */
.classifieds-contact {
  margin:25px;
}
.classifieds-alignright {
  white-space: nowrap;
  width:10%;
  text-align:right;
}