body {
	font-family:courier;
	font-size: 11px;
}
table {
	font-size: 11px;
}
p {
	font-size: 11px;
}

a:link, a:visited {
	text-decoration: underline;
	color:#000000;
}
a:hover {
	text-decoration: underline;
	color:#666666;
}
.myText {
	
}
.productHeader{
	font-size:11px;
}

.footer
{
	font-size: 9px;
	padding-top:5px;
}

.style1 {font-size: 9px}
.style2 {color: #000000}
.style3 {font-size: 9px}
.style4 {color: #000000}
.style5 {font-size: 9px}
.style9 {font-size: 11px}

.dotted_bg
{
	background-image:url('images/dots.gif');
	background-repeat: repeat-x;
}

.button
{
	height:19px;
	font-size:11px;
	border:1px #333333 solid;
	color:#333333;
	width:59px;	
}

.error
{
	color:#cc0000;
}

.sale
{
	color:#cc0000;
}

.textfield
{
	font-size:11px;
}

#trade_form td
{
	padding-right:10px;
	height:25px;
}

.mini_cart
{
	background-image:url('images/mini_cart.gif');
	background-repeat: no-repeat;
	background-position:center;
}

/* removes dotted borders on firefox links */
a:active
{
	outline: none;
}

a:focus
{
	-moz-outline-style: none;
}
