/* QuickWins Fonts */

h2.h2-oswald {
    font-family: "Oswald";
    font-size: 24px;
    font-weight: normal;
    color: #4a4a4a;
}

/* Start Sell Tickets Code */

div.sellticket-container {
    margin: 0 30px;
}

h1.sellticket-title {
    font-family: Arial, sans-serif;
    font-weight: 400 !important;
    color: #464646;
    font-size: 26px;
    margin-top: 45px;
    text-align: center;
    display: block;
    text-rendering: optimizeLegibility;
}

h2.sellticket-subtitle {
    font-family: Arial, sans-serif;
    color: #333333;
    font-size: 18px;
    font-weight: 700 !important;
    text-align: center;
    text-rendering: optimizeLegibility;
    margin-bottom: 12px !important;
}

p.sellticket-subparagraph {
    font-family: Arial, sans-serif;
    color: #999999;
    font-size: 12px;
    font-weight: 300 !important;
    text-align: center;
    padding: 0 11%;
    line-height: 18px;
    text-rendering: optimizeLegibility;
}

/* Top Section */

div.sellticket-title-holder {
    width: 100%;
    background: url('https://s3.amazonaws.com/ticketliquidator/site/img/sellticket/sellticket-header.jpg');
    height: 350px;
    margin-top: 30px;
}

h1.top-img-title {
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 39px;
    text-align: center;
    margin: 0;
    padding: 111px 0 0 0;
    text-rendering: optimizeLegibility;
    margin-bottom: 25px;
    text-shadow: 0px 4px 7px rgba(35,31,32, 0.35);
}

h2.top-img-subtitle {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    text-rendering: optimizeLegibility;
    text-shadow: 0px 4px 7px rgba(35,31,32, 0.35);
}

strong.sellticket-your {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    text-rendering: optimizeLegibility;
    text-shadow: 0px 4px 7px rgba(0,0,0, 0.25);
}

.btn {
    font-family: Arial, sans-serif;
    width: 200px;
    border: none;
    font-weight: 700;
    padding: 10px;
    border-radius: 3px;
    margin: 0 auto;
    display: block;
    margin-top: 28px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-size: 17px;
}

