﻿.stages
{
	background-image: url(/images/Checkout/stagedots.gif);
	background-repeat: repeat-x;
	background-position: left 59px;
	float: left;
}
.stages div
{
	float: left;
	padding: 20px 50px 50px 20px;
}
#stageselect
{
	background-image: url(/images/Checkout/stage1_on.gif);
	background-repeat: no-repeat;
	background-position: center 40px;
}
.stages .sign
{
	padding-right: 20px;
	background-image: url(/images/Checkout/stage1_off.gif);
	background-repeat: no-repeat;
	background-position: center 40px;
}
.stages .billing
{
	padding-right: 20px;
	background-image: url(/images/Checkout/stage2_off.gif);
	background-repeat: no-repeat;
	background-position: center 40px;
}
.stages .review
{
	padding-right: 20px;
	background-image: url(/images/Checkout/stage3_off.gif);
	background-repeat: no-repeat;
	background-position: center 40px;
}
.stages .confirmation
{
	padding-right: 20px;
	background-image: url(/images/Checkout/stage4_off.gif);
	background-repeat: no-repeat;
	background-position: center 40px;
}
.basketstage
{
	background-image: url(/images/Checkout/basket_L.gif);
	background-repeat: no-repeat;
	background-position: left 25px;
	padding-left: 80px;
	float: left;
}
.checkoutlines
{
	border-top: solid 5px #4093BD;
	border-bottom: solid 5px #F98429;
}
.tablestylecheckout
{
	border: solid 1px #f9f9f9;
	border-top: solid 5px #F98429;
}
.tablestylecheckout td
{
	padding: 3px;
	vertical-align: middle;
}
.grey_bg
{
	background-color: #f5f5f5;
}
.greybox_top
{
	background: url(/images/Checkout/pay_type_top.gif) no-repeat left top;
	padding-top: 8px;
}
.greybox_bot
{
	background: url(/images/Checkout/pay_type_bot.gif) no-repeat left bottom;
	padding-top: 8px;
}
.greybox_rpt
{
	background: url(/images/Checkout/pay_type_rpt.gif) repeat left top;
	width: 154px;
	padding: 0 3px;
}
#stage1 .stages .sign
{
	background-image: url(/images/Checkout/stage1_on.gif);
}
#stage2 .stages .sign
{
	background-image: url(/images/Checkout/stage1.gif);
}
#stage2 .stages .billing
{
	background-image: url(/images/Checkout/stage2_on.gif);
}
#stage3 .stages .sign
{
	background-image: url(/images/Checkout/stage1.gif);
}
#stage3 .stages .billing
{
	background-image: url(/images/Checkout/stage2.gif);
}
#stage3 .stages .review
{
	background-image: url(/images/Checkout/stage3_on.gif);
}
#stage4 .stages .sign
{
	background-image: url(/images/Checkout/stage1.gif);
}
#stage4 .stages .billing
{
	background-image: url(/images/Checkout/stage2.gif);
}
#stage4 .stages .review
{
	background-image: url(/images/Checkout/stage3.gif);
}
#stage4 .stages .confirmation
{
	background-image: url(/images/Checkout/stage4_on.gif);
}
h1.headers
{
	font-size: 120%;
	color: #F98429;
	background: url(/images/dots.gif) bottom left repeat-x;
}
