﻿/* file contains :
	- album list	 
			   - used on ArtistProfile.aspx, on Artist tab


*/
.albumDiv
{
    float: left;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
    width: 170px;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    width: 100%;
}

.albumLeft
{
    float: left; margin-left:4px;
}
.albumRight
{
    float: left;
    width: 100%;
    width: 80%;
}

.albumImg
{
    background: transparent url(../../img/controls_asp/albumList/albumBG.png) repeat scroll 0 0;
    height: 88px;
    /*width: 102px;*/
    margin-left: 39px;
    margin-left: 5px;
    text-align:center;
}
.albumImgInner
{
    float: left;
    height: 82px;
    margin-left: 3px;
    margin-top: 3px;
    /*width: 96px;*/
}

.albumTitle
{
font-size:15px;
font-weight:bold;
margin-top:-3px;
padding-top:0;

text-align:left;
width:100%;
}
.albumArtist
{
    font-weight: bold;
    font-size: 13px;

    width: 100%;
    text-align: left;
}
.albumBuy
{
    padding-top: 6px;
    width: 100%;
    text-align: center;
}
.albumDownload
{
    padding-top: 4px;
    width: 100%;
    text-align: center;
}
.albumDownload a, .albumBuy a
{
    float: left;
}
.albumBuy, .albumDownload
{
    width: 139px;
    margin: auto auto;
    clear: both;
}
.albumBuy span, .albumDownload span
{
    font-size: 11px;
    text-decoration: underline;
    float: left;
    text-indent: 5px;
}
.albumListArrow
{
    float: left;
    margin-top: 5px;
    margin-left: 8px;
}
.albumSeparator
{
  float:left;
height:1px;
margin-bottom:35px;
margin-top:0;
}
/* AlbumSongs ArtistProfile */
.albumBottom
{
    float: left;
    margin: 8px 0 0;
    width: 345px; clear:both;
}
.asongItem
{
   border:1px solid gray;
float:left;
height:25px;
line-height:23px;
margin:0 0 0 8px;
width:650px;margin:-1px 0 0 8px;
}
.asongItemAlternate
{
    border:1px solid gray;
float:left;
height:25px;
line-height:23px;
margin:0 0 0 8px;
width:650px;
    background: #ECE8E8;margin:-1px 0 0 8px;
}
.asongName
{
    float: left;
    font-size: 12px;

    line-height: 25px;
    width: 200px;
}
.asongImage
{
    float: left;
    width: 300px;
    line-height: 30px;
}
.asongImage img
{
    margin: 9px 0;
}
.asongSep
{
    border-bottom: 1px solid Gray;
    float: left;
    height: 1px;
    margin: 0px 0 0 8px;
    width: 473px;
    display: none;
}
.asongNameHeader
{
    float: left;
    font-size: 10px;
    height: 13px;
    margin: 0 0 0 8px;
    width: 170px;
    font-weight: bold;
    text-indent:0px;
}
.asongImageHeader
{
    font-size: 10px;
    float: left;
    font-weight: bold;
}
.asongPlay
{
    float: left; margin-top:-4px; margin-left:10px;
}
.addSong
{
    background: transparent url(../../img/icons/add.png) no-repeat scroll left center;
    bottom: 2px;
    cursor: pointer;
    float: left;
    font-size: 10px;
    height: 20px;
    text-align: right;
    width: 20px;
    margin:7px 0 0;
}
.top10GreenBar
{
    background: none;
    float: left;
    height: 28px;
    margin:6px 0 0 6px;    
    width: 100px;
    clear:both;
}


.albumDiv .netroBar
{
	margin-top:7px;
}

.nb_header span {
line-height:11px;
}


.ap_topAlbums .top10GreenBar {
background:transparent none repeat scroll 0 0;
clear:none;
float:left;
height:28px;
margin:0 0 0 6px;
width:100px;
}
.playFlash
{
float:left;
margin-left:51px;
margin-top:8px;
overflow:hidden;
width:40px;
}