.btn-primary {
    background-color: #aec12c;
    background: #aec12c; /* Old browsers */
    background: -moz-linear-gradient(top, #aec12c 0%, #8d8e1f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aec12c),color-stop(100%,#8d8e1f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #aec12c 0%,#8d8e1f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #aec12c 0%,#8d8e1f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #aec12c 0%,#8d8e1f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #aec12c 0%,#8d8e1f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aec12c', endColorstr='#8d8e1f',GradientType=0 ); /* IE6-9 */
    color: #FFF;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #aec12c;
}


.sellticket-login {
    font-family: Arial, sans-serif;
    font-weight: 400 !important;
    font-size: 11px;
    color: #f1f2ec;
    text-align: center;
    padding: 7px 0px 7px 0px;
}

.a-greenlink {
    color: #aec12c;
    text-decoration: none;
}

.a-greenlink:hover {
    color: #aec12c;
    text-decoration: underline;
}

.btn-md {
    font-size: 14px!important;
    width: auto;
}

/* How It Works Section */

div.sellticket-infopod {
    width: 33.333333333333%;
    height: 220px;
    float: left;
    margin-top: 20px;
}

h1.num-title {
    font-family: Arial, sans-serif;
    font-weight: 700 !important;
    color: #f1f2ec;
    font-size: 26px;
    padding-top: 18px;
    margin-top: 0px;
    text-align: center;
    display: block;
    text-rendering: optimizeLegibility;
}

.sellticket-num-icons {
    width: 58px;
    height: 58px;
    display: block;
    background-image: url('https://s3.amazonaws.com/ticketliquidator/site/img/sellticket/sellticket-circle.jpg');
    margin: 0 auto;
    border-radius: 100px;
    margin-top: 10px;
    margin-bottom: 20px;
}

/* Stroke */

div.sellticket-gradient-stroke {
    width: 100%;
    height: 1px;
    clear: left;
    background: #d4d4d4 /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #d4d4d4 50%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#d4d4d4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #ffffff 0%,#d4d4d4 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #ffffff 0%,#d4d4d4 50%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #ffffff 0%,#d4d4d4 50%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to right, #ffffff 0%,#d4d4d4 50%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#d4d4d4',GradientType=1 ); /* IE6-9 */
}

/* Benefits Table Section */

div.benefits-table-holder {
    width: 735px;
    height: 440px;
    background: #f1f2ec;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 60px;
    border-radius: 5px;
    overflow: hidden;
}

table.selltickets-tl-column {
    width: 367.5px;
    float: left;
}

div.selltickets-tl-logo {
    width: 154px;
    height: 30px;
    background: #252525;
    margin: 0 auto;
    background: url('https://s3.amazonaws.com/ticketliquidator/site/img/sellticket/sellticket-tl-logo.png');
}

td.tl-row-one {
    background: #aec12c;
    width: 367.5px;
    height: 66px;
}

td.selltickets-icon-holder {
    width: 66px;
    height: 66px;
    display: block;
    margin-left: 10px;
}

td.selltickets-p-holder {
    width: 270px;
    height: 66px;
}

p.table-paragraph-tl {
    font-family: Arial, sans-serif;
    color: #666666;
    text-align: left;
    font-size: 14px;
    margin-bottom: 0 !important;
}

td.tl-row-light-grey {
    background: #f8f8f5;
    width: 367.5px;
    height: 75px;
}

td.tl-row-dark-grey {
    background: #f4f5f2;
    width: 367.5px;
    height: 75px;
}

table.selltickets-competitor-column {
    width: 367.5px;
    float: left;
}

h2.selltickets-competitors-header {
    font-family: 'Oswald', Arial Narrow, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #808080;
    text-align: center;
    margin: 0 !important;
}

p.table-paragraph-competitor {
    font-family: Arial, sans-serif;
    color: #999999;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0 !important;
}

div.competitor-xed-out {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background: #252525;
    background: url('https://s3.amazonaws.com/ticketliquidator/site/img/sellticket/sellticket-xed.png');
}

td.competitor-row-one {
    background: #4a4a4a;
    width: 367.5px;
    height: 66px;
}

td.competitor-row-light-grey {
    background: #f1f2ec;
    width: 367.5px;
    height: 75px;
}

td.competitor-row-dark-grey {
    background: #e9ebe6;
    width: 367.5px;
    height: 75px;
}

/* Have Questions? Section */

p.sellticket-questions {
    font-family: Arial, sans-serif;
    color: #333333;
    font-size: 12px;
    clear: left;
    text-align: center;
    margin: 0 0 50px 0;
    padding-top: 50px;
    text-rendering: optimizeLegibility;
}

/* Call to Action Section */

div.sellticket-ctabottom {
    background: #f5f5f5;
    background: url('https://s3.amazonaws.com/ticketliquidator/site/img/sellticket/sellticket-header.jpg');
    background-position: center;
    width: 680px;
    height: 100px;
    margin: 0 auto;
    margin-top: 60px;
    border-radius: 5px;
}

div.st-button-right {
    float: right;
    margin: 4px 165px 0 0;
}

div.st-cta-left {
    float: left;
    margin: 33px 0 0 165px;
}

#questions {
    float: left;
    padding: 15px 0px 0px 105px;
}

#questions a {
    font-weight: bold;
}

/*End Sell Tickets Code*/

.threeColTable {
    margin: 15px auto 25px;
}

.threeColTable th {
    border-bottom: 1px solid #FFF;
    font-weight: 700;
    text-transform: uppercase;
    background: none repeat scroll 0 0 #4A4A4A;
    color: #E8E9E4;
    padding: 5px;
    font-size: 13px;
}

.threeColTable tr {
    border-bottom: 1px solid #FFF;
}

.threeColTable td {
    padding: 10px 7px 10px;
}

.threeColTable tr:nth-child(odd) {
    background-color: #F1F2EC;
}

.threeColTable tr:nth-child(even) {
    background-color: #F9F9F6;
}

.threeColTable td:first-child {
    white-space: nowrap;
}

.threeColTable td a:link, .threeColTable td a:visited {
    color: #556C90;
    text-decoration: none;
    font-weight: bold;
}

.threeColTable td a:hover {
    color: #324668;
}

ul.nascar {
    list-style: none;
    margin: .5% 1% 4%;
}

ul.twoColumn {
    width: 48%;
    margin: 0 1% 1%;
    float: left;
    padding: 0;
}

