body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table#shoppingcart, table#checkout, table#checkout_billship {
	font-size:12px;
}

.catTitle {
	font-weight: bold;
	text-decoration: underline;
}

a:link {
	font-weight: normal;
	font-size: 8pt;
	cursor: hand;
	color: #333300;
	font-style: normal;
	font-family: verdana;
	font-variant: normal;
	text-decoration: none;
}
a:active {
	font-size: 8pt;
	cursor: hand;
	font-family: verdana;
	font-variant: normal;
}
a:visited {
	font-weight: normal;
	font-size: 8pt;
	cursor: hand;
	color: #666633;
	font-style: normal;
	font-family: verdana;
	font-variant: normal;
	text-decoration: none;
}
a:hover {
	font-size: 8pt;
	cursor: hand;
	color: #BB0000;
	font-style: normal;
	font-family: verdana;
	font-variant: normal;
	text-decoration: none;
}
a.catnav {color: #333300;}
a.catnav:link {color: #333300;}
a.catnav:visited {color: #000099;}
a.catnav:hover {color: #AA0033;}

.fixed {table-layout: fixed; border-collapse: collapse;}
form {margin: 0px;}
.hidden {display: none; visibility: hidden;}
.shown {visibility: visible;}
