table, td
{
	padding: 2px;
	vertical-align: top;
}

#checkout 
{
    margin: 1px;
    font-size: 11px;
}

#product-info 
{	
}

#product-totalcost 
{
	float: left;
}
#product-image
{
	float: right;
}

table.totalcost 
{
	width: 350px;
	margin: 10px;
	border:1px solid #b8c9f0;
}

table.totalcost td
{
	padding: 4px;
}

table.shipping-info 
{
	background-color: #eceff6;
	width: 100%;
}
	table.shipping-info div.highlight {
		background: #e2e2e2;
	}
	
	table.shipping-info .calendar td, table.shipping-info .calendar th
	{
		text-align: center;
	}

		

table.extra-info 
{
	background-color: #e2e2e2;
	width: 100%;
}

table.billing-info 
{
	background-color: #fef3ed;
	width: 100%;
}

table.payment-info 
{
	background-color: #ecf8e5;
	width: 100%;
}

table.order-item-confirmation
{
    border: 1px;
    margin: 3px;
    width: 400px;
}

table.order-item-confirmation th
{
    font-weight: bold;
}

div.final-price {
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #542989;
	padding: 7px;
	margin: 7px 0;
	}