/* ---------- ASIN LISTS ---------- */

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

.ep_topAlbumListContainer ul li {
    clear: both;
    margin-bottom: 10px;
}

.ep_topAlbumListContainer ul li img.albumCover {
    float: left;
    margin: 0 10px 0 0;
}

/* ---------- FORMAT LIST ---------- */

.ep_format_list ul {
    margin: 5px;
    padding: 0 0 0 20px;
    font-size: .77em;
}

.ep_format_list ul li {
    list-style: disc;
}

.ep_format_list ul li.seeMore {
    margin: 5px 0 0 -20px;
    list-style: none;
}

/* ---------- WORK DETAILS LIGHTBOX ---------- */

.divider {
    border-top: 1px dashed #cc9;
}

.productLabel {
    text-align: right;
}

.formatText {
    font-weight: normal;;
}

.binding {
    font-weight: bold;
    white-space: nowrap;
}

.ep_workDetailsBody {
    width: 780px;
    padding: 0 5px 0 5px;
    font-size: 1em;
    margin-top: 10px;
}


div#workdetailsHeader {
    white-space: nowrap;
}

/* ---------- MP3 Widget ---------- */

.trackList {
    clear: right;
    margin: 20px 0 0 0;
}

.trackList a:link {
    text-decoration: none;
    color: #003399;
}

.trackList a:visited {
    text-decoration: none;
    color: #003399;
}

.trackList a:hover {
    text-decoration: underline;
    color: #003399;
}

.trackList a:active {
    text-decoration: none;
    color: #003399;
}

.trackList .columnHeader {
    background-color: #e4e4e4;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #cc6600;
}

.trackList td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

.trackList .headerTitle {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #cc6600;
}

.trackList .rowEven {
    background-color: #f4f4f4;
}

.trackList .rowOdd {
    background-color: #e4e4e4;
}

.trackList .playCol {
    text-align: center;
    vertical-align: middle;
    width: 30;
}

.trackList .titleCol {
    text-align: left;
}

.trackList .runtimeCol {
    text-align: center;
    vertical-align: middle;
    width: 50;
}

.trackList .priceCol {
    text-align: center;
    vertical-align: middle;
    width: 50;
}

.trackList .freePrice {
    color: #990000;
}

.trackList .naPrice {
    color: #990000;
    font-size: 8px;
}

.trackList .buyCol {
    text-align: center;
    vertical-align: middle;
    width: 65;
}
