.YMaps-b-balloon-content {
    !width: 300px;
    !max-width: 300px;
  }
.new_btn {
  padding: 12px;
  font: 14px Tahoma;
  background: #009900;
}
    .new_btn a:link, .new_btn a:hover, .new_btn a:visited {
      color: #fff;
      text-decoration: none;
      border-bottom: 1px dashed #FFFFFF;
    }
          .new_btn a:hover {
            border: 1px solid #009900;
          }
.plus {
  color: #FFFFFF;
  font-size: 20px;
  font-family: Verdana;
  line-height: 12px;
}

  #extympsbox
{
   background: #fff;
   width: 100%;

   height:700px;
   margin:0px;
   /*border: 1px solid red;*/
}
.mapoverlay {
   position: absolute;
   z-index: 1;
   background: url(../images/fancy_close.png);
   width: 30px;
   height:30px;
   cursor:pointer;
}
#YMapsID {
   height:100%;
   float:left;
}

#places {
        height:100%;
        float:right;
        overflow: scroll;



}

#places > div {
   margin: 0px 5px 0px 5px;
}
#plinks a{
        display:block;
        margin:0;
        padding: 5px 5px 5px 5px;
        text-decoration: underline;
        color: #0066CC;
}
#plinks a:hover{
        color: #FF3366;
        text-decoration: none;
}
#plinks a.pvisited{
        color: #666666;
}
#plinks a.pvisited:hover{
        color: #FF3366;
        text-decoration: none;

}


#plinks a.pactive, #plinks a.pactive:hover {
   text-decoration: none;
   background: #FFF7D7;
   color: #333333;
   border-bottom: 1px dashed #6699FF;
}
