#product_tn {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	color: #393;
	width: 750px;
	height: 120px;
	padding-left: 20px;
	margin-top: 10px;
}
#product_tn ul {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	width: 610px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#product_tn ul li {
	float: left;
	height: 100px;
	width: 98px;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #568658;
	padding-top: 2px;
	margin-left: 2px;
}
#product_tn ul li a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#product_tn ul li span {
	width: 94px;
	padding-right: 2px;
	padding-left: 2px;
	height: 28px;
	background-color: #FFF;
	float: left;
	padding-top: 2px;
	text-align: center;
}
#product_tn ul li a {
	color: #333;
	text-decoration: none;
	position: relative;
	}
	
#product_tn li a:hover { 
		border: 1px solid #4f9d27; 
		color: #407f20; 
		text-decoration: underline; 
		background-color:#dce9d6;
		}
#product_tn ul li a span a:hover {
	background-color: #03C;
}