ul.twoColumn li {
    list-style: none;
    padding: 5px 0;
}

ul.twoColumn .cityState {
    display: block;
    font-style: italic;
}

ul.twoColumn.nascar {
    margin-bottom: 30px;
}

ul.twoColumn.nascar li a {
    color: #556C90;
    font-size: 14px;
    line-height: 1.25em;
    text-align: left;
    font-weight: bold;
    margin: 9px 0 12px;
    text-align: left;
    text-decoration: none;
}

ul.twoColumn.nascar li a:hover {
    color: #324668;
}

ul.twoColumn h3 {
    margin: 2px 0;
}

.extraPadding {
    padding: 20px 0;
}

.extraPaddingTop {
    padding-top: 15px;
}

.horizontalList {
    list-style-type: none;
    margin: auto;
}

.horizontalList li {
    display: inline-block;
    *display: inline;
    text-align: center;
    padding: 0% 3.25% 1%;
}

.horizontalList li:first-child {
    padding-left: 2.75%;
}

.horizontalList.small li {
    padding: 0 2.25% 1%;
}

.headerFive {
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

hr.centerPage {
    background-color: #D4D4D4;
    border: medium none;
    color: #D4D4D4;
    height: 1px;
    margin: 15px 2px 25px;
}

.thumb.textWrapLeft {
    float: left;
    margin: 0 10px 0px 0px;
}

.thumb.textWrapRight {
    float: right;
    margin: 0 0px 0px 10px;
}

.sportQuickLinks ul {
    list-style-type: none;
    margin: 0 0 10px;
    float: left;
}

.sportQuickLinks ul li {
    padding: 0 30px 0 0;
}


/* SPORT BRACKET */

.thumb.textWrapLeft {
    float: left;
    margin: 0 10px 0px 0px;
}

.thumb.textWrapRight {
    float: right;
    margin: 0 0px 0px 10px;
}

.sportQuickLinks {
}

.sportQuickLinks ul {
    list-style-type: none;
    margin: 0 0 10px;
    float: left;
}

.sportQuickLinks ul li {
    padding: 0 30px 0 0;
}

.featuredEventImage {
    padding: 5px;
}

.bracket {
    width: 100%;
}

.bracketOutsideCol, .bracketInsideCol {
    width: 16%;
    margin: 0 1%;
    float: left;
}

.bracketInsideCol {
    padding-top: 35px;
}

.east {
    color: #882737;
}

.west {
    color: #324668;
}

.bracketMiddleCol {
    width: 26%;
    margin: 0 1%;
    float: left;
}

.bracketSingleContainer {
    padding: .5% 5%;
    width: 90%;
    background: #fafafa;
    border: 1px solid #d4d4d4;
    margin: 10px 0 20px;
}

.bracketSingleContainer .seed {
    display: block;
    padding: 3px 0 3px;
    font-size: .9em;
}

.bracketSingleContainer .seed:first-child {
    border-bottom: 1px solid #d4d4d4;
}

.seed.champ {
    font-weight: bold;
    font-size: 1em;
    text-align: center;
}

.bracketSingleContainer .seed .rankNumber {
    font-size: .75em;
}

.bracket h3 {
    margin-bottom: 5px;
}

.bracket h3, .bracket h4 {
    text-align: center;
}

.bracket a, .bracket a:link, .bracket a:visited {
    text-decoration: none;
}

.bracketSingleContainer.allowHover:hover {
    background: #f1f2ec;
}

.divider {
    display: block;
    height: 20px;
}

h2.confTitle {
    padding: 35px 0;
    text-align: center;
}

i.nonHeader {
    font-size: 12px;
    font-weight: normal;
}

.finalGamesDiv .bracketSingleContainer {
    margin-bottom: 10px;
}

/* END SPORT BRACKET */

/* Preheader */

div.preheader .nav > li {
    position: static !important;
}

#account_preheader_wrapper {
    width: 1000px;
    margin: auto;
    color: #4A4A4A;
    font-size: 11px;
}

#preheaderWelcomeSpan span {
    color: #F1F2EC;
}

#account_preheader_wrapper a {
    color: #F1F2EC;
    font-size: 1em;
    text-decoration: none;
}

#account_preheader_wrapper #preheader_help_wrapper {
    padding: 5px 0 0;
    float: right;
}

