#ticket-container {
  position: relative; }

#map-container {
  position: absolute;
  left: 442px;
  top: 0;
  width: 470px;
  height: 450px;
  padding: 8px 0 8px 8px;
  border: 4px solid #e9e8d9;
  border-right: none;
  background: #000; }
  #map-container.fixed {
    top: 12px; }
  #map-container.bottom {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0; }
  #map-container #ticket_vendor_map {
    width: 100%;
    height: 100%; }

ul.ticket-paginator {
  float: left;
  margin-bottom: 10px; }
  ul.ticket-paginator:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .ie ul.ticket-paginator {
    zoom: 1;
    display: block; }
  .ie6 ul.ticket-paginator {
    height: 1%; }
  ul.ticket-paginator li {
    float: left;
    margin-right: 10px; }
    ul.ticket-paginator li a {
      display: block;
      padding: 3px 5px;
      text-decoration: none;
      font-family: 'Futura-BoldCondensed';
      font-size: 18px;
      line-height: 1;
      background: #8F1113; }
      ul.ticket-paginator li a:hover {
        color: #fff; }

ul.ticket-vendors {
  text-align: left; }
  ul.ticket-vendors li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .ie ul.ticket-vendors li {
    zoom: 1;
    display: block; }
  .ie6 ul.ticket-vendors li {
    height: 1%; }
  ul.ticket-vendors li.group {
    margin-top: 12px; }
  ul.ticket-vendors li:first-child {
    margin: 0; }
  ul.ticket-vendors li .city {
    min-width: 150px;
    padding-right: 12px;
    float: left;
    font-family: 'Futura-BoldCondensed';
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #ebda81; }
  ul.ticket-vendors li .name {
    float: left;
    line-height: 22px; }
    ul.ticket-vendors li .name a {
      color: #e9e8d9;
      text-decoration: none; }

.ticket-vendor-infowindow {
  width: 300px;
  color: #000;
  text-align: left; }
  .ticket-vendor-infowindow h3 {
    font-size: 18px;
    margin: 0; }
  .ticket-vendor-infowindow p {
    margin: 5px 0; }
  .ticket-vendor-infowindow a {
    color: #B91619; }

#tickets-top {
  position: relative;
  top: -20px;
  height: 164px;
  width: 100%;
  padding: 0 20px;
  margin: 0 -20px;
  background: #B91619 url(/images/public/border.png) no-repeat center bottom; }
  #tickets-top strong {
    display: block;
    padding: 4px 0 6px 0;
    font-size: 33px;
    line-height: 25px;
    font-family: 'Futura-ExtraBlackCondensed';
    text-transform: uppercase; }
  #tickets-top a {
    display: block;
    text-decoration: none;
    white-space: nowrap;
    font-size: 46px;
    line-height: 34px;
    font-family: 'Futura-ExtraBlackCondensed';
    text-transform: uppercase; }
  #tickets-top small.fineprint {
    display: block;
    font-size: 20px;
    line-height: 1;
    font-family: 'Futura-LightCondensed'; }
  #tickets-top #tickets-eventim {
    position: absolute;
    top: 48px;
    left: 20px;
    width: 220px;
    text-align: center; }
    #tickets-top #tickets-eventim a {
      width: 220px;
      height: 34px;
      text-indent: -9999px;
      background: url(/images/public/title-eventim.png) no-repeat center top; }
      #tickets-top #tickets-eventim a:hover {
        background-position: 50% -50px; }
  #tickets-top #tickets-price {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 390px;
    margin-left: -215px;
    padding: 0 20px;
    text-align: center;
    background: url(/images/public/ticket-bullets.png) no-repeat 50% 50px; }
    #tickets-top #tickets-price .title {
      display: block;
      text-decoration: none;
      font-size: 22px;
      line-height: 16px;
      color: #e9e8d9;
      font-family: 'Futura-BoldCondensed';
      white-space: nowrap;
      text-transform: uppercase; }
      #tickets-top #tickets-price .title small {
        position: relative;
        top: -4px;
        font-size: 10px; }
    #tickets-top #tickets-price strong {
      display: block;
      margin: 8px 0 10px 0;
      padding: 0 0 10px 0;
      font-size: 56px;
      line-height: 40px;
      white-space: nowrap;
      color: #ebda81;
      font-family: 'Futura-ExtraBlackCondensed';
      border-bottom: 4px solid #e9e8d9; }
      #tickets-top #tickets-price strong small {
        position: relative;
        top: -5px;
        left: 2px;
        font-size: 32px;
        line-height: 32px; }
  #tickets-top #tickets-tpp {
    position: absolute;
    top: 48px;
    right: 20px;
    width: 220px;
    text-align: center; }
