* {
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    font-size: 12px;
}

body {
    background-color: black;
}

div.matrix {
    left: 50%;
    margin-left: -380px;
    position: absolute;
    top: 20px;
    width: 761px;
}

div.matrix div.content {
    background-color: black;
    border-left: 3px solid #442200;
    border-right: 3px solid #442200;
    height: 450px;
    width: 761px;
}

div.matrix div.content div.band {
    background-image: url(../images/band.jpg);
    background-repeat: no-repeat;
    border-right: 3px solid #442200;
    display: block;
    height: 450px;
    float: left;
    width: 101px;
}

div.matrix div.content div.band div.icon {
    border: 1px solid #442200;
    margin: 15px;
    height: 70px;
    width: 70px;
}

div.matrix div.content div.band div.icon a {
    background-position: top left;
    display: block;
    height: 70px;
    width: 70px;
}

div.matrix div.content div.band div.icon a:hover {
    background-position: bottom left;
}

div.matrix div.content div.band div.icon a.iconAlessio,
div.matrix div.content div.band div.icon span.iconAlessio {
    background-image: url(../images/alessio_thumb.jpg);
}

div.matrix div.content div.band div.icon a.iconAlice,
div.matrix div.content div.band div.icon span.iconAlice {
    background-image: url(../images/alice_thumb.jpg);
}

div.matrix div.content div.band div.icon a.iconArtur,
div.matrix div.content div.band div.icon span.iconArtur {
    background-image: url(../images/artur_thumb.jpg);
}

div.matrix div.content div.band div.icon a.iconMartin,
div.matrix div.content div.band div.icon span.iconMartin {
    background-image: url(../images/martin_thumb.jpg);
}

div.matrix div.content div.band div.icon a.iconVolker,
div.matrix div.content div.band div.icon span.iconVolker {
    background-image: url(../images/volker_thumb.jpg);
}

div.matrix div.content div.band div.icon span {
    background-position: bottom left;
    display: block;
    height: 70px;
    width: 70px;
}

div.matrix div.content div.login {
    background-image: url(../images/login.jpg);
    background-repeat: no-repeat;
    border: 1px solid #442200;
    height: 126px;
    left: 50%;
    margin-left: -138px;
    margin-top: -63px;
    position: absolute;
    top: 50%;
    width: 276px;
}

div.matrix div.content div.login form {
    padding: 12px 12px 0px 12px;
}

div.matrix div.content div.login form label {
    color: white;
    display: inline-block;
    font-weight: bold;
    width: 100px;
}

div.matrix div.footer {
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    border: 3px solid #442200;
    height: 26px;
    width: 761px;
}

div.matrix div.footer div.navigation {
    padding: 6px;
    text-align: center;
}

div.matrix div.footer div.navigation a {
    color: #93604c;
    font-weight: bold;
    padding: 6px;
    text-decoration: none;
}

div.matrix div.footer div.navigation a:hover {
    color: white;
}

div.matrix div.content div.frame {
    background-color: black;
    display: block;
    height: 450px;
    margin-left: 101px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 657px;
}

div.matrix div.content div.frame.admin {
    margin-left: 0px;
    width: 761px;
}

