
#sbarz {

  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 12px;

  width: 303px;
  height: 647px;

  background: white;

  margin-left: 50px;
  margin-top: 10px;

  /* border-left: 1px solid #b7b7b7; */
  border-right: 1px solid #b7b7b7;

}

#sbarz img {
    /* override ridiculous global rules */
    float: none;
    margin: 0;
    padding :0;
}

#sbarz .color-log {

  font-weight: bold;
  font-size: 12px;

  background: cyan;
  color: white;

  margin-left: 8px;
  margin-right: 8px;

  line-height: normal;
  height: 18px;

  padding-left: 10px;

  padding-top: 3px;
  padding-bottom: 3px;

  cursor: pointer;

}

#sbarz .color-log .tab-title {

  text-transform: uppercase;

  position: absolute;
  top: 5px;
  left: 33px;

}


#sbarz .exp-log {

  position:relative;

  margin-top: 5px;

}

#sbarz .exp-log .exp-check {

  position: absolute;

  right: 7px;
  top: 5px;

}

#sbarz #tpk-items {
  position: relative;
  background-image: url('/i/sidebar/sbarz-tabs-tpk.gif');
}

#sbarz #tpk-items:hover {
  background-position: 0 -24px;
}

#sbarz #tpk-items #tpk-items-count {
  position: absolute;
  right: 13px;
  top: 3px;
  font-style: italic;

}

#sbarz #explore-recs-wrap {

  margin-top: 6px;
  margin-bottom: 4px;

}

#sbarz #explore-recs {

  position: relative;

  font-family: Georgia;
  font-size: 18px;
  font-weight: bold;

  background: white;

  padding-left: 14px;


}

#sbarz #explore-recs #explore-expand {

  position: absolute;
  right: 7px;
  top: 4px;

  border: 0;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  overflow: hidden;
}

#sbarz #explore-recs .expand-minus {
  background-image: url('/i/sidebar/expand-minus.gif');
}

#sbarz #explore-recs .expand-plus {
  background-image: url('/i/sidebar/expand-plus.gif');
}


#sbarz #exp-photos {
  background-image: url('/i/sidebar/sbarz-tabs-photos.gif');
}
#sbarz #exp-photos:hover {
  background-position: 0 -24px;
}


#sbarz #exp-attractions {
  background-image: url('/i/sidebar/sbarz-tabs-attractions.gif');
}
#sbarz #exp-attractions:hover {
  background-position: 0 -24px;
}


#sbarz #exp-accomodations {
  background-image: url('/i/sidebar/sbarz-tabs-accomodations.gif');
}
#sbarz #exp-accomodations:hover {
  background-position: 0 -24px;
}


#sbarz #exp-dining {
  background-image: url('/i/sidebar/sbarz-tabs-dining.gif');
}
#sbarz #exp-dining:hover {
  background-position: 0 -24px;
}


#sbarz #exp-activities {
  background-image: url('/i/sidebar/sbarz-tabs-activities.gif');
}
#sbarz #exp-activities:hover {
  background-position: 0 -24px;
}





#sbarz .exp-content {

  margin-left: 8px;
  margin-right: 8px;

  background: #e4e4e4;

  border-bottom: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
  border-right: 1px solid #b7b7b7;

  height: 441px; /* be careful, this component uses precise measurements */
  position: relative;
  overflow: auto;


}


#sbarz .single-special-innard {
  display: none;
}

#sbarz .single-special-innard-topline {
  position: relative;
  margin-left: 11px;
  margin-top:3px;
}

#sbarz .single-special-mostpop {
	font-weight:bold;
}

#sbarz .single-special-type {
  font-style: italic;
}

#sbarz .single-special-view-all-link {
  color: #EE4723;
  position: absolute;
  left: 200px;
}


#sbarz .all-innards {

}


#sbarz .exp-filter {

  position: relative;

  background: white;

 font-weight:bold;

  padding-top: 9px;
  padding-left: 5px;

  padding-bottom: 4px;

}


#sbarz .exp-filter-current {
  font-style: italic;
}

#sbarz .exp-filter-show {

  position: absolute;
  top: 8px;
  right: 4px;
  font-weight:normal;
  color: #EE4723;

}

#sbarz .exp-filter-hide {

  position: absolute;
  top: 8px;
  right: 4px;

  color: #777777;

  display: none;
}


#sbarz .exp-filter-content-wrap {
  background: white;
  padding-top: 4px;
  padding-bottom: 1px;
  border-bottom: 1px solid #b7b7b7;
}

