/* MAIN LAYOUT */
html {
    overflow-y: scroll;
}

body {
    margin: 0;
    padding: 0;
    font-size: 80%;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #173E5B;
    background: #c7c9c6 url(/makingmusic/images/mm_body_bg.gif) repeat-x
}

#Wrapper {
    max-width: 903px;
    min-width: 755px;
    position: relative;
    margin: 10px auto;
    text-align: left;
    padding: 0;
    background: #fff;
}

* html #Wrapper {
    width: expression(document.body.clientWidth <   950 ?   "755px" :   "903px");
}

#WrapperInner {
    width: 100%;
}

#Header {
    width: 100%;
    height: 118px;
    margin: 0 4px 0 0;
    padding: 0;
    background: #1a4462 url(/makingmusic/images/headerbg.png) repeat-x;
overflow: hidden;
}


form span.required {
	color: red;
	font-weight: bold;
	margin-right: 5px;
}

form .explanation {
	font-size: 80%;
}

#Logo {
    padding: 0;
    position: absolute;
    right: 140px;
    top: 22px;
    height: 40px;
}

#Logo img {
    border: 1px solid #356b8f
}

#Login {
    width: 114px;
    padding: 0;
    text-align: right;
    clear: right;
    position: absolute;
    right: 10px;
    top: 22px;
}

#Login form {
    margin: 0;
    padding: 0;
}

#Login input.Field {
    width: 102px;
    margin: 0 0 5px 0;
    padding: 1px 4px;
    font-size: 85%;
    border: 1px solid #BBE2FF;
}

#Login a#LogoutLink {
    width: 5em;
    display: block;
    padding: 2px 3px 3px 10px;
    background: #fff url(../images/icon_exit.gif) no-repeat 10px 5px;
    border: 1px solid #960707;
    color: #960707;
    text-decoration: none;
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    margin: 0;
    float: right;
}

#Login a#LoginNoSSLLink {
    width: 5em;
    display: block;
    padding: 2px 10px 3px 3px;
    background: #fff url(/images/lock_go.gif) no-repeat 4.5em 2px;
    border: 1px solid #960707;
    color: #960707;
    text-decoration: none;
    font-size: 110%;
    font-weight: bold;
    text-align: center;
    margin: 0;
    float: right;
}

#Navigation {
    width: 100%;
    margin: 0;
    padding: 0 0 0 0;
    background: #900;
}

ul#MainNav {
    float: left;
    padding: 0;
    margin: 5px 0 5px 20px;
    list-style: none;
}

ul#MainNav li {
    float: left;
    margin: 0 25px 0 0;
    padding: 0;
}

ul#MainNav li a {
    color: #fff;
    text-decoration: none;
}

ul#MainNav li h2 {
    margin: 0;
    padding: 0;
    font-size: 120%;
}

ul#UserNav {
    width: 260px;
    position: relative;
    float: right;
    margin: 5px 5px 5px 0;
    list-style: none;
    line-height: 18px;
}

ul#UserNav li {
    float: right;
    margin: 0 10px 0;
    padding: 0;
}

ul#UserNav li#UserEdge {
    display: none;
    width: 39px;
    x height: 39px;
    position: absolute;
    top: 0;
    left: 0;
    x background: url(../images/user_nav_start.gif) no-repeat;
}

ul#UserNav li a {
    padding: 0 0 0 18px;
    color: #fff;
    text-decoration: none;
    display: block;
}

a#Basket {
    background: url(../images/icon_basket.gif) no-repeat left 4px;
    width: 65px;
    padding: 0 0 0 18px;
}

a#SearchLink {
    background: url(../images/icon_lookingglass.gif) no-repeat left 4px;
    padding: 0 0 0 18px;
}

ul#UserNav li a#Register {
    background: url(../images/icon_pencil.gif) no-repeat left 4px;
    width: 3.8em;
}

ul#UserNav li a#LoginLink {
    background: url(../images/icon_padlock.gif) no-repeat left 4px;
    width: 3em;
}

ul#UserNav li a#Account {
    background: url(../images/icon_man.gif) no-repeat left 4px;
    width: 5em;
}

ul#UserNav li a#Tickets {
    background: url(../images/icon_ticket.gif) no-repeat left 4px;
    width: 4.7em;
}

ul#UserNav li h3 {
    margin: 0;
    padding: 0;
    font-size: 120%;
}

