@charset "utf-8";

/* List Head */
.list-head, .list-head th { 
	border-top: 1px solid #999 !important; border-bottom: 1px solid #999 !important; border-top-width: 1px !important; border-color:#999;
	font-weight:bold; border:0px; padding:0px !important; margin:0px !important; text-align:center; clear:both;
	color:#000; height:35px; line-height:43px;
}
.list-head a { 
	text-decoration:none; color:#333; 
}
.list-head a:hover, 
.list-head a:focus, 
.list-head a:active { 
	color:#000; 
}
.div-head.list-head > span{
    position: relative;
}
.div-head.list-head > span:after{
    display: block;
    clear: both;
    content: '';
    height: 2px;
    width: 100%;
    background: #efefef;
    position: absolute;
    bottom: -3px;
}
