#product-links {
	float: left;
	width: 110px;
	margin-top:7px;
}
#product-links ul {
	list-style-type: none;
}
#product-links li {
	line-height: 100%;
}
#product-links a {
	line-height: 100%;
	display: block;
	padding: 2px 0px 2px 16px;
	background: transparent url(/assets/img/productLinks/arrow.png) no-repeat scroll 0px .2em;
	text-decoration: none;
	font-weight: bold;
	color: #666666;
}
#product-links a:hover {
	text-decoration: underline;
}
