

/* -------- LAYOUT STYLES BEGIN -------- */
body {
  text-align: center; /* IE center Bug fix*/
  font: normal 12px Tahoma, Verdana, sans-serif;
  background: #FFFFFF url(/images/new/body-bg-bottom.jpg) scroll no-repeat 50% 100%;
  margin: 0px;
  padding: 0px;
  color: #333333;
}

body .body-bg-bottom {
  background: transparent url(/images/new/body-bg-top.jpg) scroll no-repeat 50% 0;
}

body * {
  margin: 0px;
  padding: 0px;
}

h1 {font-size: 2em; }
h2 {font-size: 1.5em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}
h5 {font-size: 0.8em;}


#header, #header-links, #content, #footer {
  width: 980px;
  margin: 0 auto;
  text-align: left;  /*Fix IE bug*/
}
#content {
  min-height: 845px;
}

.left-menu .panel, #search-form.panel {
  /* rich text editor makes a colision on .panel class with display:none*/
  display: block;
}

div, img {
  display: block;
  border: 0px none #000000;
}
form, fieldset {
  border: 0px none #000000;
  margin: 0;
  padding: 0;
}

a, a:hover, a:active, a:link, a:visited {
  outline-style: none;
  text-decoration: none;
}

ol, ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}


/* GENERIC CLASSES */
.panel {
  margin-top:4px;
}

.button {
  cursor:pointer;
  display:inline;
  height:20px;
  line-height: 18px;
  border: 0px none #FFFFFF;
  background-color: #FFFFFF;
}
.button a {
  padding: 4px 4px;
  /*vertical-align:middle;*/
}

.clear {
  clear: both;
  float: none;
}

.shadow {
  background-color: #E0E6EA;
  margin-left: 3px;
  margin-top: 3px;
}
.shadow-dropper {
  position: relative;
  bottom: 3px;
  right: 3px;
  background-color: #FFFFFF;
}

/* CONTENT */
.content-block {
  clear:right;
  float:right;
  width: 772px;
  background-color: #F1F7FC;
}

/* LEFT MENUS STYLES*/
.left-menu {
  width: 200px;
  float: left;
  clear:left;
  text-align: left;  /*Fix IE bug*/
  background-color: #F1F7FC;
  /*margin-top: 4px;*/
  font-weight: bold;
}

.panel-top .corner-left, .panel-top .corner-right, .panel-bottom .corner-left, .panel-bottom .corner-right {
  display: block;
  height: 7px;
  overflow: hidden;
}

.panel-top .corner-left {
  background: transparent url(/images/new/panel-border.png) scroll no-repeat left top;
  width: 7px;
  float: left;
}
.panel-top .corner-right {
  background: transparent url(/images/new/panel-border.png) scroll no-repeat right top;
  float: right;
  clear: none;
}
.panel-bottom .corner-left {
  background: transparent url(/images/new/panel-border.png) scroll no-repeat left bottom;
  width: 7px;
  float: left;
}
.panel-bottom .corner-right {
  background: transparent url(/images/new/panel-border.png) scroll no-repeat right bottom;
  float: right;
  clear: none;
}

.left-menu .panel-top .corner-right, .left-menu .panel-bottom .corner-right {
  width: 192px;
}

.content-block .panel-top .corner-right, .content-block .panel-bottom .corner-right {
  width: 765px;
}

.content-block .panel-right {
  padding-left: 4px;
  padding-right: 4px;
}

.panel-left {
  background: transparent url(/images/new/panel-border-bg-left.png) scroll repeat-y left center;
}

.panel-right {
  background: transparent url(/images/new/panel-border-bg-right.png) scroll repeat-y right center;
  padding-top: 18px;
}

.left-menu .searchmap-container {
  display: block;
  position: relative;
  left: -11px;
  /* set up width/height - so that element will gail hasLayout property
                      so needed for IE render                        */
  width: 206px;
  height: 39px;
}

.searchmap-container .searchmap-left {

  background: transparent url(/images/new/menu-searchmap-left.png) scroll no-repeat left top;
  width: 11px;
  height: 39px;
  float: left;
}

.searchmap-container .searchmap-box {
  float: left;
  display: block;
  padding: 0 5px;
  background: transparent url(/images/new/menu-block-titles.png) scroll repeat-x 0px -96px;
  width: 184px;
  height: 30px;
}

.searchmap-container .searchmap {
  padding-left: 40px;
  line-height: 28px;
  color: #FFFFFF !important;
  display: block;
  font-size: 13px;
}

a.searchmap:hover {
  text-decoration: underline !important;
}

.searchmap-container .searchmap-box .searchmap-box-bg {
  float: left;
  display: block;
  height: 32px;
  margin-right: 6px;
  margin-top: 1px;
  width: 32px;
  background: transparent url(/images/new/menu-searchmap-magnifier.png) scroll no-repeat left center;
}


