table.checkout {
	width: 490px;
	border-collapse:collapse;
	background-color: #e5e4e4;
	border: 1px solid #CCCCCC;
}
#transCover {
	background-color: #FFFFFF;
	position: absolute;
	height: 600px;
	width: 476px;
	opacity: .5;
}

#transCover a {}

table.checkout td {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
table.checkout tr.titleRow {
	color:white;
	padding:5px;
	background-image: url('/_img/checkout/headerBg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	font-weight: bold;
	line-height: 25px;
	font-size: 16px;
	text-indent: 5px;
	height: 25px;
	text-transform: capitalize;
}
table.checkout tr.steps {
	color:white;
	padding:5px;
	font-weight: bold;
	line-height: 25px;
	font-size: 11px;
	background-color: #003300;
	text-indent: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ACACAC;
	background-image: url(/_img/checkout/whiteArrowRight.gif);
	background-repeat: no-repeat;
	background-position: left center;
	cursor: pointer;
}
table.checkout tr.stepsOff {
	color:#B6B6B6;
	padding:5px;
	font-weight: bold;
	line-height: 25px;
	font-size: 11px;
	background-color: #989595;
	text-indent: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ACACAC;
	cursor: pointer;
}
table.checkout tr.sectionTitle {
	color:#000000;
	font-weight: bold;
	line-height: 25px;
	font-size: 11px;
	background-color: #CFCFCF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a6a5a5;
	text-indent: 5px;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ACACAC;
}
table.checkout tr.sectionTitle td {
	color:#000000;
	font-weight: bold;
	line-height: 25px;
	font-size: 11px;
	background-color: #CFCFCF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a6a5a5;
	text-indent: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ACACAC;
}
table.checkout tr.sectionTitle td td {
padding:0px;
}
table.checkout tr.placeOrder {
	color:white;
	padding:5px;
	background-image: url('/_img/checkout/headerBg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	font-weight: bold;
	font-size: 12px;
	height: 50px;
	text-transform: uppercase;
}
table.checkout tr.sectionNote {
	font-weight: normal;
	background-color: #e5e4e4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a6a5a5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ACACAC;
	text-align: left;
}
table.checkout td.spacer {
	color:#000000;
	background-color: #FFFFFF;
	width: 10px;
}

/* ----- CHECKOUT PLACE ORDER BUTTON ----- */

.greenButtonPlace a {
	display:block;
	color: #FFF;
	text-decoration: none;
	border: none;
	background-image: url('/_img/checkout/buttonGreenPlaceBig.gif');
	background-repeat: no-repeat;
	text-transform: capitalize;
	font-size: 13px;
	background-position: left center;
	float: right;
	font-weight: bold;
	padding-right: 3px;
	line-height: 27px;
	text-indent: 15px;
}
.greenButtonPlace a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.greenButtonPlace a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.greenButtonPlaceEnd a {
	display:block;
	background-repeat: no-repeat;
	width: 15px;
	float: left;
	background-image: url('/_img/checkout/buttonGreenPlaceEnd.gif');
	border: none;
	background-position: left center;
	line-height: 27px;
	height: 27px;
}

/* ----- CHECKOUT NORMAL GREEN BUTTON ----- */

.greenButton a {
	display:block;
	color: #FFF;
	text-decoration: none;
	border: none;
	background-image: url('/_img/checkout/buttonGreenBig.gif');
	background-repeat: no-repeat;
	text-transform: capitalize;
	font-size: 13px;
	background-position: left center;
	float: right;
	font-weight: bold;
	padding-right: 3px;
	line-height: 27px;
	text-indent: 15px;
}
.greenButton a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.greenButton a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.greenButtonEnd a {
	display:block;
	background-repeat: no-repeat;
	width: 7px;
	float: left;
	background-image: url('/_img/checkout/buttonGreenEnd.gif');
	border: none;
	background-position: left center;
	line-height: 24px;
	height: 24px;
}
.greenButtonArrow a {
	display:block;
	background-repeat: no-repeat;
	width: 25px;
	float: left;
	background-image: url('/_img/checkout/buttonGreenArrow.gif');
	border: none;
	background-position: left center;
	line-height: 24px;
	height: 27px;
}
.greenButtonCartArrow a {
	display:block;
	background-repeat: no-repeat;
	width: 25px;
	float: left;
	background-image: url('/_img/checkout/buttonGreenCartArrow.gif');
	border: none;
	background-position: left center;
	line-height: 24px;
	height: 25px;
}

/* ----- CHECKOUT "GRAYED OUT" BUTTON ----- */

.smallGrayButton a {
	display:block;
	color: #FFF;
	text-decoration: none;
	padding-left: 7px;
	border: none;
	background-image: url('/_img/checkout/buttonGraySmall.gif');
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-size: 11px;
	background-position: left center;
	float: right;
}
.smallGrayButton a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.smallGrayButton a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.smallGrayButtonArrow a {
	display:block;
	color: #FFF;
	text-decoration: none;
	padding-left: 10px;
	border: none;
	background-image: url('/_img/checkout/buttonGrayArrow.gif');
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-size: 11px;
	float: right;
	background-position: left center;
}

.grayButtonArrow a {
	display:block;
	color: #FFF;
	text-decoration: none;
	padding-left: 15px;
	border: none;
	background-image: url('/_img/checkout/grayButtonArrow.gif');
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-size: 11px;
	float: right;
	background-position: left center;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
}
.grayArrowEnd a {
	display:block;
	background-repeat: no-repeat;
	width: 13px;
	float: left;
	background-image: url('/_img/checkout/grayArrowEnd.gif');
	border: none;
	background-position: left center;
	height: 21px;
}

.smallGrayButtonArrow a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.smallGrayButtonArrow a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.smallGrayEnd a {
	display:block;
	background-repeat: no-repeat;
	width: 9px;
	float: left;
	background-image: url('/_img/checkout/buttonGrayEnd.gif');
	border: none;
	background-position: left center;
	height: 25px;
}

/* --- CHECKOUT RECEIPT --- */

.title2 {
	background-color: #003300;
	text-indent: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #676767;
	height: 18px;
}


.total {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
.lineSpecial {
	background-image: url(/_img/lineSpecial.gif);
	background-repeat: repeat-x;
	background-position: center;
	color: #FFFFFF;
}
.bigTotal {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: right;
}
