@charset "utf-8";
/* CSS Document */

.checkoutTbl {
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	background-color:#FFF;
	color: #666666;
	margin:10px;
	width:95%
}

.checkoutTbl td, th {
	padding: 5px;
}

.checkoutTbl thead th {
	text-align: left;
	background: url('../img/grad.jpg') repeat-x #730004 ;
	color: #fff;
	border-spacing:0px;
	border-bottom:1px solid #ccc;
	white-space:nowrap;
}

.checkoutTbl a {
	color:#fff;
}

.checkoutTbl tbody th {
	font-weight: bold;
}

.checkoutTbl tbody tr, .checkoutTbl tbody tr td		{
	background-color:#FFF; 
	text-align:left;
}

.checkoutTbl tbody tr.odd, .checkoutTbl tbody tr.odd td 	{
	background: #F9F9F9 ;
}

.checkoutTbl tbody tr.odd {
	border-top:1px solid #eee;
	border-bottom: 1px solid #eee;
}

.checkoutTbl tfoot th, tfoot td {
	background-color:#E7E7E7; padding:20px;
	text-align:center; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px; font-weight:bold; font-style:italic;
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
}

.checkoutTblItemName {border-collapse:collapse; background:none; margin-bottom:0px !important; color:#000000}
.checkoutTblItemDetails { background:none; margin-bottom:0px !important; }
.checkoutTblItemDetails td { background:none; border:0px; color:#777; padding:0px 5px;}
.checkoutTblItemDetails tbody tr, .checkoutTblItemDetails tr.odd { background:none; border:0px;}