.left-menu .first-menu{
  padding: 5px 8px 0 8px;
  margin-bottom: -23px;
}
.left-menu .second-menu {
  padding: 5px 8px 0 8px;
  margin-bottom: 10px;
}
.left-menu .fourth-menu {
  padding: 5px 8px 0 8px;
  margin-bottom: -30px;
}
.left-menu .fiftf-menu {
  padding: 5px 8px 0 8px;
  margin-top: 40px;
}
.left-menu .add-info-wrap {
  padding: 5px 10px;
}
.left-menu .add-info {
  margin: 5px 0;
}
.left-menu .add-info a,
.left-menu .add-info a:active,
.left-menu .add-info a:visited,
.left-menu .add-info a:link,
.left-menu .add-info a:hover {
  color: #0574AB;
  vertical-align: top;
  line-height: 18px;
}
.left-menu .add-info .icn-add-blue,
.left-menu .add-info .icn-add-green {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}

.left-menu .add-info .icn-add-blue {
  background: transparent url("/images/new/plus_add.png") no-repeat scroll 0 0;
}

.left-menu .add-info .icn-add-green {
  background: transparent url("/images/new/plus_add.png") no-repeat scroll -16px 0;
}

.left-menu .add-info a:hover {
  text-decoration: underline;
}
#menu-item-reviews {
  padding: 5px 11px 0;
  margin-bottom: 10px;
}
#menu-item-reviews .shadow-dropper {
  background: url("/images/new/menu-block-titles.png") repeat-x scroll 0px -32px transparent;
}

#menu-item-reviews-icon {
  width: 32px;
  height: 32px;
  float: left;
  margin: 0px 0px 0px 10px;
  background: url("/images/new/icons/icon-reviews.png") repeat-x scroll left top transparent;
}
#menu-item-reviews .title {
  width: 120px;
  cursor: pointer;
}
#menu-item-reviews a:hover .title {
  text-decoration: underline;
}

#menu-tickets {
  padding: 5px 11px 0;
  margin-bottom: 10px;
}
#menu-tickets .shadow-dropper {
  background: url("/images/new/menu-block-titles.png") repeat-x scroll 0px -96px transparent;
}

#menu-tickets-icon {
  width: 32px;
  height: 32px;
  float: left;
  margin: 0px 0px 0px 10px;
  background: url("/images/new/icons/sprite.png") no-repeat scroll 0px -536px transparent;
}
#menu-tickets .title {
  width: 120px;
  cursor: pointer;
}
#menu-tickets a:hover .title {
  text-decoration: underline;
}

.left-menu .block-title {
  border-width: 0px;
  position: relative;
  height: 32px;
  padding: 0 10px;
  z-index: 6;
}

.left-menu .shadow-left {
  width: 8px;
  height: 32px;
  float: left;
  background: transparent url(/images/new/menu-block-title-bg-left.png) scroll no-repeat top left;
}

.left-menu .title {
  height: 32px;
  line-height: 28px;
  color: #FFFFFF;
  font-size: 22px;
  font-family: Verdana;
  font-weight: normal;
  float: left;
  padding-left: 10px;
  width: 140px;
}
.left-menu .block-title a:hover .title {
  text-decoration: underline;
}

.left-menu .block-title .blue {
  background: transparent url(/images/new/menu-block-titles.png) scroll repeat-x 0px 0px;
}
.left-menu .block-title .green {
  background: transparent url(/images/new/menu-block-titles.png) scroll repeat-x 0px -64px;
}

.left-menu .block-container {
  margin-left: 3px;
  position: relative;
  top: -21px;
  width: 178px;
}

.left-menu .block-content {
  padding-top: 30px;
}
.left-menu .fourth-menu .block-content {
  padding-top: 5px;
}

.menu-places {
  overflow: hidden;
}

.menu-places, .menu-events {
  padding: 0px 6px 6px 6px;
}

.menu-places li, .menu-events li {
  border-top: 1px dotted #989797;
}

.menu-places li, .menu-events li {
  height: 27px;
  line-height: 27px;
}

.menu-places .expanded {
  height: auto;
}

.menu-places .icon-holder, .menu-events .icon-holder {
  margin: 1px 0;
  height: 25px;
  line-height: 25px;
}

.menu-places li.expanded {
  padding-bottom: 0px;
  background: transparent url(/images/new/menu-arrow-expanded.png) scroll no-repeat 0px 12px;
}
.menu-places li.expanded>a:hover {
  background: #1AA2EB url(/images/new/menu-arrow-expanded-white.png) scroll no-repeat left center;
}

.menu-places li.collapsed {
  background: transparent url(/images/new/menu-arrow-collapsed.png) scroll no-repeat left center;
}
.menu-places li.collapsed>a:hover {
  background: #1AA2EB url(/images/new/menu-arrow-collapsed-white.png) scroll no-repeat left center;
}

.menu-places .icon-holder, .menu-events .icon-holder {
  display: block;
}

.menu-places .icon-holder .menu-item-icon-bg, .menu-events .icon-holder .menu-item-icon-bg {
  display: block;
  float: right;
  position: absolute;
  right: 6px;
  height:25px;
  width:38px;
  background: transparent url(/images/new/menu-icon-bg.png) scroll no-repeat 0 0;
}
.menu-places .icon-holder .menu-item-text, .menu-events .icon-holder .menu-item-text {
  position: relative;
  z-index:1;
}
.menu-item-text h3,
.menu-item-icon h3 {
  font-size: 12px;
}

.submenu li {
  padding: 0 0 0 12px;
  height: 22px;
  line-height: 22px;
  overflow: visible;
  border-top: 0px none black;
  background: transparent url(/images/new/menu-bullet-blue.png) scroll no-repeat 13px 8px;
}

