﻿.checkout-shipping-container
{
	float:left;
	width:250px;
}

.checkout-payment-container
{
	float:right;
	width:390px;
}

.OSCAR_Payment_Form
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.OSCAR_order-confirm-shipping
{
	float:left;
	width:48%;
}

.OSCAR_order-confirm-billing
{
	float:right;
	width:48%;
}

.OSCAR_cart-grid
{
	border-style:none;
}
.OSCAR_cart-grid th
{
	border-style:none;
	border-bottom: 1px solid #000000;
}
.OSCAR_cart-grid td
{
	border-style:none;
	border-bottom: 1px solid #000000;
}
.OSCAR_cart-totals
{
	font-weight:bold;
	text-align:right;
}

.OSCAR_cart-container
{
	border:1px solid #000000;
	border-bottom-style:none;
}

.OSCAR_anonymous-panel
{
	width:300px;
	background-color:#FFFFFF;
	border:2px solid #000000;
	padding:10px;
	color:#000000;
}
.OSCAR_anonymous-panel div
{
	padding-bottom:20px;
}
.OSCAR_anonymous-panel .text-button
{
	margin-right:20px;
}

.OSCAR_Address-popup-container
{
	padding-bottom:20px;
}

.ajax__validatorcallout_error_message_cell
{
	color:#000000;
}

.OSCAR_no-pobox-message
{
	color:#FF0000;
}