
	
	.old_price{
		font-style:oblique;
		font-size:x-small;
		text-decoration:line-through;
	}
	
	.new_price{
		font-weight:bold;
		font-size:12px;
	}
	table.product{
		margin: 0 0 15px 0;
		float:left;
	}
	
	td{padding:6px;border-bottom:3px solid #fff;}
	tr.oddrow {background: #f5f5f5}
	tr.evenrow {background: #fff}
	tr.total {background: #e5e5e5}
	
	table.order{
		width:100%;
	}
	
	.infor{
	padding:10px 0 10px 10px;
	color:#525252;
	border-top:1px solid #aee756;
	border-bottom:1px solid #aee756;
	background:#e9fad0;
	font-weight:bold;
	font-size:12px;
	margin:10px 0 10px 0;
}
