#orderbox {
	border: 1px solid #CCCCCC;
}
#orderbox th {
	font-weight: bold;
	background-color: #fbfff9;
}
#orderbox th a {
	color: #333333;
	text-decoration: none;
}
#orderbox th a:hover {
	color: #FF9900;
	text-decoration: underline;
}
#orderbox a {
	color: #0099FF;
	text-decoration: underline;
}
#orderbox a:hover {
	color: #FF6600;
	text-decoration: none;
}

