@charset "utf-8";
/* CSS Document */
td.nowrap {
	white-space:nowrap;
}

td img {
	vertical-align:middle;
}

td.right, th.right {
	text-align:right !important;
}

th {
	font-weight:normal;
}

tr.odd td {
	border:0;
	border-bottom:#ddd 1px solid;
	border-top:#dedede 1px solid;
	background:url(../images/bg_table_row_odd.png) repeat-x;
}

.shipping-tbl {
	width:250px;
	margin:10px 0 100px 0px;
}

	.shipping-tbl td, th {
		padding:5px 3px;
		text-align:left;
	}
	
	.shipping-tbl td.nowrap {
		padding-left:10px;
	}
	
	.shipping-tbl th {
		background:url(../images/bg_table.png) repeat-x;
		color:#fff;
	}
	
	

.checkout-tbl {
	width:665px;
	margin:20px 0 0 10px;
	line-height:15pt;
	font-size:11pt;
}

	.largest .checkout-tbl {
		width:900px;
	}

	.checkout-tbl td, .checkout-tbl th {
		padding:4px;
		text-align:left;
	}

	.checkout-tbl thead th{
		background:url(../images/bg_table.png) repeat-x;
		color:#fff;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
	.checkout-tbl td {
		font-size:10pt;
	}


