html, body {
	margin: 0;
	text-align: center;
	font-family: "MS Gothic", "Verdana", "Arial", "Sans-serif";
	font-size: 12px;
	
}

hr {
	color:#cccbcb;
	height: 0.1px;
	border-bottom-style: dotted;
	size: 1px
}

hr.grey {
	width: 98%;
	color:#000000;
	border-style:solid;
}

form {
 margin: 0;
}

div.heading {
	text-align: left;
	font-family: "MS Gothic", "Verdana", "Arial", "Sans-serif";
	font-size: 16px;
	font-weight:bold;
}

tr.odd {
	background-color: #EAEAEA;
}

td {
	font-family: "MS Gothic", "Verdana", "Arial", "Sans-serif";
	font-size: 12px;
		
}	

td.heading {
	font-family: "MS Gothic", "Verdana", "Arial", "Sans-serif";
	font-size: 12px;
	font-weight:bold;
}

td.productList {
	font-family: "MS Gothic", "Verdana", "Arial", "Sans-serif";
	font-size: 10px;
}

.formMainHeading {
	color: #333333;
	background-color: #999999;
	font-weight: bold;
}

.formHeading {
	color: #333333;
	font-weight: bold;
}

.formCell {
	color: #333333;
}


.eorderDetailsHeading {
	color: #333333;
	background-color: #62A3F2;
	font-weight: bold;
	font-size: 12px;	
}

.eorderDetailsCell {
	color: #333333;
	background-color: #DDDBFD;
	font-weight: bold;
	font-size: 12px;	
}

a {
	text-decoration: none;
}
a.productsList {
	text-decoration: none;
}

a.menuList {
	color: 000000;
	text-decoration: none;
}

a.footer {
	color:#FF6600;
	text-decoration: none;
	font-weight: bold;
}

a:hover.menuList {
	color: FF0000;
	text-decoration: none;	
}

a:hover.footer {
	color:#990000;
	text-decoration: none;
	font-weight: bold;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu {
	width: 190px;
	margin: 0px;
	}
	
#menu li a {
	height: 32px;
	font-weight:bold;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #666666;
	font-weight:bold;
	display: block;
	background:  url(http://www.3racing.hk/images/menu.gif);
	padding: 8px 0 0 30px;
	}
	
#menu li a:hover {
	color: #FFF;
	font-weight:bold;
	background:  url(http://www.3racing.hk/images/menu.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}