body {
    background: #000;
    margin: 0 auto;
    width: 1000px
}

a {
    color: #c00;
    text-decoration: none
}

a:link:hover, a.jslink:hover, a:link:active, a.jslink:active {
    color: #f00;
    text-decoration: underline;
    cursor: pointer;
    cursor: hand
}

img {
    border: 0px
}

.clear {
    clear: both
}

#banner {
    height: 300px;
    border: none;
    background: url(/img/header.jpg) #000 no-repeat center
}

#banner a {
    display: inline-block;
    height: 100%;
    width: 100%;
    text-indent: -999px;
    overflow: hidden
}

header ul.menu {
    background: url(/img/menu.png) no-repeat center top #363636;
    list-style: none;
    height: 40px;
    padding: 0px
}

header ul.menu li {
    display: inline-block;
    margin: 0px 12px;
    height: 40px;
    vertical-align: middle;
    font: normal 12px/40px Georgia, "Times New Roman", Times, serif;
    background: url(/img/menu.sprite.png) no-repeat;
    text-indent: -200px;
    overflow: hidden
}

header ul.menu li:first-child {
    margin: 0px 10px 0px 20px;
    background: url(/img/menu.home.png) no-repeat center;
    width: 36px
}

header ul.menu li a {
    display: block;
    color: #fff;
    text-decoration: none
}

header ul.menu li a:hover {
    color: #f00
}

footer {
    clear: both;
    background: transparent url("/img/footer.png") no-repeat center top;
    height: 40px;
    margin: 20px auto 0px auto;
    padding: 16px 50px 0px 50px;
    text-align: center;
    font: normal 9px/100% Officina, "Trebuchet MS", Verdana, Helvetica, sans-serif;
    color: #666
}

div#leftCol {
    float: left;
    width: 170px;
    min-height: 20px
}

div#rightCol {
    float: right;
    width: 230px;
    min-height: 20px
}

div#mainCol {
    overflow: hidden
}

div.mainContent {
    background: url(/img/maincontent.png) repeat-y #999;
    color: #333;
    font: normal 12px/120% Officina, "Trebuchet MS", Verdana, Helvetica, sans-serif
}

div.mainContent:before {
    display: block;
    content: "\a";
    min-height: 19px;
    background: url(/img/maincontent.before.png) no-repeat bottom;
}

div.mainContent:after {
    clear: both;
    display: block;
    content: "\a";
    min-height: 25px;
    background: url(/img/maincontent.after.png) no-repeat top
}


div.mainContent .single {
    padding: 0px 20px;
    width: 540px !important
}

div.mainContent .article {
    margin-bottom: 10px;
    padding: 0px 20px 15px 20px
}

div.mainContent .article p.first {
    font-weight: bold
}

div.mainContent .article img {
    max-width: 100%
}

div.mainContent .element, div.mainContent .shopCategory {
    margin-bottom: 10px;
    padding: 0px 20px 15px 20px
}

div.mainContent .intended {
    margin: 0px 20px
}

div.mainContent hr {
    color: #333;
    background-color: #333;
    height: 1px;
    border: none
}

div.mainContent a {
    color: #700;
    text-decoration: none
}

div.mainContent a:hover {
    color: #900;
    text-decoration: underline
}

div.mainContent ol.footnotes {
    font: normal 11px Officina, "Trebuchet MS", Verdana, Helvetica, sans-serif
}

div.mainContent ol.footnotes li {
    margin-top: 2px
}

div.mainContent h1 {
    font: normal 20px/22px Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 0px
}

div.mainContent h3 {
    background: url(/img/maincontent.h3.png) repeat-y top left #400;
    background: -webkit-gradient(linear, left top, right top, from(rgba(68, 0, 0, 0.5)), color-stop(0.4, rgba(68, 0, 0, 0.4)), to(rgba(68, 0, 0, 0))) transparent;
    background: -moz-linear-gradient(left, rgba(68, 0, 0, 0.5), rgba(68, 0, 0, 0.4) 40%, rgba(68, 0, 0, 0)) transparent;
    color: #ccc;
    font: normal 11px/100% Officina, "Trebuchet MS", Verdana, Helvetica, sans-serif;
    text-align: left;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0px;
    padding: 5px 5px 5px 7px;
    clear: both
}

div.mainContent h3 a {
    text-decoration: none;
    color: #ccc
}

div.mainContent h3 a:hover {
    color: #fff
}

