#parking_advertisements{
 text-align:left;
}

.adverts{
  width: 700px;
  height:370px;
  background-color: #F5F5F5;
  padding: 15px;
  border-radius: 15px;
  border: black solid 2px;
  margin-bottom: 15px;
  margin-left: 132.5px;
}

.advert_google_map{
   width: 250px;
  height:350px;
  margin-bottom:10px;
  float:left;
}

.id_title{
   width: 200px;
  height:20px;
  float:left;
margin-bottom: 80px;
  background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE 1px, #FFFFFF 25px) repeat scroll 0 0 transparent;
    border: 1px solid #E5E5E5;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    font: 12px Verdana,Tahoma,sans-serif;
  border-radius: 15px;
padding: 8px;
text-align:center;
}

.advert_title{
    width: 430px;
    height: 20px;   
  background: none repeat scroll 0 0 #617798;
  color: #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    font: 12px Verdana,Tahoma,sans-serif;
    border-radius: 15px;
    text-align:center;
    padding: 8px 8px 8px 4px;
    font-weight:bold;
    float:left;
  margin-bottom:10px;
}

.advert_description{
  width: 430px;
  height: 120px;
    background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE 1px, #FFFFFF 25px) repeat scroll 0 0 transparent;
    border: 1px solid #E5E5E5;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    font: 12px Verdana,Tahoma,sans-serif;
  border-radius: 15px;
    padding: 8px 8px 8px 4px;
  float:left;
}

#price_container{
    padding: 8px 8px 8px 4px;
    text-align: center;
    width: 210px;
    height: 70px;
   float:left;
}

#date_container{
    padding: 8px 8px 8px 4px;
    text-align: center;
    width: 210px;
    height: 70px;
   float:left;
}

.price_title_price_date{
  float:left;
 height: 70px;
}

.price_title{
  width:160px;
  height:25px;
}

.price{
  width: 50px;
  padding: 4px;
  font-weight:bold;
  background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE 1px, #FFFFFF 25px) repeat scroll 0 0 transparent;
  border: 1px solid #E5E5E5;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  font: 12px Verdana,Tahoma,sans-serif;
  border-radius: 15px;
  float:left;
  margin-left: 50px;
}

.date_title{
   float:left;
}

.date{
  background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE 1px, #FFFFFF 25px) repeat scroll 0 0 transparent;
    border: 1px solid #E5E5E5;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    font: 12px Verdana,Tahoma,sans-serif;
  border-radius: 15px;
    padding: 4px;
   float:left;
  margin-left: 40px;
}

.contact_owner
{
  padding: 8px 8px 8px 4px;
  width: 430px;
  height: 30px;
  float:left;
}

.contact_owner_button{
  margin-left: 100px;
  background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE 1px, #FFFFFF 25px) repeat scroll 0 0 transparent;
    border: 1px solid #E5E5E5;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    font: 12px Verdana,Tahoma,sans-serif;
    padding: 8px;
width:210px;
font-weight:bold;
}

#vehicle_container{
    padding:4px;
    text-align: center;
    width: 210px;
    height: 70px;
   float:left;
}

#exchange_container{
    padding: 4px;
    text-align: center;
    width: 210px;
    height: 70px;
   float:left;
}

.exchange_vehicle{
  float:left;
  height: 70px;
}

.exchange_title{
  width:160px;
  height:25px;
}

.exchange{
  width: 50px;
  padding: 4px;
  font-weight:bold;
  background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE 1px, #FFFFFF 25px) repeat scroll 0 0 transparent;
  border: 1px solid #E5E5E5;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  font: 12px Verdana,Tahoma,sans-serif;
  border-radius: 15px;
  float:left;
  margin-left: 50px;
}

.vehicle_title{
  width:160px;
  height:25px;
}

.vehicle{
  background: -moz-linear-gradient(center top , #FFFFFF, #EEEEEE 1px, #FFFFFF 25px) repeat scroll 0 0 transparent;
    border: 1px solid #E5E5E5;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    font: 12px Verdana,Tahoma,sans-serif;
  border-radius: 15px;
    padding: 4px;
   float:left;
  margin-left: 25px;
text-align:center;
}

#google_maps{
 float:left;
 padding-top: 5px;
 text-align:center;
}