.submenu li a {
  background: transparent url(/images/new/menu-sub-separator.png) scroll no-repeat left bottom;
}
.submenu li h3 {
  font-size: 12px;
}

.left-menu .icon-holder .menu-item-icon {
  display: block;
  background-color: transparent;
  background-attachment: scroll;
  background-repeat: no-repeat;
}

.menu-places li a, .menu-events li a {
  padding-left: 12px;
  display: block;
  background-color: transparent;
  background-attachment: scroll;
  background-repeat: no-repeat;
}

.calendar-title {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 7px;
  text-align: center;
}

#sidebar-calendar {
  width: 172px;
  margin: 0 auto;
}

#inputDays {
  display:block;
  font-size:11px;
  margin-right:12px;
  margin-top: 5px;
  text-align:center;
  width:60px;
  padding-top: 1px;
  height:16px;
  overflow:hidden;
  margin-left: auto;
}
.event-calendar {
  padding-bottom: 5px;
}
.block-left {
  clear: both;
  float: left;
}

.block-right {
  float: right;
}
.block-center {
  clear: both;
}

.category-block {
  width: 376px;
  margin-bottom: -34px;
}
.category-block.block-center {
  width: auto;
  float: left;
}

.category-block .block-title {
  border-width: 0px;
  padding: 10px 0 6px 0;
  position: relative;
  z-index: 12;
  width: 376px;
}
.category-block.block-center .block-title {
  width: 764px;
}

.category-block .title-left {
  width: 13px;
  height: 42px;
  float: left;
}

.category-block.block-left .title-left {
  background: transparent url(/images/new/block-titles.png) scroll no-repeat 0px -150px;
}
.category-block.block-right .title-left {
  background: transparent url(/images/new/block-titles.png) scroll no-repeat 0px 0px;
}
.category-block.block-center .title-left {
  background: transparent url(/images/new/block-titles.png) scroll no-repeat 0px 0px;
}

.category-block .title {
  width: 330px;
  line-height: 30px;
  height: 30px;
  font-weight: normal;
  font-size: 20px;
  float:left;
  margin: 6px 0;
  padding-left: 20px;
}
.category-block.block-left .title {
  background: transparent url(/images/new/block-titles.png) scroll repeat-x 0px -200px;
}
.category-block.block-right .title {
  background: transparent url(/images/new/block-titles.png) scroll repeat-x 0 -50px;
}
.category-block.block-center .title {
  background: transparent url(/images/new/block-titles.png) scroll repeat-x 0 -50px;
  width: 718px;
}
.category-block .title-right {
  width: 13px;
  height: 42px;
  float: left;
}
.category-block.block-left .title-right {
  background: transparent url(/images/new/block-titles.png) scroll no-repeat 100% -250px;
}
.category-block.block-right .title-right {
  background: transparent url(/images/new/block-titles.png) scroll no-repeat 100% -100px;
}
.category-block.block-center .title-right {
  background: transparent url(/images/new/block-titles.png) scroll no-repeat 100% -100px;
}
.category-block .title h2,
.category-block .title h1 {
  font-size: 20px;
}
.category-block .title a {
  font-weight: bold;
  font-family: Verdana;
  font-size: 20px;
  line-height: 20px;
}

.category-block .title a,
.category-block .title a:hover,
.category-block .title a:link, 
.category-block .title a:visited {
  color: #FFF;
  text-decoration: none;
}

.category-block .container {
  width: 353px;
  margin-left:13px;
  margin-right: 13px;
  position: relative;
  top: -55px;
  z-index: 11;
}
.category-block.block-center .container {
  width: 741px;
}

.category-block .block-content {
  padding: 65px 7px 8px 7px;
  z-index: 12;
  min-height: 327px;
}
.category-block.block-center .block-content {
  min-height: 100px;
}

.block-item {
  padding-bottom: 10px;
}

.block-item .center-images .content {
  max-height: 75px;
  max-width: 100px;
}

.item-title-container {
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 4px;
}

.item-title-container .bg-left {
  background: transparent url(/images/new/block-item-title-bg-left.png) scroll no-repeat right top;
  float: left;
  width: 8px;
  height: 18px;
}
.highlighted .item-title-container .bg-left {
  background: transparent url(/images/new/block-item-title-blue-bg-left.png) scroll no-repeat right top;
}

.item-title-container .bg-center {
  background-color: #F2F2F2;
  float: left;
  height: 18px;
  width: 320px;
}
.highlighted .item-title-container .bg-center {
  background-color: #E2F2F2;
}

.highlighted .item-title-container .bg-highlighted {
  width: 14px;
  height: 14px;
  margin: 2px 5px 0 0;
  background: url("/images/icons-16px.png") no-repeat scroll 0px -60px transparent;
  vertical-align: top;
  text-decoration: none;
  float: left;
}

