.checkoutstep_bar{
	height: 1.5em;
}
.checkoutstep {
	color: #666666;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	vertical-align: middle;
	line-height: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.checkoutstep_selected {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	vertical-align: middle;
	line-height: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.shopping_cart {
	border-style:solid;
	border-width:1px;
	padding:5px;
	margin:1px;
	font-family:Arial;
	font-size:.75em;
}
.shopping_cart span {
	display: inline-block;
	vertical-align:middle;
}
.shopping_cart p span {
	text-align:center;
}
.shopping_cart p {
	clear:left;
	margin:0px;
	height:18px;
	line-height:16px;
}
.shopping_cart > p:first-child {
	background-color:#EFEFEF;
	font-weight:bold;
	text-align:center;
	margin:-5px -5px 5px -5px;
	padding:5px 5px 0px 5px;
}
.shopping_cart > p:first-child > span:first-child + span {
	font-size:.75em;
}
.shopping_cart > p > span:first-child {
	width:10%;
}
.shopping_cart > p > span:first-child + span {
	width:5%;
}
.shopping_cart > p > span:first-child + span + span {
	width:10%;
}
.shopping_cart > p > span:first-child + span + span + span {
	width:10%;
	font-size:.89em;
}
.shopping_cart > p > span:first-child + span + span + span + span {
	width:45%;
}
.shopping_cart > p > span:first-child + span + span + span + span + span {
	width:10%;
}
.shopping_cart > p > span:first-child + span + span + span + span + span + span {
	width:9%;
	text-align:right;
}
.shopping_cart > p > span > .wirediscount {
	font-size:.89em;
	font-style:italic;
}
.shopping_cart > .wirediscount > span:first-child {
	width:80%;
}
.shopping_cart > .wirediscount > span:first-child + span {
	width:10%;
	font-size:.89em;
}
.shopping_cart > .wirediscount > span:first-child + span + span {
	width:9%;
	text-align:right;
}
.shopping_cart > .divider {
	height:4px;
	line-height:3px;
	margin:3px 0px;
}
.shopping_cart > .divider > span {
	background-color:#EFEFEF;
}
.shopping_cart > .totals > span:first-child {
	width:75%;
	max-height:17px;
	background-color:transparent;
}
.shopping_cart > .totals > span:first-child + span {
	width:15%;
	text-align:left;
}
.shopping_cart > .totals > span:first-child + span + span {
	width:9%;
	text-align:right;
}
.shopping_cart_navigation {
	color:#595959;
	font-family:Arial;
	font-size:.75em;
	width:850px;
	margin-top:10px;
}
.shopping_cart_navigation p {
	clear:left;
	width:100%;
	position: relative;
	height:30px;
}
.shopping_cart_navigation span {
	display: block;
}
.shopping_cart_navigation > p > span:first-child , .shopping_cart_navigation > form > p > span:first-child {
	position:absolute; 
	top: 0; 
	left: 0; 
	width: 100px;
}
.shopping_cart_navigation > p > span:first-child + span , .shopping_cart_navigation > form > p > span:first-child + span  {
	position:absolute; 
	top: 0;
	left: 100px;
	right: 160px;
	bottom: 0;
	text-align:center;
	color: #CC3333;
}
.shopping_cart_navigation > p > span:first-child + span + span, .shopping_cart_navigation > form > p > span:first-child + span + span {
	position:absolute;
	top: 0; 
	left: auto;
	right: 0; 
	width: 160px;
	text-align:right;
}
.alternate_checkout_options {
	border: 1px solid #DFDFDF;
	font-family:Arial;
	font-size:9pt;
	padding:2px;
	margin-top:24px;
	text-align:center;
}
.alternate_checkout_options p:first-child {
	background-color:#EFEFEF;
	font-weight:bold;
	text-align:center;
	margin:-2px -2px 2px -2px;
	padding:2px 2px 2px 2px;
}
.checkoutform {
	font-family:Arial;
	font-size:.75em;
}
.checkoutform > div {
	clear:left;
	overflow:hidden;
	margin:1.5em 0;
}
.checkoutform p {
	margin:.1em 0;
	padding:.25em;
}
.checkoutform p:first-child {
	font-size: 1.33em;
	font-weight: bold;
	background-color:#EFEFEF;
}
.checkoutform label {
    display:inline-block;
}
.checkout_billing {
	top:0px;
	left:0%;
	float:left;
	width:49%;
	padding-right:1%;
}
.checkout_shipping {
	top:0px;
	left:50%;
	float:left;
	width:49%;
	padding-left:1%;
}
.checkout_agreedtoterms {
	border:3px solid #CC3333;
	margin-top:10px;
	padding:0.2em;
	width:99%;
}