.places-list-container {
  width: 730px;
  /*margin: 0 auto;*/
  margin-left: 20px;
}

.places-list-container .shadow-dropper {
  /* padding: 3px 0 20px 0; */
}

.places-type {
  clear:both;
  padding-top: 10px;
}
.place-typeName {
  position: relative;
  left: -11px;
  width: 80%;
}

.place-typeName .typeName-left {
  background: transparent url(/images/new/group-title-bg.png) scroll no-repeat 0 0;
  width: 11px;
  height: 39px;
  float: left;
}

.place-typeName .typeName {
  background: transparent url(/images/new/group-title-bg.png) scroll repeat-x 0 0;
  height: 30px;
  width: 250px;
  float: left;
  line-height: 30px;
  color: #FFFFFF;
  padding-left: 20px;
  font-weight: bold;
  font-size: 16px;
}

.place-typeName .typeName h1 {
  font-size: 16px;
}

.places-list {
  padding:0 10px;
}

.places-list .block-content-info {
  float: right;
  width: 220px;
  padding-top: 8px;
}

.block-row {
  padding-top: 8px;
  margin-bottom: 4px;
  background: transparent url(/images/new/event-block-hseparator.png) scroll repeat-x 0 0;
}

.block-left, .block-right {
  width: 332px;
  padding: 0 8px 3px 8px;
}

.item-title-container .bg-center {
  width: 316px;
}

.place-title {
  margin-top: 8px;
  margin-bottom: 5px;
}

.place-title a{
  color: #ED7425;
}

.block-content-info .location-text {
  background: transparent url(/images/new/event-place-green-bg-center.png) scroll repeat-x left top;
}

.place-address {
  margin-bottom: 4px;
  background-color: #efefef;
  font-style: italic;
  /*height: 32px;*/
  /*float: left;*/
  /*width: 140px;*/
}
.highlighted .place-address {
  background-color: #E2F2F2;
}

.place-address .bg-magnifier {
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display: inline;
  width: 17px;
  height: 11px;
  margin-left: 10px;
  margin-top: 1px;
  cursor: pointer;
  background: url("/images/icons-16px.png") no-repeat scroll 0px -80px transparent;
}

.place-details {
  width: 70px;
  height: 17px;
  background: transparent url(/images/new/btn-details-place-bg.png) scroll repeat-x left top;
  display: block;
  float: right;
  text-align: center;
  line-height: 17px;
  font-size: 11px;
  margin-left: 10px;
}

.place-details, .place-details:hover {
    color: #FFFFFF !important;
}

.place-facilities {
  display: inline;
}

.facility-title {
  /*float: left;*/
  vertical-align:top;
  line-height: 22px;
  font-weight: bold;
  text-decoration: underline;
}

.places-list .facilities-legend {
  width: 135px;
}

.places-in-chain {
  margin-left: 20px;
  border: 1px solid #666666;
}

.places-in-chain .block-left{
  display: block;
  width: 95%;
}

.top-bar {
  position:relative;
  height:39px;
  width:765px;
}

.top-bar div.bar-left {
  float:left;
  background: transparent url(/images/menu-li-left.png) left center no-repeat scroll;
  position:absolute;
  margin:auto;
  width:8px;
  height:39px;
  left:0;
  top:0;
}
.top-bar div.bar-center {
  float:left;
  background: transparent url(/images/menu-li-center.png) left center repeat-x scroll;
  bottom:0;
  left:8px;
  margin:auto;
  position:absolute;
  right:8px;
  top:0;
}
.top-bar div.bar-right {
  float:right;
  background: transparent url(/images/menu-li-right.png) right center no-repeat scroll;
  position:absolute;
  margin:auto;
  width:8px;
  height:39px;
  right:0;
  top:0;
}

.top-bar .bar-arrow {
  cursor: pointer;
  margin-top: 5px;
  padding: 5px 0px 5px 30px;
  background: transparent url(/images/icons/right-arrow-icon.png) left center no-repeat scroll;
}
.top-bar .bar-arrow.expanded{
  background: transparent url(/images/icons/down-arrow-icon.png) left center no-repeat scroll;
}

#map-top-bar,
#map-top-bar .title .bg-arrow-expanded,
#map-top-bar .title .bg-arrow-collapsed {
  height: 26px !important;
}

#map-top-bar .title {
  line-height: 26px !important;
  font-size: 12px;
}

#map-top-bar .layer-list {
  top: 26px !important;
}

#map-holder {
  float:none !important;
}

#map-holder .map-shadow .shadow-left {
  height: 200px;
}

#no-places-found {
  color:#303030;
  height:60px;
  line-height:60px;
  padding-left:20px;
}

