.ajaxtooltip{
	position: absolute; /*leave this alone*/
	display: none; /*leave this alone*/
	left: 0; /*leave this alone*/
	top: 0; /*leave this alone*/
	background: white;
	border: 2px solid gray;
	border-width: 2px;
	padding: 10px;
}

table.sizing-chart{
	font: 12px Verdana;
}

table.sizing-chart caption{
	border-bottom: 1px solid #ccc;
	margin-bottom: 1em;
}

table.sizing-chart thead{
	font-weight: bold;
}

table.sizing-chart tbody{
	font-size: 90%;
}

table.sizing-chart tbody tr td{
	border: 1px solid #ddd;
}

table.sizing-chart tr.alt{
	background: #eee;
}
