.musicresults .item .cover {
	float: left; 
}
.musicresults .nomatch{font-size:18px;}
.musicresults .item .details {
	margin-left:85px;
}
.musicresults .item {
	border:1px solid #CCCCCC;
margin:10px;
padding:5px;
}
.musicresults .item a {cursor:pointer}
.musicresults .item .clear {
	clear: both;
}
#fWeek{margin-bottom:-25px; text-align:right; position:relative}
#fYear{margin-bottom:-20px; text-align:right; position:relative}
#fYear span {font-size:12px}
td.peak, th.peak, td.detail {text-align:center}
td.detail{width:90px}
td.week, th.week {text-align:right}
#MusicSearch {font-size:16px; font-weight:bold; margin:0px 0px 25px 25px}
.artist span, .album span, .duration span, .price span {color:#666666}

    /* Clear calendar's float, using dialog inbuilt form element */
    #container .bd form {
        clear:left;
    }

    /* Have calendar squeeze upto bd bounding box */
    #container .bd {
        padding:0;
    }

    #container .hd {
        text-align:left;
    }

    /* Center buttons in the footer */
    #container .ft .button-group {
        text-align:center;
    }

    /* Prevent border-collapse:collapse from bleeding through in IE6, IE7 */
    #container_c.yui-overlay-hidden table {
        *display:none;
    }

    /* Remove calendar's border and set padding in ems instead of px, so we can specify an width in ems for the container */
    #cal {
        border:none;
        padding:1em;
    }
    .box {position:relative;}