@charset "UTF-8";

/*
:: reset & base style sheet
:: last update 2008-11-03
*/

/*==================================================

:: css for halftone records - for top
:: http://halftone-records.com
:: copyright (c) 2001 - 2008 halftone records all rights reserved.

:: author - sunny coding department
:: http://sunny-coding-department.com/

==================================================*/

/*========== main ==========*/
div#main {
margin-bottom: 50px;
width: 910px;

}

div#mainSubstance {
padding: 0 10px 10px 0;
}

div.artistComponet {
margin-bottom: 10px;
border-bottom: 1px solid #999999;
clear: both;
height: 280px;
}

div.artistComponetB {
margin-bottom: 10px;
border-bottom: 0;
clear: both;
height: 280px;
}


div.artistImg {
float: left;
width: 200px;
height: 225px;
}

div.artistImgSub {
padding: 20px;
}

div.artisttrComponent {
float: left;
width: 250px;
height: 225px;
}
div.artisttrack {
margin-top: 10px;
width: 250px;
height: 180px;
}

div.artisttrackSub {
padding: 10px;
}

ol.olTrack {
margin-bottom: 10px;
margin-left: 40px;
}

li.liTime {
margin-top: 5px;
color: #999999;
list-style: none;
}

div.player {
padding-left: 15px;
}
div.artisttxtComponent {
float: right;
width: 450px;
height: 225px;
}
div.artisttxt {
margin-top: 10px;
margin-right: 5px;
height: 130px;

}

div.artistDetails {
width: 440px;
height: 20px;
text-align: right;
vertical-align: middle;
}
div.buttonComponent {
padding-top: 10px;
border-top: 1px solid #555555;
}

div.addButton {
margin-right: 10px;
float: left;
}




/*========== end ==========*/