#sbarz .exp-filter-content {

  background: #F4F5F7;

  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;

  border-top: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
  border-right: 2px solid #b7b7b7;
  border-bottom: 2px solid #b7b7b7;

}

#sbarz .exp-filter-heading {
  padding: 4px 7px 4px 7px;
  font-size: 13px;
  border-bottom: 1px solid #b7b7b7;
}

#sbarz .exp-filter-choices {
  padding: 4px 7px 4px 7px;
}

#sbarz .exp-filter-choice-element-all {
  font-size: 13px;
  color: #777777;
}

#sbarz .exp-filter-choice-element {
  font-style: italic;
  font-size: 12px;
  color: #777777;
  
}

#sbarz .exp-filter-choices a {
  color: #EE4723;
}


#sbarz .exp-photo-element {

  border: 1px solid #b7b7b7;

  background: white;
  margin: 6px 10px;

  height: 83px;

  position: relative;

}

#sbarz .exp-photo-element img {
  position: absolute;
  left: 24px;
  top: 2px;
}


#sbarz .tpk-element {

  position: relative;

  border: 1px solid #b7b7b7;

  background: white;
  margin: 6px 10px;

}

#sbarz .tpk-element-locale {

  position: relative;

  border: 1px solid #b7b7b7;

  background: white;
  margin: 6px 10px;

}



#sbarz .tpk_spilled_guts {
    position: relative;
    height: 83px;
}

#sbarz .tpk_spilled_guts_locale {
    min-height: 47px;
}

#sbarz .tpk_notez {
    background-color: #FFE8AA;
    background-image: url(/i/tpk-notecard.gif);
    background-repeat: no-repeat;
    background-position: 7px 2px;
    position: relative;
    margin: 2px;
}

#sbarz .tpk_notez_text {
    padding-left: 28px;
    padding-top: 3px;
    width: 195px;
    height: 17px;
    overflow: hidden;
}

#sbarz .tpk_notez_clicker {
    position: absolute;
    top: 3px;
    left: 228px;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    overflow: hidden;

}

#sbarz .tpk_notez_clicker_collapsed {
    background-image: url(/i/tpk-notez-clicker1.gif);
}

#sbarz .tpk_notez_clicker_expanded {
    background-image: url(/i/tpk-notez-clicker2.gif);
}


#sbarz .tpk-icon {
  position: absolute;
  top: 2px;
  left: 2px;
}

#sbarz .tpk-element-locale .tpk-text-wrap {
  /* border: 1px solid #cccccc; */
  margin-left: 30px;
  margin-right: 20px;
  margin-top: 3px;
}

#sbarz .tpk-locale {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px;
}

#sbarz .tpk-locale a {
  color: #26003B;
}

#sbarz .tpk-ranking-stars {
  display: block;
  margin-bottom: 4px;
}

#sbarz .tpk-pic {
  position: absolute;
  left: 32px;
  top: 2px;
}



#sbarz .tpk-x-button {
  position: absolute;
  top: 2px;
  left: 231px;
}



#sbarz .exp-element {

  border-top: 1px solid #b7b7b7;
  border-left: 1px solid #b7b7b7;
  border-right: 2px solid #b7b7b7;
  border-bottom: 2px solid #b7b7b7;

  background: white;

  margin: 3px 10px;


}

#sbarz .exp-element-main {
  padding: 4px 10px 7px 10px;
}

#sbarz .exp-element-title {
  padding-bottom: 4px;
}

#sbarz .exp-element-title a {
  font-size: 14px;
  color: #EE4723;
}


#sbarz .exp-element-ranking-line {
  font-style: italic;
  font-weight: bold;
  margin-top: 2px;
}
#sbarz .exp-element-ranking-line .exp-element-description
{
	font-style:normal;
	font-weight:normal;
	color:#242424;
}
#sbarz .exp-element-ranking-line  .exp-element-ranking-number
{
	font-size:11px;
	margin-top:5px;
	font-weight:normal;
	font-style:normal;
}
#sbarz .exp-element-ranking-stars {
  display: block;
  
  margin-top: 2px;
}

#sbarz .exp-element-ranking-stars img {

}

#sbarz .exp-element-ranking-number {
  color: #888888;
  display: block;
  float: left;
  
  margin-left: 7px;
}

#sbarz .exp-element-ranking-number-pound {
 
}

#sbarz .exp-element-ranking-type {
  color: #777777;
}


#sbarz .exp-element-trusted {
  border-top: 1px solid #b7b7b7; 
  position: relative;
  background: #FFFDD6;
  height: 35px;
}