#Page {
    width: 100%;
    margin: 1px 4px 0 0;
    padding: 0 0 0 0;
    x background: url(../images/page_bg.gif) repeat-x top;
    position: relative;
    background: white;
}

#Page a {
    color: #960707;
}

#Page a:hover {
    color: #000;
}

#ToolBar {
    width: 126px;
    float: right;
    x background: url(../images/toolbar_bg.gif) no-repeat;
    padding: 0;
    margin: 0;
}

#ToolBar ul {
    list-style: none;
    margin: 0;
    padding: 6px 0 7px 26px;
}

#ToolBar li {
    float: left;
    margin: 0 0 0 13px;
    x background: #173E5B;
}

#ToolBar h4 {
    font-size: 100%;
    margin: 0;
    padding: 0;
}

#ToolBar a {
    color: #900;
    text-decoration: none;
}

#ToolBar a:hover {
    color: #B9E0FD;
}

#Page h1 {
    margin: 0 0 0 18px;
    padding: 14px 0 0 0;
    font-size: 170%;
}

#Page h2 {
    margin: 0 0 0 18px;
    padding: 0 0 0 0;
    font-size: 130%;
    font-weight: normal;
    width: 375px;
}

#Content {
    min-width: 520px;
    margin: 0 214px 0 0;
    padding: 17px 0 12px 18px;
}

* html #Content {
    width: expression(document.body.clientWidth <   950 ?   "515px" :   "660px")
        ;
}

#Content h1 {
    font-size: 140%;
    font-weight: bold;
    margin: 0 0 12px 0;
    padding: 0;
}

#Content h2 {
    font-size: 140%;
    font-weight: normal;
    margin: 0 0 12px 0;
    padding: 0;
    float: none !important;
}

#Content h3 {
    font-size: 120%;
    font-weight: bold;
    margin: 0 0 12px 0;
    padding: 0;
}

#Content p {
    margin: 0 0 10px 0;
}

#RightColumn {
    width: 160px;
    float: right;
    margin: 0 20px 0 0;
    display: inline;
    padding: 0;
clear: right;
}

.ChatterBox {
    margin: 0 0 20px 0;
    padding: 27px 0 0 0 !important;
    background: url(../images/chatterbox_top.gif) no-repeat top left
        !important;
    font-weight: bold;
    font-size: 100%;
}

.ChatterBoxAlt {
    margin: 0 0 20px 0;
    padding: 27px 0 0 0 !important;
    background: url(../images/chatterboxalt_top.gif) no-repeat top left
        !important;
    font-weight: bold;
    font-size: 100%;
}

.ChatterBoxAlt img {
    margin-top: -5px
}

.Image {
    margin: 0 0 20px 0;
}

.ErrorBox {
    background: url(../images/chatterbox_error_top.gif) no-repeat left
        top !important;
}

.ChatterBox blockquote {
    margin: 0 !important;
    padding: 4px 15px 8px 15px !important;
    _padding: 4px 15px 0 15px !important;
    background: url(../images/chatterbox_bg.gif) repeat-y left;
}

.ChatterBoxAlt blockquote {
    margin: 0 !important;
    font-weight: normal;
    padding: 4px 3px 8px 15px !important;
    _padding: 4px 3px 0 15px !important;
    background: url(../images/chatterboxalt_bg.gif) repeat-y left;
}

.ErrorBox blockquote {
    background: url(../images/chatterbox_error_bg.gif) repeat-y left
        !important;
}

.ErrorBox blockquote h3 {
    font-size: 130%;
    margin: 0;
    color: #960707;
}

.ChatterBox a {
    text-decoration: none;
    font-weight: bold;
}

.ChatterBottom {
    width: 160px;
    height: 8px;
    margin: 0 !important;
    padding: 0 !important;
    background: url(../images/chatterbox_bottom.gif) no-repeat left
        bottom;
    _padding: 0 0 8px 0 !important;
    _background: url(../images/chatterbox_bottom.gif) no-repeat left top
        ;
}

.ChatterAltBottom {
    width: 160px;
    height: 8px;
    margin: 0 !important;
    padding: 0 !important;
    background: url(../images/chatterboxalt_bottom.gif) no-repeat left
        bottom;
    _padding: 0 0 8px 0 !important;
    _background: url(../images/chatterboxalt_bottom.gif) no-repeat left
        top;
}

