div.checkout_row {

	clear:both;

}



div.checkout_title {

	cursor:pointer;

	position:relative;

	background-color:#F9EBC5;

	color:#B45F01;

	padding:4px;

	font-size:12px;

}





div.checkout_title .right {

	position:absolute;

	right:6px;

	top:3px;

	font-weight:bold;

}



div.checkout_content {
margin-bottom: 20px; 
background: #fff;
border-color: #F9EBC5;
border-style: solid;
border-width: 1px;
padding:1em 1.3em;
}

.checkout_content_notice {
margin-bottom: 20px; 
background: #ffe9d6;
border:1px solid #f00;
padding:1em 1.3em;
}

.checkout_content_ok {
margin-bottom: 20px; 
background: #dbffd6;
border-color:#009900;
border-style: solid;
border-width: 1px;
padding:1em 1.3em;
}


div.checkout_content .inputRequirement select {

	width:190px;

}



div.checkout_content .virtual {

	text-align:center;

}



div.checkout_content .left_space {

	padding-left:20px;

}



div.checkout_shipping_modules, .checkout_shipping_address {



}



div.checkout_payment_modules, .checkout_payment_address {


}



div.checkout_total {

	text-align:right;

}



#checkout_total table {

	float:right;

}



div.checkout_spacer {

	height:12px;

	font-size:9px;

	clear:both;

}



div.checkout_button {

	text-align:right;

	margin-top:5px;

}



.radiobox {

	vertical-align:middle;

	padding:0px;

	margin:0px;

}



.float_right {

	float:right;

}



.float_left {

	float:left;

}


.module_ok { display:none; }
.module_ok, div.checkout_please_wait {

	color:green;

	font-weight:bold;

}



div.checkout_error {

	color:#FF0000;

	font-weight:bold;

}

.testest { border:3px solid #f0f !important; }