#center .details
{
float:left;
width:750px;
margin:30px 0px 0px 30px;
}
#center .details h1
{
font-size:13px;
}
.details .top_row
{
float:left;
width:100%;
margin-top:10px;
}
.top_row b
{
float:left;
width:24%;
text-align:left;
}
.top_row b.name
{
width:48%;
margin-left:12px;
}
.details .row_even span, .details .row_even a, .details .row_uneven span, .details .row_uneven a
{
float:left;
width:24%;
}
.details .row_even .song, .details .row_uneven .song
{
width:48%;
font-size:15px;
color:black;
text-decoration:none;
}
.details .row_even .song:hover, .details .row_uneven .song:hover
{
color:black;
text-decoration:underline;
}
#center .details .top, #center .details .bottom
{
float:left;
width:100%;
height:44px;
background:url('../images/list_top.gif') top center no-repeat;
}
#center .details .bottom
{
background:url('../images/list_bottom.gif') top center no-repeat;
}
.details .top .go_back
{
float:left;
width:200px;
margin:10px 0px 0px 10px;
font-weight:bold;
color:#253B6D;
text-decoration:none;
text-transform:capitalize;
}
#center .details .row_uneven, #center .details .row_even
{
float:left;
width:100%;
line-height:26px;
text-indent:1em;
overflow:hidden;
background:#E2F4FF;
}
#center .details .row_even
{
background:#D5E5ED;
border-bottom:1px solid #484893;
}