/* concatenation of: player.css, tralbum_common.css, download_panel.css, cart.css, merch.css, fan_tralbum.css */
/* ------------- BEGIN player.css --------------- */
.inline_player {
    display: none; /* hide all inline players by default; overridden below */
    position: relative;
    white-space: nowrap;
}

.inline_player.desktop-view {
    display: block;
}

.inline_player td {
    border: none;
    padding: 2px;
}

.inline_player .playbutton {
    background: url(../../img/playpause.gif);
    background-position: 50% 45px;
    width: 47px;
    height: 45px;
    cursor: pointer;
}
.inline_player .playbutton.playing {
    background-position: 50% 0px;
}
.inline_player .playbutton.busy {
    background-image: url(../../img/playerbusy.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.inline_player .embeddedplaybutton {
    background: url(../../img/embedplaypause.gif);
    background-position: 50% 30px;
    width: 31px;
    height: 30px;
    cursor: pointer;
}
.inline_player .embeddedplaybutton.busy {
    background-image: url(../../img/playerbusy_small.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.inline_player .embeddedplaybutton.playing {
    background-position: 50% 0px;
}
.inline_player .embeddedplaybutton.big {
    background-image: url(../../img/playpause.gif);
    background-position: 50% 45px;
}
.inline_player .embeddedplaybutton.big.playing {
    background-position: 50% 0px;
}
.inline_player .embeddedplaybutton.big.busy {
    background-image: url(../../img/playerbusy.gif);
    background-position: 50% 50%;
}

.inline_player .tinyplayer {
    background: url(../../img/shortembed.gif);
    background-position: 50% 23px;
    cursor: pointer;
}
.inline_player .tinyplayer.playing {
    background-position: 50% 0px;
}

.inline_player #infolink {
    display: block;
    position: absolute;
    left: 50%;
    width: 50%;
    height: 100%;
    top: 0px;
}


.inline_player .prevbutton {
    width: 17px;
    height: 11px;
    background: url(../../img/nextprev.gif);
    background-position: 0px 50%;
    cursor: pointer;
}

.inline_player .nextbutton {
    position: relative;
    width: 17px;
    height: 11px;
    background: url(../../img/nextprev.gif);
    background-position: 17px 50%;
    cursor: pointer;
}

.invertIconography .inline_player .prevbutton {
    background-image: url(../../img/nextprevinvert.gif);
}

.invertIconography .inline_player .nextbutton {
    background-image: url(../../img/nextprevinvert.gif);
}

.inline_player .track_info {
    position: relative;
    width: 284px;
    /* space between the play button and track info needs
     * to vary with font size or it starts to look weird
     * with large fonts: */
    margin-left: 0.3em;
    white-space: normal;
}

.inline_player .title-section {
    padding-right: 0.5em;
}

/* this omits the title padding (above) for single-track players */
.inline_player .title-section.hiddenelem {
    display: none;
}

.inline_player .time {
    white-space: nowrap;
}

.inline_player .message {
    text-align: right;
    color: red;
    position: absolute;
    width: 290px;
    left: 0px;
}

.inline_player .progbar_cell {
    position: relative;
}

.inline_player .progbar {
    position: relative;
    height: 12px;
    /* space between the play button and track info needs
     * to vary with font size or it starts to look weird
     * with large fonts: */
    margin-left: 0.3em;
}

.inline_player .thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 29px;
    height: 13px;
    overflow: hidden;  /* IE 6 fix */
    background: url(../../img/playbackhead.png);
    cursor: pointer;
}

.inline_player .progbar_empty {
    position: relative;
    top: 2px;
    width: auto;
    height: 7px;
    overflow: hidden;  /* IE 6 fix */
    border: 1px solid #d0d0d0;
}

.inline_player .progbar_fill {
    background: #e6e6e6;
    height: 100%;
    width: 0px;
}

.seekmask {
    position: absolute;
    background: black;
    z-index: 9998;
    opacity: 0.5;
}
.seektext {
    position: absolute;
    font-size: 10em;
    font-family: arial,helvetica,clean,sans-serif;
    text-align: center;
    opacity: 1.0;
    z-index: 9999;
    color: #ffff55;
}

/* ------------- BEGIN tralbum_common.css --------------- */
/* CSS shared between album and track pages */

.about-label, .credits-label, .license-label, .feed-label, .tags-label, .lyrics-label {
    /* like hiddenAccess, hide text but keep it available for screen readers */    
    position: absolute;
    left: -10000px;
    top: -10000px;
}

#missing-tralbum-art {
    min-height: 350px;
    min-width:350px; 
    background: #fff;
    border: 1px solid #ddd;
}

#missing-tralbum-art.band-member {
    border: 1px dashed #ccc; 
    text-align: center;
}

