#dhtmltooltip{
	position: absolute;
	width: 300px;
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #e4e4e4; 
	visibility: hidden;
	z-index: 100;
	font-size: 12px; 
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); */
}

table.productLocations { width: 100%; }
table.productLocations td { vertical-align: top; font-size: 12px; }
table.productLocations td a { text-decoration: none; }
table.productLocations td a:hover { text-decoration: underline; }

table.productLocationsInner { width: 100%; }
.hoverQtyColumn { padding: 2px 5px !important; text-align: center !important; width: 45px; }