div.mainContent h2 {
    font: normal 11px/100% Officina, "Trebuchet MS", Verdana, Helvetica, sans-serif;
    background: url(/img/maincontent.h2.png) repeat-y top left #111;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.83)), color-stop(0.2, rgba(0, 0, 0, 0.83)), to(transparent)) transparent;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.83), rgba(0, 0, 0, 0.83), transparent) transparent;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #CCC;
    margin: 0px;
    padding: 5px 5px 5px 7px;
    clear: both
}

div.mainContent h4 {
    color: #111;
    background: url(/img/maincontent.h4.png) repeat-y top left #666;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.12)), to(transparent)) transparent;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.12), transparent) transparent;
    font: italic 10px/100% Georgia, "Times New Roman", Times, serif;
    margin: 0px;
    padding: 4px 5px 5px 7px;
    clear: both
}

div.mainContent h4 a {
    text-decoration: none;
    color: #111
}

div.mainContent h4 a:hover {
    text-decoration: underline
}

div.mainContent h5 {
    color: #400;
    font: italic bold 14px/120% Officina, "Trebuchet MS", Verdana, Helvetica, sans-serif
}

div.mainContent h6 {
    font: normal 12px/11px Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0px 0px 10px 0px;
    padding: 0px
}

div.mainContent .floatLeft, div.mainContent .floatRight, div.mainContent .imgLeft, div.mainContent .imgRight, div.mainContent .imgCenter {
    margin: 0 0 5px 0;
    font-size: 0.7em
}

div.mainContent .floatLeft img, div.mainContent .floatRight img, div.mainContent .imgLeft img, div.mainContent .imgRight img, div.mainContent .imgCenter img {
    max-width: 300px
}

div.mainContent .floatRight, div.mainContent .imgRight {
    float: right;
    margin: 0px 0px 5px 5px;
    font-size: 0.7em
}

div.mainContent .floatLeft, div.mainContent .imgLeft {
    float: left;
    margin: 0px 5px 5px 0px;
    font-size: 0.7em
}

div.mainContent .imgCenter img {
    display: block;
    margin: 0 auto
}

div.mainContent p.footer {
    text-align: center;
    clear: both;
    font: normal 9px/120% Georgia, "Times New Roman", Times, serif;
    margin: 5px 0px 3px 0px;
    padding: 5px 0px 5px 0px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.15)));
    color: #000
}

div.mainContent p strong {
    color: #700;
    font-weight: bold
}

div.mainContent ul.navBar {
    list-style: none
}

div.mainContent ul.navBar li {
    display: inline
}

div.mainContent .media-tracklist {
    max-width: 310px;
    min-width: 280px;
    margin-right: 10px
}

div.mainContent .media-tracklist table {
    width: 100%;
    border-spacing: 0px
}

div.mainContent .media-tracklist table tr td {
    font-size: 11px;
    padding: 2px;
    vertical-align: top
}

div.mainContent .media-tracklist table tr td:first-child, div.mainContent .media-tracklist table tr td:last-child {
    font-style: italic;
    text-align: right;
    width: 2em
}

div.mainContent .media-tracklist table tr td:last-child {
    padding-left: 4px
}

div.mainContent .media-tracklist table tr td.lyricLink {
    text-align: right;
    width: 5em
}

div.mainContent .media-tracklist table tr:nth-child(even) td {
    background-color: rgba(0, 0, 0, 0.15)
}

div.mainContent .media-tracklist table tr.header td {
    margin-top: 5px;
    font-style: normal;
    text-align: left;
    font-weight: bold;
    background-color: none
}

div.homeContent:before {
    background: url(/img/maincontent.home.before.png) no-repeat bottom;
    min-height: 50px
}

div.journal-content:before {
    background: url(/img/journal.header.png) no-repeat bottom;
    min-height: 50px
}

#leftCol div h1.catName, #rightCol div h1.catName {
    display: none
}

#leftCol .box {
    background: url(/img/leftcol.box.png) no-repeat top center;
    padding: 15px;
    min-height: 500px;
    font: normal 8pt/120% Officina, "Trebuchet MS", Verdana, Helvetica, sans-serif;
    color: #777
}

.box h2 {
    color: #999;
    font-weight: bold;
    font-size: 15px;
    line-height: 105%;
    letter-spacing: 2px;
    margin: 10px 0;
    padding: 6px 0 4px 0;
    border-bottom: 1px dotted #444;
    text-transform: uppercase
}

