@charset "UTF-8";
/* CSS Document */

.dealstitle {
	font-family: Arial, Helvetica, sans-serif;
	/*color: #AED5AD;*/
	color:#FFFFFF;
	font-size: 9pt;
	font-weight: bold;
	display: block;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AED5AD;*/
	/*text-transform: uppercase;*/
	padding-top: 15px;
	text-decoration: none;
}
.dealstitle:hover {
	text-decoration: none;
	color: #FF0000;
}
.besttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.besttext:link {
	color: #FFFFFF;
	text-decoration: none;
}
.besttext:hover {
	text-decoration: none;
	color: #FF0000;
}
.besttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.celebinterviewtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #F80000;
	text-decoration: none;
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.questiontext {
  background-image:url(../images/question-box.jpg);
  background-position:left top;
  background-repeat:no-repeat;
  color:#000000;
  display:block;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:bold;
  height:50px;
  line-height:15px;
  padding-left:35px;
  padding-right:25px;
  padding-top:10px;
  text-decoration:none;
}

div#searching {
    display: none; 
    background: #000; 
    margin: 0px auto;
    padding-top: 80px; 
    text-align: center;
}

div#searching h2 {
    font-size: 14px; 
    margin: 50px 0px 20px 0px; 
    font-weight: bold; 
    color: #fff; 
    text-shadow: none; 
    line-height: normal; 
    font-family: 'Arial';
}

div#searching div#brg-img {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}

div#searching div#brg-img img {
    position: relative;
}

div#searching div#brg-text {
    display: table-cell;
    color: #fff;
    text-align: left;
    font-weight: bold;
    vertical-align: middle;
    line-height: 20px;    
    padding-left: 25px;
    font-size: 14px;
}

div#searching div#grey-box {
    border: 1px solid #ccc;
    width: 465px;
    height: 177px;    
    display: table;
    margin: 30px auto 0px auto;
}

/*---------------------------*/

a.faux_button {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
}

a.faux_button:visited, a.faux_button {
    color: #fff;
}

a.faux_button:active, a.faux_button:hover {
    color: #daf8d7;
}

a.faux_button:hover {
    text-decoration: none;
}

.large_green {
    background: transparent url('/cdn/tpl/default/images/green_button_large.png') 0 0 no-repeat;
    width: 201px;
    height: 51px;
    line-height: 52px;
}

.small_green {
    background: transparent url('/cdn/tpl/default/images/green_button_small.png') 0 0 no-repeat;
    width: 106px;
    height: 32px;
    font-size: 12px !important;
    line-height: 33px;
}