.header_wrapper_new #account_preheader {
    margin: auto;
    width: 962px;
    float: right;
    padding: 5px 0 0;
}

div.preheader .navbar-nav {
    float: right !important;
    margin: 0 !important;
}

/* Login Modal */

.pop-up-full-screen-iframe{
    min-width:1002px;
}

/* End preheader */

/* Start Spring Promo Styles */

.springPromoLeft {
    margin-top: 15px;
}

.springPromoRight {
    margin: 15px 0;
}

/* End Spring Promo Styles */

/* Start Recent Activity Overrides */

.recently_viewed_events_searches_header_text {
    height: 18px;
    margin: 0;
}

#recent_events_list ul li {
    margin-bottom: 3px;
}

.recent_activity_search a, .recent_activity_search a:link,
.recent_activity_event a span, .recent_activity_event a:link span, {
    font-size: 0.95em;
}

.recent_activity_search a, .recent_activity_search a:link {
    text-decoration: none;
}

/* End Recent Activity Overrides */


/* 
	Author: Madeline Bey
	Updated: 05/28/14
*/

/*  Start Affiliate Program Styles */

#affiliateProgramContainer hr {
    margin: 10px auto 25px;
    border: 0;
    border-bottom: 1px solid #d4d4d4;
}

#affiliateProgramContainer h2 {
    margin-top: 15px;
}

#affiliateProgramContainer .acctSignUpBtn {
    margin: 18px auto;
    width: 135px;
    text-align: center;
    display: block;
    float: none;
    padding: 10px 25px;
    font-size: 1.3em;
}

.signInText {
    text-align: center;
}

#affiliateLogoLink {
    margin: auto;
}

#affiliateLogoLink a {
    display: inline-block;
    margin: 0 10px;
}

#affiliateProgramInfo {
    margin-top: 20px;
}

#affiliateProgramInfo td {
    vertical-align: top;
}

#affiliateProgramInfo td:first-child {
    padding-right: 5px;
}

#affiliateProgramInfo td:last-child {
    padding-left: 5px;
}

#affiliateLogoLink a.linkShareLogo {
    margin: 0;
}

#affiliateLogoLink img {
    display: block;
}

.programStep {
    color: #b62047;
}

/*  End Affiliate Program Styles */

#hotsellers, a#hotsellers:link, a#hotsellers:visited {
    left: auto;
    bottom: auto;
    line-height: 72px;
    position: relative;
    text-decoration: none;
}

#hotsellersbg {
    text-decoration: none;
}

/* Gift Card Code */

h1.gc_header {
    color: #4A4A4A;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0 0 15px 0;
}

h2.gc_sec_header {
    font-family: "arial";
    color: #4A4A4A;
    font-size: 36px;
    line-height: 60px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding: 0;
}

h2.gc_subheader {
    font-family: "arial";
    color: #4A4A4A;
    font-size: 18px;
    font-weight: bold;
}

h2.gc_subheader_large {
    font-family: "arial";
    color: #4A4A4A;
    font-size: 22px;
    font-weight: bold;
}

p.gc_hdr_paragraph_text {
    font-family: "arial";
    text-align: center;
    color: #4A4A4A;
    font-size: 17px;
    line-height: 26px;
    padding: 0 77px;
}

p.gc_paragraph_text {
    font-family: "arial";
    color: #4A4A4A;
    font-size: 14px;
    line-height: 20px;
}

p.gc_focus {
    font-style: italic;
    color: #b5b1b2;
    margin-top: 10px;
}

a.gc_link {
    color: #AEC12C;
    text-decoration: none;
}

a.gc_link:hover {
    color: #AEC12C;
    text-decoration: underline;
}

/* Gift Card Wrappers */

div.giftcard-container {
    margin: 0 30px;
}

div.gc-top-container {
    margin: 55px 0 35px 0;
    float: left;
}

/* Left & Right Blurbs */

.middle-section-container {
    width: 85%;
    margin: 0 auto;
}

div.gc_twocolumn {
    float: left;
}

div.giftcard-design-blurb {
    width: 60%;
    float: left;
}

div.giftcard-form-blurb {
    width: 40%;
    float: left;
}

/* Gift Card Left Blurb */

