#CheckOut {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#CheckOut a {
	text-decoration: none;
}
#CheckOut a:hover {
	text-decoration: underline;
}

#CheckOut .PageTitle {
	color: #000000;
	font-size: 24px;
}

#CheckOut .Error {
	color:#FFFFFF;
	background-color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}
#CheckOut .Message1 {
	color: #FF0000;
	border: 1px solid #FF0000;
	padding: 5px 5px 5px 5px;
	font-size: 12px;
	text-align: center;
}
#CheckOut .Message2 {
	background-color: #EEEEEE;
	border: 1px solid #999999;
	padding: 5px 5px 5px 5px;
}
#CheckOut .Message3 {
	font-size: 14px;
}
#CheckOut #ProgressBar {
	border: 1px solid #CCCCCC;
}
	
#CheckOut #ProgressBar .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	text-align: center;
	vertical-align: bottom;
}
#CheckOut #ProgressBar .ProgressOff {
	background-attachment: scroll;
	background-image: url(/images/progressoff.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
}
#CheckOut #ProgressBar .ProgressOn {
	background-attachment: scroll;
	background-image: url(/images/progresson.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
}
#CheckOut #ProgressBar .ProgressOnText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #cc0000;
	text-decoration: none;
	text-align: center;
}

#CheckOut table.Grid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#CheckOut table.Grid#Border {
	border: 1px solid #999999;
}

#CheckOut .Grid .Title {
	font-weight: bold;
	font-size: 14px;
	border-bottom: 1px solid #999999;
}
#CheckOut .Grid .TitleSpacer{
	height: 2px;
}
#CheckOut .Grid .Header {
	font-weight: bold;
	background-color: #EEEEEE;
	border-bottom: 1px solid #999999;
}
#CheckOut .Grid .HeaderL {
	font-weight: bold;
	background-color: #EEEEEE;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}
#CheckOut .Grid .HeaderR {
	font-weight: bold;
	background-color: #EEEEEE;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}
#CheckOut .Grid .Footer {
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #999999;
}
#CheckOut .Grid .FooterL {
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #999999;
}
#CheckOut .Grid .FooterR {
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #999999;
}
#CheckOut .Grid .Row {
	border-bottom: 1px solid #EEEEEE;
}
#CheckOut .Grid .RowL {
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #999999;
}
#CheckOut .Grid .RowR {
	border-bottom: 1px solid #EEEEEE;
	border-right: 1px solid #999999;
}
#CheckOut .Grid .RowLR {
	border-bottom: 1px solid #EEEEEE;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
#CheckOut .Grid .Sub {
	font-size: 12px;
	color: #333333;
}
#CheckOut .Grid .SubL {
	font-size: 12px;
	border-left: 1px solid #999999;
	color: #333333;
}
#CheckOut .Grid .SubR {
	font-size: 12px;
	border-right: 1px solid #999999;
	color: #333333;
}
#CheckOut .Grid .Charges {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-weight: bold;
}

#Checkout .Grid .Name {
	font-weight: bold;
}
#CheckOut .Grid .MainName {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
#CheckOut .Grid .MainValue {
	font-size: 12px;
	color: #333333;
}
#CheckOut .Grid .MainValue#LeftBorder {
	border-left: 1px solid #999999;
}


#CheckOut .Grid .Availability1 {
	background-color:#00CC33;
}
#CheckOut .Grid .Availability2 {
	background-color:#FFFF00;
}
#CheckOut .Grid .Availability3 {
	background-color:#FF9900;
}
#CheckOut .Grid .Availability4 {
	background-color:#FF3333;
}
#CheckOut .Grid .Voucher {
	font-weight: bold;
	border-bottom: 1px solid #999999;
}

#Price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
#Balance {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