/* Default Star Chatterbox */
#star-chatterbox {
    background: none !important;
    padding: 0 !important;
}
#star-chatterbox .chatterboxtop {
    display: none !important;
}

#star-chatterbox blockquote {
    background: none !important;
}

#star-chatterbox .ChatterBottom {
    display: none !important;
}


#star-chatterbox img {
    width: 130px;
    background: #fff;
    padding: 5px;
}

.ErrorBox div.ChatterBottom {
    background: url(../images/chatterbox_error_bottom.gif) no-repeat
        left bottom !important;
    _background: url(../images/chatterbox_error_bottom.gif) no-repeat
        left top !important;
}

#Footer {
    x width: 100%;
    position: relative;
    padding: 0 8px 0 0;
    x margin: 0 0 0 -7px;
    background: #900;
    font-size: 80%;
}

#Footer ul {
    height: 30px;
    float: right;
    list-style: none;
    padding: 0 20px 0 0;
    margin: 0;
}

#Footer li {
    float: left;
    margin: 8px 0 0 18px;
    padding: 0;
}

#Footer li a {
    text-decoration: none;
    color: #fff;
}

#Footer p {
    float: left;
    padding: 8px 0 8px 20px;
    margin: 0;
    x background: url(../images/footer_left.gif) no-repeat left bottom;
    font-weight: bold;
    color: #fff;
    line-height: 12px;
}

#BottomRight {
    position: absolute;
    bottom: 0;
    _bottom: -1px;
    right: -5px;
    _right: -1px;
    height: 41px;
    width: 5px;
    x background: url(../images/footer_right.gif) no-repeat right bottom
        ;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*.clearfix {display:inline-block;}*/ /* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

/* End hide from IE-mac */
.Clear {
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    clear: both;
}

a img {
    border: none;
}

/* SEARCH PAGES */
#Map {
    float: left;
    margin: 10px 0 20px 0;
    padding: 0 0 0 5%;
    _padding: 0;
}

ul#RegionList {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#RegionList li {
    float: left;
    padding: 0 10px 0 0;
    margin: 0 0 5px 10px;
    border-right: 1px solid #173E5B;
}

ul#RegionList li.RegionLast {
    border-right: none !important;
}

#Search {
    margin: 10px 0 20px;
}

#Mailer {
    margin: 10px 0 0 0;
    float: right;
}

p.ListAll {
    margin: 0;
    padding: 12px 0 0 0;
    float: left;
    font-size: 85%;
}

p.ListAll a {
    font-weight: bold;
    padding: 0 0 0 16px;
    background: url(../images/red_arrow_right.gif) no-repeat left 4px;
    color: #173E5B !important;
    text-decoration: none;
}

p.ListAll a:hover {
    text-decoration: underline;
}

/* EVENT PAGES */
.VenueDetails {
    margin: 0 0 15px 0;
}

.VenueDetails img {
    float: left;
    margin: 0px 15px 10px 0;
}

.VenueDetails h1 {
    margin: 10px 0 0 0 !important;
    font-size: 130% !important;
}

.VenueDetails h2 {
    margin: 0 !important;
    font-size: 120% !important;
}

p#eventinfo{
	clear: left;
padding: 10px;
}

.BuyBox {
	float: left;
    margin: 0 40px 5px 0;
    padding: 27px 0 0 0 !important;
    background: url(../images/buybox_top.gif) no-repeat top left
        !important;
    font-size: 100%;
    margin: 0 0 5px 0;
}

div.EventBuy {
    margin: 0 !important;
    padding: 4px 15px 8px 15px !important;
    _padding: 4px 15px 0 15px !important;
    background: url(../images/buybox_bg.gif) repeat-y left;
	min-height: 70px;
}

.BuyBottom {
    width: 220px;
    height: 8px;
    margin: 0 !important;
    padding: 0 !important;
    background: url(../images/buybox_bottom.gif) no-repeat left bottom;
    _padding: 0 0 8px 0 !important;
    _background: url(../images/buybox_bottom.gif) no-repeat left top;
}

.buyContainer {
	float: left;
	width: 100%;
}
.buyContainerTop {
	margin-bottom: 25px;
}

p.BuyIt {
    margin: 0 !important;
}

p.BuyIt form {
    margin: 0;
}

input.BuyField {
    width: 25px !important;
    border: 1px solid #B9E0FD;
    margin-right: 5px;
}