div.gc_main_img_holder {
    width: 470px;
    height: 332px;
    border-radius: 3px;
    margin-bottom: 15px;
    background: #f9f9f6;
    overflow: hidden;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
}

img.gc_main_img {
    display: none;
}

img.gc_img_h {
    width: 360px;
    height: 255px;
    margin: 0 auto;
    margin-top: 40px;
    box-shadow: 0px 2px 2px #666666;
}

img.gc_img_v {
    width: 235px;
    height: 332px;
    margin: 0 auto;
    box-shadow: 0px 2px 2px #666666;
}

div.gc_slider_img_holder {
    width: 470px;
    height: 85px;
    /*margin-bottom:15px;*/
    margin-bottom: 20px;
    border-radius: 3px;
    background: #f9f9f6;
    overflow: hidden;
    overflow-x: auto;
}

div.gc_thumb_containers {
    min-width: 1092px;
    height: 90px;
}

div.gc_thumb_holder {
    margin: 7.5px 5.5px 0px 5.5px;
    padding: 2px;
    width: 63px;
    height: 53px;
    float: left;
    border-radius: 3px;
    cursor: pointer;
    overflow: hidden;
    opacity: .75;
}

div.gc_thumb_holder:hover {
    opacity: 1;
    border: solid 2px #B43205;
    padding: 0;
}

img.gc_thumb_img {
    width: 63px;
    height: 53px;
}

div.gc_btn_container {
    width: 115px;
    height: 32px;
    background: #f9f9f6;
    margin: 0 auto;
    border-radius: 3px;
    display: none;
}

div.gc_icon_holder {
    width: 25px;
    height: 25px;
    font-size: 18px;
    color: #b5b1b2;
    text-align: center;
    float: left;
    margin: 0 5px;
    margin-top: 7px;
    cursor: pointer;
}

div.gc_icon_holder:hover {
    color: #B43205;
}

div.gc_r_btn {
    width: 10px;
    height: 10px;
    margin-top: 5px;
    border-radius: 25px;
    background: #b5b1b2;
    float: left;
    margin: 11px 2.5px 50px 2.5px;
    cursor: pointer;
}

div.gc_r_btn:hover {
    background: #B43205;
}

.gc_img_static {
    display: block !important;
}

.gc_thumb_static {
    border: solid 2px #B43205 !important;
    padding: 0 !important;
    opacity: 1 !important;
}

.gc_static {
    background: #B43205 !important;
}

/* Control Arrows for design browsing */

.gc_arrow_holder {
    position: relative;
    width: 20px;
    font-size: 30px;
    color: #b5b1b2;
    margin-top: 156px;
    cursor: pointer;
}

.gc_left {
    float: left;
    margin-left: 15px;
}

.gc_right {
    float: right;
    margin-right: 15px;
}

/* Gift Card Form Styles */

/* Form Styles */

form.gc_form {
    font-family: "arial";
    font-size: 18px;
    text-decoration: none !important;
    padding: 0px 0 5px 35px;
}

/* Label Styles */

label.gc_label {
    font-family: "arial";
    font-size: 22px;
    font-weight: bold;
    color: #4A4A4A;
    padding: 15px 0 15px 0;
    display: block;
}

.dropcontainer {
    position: absolute;
}

/* Select Input Styles */

.trigger {
    font-family: "arial";
    font-size: 18px;
    color: #ffffff;
    padding: 10px;
    font-size: 16px;
    width: 80px;
    background: #AEC12C url('https://s3.amazonaws.com/ticketliquidator/site/img/giftcard/select-arrow-open.png') 98% center no-repeat;
    display: block;
    border: 1px solid #93a324;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    padding-bottom: 10px;
}

.trigger_small {
    width: 60px;
}

.trigger:hover {
    color: #ffffff;
    background: #93a324 url('https://s3.amazonaws.com/ticketliquidator/site/img/giftcard/select-arrow-open.png') 98% center no-repeat;
}

/* Styles when Select Input is triggered */

.activetrigger {
    color: #ffffff;
    padding: 10px;
    font-size: 16px;
    text-decoration:: none;
    width: 80px;
    background: #AEC12C url('https://s3.amazonaws.com/ticketliquidator/site/img/giftcard/select-arrow-close.png') 98% center no-repeat;
    display: block;
    border: 1px solid #93a324;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 10px;
    z-index: 999999999999;
}

