/* CSS Document */

body {
	background-color: #f8faf9;
	padding: 15px;
}
.maintable {
	background-color: #FFF;
	margin: 5px;
	border: 1px solid #000;
}
.sidemenuimg {
	margin: 6px 0;
}
.footertable tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 7pt;
	color: #666;
}
.maincell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666;
}
.maincell a:link,
.maincell a:visited {
	color: #333;
	text-decoration: none;
}
.maincell a:hover,
.maincell a:active {
	color: #999;
	text-decoration: underline;
}
.item_name {
	font-size: 16pt;
	font-weight: bold;
	color: #000;
	padding: 0;
	margin: 0;
}
.style_nbr {
	font-weight: bold;
	font-size: 11pt;
	letter-spacing: -1px;
	margin-top: 0;
	padding: 0;
	margin-bottom: 12px;
}
.reg_price,
.points,
.item_descr {
	font-size: 9pt;
}
.points b {
	color: #F90;
}
.order_table tr td,
.order_table tr th {
	font-size: 10pt;
}
.order_table tr th {
	background-color: #EEE;
	font-weight: bold;
}
.order_table tr td b {
	color: #000;
}
.order_table tr td input {
	border: 2px inset #999;
}