.box h2:first-child {
    margin: 0
}

.box ul {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    list-style: none
}

.box p {
    padding: 4px 0px;
    margin: 0
}

.box hr {
    color: transparent;
    background: none;
    border: 0px dotted #444;
    border-bottom-width: 1px
}

.box li {
    padding: 4px 0px;
    border-bottom: 1px dotted #444
}

.box li h4 {
    display: block;
    font: normal 10px/120% Officina, "Trebuchet MS", Verdana, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px
}

.box li h3 {
    color: #777;
    display: block;
    font: bold 12px/120% Officina, "Trebuchet MS", Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0px;
    padding: 0px
}

.box li a {
    display: block;
    font: normal 10px/120% Officina, "Trebuchet MS", Verdana, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase
}

.box li a.strong {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px
}

.box li a.inline {
    display: inline
}

.live li a {
    text-transform: none
}

#leftCol #live-events.box {
    background: url(/img/live.sidebar.events.png) no-repeat top center;
    padding: 50px 15px 15px 15px;
    margin-bottom: 15px
}

div#leftCol div#youtube li img {
    margin-bottom: 3px
}

div#leftCol div#youtube li.ext {
    text-transform: uppercase
}

#sidebar-live-dates {
    background: url(/img/live.sidebar.dates.png) no-repeat top center;
    padding: 40px 15px 15px 15px;
    min-height: 75px
}

div#rightCol h2.catName {
    display: none
}

div#rightCol .box {
    margin-bottom: 10px
}

div#sidebar-live-fragen {
    background: url(/img/live.sidebar.faq.png) top center no-repeat;
    padding: 40px 15px 15px 15px
}

div#sidebar-archive {
    background: url(/img/sidebar.archive.png) top center no-repeat;
    padding: 40px 15px 15px 15px
}

div#sidebar-newsletter {
    background: url(/img/sidebar.newsletter.png) top center no-repeat;
    padding: 40px 15px 15px 15px
}

div#sidebar-newsletter input[type="text"], div#sidebar-newsletter input[type="email"] {
    width: 100%
}

div#sidebar-newsletter input[type="submit"] {
    display: block;
    background: url(/img/sidebar.newsletter.subscribe.png) transparent;
    border: none;
    height: 22px;
    width: 200px;
    text-indent: -9999px
}

div#sidebar-youtube {
    background: url(/img/sidebar.youtube.png) top center no-repeat;
    min-height: 100px;
    padding: 35px 15px 15px 15px
}

div#sidebar-facebook {
    background: url(/img/sidebar.facebook.png) top center no-repeat;
    min-height: 100px;
    padding: 25px 5px 15px 5px
}

div#sidebar-shop {
    background: url(/img/sidebar.shop.png) top center no-repeat;
    min-height: 45px;
    padding: 40px 15px 15px 15px
}

#sidebar-zusammenkunft {
    background: url(/img/sidebar.zusammenkunft.png) top center no-repeat;
    min-height: 75px;
    padding: 50px 15px 15px 15px;
    font: normal 11px/120% Officina, "Trebuchet MS", Verdana, Helvetica, sans-serif
}

#sidebar-zusammenkunft h4, #sidebar-zusammenkunft p {
    margin: 0 0 3px 0
}

#sidebar-zusammenkunft h4 {
    display: none;
    color: #ddd;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0
}

#sidebar-zusammenkunft p {
    color: #aaa
}

div#sidebar-schwaermer {
    background: url(/img/sidebar.schwaermer.png) top center no-repeat;
    min-height: 75px;
    padding: 75px 15px 15px 15px
}

#sidebar-supporters {
    background: url(/img/sidebar.supporters.png) top center no-repeat;
    min-height: 65px;
    padding: 85px 15px 15px 15px
}

div#rightCol .box h3 {
    color: #ddd;
    font: bold 11px/120% Officina, "Trebuchet MS", Verdana, Helvetica, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px 0px 3px 0px;
    padding: 0px
}

div#rightCol .box p, div#rightCol .box li {
    color: #aaa;
    font: normal 11px/120% Officina, "Trebuchet MS", Verdana, Helvetica, sans-serif;
    margin: 0px 0px 3px 0px
}

#pause {
    display: block;
    background: url("/img/pause_bg.png") center top no-repeat;
    min-height: 300px;
    margin-bottom: 15px;
    padding-top: 40px;
    text-align: center
}

