
body {
    font: 12px/18px arial, helvetica, sans-serif;
    background: #f1f1f1;
    margin: 0;
}

/* ----- CONTAINERS ----------------------------------------- */

div#container-bottom {
    margin: 0 auto;
    width: 1008px;
}

body.plain div#container-bottom {
    background: transparent url(/images/bg/container-b.png) no-repeat 50% 100%;
    padding-bottom: 16px;
}

div#container-bg {
    background: transparent url(/images/bg/container.png) repeat-y;
    padding: 0 12px;
}

div#container {
    position: relative;
    background: #e2e2e2;  
    height: 1%; /* IE */
}

div#container.error {
    padding: 0;
}

body.plain div#container {
    background: #fff;
}
/*
div#container {
    background: transparent url(../images/bg/lines.gif) 0% 0%;    
    background: transparent url(../images/bg/grid-21.gif) 0% 0%;
}

div#content {
    background: transparent !important;
}*/

/* ----- HEADER ---------------------------------------- */

div#header {
    padding: 9px 9px 6px 9px;
    background: #161616;
    position: relative;
    overflow: hidden;    
    z-index: 1;
    margin: 0;
}

body.plain div#header {
    background: #161616 url(../images/slogan.gif) no-repeat 98% 50%;
    padding: 10px;
}

div#header a#logo {
    float: left;
}

div#header a#logo:hover {
    background: transparent;
}

div#header a#logo img {
    display: block;
    width: 88px;
}

body.plain div#header a#logo {
    margin-left: 24px;
    background: #333;
}

body.plain div#header a#logo img {
    height: 50px;
    width: 43px;
}

body.plain div#header a#logo:hover {
    background: #666;

}

div#header div.banner {
    background: #f6ca52 url(/images/bg/banner.gif) no-repeat;
    margin: 0 0 0 9px;
    height: 88px;
    width: 674px;
    float: left;
}

div#header div.banner a.ext-468-60 {
    margin: 13px 0 0 13px;
    display: block;
}

div#header div.banner img {
    display: block;
}

div#header div.banner div.text {
    padding: 2em;
}

div#header div.banner div.text a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 2.5em;
    color: #000;
}

div#header div.banner div.text a:hover {
    text-decoration: underline;
    background: transparent;
}

div#login {
    border-left: dotted 1px #424242;
    background: transparent;
    margin: 0 0 0 4px;
    padding-left: 4px;
    width: 279px;
    width: 184px;
    height: 88px;
    float: left;
    color: #424242;
}

div#login div.box-body {
    font-size: 11px;
}


div#login a.logout, div#login a.register,
div#login a.forgotten {
    font-size: 11px;
}

div#login a {
    color: #999;    
}

div#login a:hover {
    background: transparent;
    color: #fff;
}

div#login a.logout {
    float: right;
}

div#login h2 {
    background: transparent;
    border-color: #424242;
    line-height: 1.5em;
    font-size: 1em;
    color: #999;
}

div#login div.box-body {
    background: transparent;
}

div#login form {
    display: none;
}

div#login form div {
    padding: 0.2em 0;
    float: left;
    margin: 0;
}

div#login form div.buttons {
    padding-left: 0;
    float: right;
}

div#login form div label {
    width: 100px;
}

div#login form div input.text {
    background: #e2e2e2;
    width: 150px;
}

div#login form div input.text:focus {
    background: #fff;
}

div#login div.buttons {
    padding-left: 125px;
}

div#login ul {
}
/* ----- GRIDS ----------------------------------------- */

div#content {
    position: relative;
    margin: 0 0 9px 9px;
    padding: 0 0 9px 9px;
    min-height: 610px;
    background: transparent;
    background: #fff url(../images/bg/content-bottom.gif) no-repeat 0% 100%;
    width: 762px;
    float: left;
}

body.plain div#content {
    margin: 0 auto 2em auto;
    clear: left;
    float: none;
    width: 762px;
}

body.plain div.error {
    position: relative;
    color: #000;
    width: auto;
    margin: 0;
    left: 0;
}

body.plain div.error a {
    color: #af1100;
}

body.plain div.error div#content {
    background: url(/images/depressed.gif) no-repeat 100% 50%;
    padding: 100px 275px 0 0;
    min-height: 300px;
    width: 466px;
}

body.plain div.maintenance div#content {
    background: url(/images/snake.gif) no-repeat 50% 100%;
    padding: 100px 275px 40px 0;
    min-height: 300px;
    width: 466px;
}

div.main {
    overflow: hidden;
    width: 483px;
    float: left;
}

div.main.pad {
    margin-right: 18px;
    width: 465px;
}

div.secondary {
    overflow: hidden;
    margin: 0 9px 0 0;
    width: 270px;
    float: left;
}

div.main div.extra {
    background: #ededed;
    margin-top: 0;
    width: 78px;
    float: right;
}

div#content.b div.main {
    margin: 0 0 0 9px;
    width: 558px;
}

div#content.b div.secondary {
    width: 177px;
}

div#content.d div.main {
    padding-right: 9px;
    overflow: visible;
    width: 549px;
}

div#content.d div.secondary {
    margin: 0 0 0 9px;
    width: 186px;
}

/* ----- SIDEBAR --------------------------------------- */

div#sidebar {
    margin: -6px 9px 9px 0;
    font-size: 11px;
    color: #424242;
    float: right;
    width: 186px;
}

div#sidebar a {
    color: #000;
}

div#sidebar p.ad {
    margin-bottom: 1em;
}

div#sidebar p.text-ad {
    border: solid 1px #ccc;
    padding: 0.5em;
}

div#sidebar p.text-ad a {
    text-decoration: none;
}

div#sidebar p.text-ad a:hover {
    text-decoration: underline;
}

div.box, div#content.d div.secondary div.box {
    background: transparent url(/images/bg/box-body.gif) repeat-y;
    margin: 0 0 1.5em 0;
}

div.main div.box {
    background: transparent;
}

div.box div.box-body, div#content.d div.secondary div.box-body {
    background: transparent url(/images/bg/box-bottom.gif) no-repeat 0% 100%;
    padding: 0 9px 9px 9px;
    overflow: hidden;
}

div#sidebar div.box-body {
    background: transparent url(/images/bg/box-bottom-g.gif) no-repeat 0% 100%;
}

div.box ul {
    margin-bottom: 0;
}

div.box h2,
div#content.d div.secondary div.box h2 {
    background: transparent url(/images/bg/box-top.gif) no-repeat;
    border-bottom: solid 1px #ccc;
    margin-bottom: 0.5em;
    line-height: 2em;
    padding: 0 9px;
}

div#sidebar div.box h2 {
    background: transparent url(/images/bg/box-top-g.gif) no-repeat;
}

div#sidebar div#card, div#sidebar div#card h2, div#sidebar div#card div.box-body, 
div#sidebar div#bag, div#sidebar div#bag h2, div#sidebar div#bag div.box-body {
    background: transparent;
}

div#sidebar div#bag {
    border-bottom: dotted 1px #aeaeae;
    padding-bottom: 9px;
    margin-bottom: 6px;
}

div#sidebar div#card {
    margin-bottom: 6px;
}

div#sidebar div#bag h2, div#sidebar div#card h2 {
    margin: 0;
}

div#sidebar div#bag div.box-body, div#sidebar div#bag.box div.box-body {
    background: transparent url(../images/bg/bag.gif) no-repeat 96% 50%;
    padding: 16px 68px 9px 9px;
    margin-top: -16px;
    min-height: 56px;
}

div#sidebar div.box {
}

div#sidebar div.box div.box-body {
/*    background-image: url(/images/bg/box-bottom-g.gif);*/
}

div#sidebar div.box h2 {
/*    background-image: url(/images/bg/box-top-g.gif);*/
    border-color: #e2e2e2;
}

div.more div.box, div.more div.box h2, div.more div.box div.box-body,
div.extra div.box, div.extra div.box h2, div.extra div.box-body {
    background: transparent;
}

div.extra div.box, div.extra div.box-body {
    padding: 0;
}

div.extra div.box h2 {
    line-height: 24px;
    font-size: 14px;
    padding: 0 9px;
}

div.box h3 {
    margin: 0 0 9px 0;
    line-height: 18px;
    font-size: 12px;
}

div.box h3.first {
    margin-top: 0;
}

div.box p {
    line-height: 1.5em;
    font-size: 1em;
    margin: 0;
}

div.shipping ul {
    border-top: solid 1px #e2e2e2;
    list-style-type: none;
    margin: 0 0 9px 0;
    padding: 0;
}

div.shipping ul li {
    border-bottom: solid 1px #e2e2e2;
    position: relative;
    padding: 5px 0 6px 0;
    line-height: 1em;
}

div.shipping ul li span {
    position: absolute;
    right: 0;
}

#sidebar div.box h3 {
    margin-bottom: 0.5em; /* TODO:!!*/
}

#sidebar div.box p {
    margin-bottom: 1em; /* TODO:!!*/
}

div.secondary div.box {
    background: #fff url(/images/bg/box-body-b.gif) repeat-y;
    color: #424242;
}

div.secondary div.box div.box-body {
    background: transparent url(/images/bg/box-bottom-b.gif) no-repeat 0% 100%;
}

div.secondary div.box h2 {
    background: transparent url(/images/bg/box-top-b.gif) no-repeat;
}

div#content.b div.secondary div.box {
    background: transparent url(/images/bg/box-body-c.gif) repeat-y;
    background: transparent;
    margin-bottom: 1.5em;
    font-size: 11px;
    color: #424242;
}

div#content.b div.secondary div.box div.box-body {
    background: transparent url(/images/bg/box-bottom-c.gif) no-repeat 0% 100%;
    background: transparent;
    padding: 0;
}

div#content.b div.secondary div.box h2 {
    background: transparent url(/images/bg/box-top-c.gif) no-repeat;
    background: transparent;
    padding: 0;
}

div.secondary div.box.note {
    background: #f8d254 url(/images/bg/box-bottom-y.gif) no-repeat 0% 100%;
    color: #424242;
}

div.secondary div.box.note h2 {
    background: transparent url(/images/bg/box-top-y.gif) no-repeat;
    border-bottom: none;
}

div.secondary div.box.note h2 a {
    color: #000;
}


div.box ul.nav {
    list-style-type: none;
    font-size: 0.95em;
    overflow: hidden;
    height: 1%;
    padding: 0;
    margin: 0;
}

div.box ul.nav li {
    margin-right: 0.5em;
    float: left;
}

div.box ul.gigs {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

div.box ul.gigs li {
    border-bottom: dotted 1px #ccc;
    padding: 0.25em 0;
    overflow: hidden;
    margin: 0;
}

div.box ul.gigs li abbr {
    border-bottom: none;
    font-size: 11px;
    display: block;
    float: left;
    width: 48px;
}

div.box ul.gigs li a.summary {
    margin: 0 48px;
    display: block;
}

div.box ul.gigs li span.time {
    font-size: 11px;
    display: block;
    float: right;
    width: 48px;
}

div.box ul.gigs li span.location {
    display: none;
}

div#content.b div.secondary div.box div.vevent,
div#content.b div.secondary div.box div.box-body.vevent {
    border: solid 2px #f4c054;
    background: #ffc;
    padding: 6px 3px;
}

div.vevent abbr {
    font: bold 12px arial;
    border-bottom: none;
    text-align: center;
    display: block;
    width: 40px;
    float: left;
}

div.vevent abbr span {
    font: normal 10px/1.5em arial;
    letter-spacing: 0;
    display: block;
}

