html{
  background-color: beige;
}

body{
  background-color: beige;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000;
  text-align: center;
  line-height: 20px;
}

.clear{
  clear: both;
  height: 8px;
  line-height: 8px;
}

#wrapper{
  margin: 0 auto;
  width: 732px;
}

#content{
  padding: 10px 0 0 0;
  text-align: left;
  float: left;
  margin-bottom: 10px;
}

.store{
  float: left;
  width: 220px;
  padding: 4px;
  background-color: #fff;
}

.store img{
  /*border: 2px solid #54bebf;*/
}

.info{
  padding: 0 0 0 8px;
}

.title{
  font-weight: bold;
  font-size: 13px;
  padding: 8px 0 4px 0;
}

  #text .title{
    font-size: 12px
  }

.address{
  height: 8em;
}

.opening_hours{
  height: 8em;
  padding-top: 1em;
}

.opening_hours_title{
  font-weight: bold;
}

.services{
  height: 5em;
}

.images{
  float: left;
  padding: 14px 0 0 0;
  width: 138px;
}

.images img{
  margin: 8px 0 0 0;
}

#text{
  background: none repeat scroll 0 0 #FFFFFF;
  padding: 4px 16px 10px;
  width: 424px;
}