#missing-tralbum-art .add-art-hint {
    margin-top: 170px; 
    color: gray;
}

/* mobile-only */
.goto-top-button {
    display: none; 
}
/* ------------- BEGIN download_panel.css --------------- */
/* Buy/download dialog and related ---------- */

.buy-dlg {
    font-size: 100%;
    color: #363636;
}

.buy-dlg h3 {
    display: inline;
    margin: 0;
    padding: 0 0.4em 0 0;
    font-size: 100%;
    font-weight: normal;
}

.buy-dlg h3:after {
    content: ":";
}

.buy-dlg .small-text {
    font-size: 90%;
    color: #7F7F7F;
}

.buy-dlg #item_option {
    display: inline-block;
    min-width: 8em;
    max-width: 17em;
    margin-top: 0.5em;
    font-size: 105%;
}

.ieLte7 .buy-dlg #item_option {
    width: 17em;
}

.webkit .buy-dlg #item_option {
    font-size: 120%;
}

.buy-dlg #discountInput {
    width: 7em;
}

.buy-dlg .disabled {
    color: gray;
    text-decoration: line-through;
}

.buy-dlg .section + .section {
    margin-top: 1.5em;
}

.buy-dlg .merch-options-section {
    white-space: nowrap;
}

/* ----- buttons ------------------------------- */

.buy-dlg .fakeFt {
    display: block;
    overflow: visible;
    padding: 0 4px;
    border: none;
    text-align: left;
}

.buy-dlg .buttons-section {
    white-space: nowrap;
}

.buy-dlg .buttons-section button {
    display: block; /* enables margin collapsing */
    min-width: 80px;
    height: 2.3em;
    margin: 0 0 0.6em;
    padding: 0 1.5em;
    border: none;
    border-radius: 4px;
    font-size: 110%;
    text-decoration: none;
    color: #fff;
    background: #4F8E25;
}

.ieLte7 .buy-dlg .buttons-section button {
    min-width: auto;
}

.buy-dlg #downloadButtons_paypal {
    padding: 1em 0 0;
}

.buy-dlg #downloadButtons_paypal button {
    width: 100%;
}

.buy-dlg #downloadButtons_paypal .ft > * {
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.ieLte7 .buy-dlg #downloadButtons_paypal .ft > * {
    display: inline;
}

.buy-dlg .checkout-button-wrapper {
    width: 197px;
}

.buy-dlg .or {
    width: 20px;
    padding-top: 0.7em; /* alignment hack */
}

.ieLte7 .buy-dlg .or {
    width: 36px;
}

.buy-dlg .cart-button-wrapper {
    width: 172px;
}

.buy-dlg .cart-button-wrapper button {
    background: #097EC6; 
}

.buy-dlg .cart-button-wrapper button:before {
    content: "";
    display: inline-block;
    width: 19px;
    height: 15px;
    padding-right: 8px;
    vertical-align: text-top;
    background: url(../../img/cartIcon.gif) no-repeat;
}

.buy-dlg .cc-strip {
    margin-top: 1em;
}

.buy-dlg .cc-strip img {
    width: 197px;
    height: 23px;
    margin-bottom: 1em;
}

/* ----- paypal payment ------------------------------- */

.buy-dlg .pricing-ui {
    display: table;
    vertical-align: baseline; /* align nyp label with input box baseline */
}

.buy-dlg .pricing-ui > * {
    display: table-row;
}

.buy-dlg .pricing-ui > * > * {
    display: table-cell;
}

.buy-dlg .price {
    white-space: nowrap;
}

.buy-dlg .price h3 {
    padding-right: 0.6em; /* increase the h3 padding a little to compensate for a missing space, caused by the table layout */
}

.buy-dlg .price .secondary {
    color: gray;
}

.buy-dlg #normal-price-wrapper {
    padding-right: 0.3em;
    font-size: 150%;
    font-weight: bold;
}

.buy-dlg .display-price {
    font-size: 200%;
}

.buy-dlg .fixed-price {
    font-weight: bold;
}

.buy-dlg .fixed-price-symbol {
    padding-left: 0.3em;
}

.buy-dlg .nyp-symbol {
    padding-right: 0.2em;
}

.buy-dlg input#userPrice {
    width: 3em;
    margin-right: 0.25em;
    text-align: right;
}

.buy-dlg #shipping-summary {
    padding-top: 0.6em;
}