#pause span {
    display: inline-block;
    height: 90px;
    width: 57px;
    color: transparent;
    background-repeat: no-repeat
}

#pause .p0 {
    background-image: url("/img/pause_0.png")
}

#pause .p1 {
    background-image: url("/img/pause_1.png")
}

#pause .p2 {
    background-image: url("/img/pause_2.png")
}

#pause .p3 {
    background-image: url("/img/pause_3.png")
}

#pause .p4 {
    background-image: url("/img/pause_4.png")
}

#pause .p5 {
    background-image: url("/img/pause_5.png")
}

#pause .p6 {
    background-image: url("/img/pause_6.png")
}

#pause .p7 {
    background-image: url("/img/pause_7.png")
}

#pause .p8 {
    background-image: url("/img/pause_8.png")
}

#pause .p9 {
    background-image: url("/img/pause_9.png")
}

div.conversation {
    margin-bottom: 1em
}

div.conversation p {
    margin-left: 5em;
    text-indent: -5em;
    margin-bottom: -0.8em
}

div.conversation p span.name {
    width: 5em;
    display: inline-block;
    margin-left: 0em;
    text-indent: 0em
}

div#overlay {
    position: fixed;
    display: none;
    border: 2px solid rgba(200, 200, 200, 0.8)
}

div.mediaLyricsOverlay {
    display: block;
    margin: 0px -220px;
    background: rgba(200, 200, 200, 0.9);
    width: 440px;
    left: 50%;
    height: 50%;
    top: 25%;
    overflow: auto;
    text-align: center
}

div.mediaLyricsOverlay h3 a {
    text-transform: none;
    float: right;
    color: #cc0000;
    letter-spacing: normal
}

div.mediaLyricsOverlay h3 a:hover {
    color: #ff0000
}

#flip-container .face.back {
    display: none
}

#flip-container:hover .face.front {
    display: none
}

#flip-container:hover .face.back {
    display: block
}

div.shopCategory div.line {
    clear: both;
    width: 100%;
    margin-top: 15px
}

div.shopCategory .items div.line:after {
    clear: both;
    content: "\A";
    display: block;
    height: 20px;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.15)));
    margin: 15px 0px 3px 0px
}

div.shopCategory .items div.line:last-child:after {
    display: none
}

div.shopCategory div.footer {
    margin: 15px 0px 3px 0px
}

div.shopCategory div.lastline:after {
    content: none
}

div.shopCategory div.line div.articlegroup {
    display: inline-block;
    width: 170px;
    font: normal 11px/120% Officina, "Trebuchet MS", Verdana, Helvetica, sans-serif;
    color: #333;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    padding-right: 7px;
    padding-left: 6px
}

div.shopCategory div.line div.articlegroup:first-child {
    border-left: 0;
    padding-left: 0
}

div.shopCategory div.line div.articlegroup:last-child {
    border-right: none;
    padding-right: 0
}

div.shopCategory div.line div.articlegroup a.img {
    display: block;
    height: 170px;
    line-height: 170px;
    text-align: center;
    margin-bottom: 5px
}

div.shopCategory div.line div.articlegroup a.img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}

div.shopCategory div.line div.articlegroup.disabled img {
    opacity: 0.5;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear
}

div.shopCategory div.line div.articlegroup.disabled:hover img {
    opacity: 1
}

div.shopCategory div.line div.articlegroup strong {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

div.shopArticle table.sizes {
    width: 100%;
    border-spacing: 0
}

div.shopArticle table.sizes td {
    border: 1px solid #333;
    border-width: 0 1px 0 0;
    padding: 5px 2px;
    text-align: center
}

div.shopArticle table.sizes tr td:first-child {
    width: 3em;
    font-weight: bold
}

div.shopArticle table.sizes tr td:last-child {
    border-width: 0
}

div.shopArticle p.productImg {
    text-align: center
}

div.shopArticle p.orderform {
    clear: both
}

div.shopArticle p.orderform select {
    width: 170px;
    background: #865;
    color: #fff;
    border: 1px solid #666
}

div.shopArticle p.orderform select[disabled] {
    background: rgba(136, 102, 85, 0.5);
    border: 1px solid #aaa;
    color: #ccc
}

div.shopArticle p.orderform span.articleSelectorSingle {
    display: inline-block;
    width: 170px;
    font-weight: bold
}

div.shopArticle p.orderform input[type="text"], div.shopBasket table.list tr td input[type="text"] {
    width: 2em;
    text-align: center
}

span#priceTotal {
    display: none
}