div.EventLocation {
    background: #fff url(../images/venue_details_bg.gif) repeat-x top;
    border: 1px solid #AAC4D8;
    padding: 8px 15px 6px 15px;
    margin: 5px 0 0 0;
}

div.EventLocation ul {
    list-style-type: none;
}

div.EventLocation li {
    float: left;
    width: 250px;
    margin: 5px 0 0 0px;
    padding: 0;
}

div.EventLocation li img {
    display: block;
    border: 4px solid #B9E0FD;
}

div.EventLocation p {
    float: left;
    margin: 0;
    padding: 5px;
}

div#seatingplanlink a {
    display: block;
    background: url(/images/text_columns.gif) left center no-repeat;
    padding: 0 0 0 19px;
    line-height: 18px;
    margin: 20px 0 0 5px
}

div#seatingPlan {
    text-align: center;
}

div.communityLinks {
    font-style: italic;
    font-size: 90%;
    padding: 5px;
    width: 100%;
}

div.communityLinks ul {
    list-style-type: none;
    margin: 2px 0 10px 0;
    padding: 0px;
}

div.communityLinks li {
    float: left;
    width: 250px;
    margin: 0 0 5px 0;
    padding: 0px;
    text-align: center;
}

div.communityLinks a {
    font-style: normal;
    text-decoration: none;
}

.VenueURL {
    margin: 0 0 0 20px;
}

/* FAQs */
ul.FAQList {
    margin: 15px 0;
    padding: 0;
    list-style: none;
}

ul.FAQList a {
    text-decoration: none;
}

.FAQOuter {
    background: #DCE7F0;
    position: relative;
    padding: 0 0 2px 2px;
    margin: 10px 0;
    width: 100%;
}

.FAQTr {
    height: 2px;
    width: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    _left: -2px;
    font-size: 1px;
}

.FAQDetail {
    background: #fff;
    border: 1px solid #AAC4D8;
    padding: 0;
    width: 100%;
}

.FAQDetail h4 {
    margin: 0 20px 0 0;
    padding: 10px 15px !important;
    display: block;
    font-size: 120%;
}

a.FAQClose {
    position: absolute;
    top: 10px;
    right: 10px;
}

.FAQDetail blockquote {
    padding: 0 15px 20px 15px;
    margin: 0;
    background: url(../images/faq_detail_quote_open.gif) no-repeat 15px
        3px;
    text-indent: 25px;
    position: relative;
    z-index: 20;
}

.FAQDetail blockquote p {
    margin: 0px !important;
    padding: 8px 0 0 0 !important;
}

.FAQDetailBottom {
    width: 33px;
    height: 33px;
    margin: 0;
    padding: 0;
    background: url(../images/faq_bottom_right.gif) no-repeat bottom
        right;
    position: absolute;
    bottom: 0;
    right: -2px;
    _right: -1px;
    z-index: 5;
}

.FAQHLink {
    font-size: 120%;
    margin: 0 0 12px 0;
}

.FAQHLink a {
    text-decoration: none;
}

/* FESTIVALS  */
.FestivalDetails {
    padding: 0;
    margin: 0;
    width: 100%;
    min-height: 50px;
    background: #B9E0FD;
    border: 1px solid #AAC4D8;
}

.FestivalDetails blockquote {
    padding: 10px 10px;
    margin: 0;
}

.FestivalDetails blockquote.TopText {
    font-style: italic;
    color: #960707;
}

.FestivalDetails img {
    float: left;
}

.FestivalDetails p {
    margin: 0 0 0 90px !important;
    padding: 0;
}

.FestivalDetails div.ListingBottom {
    position: absolute;
    height: 2px;
    width: 2px;
    background: #fff;
    top: 0;
    left: 0;
}

/* EVENT/TICKET/CART LISTINGS */
.TicketListing {
    margin: 0 0 15px 0;
    width: 100%;
}

.ListingOuter {
    padding: 0 0 2px 2px;
    margin: 0 0 4px 0;
    position: relative;
    width: 100%;
    float: left;
}

.ListingBottom {
    position: absolute;
    height: 2px;
    font-size: 1px;
    border: none;
    width: 2px;
    background: #fff;
    top: 0;
    left: 0;
}

.ListingBlue,.ListingWhite {
    padding: 0;
    margin: 0;
    width: 100%;
}

.ListingBlue {
    background: #B9E0FD;
    border: 1px solid #AAC4D8;
}

