
/* _CSS_DEFAULT_STYLE */

  #map {
    background:#999999;
  }
  #tx-rggooglemap-cat {
    padding:1px 30px;
    font-weight:normal;
  }
  #tx-rggooglemap-poiNest {
    padding:5px 0;
  }
  .tx-rggooglemap-poi {
    float:left;
    width:160px;
  }
  .tx-rggooglemap-poi li {
    list-style:circle;
  }
  
  .tx-rggooglemap-poi h1 {
    text-decoration:none;
    font-size:1.3em;
    text-align: center;
  }
  .tx-rggooglemap-poi a, .tx-rggooglemap-poi a:link, .tx-rggooglemap-poi a:visited, .tx-rggooglemap-poi a:active {
    text-decoration:none;
    font-size: 0.9em;
    
  }
  .tx-rggooglemap-poi a:hover {
    
  }
