.main-column {width: 100%;}
.cart-empty {
	position: relative;
	display: block;
	text-align: center;
	height: 450px;
	background: url('../images/cart-empty-bg.png') no-repeat center 100px;
}
.cart-empty .btn-generic-large {
	position: absolute;
	bottom: 50px;
	left: 410px;
}
#order-opc .opc_status {
	border: 1px solid #d0d3d8;
	background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left;
	font-size: 12px;
}

.opc_float {
	float:left;
	width: 49%;
}

.opc_float_status {
	float: left;
	width: 45%;
	padding: 10px;
}

#order-opc .opc-login #login_email,
#order-opc .opc-login #login_passwd {width: 317px;}
#order-opc .opc-login .btn-generic {padding: 4px 6px;}

#order-opc .column {width: 50%; float: left; position: relative;}
#order-opc .column h3 {margin-bottom: 8px;}

#order-opc textarea#message { width: 42em }

#order-opc sup { color: red; }

#order-opc div.opc-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('../img/ajax-loader.gif') #666 no-repeat center center;
	opacity: 0.7;
	filter : alpha(opacity=70); /* IE < 8 */
	-moz-opacity : 0.7; 
    -ms-filter: "alpha(opacity=70)"; /* IE 8 */
	z-index: 99;
}

#order-opc div.opc-main-block { position: relative }
.opc-main-block h3 {margin-bottom: 3px;}
.opc-main-block p {margin-bottom: 8px;}

.opc-main-block .opc-login-submit {
	position: absolute;
	right: 143px;
	top: 19px;
}
.opc-main-block .opc-login-submit .btn-generic {
	width: 80px;
	padding: 18px 8px;
	display: block;
	word-wrap: break-word;
	font-size: 1.231em;
}

.submit-section {
	margin: 8px 0;
}
.opc-login a.password-reminder {
	text-decoration: none;
	color: #555;
	border-bottom: 1px dotted;
}
.opc-login a.password-reminder:hover {
	border-bottom: none;
}
.opc-login .login-submit {
	margin-left: 59px;
}
#order-opc ul.checkmarks {
	margin: 0;
	list-style: none;
}
#order-opc ul.checkmarks li {
	padding-left: 26px;
	margin-bottom: 3px;
	background: url(../images/icons/list-tick.png) no-repeat left center;
}
