#mapwrapper, #map_canvas {height:300px;}
#map_canvas {background: url(../../../parts/img/loader.gif) center center no-repeat;}

#topbody h4 {
  padding-bottom:5px;
  font-size:108%
}

#topMain {
  float:left;
  width:100%;
  margin-right: -304px;
}
#topMain .in {
  margin-right: 315px;
}

#topSide {
  float:right;
  width:304px;
}

#topEx {font-size: 92%; line-height:1.5;}

/* randImgs
----------------------------------------------- */
#randImgs {
  width:304px;
}
#randImgs img {
  width:70px; height:70px;
  margin: 0 3px 6px 3px;;
}

/* 
----------------------------------------------- */
#iconParade {
  margin-top:5px;
  width:100%;
  height:56px;
  overflow:hidden;
}

#iconParade code {
  display:inline-block;
  margin:0 2px 2px 2px;
}
#iconUpDown .icon {cursor:default;}

/* 
----------------------------------------------- */
.topList div {
  color: #888;
  padding-left:1em;
  text-indent:-1em;
}
#msgbody {
  border: 1px solid #ddd;
  margin:0 0 10px 2px;
  padding:5px;
  -webkit-border-radius: 10px;
  -moz-border-radius:10px;
}

hr {
  background-color: transparent;
  border-bottom: 1px dotted #ddd;
}

/* markerTips
----------------------------------------------- */
#topMain .markerTips {
  position:absolute;
  margin-left:2px;
  background-color: #f93;
  border: 2px solid #f30;
  padding:1px 5px;
  font-size: 92%;
  font-weight:normal;
  font-family:sans-serif;
  border-radius: 5px;
  opacity: 1;
  white-space: nowrap;
  color:#ccc;
}
#topMain .markerTips a {color:#fff;}