
body {
  background:#eaeaea;
  text-align:center;
  font-size:12px;
}

div#content {
  padding:10px;
  text-align:left;
  width:800px;
  margin-left:auto;
  margin-right:auto;
  background:#ffffff;
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
}

div#contentinfos {
  margin-top:10px;
  margin-left:15px;
}


div#infosright {
  margin-left:20px;
  margin-bottom:20px;
  float:right;
}

span.classification {
  display:block;
  color:#999999;
  font-size:14px;
}

span.title {
  display:block;
  color:rgb(117,66,47);
  font-size:14px;
  font-weight:bold;
}

ul {
  list-style-type:square;
  list-style-image:url('../img/square_grey.gif');
  margin-left:10px;
  padding-left:10px;
}

a {
  color:rgb(117,66,47);
  text-decoration:none;
  font-weight:bold;
}

a:hover {
  color:red;
}

img {
  cursor:pointer;
}

div.clear {
  clear:both;
}

a.googlemap {

  text-decoration:none;
  background:url('../img/square_grey.gif') no-repeat;
  padding-left:10px;
  background-position:center left;
}

.componentheading{
padding-left:0;

font-size: 22px;
height: 30px;
border-bottom: 1px solid #75422f;

color: #75422f;
margin-bottom:15px;
}

