@charset "utf-8";

#topics-body {
position: relative;
left: 0px;
top: 0px;
margin:0px 0px 0px 35px;
padding:10px 0px 0px 0px;
width:580px;
background-repeat: repeat-y;
background-position: 0px 0px;
}

/*list*/
dl.dl-topics {
margin: 0px 5px 0px 0px;
padding: 0px 0px 0px 0px;
border-left:1px dashed #009d38;
border-right:1px dashed #009d38;
border-bottom:1px dashed #009d38;
width:573px;
}
   
dt.dt-topics {
float:left;
width:150px;
padding: 5px 0px 5px 10px;
font-weight:bold;
color: #666;
border-top:1px dashed #009d38;
clear:left;
}

dd.dd-topics {
margin-left:150px;
padding:5px 5px 5px 10px;
border-left:1px dashed #009d38;
border-top:1px dashed #009d38;
}

#body-topics-list {
position: relative;
top: 0px;
left: 0px;
width: 640px;
margin: 0px 0px 0px 0px;
}