.item-title-container .bg-center a {
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

.item-title-container .bg-center a span {
  vertical-align: baseline;
  cursor: pointer;
}

.item-title-container .bg-center a,
.item-title-container .bg-center a:link,
.item-title-container .bg-center a:hover,
.item-title-container .bg-center a:visited,
.item-title-container .bg-center a:active {
  color: #0574AB;
}

.item-title-container .bg-right {
  background: transparent url(/images/new/block-item-title-bg-right.png) scroll no-repeat left top;
  float: left;
  width: 8px;
  height: 18px;
}
.highlighted .item-title-container .bg-right {
  background-image: url(/images/new/block-item-title-blue-bg-right.png);
}

.ellipsis-container {
  position: relative;
  overflow: hidden;
}

.ellipsis {
  display: block;
  position: absolute;
  width: 50px;
  height: 18px;
  right: 0;
  top: 0;
  background: transparent url(/images/new/ellipsis-white.png) scroll no-repeat 0 0;
}

.ellipsis-silver {
  background: transparent url(/images/new/ellipsis-silver.png) scroll no-repeat 0 0;
}
.highlighted .ellipsis-silver {
  background: transparent url(/images/new/ellipsis-blue.png) scroll no-repeat 0 0;
}

.ellipsis-white {
  background: transparent url(/images/new/ellipsis-white.png) scroll no-repeat 0 0;
}

.event-date {
  font-size: 11px;
  text-align: right;
  
  /*color: #8c8a8a;*/
  color: #777777;
  padding: 0 6px 4px 4px;
  display: block;
  background: transparent url(/images/new/event-date-border-bottom.png) scroll no-repeat right bottom;
}

.category-block .block-content .block-content-info {
  float:right;
  width: 220px;
  padding-top: 4px;
}

.category-block .block-content .event-details-ticket {
  float: right;
  margin-top: 10px;
  padding: 0 20px;
}

.block-content-info .location-shadow-left {
  float: left;
  width: 5px;
  height: 13px;
  background: transparent url(/images/new/event-place-shadow-left.png) scroll no-repeat right bottom;
}
.location-text {
  float: left;
  height: 13px;
  width: 60px;
  text-align: center;
  margin-bottom: 5px;
  color: #FFF;
  font-size: 11px;
  line-height: 11px;
}

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

.event-place-list {
  clear: both;
  width: 100%
}

.event-place-list li {
  padding-left: 3px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 18px;
}

.event-place-list li a,
.event-place-list li a:link,
.event-place-list li a:visited,
.event-place-list li a:active {
  color: #383838;
}

.event-place-list li a:hover {
  color: #0574AB;
}

.event-place-list li a {
  font-size: 12px;
  font-style: italic;
}

.event-place-list li.even {
  background-color: #efefef;
}
.highlighted .event-place-list li.even {
  background-color: #E2F2F2;
}


.thumb-holder {
  float:left;
  width: 100px;
  height: 75px;
  background: transparent url(/images/no-image-thumb.png) no-repeat scroll 0px 0px;
  overflow: hidden;
  margin-right: 10px;
  border: 1px solid #AAAAAA;
  padding: 0px;
}

.no-image-restaurant {
  background-image: url(/images/no-image/restaurant.png);
}
.no-image-bistro {
  background-image: url(/images/no-image/bistro.png);
}
.no-image-cafe {
  background-image: url(/images/no-image/cafe.png);
}
.no-image-pizzeria {
  background-image: url(/images/no-image/pizzeria.png);
}
.no-image-bar {
  background-image: url(/images/no-image/bar.png);
}
.no-image-fast-food {
  background-image: url(/images/no-image/fast-food.png);
}
.no-image-sweet-shop {
  background-image: url(/images/no-image/sweet-shop.png);
}
.no-image-club {
  background-image: url(/images/no-image/club.png);
}
.no-image-pub {
  background-image: url(/images/no-image/pub.png);
}
.no-image-tea-house {
  background-image: url(/images/no-image/tea-house.png);
}

.thumb {
  width: 100px;
  height: 75px;
  display: block;
}
/* used to overlay no-image if there is any image to be displayed */
.thumb.overlay, .thumb-overlay {
  background: white none no-repeat scroll 0 0;
}

/* CONTENT-BLOCK */
/* BREADCRUMB */
.breadcrumb {
  margin: 0px 0px 10px 22px;
  color: #333333;
}

.breadcrumb .item {
  padding-right: 12px;
  margin-right: 4px;
  background: transparent url(/images/new/breadcrumb-arrow.png) no-repeat scroll right 5px;
}

.breadcrumb a {
  font-weight:bold;

}

.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
  color: #464646;
  text-decoration: underline;
}

.breadcrumb a:hover {
  color: #F28500;
  text-decoration: none;
}

.breadcrumb .last {
  color: #333;
}

.small {
  font-weight: normal;
}

/* FOOTER */
#footer {
  text-align: center;
  font-size: 11px;
  margin-top: 15px;
  margin-bottom: 4px;
}

#footer .footer-left, #footer .footer-right, #footer .footer-center {
  height: 36px;
  float: left;
}
#footer .footer-left {
  background: transparent url(/images/new/footer-bg.png) scroll no-repeat 0px 0px;
  width: 8px;
}

#footer .footer-right {
  background: transparent url(/images/new/footer-bg.png) scroll no-repeat 100% -72px;
  width: 8px;
}

#footer .footer-center {
  background: transparent url(/images/new/footer-bg.png) scroll repeat-x 0px -36px;
  width: 964px;
}

#footer a, #footer span, .footer-center {
  font-size: 11px;
  line-height: 36px;
}