div.vevent span.summary {
    font: bold 12px arial;
}

div.vevent p {
    margin: 0 0 0 45px;
}

div.vevent span.location {
    line-height: 1.5em;
    font-size: 10px;
    display: block;
}

div.vevent span.location a {
    text-decoration: none;
    color: #424242;
}

div.vevent span.location a:hover {
    text-decoration: underline;
}

/* ----- SLIDER --------------------------------------- */

div.slider {
    position: relative;
}

div.slider div.box-nav {
    position: absolute;
    right: 9px;
    top: 9px;
}

div.slider div.box-nav a {
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    display: block;
    height: 18px;
    width: 12px;
    float: left;
    color: #ccc;
}

div.slider div.box-nav a.current {
    color: #333;
}

div.slider div.box-body {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

div.slider div.box-slider {
    width: 1000px;
}

div.slider ul.records {
    position: relative;
    overflow: hidden;
    height: 132px;
    width: 254px;
    float: left;
}

div.secondary div.slider ul.records {
    margin: 0 12px;
}

div.slider p.more {
    margin: 0 12px 9px 12px;
}

/* ----- SIDEBAR --------------------------------------- */

div.bubble {
    background: transparent url(/images/bg/bubble.gif) no-repeat 50% 100%;
    padding-bottom: 18px;
    color: #fff;
}

div.bubble div.body {
    background: #161616;
    padding: 0.5em 1em;
}

div.bubble a {  
    color: #ffc70c;
}

div.bubble p {
    margin: 0 0 1em 0;
}

div.bubble a:hover {  
    background: #ffc70c;
    color: #000;
}


body.plain div#content div.main {
    width: auto;
    margin: 0;
}

div#content.b div.secondary ul li a {
    text-decoration: none;
}

div#content.b div.secondary ul li a span {
    font-size: 0.95em;
    color: #666;
}

div#content.b div.secondary ul li ul {
    margin: 0.2em 0;
}

div#content.b div.secondary ul li ul li {
    font-size: 0.95em;
}
/* variation c */
div#content.c div.main {
    margin: 2em 27px 0 18px;
    float: none;
    width: auto;
}

div#content.c div.secondary {
    margin: 2em 44px 0 32px;
    width: auto;
    float: none;
}

/* ----- LETTERS & FILTERS ----------------------------- */

div.secondary ul.letters {
    list-style-type: none;
    margin: 0 0 9px 0;
    overflow: hidden;
    padding: 0;
}

div.secondary ul.letters li {
    margin: 0 2px;
    float: left;
    padding: 0;
}

div.secondary ul.letters li a {
    text-transform: uppercase;
    text-align: center;
    line-height: 1em;
    padding: 3px;
    display: block;
    color: #424242;
    width: 1em;
}

div.secondary ul.filters {
    list-style-type: none;
    margin: 0 0 9px 0;
    padding: 0 0 0 0;
}

div.secondary ul.filters li {
    position: relative;
    padding: 0 0 0 7px;
}

div.secondary ul.filters li a,
div.secondary ul.letters li a {
    color: #424242;
}

div.secondary ul.filters li a:hover,
div.secondary ul.letters li a:hover {
    text-decoration: underline;
    color: #af1100;
}

div.secondary ul.filters li a {
    color: #424242;
    padding: 2px;
}

div.secondary ul.filters li span {
    position: absolute;
    color: #999;
    right: 0;
}

div.secondary ul.filters li.current {
    background: url(../images/bg/current.gif) no-repeat 0% 50%;
}

div.secondary ul.letters li.current {
    background: #222;
}

div.secondary ul.letters li.visible {
    background: #666;
}

div.secondary ul.letters li.current a {
    color: #fff;
}

div.secondary ul.filters li.current a {
    background: #222;
    color: #fff;
}

div.list-filters {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

div.list-filters h2 {
    padding: 0 6px 0 9px;
    line-height: 18px;
    float: left;
    margin: 0;
}

div.list-filters ul {
    list-style-type: none;
    font-size: 11px;
    float: right;
    padding: 0;
    margin: 0;
}

div.list-filters ul.list-tabs {
    float: left;
    margin: 0;
}

div.list-filters ul.list-tabs li {
    background: #e5e5e5 url(/images/bg/list-tab-right.gif) no-repeat 100% 0%;
    margin: 0 6px 0 0;
    padding: 0;
}

div.list-filters ul.list-tabs li h2 {
    background: transparent url(/images/bg/list-tab-left.gif) no-repeat 0% 0%;
}

div.list-filters ul.list-tabs li h2 a {
    padding: 0.5em 0.5em;
    overflow: hidden;
    max-width: 220px;
    display: block;
    color: #666;
}

div.list-filters ul.list-tabs li.current {
    background: #d2d2d2 url(/images/bg/list-tab-right.gif) no-repeat 100% 0%;
}

div.list-filters ul.list-tabs li.current a {
    color: #000;
}

div.list-filters ul.list-tabs li.current h2 {
    color: #000;
}

div.list-filters ul li {
    margin: 0 1px 3px 1px;
    line-height: 18px;
    padding: 0 6px;
    float: left;
}

div.list-filters ul li a {
    text-decoration: none;
    white-space: nowrap;
    display: block;
    color: #666;
}

div.list-filters ul li a:hover {
    color: #af1100;
}

div.list-filters ul li.current {
    background: #222;
    color: #fff;
}

div.list-filters div.list-ordering {
    background: #d2d2d2;
    overflow: hidden;
    padding: 3px 0 0 0;
    clear: both;
}

div.list-filters ul.ordering {
    background: #d2d2d2;
    overflow: hidden;
    clear: both;
    float: right;
}

div.list-filters ul.ordering li {
    float: left;
}

div.list-filters ul.ordering li.current a {
    background: transparent url(../images/bg/up.gif) no-repeat 99% 50%;
    padding-right: 16px;
    color: #fff;
}

div.list-filters ul.ordering li.current.down a {
    background-image: url(../images/bg/down.gif);
}

div.list-helpers {
    background: #e2e2e2;
    padding: 6px 12px;
    text-align: right;
    margin-top: 3px;
    font-size: 11px;
    color: #666;
}

div.list-helpers a.first {
    float: left;
}

div.list-helpers a {
    text-decoration: underline;
    color: #666;
}

div.list-helpers a:hover {
    color: #af1100;
}

div.list-show-only {
    margin: 9px 3px 0 0;
    font-size: 11px;
    float: right;
}

div.list-show-only select {
    margin: 0 0 0 0.5em;
}

p.show-all {
    background: #ededed;
    margin: 9px 0;
    padding: 9px;
}

/* ----- FOOTER ---------------------------------------- */

div#footer {
    padding: 9px;
    background: #1a1a1a;
    font-size: 0.92em;
    overflow: hidden;
    color: #7e7e7e;
    clear: both;
    margin: 0;
}

body.plain div#footer {
    padding: 9px 9px 12px 9px;
}


div#footer div.col, div#footer div.col-2 {
    border-right: dotted 1px #424242;
    margin: 0 4px 0 0;
    padding-right: 4px;
    min-height: 25em;
    width: 186px;
    float: left;
}

div#footer div.col-2 {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    width: 381px;
}

div#footer div.box {
    background: transparent;
    margin-bottom: 0;
    font-size: 11px;
    padding: 0;
}

div#footer div.box h2 {
    background: transparent;
    border-color: #424242;
}

div#footer div.col-2 div.box h2 {
    background: transparent;
}

div#footer div.box div.box-body {
    background: transparent;
}

div#footer ul {
    margin-bottom: 9px;
}

div#footer div#blog-posts div.box-body {
    padding-bottom: 0;
}

div#footer div#blog-posts ul {
    margin-bottom: 0;
}

div#footer div.col-2 div.box div.box-body {
    background: transparent;
    border-right: none;
}

div#footer div#shops {
    background: transparent url(/images/slogan.gif) no-repeat 90% 100%;
    padding-bottom: 1.5em;
    min-height: 200px;    
    overflow: hidden;
}

div#footer div#shops h3, div#footer div#blog-posts h3 {
    margin: 0 9px 0 0;
    line-height: 3em;
    float: right;
    padding: 0;
}

div#footer div.box-body.helpdesk {
    padding-bottom: 0;
}

div#footer div.helpdesk p {
    overflow: hidden;
    margin: 0 -9px;
}

div#footer div.helpdesk span {
    margin: 0 9px;
    width: 168px;
    float: left;
}

div#footer div#shops ul {
    list-style-type: none;
    margin: 0 0 0 -9px;
    padding: 0;
}

div#footer div#shops ul li {
    margin: 0 9px;
    width: 168px;
    float: left;
}

div#footer div#shops ul li span.country-name {
    display: none;
}

div#footer li.vcard h4 {
    display: inline;
    padding: 0;
    margin: 0;
}

div#footer li.vcard p.notice, div#footer li.vcard p.notice a {
    color: #aaa;
}

body.plain div#footer {
    padding: 0.5em 1em 0 1em;
    font-size: 0.95em;
}

body.plain div#footer p {
    margin: 0;
}

div#footer a {
    color: #999;
}

div#footer p#foot-note {
    text-align: right;
    color: #666;
    clear: left;
    margin: 0;
}

div#footer ul.inline li {
    background: transparent;
    white-space: nowrap;
    padding: 0 6px 0 0;
    margin: 0;
}

div#footer ul.inline li a {
    line-height: 18px;
}

div#footer ul.inline li a:hover {
    background: transparent;
    color: #fff;
}

div#footer ul.inline li.more {
    display: none;
}

div#footer ul.inline li a.toggle-more {
    color: #fff;
}

div#nav-tools {
    float: right;
}

div#nav-tools ul li a {
    color: #fff;
}

/* ----- MAIN NAV -------------------------------------- */

div#nav {
    padding: 0 9px 9px 9px;
    background: transparent;
    background: #161616;
/*    overflow: hidden;*/
}

div#nav ul {
    background: #f1f1f1 url(/images/bg/sub-nav.gif) no-repeat 50% 100%;
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

div#nav ul li {
    text-transform: uppercase;
    background: transparent;
    overflow: hidden;
    font-size: 10px;
    padding: 0 3px;
    float: left;
}

div#nav ul li a {
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    text-decoration: none;
    display: block;
    color: #444;
}

div#nav ul li.current {
    background: #fff;
    padding: 3px;
}

div#nav ul li.current.first {
    background: #fff url(/images/bg/sub-nav-left.gif) no-repeat 0% 100%;
}

div#nav ul li.current a {
    border: solid 1px #000;
    border-radius: 2px;
    background: #000;
    color: #fff;
}

div#nav ul li a {
    padding: 3px 2px 3px 3px;
    border: none;
    color: #000;
}

div#nav ul li a:hover, div#nav ul li.current li a:hover {
    text-decoration: underline;
}

div#nav ul.top {
    background: transparent;
    padding: 0;
}

div#nav ul.top li {
    background: #f7cf52 url(/images/bg/tab-right.gif) no-repeat 100% 0%;
    margin: 0 1px 0 2px;
    font-size: 12px;
    padding: 0;
}
    
div#nav ul.top li.first {
    background: #f7cf52 url(/images/bg/tab-right.gif) no-repeat 100% 0%;
    margin-left: 0;
}

div#nav ul.top li.current {
    background: #f1f1f1 url(/images/bg/tab-right-b.gif) no-repeat 100% 0%;
}

