﻿#uoCart .uoContentDetailHeader
{
	display:block;
}

#uoOrderBillingContactTitleExtra
{
	color:White;
}
.uoCartTable
{
	margin-top:10px;
}
.uoCartTable td
{
	padding-top: 2px;
	padding-right: 2px;
}

.uoCartTable thead td
{
	font-weight:bold;
	text-align: center;
}
.uoCartTableRowProduct td
{
	text-align: center;
}

.uoCartTableCellQty 
{
	width: 40px;
}

.uoCartTableCellQty input
{
	text-align:center;
	width: 40px;
}
.uoCartTableCellName
{
	text-align:left !important;
}
.uoCartTableCellPrice
{
	text-align:right !important;
}
.uoCartTableCellCost
{
	text-align:right !important;
}
.uoCartTableCellDelete
{
	text-align:right !important;
}

.uoCartTableRowDiscount
{
}
.uoCartTableRowSubtotal td
{
	font-size:14px;
	font-weight:bold;
}
.uoCartTableCellSubtotalPrice
{
	text-align:right;
}
.uoCartTableRowTax
{
	font-size:14px;
	font-weight:bold;
}
.uoCartTableCellTaxPrice
{
	text-align:right;
}
.uoCartTableRowShippingSelection td
{
	font-size:14px;
	font-weight:bold;
}
.uoCartTableCellShippingSelectionPrice
{
	text-align:right;
	vertical-align: middle;
}
.uoCartTableCellShippingDisclaimer
{
	font-size:10px;
	font-weight:normal;
	
}
.uoCartTableCellCouponPrice
{
	font-size:14px;
	font-weight:bold;
	text-align:right;
}
.uoCartTableRowTotal td
{
	font-size:14px;
	font-weight:bold;
}
.uoCartTableCellTotalPrice
{
	text-align:right;
}
.uoCartTableRowShippingMethod
{
	font-weight:bold;	
}
.uoCartHelp
{
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	width:590px;
}

#btnRecalc
{
	float:left;
}

#btnOrder
{
	float:right;
	
}

.uoCartTableRowDiscount td
{
	color:red;
}
.uoCartTableCellDiscountPrice
{
	text-align:right;
	font-size:14px;
	font-weight:bold;
}

#uoCartLinks div
{
	padding-top:5px;
}