.ListingWhite {
    background: #fff;
    border: 1px solid #AAC4D8;
}

.ListingYellow {
    background: #ff9;
    border: 1px solid #900;
}

.ListingTitle {
    float: left;
    padding: 5px 5px 5px 13px;
}

.ListingFullWidth {
    min-width: 502px;
    padding: 5px 5px 5px 13px;
}

.ListingFullWidth span.Highlight {
    font-weight: bold;
    color: #960707;
    text-transform: uppercase;
}

.ListingBlue .ListingFullWidth ul {
    list-style-image: url(../images/red_arrow_right_on_blue.gif);
}

.ListingWhite .ListingFullWidth ul {
    list-style-image: url(../images/red_arrow_right_trans.gif);
}

.TicketButtons {
    margin: 0;
    padding: 5px 13px 4px 5px;
    width: 202px;
    text-align: right;
    float: right;
}

span.ListingNB {
    font-size: 80%;
    font-style: italic;
    color: #000;
}

span.Counter {
    font-size: 130%;
    font-weight: bold;
    color: #960707;
    padding: 0 5px;
}

span.SoldOut {
    font-size: 110%;
    font-weight: bold;
    color: #960707;
}

span.ListingDate {
    width: 95px !important;
    display: block;
    float: left;
}

a.BuyButton {
    font-size: 110%;
    font-weight: bold;
    color: #960707;
    text-decoration: none;
}

div.Proceed {
    float: right;
    margin-top: 10px;
}

div.Proceed input {
    float: right;
}

.ResultsNav {
    margin: 5px 0 5px 2px;
    padding: 5px 0;
    background: #B9E0FD;
    font-weight: bold;
    clear: left;
    border: 1px solid #AAC4D8;
    width: 100%;
    text-align: center;
}

.ResultsNav a {
    color: #173E5B;
    text-decoration: none;
    margin: 0 45px 0 0;
    padding: 0 0 0 45px;
}

.ResultsNav a.First {
    padding: 0 !important;
}

.ResultsNav a.Last {
    margin: 0 !important;
}

#GigResults {
    float: right;
    width: 150px;
    padding: 0;
    margin: 15px 85px 0 0;
    text-align: center;
}

#GigResults h4,#GigResults h5,#GigResults p {
    margin: 0;
    padding: 0;
    font-size: 85%;
}

#GigResults a {
    text-decoration: none;
}

#GigResults p,#GigResults h5 {
    color: #86ADCA;
}

#GigResults p span {
    color: #173E5B;
    padding: 0 5px;
}

#GigResults h5 span {
    color: #173E5B;
    font-size: 120%;
    text-decoration: underline;
}

.ListingAct {
    min-width: 280px;
    padding: 5px 0 5px 13px;
    margin: 0 200px 0 0;
    _margin: 0 200px 5px 0;
}

.ListingAct img,.ListingFullWidth img {
    float: left;
    width: 80px;
    margin: 0 10px 0 0;
}

a.TreasureHuntIcon {
    width: 18px;
    height: 25px;
    line-height: 20px;
    display: block;
    position: absolute;
    left: -10px;
    top: 5px;
}

a.TreasureHuntIcon img {
    width: 18px;
    height: 25px;
}

.ListingAct a,.ListingFullWidth a {
    text-decoration: none;
}

.ListingAct .OrText {
    margin-left: 40%;
    font-size: 120%;
    font-weight: bold;
    text-transform: uppercase;
}

a.EventTitle {
    color: #173E5B !important;
}

a.EventTitle:hover {
    text-decoration: underline;
}

.ListingAct a {
    color: #173E5B !important;
}

.ListingAct a:hover {
    text-decoration: underline;
}

.ListingAct blockquote {
    float: left;
    padding: 0 0 5px 0;
    margin: 0 0 0 0;
    width: 70%;
}

.ListingAct blockquote.Proceed {
    margin: 10px;
    width: 110%;
}

.ListingFullWidth blockquote {
    float: left;
    padding: 0;
    min-width: 497px;
    margin: 0 0 0 0px;
}

.ListingFullWidth h3 {
    margin: 0 !important;
}

.ListingAct blockquote h3,.ListingFullWidth blockquote h3 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 130%;
}

.ListingAct blockquote h3 a,.ListingFullWidth blockquote h3 a {
    text-decoration: none;
}

