#cast-list ul, #cast-list li {
   margin:0;
   list-style:none;
}
#cast-list li {
   background-image: url(../img/r-cast-list.gif);
   padding-left: 20px;
   background-repeat: no-repeat;
   background-postion: 0 0;
   padding-bottom:6px;
   line-height:1.5;
}

#comment-list ul, #comment-list li {
   margin:0;
   list-style:none;
}
#comment-list li {
   padding-left: 45px;
   background-repeat: no-repeat;
   background-postion: 0 0;
   padding-bottom:6px;
   font-size:14px;
   line-height:130%;
}


#commentcast-left {
   width:265px;
   float:left;
}
#commentcast-right {
   width:250px;
   float:right;
}


#staff-list ul, #staff-list li {
   margin:0;
   list-style:none;
}
#staff-list li {
   background-image: url(../img/r-staff-list.gif);
   padding-left: 27px;
   background-repeat: no-repeat;
   background-postion: 50% 50%;
   padding-bottom:6px;
   line-height:1.5;
   font-size: 14px;
   font-weight: bold;
}