#footer a:visited, #footer a:active, #footer a:link {
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer a img {
  display: inline;
  vertical-align: middle;
}

/* centering images */

/*
.center-images {
  position: relative;
	text-align: center;
}

.center-images img {
  bottom:0;
  left:0;
  margin:auto;
  position:absolute;
  display:block;
  right:0;
  top:0;
}
*/


.center-images {
  height: 75px;
  width: 100px;
  display: table; 
  overflow: visible; /* chrome hides 2 pixels */
  border-collapse: collapse;
}
.center-images .wrapper {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  position: static;
  border-collapse: collapse;
}
.center-images .content, 
.center-images img {
  position: static;
  margin: auto;
  /*  
  max-height and max-with are there because of diplay:table - tables take more 
  than specified width/height if their inner content is bigger (even with overflow:hidden)
  */
  max-height: 75px;
  max-width: 100px;
  border: 0px;
}



.toggled-list-container .text {
  float: left;
}

.toggled-list-container .header {
  float: right;
}

.toggled-list-container .toggler {
  cursor: pointer;
  padding-left: 18px;
}

.toggled-list-container .toggler.collapsed {
  background: url("/images/buttons/btn-expand-blue.gif") no-repeat scroll 0px 6px transparent;
}
.toggled-list-container .toggler.expanded {
  background: url(/images/buttons/btn-collapse-blue.gif) no-repeat scroll 0px 6px transparent;
}
.toggled-list-container .toggled-list {
  clear: both;
  float: none;
}

.toggled-list-container .toggled-list.expanded {
  display: block;
}
.toggled-list-container .toggled-list.collapsed {
  display: none;
}

.description {
  line-height: 18px;
  font-family: Verdana;
  text-align: justify;
}

.description ul {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 14px;
}

.description ol {
  list-style-type: decimal;
  list-style-position: inside;
}

.see-all-button {
  cursor:pointer;
  float:right;
  font-size:10px;
  margin:6px 5px 0 0;
}

.see-all-button .bg-left {
  width: 3px;
  height: 18px;
  float: left;
  background: url("/images/buttons/btn-see-all-bg.png") no-repeat scroll 0px -3px transparent;
}

.see-all-button .bg-center {
  padding:2px 7px;
  height: 16px;
  float: left;
  background: url("/images/buttons/btn-see-all-bg.png") repeat-x scroll 0 -27px transparent;
}

.see-all-button .bg-right {
  width: 13px;
  height: 18px;
  float: left;
  background: url("/images/buttons/btn-see-all-bg.png") no-repeat scroll 0 -51px transparent;
}


.category-block .title .see-all-button .bg-center a {
  color: #0574AB;
  float:left;
  font-size:11px;
  font-weight:normal;
  line-height:13px;
  text-decoration:none;
}
.category-block .title .hover .bg-center a{
  text-decoration: underline;
}
.see-all-button a {
  text-decoration: none !important;
}
.category-block .title .hover .bg-right {
  background: url("/images/buttons/btn-see-all-bg.png") no-repeat scroll 0 -75px transparent;
}


#sharing-links .title
{
  vertical-align: middle;
  margin-right: 5px;
  color: #383838;
}
#sharing-links .service
{
  height:16px;
  margin:2px;
  width:16px;
  border: 1px solid white;
  background:none no-repeat scroll 0 0 transparent;
  vertical-align: middle;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.inline-block {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.block {
  display: block;
}

.icon-16px {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display: inline;
}

#sharing-links .service:hover {
  border: 1px solid #CCCCCC;
}

#share-counters .btn-facebook-like {
  float: left;
  height: 21px;
  width: 90px;
  overflow: hidden;
}
#share-counters .btn-retweet {
  float: left;
  height: 21px;
  overflow: visible;
  width: 100px;
}
#share-counters .btn-odkl-like {
  float: left;
  margin-left: 5px;
  height: 21px;
  overflow: hidden;
  width: 50px;
}
#share-counters .btn-g-plusone {
  float: left;
  height: 21px;
  overflow: hidden;
  width: 70px;
}




/************************ index page begin *************************************/
#live-event-link
{
  margin:5px 10px 15px 65px;
  width:635px;
}
#live-event-link-inner
{
  padding: 10px;
}
#event-title-live {
  background: transparent url(/images/new/menu-block-titles.png) scroll repeat-x 0px -96px;
  color:white;
  float:left;
  font-size:14px;
  font-weight:bold;
  height:18px;
  line-height:17px;
  margin-right:10px;
  padding:0 5px;
  text-align:center;
}
#live-event-link-inner .block-content-info {
  float: right;
  width: 500px;
  padding-top: 4px;
}
#live-event-link-inner .block-content-info .location-text {
  background: transparent url(/images/new/event-place-blue-bg-center.png) scroll repeat-x left top;
}
#live-event-link-inner .item-title-container .bg-center {
  width:430px;
  float: left;
}
#live-event-link-inner .item-title-container .bg-right {
  float: left;
}
#live-event-link .item-title-container {
  float: left;
}

/* -------- BANNERS BEGIN -------- */
.banner {
  background-color: white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #E0E4E8;
  padding: 2px;
  float: left;
  text-align: left;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  float: none;
}

