@charset "utf-8";

/* List Head */
.list-head, .list-head th { 
	font-weight:bold; border:0px; padding:0px !important; margin:0px !important; text-align:center; clear:both;
	color:#fff; height:43px; line-height:43px; *background: url('./img/basic-red.gif') repeat-x !important; 
	background:rgba(255,255,255,0.2); border-top:2px solid rgb(250,217,20);
}
.list-head a { 
	text-decoration:none; color:#fff; 
}
.list-head a:hover, 
.list-head a:focus, 
.list-head a:active { 
	color:#000; 
}