.activetrigger_small {
    width: 60px;
}

.activetrigger:hover {
    background: #93a324 url('https://s3.amazonaws.com/ticketliquidator/site/img/giftcard/select-arrow-close.png') 98% center no-repeat;
    color: #ffffff;
}

.activetrigger:active {
    background: #AEC12C url('https://s3.amazonaws.com/ticketliquidator/site/img/giftcard/select-arrow-close.png') 98% center no-repeat;
    color: #ffffff;
}

/* Dropdown Styles */

.top_select_tgt .dropcontainer ul {
    text-decoration:: none;
    font-size: 16px;
    border: 1px solid #93a324;
    border-top: none;
    background: #AEC12C;
    list-style-type: none;
    padding: 10px;
    margin: 0;
    width: 80px;
    z-index: 100;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}

/* Dropdown Text Styles */

.top_select_tgt .dropcontainer ul li {
    cursor: pointer;
    color: #ffffff;
    padding: 5px;
}

.top_select_tgt .dropcontainer ul li:hover, .top_select_tgt .dropcontainer ul li.hovered {
    background: #93a324;
    border-radius: 3px;
    outline: none;
}

.top_select_tgt .dropcontainer ul li:first-child {
    display: none;
}

.top_select_tgt .dropcontainer ul li:last-child {
    border-bottom: none;
}

.top_select_tgt .dropdownhidden {
    display: none;
}

.top_select_tgt .dropdownvisible {
    height: auto;
}

/* Dropdown Styles */

.top_select_tgt .dropcontainer ul {
    text-decoration:: none;
    font-size: 16px;
    border: 1px solid #93a324;
    border-top: none;
    background: #AEC12C;
    list-style-type: none;
    padding: 10px;
    margin: 0;
    width: 80px;
    z-index: 100;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}

/* Dropdown Text Styles */

.bottom_select_tgt .dropcontainer ul li {
    cursor: pointer;
    color: #ffffff;
    padding: 5px;
}

.bottom_select_tgt .dropcontainer ul li:hover, .bottom_select_tgt .dropcontainer ul li.hovered {
    background: #93a324;
    border-radius: 3px;
    outline: none;
}

.bottom_select_tgt .dropcontainer ul li:first-child {
    display: none;
}

.bottom_select_tgt .dropcontainer ul li:last-child {
    border-bottom: none;
}

.bottom_select_tgt .dropdownhidden {
    display: none;
}

.bottom_select_tgt .dropdownvisible {
    height: auto;
}

/* Dropdown Styles */

.bottom_select_tgt .dropcontainer ul {
    text-decoration:: none;
    font-size: 16px;
    border: 1px solid #93a324;
    border-top: none;
    background: #AEC12C;
    list-style-type: none;
    padding: 10px;
    margin: 0;
    width: 80px;
    z-index: 100;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}

/* Order Button */