.ieLte7 .buy-dlg #shipping-summary {
    display: block;
}

/* ----- email payment ------------------------------- */

.buy-dlg .email-section .subsection {
    margin: 0 0 1em;
}

.buy-dlg #fan_email_address {
    width: 95%;
    margin: 0.2em 0;
}

.buy-dlg #fan_email_country {
    width: 50%; 
}

.buy-dlg #fan_email_postalcode {
    width: 7em;
    margin-left: 0.5em;
}

.buy-dlg .email-section .small-text {
    font-size: 85%;
}

/* ----- misc ------------------------------- */

.buy-dlg #download-panel-busy {
    display: none;
    padding-left: 22px;
    background: url(../../img/spinny.gif) no-repeat left center;
}

.buy-dlg #download-panel-complete {
    display: none;
}

.mobileWarning {
    opacity:100%;
}

.mobileWarning h3 {
    color:#AF0000;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}

.redownloadBody {
    font-size: 105%;
}

/* ------------- BEGIN cart.css --------------- */
#sidecart {
    width: 120px; /* DEBUG auto; */
    margin-bottom: 30px;
    margin-right: 0px;
}

#sidecart #sidecartHeader {
    padding-bottom: 10px;
}

#sidecart #sidecartHeader a {
    color: #444;
}

#sidecart #sidecartHeader p {
    margin-left: 3px;
}

#sidecart #item_list {
    background-color: #f0f0f0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 1.2em;
    padding: 0px;
    margin: 0px;
}

#sidecart .cartItemContents {
    overflow: hidden;
}

#sidecart .item {
    border-bottom: 1px solid #DDD;
    line-height: 1.3em;
    /* min-height: 4.5em; */
    padding: 4px 5px;
}

#sidecart .item p {
    margin: 0px;
    padding: 0px;
    text-align: left;
}

#sidecart .item a {
    color: #101010;
}

#sidecart .last {
    border-bottom: none;
}

#sidecart .item a.delete {
    float: right;
    margin: 0 1px 0 0;
    color: #0687F5;
    text-decoration: none;
}

#sidecart a img {
    border: none;
}

#sidecart .item .price {
    color: black;
    font-size: 90%;
}

#sidecartCheckout {
    display: block;
    font-size: 1.6em;
    margin: 20px 0px 0px 0px;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

#sidecartCheckout:hover {
    text-decoration: none;
}   

#sidecartFooter {
    padding: 0px;
    margin: 15px 0px 0px 0px;
}

#sidecartFooter p {
    padding: 0px 5px;
    line-height: 1.3em;
    margin: 0.5em 0 0 0;
}

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

#sidecartFooter .small {
    font-size: 90%;
}

#sidecartFooter #summary {
    width: 100%;
}

#sidecartFooter #summary tr > * {  /* td, th */
    font-weight: normal;
    vertical-align: baseline;
    border: none;
    padding: 0;
}

#sidecartFooter #summary .currency {
    font-size: 90%;
    text-align: right;
    width: 1%;
    padding-left: 2px;
}

#sidecartFooter #summary .shipping > * {
    padding-bottom: 5px;
}

#sidecartFooter #summary .total > * {
    padding-top: 4px;
}

#sidecartFooter .summary-notes {
    margin-top: 7px;
}

#sidecartFooter .summary-notes > * {
    display: block;
}

#sidecartFooter .notable {
    color: red;
}

#sidecartFooter .hyrule {
    padding-top: 5px !important;
    font-weight: bold; 
    color: red;
}

#sidecartFooter .numeric {
    text-align: right;
}

#sidecart a.buttonLink {
    background-color: #4F8E25;
    color: white;
    font-weight: bold;
    text-align: center;
    display: block;
    font-size: 110%;
    line-height: 1em;
    padding: 7px 0px 8px;
}

#sidecart .reveal {
    overflow-y: hidden;
}

.fb #sidecart {   

}

.fb #sidecartReveal {
    width: 519px;
}

.fb #sidecart #sidecartHeader{
     display:none;
}

.fb #sidecartContents  {
        display: inline-block;
        float: left;
        width: 320px;
}

.fb #sidecart #item_list {
        padding-bottom:2px;
}

.fb #sidecartFooter {
    padding: 0px;
    margin: 0px 0px 0px 32px;
    display: inline-block;
    width: 120px;
    vertical-align:bottom;
}

.fb #sidecartSummary #summary {
       width:98%;
}

.fb #sidecartCheckout {
      width: 120px;
      margin-top: .5em;
 }

/* ------------- BEGIN merch.css --------------- */
/* Merch Grid */

