/* CSS Document */

@import "globals.css";

div#checkoutWidget {
	width: 475px; 
	height: 150px; 
	float: right; 
	background-image:url(/media/system/background-checkout.gif); 
	background-repeat: no-repeat;
	background-position: bottom;
}

div#checkoutWidget #callOut {
	text-align: center; 
	font-size: 1.95em; 
	color: #999; 
	font-weight: bold;
	margin-top: 0px;
}

div#checkoutWidget #payPal {
	width: 200px;
	float: left; 
	text-align: center; 
	margin-top: 40px;
}

div#checkoutWidget #or {
	/* border: 1px solid red; */
 	width: 55px; 
	text-align: center;
	margin-top: 65px;
	margin-left: 190px;
	white-space: nowrap;
}

div#checkoutWidget #standardCheckout {
	width: 200px; 
	float: right; 
	text-align: center;
	margin-top: -20px;
	margin-right: 10px;
}
