.error, .sale_price {
	color: #f00;
	font-weight: bold;
}
.line_through {
	text-decoration: line-through;
}
.small {
	font-size: 75%;
}
.bg1 {
	background-color: #fff;
}
.bg2 {
	background: #F5F5E4;
}
td, td p {
 	font: 12px Georgia, "Times New Roman", serif;
}
h3 {
 	font: bold 18px Georgia, "Times New Roman", serif;
}
table.item_list tr td {
	border-bottom: 1px dotted #ccc;
	font: 12px/1.5 Georgia, "Times New Roman", serif;
}
table.item_list th {
	font: 12px Georgia, "Times New Roman", serif;
	color: #666;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
table#order_details {
	margin-bottom: 20px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
table#order_details th {
	font: bold 12px/1.5 Georgia, "Times New Roman", serif;
	text-align: left;
	padding-left: 5px;
	padding-right: 15px;
	white-space: nowrap;
}
table#order_details td {
	font: 12px/1.5 Georgia, "Times New Roman", serif;
}