.taBox {
	border: 1px solid #a5a5a5;
	clear: both;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #090909;
	margin: 0 0 10px 0;
}

.taBox h3 {
	background: #d2d2d2;
	display: block;
	color: #000000;
	font-size: 22px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	padding: 8px 10px;
	margin: 0;
	-webkit-text-stroke: 0.5px transparent;
}

.taBox .c {
	padding: 5px;
}

.taBox ul.taUl {
	list-style: none;
	margin: 0;
	padding:0;
	background: #f0f0f0;
}

.taBox ul.taUl li {
	list-style: none;
	background: #f0f0f0;
	margin: 0;
	padding: 5px;
	padding-left: 10px;
	overflow: hidden;
	width: 623px;
	height: 18px;
}

.taBox ul.taUl li:hover {
	background: #e6e6e6;
}

.taBox ul.taUl li span {
	font-weight: normal;
	color: #3c3c3c;
}

.taBox ul.taUl li a {
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #3c3c3c;
	font-weight: bolder;
	display: block;
}

.taBox ul.taUl li a:hover {
	text-decoration: none;
}