


fieldset.group-select   {
    padding: 10px 10px;
}

.group-select li	{
	padding: 4px 0;
}

p.checkout-choose-payment-method,
p.checkout-choose-shipping-method {
    margin-top: 1em;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

p.checkout-choose-payment-method   {
    margin-top: 2em !important;
}

.payment-methods dd {
    padding: 0;
}

.payment-methods dd li  {
    padding: 0;
}


div.onestepcheckout-shipping-method	{
	margin-bottom: 20px;
}

div.loading-ajax	{
	height: 50px;
	text-align: center;
	background-image: url(ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}



h2.onestepcheckout-numbers	{
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 20px;
	background-image: url("/media/beaubags/numbers-checkout.gif");
}

h2.onestepcheckout-numbers-1	{
	background-position: left 4px;
}

h2.onestepcheckout-numbers-2	{
	background-position: left -28px ;
}

h2.onestepcheckout-numbers-3	{
	background-position: left -60px;
}

h2.onestepcheckout-numbers-4	{
	background-position: left -92px;
}



/* Popup CSS */

#onestepcheckout_popup_overlay_iframe	{
	z-index: 21;
	background-color: white;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
}

#onestepcheckout_popup_overlay	{
	background-color:#fff;
	opacity: 0.65;
	filter:alpha(opacity=65);
	left: 0;
	top:0;
	position: absolute;
	cursor: pointer;
	z-index: 21;	
}

#onestepcheckout-toc-popup	{
	width: 500px;
	height: 530px;

	border: 1px solid black;
	padding: 20px;
	position: absolute;
	z-index: 30;
	background-color: white;
	
}

#onestepcheckout-toc-popup div.onestepcheckout-popup-contents	{
	overflow: auto;
	height: 450px;
	padding-right: 10px;
}
/* Popup CSS (login link) */
#onestepcheckout-login-popup    {
    width: 400px;
    height: auto;
    border: 1px solid #000;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    z-index: 40;
    background-color: #fff;
	margin-left: -160px;
	color: #000;
	
	/*position: fixed;*/
}

#onestepcheckout-login-popup table  {
    width: 90%;
}

#onestepcheckout-login-popup table td   {
    width: 50%;
}

#onestepcheckout-login-popup button {
    padding: 3px 10px;
    margin-top: 5px;
}

#onestepcheckout-login-popup div.onestepcheckout-popup-contents    {

}

#onestepcheckout-login-error,
#onestepcheckout-forgot-error    {
    color: red;
    margin-bottom: 10px;
}




div.onestepcheckout-comments	{
	margin-top: 5px;
	margin-bottom: 20px;
}

div.onestepcheckout-comments textarea	{
	margin-top: 5px;
	width: 95%;
}





/* onestepcheckout-twocolumns */

.onestepcheckout-two-columns .onestepcheckout-column-left	{
	width: 47%;
	float: left;
	margin-right: 20px;
}

.onestepcheckout-two-columns .onestepcheckout-column-right	{
	width: 43%;
	float: left;
}

.onestepcheckout-two-columns h1.onestepcheckout-numbers	{
	font-size: 15px !important;
	padding-top: 10px !important;
}

.onestepcheckout-two-columns div.onestepcheckout-enable-terms	{
	text-align: center !important;
}

.onestepcheckout-two-columns div.onestepcheckout-place-order	{
	text-align: center !important;
	margin-top: 10px !important;
}

.onestepcheckout-two-columns div.onestepcheckout-enable-newsletter	{
	text-align: center !important;
}


.checkoutcontainer .payment-methods .input-box	{
	width: 100% !important;
	
}

.checkoutcontainer .payment-methods .input-box .input-text,
.checkoutcontainer .payment-methods .input-box textarea,
.checkoutcontainer .payment-methods .input-box select	{
	width: 95% !important;
}

.checkoutcontainer .payment-methods .input-box select.year,
.checkoutcontainer .payment-methods .input-box select#protxDirect_expiration_yr,
.checkoutcontainer .payment-methods .input-box select#protxDirect_start_yr	{
	width: 75px !important;
}

.checkoutcontainer .payment-methods .input-box select.month,
.checkoutcontainer .payment-methods .input-box select#protxDirect_start,
.checkoutcontainer .payment-methods .input-box select#protxDirect_expiration	{
	width: 140px !important;
}


.checkoutcontainer li.shipping-address-title	{
	font-family: Arial;
	font-size: 16px;
	text-transform: uppercase;
	color: #404040;
	font-weight: bold;
	padding-top: 25px;
}



.onestepcheckout-giftmessagecontainer	{
	margin-bottom: 10px;
	
}

.onestepcheckout-giftmessagecontainer .input-checkbox	{
	/*text-align: right;*/
}


.onestepcheckout-giftmessages fieldset.group-select	{
	padding: 0 !important;
	border: 0 !important;
	margin: 0 !important;
}

.onestepcheckout-giftmessages .group-select li .input-box-last	{
	margin-right: 0 !important;
}

.onestepcheckout-giftmessages .group-select li .input-box	{
	width: 125px;
	margin-right: 20px;
}

.onestepcheckout-giftmessages .group-select li .input-box .input-text	{
	width: 120px;
}

.onestepcheckout-giftmessages .group-select li textarea	{
	width: 267px;
}

.onestepcheckout-address-line   {
    margin-bottom: 10px;
}

