.messageArea td
{
	border-bottom: 1px solid #D9D9D9;
}
.availableItems
{
	background: #F6E6EA;
}
.discount
{
	background: #F2F2F2;
	margin-bottom:4px;
}
.discount p
{
	margin-top:0px;
}
.discountCoupon h2
{
	color:#6F6F6F;
	font-size:12px;
	font-weight:bold;
	padding-bottom:4px;
}
.preorderItems
{
	background: #EAEFFA;
}
td.discountText
{
	width:597px;
	border-bottom:2px solid #FFFFFF;
	padding-top:8px;
	margin-top:0px;
}
.quantity
{
	background: #F8F8F1;
	border-right: 7px solid #ffffff;
	border-left: 2px solid #ffffff;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
}

.discountCoupon
{
	background: #F2F2F2;
	margin-bottom:0px;
	text-align: center;
	vertical-align:middle;
	padding-right: 0px;
	padding-top: 6px;	
}

.discountError
{
	width: 560px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	background-image: url(/images/bg_errormessage_medium.gif);
	background-position: top left;
	background-repeat: repeat-y;
	border-bottom: 1px solid #C3C3C3;
	margin-bottom: 2px;
	padding-bottom: 13px;
}
.format .warning
{
	color: #C71C50;
	font-weight: bold;
	background: #F4F4E7;
}

.subtotal
{
	font-weight: bold;
	font-size: 12px;
	color: #666666;	
}
.subtotal .dollars
{
	padding-left: 5px;
	font-size: 14px;
	color: #666666;
}

.subtotal .cents
{
	font-size: 12px;
	color: #666666;
}

.subtotal td
{
	padding-top: 5px;
}

.totalCharge
{
	font-size: 15px;
	font-weight: bold;
}

.totalCharge td
{
	padding-top: 10px;
}

.totalCharge .dollars
{
	font-size: 15px;
	padding-left: 5px;
}

.totalCharge .cents
{
	font-size: 14px;
}

.continue
{
	background: #F2F2F2;
	border-bottom: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 10px;
	text-align:center;
}