div#nav ul.top li.current a {
    background: transparent url(/images/bg/tab-left-b.gif) no-repeat 0% 0%;
    border-bottom: solid 1px #f1f1f1;
    color: #000;
}

div#nav ul.top li a {
    border-bottom: solid 1px #161616;
}

div#nav ul.top li a {
    background: transparent url(/images/bg/tab-left.gif) no-repeat 0% 0%;
    padding: 2px 9px;
}

/* sub navigation */
div#nav ul li.lang-fi, div#nav ul li.lang-en {
    background: transparent;
    font-size: 10px;
    margin: 2px 0;
    float: right;
}

div#nav ul li.lang-fi {
    border-right: solid 1px #666;
}

div#nav ul li.lang-fi a, div#nav ul li.lang-en a {
    background: transparent;
    padding: 0 9px;
    color: #fff;
}

div#nav ul li.lang-fi span, div#nav ul li.lang-en span {
    background: transparent;
    padding: 0 9px;
    color: #666;
}

div#nav a.store-lang {
    border-top: dotted 1px #424242;
    font-family: 'Trebuchet MS';
    text-transform: uppercase;
    text-decoration: none;
    background: #161616;
    margin: -12px 0 0 0;
    position: absolute;
    font-size: 10px;
    padding: 0 9px;
    display: block;
    width: 166px;
    z-index: 100;
    float: right;
    color: #fff;
    right: 12px;
}


/* ----- PATH & SEARCH --------------------------------- */

div#path {
    background: #e2e2e2;
    background: transparent;
    position: relative;
    padding: 0.5em 9px;
    line-height: 22px;
    font-size: 11px;
    color: #666;
}

div#path a {
    text-decoration: none;
    line-height: 2em;
    color: #666;
}

div#path:hover a:hover {
    color: #af1100;
}

div#search {
    background: #e2e2e2;
    position: absolute;
    padding: 5px 9px 0 9px;
    right: 204px;
    float: right;
    z-index: 11;
    margin: 0;
}

div.main div#search {
    position: static;
    margin: 0 0 1em 0;
    overflow: hidden;
    padding: 9px;
    width: auto;
    float: none;
}

div.main div#search div.radio {
    overflow: hidden;
    border: solid 1px red;
    margin: 0.5em;
    float: none;
}

#home div#search {
    margin-top: 0;
}

div#search.focused {
    background: #e2e2e2;
}

div#search input {
    font-size: 1.1em;
}

div#search select {
    background: transparent;
    font-size: 13px;
    height: 23px;
    color: #666;
}

div#search input.button {
    font-size: 12px;
    width: 40px;
}

div#content div#search input.button {
    width: auto;
}

div#search input#q {
    font-size: 12px;
    width: 209px;
    color: #666;
}

div#search input#search-text {
    background: green;
    padding: 0 0.2em;
    font-size: 13px;
    height: 23px;
    width: 300px;
}

div#search input#q.activated {
    color: #000;
}

div#search input.loading {
/*    background: #fff url(/images/bg/loader.gif) no-repeat 98% 50%;*/
}

div#results {
    position: absolute;
    background: #e2e2e2;
/*    max-height: 360px;*/
    overflow: auto;
    display: none;
    padding: 0 9px;
    width: 394px;
    z-index: 10;
    top: 32px;
    left: 0;
}

div#results ul {
    border-bottom: solid 1px #ccc;
    background: #fff;
    list-style-type: none;
    margin: 0 0 9px 0;    
    width: 100%;
    padding: 0;
}

div#results ul li {
    width: 100% !important;
    position: relative;
    float: none;
    padding: 0;
    margin: 0;
}

div#results ul li a {
    border-top: solid 1px #e2e2e2;
    text-decoration: none;
    margin-right: 100px;
    padding: 0.2em;
    display: block;
    color: #333;
    width: auto;
}

div#results ul li a:hover, div#results ul li a.current {
    background: #ededed;
}

div#results ul li a span {
    position: absolute;
    color: #999;
    right: 0;
}

div#results h4 {
    font-weight: normal;
    margin: 0.2em 0 0 0;
    font-size: 12px;
    color: #424242;
    width: 100px;
}

/* NOTICES AND ERRORS */
div.positive {
    background: green;
    padding: 0.2em 0.5em;
    margin: 0.5em 0;
    color: #fff;
}

div.message, div.error {
    background: #080;
    padding: 6px 9px;
    position: absolute;
    font-weight: bold;
    margin: 42px 0 0 0;
    z-index: 10;
    width: 354px;
    left: 399px;
    color: #fff;
}

div.error {
    background: #9b0000;
}

div.message a, div.error a {
    text-decoration: underline;
    color: #fff;
}

div.message a:hover, div.error a:hover {
    text-decoration: none;
}

div#content div.message, div#content div.error {
    position: static;
    width: auto;
}

div#content.c div.message, div#content.c div.error {
    margin: 9px 0;
}

div.notice {
    border: solid 2px #f4c054;
    background: #ffc;
    padding: 0.2em 0.5em;
    margin: 1em 0;
}

div.notice p {
    margin: 0.5em 0;
}

div#content div.main div.message {
    width: auto;
    float: none;
}

div.message p {
    margin: 0.5em 0;
}
/* CONTENT AREA */

div#latest { 
    border: solid 1px green;
    overflow: hidden;
    width: 462px;
}

div#notice { 
    float: right;
    width: 186px;
}

div#blog ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

div#offeri {
    float: right;
    width: 54px;    
}

ul.simple {
    border-bottom: solid 1px #ededed;
    list-style-type: none;
    margin: 0 0 1em 0;
    padding: 0;
}

ul.simple li {
    border-top: solid 1px #ededed;
    padding: 0.5em 0.5em 0 0.5em;
    margin: 0 0 0.5em 0;
}

ul.simple li h4, ul.simple li p {
    margin: 0 0 0.5em 0;
}

ul.simple p.description {
    font-size: 11px;
}

ul.float li {
    float: left;
}

ul.inline {
    list-style-type: none;
    margin: 0 0 1em 0;
    padding: 0;
}

ul.inline li {
    float: left;
    padding: 0;
    margin: 0;
}

/* ----- RECORDS --------------------------------------- */

