/* CENTER LIST
-------------------------------------------------------------- */
.centers { margin: 30px 0 0 0; }

.gmap-content {
  width: 480px;
  float: left;  
  position: relative;
}

#map_infos {
  border:1px dashed #ccc;
  padding:10px;
  margin-bottom: 1em;
}

#map_infos a.close {
  float: right;
  color: #ccc;
  padding: 0 0 4px 4px;
  font-size: 16px;
}

#map_infos a.close:hover {
  color: #999;
  font-weight: bold;
}


.centers .gmap {
  background-color: rgb(229, 227, 223);
  height: 420px;
  width: 480px;  
}

.gmap-mini {
  background-color: rgb(229, 227, 223);
  height: 130px;
  width: 150px;
	float: left;
	margin: 5px;
}

.gmap-mini-wrapper {
	float: left;
}

.centers .listing {
  float: right;
  width: 380px;
}

.centers .listing li { margin: 0 0 3px 0; }




/* CENTER PAGE
-------------------------------------------------------------- */
.center-info {
  float: left;
  width: 465px;
}

.center-info p {
  font-weight: bold;
  margin: 0 0 2px 0;
}

.center-info ul {
  margin: 0 0 15px 0;
}

.center-gmap {
  background-color: rgb(229, 227, 223);
  float: right;
  height: 400px;
  position: relative;
  width: 400px;
}
