

.shippingTable
{
	padding: 0px;
	margin: 2px 4px 4px 4px;
	border: 1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 32%;
	float: left;
}

.shippingTable .columnTitle
{
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #666;
	background-color: #eef0ff;
	text-align: left;
}

.shippingTable td
{
	
	margin: 0px;
}

.shippingTable tr
{
	height: 18px;
	font-size: 11px;
}

.selected
{
	color: #c00;
}

.shippingTable .rowOver
{
	background-color: #eef0ff;
}

.shippingTable .rowOut
{
	background-color: #fff;
}

.shippingTable .rowOverSelected
{
	background-color: #f1e8dd;
}

.shippingTable .rowOutSelected
{
	background-color: #fdf2e3;
}

.shippingTable a
{
	font-weight: bold;
}

#shippingMethodsTable
{
	padding: 0px;
	margin: 2px 4px 4px 4px;
	border: 1px solid #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 700px;
}

#shippingMethodsTable .columnTitle
{
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #666;
	background-color: #eef0ff;
	text-align: left;
}

#shippingMethodsTable td
{
	
	margin: 0px;
	border-left: 1px solid #ccc;
}

#shippingMethodsTable tr
{
	height: 18px;
	font-size: 11px;
}

#shippingMethodsTable .nowrap
{
	white-space: nowrap;
	overflow: hidden;
	width: inherit;
}

#shippingMethodsTable .service
{
	width: 316px;
}

#shippingMethodsTable .service a
{
	font-weight: bold;
}

#shippingMethodsTable .price
{
	width: 190px;
}

#shippingMethodsTable .price a
{
	font-weight: bold;
}

#shippingMethodsTable .selection
{
	width: 234px;
}

#shippingMethodsTable .rowOver
{
	background-color: #eef0ff;
}

#shippingMethodsTable .rowOut
{
	background-color: #fff;
}

#shippingMethodsTable .rowHighlight
{
	background-color: #fbe4c3;
}

#shippingMethodsTable .rowOver
{
	background-color: #eef0ff;
}

#shippingMethodsTable .rowOut
{
	background-color: #fff;
}

#shippingMethodsTable .rowOverSelected
{
	background-color: #f1e8dd;
}

#shippingMethodsTable .rowOutSelected
{
	background-color: #fdf2e3;
}

#productTotal
{
	margin-top: 10px;
	margin-left: 508px;
	margin-bottom: 10px;
	font-size: 12px;
}

.mainContent
{
	float: left;
	width: 714px;
	border: 1px solid #dcdcdc;
}

.mainContentTitle
{
	background-color: #dcdcdc;
	font-size: 12px;
	padding: 2px;
}

#newAddressTable
{
	border: 1px solid #ccc;
}

#newAddressTable .formLabel
{
	font-size: 10px;
}

#productTotalTable .label
{
	width: 90px;
	font-weight: bold;
	text-align: right;
}

#productTotalTable .value
{
	width: 80px;
	text-align: right;
}
