/* CSS Document */
#uploadProgress {
	background-color: #F3F3F3;
}
.errorBg
{
	background-color: #FFC1AD;	
}
.errors
{
	color: red;
}

.bold
{
	font-weight: bold;	
}

.saturdayShippingOption
{
	background-color: #a0eab5;
}

td
{
	vertical-align: top;
	font-weight: bold;
}

td.left
{
	text-align: right;
	font-weight: bold;
}

td.right
{
	text-align: left;
	font-weight: normal;
}

.sub
{
	font-size: 10px;
	font-weight: normal;
}

td.shipping_header
{
	font-size: 16px;
	background-color: #D2C1A3;
}

td.shipping_description
{
	font-weight: normal;
}

table.shipping tr
{
	background-color: #E5E2D4;
	border: 1px solid #FFF;
}

table.order_details tr
{
	background-color: #F3F3F3;
	border: 1px solid #FFF;
	font-size: 14px;
}

table.order_details tr.item_header
{
	background-color: #D2C1A3;
	font-size: 12px;
}

table.order_details tr.item
{
	background-color: #F3F3F3;
	border: 1px solid #E5E2D4;
	font-size: 12px;
}

.no_bold
{
	font-weight: normal;
}

.submitbutton
{
	float: right;	
}

.required
{
	color: #339900;
	font-size: 14px;
	clear: none;
}

p
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	clear: both;
}