ul.records {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.records li {
    background: #000 url(/images/bg/record.jpg) repeat-x;
    margin: 0 18px 1.25em 0;
    padding: 0 0 7px 0;
    position: relative;
    font-size: 0.95em;
    overflow: hidden;
    width: 218px;
    float: left;
    color: #fff;
}

div.movies ul.records li {
    margin-right: 12px;
    width: 146px;
}

ul.records li div.pre-listen {
    background: transparent url(/images/bg/pre-listen.png);
    position: absolute;
    display: block;
    height: 69px;
    width: 69px;
    right: 0px;
    top: 0px;
}

ul.records li div.cover, ul.records li div.shirt,
div.record div.cover {
    margin: 0.85em auto 0.2em auto;
    position: relative;
    text-align: center;
    background: #222;
    overflow: hidden;
    height: 200px;
    width: 200px;
}

div.record div.cover div.campaign {
    display: none;
}

div.record div.cover div.summer2009, div.record div.cover div.offer790 {
    background: transparent url(/images/bg/summer2009.gif) no-repeat;
    position: absolute;
    display: block;
    height: 51px;
    width: 35px;
    left: 3px;
    top: 3px;
}

div.record div.cover div.summer2009 a, div.record div.cover div.offer790 a {
    text-indent: -1000px;
    display: block;
    height: 51px;
}

div.movies ul.records li div.cover {
    margin-top: 3px;
    width: 140px;
}

ul.records li div.cover img {
    height: 200px;
}

div.movies ul.records li div.cover img {
    height: auto;
    width: 140px;
}

div.movies div.secondary ul.records li div.cover {
    color: #fff;
}

div.movies div.secondary ul.records li div.cover img {
    width: auto;
}

ul.records li div.cover a:hover img {
    border-color: #999;
}

ul.records div.details {
    background: transparent url(/images/axt/alpha.png);
    position: absolute;
    overflow: hidden;
    padding: 0.5em 9px;
    width: 200px;
    bottom: 0;
    left: 0;
}

div.movies ul.records div.details {
    padding: 3px;
    width: 140px;
}

ul.records div.details h3 {
    line-height: 1.3em;
    font-size: 11px;
    margin: 0;
}

ul.records div.details p {
    line-height: 1em;
    margin: 0 0 0.5em 0;
}

ul.records div.details a {
    text-decoration: none;
    color: #fff;
}

ul.records div.details a:hover {
    text-decoration: underline;
    background: transparent;
}

ul.records div.details ul.formats,
div.record div.details ul.formats,
table td.formats ul {
    border-top: solid 1px #333;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.records div.details p,
table td.formats ul li {
    background: transparent;
    position: relative;
    float: none;
    width: auto;
    padding: 0;
    margin: 0;
}

div.record ul.formats li {
    border-bottom: solid 1px #333;
    position: relative;
    padding: 0.2em 0.5em;
    float: none;
}

div.record ul.formats li a.payment {
    right: 0.3em;
    top: 0.3em;
}

div.record ul.formats li.current {
    background: #222;
    color: #fff;
}

div.record ul.formats h4 {
    line-height: 1.3em;
    margin: 0.5em 0;
    padding: 3px;
}

div.record ul.formats li.current h4 {
    background: #444;
    color: #fff;
}

div.record ul.formats h4 a {
    background: transparent url(/images/bg/counts-many.gif) no-repeat 0% 50%;
    text-decoration: none;
    padding: 0 3px 0 18px;
    font-size: 11px;
    display: block;
    color: inherit;
}

div.record ul.formats h4 a:hover span {
    text-decoration: none;
}

div.record ul.formats h4 a span {
    text-decoration: underline;
    font-weight: normal;
    display: block;
}

div.record ul.formats ul.counts {
    list-style-type: none;
    margin: 0 0 3px 0;
    overflow: hidden;
    background: #444;
    display: none;
    padding: 3px;
}

div.record ul.formats ul.counts li {
    background: transparent url(/images/bg/counts-many.gif) no-repeat 0% 50%;
    border-bottom: none;
    margin: 0 0 0.5em 0;
    padding: 0 0 0 18px;
    line-height: 11px;
    width: 80px;
    float: left;
    color: #fff;
}

div.record ul.formats ul.counts li.few, div.record ul.formats h4.few a,
div.record ul.formats ul.counts li.one, div.record ul.formats h4.one a {
    background: transparent url(/images/bg/counts-few.gif) no-repeat 0% 50%;
}

div.record ul.formats ul.counts li.couple, div.record ul.formats h4.couple a {
    background: transparent url(/images/bg/counts-couple.gif) no-repeat 0% 50%;
}

div.record ul.formats ul.counts li.none, div.record ul.formats h4.none {
    background: transparent url(/images/bg/counts-none.gif) no-repeat 0% 50%;
    color: #666;
}

div.record ul.formats li {
    border-bottom: solid 1px #333;
    padding: 0.2em 0.5em;
    position: relative;
    color: #999;
    float: none;
}

ul.records li span.date {
    font-weight: bold;
    padding: 0 0.2em;
    color: #fff;
}

ul.records li h3 span.date {
    font-weight: bold;
    color: #ccc;
}

ul.records li span.price,
div.record ul li span.price {
    position: absolute;
    text-align: right;
    color: #efc031;
    right: 40px;
}

ul.records li span.price del,
div.record ul li span.price del {
    color: #999;
}

div.record ul li span.not-available {
    position: absolute;
    text-align: right;
    color: #efc031;
    right: 10px;
}

div.record ul li span.restriction {
    color: #efc031;
}

div.record ul li span.not-available.b {
    position: static;
    display: block;
    text-align: right;
    color: #efc031;
}

ul.records li div.sizes span.price {
    position: static;
    float: left;
}

ul.records div.details ul.formats li.offer span.price {
    background: #efc031;
    color: #000;
}

ul.records li div.type {
    position: relative;
}

ul.records li div.sizes ul {
    list-style-type: none;
    overflow: hidden;
    float: right;
    padding: 0;
    margin: 0;
}

ul.records li div.sizes li {
    margin: 0 2px 0 0;
    float: left;
    width: auto;
    padding: 0;
}

ul.records li div.sizes ul li a.payment {
    position: relative;
    top: 0;
}

ul.records li div.sizes a.payment span {
    width: 1.5em;
}

ul.records div.type a.payment, div.record ul li a.payment {
    background: transparent url(/images/bg/buy-right.gif) no-repeat 100% 50%;
    font-family: 'Trebuchet MS';
    text-transform: uppercase;
    text-decoration: none;
    position: absolute;
    display: block;
    color: #000;
    top: 0.1em;
    right: 0;
}

ul.records div.type a.payment:hover, div.record a.payment:hover {
    background: transparent url(/images/bg/buy-right.gif) no-repeat 100% 50%;
    text-decoration: underline;
}

ul.records li a.payment span, div.record ul li a.payment span {
    background: transparent url(/images/bg/buy-left.gif) no-repeat 0% 50%;
    text-align: center;
    line-height: 1.5em;
    padding: 0 0.3em;
    display: block;
}

div.list-highlight ul.records div.type a.payment {
    background: transparent url(/images/bg/buy-right-b.gif) no-repeat 100% 50%;
    font-size: 10px;
    top: -0.2em;
}

div.list-highlight ul.records li a.payment span {
    background: transparent url(/images/bg/buy-left-b.gif) no-repeat 0% 50%;
    padding: 2px 7px 2px 7px;
}

div.list-highlight ul.records li p.format {
    float: left;
}

div.list-highlight ul.records li p.price {
    float: right;
    width: 55%;
}

div.secondary ul.records {
    margin: 0 -9px 0 3px;
    overflow: hidden;
}

div.secondary ul.records li {
    margin: 0 9px 9px 0;
    height: 54px;
    width: 54px;
    padding: 0;
}

div.list-highlight ul.records {
    margin: 0 -9px 0 0;
    overflow: hidden;
}

div.list-highlight ul.records li {
    border-right: dotted 1px #ccc;
    background: transparent;
    padding: 0 0 0 12px;
    margin: 9px 0;
    height: auto;
    width: 267px;
}

div.list-highlight ul.records li:hover {
    background: #f5f5f5;
}

div.list-highlight ul.records li div.details {
    padding: 6px 12px 6px 6px;
    background: transparent;
    position: relative;
    margin: 9px 0 0 100px;
    bottom: auto;
    width: auto;
    color: #000;
}

div.list-highlight ul.records li div.details h3 {
    font-size: 12px;
}

div.list-highlight ul.records li div.details p {
    line-height: 16px;
    font-size: 11px;
}

div.list-highlight ul.records li div.details p.details {
    color: #666;
}

div.list-highlight ul.records li div.details a {
    color: #000;
}

div.list-highlight ul.records li div.details a:hover {
    color: #af1100;
}

div.more {
    margin: 0 -18px 0 -9px;
    clear: left;
}

div.record a {
    text-decoration: underline;
    color: #fff;
}

div.record a:hover {
    text-decoration: none;
    background: transparent;
    color: #fff;
}
div.record p.stock {
    color: #999;
}

div.record div.other-types {
    padding: 0 9px 9px 9px;
    clear: left;
}

div.record div.other-types a {
    color: #666;
}

div.record div.other-types a:hover {
    color: #fff;
}

/* extra column records */

div.extra ul.records {
    margin-top: 0;
}

div.extra ul.records li {
    margin: 0 9px 18px 9px;
    background: #fff;
    height: 61px;
    width: 61px;
    padding: 0;
}

div.extra ul.records li div.details {
    display: none;
}

div.extra ul.records li div.cover {
    margin: 5px auto;
    height: 50px;
    width: 50px;
}

div.movies div.extra ul.records li div.cover {
    background: transparent;
}

div.extra ul.records li div.cover strong {
    background: #222;
    position: absolute;
    line-height: 1.2em;
    padding: 0 2px;
    bottom: 5px;
    right: 2px;
}

div.extra ul.records li div.cover img {
    height: 50px;
}

div.movies div.extra ul.records li div.cover img {
    width: auto;
}

div.extra ul.records li:hover div.cover img {
}

/* secondary column records */

div.d div.secondary ul.records li {
    margin-right: 3px;
}

div.list-highlight ul.records li div.cover,
div.secondary ul.records li div.cover,
div.more ul.records li div.cover {
    margin: 0.152em auto;
    position: relative;
    height: 50px;
    width: 50px;
}

div.list-highlight ul.records li div.cover {
    border: solid 1px #ccc;
    margin: 9px 0;
    height: 100px;
    width: 100px;
    float: left;
}

div.list-highlight ul.records li div.cover img,
div.secondary ul.records li div.cover img,
div.more ul.records li div.cover img {
    border: solid 1px #333;
    margin: 0 auto;
    display: block;
    height: 50px;
}

div.list-highlight ul.records li div.cover img {
    height: 100px;
    border: none;
}

div.secondary ul.records li div.cover strong,
div.more ul.records li div.cover strong {
    background: #222;
    position: absolute;
    line-height: 1.2em;
    padding: 0 2px;
    color: #ccc;
    bottom: 0;
    right: 0;
}

div.secondary div.offers ul.records li div.cover strong,
div.more div.offers ul.records li div.cover strong {
    color: #efc031;
}

div.secondary ul.records li.current {
    margin: -6px 6px 6px -6px;
    padding-top: 6px;
    height: 66px;
    width: 66px;
    position: relative;
    overflow: visible;
    height: auto;
}

div.secondary ul.records li.current div.details {
    background: #222;
    position: absolute;
    display: block;
    height: auto;
    width: 64px;
    left: 0;
}

/* List view for records */

div.secondary ul.list, div.more ul.list {
    margin: -3px 0 0 0;
    position: static;
    padding: 0;
}

div.more ul.list {
    border-bottom: dotted 1px #ccc;
    margin: -3px -9px 0 -9px;
    overflow: hidden;
}

div.secondary ul.list li, div.more ul.list li {
    border-bottom: dotted 1px #ccc;
    background: transparent;
    padding: 3px 0 6px 0;
    height: auto;
    clear: left;
    float: none;
    width: auto;
    margin: 0;
}

div.more ul.list li, div.b div.more ul.list li {
    border-bottom: none;
    width: 189px;
    clear: none;
    float: left;
}
div.secondary ul.list li div.cover, div.more ul.list li div.cover {
    border: solid 1px #ccc;
    background: #222;
    margin: 3px;
    float: left;
    width: 50px;
}

div.secondary ul.list li div.cover {
    margin-left: 0;
}

div.movies div.secondary ul.list li div.cover, div.movies div.more ul.list li div.cover {
    background: #fff;
    border: none;
    height: 52px;
}

div.secondary ul.list li:hover {
    background-color: #f5f5f5 !important;
}

div.secondary ul.list li div.cover img, div.more ul.list li div.cover img {
    margin: 0 auto;
    border: none;
}

div.movies div.secondary ul.list li div.cover img, div.movies div.more ul.list li div.cover img {
    border: solid 1px #ccc;
    width: 37px;
}

div.secondary ul.list li div.details, div.more ul.list li div.details, div.more ul.list li div.details {
    background: transparent;
    position: relative;
    padding: 0 0 0 3px;
    display: block;
    width: 194px;
    float: left;
    top: auto;
    left: auto;
}

div.more ul.list li div.details, div.b div.more ul.list li div.details {
    padding: 0 3px;
    display: block;
    width: 116px;
}

div.secondary ul.list li div.details a, div.more ul.list li div.details a {
    color: #424242;
}

div.secondary ul.list li div.details h3, div.more ul.list li div.details h3 {
    margin: 0;
}
div.secondary ul.list li div.details h3, 
div.secondary ul.list li div.details p,
div.more ul.list li div.details h3, 
div.more ul.list li div.details p {
    line-height: 18px;
    color: #424242;
}

div.more ul.list li div.details p.format,
div.more ul.list li div.details p.price {
    margin-right: 0.2em;
    float: left;
}

div.more ul.list li div.details p.price {
    float: right;
}

/* */
div.more div.lists {
    overflow: hidden;
    padding: 0 9px;
    margin: 0;
}

div.more div.lists ul {
    list-style-type: none;
    overflow: hidden;
    margin: 0 -9px;
    padding: 0;
}

div.more div.lists ul>li {
    margin: 0 0 0 0;
    padding: 0 9px;
    width: 177px;
    float: left;
    margin: 0;
}

div.more div.lists ul>li:last-child {
}

div.more div.lists ol {
    padding: 0 0 0 2em;
    margin: 0;
}
div.more div.lists ol li {    
    float: none;
    width: auto;
}
/* Highlighted albums */
div#highlight-album {
    position: absolute;
    background: #000;
    display: none;
    padding: 3px;
    height: 100px;
    width: 100px;
}

div#highlight-album div.cover {
    overflow: hidden;
    height: 100px;
    width: 100px;
}

div#highlight-album img {
    display: block;
    height: 100px;
    width: 100px;
}

div#highlight-album div.details {
    background: transparent url(../images/axt/alpha.png);
    position: absolute;
    padding: 2px;
    width: 96px;
    bottom: 0;
}

div#highlight-album h3 {
    font-weight: normal;
    line-height: 1.2em;
    font-size: 0.95em;
    margin: 0;
}

div#highlight-album h3 a {
    color: #fff;
}
div#highlight-album h3 a span.contributor {
    font-weight: bold;
}

/* TABLE LIST*/

div.grouped-products, div.search-result {
    border-top: solid 1px #e1e1e1;
    margin: 0 0 18px 0;
}

div.search-result {
    background: #f5f5f5;
}

div.grouped-products h2 {
    padding: 6px 12px 0 0;
    text-align: right;
    height: 2em;
    color: #999;
    float: left;
    width: 36px;
}

div.grouped-products h2.separate {
    text-align: left;
    float: none;
    width: auto;
}

div.grouped-products h3 {
    margin: 0.5em 1em;
}

div.search-result h3 {
    margin: 0.5em 12px;
}

div.search-result p.show-more {
    margin: 0.5em 0 0.5em 12px;
}

div.grouped-products h3 a:hover, div.search-result h3 a:hover {
    text-decoration: underline;
}

div.grouped-products h3 span.categories, div.search-result h3 span.categories {
    margin-left: 1em;
    font-weight: normal;
    font-size: 11px;
    color: #424242;
}

div.grouped-products table {
    margin-left: 48px;
    border-top: none;
    width: 510px;
}

div.search-result table {
    margin-left: 12px;
    border-top: none;
    width: 534px;
}

div.search-result table.list td.cover {
    width: 64px;
}

div.search-result table.list td.cover a {
    margin-left: 0;
}

div#content table {
    border-bottom: solid 1px #e1e1e1;
    border-top: solid 1px #e1e1e1;
    border-collapse: collapse;
    margin-bottom: 1em;
}

