.download-instructions {
    border: 2px solid #393939;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
    padding: 10px;
}

.download-instructions h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    margin: 0;
    padding: 0;
}

.download-instructions p {
    margin: 6px 0 0 0;
    padding: 0;
}

.musicContainer {
    border: 2px solid #393939;
    padding: 35px 40px;
}

.musicContainer a {
    color: #6bb935;
}

.musicHeaderTabContainer {
    position: relative;
    top: 2px;
    background-color: inherit;
}

.musicHeaderTabContainer ul {
    padding: 0px;
    margin: 0px;
    list-style: none outside none;
}

.musicHeaderTabContainer li {
    float: left;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    cursor: hand;
}

.musicHeaderTabContainer li,
.remixesSelected,
.djMixesSelected,
.remixes,
.djMixes {
    height: 40px;
}

.tabRemixesSelected,
.tabDJMixesSelected,
.tabRemixes,
.tabDJMixes {
    background-repeat: no-repeat;
    width: 123px;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
}

.tabDJMixesSelected {
    background-image: url(images/tab_dj_mixes_on.gif);
}

.tabRemixesSelected {
    background-image: url(images/tab_remixes_on.gif);
}

.tabDJMixes {
    background-image: url(images/tab_dj_mixes_off.gif);
}

.tabRemixes {
    background-image: url(images/tab_remixes_off.gif);
}

.recordCirleImageContainer {
    float: left;
    padding: 0px 25px 0px 0px;
}

.remixDescriptionContainer {
    padding-bottom: 20px;
}

.djmixDescriptionContainer {
    padding-bottom: 30px;
    float: left;
}

.mixTitle {
    font-size: 16px;
    font-weight: bold;
}

.mixTitle a {
    color: #ffffff;
}

.mixDescription {
    font-size: 12px;
    padding-top: 3px;
    width: 600px;
}

.mixPlayerContainer,
.mixLink {
    padding-top: 6px;
}

.mixLink {
    font-size: 12px;
}

.mixTracklist {
    padding: 10px 0px 0px 10px;
}

.mixTracklist p.tracklist-head {
    font-weight: bold;
    margin: 0 0 8px 0;
    padding: 0;
}

.mixTracklist ol {
    font-size: 12px;
    float: none;
    margin: 0 0 10px 0;
}

.mixTracklist li {
    float: none;
    padding: 0px;
    margin: 0px;
    height: auto;
    line-height: 17px;
    list-style-type: decimal;
}

.mixTracklist li p {
    margin: 2px 0 8px 0;
    padding: 0;
}

.djMixLinksDelimiter {
    font-size: 13px;
}