/* ------- stripe banner -------- */
.stripe-banner {
  -moz-border-radius: 5px 5px 5px 5px;
  background-color: white;
  border: 1px solid #E0E4E8;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 7px;
  text-align: left;
  width: 395px;
}
.stripe-banner .title {
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
}
.stripe-banner .tag {
  background: transparent url(/images/new/menu-block-titles.png) scroll repeat-x 0px -96px;
  color:white;
  float:left;
  font-size:14px;
  font-weight:bold;
  height:18px;
  line-height:17px;
  margin-right:10px;
  padding:0 5px;
  text-align: center;
  width: 70px;
}

.stripe-banner .item-title-container {
  margin: 0px;
  width: 300px;
}
.stripe-banner .item-title-container .bg-center {
  width: 280px;
  overflow: hidden;
}

/* -------- thumbnail banner -------- */
.thumbnail-banner {
  float: left;
  height: 65px;
  margin-right: 5px;
  overflow: hidden;
  padding: 5px;
  width: 270px;
  position: relative;
}
.thumbnail-banner td {
  vertical-align: top;
}
.thumbnail-banner .banner-thumb {
  margin-right: 5px;
}
.thumbnail-banner .banner-thumb img {
  width: 70px;
  padding: 4px;
  border: 1px solid #AAAAAA;
}

.thumbnail-banner .info-block {
  width: 185px;
}
.thumbnail-banner a.title {
  -moz-border-radius: 7px 7px 7px 7px;
  -webkit-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  background: none repeat scroll 0 0 #F2F2F2;
  color: #0574AB;
  font-size: 12px;
  font-weight: bold;
  margin: 5px 0 5px 0px;
  padding: 2px 5px;
  white-space: nowrap;
  display: block;
}
.thumbnail-banner p {
  margin: 5px 0 5px 5px;
}

.thumbnail-banner .live-button {
  float: right;
  margin-right: 0px;
  right: 5px;
  bottom: 5px;
  position: absolute;
}

.thumbnail-banner-short {
  width: 270px;
}
.thumbnail-banner-wide {
  width: 395px
}
.thumbnail-banner td.info-block {
  width: 260px
}
.thumbnail-banner-wide td.info-block {
  width: 385px
}
.thumbnail-banner .banner-thumb img {
  height: auto;
  max-height: 55px;
  max-width: 75px;
  width: auto;
}

/* -------- banner spots -------- */
.wide-banner-spot {
  overflow: hidden;
  width: 575px;
}
#events-page-top-list-banner-spot {
  margin: 0 0 15px 15px;
}
#map-page-top-list-banner-spot {
  margin: 0px 0px 15px 15px;
}


/* -------- BANNERS END -------- */



.live-button {
  background: url("/images/new/menu-block-titles.png") repeat-x scroll 0 -96px transparent;
  color: white !important;
  float: left;
  font-size: 14px;
  font-weight: bold;
  height: 18px;
  line-height: 17px;
  margin-right: 10px;
  padding: 0 5px;
  text-align: center;
  text-transform: uppercase;
}

/************************ index page end ***************************************/


/***************** related reviews / articles links styles start **************/
.related-review-links {
  padding-top: 6px;
  padding-bottom: 10px;
  border-top: 1px dotted silver;
  margin-left: 10px;
  margin-right: 10px;
  line-height: 18px;
}

.related-review-links a {
  text-decoration: underline;
  font-weight: bold;
  font-size: 12px;
}

.related-review-links a:hover {
  text-decoration: none;
}
/*****************  related reviews / articles links styles end   *************/
/* -------- LAYOUT STYLES END -------- */


/* -------- SKIN STYLES BEGIN -------- */
/* GENERAL */
body {

}

a, a:hover, a:active, a:link, a:visited {
  color: #0F6BD0;
}

a:hover {
  text-decoration: underline;
}


/* GENERIC CLASSES */
.panel {
  background-color: #F4F4F4;
  border:1px solid #C9C9C9;
}

/*.button {
  background:transparent url(/images/header-left-button-bg.png) repeat-x scroll 0 0;
  background-color: #F4F4F4;
  border:1px solid #01579c;
  outline: 0px !important;
  outline-style: none !important;
  font-size: 11px;
}*/
.button:focus, input.button:focus {
  outline: 0px !important;
  outline-style: none !important;
}

/*.button, .button a {
  color:#505050;
}
*/
/*.button:hover, .button:hover a {
  color:#ED7425;
}*/

.button.disabled {
  color:#AAAAAA;
}

.button.disabled:hover{
  color:#AAAAAA;
}

input.disabled {
  font-style: italic;
  color: #666666;
}


/* HEADER */
/*#header-left .button {
  background-color: #F4F4F4;
  border:1px solid #C6C6C6;
}*/

#form-places-advanced, #form-events-advanced { /* advanced search bar*/
}

/* LEFT MENUS STYLES*/
.left-menu .second-menu, .left-menu .first-menu{
  /*background-color: #F4F4F4;*/
  /*border: #C6C6C6 1px solid;*/
}

.icon-reviews{ background: url(/images/new/icons/sprite.png) no-repeat scroll  0 0;  }