.ListingAct blockquote p,.ListingFullWidth blockquote p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 85%;
}

.ListingPrices {
    width: 190px;
    margin: 0;
    padding: 5px 10px 5px 0;
    float: right;
    text-align: right;
}

.ListingPrices h3 {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 140% !important;
    color: #960707 !important;
}

.ListingPrices span.Price {
    text-align: right;
    font-size: 85%;
    padding: 0 0 0 0;
    float: left;
    width: 115px;
    line-height: 1em;
}

.ListingPrices span.TicketRef {
    font-size: 80%;
    padding: 0 0 0 0;
}

.ListingPrices span.Status {
    font-size: 85%;
    display: block;
}

.ListingPrices form {
    float: right;
    width: 70px;
    margin: 0 0 5px 0;
}

.Alert {
    font-weight: bold;
    color: #960707;
    font-size: 110%;
}

.ErrorMessage {
    font-weight: bold;
    color: #960707;
}

.Red {
    font-weight: bold;
    color: #960707;
}

span.Concessions {
    font-weight: bold;
    color: #960707;
    text-transform: uppercase;
    font-size: 85%;
    display: block;
    clear: both;
}

span.maxTickets {
    font-style: italic;
    color: #333333;
    display: block;
    clear: both;
}

div.ListingNote {
    clear: both;
    font-size: 85%;
    padding: 2px 10px 2px 10px;
    margin: 0;
    text-align: right;
    font-weight: bold;
}

.ListingWhite a.FestTicketInfo {
    font-size: 110%;
    font-weight: bold;
    color: #960707;
    text-decoration: none;
    padding: 0 17px 0 0;
    background: url(../images/red_arrow_right.gif) no-repeat right 3px;
}

.ListingBlue a.FestTicketInfo {
    font-size: 110%;
    font-weight: bold;
    color: #960707;
    text-decoration: none;
    padding: 0 17px 0 0;
    background: url(../images/red_arrow_right_on_blue.gif) no-repeat
        right 3px;
}

.TicketCartRow {
    padding: 2px 5px 0 10px;
    margin: 5px 0 0 2px;
    clear: both;
    border-top: 1px solid #AAC4D8;
    font-size: 85%;
    width: 97%;
    _width: 96%;
}

.TicketCartRow div.CartDetails {
    float: left;
    width: 55%;
    clear: left;
}

.TicketCartRow div.CartDetails span.Highlight {
    font-weight: bold;
    color: #960707;
    text-transform: uppercase;
}

.TicketCartRow .Last {
    border-bottom: none;
}

.TicketCartRow div.TicketButtons {
    float: left !important;
    width: 70px;
    display: block;
}

.TicketCartRow div.TicketButtons span.Concessions {
    font-weight: bold;
    color: #960707;
    text-transform: uppercase;
}

.TicketCartRow span.Counter {
    float: none !important;
    width: auto !important;
    font-size: 150%;
}

.CartAmount {
    float: right;
    text-align: right;
    width: 135px;
}

.CartAmount p {
    margin: 5px 12px 5px 0 !important;
}

.CartAmount span.Highlight {
    font-weight: bold;
    color: #960707;
    text-transform: uppercase;
}

.CartTotal {
    float: right;
    margin: 0 12px 0 0;
}

a.EmptyCart {
    font-size: 130%;
    margin: 4px 0 0 0 !important;
    padding: 0 0 0 25px !important;
    background: url(../images/empty-cart.gif) no-repeat left 0;
    text-decoration: none;
    float: left;
}

.CartExtraInfo {
	width: 95%;
	padding: 5px;
	margin: 0px;
    font-size: 85%;
}

/* TICKETS ONLY BITS  */
span.Resend a {
    font-weight: bold;
    padding: 0 0 0 16px;
    margin: 0 0 0 5px;
    background: url(../images/red_arrow_right_trans.gif) no-repeat left
        4px;
    color: #960707 !important;
    text-decoration: none;
}

span.Resend a:hover {
    text-decoration: underline;
}

/* REALLOCATE BITS */
blockquote.ReallocText {
    float: left;
    padding: 0;
    width: 407px;
    margin: 0 0 0 10px;
}

blockquote.ReallocText .Text {
    font-style: italic;
}

blockquote.ReallocText .Emphasis,.ListingFullWidth li .Emphasis {
    font-weight: bold;
}