#sbarz .trusted-is-active {
  background: #FFFDD6;
}

#sbarz .exp-trusted-show {
  color: #777777;
  font-weight: bold;
  position: absolute;
  top: 7px;
  left: 45px;
}


#sbarz .exp-trusted-count-wrap {
  background-image: url('/i/sidebar/starburst.gif');
  position: absolute;
  width: 30px;
  height: 30px;
  top: 2px;
  left: 8px;
}

#sbarz .exp-trusted-count {
  font-weight: bold;
  left: 11px;
  position: absolute;
  top: 6px;
}

#sbarz .exp-trusted-handle {
  width: 12px;
  height: 12px;
  overflow: hidden;
  position: absolute;
  top: 9px;
  right: 10px;
  text-indent: -9999px;
}

#sbarz .exp-trusted-handle-plus {
  background-image: url(/i/sidebar/endorse-plus.gif);
}

#sbarz .exp-trusted-handle-minus {
  background-image: url(/i/sidebar/endorse-minus.gif);
}

#sbarz .exp-trusted-the-content {

  border-top: 1px solid #b7b7b7; 

}

#sbarz .exp-trusted-text-desc {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 8px;
  padding: 5px 5px 4px 7px;
}

#sbarz .exp-trusted-pref-type {
  position: relative;
  height: 30px;
}

#sbarz .exp-trusted-pref-type img {
  display: inline;
  margin: 0;
  left: 3px;
  position: absolute;
}

#sbarz .exp-trusted-pref-type-desc {
  position: absolute;
  left: 29px;
}

#sbarz .exp-trusted-pref-type-count {
  border: 1px solid #cccccc;
  padding: 2px 6px;
  position: absolute;
  right: 7px;
  top: -3px;
}

#sbarz .exp-trusted-better-results {
  border-top: 1px solid #CCCCCC;
  padding-bottom: 8px;
  padding-top: 7px;
}

#sbarz .exp-trusted-better-results a {

}


#sbarz .exp-trusted-sources-heading {

  display: none;  /* DISABLE THIS WHOLE CHUNK */

  font-size: 13px;
  font-weight: bold;
  font-style: italic;

  padding-top: 5px;
  padding-left: 16px;


}

#sbarz .exp-trusted-source-line {

  color: #777777;
  font-style: italic;
  font-weight: bold;

  padding-top: 3px;

  padding-left: 50px;
}

#sbarz .exp-trusted-sources-optionz {
  margin-top: 5px;
  border-top: 1px solid #b7b7b7;  
  padding-top: 2px;
  padding-bottom: 2px;
}

#sbarz .exp-trusted-sources-optionz a {
  color: #EE4723;
  font-weight: bold;
  font-size: 11px;
}

#sbarz .exp-trusted-source-op-view {
  margin-left: 50px;
}
#sbarz .exp-trusted-source-op-customize {
  margin-left: 80px;
}






#sbarz .exp-nothing-found {
  font-weight: bold;
  margin-left: 11px;
  margin-top: 5px;
}

#sbarz .exp-nothing-found-text {
  display: block;
  margin-bottom: 10px;
}

#sbarz .exp-nothing-found-suggest-link {
  color: #EE4723;
}


#sbarz .paging {
  position: relative;
  background: white;
  border-bottom: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  padding-top: 3px;
  padding-bottom: 3px;
  text-transform: uppercase;
}

#sbarz .paging .pageprev {
  position: absolute;
  top: 0;
  left: 4px;

  padding-top: 4px;
  font-size: 11px;
  text-decoration: none;
  color: black;
}

#sbarz .paging .paging-this-page {
  display: block;
  text-align: center;
  font-weight: bold;
}

#sbarz .paging .pagenext {
  position: absolute;
  top: 0;
  right: 6px;

  padding-top: 4px;
  font-size: 11px;
  text-decoration: none;
  color: black;
}

/* NO LOCAL EXPERT */

#noLocalExpert{
border:1px solid Green;
float:left;
height:141px;
margin:0 0 0 3px;
overflow:hidden;
padding:0;
position:relative;
width:295px;
}
#noLocalExpert p{
color:#999999;
font-size:1.5em;
margin:0;
padding:2em;
position:relative;
}
#noLocalExpert a{
color:#666666;
font-weight:bold;
}

#sbarz .loading 
{
	
	margin:5px;	
}
#sbarz .loading img
{
	display:inline;
	margin-right:5px;	
}