table tr th {
    background: #ededed;
    text-align: left;
    padding: 0 0.2em;
}

div#content table tr.alternate td {
    background: #ededed;
}

table.shipping  {
    width: 558px;
}

table.shipping td, table.shipping th {
    border-bottom: solid 1px #ccc;
    padding: 0.2em 0.5em;
    text-align: center;
}

#content table.list {
    border-collapse: collapse;
    margin-bottom: 0;
}

table.list, table.grid {
    table-layout: fixed;
    width: 558px;
}

table.list a {
    text-decoration: none;
    color: #000;
}

table.grid a {
    text-decoration: none;
    color: #666;
}

table.list a:hover, table.list a:hover span,
table.grid a:hover, table.grid a:hover span {
    color: #af1100;
}

table.list tr.first td {
    border-top: dotted 1px #333;
}

table.list tr td {
    border-top: dotted 1px #ccc;
    background: #fff !important;
    background: transparent !important;
}

table.list tr:hover td {
    background: #f5f5f5 !important;
}

table.list tr td.cover {
    position: relative;
    text-align: center;
    overflow: hidden;
    height: 64px;
    width: 72px;
}

table.list tr td.cover div.campaign {
    position: relative;
}

table.list tr td.cover div.campaign div {
    display: none;
}

table.list tr td.cover div.campaign div.summer2009, table.list tr td.cover div.campaign div.offer790 {
    background: transparent url(/images/bg/summer2009-small.gif) no-repeat;
    text-indent: -1000px;
    position: absolute;
    margin-right: 9px;
    overflow: hidden;
    display: block;
    z-index: 10;
    height: 25px;
    width: 17px;
    left: 2px;
    top: 2px;
}

table.list td.cover a {
    margin: 9px auto 8px auto;
    border: solid 1px #ccc;
    position: relative;
    background: #fff;
    overflow: hidden;
    display: inline-block;
    max-width: 50px;
    height: 50px;
}

table.list td.cover a img {
    margin: 0 auto;
    display: block;
}

table.grid a.photo {
    border: solid 2px #222;
    height: 50px;
}

table.grid a.photo img {
    margin: 0 auto;
    display: block;
    height: 50px;
}

table.list tr td.title {
    width: 277px;
}

table.with-player tr td.player a {
    position: relative;
    display: block;
}

table.with-player tr td.player a img.photo {
}

table.with-player tr td.player a span, 
div#audio-container ul.records div.cover span {
    background: transparent url(/images/bg/play.png) no-repeat 50% 50%;
    text-indent: -1000px;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 10;
    left: 0;
    top: 0;
}

div.grouped-products table.list tr td.title {
    width: 226px;
}

div.search-result table.list tr td.title  {
    width: 253px;
}

table.list tr td.format {
    font-size: 0.95em;
    width: 63px;
    color: #333;
}

table.list tr td span.date {
    font-size: 11px;
    color: #424242;
}

table.list tr td.price {
    white-space: nowrap;
    text-align: right;
    color: #000;
    width: 74px;
}

div#content table tr td.price span {
    padding: 0.2em;
}

div#content table tr td.price span del {
    margin-right: 0.2em;
    color: #666;
}

div#content table tr.offer td.price span {
    border-bottom: solid 2px #efc031;
    color: #000;
}

table.list tr td.buy {
    text-align: center;
    width: 64px;
}

table.list tr td.buy.shirts {
}

table.list tr td.buy ul {
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

table.list tr td.buy ul li {
    margin: 0 2px 2px 0;
    padding: 0;
    float: left;
}

table.list tr td.buy ul li a span {
    padding: 0 0.1em;
}

table.list tr td.buy a.payment {
    background: #f7cf52 url(/images/bg/buy-right-b.gif) no-repeat 100% 50%;
    text-transform: uppercase;
    line-height: 1.3em;
    font-size: 10px;
    margin: 0 auto;
    display: block;
    height: 16px;
    width: 35px;
}

table.list tr td.shirts a.payment {
    font-weight: bold;
    float: left;
    width: auto;
}

table.list tr td.buy a:hover {
    text-decoration: underline;
}

table.list tr td.buy a.payment span {
    background: transparent url(/images/bg/buy-left-b.gif) no-repeat 0% 50%;
    font-family: 'Trebuchet MS';
    padding: 1px 4px 2px 4px;
    text-decoration: none;
    text-align: center;
    display: block;
    color: #000;
}

table td h4 {
    margin: 0;
}

table td p.details {
    font-size: 0.9em;
    margin: 0;
}

table td.text span.album {
    margin-left: 6px;
    display: inline;
}

table td span.album {
    font-weight: normal;
    display: block;
}

table td.details {
    width: 230px;
}

table strong{
    display: block;
}

/* CHECKOUT TABLES */
form#checkout {
    display: block;
}

table.basket {
    background: #fff;
    background: transparent;
    margin: 1em 0;
    width: 100%;
}

table.basket th {
    background: #f5f5f5;
}

table.basket td, table.basket th {
    border-top: solid 1px #e2e2e2;
    padding: 3px 6px;
    color: #000;
}

table.basket td {
    border-bottom: solid 1px #e2e2e2;
    white-space: nowrap;
    width: 50px;
}

table.basket td.count {
    width: 100px;
}

table.basket td span.extra {
    display: block;
    font-size: 0.9em;
    color: #666;
}

table.basket td.details {
    white-space: normal;
    width: 270px;
}

table.basket td.details span.date {
    display: block;
    font-size: 11px;
    color: #424242;

}

table.basket td.type {
    width: 64px;
}

table.basket td.total-price, table.basket td.price {
    width: 64px;
}

table.basket thead th {
    text-align: left;
    padding: 6px;
    color: #666;
}

div#content table.basket tfoot th {
    font-weight: normal;
    padding-right: 3px;
    text-align: right; 
    background: yellow;
}

table.basket tfoot td {
    border: none;
}

table.basket tfoot big {
    white-space: nowrap;
}

table.basket a.remove {
    display: block;
    font-size: 0.95em;
    color: #424242;
}

div#content table.basket tfoot td,
div#content table.basket tfoot th {
    border-top: solid 1px #f0f0f0;
    background: #f5f5f5;
    padding: 6px;
}

div#content.c div.buttons {
    background: #f0f0f0;
    padding: 1em 2em 1em;
    text-align: right;
    overflow: hidden;
}

div#inc-login {
    display: none;
}

div#content div#inc-login h3 {
    margin-bottom: 0;
}

div#content div#inc-login label {
    text-align: left;
    padding-left: 0;
}

div#content div#inc-login input[type=text],
div#content div#inc-login input[type=password] {
    width: 160px;
}

div#content.c div#inc-login div.buttons {
    background: transparent;
    padding: 0 10px 0 0;
}

div#inc-login ul.nav {
    list-style-type: none;
    margin: 1em 0 0 0;
    padding: 0;
}

div#inc-login ul.nav li {
    border-left: solid 1px #424242;
    padding: 0 0.5em;
    float: left;
}

div#inc-login ul.nav li.first {
    border-left: none;
    padding-left: 0;
}

div#content.c div.inc div.buttons a {
    float: none;
}

div#content.c div.buttons a,
div#content.c div.buttons span {
    margin-top: 0.5em;
    float: left;
}

div#content.c div.buttons span {
    padding: 0 0.5em;
}

div#content.c div.buttons input, div#content.c div.buttons button {
    font-weight: bold;
    font-size: 1.2em;
}

div#content.c div.buttons div {
    display: inline;
}

div#content.c div.buttons div a {
    float: none;
}

p.foot-help {
    border-top: dotted 1px #ccc;
    padding: 0.5em 0 0 0;
    text-align: center;
    margin: 0.5em 0;
    font-size: 11px;
    color: #424242;
}

/* Player */

div#player {
    background: #000 url(/images/bg/record.jpg) repeat-x;
    padding: 9px 9px 3px 9px;
    margin: 0 9px 1em 0;
    font-size: 0.95em;
    overflow: hidden;
    clear: right;
    color: #fff;
}

div#player div#trailer-player {
    min-height: 420px;
}


/* PRODUCT */

div#single a.play-all {
    background: #999 url(/images/bg/play-button-left.gif) no-repeat 0% 50%;
    text-decoration: none;
    font-size: 1.2em;
    display: block;
    margin: 1em 0;
    float: left;
    color: #000;
}

div#single a.play-all:hover {
    background-color: #ccc;
}
div#single a.play-all span {
    background: transparent url(/images/bg/play-button-right.gif) no-repeat 100% 50%;
    padding: 0.2em 0.5em 0.2em 20px;
    display: block;
}

div#trailer {
    padding: 9px 9px 3px 9px;
    display: none;
}

div#video {
    padding: 9px 57px 3px 57px;
    display: none;
}

div#trailer p, div#player p, div#video p {
    text-align: right;
}

div#trailer p span, div#player p span {
    float: left;
}

div#trailer p a, div#player p a, div#video p a {
    color: #999;
}

div#trailer p a:hover, div#player p a:hover, div#video p a:hover {
    color: #fff;
}

ul#product-tabs {
    list-style-type: none;
    margin: -2em 6px 0 0;
    overflow: hidden;
    float: right;
    padding: 0;
}

div.with-message ul#product-tabs {
    margin-top: 0;
}

ul#product-tabs li {
    float: left;
    padding: 0;
    margin: 0 3px;
}

ul#product-tabs li a {
    background: #999 url(/images/bg/product-tab-left.gif) no-repeat 0% 0%;
    text-decoration: none;
    display: block;
    color: #fff;
}

ul#product-tabs li.current a {
    background-color: #3d3d3d;
}

ul#product-tabs li a span {
    background: transparent url(/images/bg/product-tab-right.gif) no-repeat 100% 0%;
    padding: 0.2em 0.5em;
    font-size: 1.25em;
    display: block;
}


div#single {
    background: #000 url(/images/bg/record.jpg) repeat-x;
    margin: 0 9px 1em 0;
    font-size: 0.95em;
    overflow: hidden;
    clear: right;
    color: #fff;
}

div.record div.cover {
    background: #000;
    height: auto;
    width: 200px;
    float: left;
    margin: 9px;
}

div.shirt div.cover {
    height: 200px;
    width: auto;
}

div.book div.cover {
    height: auto;
    width: 200px;
}

div.record div.details {
    margin: 9px 9px 1.5em 4px;
    width: 220px;
    float: left;
}

div.record p.details {
    font-size: 0.9em;
}

div.record div.details p,
div.record div.details h3 {
    margin: 0;
}

div.record div.details ul.formats {
    margin-top: 1em;
}

div.record div.tracks, div.record div.crew {
    margin: 9px 9px 1.5em 0;
    width: 252px;
    float: left;
}

div.record div.details div.crew {
    width: auto;
    float: none;
    margin: 0;
}

div.record div.tracks object, div.record div.tracks embed {
    margin: 0.1em 3px 0 0.2em;
    float: left;
}

a#play-samples {
    color: #fff;
}

a#play-samples:hover {
    background: transparent;
    text-decoration: none;
}

div.record div.tracks ul, div.record div.crew ul {
    border-top: solid 1px #333;
    list-style-type: none;
    margin: 0 0 1em 0;
    padding: 0;
}

div.record div.tracks ul li, div.record div.crew ul li {
    border-bottom: solid 1px #333;
    position: relative;
    overflow: hidden;
    padding: 0.1em 0;
    margin: 0.1em 0;
    color: #999;
    min-height: 18px;
    clear: left;
    height: 1%;
}

