div.albumpic {
	width: 260px !important;
}

ul.music {
	list-style-type: none;
}

ul.music li {
	background: url(/images/layout/boxbg3.notrack.png) no-repeat scroll left top !important;
	clear: both;
	height: 30px;
	margin-top: 5px;
	/*background: #7b6d4d;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topright: 7px;*/
	}
	li div.title, li div.title span {
		float: left;
        }
        div.title span.track {
            color: #957f4d;
            /*font-family: "Georgia", serif;*/
            font-size: 1.8em;
            letter-spacing: -2px;
            line-height: 1.5em;
            text-align: center;
            width: 33px;
            }
            ul.music li div.title span.track span {
                /* get rid of dot in track */
                display: none;
            }

        div.title span.title {
            font-size: 1.4em;
            line-height: 200%;
            margin-left: 9px !important;
            text-align: left;
        }

    li div.info, li div.info a {
        float: left;
    }
	li div.info a {
		display: block;
		background: url(/images/layout/smallinfobtn.gif) no-repeat top right;
		width: 20px;
		height: 20px;
		margin: 5px;
        }
        li div.info a:hover { background-position: 0 -20px; text-decoration: none; }
        li div.info a:active { outline: none; }

	div.infotext {
		display: none;
	}

ul.music a.buy {
    float: right;
    margin: 4px;
    width: 80px;
}

a.buy {
    font-size: 1.2em;
    line-height: 1.9em;
    background: url(/images/layout/buybutton.png) no-repeat top right;
    padding-right: 0.5em;
    text-align: center;
    }
    a.buy span {
        float: left;
        display: block;
        width: 5px;
        height: 23px;
        background: url(/images/layout/buybutton-left.png) no-repeat top left;
        font-size: 0.8em;
        line-height: 2.2em;
        margin-right: 0.25em;
        padding-left: 0.6em;
        color: #ddb814;
    }
    a.buy:hover span { color: #fff; }
    a.buy:hover { background-position: 100% -23px; text-decoration: none; }
        a.buy:hover span { background-position: 0 -23px; }
    a.buy:active { outline: none; }

a.buy.albumonly {
    font-size: 0.9em;
    line-height: 2.5em;
    padding-right: 1em;
    background-position: 100% -46px;
    color: #a28e54;
    }
    a.buy.albumonly span { background-position: 0 -46px; }
    a.buy.albumonly:hover { background-position: 100% -46px; }

p.buyalbum a.buy {
    float: left;
    font-size: 0.85em;
}

a#musicPrev, a#musicNext {
	display: block;
	font-size: 1.4em;
	line-height: 125%;
	width: 715px;
	height: 20px;
	padding-left: 30px;
	margin: 10px 0 8px 0;
	}
	a#musicPrev:hover, a#musicNext:hover { text-decoration: none; }
	a#musicPrev:focus, a#musicNext:focus { outline: none; }
	a#musicPrev { background: url(/images/layout/arrow-up.png) no-repeat; }
	a#musicNext { background: url(/images/layout/arrow-down.png) no-repeat; }
	.disabled {
		background-position: 0 -20px !important;
		cursor: auto;
		}
		.disabled, .disabled:hover {color: #6e6032 !important;}

div.songplayer {
	float:right;
	margin:3px !important;
}

a.songinfo {
	float:right;
}