#priceTotal:before {
    content: "Gesamt: "
}

#priceTotal:after {
    content: " €"
}

#shopFaq {
    background: url(/img/shop.sidebar.faq.png) top center no-repeat;
    min-height: 45px;
    padding: 40px 15px 15px 15px
}

#shopAgb {
    background: url(/img/shop.sidebar.agb.png) top center no-repeat;
    min-height: 20px;
    padding: 50px 15px 15px 15px
}

#shopHoliday {
    background: url(/img/shop.sidebar.holiday.png) top center no-repeat;
    min-height: 45px;
    padding: 50px 15px 15px 15px
}

#shopBasket {
    background: url(/img/shop.sidebar.basket.png) top center no-repeat;
    min-height: 45px;
    padding: 40px 15px 15px 15px
}

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

#shopBasket ul li {
    margin: 0px 0px 15px 0px
}

#shopBasket ul li a {
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0px 0px 3px 0px;
    padding: 0px
}

#shopLogin {
    background: url(/img/shop.sidebar.login.png) top center no-repeat;
    min-height: 115px;
    padding: 40px 15px 15px 15px
}

div#rightCol .box div#shopLogin input[type="text"], div#rightCol .box div#shopLogin input[type="email"], div#rightCol .box div#shopLogin input[type="password"] {
    width: 100%
}

div#rightCol .box div#shopLogin p {
    font-weight: bold
}

div#rightCol .box div#shopLogin p.button {
    text-align: center;
    margin: 5px auto 15px auto
}

div#rightCol .box div#shopAccount {
    background: url(/img/shop.sidebar.account.png) top center no-repeat;
    min-height: 70px;
    padding: 40px 15px 15px 15px
}

div#rightCol .box div#shopAccount img, div#rightCol .box div#shopBasket img {
    display: block;
    width: 200px;
    height: 22px;
    margin-top: 5px
}

div#rightCol .box div#shopLogout {
    background: url(/img/shop.sidebar.logout.png) top center no-repeat;
    min-height: 20px;
    padding: 40px 15px 15px 15px
}

div#rightCol .box div#shopLogin p.button button[type="submit"] {
    display: block;
    background: url(/img/shop.sidebar.login.button.png) transparent;
    border: none;
    height: 22px;
    width: 200px;
    text-indent: -9999px;
    cursor: pointer;
    cursor: hand
}

div.shopBasket table.list {
    margin: 15px 0px;
    width: 100%;
    border-spacing: 0px
}

div.shopBasket table.list tr td {
    margin: 0px;
    padding: 2px 3px;
    font: normal 11px/140% "Trebuchet MS", Verdana, Helvetica, sans-serif;
    color: #111
}

div.shopBasket table.list tr td a {
    font-weight: bold
}

div.shopBasket table.list tr td:first-child {
    max-width: 200px
}

div.shopBasket table.list tr.transparent {
    background: none !important;
    text-align: right
}

div.shopBasket table.list tr:nth-child(odd), div.shopBasket table.list tr.sum {
    background: rgba(0, 0, 0, 0.15)
}

div.shopBasket table.list tr.highlight:nth-child(odd) {
    background: rgba(136, 102, 85, 0.5)
}

div.shopBasket table.list tr.highlight:nth-child(even) {
    background: rgba(136, 102, 85, 0.25)
}

div.shopBasket table.list tr td:nth-child(2n+2), div.shopBasket table.list tr.sum td, div.shopBasket table.list tr.transparent td {
    text-align: right
}

div.shopBasket table.list tr td:nth-child(3) {
    text-align: center
}

div.shopBasket table.list tr.sum td {
    font-weight: bold;
    font-size: 13px
}

form#shopRegistration div.errors, div.shopAccount div.errors, div.shopAccount p.errors, .errorlist {
    background: #9e5825;
    background: rgba(255, 103, 0, 0.5);
    padding: 20px 40px 25px 40px;
    font: normal 16px/120% "Trebuchet MS", Verdana, Helvetica, sans-serif;
    color: #fff;
    letter-spacing: 1px
}

.hints {
    background: rgba(255, 103, 0, 0.5);
    padding: 20px 40px 25px 40px;
    font: normal 12px/110% "Trebuchet MS", Verdana, Helvetica, sans-serif;
    color: #fff;
    letter-spacing: 1px
}