button.gc_order_button {
    font-family: "arial";
    outline: none;
    background: #B43205;
    background-image: -webkit-linear-gradient(top, #AC4C28 22%, #B43205 100%);
    background-image: -moz-linear-gradient(top, #AC4C28 22%, #B43205 100%);
    background-image: -ms-linear-gradient(top, #AC4C28 22%, #B43205 100%);
    background-image: -o-linear-gradient(top, #AC4C28 22%, #B43205 100%);
    background-image: linear-gradient(top, #AC4C28 22%, #B43205 100%);
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #FFF;
    cursor: pointer;
    font-family: inherit;
    font-size: 1em;
    padding: .7em 1.5em;
    vertical-align: middle;
}

button.gc_order_button:hover {
    background: #AC4C28;
}

/* Extras*/

div.gc_info_box_holder {
    width: 100%;
    clear: left;
}

div.gc_info_box {
    text-align: left;
    width: 44.7%;
    padding-left: 35px;
    float: left;
}

div.gc-gradient-stroke {
    margin: 35px 0;
    width: 100%;
    height: 1px;
    float: left;
    background: #d4d4d4 /* Old browsers */ background: -moz-linear-gradient(left, #ffffff 0%, #d4d4d4 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(50%,#d4d4d4), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left, #ffffff 0%,#d4d4d4 50%,#ffffff 100%);
    background: -o-linear-gradient(left, #ffffff 0%,#d4d4d4 50%,#ffffff 100%);
    background: -ms-linear-gradient(left, #ffffff 0%,#d4d4d4 50%,#ffffff 100%);
    background: linear-gradient(to right, #ffffff 0%,#d4d4d4 50%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#d4d4d4',GradientType=1 );
}

div.gc_questions_holder {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 40px;
}

div.gc_questions_holder p {
    font-size: 12px;
}

/* List Code Fixes */

div.gc_info_box_holder li {
    font-size: 11px;
}

div.gc_questions_holder p {
    line-height: 14px;
}


/* End Gift Cards*/





/** START Ticket Galaxy Map Highlighting **/
/*.ssc_lhTable td, .ssc_lrTable td{
	
	padding-left: 5px!important;
}

.ssc_lhTable td.ssc_lhMark, .ssc_lrTable td.ssc_lrMark
{
    width: 20px!important;
    text-align: left!important;
	
}


.ssc_lhTable td.ssc_lhMark {vertical-align:bottom!important;}


.ssc_lhTable td.ssc_lhSec
{
    width: 106px;
    text-align: left;
    
}

.ssc_lrTable td.ssc_lrSec
{
    text-align: left;
    color: inherit;
    width: 106px;
    word-wrap: break-word; /* to wrap long strings 
}

.ssc_lhTable td.ssc_lhRow
{
    width: 49px;
}

.ssc_lrTable td.ssc_lrRow
{
    width: 49px;
    color: inherit;
    word-wrap: break-word; /* to wrap long strings 
}

.ssc_lhTable td.ssc_lhPri
{
    width: 59px;
    text-align: left;
    
}

.ssc_lrTable td.ssc_lrPri
{
    color: #000;
    width: 59px;
    
}

.ssc_lhTable td.ssc_lhQty
{
    width: 56px;
    text-align: left;
    padding-right: 0;
}


.ssc_lrTable td.ssc_lrQty
{
    /*width: 17%;
    text-align: left;
    color: inherit;
    width: 56px;
    padding-right: 0;
}

    .ssc_lrQty select
    {
        width: auto;
    }

    .ssc_lrQty option
    {
        text-align: right;
        padding-right: 18px;
    }

.ssc_lhTable td.ssc_lhDlv
{
    width: 68px;
    text-align: left!important;
    padding-right: 0;
    white-space: nowrap;
}

.ssc_lrTable td.ssc_lrDlv
{
    width: 41px;
    text-align: leftimportant;
    color: inherit;
}

.ssc_lhTable .ssc_lhBuy
{width:37px;}


.ssc_sortUpArrow img, .ssc_sortDnArrow img, .ssc_lhMark img{
vertical-align:middle;

}
.ssc_sortUpArrow img, .ssc_sortDnArrow img{padding-left:1px;}

.ssc_lhMark .ssc_sortUpArrow img, .ssc_lhMark .ssc_sortDnArrow img{padding:0px;}

.ssc_lrTable td.ssc_lrNotes {
padding: 0 0 2px 5px !important; 
}*/
/** END Ticket Galaxy Map Highlighting **/

/* Mobile SMS Signup Page */

.mobile-hero-image {
    float: left;
    min-height: 500px;
    width: 100%;
}

.mobile-hero {
    background: url('https://s3.amazonaws.com/ticketliquidator/site/img/tl_livecrowd_2.jpg');
    background-size: 181%;
    color: #FFF;
    float: left;
    min-height: 300px;
    width: 100%;
    padding: 25px 50px 25px;
    box-sizing: border-box;
    -moz-box-sizing: border-vox;
}

.mobile-hero h2 {
    color: #FFF;
    font-family: "Oswald";
    font-size: 48px;
    font-weight: normal;
    line-height: 100%;
    margin-top: 0;
}

.mobile-hero h2 span,
.mobile-hero h3 span {
    color: #AEC12C;
}

.mobile-hero h3 {
    color: #FFF;
    font-size: 18px;
    padding: 15px 0 0;
}

.mobile-hero ul {
    margin-bottom: 9px;
}

.mobile-hero ul li,
.mobile-hero p {
    font-size: 14px;
    line-height: 24px;
}

.mobile-hero ul li strong {
    font-weight: bold;
}

.mobile-hero h2 span strong {
    font-size: 14px;
    margin: -15px 4px;
    position: absolute;
}

.mobile-sign-up {
    float: left;
    margin: 2% 2% 0;
    min-height: 235px;
    width: 42%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.mobile-sign-up-form {
    float: left;
    margin-top: 15px;
}

.mobile-sign-up-form label {
    clear: left;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.mobile-sign-up-form input {
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    clear: left;
    float: left;
    margin-bottom: 15px;
    padding: .8em;
}

.mobile-sign-up-form input.error {
    border: 1px solid #CD0500 !important;
}

.mobile-sign-up-form .texterror {
    display: none;
    color: #CD0500;
    float: left;
    font-size: 11px;
    margin-left: 10px;
    width: 130px;
}

.mobile-sign-up-form .mobile-submit {
    clear: left;
    float: left;
    background-color: #B62047;
    background-image: linear-gradient(to bottom, rgba(136, 39, 55, 0) 0%, #882737 100%);
    background-image: -webkit-linear-gradient(top, rgba(136, 39, 55, 0) 0%, #882737 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00B62047', endColorstr='#882737',GradientType=0 );
    border: 1px solid rgba(0, 0, 0, 0);
    border: none;
    border-radius: 3px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 0.8em 1em;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
}

.mobile-sign-up-form .mobile-submit:hover {
    background-color: #882737;
}

.mobile-phone-img {
    float: left;
    height: 567px;
    margin: 151px 15px 0 0;
    position: absolute;
    right: 0;
    width: 320px;
}

.mobile-phone-img img {
    width: 100%;
    height: 100%;
}

.mobile-thank-you {
    clear: left;
    display: none;
    float: left;
    margin: 15px 0 5px;
}

.mobile-thank-you h2 {
    font-family: "Oswald";
    font-size: 35px;
    font-weight: normal;
}

p.disclaimer-text {
    float: left;
    font-size: 11px;
    color: #808080;
    margin: 0 2%;
    width: 46%;
}

p.disclaimer-text a {
    text-decoration: none;
}

.mobile-thank-you {
    animation-duration: 1s;
    animation-name: fadein;
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* End Mobile SMS Signup Page */

/* Shoppers Approved */

#customerFeedback {
    margin: 15px auto;
    width: 210px;
    height: 204px;
    text-align: left;
    border: solid 1px #d5d5d5;
    background: #fff;
}

.sa_narrow {
    height: 155px;
}

#F_shopper_approved {
    margin-top: 10px;
}

/* Shopper Approved Reviews Page */

.shpr-app-wrapper {
    float: left;
    width: 100%;
}

.tl-sa-review {
    border-top: 1px solid #E8E9E4;
    float: left;
    margin: 2% 4% 2% 0;
    min-height: 100px;
    width: 96%;
}

span.sa-name {
    color: #4A4A4A;
    font-size: 14px;
    font-weight: bold;
}

div.tl-sa-review .sa-name-loc {
    margin-bottom: 0;
}

/* SA Stars */

.sa-stars {
    margin: 15px 0 10px;
    width: 100%;
}

.sa-stars .sa_star {
    cursor: inherit;
}

/* End Shopper Approved Reviews Page */

/* Slider */

#bg_containers {
    width: 1002px;
    margin: 0 auto;
    max-height: 224px;
    min-height: 224px;
    background: #252525 !important;
    overflow: hidden;
    display: none;
}

#bg_containers a,
#bg_containers div {
    width: 100% !important;
    max-height: 224px;
    min-height: 224px;
}

.bg1 {
    background: url('http://content.tl-static.com/site/img/unwrap-happy.jpg');
}

.bg2 {
    background: url('http://content.tl-static.com/site/img/rock-the-season.jpg');
}

.bg3 {
    background: url('http://content.tl-static.com/site/img/takle-your-list.jpg');
}

.bg4 {
    background: url('http://content.tl-static.com/site/img/gifting-made-easy.jpg');
}

/* Promo Bar */

.tl-promo-bar {
    width: 1002px;
    background: #4A4A4A;
    padding: 15px 0;
    margin: 0 auto;
    display: none;
}

.tl-promo-text {
    color: #fff;
    font-family: "Arial";
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
}

.tl-promo-text span{
    color: #8ff566;
}

.tl-promo-link,
.tl-promo-link:hover {
    text-decoration: none;
}

/* End Promo Bar */