/* CSS Document */

/* CSS Specifically for the checkout section */

#checkoutProgressBar {
	font-size:1.2em;
	width:850px;
}
#checkoutProgressBar .active {
	background-color:#0093ca;
	color:#fff;	
}
#checkoutProgressBar a{
	display:block;
	color:#fff;
	text-decoration:none;
}
#checkoutProgressBar a:hover {
	color:#0093ca;
}
.header {
	background-color:#F90;
	color:white;
	font-size:1.2em;
}

