

h1.onestepcheckout-title	{
	font-size: 30px;
}

p.onestepcheckout-description	{
	font-size: 12px !important;
	border-bottom: 1px solid #D4D4D4;
	padding: 15px 0 10px 0;
}


div.onestepcheckout-threecolumns	{

}

div.onestepcheckout-threecolumns h1	{
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}

div.onestepcheckout-threecolumns div.onestepcheckout-column-left	{
	padding-right: 16px;
	width: 256px;
}

div.onestepcheckout-threecolumns div.onestepcheckout-column-middle	{
	padding: 0 10px 0 11px;
	width: 300px;
}

div.onestepcheckout-threecolumns div.onestepcheckout-column-right	{
	padding-left: 10px;
	width: 310px;
}

p.onestepcheckout-login-link	{
	border:0;
	padding-bottom: 5px;
	padding-top: 5px;
}


div.onestepcheckout-error	{
	background-color: #FAEBE7;
	color: #DF280A;
	border: 1px solid #DF280A;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	background-image: url(onestepcheckout-error.jpg);
	background-repeat: no-repeat;
	background-position: 5px 5px;
}


div.onestepcheckout-enable-newsletter	{
	margin-bottom: 10px;
	text-align: right;
}

div.onestepcheckout-enable-newsletter-bottom	{
	margin-top: 20px;
	text-align: right;
}

div.onestepcheckout-enable-terms	{
	text-align: right;
}


table.onestepcheckout-summary	{
	width: 100%;
}

table.onestepcheckout-summary td.name	{
	width: 45%;
}

table.onestepcheckout-summary td.qty,
table.onestepcheckout-summary th.qty	{
	width: 15%;
	text-align: center;
}

table.onestepcheckout-summary td.total,
table.onestepcheckout-summary th.total	{
	width: 40%;
	text-align: right;
}

table.onestepcheckout-totals	{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 20px; 
}
table.onestepcheckout-totals .granttotal{
	font-weight: bold;
}

table.onestepcheckout-totals td.title	{
	width: 55%;
	text-align: right;
}

table.onestepcheckout-totals td.value	{
	width: 45%;
	text-align: right;
}


div.onestepcheckout-place-order	{
	text-align: right;
	margin-top: 20px;
}

div.checkoutcontainer .checkout-error-message {
    font-size: 14px;
    margin-left: 10px;
    color: red;
}


div.checkoutcontainer div.input-error label {
    color: red !important;
}

div.checkoutcontainer div.input-error input  {
    border: 1px solid red !important;
}

div.checkoutcontainer div.input-firstname,
div.checkoutcontainer div.input-lastname,
div.checkoutcontainer div.input-email,
div.checkoutcontainer div.input-telephone{
    width: 49%;
}

div.checkoutcontainer div.input-firstname .input-text,
div.checkoutcontainer div.input-lastname .input-text,
div.checkoutcontainer div.input-email .input-text,
div.checkoutcontainer div.input-telephone .input-text{
    width: 70%;
}


div.checkoutcontainer div.input-address,
div.checkoutcontainer div.input-city {
    width: 100%;
}

div.checkoutcontainer div.input-address .input-text,
div.checkoutcontainer div.input-city .input-text {
    width: 83%;
}

div.checkoutcontainer div.input-postcode {
    width: 29%;
}

div.checkoutcontainer div.input-postcode .input-text {
    width: 70%;
}

div.checkoutcontainer div.input-region {
    width: 70%;
}

div.checkoutcontainer div.input-region .input-text {
    width: 77%;
}


div.checkoutcontainer div.input-country {
	width: 100%;
}

div.checkoutcontainer div.input-country select	{
    width: 85%;
}

div.checkoutcontainer div.input-region select   {
    width: 81% !important;
}

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;
    padding-left: 20px;
}

.payment-methods dd li  {
    padding: 0;
}


div.onestepcheckout-shipping-method	{
	margin-bottom: 20px;
}

#onestepcheckout-form div.loading-ajax	{
	height: 50px;
	text-align: center;
	background-image: url(../onestepcheckout/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}



h1.onestepcheckout-numbers	{
	color: #a0410d;
	font-size: 14px;
	font-weight: bold;
}





/* Popup CSS */
#onestepcheckout-toc-popup	{
	width: 500px;
	height: 530px;
	border: 1px solid black;
	padding: 20px;
	position: absolute;
	z-index: 150;
	background-color: white;
	z-index: 1000;
	position: fixed;
	
}

#onestepcheckout-toc-popup div.onestepcheckout-popup-contents	{
	overflow: auto;
	height: 450px;
	padding-right: 10px;
}

#onestepcheckout-toc-popup p.close	{
	font-size: 15px;
	text-transform: uppercase;
	text-align: right;
	margin-top: 20px;
	font-weight: bold;
}

#onestepcheckout-toc-popup p.close a,
#onestepcheckout-toc-popup p.close a:link,
#onestepcheckout-toc-popup p.close a:visited	{
	text-decoration: none; 
	color: black;
}

#onestepcheckout-toc-popup p.close a:hover	{
	text-decoration: underline;
}




#onestepcheckout-login-popup	{
	width: 500px;
	height: 250px;
	border: 1px solid black;
	padding: 20px;
	position: absolute;
	z-index: 150;
	background-color: white;
	z-index: 1000;
	position: fixed;
	
}

#onestepcheckout-login-popup div.onestepcheckout-popup-contents	{
	overflow: auto;
	height: 200px;
	padding-right: 10px;
}

#onestepcheckout-login-popup p.close	{
	font-size: 15px;
	text-transform: uppercase;
	text-align: right;
	margin-top: 20px;
	font-weight: bold;
}