.medium_green {
    filter: none; /* due to a conflict with hotels css, you need to remove filters or the buy button becomes grey */
    background: transparent url('/cdn/tpl/default/images/green_button_medium.png') 0 0 no-repeat;
    width: 170px;
    height: 40px;
    font-size: 14px !important;
    line-height: 40px;
}
.breadcrumb {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #666;
}
.breadcrumb a {
    color: #666;
    text-decoration: none;
}
.breadcrumb a:hover {
    color: #666;
    text-decoration: underline;
}
a.blue, a.blue:visited {
    color: #0066cc;
    text-decoration: underline;
}
a.blue:hover, a.blue:active {
    color: #3096fc;
    text-decoration: underline;
}
div.tabs {
    height: 35px;
    border-bottom: 1px solid #ccc;
    z-index: 0;
    margin: 15px 0 20px 0;
}
div.tabs ul {
    height: 35px;
    list-style-type: none;
    display: block;
    padding-left: 20px;
    border-collapse: collapse;
}
div.tabs ul li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    height: 35px;
}
div.tabs ul li a {
    height: 14px;
    cursor: pointer;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold !important;
    text-transform: uppercase;
    display: block;
    border: 1px solid #ccc;
    margin: 0;
    padding: 10px;
    color: #666;
    background-color: #f1f1f1;
    background: -moz-linear-gradient(top,  rgba(251,251,251,1) 0%, rgba(241,241,241,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,251,251,1)), color-stop(100%,rgba(241,241,241,1)));
    background: -webkit-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(241,241,241,1) 100%);
    background: -o-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(241,241,241,1) 100%);
    background: -ms-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(241,241,241,1) 100%);
    background: linear-gradient(to bottom,  rgba(251,251,251,1) 0%,rgba(241,241,241,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f1f1f1',GradientType=0 );
}
div.tabs ul li a:hover {
    color: #333;
    background-color: #e1e1e1;
    background: -moz-linear-gradient(top,  rgba(251,251,251,1) 0%, rgba(230,230,230,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,251,251,1)), color-stop(100%,rgba(230,230,230,1)));
    background: -webkit-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(230,230,230,1) 100%);
    background: -o-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(230,230,230,1) 100%);
    background: -ms-linear-gradient(top,  rgba(251,251,251,1) 0%,rgba(230,230,230,1) 100%);
    background: linear-gradient(to bottom,  rgba(251,251,251,1) 0%,rgba(230,230,230,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#e1e1e1',GradientType=0 );
}
div.tabs ul li a.active:hover {
    color: #000;
}
div.tabs ul li a.active {
    z-index: 10;
    position: relative;
    filter: none;
    background: none;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    color: #000;
}
div.extra_info {
    border-radius: 2px;
    font-size: 12px;
    background-color: #ededed;
    padding: 12px 18px;
    margin: 5px 0;
}
div.extra_info p {
    font-size: 12px !important;
    margin: 8px 0;
}

div.expanding_arrow {
    width: 12px;
    height: 12px;
    background: transparent url('/cdn/tpl/default/images/ticket_expanding_arrow.png') top left no-repeat;
}
div.expanding_arrow.expanded {
    background-position: top right;
}
.ticket_info {
    font-size: 12px;
    padding: 12px;
    border: 1px solid #ccc;
    margin: 12px 0 20px 0;
}
.ticket_info p {
    margin: 5px 0;
}
#ticketDetails td {
    vertical-align: top;
    text-align: left;
    width: 30%;
}
#ticketDetails td.center {
    text-align: center;
}
#ticketDetails td.right {
    text-align: right;
}
div#checkoutProgress {
    width: 615px;
    height: 30px;
    background: transparent url('/cdn/tpl/default/images/checkout_progress.png') top left no-repeat;
}
div#checkoutProgress.date {
    background-position: 0 0;
}
div#checkoutProgress.tickets {
    background-position: 0 -30px;
}
div#checkoutProgress.info {
    background-position: 0 -60px;
}
div#checkoutProgress.complete {
    background-position: 0 -90px;
}
.styled-select {
   width: 235px;
   height: 34px;
   margin: 0 auto;
   line-height: 38px;
   overflow: hidden;
   background: url('/cdn/tpl/default/images/select-btn.png') no-repeat right #fff;
   border: 1px solid #ccc;
}
.styled-select.short {
    width: 40px
}
.section-quantity .styled-select.short {
    left: 10px;
    float: right;
    margin: 0 auto;
    position: relative;
}
td.section-price {
    padding-top: 20px !important;
    text-align: center !important;
}
.styled-select.med {
    height: 24px;
    line-height: 28px;
}
.styled-select select {
   background: transparent;
   width: 258px;
   font-size: 16px;
   line-height: 28px;
   border: 0;
   outline: none;
   border-radius: 0;
   height: 28px;vertical-align:baseline;
   
   -webkit-appearance:none;
  -moz-appearance:none;
  -o-appearance:none;
   appearance:none;
   
  -moz-box-sizing: content-box;
  -webkit-box-sizing:content-box;
  box-sizing:content-box;
}
.styled-select.short select {
    width: 63px !important;
}
.styled-select.med select {
    height: 20px;
    line-height: 18px;
}
.styled-select select:focus {
    border: 0;
    position: relative;
}
.styled-select:hover, .styled-select.inputHover {
   border-color:#f00;
}
.styled-select:active, .styled-select.inputActive {
   border-color:#00f;
}