a.freeDownloadButton {
    margin: 0 0 8px 0;
}

/* Stats */
ul.stats li {
    margin-bottom: 1em;
}



/** Page prototyping */

h3 {
    margin: 15px 0 10px;
    color: #D51007;
    font-size: 1.1em;
}
4
h3 a,
h3 a:hover {
    color: #D51007;
}

/* Scrobble / listener pron */
#scrobbleStats {
    margin: 1.5em 0;
}

#scrobblesAndListeners {
    width: 100%;
    overflow: hidden;
    margin: 1.5em 0;
}

#scrobblesAndListeners .container {
    float: left;
    padding: 6px;
    font-size: 11px;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-width: 1px;
    border-style: solid;
}

#scrobblesAndListeners .container span {
    display: block;
    padding-bottom: 0.2em;
    font-size: 22px;
    font-weight: bold;
    line-height: 1em;
}

#scrobblesAndListeners .listeners {
    background: #636363;
    border-color: #444444;
    margin-left: 10px;
}

#scrobblesAndListeners .scrobbles {
    background: #d51007;
    border-color: #a30403;
}

#scrobblesAndListeners #lovedIndicator img.loved_icon {
    margin: 3px 3px -3px 0;
}

/* Preview */

.playback .previewbutton img {
    padding-right: 4px;
}

.playback .preview a:hover {
    text-decoration: none;
}

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



#page .wikiOptions {
    display: inline;
    margin: 0;
    padding-left: 0.5em;
    white-space: nowrap;
}

#page div.wiki,
#page .wiki #wikiAbstract,
#page .wiki .messageBox {
    margin-top: 0;
}

#page .video .messageBox,
#page .wiki .messageBox,
#page .similarMusic .messageBox {
    border: 1px solid #d1e7ff;
    font-size: 11px;
    line-height: 1.363636em;
    color: #696969;
    padding: 0.5em 0.7em;
    margin: 20px 0;
}

#page .video .messageWrapper,
#page .similarMusic .messageWrapper,
#page .wiki .messageWrapper {
    background: none;
    padding: 0;
}

#page .buttons {
    margin-bottom: 1.5em;
}

#similarMusicTracks h3 {
    margin-top: 25px;
}

.tags {
    clear: both;
}

p.shoutcount {
    font-size: 11px;
}

#page .playback-items {
    margin-top: 20px;
    zoom: 1;
}

/** Listeners */

div.personalStatsModule ul {
    margin: 21px 0 0;
    padding: 12px 0 7px 0;
    border-top: 1px solid #ddd;
}

#page div.personalStatsModule div p {
    margin: 0;
    padding: 4px 0 0 0;
}

div.listenersModule {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.buyButtonSupplier {
    display: block;
}


.playback .duration {
    color: #696969;
}

div.playback a:hover span.duration {
    text-decoration: none;
}

