/* ---------------------- LISTS ---------------------- */

/* dl -> detailed list (e.g. charts) - uses thin gray box*/
.dl-item{width:685px;}
.dl-item_mid{}
.dl-item_meta{width:75px; color:#999; text-align:center; float:left; border-right:1px solid #CCCCCC;}
.dl-item_num{font-size:36px; display:block; line-height:80%; margin-bottom:10px;}
.dl-item_pic{}
.dl-item_header{width:560px; float:right;}
#right .dl-item_header h1{font-size:16px; margin:0; float:left;}
.dl-item_content{margin-top:5px; padding:5px 0 5px 0; border-top:1px solid #D9D9D9; width:560px;}
.dl-item_descr {}
.dl-item_descr td{border-bottom:1px dotted #E5E5E5; padding-top:5px;}
.dl-item_col1{width:95px;}
.dl-item_col2{width:200px; padding-right:5px;}
.dl-item_col3{width:85px;}
.dl-item_col4{}
/* charts */
#dl_rating{float:right; text-align:right;}
#dl_rating .rating_count{color:#999; font-size:10px;}
#dl_rating .list_scale{border-left:1px solid #000; border-right:1px solid #000; width:72px; height:10px; background:url(../img/list_scale.gif) no-repeat 0 1px; display:block;}
