#boxOfficeTabs,
#singleGame-tab {
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
    background: #fff
}

#boxOfficeTabs,
#singleGame-tab,
#ticketExchange-tab {
    background: #fff
}

.tabContent, .tabContentRaw {
    border-left: solid 1px #bbb;
    border-right: solid 1px #bbb;
    border-bottom: solid 1px #bbb
}

.tabContent h1, .tabContentRaw h1 {
    padding-top: 30px;
    margin-top: 0;
    padding-left: 18px;
    line-height: 28px
}

.tabContent h2 {
    padding: 15px 0 0 18px
}


#boxOfficeTabs {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(238, 238, 238, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(238, 238, 238, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(238, 238, 238, 1) 100%);
    border: 1px solid #bbb;
    height: 36px;
    position: relative;
}


#singleGame-tab {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(238, 238, 238, 1) 51%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0, rgba(238, 238, 238, 1) 51%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0, rgba(238, 238, 238, 1) 51%)
}

#singleGame-tab .purchaseArea,
#ticketExchange-tab .purchaseArea {
    background: 0 0;
    padding: 5px 18px 18px;
    margin-top: 0;
}

.buyButtons,
.packageName,
.ticketsAdded {
    padding: 0 10px;
}

li#EX-Tab img {
    display: block;
    margin-top: -4px;
}

#boxOfficeTabs ul {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px #bbb;
    position: absolute;
    top: -40px;
    zoom: 1;
}

#boxOfficeTabs ul li {
    display: block;
    width: auto;
    height: 24px;
    padding: 0;
    float: left;
    margin-bottom: 0;
    background: #fff;
    margin-left: 15px;
}

#boxOfficeTabs ul li:first-child {
    margin-left: 15px;
}

#boxOfficeTabs ul li a {
    display: block;
    text-decoration: none;
    width: auto;
    height: 49px;
    padding: 10px 24px;
    line-height: 19px;
    border: 1px solid #bbb;
    border-width: 1px 1px 0;
    margin: 0;
    background: #fff;
    font-size: 16px;
    color: #000;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    opacity: .6;

}
#boxOfficeTabs ul li img {
    width: 100%;
}
#boxOfficeTabs ul li.active a {
    background: #fff;
    position: relative;
    border-left-width: 1px;
    padding-top: 10px;
    color: #000;
    border-bottom: solid 2px #fff;
    opacity: 1;
    height: 50px;
}

#boxOfficeTabs ul:after,
#boxOfficeTabs ul:before {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 25px
}

#boxOfficeTabs ul:after {
    clear: both
}

#singleGame-tab.hide,
#ticketExchange-tab.hide {
    display: none
}

#singleGame-tab.active.show,
#ticketExchange-tab.active.show {
    display: block
}

#ticketExchange-tab .buttons:active,
#ticketExchange-tab .buttons:link,
#ticketExchange-tab .buttons:visited {
    border: none;
    background: #008718;
    border-bottom: solid 6px #026d15;
    color: #fff;
    transition: all .3s ease
}

.exButton
{
    background: #008718 !important;
    color: #fff !important;
}

.exButton:hover
{
    background: #299d3e !important;
}

.regButton
{  
    background: #fede00;
    transition: all .3s ease;
    color:#000;
}
#ticketExchange-tab .buttons:hover {
    background: #026d15;
    border-bottom: solid 6px #008718
}

#singleGame-tab .buttons {
    background: #fede00;
    border-bottom: solid 6px #eac902;
    transition: all .3s ease
}

#singleGame-tab .buttons:hover {
    border: none;
    background: #eac902;
    border-bottom: solid 6px #fede00;
    color: #000
}

.mapHolder .finePrint {
    background: #fff;
    font-size: 16px;
    font-style: italic;
    padding-top: 24px
}

.mapHolder .finePrint a {
    color: #0898d6;
    text-decoration: none
}

.mapHolder .finePrint a:hover {
    text-decoration: underline
}

.mapHolder .finePrint .red {
    font-size: 12px;
    color: #d60000
}
.faq
{
    background: #fff;
    font-size: 16px;
    font-style: italic;
    padding-top: 24px
}
.faq a
{
    color: #0898d6;
    text-decoration: none
}

@media (min-width: 768px) {

    #boxOfficeTabs ul li {
        width: auto;
    }
    #boxOfficeTabs ul li a {
        font-size: 21px;
    }
}