#tts #sidebar1,
#tts .right_sub,
#tts .dow_middle div {
    display: none;
}

#tts .organiser-description,
#tts .venue-description {
    display: none;
}

#tts {
    position: relative;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.2em;
}

#tts h1,
#tts h2,
#tts h3,
#tts h4,
#tts h5,
#tts h6 {
    padding: 0;
    margin: 0.5em 0;
    color: #555;
}

#tts h1 a, 
#tts h2 a,
#tts h3 a,
#tts h4 a,
#tts h5 a,
#tts h6 a {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight:normal;
    color:#777;
    font-size: inherit;
    text-decoration: none !important;	
}

#tts p {
    padding: 0;
    margin: 1em 0;
    text-align: left;
}

#tts div.wrapper {
    position: relative;
}

#tts table p {
    margin: 0.4em 0;
}

#tts table th,
#tts table td {
    vertical-align: middle;
}

#tts hr {
    height: 1px;
    border-top: 1px solid #999;
    border-bottom: none;
    clear: both;
}

div.bubble {
    visibility: hidden;
    position: absolute;
    top: 20px;
    left: 30px;
    width: 150px;
    padding: 0.5em;
}

div.bubble div.bubble_top,
div.bubble div.bubble_bottom { 
    display: none;
}

#tts table {
    width: 98%;
}

#tts table td {
    padding: 2px;
}

#tts table.key p {
    margin: 0;
    padding: 0px 2px;
}

#tts .event_day_middle .event_day_middle_wrapper {
    float: left;
    margin: 3px;
    width: 48px;
}

#tts .event_day_middle .dow_middle {
    padding: 3px 0px;
}

#tts .event_day_middle p,
#tts .event_day_middle strong,
#tts .event_day_middle small {
    margin: 0.3em 0;
    line-height: 1.2em;
}

#tts .event_day_middle .dow_top,
#tts .event_day_middle .dow_bottom {
    display: none;
}

/* event page - ticket table */
#tts table.event_list { font-size: inherit; line-height: 1.2em; }
#tts table.event_list th { font-weight: bold; font-size: inherit; line-height: 1.2em; }
#tts table.key { border: 1px solid #999; }
#tts table.key .key_header { background-color: #aaa; font-weight: bold; }
#tts table.key td { vertical-align: middle; }

/* shoping basket */
#tts table.shopping_basket { border-collapse: collapse; font-size: 12px; }
#tts table.shopping_basket p,
#tts table.shopping_basket h5 { margin: 0.3em 0; line-height: 1.2em; }
#tts table.shopping_basket input { vertical-align: baseline; }
#tts table.shopping_basket tr.basket_legend td { font-weight: bold; }
#tts table.shopping_basket tr.basket_event td { border-bottom: 1px dashed #999; }

/* error & confirmation boxes */
#tts div.form_errors { position: relative; padding: 10px; background-color: #9d0000; margin: 10px 0px 10px 0px; color: #fff; }
#tts div.form_errors h5, #tts div.form_information h5 { padding: 0 0 0.6em 0; margin: 0;  color: #fff; }
#tts div.form_information { position: relative; padding: 10px; background-color: #498FC8; margin: 10px 0px 10px 0px; color: #fff; }
#tts div.form_errors ul, #tts div.form_information ul { clear: none; }
#tts div.form_errors p, #tts div.form_information p { margin: 0.3em 0em; }
#tts div.form_errors a, #tts div.form_information a { color: #fff; text-decoration: underline; border: none; }
#tts div.form_errors, #tts div.form_information { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }

/* checkout + some other */
#tts table.form p { margin: 0.3em; padding: 0; }
#tts .back_to_trolley_link { display: none; }
#facebox * { color: #000; }
#tts .no-display { display: none !important; }
#tts table.event_list.single_ticket_type th.ticket_type,
#tts table.event_list.single_ticket_type td.ticket_type { display: none; }
#tts p.ticket_type_explanation { float: left; margin-top: 0; padding: 2px 5px 2px 0; text-align: justify; width: 260px; font-size: 0.9em; line-height: 1.3em; }

#tts .form_errors_small { clear: both; }

.btnscontainer { width: 126px; }
.btnscontainer a, 
.btnscontainer a:link, 
.btnscontainer a:visited, 
.btnscontainer a:active { color: #000; }
.btnscontainer a:hover { color: #333; }

input.button_small { cursor: pointer; }

/* custom rules */

p#event-reminder-form button,
#tts .button,
#tts .button_small {
    margin: 0.5em 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 9px;
    font-size: 20px;
    border: 1px solid #0061BC;
    color: #fff;
    box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff; 
    text-shadow: 0 -1px 1px rgba(0,0,0,.25);   
    background: #0099ff;
    background: -moz-linear-gradient(top,  #0099ff 1%, #0071bc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#0099ff), color-stop(100%,#0071bc));
    background: -webkit-linear-gradient(top,  #0099ff 1%,#0071bc 100%);
    background: -o-linear-gradient(top,  #0099ff 1%,#0071bc 100%);
    background: -ms-linear-gradient(top,  #0099ff 1%,#0071bc 100%);
    background: linear-gradient(to bottom,  #0099ff 1%,#0071bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#0071bc',GradientType=0 );
}

div.front-voucherbox-button { text-align: left; }

#tts hr { border-top: none; height: 0; }

#tts .event_description { border-top: 8px dotted  #745b32; }

#tts h1,
#tts h2,
#tts h3,
#tts h4,
#tts h5,
#tts h6 {
    font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #745b32; /* default is #666 */
}

#tts h1 a, 
#tts h2 a,
#tts h3 a,
#tts h4 a,
#tts h5 a,
#tts h6 a {
    color: #0071BC; 
}

h1.front { font-size: 29px; text-transform: uppercase; }
h2.front { font-size: 26px; text-transform: uppercase; }
h2.front.event { font-size: 26px; }

#tts h1 { font-size: 29px; }
#tts h2 { font-size: 26px; font-weight: 400; line-height: 30px; }

#tts h2, 
#tts h4 { margin-bottom: 0; }

#tts h3,
#tts h4,
#tts h5,
#tts h6 {
    font-size:25px;
    line-height:30px;
}

#tts h4.front.date { font-size: 22px; }

#tts h5.front { clear: both; font-family: Arial, Helvetica, sans-serif; color: #666; }

#basket-link a { font-size: 14px; }

#powered-by img:hover { opacity: 0.85; }

.notification.error { clear: both; }

#tts #what_next .fb_links p { color: #745b32; }

/* important rules if event is not on sale yet! */
#mainContent #content { padding: 0; }
p#event-reminder-form input { 
    width: 298px;
    line-height: 20px; 
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;    
    padding: 6px 8px 4px 8px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 0 #eee,#fff 0 1px 0;
    -moz-box-shadow: inset 0 1px 0 #eee,#fff 0 1px 0;
    box-shadow: inset 0 1px 0 #eee,#fff 0 1px 0;
    font-size: 18px;
    color: #666;
}

p#event-reminder-form button { font-size: 20px; margin: 0; }

input#sh-continue { background: none; border: none; padding: 0; }
