﻿#uoOrder1 table, #uoOrder2 table, #uoOrder3 table, #uoOrder4 table, #uoPaymentCreditCard table
{
	width:100%;
}

.uoTitle
{
	width:100%;
	background-color:Black;
	color:White;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding: 3px 0px 3px 0px;
}

#uoOrderBillingContactTitleExtra
{
	width:100%;
	text-align:center;
}

#uoOrderShipmentNote
{
	width:100%;
	background-color:#DDDDDD;
	font-weight:bold;
	font-size:11px;
	padding-top: 10px;
	padding-bottom: 2px;
}

.uoButtonRow
{
	width:100%;
	text-align:right;
	background-color:Black;
	height: 35px;
}
.uoButtonLeft
{
	float:left;
	margin-left:5px;
	margin-top:5px;
}
.uoButtonRight
{
	float:right;
	margin-top:5px;
	margin-right:5px;
}

#uoOrderShippingTableRowMessage td
{
	vertical-align: top;
}

#uoOrderShippingTableMessage
{
	width:150px;
	padding-left:10px;
	padding-top:5px;
	text-align:left;
	color:white;
}

#uoPaymentTypeRequestTable
{
	width:100%;
}

#uoPaymentTypeRequestSelect
{
	background-color:#016299;
	width:50%;
	color:White;
	text-align:right;
	vertical-align:middle;
	padding-top:5px;
	font-weight:bold;
}

#uoPaymentTypeRequestSelectText
{
	color:White;
	width:90%;
	text-align:right;
}

#uoPaymentTypeSelectionList
{ 
  background-color:#DDDDDD;
  width:50%;
}
#uoPaymentTypeSelectionList input
{
	vertical-align:middle;
}

#uoPaymentButton1
{
	clear:both;
	background-color:Black;
	height:30px;
}

#uoPaymentPoints
{
	display:none;
}

#uoOrderConfirmMessage
{
	width:100%;
	text-align:center;
	font-size: 14px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;	
	
}

#uoOrderContinueShoppingMessage
{
	width:100%;
	text-align:center;
	font-size: 14px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
}