table {
	border-right: solid 1px #CCC;
	border-top: solid 1px #CCC;
	clear: both;
	margin-top: 10px;
}
td, th {
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	padding: 0 5px;
}
th {

}
ul {
	list-style: none;
	margin-bottom: 10px;
	margin-left: 0px;
}
li {
	list-style: none;
	float: left;
	width: 165px;
	overflow: hidden;
	text-indent: 16px;
}
li.tip {
	list-style: none;
	float: left;
	width: 165px;
	display: block;
	overflow: hidden;
	background-image: url(../img/light_bulb_off.png);
	background-repeat: no-repeat;
	background-position: left center;
	cursor: default;
}
li.tip:hover {
	list-style: none;
	float: left;
	width: 165px;
	display: block;
	overflow: hidden;
	background-image: url(../img/light_bulb_off.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
}

ul li p {
	display: none;
}