.Friend {
    margin: 5px 0 0 0;
    float: left;
}

/* HELP! */
dl.HelpIntro {
    margin: 0 0 15px 0;
    padding: 0;
}

dl.HelpIntro dt {
    font-size: 140%;
    margin: 3px 0 10px 0;
}

dl.HelpIntro dd {
    margin: 0;
    padding: 10px 15px;
    background: #fff;
    font-size: 110%;
    font-weight: bold;
    border: 1px solid #B9E0FD;
}

dl.HelpIntro dd blockquote {
    margin: 0;
    padding: 0;
}

/* MY ACCOUNT */
dl.MyDetails {
    margin: 10px 0;
    padding: 0;
    float: left;
    clear: left;
    width: 100%;
}

dl.MyDetails dt {
    width: 165px;
    font-size: 100%;
    font-weight: bold;
    float: left;
    text-align: right;
    padding: 0;
    margin: 0 20px 10px 0;
    border-bottom: 1px solid #B9E0FD;
}

dl.MyDetails dt a {
    font-weight: normal;
    padding: 0 0 0 15px;
    margin: 0 0 0 10px;
    background: url(../images/icon_pencil_red.gif) no-repeat left 3px;
    text-decoration: none;
}

dl.MyDetails dd {
    margin: 0 0 10px 0;
    padding: 0;
    float: left;
}

table#modelimages {
    border-right: #06c 1px dotted;
    border-top: #06c 1px dotted;
}

#modelimages tr {
    text-align: center;
}

#modelimages td {
    border-bottom: #06c 1px dotted;
    border-left: #06c 1px dotted;
    text-align: center;
    width: 50px;
}

td.modelimagesfirst {
    border-bottom: #06c 1px dotted;
    text-align: center;
    width: 50px;
}

#modelimages img {
    padding: 5px 0px;
}

/*  Marketing questions  */
span.MarketingIntro {
    font-style: italic;
}

#affiliateBox {
    width: 100%;
    font-style: italic;
    color: #000000;
    font-size: 90%;
}

#affiliateBox img {
    margin: 5px 0 5px 10px;
}

a.affiliate10 {
    display: block;
    width: 80px;
    height: 58px;
    text-align: center;
    text-decoration: none;
    color: #111111;
    background: url(../images/lastfm.gif) no-repeat 0px 0px;
}

a.affiliate10:hover {
    text-decoration: none;
    color: #111111;
    background: url(../images/lastfm.gif) no-repeat 0px -58px;
}

a.affiliate10:active {
    text-decoration: none;
    color: #111111;
    background: url(../images/lastfm.gif) no-repeat 0px -58px;
}

.Festivals .ListingPrices {
    width: 100px;
}

.Festivals blockquote {
    width: 80%;
}

/*move the named anchors up a bit*/
a.festivalanchor {
    position: relative;
    top: -100px
}

pre {
    color: #fff;
    background: #333;
    border: 1px solid #000;
    width: 350px;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    opacity: .7;
}

/* TWEAKS */
.ListingOuter {
    
}

.ListingBlue,.ListingWhite {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.ListingWhite {
    border: 1px solid #dedede;
}

ul#AboutUs {
	padding: 14px 0 0 0px;
	list-style-type: square;
	margin: 0px 0px 0px 18px;
}

#AboutUs li {
	display: inline;
	float: left;
	font-weight: bold;
	font-size: 170%;
	line-height: 20px;
}

#AboutUs li a {
	color: #991100;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	font-size: 60%;
	padding-left: 25px;
	background-image:url(/images/icons/bullet_red.png);
	background-repeat:no-repeat;
	background-position:10px 0px;
}
	
#AboutUs li a:hover {
	text-decoration: underline;
}

p.WhatYouThinkText {
	padding: 10px 5px;
	width: 90%;
}

span.WhatYouThinkAuthor {
	display: block;
	width: 100%;
	text-align: left;
	padding-left: 25px;
}



/* Payment options images */
table.CardTypes {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 100px;
    background: #fff;
    border: 1px solid #efefef;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    padding: 0;
}

table.CardTypes caption {
    width: 100%;
    margin: 0;
    padding: 0;
    font-style: italic;
    font-size: 85%;
text-align: left;
}

table.CardTypes tr {
}

table.CardTypes td {
text-align: center;
padding: 5px;
}

.CardTypes img {
float: none;
margin: 0 auto;
}







