

ul#listen {
    display: block;
    list-style: none;
    width: 277px;
    float: left;
}

ul#listen li {
    list-style: none;
    display: block;
    clear: both;
}

ul#listen li a {
    font-size: 0.8em;
    text-decoration: none;
    float:left;
    width:280px;
}

ul#listen li a img {
    float:left;
    margin:0 4px 0 1px;
}

ul#listen li a:link,
ul#listen li a:visited {
    display: block;
    padding: 3px 2px;
    color: #222;
    background-color: transparent;
    border: 1px transparent solid;
    /*font-family:georgia, serif;*/
    font-size:11px;
}

ul#listen li a:hover,
ul#listen li a:visited:hover {
    color: #222;
    /*background-color: #fefefe;*/
    /*border: 1px solid #eee;*/
    text-decoration:underline;
}

ul#listen li a:active,
ul#listen li a:visited:active {
    color: #222;
    /*background-color: #d6e0f2;*/
    /*border: 1px solid #eee;*/
}

/* only the current video will show these */
ul#listen li div.share,
ul#listen li div.download,
ul#listen li p.description {
    display:none;
    color:#122d4e;
    /*padding-left:38px;*/
    padding-right:4px;
    font-size:11px;
}

ul#listen li div p {
    font-size: 0.7em;
}

ul#listen li#currentItem p {
    font-size: 0.87
}

ul#listen li div.share {
    float: left;
    width: 30%;
    float: left;
}

ul#listen li div.download {
    float: right;
    width: 58%;
    float: right;
    margin-left:40px;
}

ul#listen li p.description {
    margin-bottom: 4px;
}

/* this is the current video */
ul#listen li#currentItem {
    /*background-color: #fefefe;*/
    /*border: 1px solid #eee;*/
}

ul#listen li#currentItem div.share,
ul#listen li#currentItem div.download,
ul#listen li#currentItem p.description {
    display: block;
    padding:0 3px;
    margin-bottom: 4px;
    float:left;
}

ul#listen li#currentItem div.download {
    margin-bottom:10px;
}

    ul#listen li#currentItem div.download a:link,
    ul#listen li#currentItem div.download a:active,
    ul#listen li#currentItem div.download a:visited {
        font:10px verdana, sans-serif;
        display:inline;
        border:0;
        padding:0;
    }
    
    ul#listen li#currentItem div.download a:hover {
        color:#2A5890;
        text-decoration:none;
    }

/* make the current video title look different (not like a hover-link) */
ul#listen li#currentItem a {
    display: block;
    float: left;
    text-decoration:none;
    /*padding: 0 2px 15px 2px;*/
    /*margin: 5px 0;*/
    /*background:#d6e0f2*//* url(../images/vid_select.gif) bottom left repeat-x*/;
    /*background:#d6e0f2 url(../images/vid_select.gif) bottom left repeat-x;  */
}


/* share & embed links */
ul#listen li#currentItem div a:link,
ul#listen li#currentItem div a:active,
ul#listen li#currentItem div a:visited {
    display: block;
    font-size: 0.7em;
    font-weight: normal;
    text-decoration: none;
}

ul#listen li#currentItem div a:hover,
ul#listen li#currentItem div a:active:hover,
ul#listen li#currentItem div a:visited:hover {
    text-decoration: none;
}