ol.merch-grid {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    left: -31px;
    width: 796px;
}

ol.merch-grid > li {
    display: inline-block;
    position: relative;
    margin: 0 0 30px 31px;
    width: 168px;
    min-height: 168px;
    vertical-align: top;
}

ol.merch-grid .art,
ol.merch-grid .art img {
    width: 168px;
    height: 168px;
    background-color: gray;
}

ol.merch-grid.columns-3 {
    left: -30px;
    width: 795px;
}
ol.merch-grid.columns-3 > li {
    width: 235px;
    min-height: 235px;
    margin-left: 30px;
}
ol.merch-grid.columns-3 .art,
ol.merch-grid.columns-3 .art img {
    width: 235px;
    height: 235px;
}

ol.merch-grid.columns-2 {
    left: -33px;
    width: 798px;
}
ol.merch-grid.columns-2 > li {
    width: 366px;
    min-height: 366px;
    margin-left: 33px;
}
ol.merch-grid.columns-2 .art,
ol.merch-grid.columns-2 .art img {
    width: 366px;
    height: 366px;
}

ol.merch-grid p.title {
    width: 100%;
    font-weight: bold;
    margin: 10px 0 5px 0;
}

ol.merch-grid p.price {
    margin: 0;
}
ol.merch-grid p.price .price {
    font-weight: bold;
}
ol.merch-grid p.price .currency {
    font-size: 11px;
}

/* Merch Grid Editing */
ol.merch-grid .drag-thumb {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 8px 10px;
    background-color: #eee;
    background-color: rgba(255, 255, 255, 0.75);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -moz-transition: opacity 0.25s; 
    -webkit-transition: opacity 0.25s;  
    -ms-transition: opacity 0.25s;  
    -o-transition: opacity 0.25s;  
    transition: opacity 0.25s;
    cursor: move;
}

ol.merch-grid li:hover .drag-thumb {
    opacity: 1;
    visibility: visible;
}

ol.merch-grid .drag-thumb .bc-ui {
    background-position: 0 -65px;
    width: 13px;
    height: 13px;
}

#merch-grid-spinny {
    display: none;
    position: fixed;
    left: 20px;
    bottom: 20px;
    padding: 5px 5px 5px 26px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: 1px solid white;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-image: url(../../img/loading-light.gif);
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

ol.merch-grid > li.placeholder {
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.25);
    outline: 2px dashed #009bf3;
    outline-color: rgba(0, 155, 242, 0.5);
}

#private-merch-heading.top-border {
    border-top: 2px dashed #ccc;
    padding-top: 1em;
}


/* Non-music merch item page */

#merch-item > .column {
    display: inline-block;
    vertical-align: top;
}
#merch-item > .column.info {
    width: 345px;
    margin-right: 20px;
}
#merch-item > .column.art {
    width: 400px;
}

#merch-item h2.title {
    margin: 0;
    font-family: "trebuchet ms", inherit;
    font-size: 20px;
}

#merch-item h3.artist {
    margin-top: 5px;
    margin-bottom: 15px;
}

#merch-item ul.edit-save-buttons {
    list-style: none;
    padding: 0;
}

#merch-item ul.edit-save-buttons > li {
    display: inline;
    margin-right: 5px;
}

#merch-item ul.edit-save-buttons > li > a {
    display: inline-block;
    width: 56px;
    line-height: 22px;
    text-align: center;
    background: lightyellow;
    border: 1px solid silver;
}

#merch-item .main-art {
    width: 400px;
    height: 320px;
}
#merch-item .blank-art {
    width: 396px;
    height: 316px;
    line-height: 316px;
    text-align: center;
    border: 2px dashed gray;
    background: white;
    font-size: 16px;
}

ul.merch-thumbs {
    list-style: none;
    padding: 0;
    margin-top: 16px;
    margin-left: -16px;
}

ul.merch-thumbs > li {
    display: inline;
    margin-left: 16px;
}

ul.merch-thumbs img {
    width: 64px;
    height: 48px;
}

#merch-item .buy .compound-button {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}

#merch-item .buy .compound-button .buyItemExtra {
    font-size: 12px;
}

h3.more-merch {
    margin-top: 10em;
    margin-bottom: 2em;
}

/* ------------- BEGIN fan_tralbum.css --------------- */
.bigThanksMessage {
    font-size: 1.1em;
    margin-top: 6px;
    margin-bottom: 3px;
}
.fanThumbs.hidden, .moreFanThumbs.hidden {
    display: none;
}
.bigThanks a {
    margin-right: 3px;
    margin-bottom: 3px;
}