/* CSS Document */
.checkout {
	padding:10px;
	font-family:Arial;
	font-size:12px;
	line-height:18px;
	width:700px;
}
.checkout h3 {
	margin:0;
	padding:0;
	font-size:12px;
}
.checkout b {
	margin:0;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
}
.checkout p {
	margin:0;
	padding:0;
}
.change_address {
	float:left;
	width:100%;
}
.main{
font-size: 12px;
color:#000000;
font-family: Arial,Helvetica,sans-serif;
}
.main_large{
font-size: 15px;
color:#000000;
font-family: Arial,Helvetica,sans-serif;
}
.style1{
font-size: 12px;
color:#000000;
font-family: Arial,Helvetica,sans-serif;
}
.address {
	float:left;
	width:49%;
	margin:0 0 0 2%;
}
.shipping_method {
	padding:10px 0 0 0;
}
.method {
	
	background:#7deaf4;
}
.methodover
{
background:#7deaf4;
}
.moduleRow { background:#f4f4f4;}
.moduleRowOver { background-color: #7deaf4; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #7deaf4; }
/*.method a{
	text-decoration:none;
	display:block;
	color:#000000;
	background:#f4f4f4;
	padding:2px 0 2px 5px;
	font-size:11px;
}*/
/*.method a:hover{
	background:#7deaf4;
}
.method a span {
	float:left;
	width:60%;
}
.method a b {
	float:left;
	font-weight:normal;
	width:20%;
}
.method a span input{
	float:left;
	width:20%;
}*/
.checkout_step b {
	width:25%;
	float:left;
	display:block;
	padding:10px 0 0 0;
	text-align:center;
	background:url(../images/step.jpg) no-repeat top center;
	font-weight:normal;
	margin:5px 0 0 0;
}
#checkout_step_completed {
	background:url(../images/step_completed.jpg) no-repeat top center;
}