form#shopRegistration div.errors p, div.shopAccount div.errors p {
    font: normal 16px/120% "Trebuchet MS", Verdana, Helvetica, sans-serif
}

form#shopRegistration p, div.shopAccount form p {
    font: normal 13px/100% "Trebuchet MS", Verdana, Helvetica, sans-serif;
    color: #111
}

form#shopRegistration p span, div.shopAccount form p span, p.control-group span, p.control-group > label {
    display: inline-block;
    width: 155px;
    text-align: right;
    margin-right: 5px
}

p.control-group > label {
    margin-right: 1px
}

form#shopRegistration input[type="text"], form#shopRegistration input[type="email"], form#shopRegistration input[type="password"], form#shopRegistration select[size="1"], div.shopAccount form input[type="text"], div.shopAccount form input[type="email"], div.shopAccount form input[type="password"], div.shopAccount form select[size="1"], p.control-group span + input[type="text"], p.control-group label + input[type="text"], p.control-group span + select, p.control-group label + select {
    width: 340px
}

div.shopAccount form p:last-child {
    text-align: right
}

div.article-selector input[type="radio"] {
    display: none
}

div.article-selector input[type="radio"] + label {
    display: block;
    min-height: 30px;
    padding: 5px;
    position: relative;
    background: #938883;
    background: rgba(136, 102, 85, 0.3);
    font-size: 0.9em;
    cursor: pointer;
    margin-bottom: 5px;
    border-radius: 11px
}

div.article-selector input[type="radio"] + label em {
    float: left;
    display: block;
    font-style: normal;
    font-size: 2.4em;
    font-weight: bold;
    line-height: 30px;
    text-overflow: ellipsis;
    min-width: 130px
}

div.article-selector input[type="radio"] + label strong, div.article-selector input[type="radio"] + label span {
    display: block;
    clear: left
}

div.article-selector input[type="radio"] + label .price {
    display: block;
    font-size: 2em;
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #b72f00;
    color: #fff;
    padding: 0 5px;
    border-radius: 0 11px 11px 0;
    line-height: 40px;
    min-width: 0
}

div.article-selector input[type="radio"] + label .price.bargain:after {
    display: none
}

div.article-selector input[type="radio"] + label .price.bargain {
    background: #e77f00;
    line-height: 25px
}

div.article-selector input[type="radio"] + label .price.bargain small {
    display: block;
    line-height: 5px;
    font-size: 9px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 1px
}

div.article-selector input[type="radio"] + label .price:after, div.article-selector input[type="radio"] + label .price.bargain strong:after, .article-selector input[type="radio"] + label .price.bargain .base-price:after {
    content: "€";
    margin-left: 3px
}

div.article-selector input[type="radio"] + label:hover {
    background: #907f76;
    background: rgba(136, 102, 85, 0.5)
}

div.article-selector input[type="radio"]:checked + label {
    background: #8b7062;
    background: rgba(136, 102, 85, 0.8)
}

div.article-selector input[type="radio"]:disabled + label {
    background: rgba(120, 120, 120, 0.3)
}

div.scrollarea {
    overflow: auto
}

div.scrollarea.plaintext {
    padding: 5px;
    white-space: pre-line
}

div.scrollarea.plaintext h6 {
    font: bold 11px/100% "Trebuchet MS", Verdana, Helvetica, sans-serif;
    letter-spacing: normal;
    text-rendering: optimizelegibility;
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 20px
}

div.scrollarea.fixed-height {
    height: 100%
}

div.scrollarea.h250 {
    max-height: 250px
}

button.imgbtn, input[type="submit"].imgbtn, a.imgbtn {
    color: transparent !important;
    display: inline-block;
    height: 22px;
    width: 182px;
    border: none;
    cursor: pointer;
    cursor: hand;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: top left
}

button.imgbtn[disabled], input[type="submit"].imgbtn[disabled] {
    cursor: default;
    opacity: 0.6
}

.imgbtn.save {
    background-image: url("/img/shop.savebtn.png")
}

.imgbtn.save {
    background-image: url("/img/shop.savebtn.png")
}

.imgbtn.next {
    background-image: url("/img/nextbtn.png")
}

.imgbtn.change {
    background-image: url("/img/shop.changebtn.png")
}