div.record div.crew ul {
    overflow: hidden;
}

div.record div.crew ul li {
    background: transparent url(/images/bg/bullet.gif) no-repeat 0% 50%;
    border-bottom: none;
    padding: 0.1em 12px;
    float: left;
    clear: none;
}

div.record div.tracks.samples {
    width: 293px;
}

div.record div#audio-container {
    background: #000;
    padding: 6px;
}

div#audio-player {
    position: relative;
    font-size: 11px;
    padding: 12px 3px;
    height: 20px;
}

div.box div#audio-player {
    padding: 12px 12px 6px 12px;
    margin: 0 9px 3px 9px;
    background: #ccc;
}

a#audio-player-play {
    background: url(/images/icons/play.png) no-repeat 50% 50%;
    text-indent: -1000px;
    position: absolute;
    overflow: hidden;
    display: block;
    height: 32px;
    width: 32px;
    top: -2px;
    left: 0;
}

div.box a#audio-player-play {
    left: 6px;
    top: 2px;
}

a#audio-player-play.playing {
    background-image: url(/images/icons/pause.png);
}

strong#audio-player-track {
    padding-right: 68px;
    position: absolute;
    overflow: hidden;
    width: 170px;
    left: 40px;
    z-index: 11;
    top: 6px;
}

div.box strong#audio-player-track {
    height: 1.5em;
    width: 120px;
    left: 43px;
    top: 9px;
}

span#audio-player-statuses {
    position: absolute;
    height: 18px;
    width: 244px;
    left: 35px;
    z-index: 5;
    top: 6px;
}

div.box span#audio-player-statuses {
    width: 205px;
    left: 40px;
    top: 9px;
}

span#audio-player-status {
    position: absolute;
    background: #222;
    height: 100%;
    width: 0%;
}

div.box span#audio-player-status {
    background: #ddd;
}

span#audio-player-position {
    position: absolute;
    background: #333;
    z-index: 6;
    height: 100%;
    width: 0%;
}

div.box span#audio-player-position {
    background: #ededed;
}

span#audio-player-timing {
    position: absolute;
    z-index: 10;
    right: 6px;
    top: 6px;
}

div.box span#audio-player-timing {
    right: 9px;
    top: 9px;
}

div.record div.tracks ul.tracks li a.payment {
    margin-top: 0.2em;
    font-size: 0.9em;
    position: static;
    float: right;
}

div.tracks ul.tracks li a.sample {
    display: none;
}

div#audio-container ul.tracks {
    border-color: #222;
}

ul.records li div.tracks {
    position: relative;
    width: auto;
    padding: 0;
    margin: 0;
}

ul.records li div.tracks p {
    margin: 0.5em 0 0 0;    
}

div#audio-container ul.records li div.tracks p a {
    color: #666;
}

div#audio-container ul.records li ul.tracks {
    border-top: dotted 1px #ddd;
    padding: 0;
    margin: 0;
}

div#audio-container h3 {
    font-size: 1.2em;
    margin: 0.2em 0;
}

div#audio-container ul.tracks li {
    background: transparent url(/images/bg/paused.gif) no-repeat 3px 6px;
    border-color: #222;
    padding-left: 9px;
}

div#audio-container ul.tracks li.skip {
    background: transparent;
}

div#audio-container ul.records ul.tracks li {
    background-position: 3px 8px;
    padding: 3px 0 3px 9px;
    border-color: #ddd;
    color: #666;
}

div#audio-container ul.tracks li.playing, div#audio-container ul.tracks li.paused {
    background-image: url(/images/bg/playing.gif);
    color: #fff;
}

div#audio-container ul.records ul.tracks li.playing,
div#audio-container ul.records ul.tracks li.paused {
    color: #333;
}


div#audio-container ul.tracks li.hover {
    background-color: #111;
    cursor: pointer;
}

div.record div.tracks ul.tracks li span.duration {
    float: right;
}

ul.records div.tracks ul.tracks li span.duration {
    float: right;
}

div.record div.tracks ul.tracks li strong.title {
    width: 202px;
    float: left;
}

ul.records div.tracks ul.tracks li strong.title {
    width: 146px;
}

div#audio-container strong.title {
    width: 212px;
}

div#audio-container li.buyable strong.title {
    width: 146px;
}

div.record div.tracks ul.tracks li span.position {
    min-width: 1.6em;
    display: block;
    float: left;
}

div#audio-container span.position {
    margin-right: 3px;
    text-align: right;
    padding: 0 0.2em;
}

div.record div.tracks ul.tracks li span.price {
    position: static;
    margin: 0 0.5em;
    color: #fff;
    float: right;
}

div.record div.tracks ul.tracks li a.payment {
    background-image: url(/images/bg/buy-right-g.gif);
}

div.record div.tracks ul.tracks li a.payment span {
    background-image: url(/images/bg/buy-left-g.gif);
    color: #fff;
}

div.record div.tracks div.download-sample a {
    margin-left: 20px;
    clear: both;
}

div.record div.tracks div.download-sample a {
    background: transparent url(/images/icons/download.gif) no-repeat 0% 50%;
    padding: 1px 6px 1px 18px;
    text-decoration: none;
    display: block;
    float: left;
}

div.record div.tracks div.download-sample a:hover {
    text-decoration: underline;
}

div.record div.crew h4 {
    margin-bottom: 0.5em;
}

div.record div.crew ul li a {
    text-decoration: none;
    color: #999;
}

div.record div.crew ul li a:hover {
    text-decoration: underline;
    color: #fff;
}

div.record div.details h4 {
    margin: 0.5em 0 0 0;
}

div#reviews {
    overflow: hidden;
}

div#reviews blockquote {
    font: italic 1.1em georgia, "times new roman", serif;
    clear: both;
    margin: 0;
}

div#reviews blockquote p {
    margin: 0 0 0.5em 0;
}

div#reviews blockquote p.stars {
    float: left;
}

div#reviews cite {
    float: right;
}

div#reviews cite a {
    color: #999;
}

div.record div.with-products {
    padding: 3px 0 3px 9px;
    margin: 0 9px 9px 9px;
    background: #111;
    overflow: hidden;
    clear: both;
}

div.record div.with-products h3 {
    float: left;
}

div.record div.with-products p {
    margin: 0.2em 0 0 1em;
    float: left;
    color: #666;
}

div.record div.with-products ul {
    list-style-type: none;
    overflow: hidden;
    clear: left;
    padding: 0;
    margin: 0;
}

div.record div.with-products ul li {
    margin: 0 6px 0 0;
    overflow: hidden;
    width: 175px;
    float: left;
    color: #666;
}

div.record div.with-products ul li p {
    float: none;
    margin: 0;
}

div.record div.with-products ul li h4 {
    font-size: 11px;
    margin: 0;
}

div.record div.with-products ul li h4 a {
    color: #999;
}

div.record div.with-products ul li h4 a:hover {
    color: #fff;
}

div.record div.with-products ul li img {
    margin: 0 3px 6px 0;
    height: 36px;
    float: left;
}

div.record div#reservation {
    margin: 0 9px 9px 9px;
    background: #333;
    overflow: hidden;
    padding: 3px 9px;
    clear: both;
}

div.record div#reservation h3 {
    float: left;
    margin: 0;
}

div.record div#reservation p {
    line-height: 2.1em;
    margin: 0 0 0 1em;
    float: right;
    color: #999;
}

div.record div#reservation p a {
    text-decoration: none;
    padding: 0.25em 0.5em;
    background: #000;
}

div.record div#reservation p a:hover {
    background: #111;
}

div.record div#reservation-form {
    padding: 0.5em 0 0 0;
    overflow: hidden;
    display: none;
    clear: both;
}

div.record div#reservation-form p {
    float: none;
}

div.record div#reservation-form div.positive p, 
div.record div#reservation-form div.error p {
    font-weight: bold;
    color: #fff;
}

div.record div#reservation-form div.first {
    display: none;
}

div.record div#reservation-form div.error {
    margin: 0 0 0.1em 0;
    padding: 0.2em 0;
}

div.record div#reservation-form ul li {
    float: none;
    width: auto;
}

/* CARD */

div#card ul {
	background: url(../images/bg/card.gif) no-repeat 50% 0%;
	list-style-type: none;
	padding: 9px 0px 0 0;
	height: 81px;
	margin: 0;
}

div#card ul li {
    background: url(../images/bg/stamp.gif) no-repeat 50% 50%;
    margin: 3px 1px 6px 6px;
    text-indent: -1000em;
    overflow: hidden;
    float: left;
    width: 25px;
    height: 25px;
}

div#card ul li.b {
    background-image: url(../images/bg/stamp-b.gif);
}

div#sidebar div#card div.disabled, div#sidebar div#card div.box-body.disabled {
    background: transparent url(../images/bg/card-disabled.gif) no-repeat 50% 0%;
	padding-top: 90px;
}

div#sidebar div#card p {
    text-align: center;
    margin-bottom: 0;
}

div#sidebar div#card p.foot strong {
    background: #ffc20d;
    color: #000;
}

p.head-results {
    margin: 1em 18px 0 0;
    float: right;
    color: #666;
}

/* ----- Paging ---------------------------------------- */

div.paging {
    background: #e2e2e2;
    font-size: 0.95em;
    overflow: hidden;
    line-height: 18px;
    padding: 0 9px;
    color: #666;
    margin: 0;
}

div.paging.bottom {
    margin-bottom: 1em;
}

div.paging p {
    padding: 3px 0;
    margin-bottom: 0;
    float: left;
}

div.paging ul {
    list-style-type: none;
    float: right;
    padding: 0;
    margin: 0;
}

div.paging ul li {
    text-align: center;
    margin-right: 2px;
    float: left;
    padding: 0;
}

div.paging ul li.space {
    padding: 3px 6px;
}

div.paging ul li.current {
    border-color: #666;
    background: #f5f5f5;
    color: #000;
}

div.paging ul li span {
    border: solid 1px #e2e2e2;
    text-decoration: none;
    padding: 2px 6px;
    display: block;
}

div.paging ul li.disabled {
    border-color: #ccc;
    color: #ccc;
}

div.paging ul li a {
    border: solid 1px #e2e2e2;
    text-decoration: none;
    padding: 2px 6px;
    display: block;
    color: #666;
}

div.paging ul li a:hover {
    background: #ccc;
}

/* COMMON */

p {
    margin: 0 0 1.5em 0;
}

h1 {
    background: transparent url(../images/bg/content-top.gif) no-repeat top left;
    font-family: Helvetica, Arial, sans-serif;
    letter-spacing: -1px;
    padding: 4px 9px 0 9px;
    line-height: 42px;
    font-size: 32px;
    margin: 0 0 0 -9px;
}

div.bubble h1 {
    background:  transparent;
}

div.with-message h1 {
    padding-right: 400px;
}

h1.with-tabs {
    padding-right: 200px;
}

h1 span {
    color: #999;
}

h2 span {
    color: #999;
}

h2 {
    margin: 0 0 0.5em 0;
    line-height: 1.5em;
    font-size: 1.5em;
}

h2.more {
    margin: 18px 9px 9px 9px;
}

div#content.e h2 {
    border-top: solid 1px #e2e2e2;
    padding-right: 9px;
    margin-right: 18px;
    text-align: right;
    width: 12px;
    float: left;
}

div.box h2 {
    font-size: 16px;
    line-height: 36px;
    color: #666;
}

div.box h2 a {
    text-decoration: none;
    color: #666;
}

div.box h2 a:hover {
    background: transparent;
    color: #af1100;
}

