/* CSS Document */
#v-list a.hd{ display:block; margin-top:30px; cursor:pointer; padding: 10px 0 10px 20px }
#v-list a.hd{ color:#000000; text-decoration:none}
#v-list a.hd{ font-weight:bold; font-size:medium; }
#v-list a.hd{ background:url(../images/[+].gif) no-repeat 5px 15px; border-bottom:1px solid #CCCCCC}
#v-list a.selected{ background:url(../images/[-].gif) no-repeat 5px 15px; border-bottom:0}
#v-list a.hd span{ border-bottom:1px dashed #333333; }
#v-list div{ border-bottom:1px solid #ccc }

#v-list a.hd:hover{ background-color:#EDEDED}

#v-list div a{ color:#C30308}

#v-list p.ft{ margin-right: 1.5em}