#onestepcheckout-login-popup p.close a,
#onestepcheckout-login-popup p.close a:link,
#onestepcheckout-login-popup p.close a:visited	{
	text-decoration: none; 
	color: black;
}

#onestepcheckout-login-popup p.close a:hover	{
	text-decoration: underline;
}
#onestepcheckout-forgot-table, #onestepcheckout-login-table{
	width: 100%;
}









/*


div.shopping-cart-totals div.loading-ajax	{
	height: 50px;
	text-align: center;
	background-image: url(ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

fieldset.group-select   {
    padding: 10px 10px;
}

div.checkoutcontainer   {
    
}


div.checkout-twocolumns {
    
}

div.checkout-twocolumns div.checkout-twocolumns-left    {
   width: 49%;
   float: left;
}

div.checkout-twocolumns div.checkout-twocolumns-right   {
    width: 49%;
    float: left;
}

div.checkoutcontainer .checkout-error-message {
    font-size: 14px;
    margin-left: 10px;
    color: red;
}


div.checkoutcontainer div.input-error label {
    color: red !important;
}

div.checkoutcontainer div.input-error input  {
    border: 1px solid red !important;
}

div.checkoutcontainer div.input-firstname,
div.checkoutcontainer div.input-lastname,
div.checkoutcontainer div.input-email,
div.checkoutcontainer div.input-telephone{
    width: 50%;
}

div.checkoutcontainer div.input-firstname .input-text,
div.checkoutcontainer div.input-lastname .input-text,
div.checkoutcontainer div.input-email .input-text,
div.checkoutcontainer div.input-telephone .input-text{
    width: 80%;
}


div.checkoutcontainer div.input-address {
    width: 100%;
}

div.checkoutcontainer div.input-address .input-text {
    width: 87%;
}

div.checkoutcontainer div.input-postcode {
    width: 22%;
}

div.checkoutcontainer div.input-postcode .input-text {
    width: 60%;
}

div.checkoutcontainer div.input-region {
    width: 30%;
}

div.checkoutcontainer div.input-region .input-text {
    width: 70%;
}


div.checkoutcontainer div.input-country {
    width: 48%;
}

div.checkoutcontainer div.input-country select
{
    width: 80%;
}

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;
    padding-left: 20px;
}

.payment-methods dd li  {
    padding: 0;
}

p.checkout-error    {
    color: red;
}


div.checkoutcontainer div.input-region select   {
    width: 80% !important;
}



*/

.onestep-head{
	
	float: left;
	height: 10px;
	width: 100%;
}
.onestep-cont{
	
	float: left;
	padding:0 10px !important;
	width:960px !important;
}
.onestep-bottom{
	float: left;
	height: 10px;
	width: 100%;
}
.onestep-cont .group-select{
	width: 960px !important;
	padding: 0 10px 0 10px !important;
}

div .onestepcheckout-threecolumns{
	width: 100%;
	float: left;
}
.checkoutcontainer .onestepcheckout-column-left, .checkoutcontainer .onestepcheckout-column-middle, .checkoutcontainer .onestepcheckout-column-right{
	float: left;
	width: 33%;
}
.checkoutcontainer .input-box{
	width: 50% !important;
}
.checkoutcontainer .input-box label{
	font-weight: bold !important;
}
.checkoutcontainer .input-address{
	width: 100% !important;
}
.checkoutcontainer select{
	width: 124px !important;
}
.checkoutcontainer .input-text{
	width: 118px !important;
}
.checkoutcontainer .input-address .input-text{
	width: 246px !important;
}
.onestepcheckout-summary th{
	color: #a0410d;
}
.onestepcheckout-summary td{
	color: #666666;
}
table.onestepcheckout-totals td.title{
	text-align: left;
}

.form-button-checkout {
	background: none;
	border: 0;
	padding: 0;
	font-family: "Myriad Pro", "Arial", "Verdana";
	font-size: 18px;
	cursor: pointer;
}

.form-button-checkout span {
	background: url(../images/form-button-checkout.gif) no-repeat left;
	padding-left: 8px;
	padding-top: 8px;
	float: left;
	height: 32px;
	color: #fff;
	text-transform: uppercase;
}

.form-button-checkout span.corn {
	background: url(../images/form-button-checkout-corn.gif) no-repeat right;
	width: 8px;
	height: 40px;
	padding: 0;
	float: right;
}
.onestepcheckout-column-middle dl label{
	color: #666666;
}
.onestepcheckout-column-left li{
	float: left;
	width: 100%;
	padding: 4px 0 4px 0;
}
.onestepcheckout-column-left li label{
	color:#A0410D;
	font-size:12px;
}
.onestepcheckout-column-left .input-box{
	float: left;
}
.onestepcheckout-comments #id_comments{
	width: 280px;
}
.payment-methods .form-list label{
	color: #a0410d;
    text-align: left !important;
    width: 220px !important;
}
.payment-methods dd li{
    margin-left:10px;
}
.payment-methods .form-list .v-fix{
    float:left !important;
}
.payment-methods .form-list .v-fix select#paypal_direct_expiration{
    width: 124px !important;
}
.payment-methods .form-list .v-fix select#paypal_direct_expiration_yr{
    width: 95px !important;
}
#payment_form_paypal_direct .input-box{
    width: 100% !important;
}
.tool-tip {
    background: #f6eee9;
    border: 1px solid #b9a397;
    position: fixed;
    top: 150px !important;
    left: 50% !important;
    margin-left: -226px !important;
    z-index: 100;
}
#payment_form_paypal_direct .v-fix label{
	width: auto !important;
	
}

#onestepcheckout_popup_overlay{
	width: 100%;
	position: fixed;
	height: 100%;
	background: #000;
	opacity: 0.4;
	float: left;
	top: 0;
	left: 0;
	z-index: 500;
}