div.matrix div.content div.frame a {
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

div.matrix div.content div.frame a:hover {
    text-decoration: underline;
}

div.matrix div.content div.frame div.guestbook {
    color: white;
    height: 430px;
    overflow-x: hidden;
    overflow-y: auto;
}

div.matrix div.content div.frame div.guestbook div.entry {
    padding: 12px;
}

div.matrix div.content div.frame div.guestbook div.left {
    display: block;
    float: left;
    width: 127px;
}

div.matrix div.content div.frame div.guestbook div.left a {
    background-image: url(../images/spriteGuestbookIcons.gif);
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    width: 16px;
}

div.matrix div.content div.frame div.guestbook div.left a.iconMail {
    background-position: left 0px;
}

div.matrix div.content div.frame div.guestbook div.left a.iconWebsite {
    background-position: left -32px;
}

div.matrix div.content div.frame div.guestbook div.right {
    border-left: 3px solid #442200;
    display: inline-block;
    padding-left: 12px;
    width: 474px;
}

div.matrix div.content div.frame div.guestbook div.right span.title {
    background-image: url(../images/spriteGuestbookIcons.gif);
    background-position: left -16px;
    background-repeat: no-repeat;
    display: block;
    font-weight: bold;
    height: 16px;
    margin-bottom: 3px;
    padding-left: 18px;
}

div.matrix div.content div.frame div.guestbook div.right div.message {
    border-top: 1px solid #442200;
    margin-top: 5px;
    padding-top: 12px;
}

div.matrix div.content div.frame div.name {
    color: white;
    float: left;
    font-weight: bold;
    text-align: right;
    width: 300px;
}

div.matrix div.content div.frame div.instrument {
    color: white;
    text-align: left;
}

div.matrix div.content div.frame div.tabframe {
    height: 429px;
    overflow-x: hidden;
    overflow-y: auto;
}

div.basket div.text,
div.ui-dialog div.ui-dialog-content div.text,
div.matrix div.content div.frame div.text {
    color: white;
    padding: 0px 14px;
    text-align: justify;
}

div.matrix div.content div.frame table.biography {
    color: white;
    padding: 10px;
    width: 657px;
}

div.matrix div.content div.frame table.biography tr td {
    padding: 10px;
    vertical-align: top;
}

div.matrix div.content div.frame table.biography tr td.label {
    border-right: 1px solid #442200;
    font-weight: bold;
    text-align: right;
    width: 160px;
}

div.matrix div.content div.frame table.biography tr td div.name {
    font-size: 18px;
    font-weight: bold;
    padding-top: 52px;
    text-align: left;
}

div.matrix div.content div.frame table.biography tr td div.label {
    display: inline-block;
    font-weight: bold;
    width: 60px;
}

div.matrix div.content div.frame table.biography tr td img {
    border: 1px solid #442200;
    float: right;
    height: 180px;
    width: 120px;
}

div.matrix div.content div.frame table.discography {
    padding: 6px;
}

div.matrix div.content div.frame table.discography tr td {
    color: white;
    margin: 6px;
    vertical-align: top;
}

div.matrix div.content div.frame table.discography tr td img {
    border: 1px solid #442200;
}

div.matrix div.content div.frame table.live {
    padding: 6px;
}

div.matrix div.content div.frame table.live tr td {
    color: white;
    padding: 6px;
}

div.matrix div.content div.frame table.live tr td.date {
    font-weight: bold;
}

div.matrix div.content div.frame table.live tr td.place {
    
}

div.ui-dialog div.ui-dialog-content ul.list,
div.matrix div.content div.frame ul.list {
    margin: 0px;
    padding: 10px 14px;
}

div.ui-dialog div.ui-dialog-content ul.list li,
div.matrix div.content div.frame ul.list li {
    list-style: none;
    line-height: 16px;

}

div.basket h1,
div.matrix div.content div.login h1,
div.matrix div.content div.frame h1 {
    background-color: #442200;
    color: white;
    margin: 0px;
    padding: 3px;
    text-align: center;
}

div.matrix div.content div.frame h1 span.buttons {
    float: right;
}

div.matrix div.content div.frame h1 span.buttons a {
    font-weight: bold;
    text-decoration: none;
}

div.matrix div.content div.frame h1 span.buttons a:hover {
    text-decoration: underline;
}

div.ui-dialog div.ui-dialog-content h2,
div.matrix div.content div.frame h2 {
    color: white;
    font-style: italic;
    margin: 20px;
    text-align: center;
}

div.matrix div.header {
    background-image: url(../images/header.jpg);
    background-repeat: no-repeat;
    border: 3px solid #442200;
    display: block;
    height: 127px;
    width: 761px;
}

div.matrix div.header div.buttons {
    float: right;
    position: relative;
    right: 15px;
    top: 79px;
}

div.matrix div.header div.logout {
    right: 5px;
    position: absolute;
    top: 8px;
}

div.matrix div.header div.logout a {
    color: #93604c;
    font-weight: bold;
    text-decoration: none;
}

div.matrix div.header div.logout a:hover {
    color: white;
}

div.matrix div.header div.navigation {
    left: 15px;
    position: relative;
    top: 100px;
}

div.matrix div.header div.navigation a {
    color: #93604c;
    font-size: 18px;
    margin-right: 13px;
    text-decoration: none;
}

div.matrix div.header div.navigation span {
    color: white;
    font-size: 18px;
    margin-right: 13px;
}

div.matrix div.header div.navigation a:hover {
    color: white;
}

div.matrix div.noscript {
    border-left: 3px solid #442200;
    border-right: 3px solid #442200;
    border-bottom: 3px solid #442200;
    color: white;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
    text-align: center;
    width: 737px;
}

div.frame div.tabframe table.product {
    margin: 6px;
}

div.frame div.tabframe table.product tr td {
    color: white;
    padding: 6px;
    vertical-align: top;
}

div.frame div.tabframe table.product tr td img {
    border: 1px solid #442200;
}

div.frame div.tabframe table.product tr td div.price {
    float: left;
    padding-top: 5px;
    width: 150px;
}

div.frame div.tabframe table.product tr td div.quantity {
    float: left;
    width: 347px;
}
div.frame div.tabframe table.product tr td div.button {
    display: inline-block;
    padding-top: 1px;
}

div.frame div.tabframe table.product tr td div.quantity input {
    width: 20px;
}

div.frame ul.ui-tabs-nav {
    border-bottom: 2px solid #442200;
    display: block;
    height: 18px;
    margin: 0px;
    padding: 0px 0px 0px 232px;

}

div.frame ul.ui-tabs-nav li {
    color: #93604c;
    float: left;
    height: 18px;
    line-height: 18px;
    list-style: none;
    margin: 0px;
    padding: 0px 10px;
}

div.frame ul.ui-tabs-nav li.ui-tabs-selected {
    background-color: #442200;
}

div.frame ul.ui-tabs-nav li a {
}

div.frame div.ui-tabs-hide {
    display: none;
}

div.ui-dialog {
    background-color: black;
    border-bottom: 3px solid #442200;
    border-left: 3px solid #442200;
    border-right: 3px solid #442200;
    border-top: 1px solid #442200;
}

div.ui-dialog div.ui-dialog-titlebar {
    color: white;
    cursor: move;
    background-color: #442200;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
}

div.ui-dialog div.ui-dialog-titlebar a.ui-dialog-titlebar-close {
    background-image: url(../images/spriteIcons.gif);
    background-position: left 0px;
    display: block;
    height: 14px;
    position: absolute;
    top: 3px;
    right: 0px;
    width: 15px;
}

div.ui-dialog div.ui-dialog-titlebar a.ui-dialog-titlebar-close:hover {
    background-position: left -100px;
}

div.ui-dialog div.ui-dialog-titlebar a.ui-dialog-titlebar-close span.ui-icon {
    display: block;
    height: 14px;
    overflow: hidden;
    padding-left: 14px;
    text-indent: -99999px;
    width: 15px;
}

div.ui-dialog div.ui-dialog-content {
    background-color: black;
    color: white;
}

div.ui-dialog div.ui-dialog-buttonpane {
    border-top: 2px solid #442200;
    padding: 12px;
    text-align: right;
}

div.ui-widget-overlay {
    background-color: white;
    filter: alpha(opacity = 50);
    opacity: 0.5;
    position: absolute;
    left: 0px;
    top: 0px;
}

div.album ul.carousel {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div.album div.text p img {
    border: 1px solid #442200;
    margin-bottom: 10px;
    height: 200px;
}

div.dialog div.text div.buttons {
    padding-bottom: 12px;
    text-align: center;
}

div.matrix div.content div.frame div.text form label,
div.dialog div.text form label {
    display: inline-block;
    font-weight: bold;
    padding-top: 6px;
    width: 120px;
    vertical-align: top;
}

div.matrix div.content div.frame div.text form input,
div.matrix div.content div.frame div.text form textarea,
div.dialog div.text form input,
div.dialog div.text form textarea {
    width: 323px;
}

div.dialog div.text form textarea {
    margin-top: 2px;
    height: 100px;
}

div.matrix div.content div.frame div.text form div.captcha,
div.dialog div.text form div.captcha {
    background-color: white;
    border-bottom: 1px solid #999999;
    border-left: 1px solid #999999;
    border-right: 1px solid #737373;
    border-top: 1px solid #737373;
    display: inline-block;
    margin: 0px 0px 7px 3px;
    width: 327px;
}

div.matrix div.content div.frame div.text form div.error,
div.login form div.error,
div.dialog div.text form div.error {
    color: red;
    display: inline-block;
    font-weight: bold;
    margin: 2px 0px 2px 3px;
}

div.matrix div.content div.frame div.text form div.buttons,
div.dialog div.text form div.buttons {
    margin-top: 12px;
    padding-bottom: 12px;
}

div.matrix div.content div.frame div.text form div.buttons input,
div.dialog div.text form div.buttons input {
    width: auto;
}

div.dialog div.text p.loader span {
    display: block;
    padding-top: 85px;
    text-align: center;
    vertical-align: bottom;
}

div.dialog div.text table {
    color: white;
    padding: 6px;
}

div.dialog div.text table tr td {
    padding: 6px;
}

div.dialog div.text table tr th {
    border-bottom: 2px solid white;
    font-weight: bold;
    padding: 6px;
    text-align: left;
}

div.dialog div.text table tr th.product {
    text-align: left;
    width: 307px;
}

div.dialog div.text table tr th.quantity {
    text-align: center;
    width: 39px
}

div.dialog div.text table tr th.price {
    text-align: right;
    width: 50px;
}

div.dialog div.text table tr td.product {
    text-align: left;
    width: 307px;
}

div.dialog div.text table tr td.quantity {
    text-align: center;
    width: 39px
}

div.dialog div.text table tr td.quantity input {
    width: 34px;
}

div.dialog div.text table tr td.totalPrice,
div.dialog div.text table tr td.price {
    text-align: right;
    width: 50px;
}

div.dialog div.text table tr td.totalPrice {
    border-top: 2px solid white;
}

div.text p.loader {
    background-image: url(../images/loader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 105px;
}

div.text div.entry {
    border-top: 1px solid #442200;
    margin: 12px 0px;
    padding: 12px 0px 0px 0px;
    text-align: justify;
}

div.text div.entry.first {
    border-top: none;
    padding: 0px;
}

div.menu div.text p a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

div.menu div.text p {
    text-align: center;
}

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

