.mapSidebar {
  background: white;
  width: 295px;
  height: 575px;
  overflow: hidden;
}

.mapSidebar .sidebarActual {
  float: left;
  width: 285px;
}

.mapSidebar .sidebarGrip {
  float: left;
  width: 9px;
  border-right: 1px solid #888888;
  height: 100%;
  background: #F2F0F1;
  cursor: pointer;
}

.mapSidebar .sidebarGrip .x {
  font-weight: bold;
  /* margin-top: 288px; */
}


.mapSidebar .sidebarHeader {
  background: #F2F0F1;
  border-bottom: 1px solid black;
  height: 30px;
  border-right: 1px solid #888888;
}

.mapSidebar .sidebarHeader .q {
  padding-top: 6px;
  padding-left: 8px;
  font-weight: bold;
}

.mapSidebar .sidebarFooter {
  background: #F2F0F1;
  height: 28px;
  border-top: 1px solid #888888;
  border-right: 1px solid #888888;
}

.mapSidebar .sidebarFooter .sidebarPInfo {
  float: left;
  padding-left: 6px;
  padding-top: 5px;
}

.mapSidebar .sidebarFooter .sidebarPInfo .q {
  text-transform: uppercase;
  color: #888888;
}

.mapSidebar .sidebarFooter .sidebarPInfo .sidebarCurrentPageNum {

}

.mapSidebar .sidebarFooter .sidebarPControl {
  float: right;
  width: 100px;
  padding-top: 6px;
  padding-right: 8px;
}

.mapSidebar .sidebarFooter .sidebarPControl a {
  width: 34px;
  height: 15px;
}

.mapSidebar .sidebarFooter .sidebarPControl .sidebarPagingPrev {
  background-image: url(/i/jsmap/arrow-prev-active.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  float: right;
}

.mapSidebar .sidebarFooter .sidebarPControl .sidebarPagingNext {
  background-image: url(/i/jsmap/arrow-next-active.gif);
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  float: right;
  margin-left: 6px;
}

.mapSidebar .sidebarFooter .sidebarPControl .sidebarPagingPrevDisabled {
  background-image: url(/i/jsmap/arrow-prev-inactive.gif);
  cursor: default;
}

.mapSidebar .sidebarFooter .sidebarPControl .sidebarPagingNextDisabled {
  background-image: url(/i/jsmap/arrow-next-inactive.gif);
  cursor: default;
}

.mapSidebar .sidebarContents {
  overflow: auto;
  /* height: 515px; - dynamic map height, this is now set in the javascript */
  border-right: 1px solid #888;
  position: relative;
}

.mapSidebar .sidebarContents .sidebarItem {
  cursor: pointer;
  padding-top: 4px;
  border-bottom: 1px solid #DEDEDE;
}

.mapSidebar .sidebarContents .itemHilite{
  border-bottom: 1px solid #DEDEDE !important;
}

.mapSidebar .sidebarContents .itemHilite{
  background: #fffde4 !important;
}

.mapSidebar .sidebarContents .sidebarItem .sidebarImage {
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
}

.mapSidebar .sidebarContents .sidebarItem .sidebarImage img {
  padding-left: 34px;
}

.mapSidebar .sidebarContents .sidebarItem .itemAttributes {
  position: relative;
  padding:0;
}

.mapSidebar .sidebarContents .sidebarItem .itemAttributes .itemTitle {
  color: Black;
  font-size: 14px;
  font-family: Arial, Helvetica, Sans-Serif;
  padding:7px;
  padding-bottom:3px;
  font-weight: bolder !important;
  text-decoration: none;
}



.mapSidebar .sidebarContents .sidebarItem .itemAttributes .itemCategory {
  padding-bottom: 3px;
  font-weight:normal;
  display:none;
  font-size:11px;
  color: Black;
}

.mapSidebar .sidebarContents .sidebarItem .itemAttributes .itemAddress {
  color: #888;
  font-size:11px;
  font-style: italic;
  padding: 2px 7px;
}

.mapSidebar .sidebarContents .sidebarItem .itemAttributes .itemTitle div 
{
	
}

.mapSidebar .sidebarContents .sidebarItem .itemAttributes .itemDesc {
  color: #333 !important;
  font-size:12px !important;
  padding: 1px 7px 3px 7px;
  font-weight: normal;
}



.mapSidebar .sidebarContents .sidebarItem .itemAttributes .itemDesc p {
  margin: 0;
  padding: 0;
}


.mapSidebar .sidebarContents .locationPhotoOuter {
  border-bottom: 1px solid;
}

.mapSidebar .sidebarContents .locationPhoto {
  position: relative;
  height: 100px;
}

.mapSidebar .sidebarContents .locationPhoto .locationIcon {
  position: absolute;
  top: 10px;
  left: 7px;
}

.mapSidebar .sidebarContents .locationPhoto .locationIcon img {

}

.mapSidebar .sidebarContents .locationPhoto .locationImage {
  position: absolute;
  top: 11px;
  left: 45px;
}

.mapSidebar .sidebarContents .locationPhoto .locationImage a {

}

.mapSidebar .sidebarContents .locationPhoto .locationImage a img {
  border: none;
}



.mapSidebar .sidebarContents .locationItemOuter {
  border-bottom: 1px solid;
}

.mapSidebar .sidebarContents .locationItem {
  min-height: 55px;
}

.mapSidebar .sidebarContents .locationItem .locationIcon {
  float: left;
  margin-left: 7px;
  margin-top: 7px;
}

.mapSidebar .sidebarContents .locationItem .locationIcon img {

}

.mapSidebar .sidebarContents .locationItem .locationItemContent {
  float: left;
  width: 200px;
  margin-left: 14px;
  margin-top: 4px;
}

.mapSidebar .sidebarContents .locationItem .locationItemContent .locationItemName {

}

.mapSidebar .sidebarContents .locationItem .locationItemContent .locationItemName a {

}

.mapSidebar .sidebarContents .locationItem .locationItemContent .locationItemRating {
  margin-top: 7px;
  margin-bottom: 10px;
}

.mapSidebar .sidebarContents .locationItem .locationItemContent .locationItemRating img {

}


div.itemPhoto 
{
    float:right;
    padding: 0 5px 5px 5px;
}

div.itemPhoto img
{
    border: 1px solid #999;
}

.divClear { clear:both;}