h3 {
    margin: 0 0 1em 0;
    line-height: 1.5em;
    font-size: 1.3em;
}

h3 a {
    text-decoration: none;
}

h4 {
    font-size: 1em;
}

a, a:link, a:visited {
    color: #af1100;
}

a:hover {
    text-decoration: none;
/*    background: #239;*/
    color: #af1100;
}

a img {
    border: none;
}

ul {
    list-style-type: square;
    padding: 0 0 0 1.5em;
    margin: 0 0 1.5em 0;
}

ul li {
    padding: 0;
    margin: 0;
}

/* FORMS */

/*#fffbb6*/

div.highlight {
    background: #ededed;
    margin: 0 0 36px 0;
    padding: 9px;
}

form {
    display: inline;
}

form div {
    padding: 0.5em 0 0.5em 0;
    margin-bottom: 0.1em;
}

form div.separate {
    border-top: solid 1px #ccc;
}

div#sidebar form div {
    padding-top: 0;
}

form div.required {
    font-weight: bold;
}

div.main div.error {
    position: static;
    border: solid 1px #fff;
    background: #900;
    margin: 0 0 9px 0;
    width: auto;
    color: #fff;
}

div.secondary div.message, div.secondary div.error, div.secondary div.notice {
    margin: 0 0 18px 0;
}

div#content div#inc-login div.error {
    margin: 0.5em 0;
}

div#content div#inc-login div.error p {
    margin: 0 0.5em;
}

div#content div.error p {
    margin: 9px;
}

div#content form div.error {
    background: #ffc;
    margin: 0 0 0.1em 0;
    padding: 0.5em 0;
    color: #000;
}

div#content form div.error p.error {
    margin: 0 0 0 200px;
    font-size: 0.8em;
    color: #900;
}

form div label {
    text-align: right;
    line-height: 2em;
    padding: 0 1em;
    display: block;
    width: 192px;
    float: left;
}

form div.highlight div label {
    width: 182px;
}

div#sidebar form div label {
    text-align: left;
    padding-left: 0;
    width: auto;
    float: none;
}

form div ul {
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

form h3.divider {
    clear: both;
}

div#content form div p.help,
div#content form div.radio p.help {
    margin: 0 0 0.5em 220px;
    font-size: 11px;
    color: #666;
}

div#content form div ul li {
    text-align: left;
    float: left;
    width: 150px;
    padding: 0;
    margin: 0;
}

div#content form div ul li label {
    display: inline;
    float: none;
    padding: 0;
    margin: 0;
}

div#content form div.radio {
    float: left;
}

div#content form div.radio p {
    margin: 0 0 0.5em 0;
}

div#content form div.radio p.disabled {
    color: #999;
}

div#content form div.radio label {
    padding-left: 0;
    display: inline;
    line-height: 1em;
    width: auto;
    float: none;
}

div#content form div input {
    font-size: 1.2em;
    padding: 0.1em;
}

div#content form div input[type=text],
div#content form div input[type=password] {
    width: 200px;
}

div#content div.secondary form div input[type=text] {
    width: 165px;
}

div#content form div select {
    width: 200px;
}

form div p.notice {
    background: #ffc;
    font-weight: normal;
    margin: 0.1em 0 0 215px;
    padding: 0 0.2em;
}

div#content form input.secondary {
    font-size: 0.95em;
}

input.int {
    width: 25px;
}

div#content form div.buttons {
    padding-left: 210px;
}

div#content div.secondary form div.buttons {
    background: #f5f5f5;
    text-align: center;
    padding-left: 0;
}

form div.buttons span.loader, 
div#content.c form div.buttons span.loader {
    background: transparent url(../images/bg/loader.gif) no-repeat 50% 50%;
    line-height: 2.15em;
    padding: 0.5em 1em;
    display: none;
    height: 2em;
    float: none;
}

div#content div.inc form div label {
    width: 144px;
}

/* ORDER FORM */

ul#process {
    list-style-type: none;
    margin: 1em 48px 0 0;
    overflow: hidden;
    width: 480px;
    float: right;
    padding: 0;
}

ul#process li {
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    line-height: 2em;
    width: 25%;
    float: left;
    color: #999;
    padding: 0;
    margin: 0;
}

ul#process li.current {
    color: #ffc20d;
}

ul#process li.done {
    color: #aaa;
}

div#shipping-container {
    padding: 9px 9px 18px 9px;
    margin-top: 18px;
    background: #f5f5f5;
    overflow: hidden;
    height: 1%;
}

div.main>div#shipping-container {
    height: auto;
}

div#shipping-extras {
    padding-right: 9px;
    font-size: 11px;
    color: #666;
    width: 176px;
    float: left;
}

div#shipping-extras div.box {
    border-bottom: dotted 1px #ccc;
    padding-bottom: 18px;
    background: transparent;
}

div#shipping {
    border-left: dotted 1px #ccc;
    padding: 0 0 1em 18px;
    overflow: hidden;
    width: 484px;
}

div#shipping label span {
    margin-left: 2.1em;
    font-size: 11px;
    display: inline-block;
    text-align: left;
    color: #666;
}

p#pe-container, p#c-container, p#ki-container, p#ax-container {
    border-top: 1px solid #ddd;
    padding-top: 0.5em;
}

div#shipping div.radio span#shipping-date,
div#shipping div.radio span#shipping-partial,
div#shipping div.radio span#shipping-invoice, 
div#shipping div.radio span#shipping-credit-campaign {
	background: #ffc;
    margin-left: 20px;
    display: block;
    width: 200px;
    padding: 5px;
}

div#shipping div.radio span#shipping-date.hide,
div#shipping div.radio span#shipping-partial.hide,
div#shipping div.radio span#shipping-invoice.hide,
div#shipping div.radio span#shipping-credit-campaign.hide {
    display: none;
}

div#shipping div.radio span.help {
    font-size: 0.9em;
    color: #666;
}

div#content div#shipping div.error {
    margin: 0;
}

div#content div#shipping div.error p {
    margin-left: 250px;
}

div#shipping label {
    width: 220px;
}

div#content div#shipping input { /* FF 1.0*/
    width: 210px;
}

div#shipping div#address div.radio-container {
    overflow: hidden;
    padding: 0;
}

div#content div#shipping div.radio {
    width: 220px;
}

div#content div#shipping div.radio input {
    width: auto;
}

div#content div#shipping div.radio input.text {
    width: 190px;
}

div#shipping div#address {
    padding: 0;
}

div#shipping div#address.logged-in p {
    margin-left: 250px;
}

div#shipping div#address.logged-in h3 {
    margin: 0.5em 0 1em 250px;
}

div#shipping div#address div.radio p.help {
    margin: 0 0 0.5em 0;
}

div#content form div.error p.error {
    margin-left: 215px;
}

form div.block {
    border-top: solid 3px #ddd;
    overflow: hidden;
    clear: left;
}

div#shipping-address {
    float: left;
}

div#payment {
    background: #fefefe;
    text-align: center;
    padding: 1em 2em;
    margin-top: 9px;
    float: right;
}

div#payment img {
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

div#payment span.group {
    overflow: hidden;
    display: block;
}

div#payment span.group img {
    margin: 0 6px 0 0;
    float: left;
}

div#payment button {
    margin-top: 2em;
    font-weight: bold;
    line-height: 1.5em;
    font-size: 14px;
    cursor: pointer;
    padding: 0 0.5em;
}

div#payment button.big {
    width: 180px;
}

div#updated-price {
    text-align: right;
}

/* TOGGLER */
form.toggle {
    display: block;
}

form.toggle div.hide {
    display: none;
}

div.hide {
    display: none;
}

.clear {
    clear: both;
}

div#inline-terms {
    border: solid 1px #ccc;
    line-height: 1.4em;
    font-size: 0.95em;
    display: block;
    margin: 1em 0;
    padding: 0 1em;
    overflow: auto;
    height: 150px;
    color: #333;
}

div#inline-terms div {
    margin: 0 1em;
}

div#inline-terms p {
    margin: 0 0 1em 0;
}

ul.float {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.float li {
    float: left;
}

ul.float li div.details {
    display: none;
}

div#map {
    margin-bottom: 18px;
    border: solid 1px #ccc;
    width: 464px;
    height: 360px;
}

p.geo {
    display: none;
}

ul.photos {
    list-style-type: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

ul.photos li {
    margin: 0 18px 18px 0;
    overflow: hidden;
    width: 214px;
    float: left;
}

ul.photos li img {
    border: solid 1px #e2e2e2;
}

div.c ul.photos li, div.box-body ul.photos li {
    margin: 0 12px 12px 0;
	text-align: center;
    line-height: 82px;
    background: #ccc;
    overflow: hidden;
    height: 82px;
    width: 90px;
    float: left;
}

div#photos div.box-body {
    padding-bottom: 0;
    padding-right: 0;
}

div.box-body ul.photos li {
    background: #e2e2e2;
    margin: 0 3px 9px 0;
    width: 82px;
}

div#content.b div.secondary div.box-body ul.photos li {
    margin-left: 3px;
}

ul.photos li p {
    display: table-cell;
    height: 100%;
}

ul.photos li img {
    border: solid 2px #e2e2e2;
    vertical-align: middle;
    margin: 0 auto;
}

ul.photos li a:hover img {
    border-color: #fff;
}

div#preview div {
    position: absolute;
    text-align: center;
    background: #000;
    opacity: 0.8;
    z-index: 1000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

div#preview p {
    position: absolute;
    z-index: 1001;
    left: 50%;
    top: 50%;
}

div#preview p.loading {
    background: #fff url(/images/bg/loader.gif) no-repeat 50% 50%;
    height: 578px;
    width: 858px;
}

div#preview p.loading img, div#preview p.loading span {
    visibility: hidden;
}

div#preview p img {
    border: solid 9px #fff;
}

div#preview p span {
    padding: 3px 30px 3px 6px;
    position: absolute;
    background: #fff;
    color: #999;
    right: 6px;
    top: 6px;
}

div#preview p span a {
    text-decoration: none;
    color: #666;
}

div#preview p span a.disabled, div#preview p span a.disabled:hover {
    color: #ccc;
}

div#preview p span a:hover {
    color: #333;
}

div#preview p span a#preview-close {
    border: solid 1px #fff;
    font-family: courier, monospace;
    position: absolute;
    display: block;
    padding: 0 4px;
    right: 3px;
    top: 2px;
}

div#preview p span a#preview-close:hover {
    border-color: #666;
}

div.main div.loading {
    position: absolute;
    background: #ededed;
    text-align: center;
    z-index: 100;
    padding: 6px;
}

/* ----- Blog posts ------------------------------------ */

p.foot, div.box p.foot {
    line-height: 1.5em;
    line-height: 18px; /**/
    font-size: 11px; /**/
    color: #666;
}

p.foot a, p.more a {
    color: #666;
}

p.foot a:hover, p.more a:hover {
    text-decoration: none;
    color: #af1100;
}

p.more, div.box p.more {
    border-top: dotted 1px #ccc;
    line-height: 18px;
    padding-top: 3px;
    font-size: 11px;
}

ul.posts {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.posts li {
    border-bottom: dotted 1px #ccc;
    margin: 0 0 1.5em 0;
    padding: 0 0 1.5em 0;
}

ul.posts li h4, ul.posts li h3 {
    margin: 0 0 0.75em 0;
}

ul.posts li p {
    margin: 0 0 0.75em 0;
}

ul.comments li p a {
    text-decoration: none;
    color: #333;
}

ul.comments li p a:hover {
    text-decoration: underline;
}


div#blog ul li {
    border-top: dotted 1px #ccc;
    padding: 8px 0 0 0;
    margin: 0 0 9px 0;
}

