#tts {
    color: #01126a;
    width: 100%;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-weight:bold;
}

#basket-link {
    font-family: inherit;
}

#tts li {
    list-style-position: inside;
}

#tts h2 {
    color: #01126a;
    font-size:25px;
    border: none;
    margin-bottom:10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

#tts h1,
#tts h3,
#tts h4,
#tts h6 {
    letter-spacing: normal;
    font-family: Helvetica, Arial, sans-serif !important;
}
#tts h5{
    padding-left:0px;
    font-size: 25px;
    line-height: 30px;
    font-style: normal;
}


.event_day_middle {
    font-family: Helvetica, Arial, sans-serif;
}

#tts .form_errors_small {
    background-color: #01126a;
    color:#FFC;
    padding: 5px;
}

#tts .form_errors_small p {
    margin: 0;
    padding: 0;
}

#tts .form_errors_small_bottom {
    clear: both;
}

#tts div.bubble {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #FF6E0D;
    font-size:10px;
    border: 1px solid #F3CB3F;
    color: #FFF;
}
/* custom rules */
#powered-by{
    margin-top: 10px;
    float: right;
    margin-right: 30px
}
#basket-link {
    float: right;
}
#basket-link a {
    color: #666;
}
h4.front.date {
    color: #666;
}