div.FieldLabel
{
	float: left;
	text-align: right;
	margin-top: 2px;
	margin-right: 5px;
	display: block;
}
div.FieldLabelVer
{
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
}
div.FieldInputCtrl
{
	display: block;
	margin-left: 0px;
}
div.FieldRow
{
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 3px;
	margin-top: 0px;
}
.FieldLabelRequired
{
	font-weight:bold;
}
.FieldLabelNotRequired
{
}
div.FieldInfo
{
	background-image: url(/Images/about.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	padding-bottom: 10px;
}

.CountryLabel
{
	vertical-align: top;
}
.ValSummary
{
	font-weight: bold;
}
.FieldValidator
{
	font-weight: bold;
}
Table.Cart
{
	font-family: Arial;
	font-size: 10pt;
	width: 512px;
	border: none;
	border-collapse: collapse;
}
td.CartAmount
{
	text-align: right;
	border-collapse: collapse;
	border-bottom: solid 1px black;
}
td.CartAmountFree
{
	text-align: right;
	font-weight: bold;
	color: Green;
	border-collapse: collapse;
	border-bottom: solid 1px black;
}

td.CartItem
{
	border-collapse: collapse;
	border-bottom: solid 1px black;
}
td.CartItemTotal
{
	border-collapse: collapse;
	border-bottom: none;
	text-align: right;
}
td.CartAmountTotal
{
	text-align: right;
	border-collapse: collapse;
	border-bottom: none;
}
.Wiz_Nav
{
	border-left: #51A3EF 1px solid;
	border-right: #51A3EF 1px solid;
	border-bottom: #51A3EF 1px solid;
	background: #BFDDF9;
	padding: 8px;
	color: #09335B;
	font-weight: bold;
	margin-bottom: 12px;
}
.Wiz_NavTable
{
}