div#blog ul li.first {
    border-top: none;
    padding-top: 0;
}

div#blog ul li h3 {
    margin: 0;
}

div.secondary ul.posts li {
    padding: 0;
    margin: 0;
}

div.secondary ul.posts li h4,
div.secondary ul.posts li p {
    padding: 0;
    margin: 0;
}

ul.posts li p.foot {
    margin-bottom: 0;
    line-height: 1.8em;
    font-size: 0.92em !important;
    color: #666;
}

ul.posts li p.foot img {
    margin: 0 3px 0 0;
    display: block;
    float: left;
}

/* ----- Comments -------------------------------------- */

div#comments {
    background: #f5f5f5;
    margin: 0;
    padding: 9px;
}

div#comments ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

div#comments ul li {
    background: #fff;
    margin: 0 0 9px 0;
    padding: 9px;
}

div#comments ul li.reply {
    background: #ffc;
}

div#comments ul li p {
    margin: 0 0 0.5em 0;
}

div#comments ul li p.foot {
    margin: 0;
}

div#comments form label {
    display: none;
}

div#comments form textarea {
    width: 100%;
}

div#comments form div.buttons {
    padding-left: 0;
}

/* ----- Artist list ----------------------------------- */

div.hide {
    display: none;
}

div#artist-list {
    margin: 0 -9px 0.5em -9px;
    clear: left;
}

div#artist-list ul {
    list-style-type: none;
    overflow: hidden;
    float: left;
    width: 186px;
    padding: 0;
    margin: 0;
}

div#artist-list ul li {
    font-size: 0.95em;
    padding: 0 9px;
    margin: 0;
}

div#artist-list ul li a {
    text-decoration: none;
    color: #666;
}

div#artist-list ul li a:hover {
    text-decoration: underline;
    background: transparent;
    color: #333;
}

ul.artists {
    list-style-type: none;
    margin: 0 0 1em 9px;
    padding: 0;
}

div.artist-list {
    border-bottom: solid 2px #e2e2e2;
}

div.artist-list ul.artists {
    border-top: solid 2px #e2e2e2;
    margin: 0 0 0.5em 50px;
    padding: 0.5em 0 0 0;
}

div.artist-list h3 {
    border-top: solid 2px #e2e2e2;
    padding: 0.5em 18px 0 0;
    text-align: right;
    line-height: 1.3em;
    color: #999;
    width: 32px;
    float: left;
    clear: left;
    margin: 0;
}

ul.artists li {
    padding: 3px 0 6px 0;
    margin: 0;
}

ul.artists li a:hover {
    text-decoration: underline;
}

ul.artists li h3 {
    display: inline;
}

div.secondary ul.artists li {
    padding: 0;
}

div.secondary ul.artists li a {
    color: #424242;
}

ul.artists li a {
    text-decoration: none;
}

ul.artists li span {
    font-size: 0.95em;
    padding-left: 12px;
    color: #666;
}

/* FEEDS & CATEGORIES */

ul.categories, ul.feeds {
    list-style-type: none;
    margin: 0 0 1.5em 0;
    padding: 0;
}

ul.categories li, ul.feeds li {
    background: url(../images/bg/current.gif) no-repeat 0% 6px;
    list-style-type: none;
    padding: 0 0 0 9px;
    margin: 0;
}

ul.feeds li {
    background: url(../images/icons/rss.gif) no-repeat 0% 50%;
    padding-left: 18px;
}

ul.categories li a, ul.feeds li a {
    color: #424242;
}

ul.categories li a:hover, ul.feeds li a:hover {
    color: #af1100;
}


/* ORDERS LIST */
ul.orders {
    list-style-type: none;
    padding: 0;
    margin: 0;    
}

ul.orders li {
    border: solid 5px #e2e2e2;
    margin: 0 0 1.5em 0;
    overflow: hidden;
    padding: 9px;
}

ul.orders table td.count {
    width: 36px;
}

ul.orders table td.details {
    width: 180px;
}

ul.orders table td.status div {
    white-space: nowrap;
}

ul.orders li div.stamps {
    border-top: dotted 1px #e2e2e2;
    padding-top: 6px;
    clear: both;
}

ul.orders li div.stamps p {
    width: auto;
}

ul.orders h4 {
    margin: 0 0 0 0;
}

ul.orders ul {
    list-style-type: none;
    padding: 0;
}

ul.orders ul li {
    border: none;
    border-bottom: solid 1px #ccc;
    margin: 0.5em 0;
    padding: 0;
}

ul.orders li p {
    margin-bottom: 0;
    width: 50%;
    float: left;
}

ul.orders li p.total {
    margin-top: 1.5em;
    float: right;
    width: 160px;
}

ul.orders table p {
    float: none;
}

/* DEBUG */

div#demon {
    background: #fffbbd url(/images/bg/demon.gif) no-repeat 100% 50%;
    position: relative;
    margin-top: 18px;
    height: 70px;
    padding: 1px;
}

div#demon object, div#demon embed {
    position: absolute;
    display: block;
    left: 20px;
    top: 30px;
}

div#demon object > embed {
    position: static;
}

div#demon a {
    text-decoration: none;
    position: absolute;
    font-weight: bold;
    font-size: 18px;
    display: block;
    color: #666;
    left: 38px;
    top: 28px;
}

div#demon a:hover {
    text-decoration: underline;
    color: #000;
}

/* competition */
p#technics-bubble {
    background: transparent url(/images/bg/bubble-p.gif) no-repeat ;
    padding: 6px 0 6px 32px;
    position: absolute;
    margin-left: 170px;
    min-height: 64px;
    width: 300px;
    color: #fff;
}

img#technics {
    margin-top: 3em;
}

img.left {
    margin-right: 9px;
    float: left;
}

img.centered {
    display: block;
    margin: 0 auto;
}

form div.competition {
    background: #e2e2e2;
    margin-bottom: 18px;
    overflow: hidden;
    padding: 9px;
}

div#content form div.competition input[type="text"]{
    margin: 3px 0 0 12px;
    font-size: 1.2em;
    padding: 0.2em;
    width: 390px;
}

div#content form div.competition textarea {
    margin: 3px 0 0 12px;
    font-size: 1em;
    padding: 0.2em;
    width: 390px;
    height: 54px;
}

div#content form div.competition p.help {
    margin: 0 0 0 12px;
    font-size: 0.9em;
    color: #666;
}

form div.competition div.radio ul {
    clear: left;
}

form div.competition div.radio ul li {
    float: left;
}

form div.competition div.radio {
    margin-left: 12px;
}

form div.competition div.radio input {
    width: auto;
}

form div.competition label {
    font-weight: bold;
    text-align: left;
    width: auto;
}

div#certificate {
    border: solid 3px #e2b604;
    min-height: 200px;
    background: #ffc;
    display: block;
    padding: 10px;
}

div#certificate p {
    font: 12px courier, monospace;
}

div#certificate {
    background: #ffcb08 url(/images/gift/basic.gif) no-repeat 3% 90%;
}

div#certificate.snake {
    background: #ffcb08 url(/images/gift/snake.gif) no-repeat 0% 50%;
}

div#certificate.muumio {
    background: #ffcb08 url(/images/gift/muumio.gif) no-repeat 0% 50%;
}

div#certificate.aatu {
    background: #ffcb08 url(/images/gift/aatu.gif) no-repeat 0% 50%;
}

div#certificate div.msg {
    margin-left: 166px;
    padding: 0 0 0 14px;
    color: #fff;
}

div#certificate.snake div.msg, div#certificate.jone div.msg,
div#certificate.aatu div.msg, div#certificate.muumio div.msg {
    background: transparent url(/images/bg/bubble-left.gif) no-repeat 0% 30%;    
}

div#certificate div.msg div.top {
    background: #000 url(/images/bg/bubble-bottom.gif) no-repeat 50% 100%;
    padding: 0;
}

div#certificate div.msg div.bottom {
    background: transparent url(/images/bg/bubble-top.gif) no-repeat 50% 0;
    padding: 10px;
}

div#certificate div.amount {
    text-align: right;
}

div#certificate div.amount div {
    margin-left: 5px;
    float: right;
}

div#certificate.snake div.amount {
    margin-left: 180px;
}

div#content form.preview div#fields {
    display: none;
}

div#content form div#fields div.highlight {
    margin-bottom: 0.5em;
}

div#content form div#fields ul li {
    float: left;
    width: auto;
}

div#content form div#row_later_date {
    display: none;
}

div#content form div#fields div p {
    margin-left: 216px;
    clear: left;
}

div#content form div textarea#id_message {
    width: 260px;
}

div#content form div input#id_amount {
    width: 50px;
}

iframe#download {
    border: solid 1px #ededed;
    background: #ededed;
    height: 1px;
    width: 1px;
}

div.download-help {
    font-size: 0.9em;
    color: #666;
}

/* Stream styles */

div.stream ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

div.stream ul li {
    border-bottom: dotted 1px #999;
    padding: 0.5em 0;
}

div.stream ul li div.foot p {
    margin-bottom: 0;
    font-size: 0.9em;
    color: #666;
}

div.stream ul li div.datetime {
    text-align: center;
    background: #ccc;
    width: 100px;
    float: left;
}

div.stream ul li abbr {
    line-height: 1.2em;
    font-weight: bold;
    font-size: 1.8em;
    display: block;
}

div.stream ul li h3, div.stream ul li p {
    margin: 0 0 0.5em 120px;
}

div.stream ul.photos {
    margin: 0 0 0.5em 120px;
}

div.stream ul.photos li {
    border: none;
    width: auto;
    padding: 0;
    margin: 0;
}

div.stream ul.photos li img {
    margin: 0 10px;
}

div.stream ul.artists {
    overflow: hidden;
    margin: 0 0 0.5em 120px;
}

div.stream ul.artists li {
    margin: 0 0.5em 0 0;
    padding: 0 0.5em;
    background: #ccc;
    border: none;
    float: left;
}

/* store orders */

div#address, div#stores {
    border-top: solid 2px #ccc;
    padding-top: 1em;
    display: none;
}

div#content div#shipping div.error {
    padding: 0.5em;
}

div#address.current, div#stores.current {
    display: block;
}

#content div.tabs {
    padding: 0;
    margin: 0;
}

ul.tabs {
    list-style-type: none;
    overflow: hidden;
    padding: 0;
}

ul.tabs li {
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border: solid 1px #ccc;
    border-bottom-color: #ededed;
    float: left;
    padding: 0;
}

#content ul.tabs li {
    margin: 0 3px 0 0;
    width: auto;
}

ul.tabs li.current {
    background: #ededed;
}

ul.tabs h4 {
    line-height: 1.2em;
    margin: 0;
}

ul.tabs a {
    text-decoration: none;
    padding: 0.5em 1em;
    display: block;
    color: #999;
}

ul.tabs li.current a {
    color: #000;
}

section.msg.black-friday-banner {
    background-color: #161616;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-top: 0px;
    text-align: center;
}

section.msg.black-friday-banner.yellow-bg {
    background-color: #F8C623;
}

section.msg.black-friday-banner p {
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    color: #F8C623;
}

section.msg.black-friday-banner p.extra-large {
    font-size: 28px !important;
}

section.msg.black-friday-banner .extra-large-padding {
    padding-top: 0em;
}