/* LEFT MENU ICONS */
.left-menu .rest-item .icon-holder .menu-item-icon {
  background: url(/images/new/icons/sprite.png) no-repeat scroll  0 -405px;
  /*background-position: 127px 1px;*/
  height:21px;
  margin-left:14px;
  margin-top:1px;
  width:21px;
}
.left-menu .bar-item .icon-holder .menu-item-icon{
  background: url(/images/new/icons/sprite.png) no-repeat scroll  0 -47px;
  /*background-position: 125px 1px;*/
  height:20px;
  margin-left:12px;
  margin-top:1px;
  width:25px;
}
.left-menu .club .icon-holder .menu-item-icon {
  background: url(/images/new/icons/sprite.png) no-repeat scroll  0 -118px; 
  /*background-position: 127px 1px;*/
  width:21px;
  height:21px;
  margin-left:14px;
  margin-top:1px;
}
.left-menu .cinema .icon-holder .menu-item-icon {
  background: url(/images/new/icons/sprite.png) no-repeat scroll  0 -82px;
  /*background-position: 128px 2px;*/
  width:19px;
  height:21px;
  margin-left:15px;
  margin-top:2px;
}
.left-menu .theatre .icon-holder .menu-item-icon{
  background: url(/images/new/icons/sprite.png) no-repeat scroll  0 -477px;
  /*background-position: 125px 1px;*/
  width:26px;
  height:21px;
  margin-left:12px;
  margin-top:1px;
}
.left-menu .museum .icon-holder .menu-item-icon {
  background: url(/images/new/icons/sprite.png) no-repeat scroll  0 -297px;
  /*background-position: 129px 2px;*/
  width: 19px;
  height: 21px;
  margin-left:16px;
  margin-top:2px;
}
/*
.sports {
  background: url(/images/new/icons/sprite.png) no-repeat scroll  0 -441px; 
}
*/

.left-menu .movie .icon-holder .menu-item-icon {
  background: url(/images/new/icons/sprite.png) no-repeat scroll  0 -263px;  ;
  /*background-position: 127px 1px;*/
  width: 18px;
  height: 19px;
  margin-left:14px;
  margin-top:1px;
}
.left-menu .performance .icon-holder .menu-item-icon {
  background: url(/images/new/icons/sprite.png) no-repeat scroll  0 -369px;
  /*background-position: 125px 2px;*/
  width: 23px;
  height: 21px;
  margin-left:12px;
  margin-top:2px;
}
.left-menu .concert .icon-holder .menu-item-icon {
  background: url(/images/new/icons/sprite.png) no-repeat scroll  0 -154px; 
  /*background-position: 127px 1px;*/
  width: 20px;
  height: 21px;
  margin-left:14px;
  margin-top:1px;
}
.left-menu .event-review .icon-holder .menu-item-icon {
  background: url(/images/new/icons/sprite.png) no-repeat scroll  0 -190px;
  /*background-position: 127px 1px;*/
  width: 20px;
  height: 21px;
  margin-left:14px;
  margin-top:1px;
}
.left-menu .exhibition .icon-holder .menu-item-icon {
  background: url(/images/new/icons/sprite.png) no-repeat scroll  0 -227px;
  /*background-position: 127px 2px;*/
  width: 21px;
  height: 21px;
  margin-left:14px;
  margin-top:1px;
}
.left-menu .various .icon-holder .menu-item-icon {
  background: url(/images/new/icons/sprite.png) no-repeat scroll  0 -513px;
  /*background-position: 127px 0px;*/
  width: 17px;
  height: 23px;
  margin-left: 14px;
  margin-top: 0px;
}
.left-menu .party .icon-holder .menu-item-icon {
  background: url(/images/new/icons/sprite.png) no-repeat scroll  0 -333px;
  /*background-position: 127px 0px;*/
  width: 21px;
  height: 21px;
  margin-left: 14px;
  margin-top: 0px;
}

.left-menu, .left-menu a, .left-menu a:visited, left-menu a:link{ /* text and anchors color */
  color: #303030;
}

.left-menu a:hover {
  text-decoration: none;
}

.menu-places a:hover, .menu-events a:hover,
.menu-places .selected a, .menu-events .selected a {
  color: #FFFFFF;
}

.menu-places a:hover,
.menu-places .selected a{
  background-color: #1aa2eb;
}

.menu-events a:hover, .menu-events .selected a {
  background-color: #b3c42a;
}

/* LEFT MENU EVENTS */
#inputDays {
  color:#EDEDED;
  background: transparent url(/images/event-search-btn.png) no-repeat left top;

}

.place-color {  /*Text color for place.php page*/
  color: #1C9BDE;
}

.event-color { /* Text color for event.php page */
  color: #0B9A26;
}
/* -------- SKIN STYLES END -------- */




/* -------- TABBER STYLES BEGIN -------- */
/* Contains the entire tabbed section */
#main-tabber {
  width: 758px;
}

#event-tabber, #place-tabber {
  width: 410px;
}
#events-tabber {
  width: 564px;
  padding-left: 20px;
  float: left;
  /*margin: 0 auto;*/
}

#place-tabber {
  /*margin-top: -8px;*/
}
/* List of tabs */
ul.tab-navigator {
  width: auto;
  padding: 0 0 0 20px;
  /*background: transparent url(/images/navigator-bg-bottom.png) repeat-x scroll 0 100%;*/
  
}