.imgbtn.checkout {
    background-image: url("/img/shop.checkoutbtn.png")
}

.imgbtn.paypal {
    background-image: url("/img/shop.paypalbtn.png")
}

.imgbtn.to-basket {
    background-image: url("/img/shop.tobasket.png");
    float: right
}

.imgbtn.to-checkout {
    background-image: url("/img/shop.tocheckoutbtn.png");
    float: right
}

.imgbtn.cancel {
    background-image: url("/img/shop.cancel3btn.png")
}

.imgbtn.cancel-revert {
    background-image: url("/img/shop.cancelbtn.png");
    float: right
}

.imgbtn.cancel-confirm {
    background-image: url("/img/shop.cancel2btn.png")
}

.imgbtn.confirm {
    background-image: url("/img/shop.confirmbtn.png")
}

.imgbtn.reset {
    background-image: url("/img/shop.resetbtn.png")
}

.imgbtn.redeem {
    background-image: url("/img/shop.redeembtn.png");
    float: right
}

form.twocol label {
    font: normal 13px/100% "Trebuchet MS", Verdana, Helvetica, sans-serif;
    display: inline-block;
    text-align: right;
    width: 150px;
    margin-right: 5px
}

form.twocol label.normal, form.twocol label.checkbox {
    display: inline;
    text-align: inherit;
    margin-left: 5px
}

form.twocol label.checkbox {
    display: block;
    cursor: pointer
}

form.twocol label + input[type="text"] {
    width: 340px;
    margin: 2px 0px 12px 0px
}

form p.errors {
    background: rgba(200, 75, 0, 0.7);
    padding: 20px 40px 25px 40px;
    font: normal 16px/120% "Trebuchet MS", Verdana, Helvetica, sans-serif;
    color: #fff;
    letter-spacing: 1px
}

p.buttons {
    text-align: right
}

form p.buttons input[type="submit"] {
    border: none;
    display: inline-block;
    height: 22px;
    width: 182px;
    text-indent: -999px;
    cursor: pointer
}

input[type="number"].mini {
    width: 3em
}

@media all and (-webkit-transform-3d) {
    #flip-container {
        -webkit-perspective: 1000;
        -moz-perspective: 1000;
        perspective: 1000
    }

    #flip-container:hover .face.front {
        display: block
    }

    #flip-card {
        width: 100%;
        height: 100%;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: -webkit-transform 1s;
        -moz-transition: -moz-transform 1s;
        transition: transform 1s
    }

    #flip-container:hover #flip-card {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    #flip-container .face {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden
    }

    #flip-container .face.back {
        display: block;
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        transform: rotateY(180deg);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
}

.seat-selector {
    font-size: 9px;
    overflow-x: scroll
}

.seat-selector div {
    display: inline-block;
    margin-right: 7px
}

.seat-selector div:last-child {
    margin-right: 0
}

.seat-selector input[type="radio"] {
    display: none
}

.seat-selector input[type="radio"] + label {
    text-align: center;
    background: rgba(136, 102, 85, 0.8);
    color: #000;
    display: inline-block;
    height: 13px;
    width: 13px;
    line-height: 13px;
    border-radius: 7px;
    cursor: pointer
}

.seat-selector input[type="radio"]:checked + label, .seat-selector input[type="radio"] + label.checked {
    background: rgba(255, 103, 0, 0.5);
    color: #fff
}

.seat-selector input[type="radio"]:disabled + label {
    background: rgba(120, 120, 120, 0.9);
    color: #333;
    cursor: not-allowed
}

.seat-selector input[type="radio"]:disabled + label.highlight {
    background: #b72f00;
    color: #fff
}

.seat-selector input[type="radio"]:disabled + label.dim {
    background: #333;
    color: #fff
}

dl.seat-legend dt {
    display: inline-block;
    height: 13px;
    width: 13px;
    border-radius: 7px
}

dl.seat-legend dt.normal {
    background: rgba(136, 102, 85, 0.8)
}

dl.seat-legend dt.highlight {
    background: #b72f00
}

dl.seat-legend dt.selected {
    background: rgba(255, 103, 0, 0.5)
}

dl.seat-legend dt.dim {
    background: #333
}

dl.seat-legend dt.disabled {
    background: rgba(120, 120, 120, 0.9)
}

dl.seat-legend dd {
    display: inline-block;
    font-size: 8pt;
    margin: 0 20px 0 0;
    position: relative;
    top: -2px
}