ul.tab-navigator .tab {
  list-style: none;
  float: left;
  margin: 1px 3px 0 0;
  padding: 0;
  display: inline;
  text-align: center;
  font-weight: bold;
  color: #888888;
  height: 25px;
}

ul.tab-navigator .tab:hover {
  color: #F28500;
}

/* Rounded corners on tabs*/

.tab .bg-left, .tab .bg-right, .tab .bg-center,
.fake-tab .bg-left, .fake-tab .bg-right, .fake-tab .bg-center {
  padding-top: 5px;
  float: left;
  height: 20px;
}
.tab .bg-left {
  background: url("/images/new/tabs.png") no-repeat scroll 0 -180px transparent;
  width: 4px;
}

.tab .bg-right {
  background: url("/images/new/tabs.png") no-repeat scroll 100% -240px transparent;
  width: 4px;
}

.tab .bg-center {
  background: url("/images/new/tabs.png") repeat-x scroll 0 -210px transparent;
  padding: 5px 5px 0 5px;
  /*width: 67px;*/
}

.tab { cursor: pointer; }
.tab-navigator .active, .fake-tab { cursor: default; }

.tab-navigator .active .bg-left {
  background: url("/images/new/tabs.png") no-repeat scroll 0px -90px transparent;
  width: 5px;
}

.tab-navigator .active .bg-right {
  background: url("/images/new/tabs.png") repeat scroll 100% -150px transparent;
  width: 5px;
}

.tab-navigator .active .bg-center {
  background: url("/images/new/tabs.png") repeat-x scroll 0 -120px transparent;
  /*padding: 5px 5px 0 5px;*/
  color: #1aa2eb;
}

.tab-navigator .tab .bg-center h1,
.tab-navigator .tab .bg-center h2,
.tab-navigator .tab .bg-center h1,
.tab-navigator .tab .bg-center h2 {
  font-size: 12px;
}

/* Content for inside your tabs' divs */
.tab-content {
  clear:both;
}

#place-tabber .tab-content, #event-tabber .tab-content {
  /*background: #FFFFFF url(/images/tab-content-bg.png) repeat-x scroll bottom center;*/
  /*height: 396px;*/
  margin-bottom: 15px;
  width: 400px;
}

#place-tabber .tab .bg-left, #event-tabber .tab .bg-left {
  background: transparent url(/images/new/tabs-shaddow.png) scroll no-repeat 0px -90px;
  width: 4px;
}
#place-tabber .tab .bg-right, #event-tabber .tab .bg-right {
  background: transparent url(/images/new/tabs-shaddow.png) scroll repeat-x 100% -150px;
  width: 8px;
}
#place-tabber .tab .bg-center, #event-tabber .tab .bg-center {
  background: transparent url(/images/new/tabs-shaddow.png) scroll repeat-x 0px -120px;
  width: 90px;
}
#place-tabber .long-tab .bg-center, #event-tabber .long-tab .bg-center {
  width: 130px;
}
#place-tabber .tab-navigator .active .bg-left,
#event-tabber .tab-navigator .active .bg-left {
  background: transparent url(/images/new/tabs-shaddow.png) scroll no-repeat 0px 0px;
  width: 4px;
}
#place-tabber .tab-navigator .active .bg-right,
#event-tabber .tab-navigator .active .bg-right {
  background: transparent url(/images/new/tabs-shaddow.png) scroll no-repeat 100% -60px;
  width: 8px;
}
#place-tabber .tab-navigator .active .bg-center,
#event-tabber .tab-navigator .active .bg-center {
  background: transparent url(/images/new/tabs-shaddow.png) scroll repeat-x 0px -30px;
}

#place-tabber .tab-navigator .tab .bg-center,
#event-tabber .tab-navigator .tab .bg-center {
  color: #FFFFFF;
}

#place-tabber .tab-navigator .active .bg-center,
#event-tabber .tab-navigator .active .bg-center {
  color: #FFFFFF;
}
/* -------- TABBER STYLES END -------- */


/* -------- BUTTONS BEGIN -------- */
.btn-details-blue {
  background: #0A8FD6; /* Old browsers */
  background: -moz-linear-gradient(top, #28A9EE 0%, #0A8FD6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#28A9EE), color-stop(100%,#0A8FD6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #28A9EE 0%,#0A8FD6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #28A9EE 0%,#0A8FD6 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #28A9EE 0%,#0A8FD6 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28A9EE', endColorstr='#0A8FD6',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #28A9EE 0%,#0A8FD6 100%); /* W3C */
  text-transform: uppercase;
  height: 17px;
}

.btn-details-orange {
  background: #F28B0C; /* Old browsers */
  background: -moz-linear-gradient(top, #F2AB53 0%, #F28B0C 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F2AB53), color-stop(100%,#F28B0C)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #F2AB53 0%,#F28B0C 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #F2AB53 0%,#F28B0C 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #F2AB53 0%,#F28B0C 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F2AB53', endColorstr='#F28B0C',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #F2AB53 0%,#F28B0C 100%); /* W3C */
  text-transform: uppercase;
  height: 17px;
}

.btn-details-blue a,
.btn-details-orange a {
  font-size: 11px;
  display: block;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
}

.btn-details-blue a:hover,
.btn-details-orange a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}
/* -------- BUTTONS END -------- */
