

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

p.onestepcheckout-description	{
	font-size: 21px;
}


div.onestepcheckout-threecolumns	{
	margin-top: 20px;
}

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

div.onestepcheckout-threecolumns div.onestepcheckout-column-left	{
	width: 33%;
	float: left;
	margin-right: 20px;
}

div.onestepcheckout-threecolumns div.onestepcheckout-column-middle	{
	width: 29%;
	float: left;
	margin-right: 20px;
}

div.onestepcheckout-threecolumns div.onestepcheckout-column-right	{
	width: 32%;
	float: left;
}

p.onestepcheckout-login-link	{
	border-bottom: 1px solid #BFBFBF;
	border-top: 1px solid #BFBFBF;
	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%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 20px; 
}

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(ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}



h1.onestepcheckout-numbers	{
	background-repeat: no-repeat;
	height: 35px;
	color: #404040;
	text-transform: uppercase;
	padding-top: 7px;
	padding-left: 40px;
}

h1.onestepcheckout-numbers-1	{
	background-image: url(onestepcheckout-numbers-1.gif);
}

h1.onestepcheckout-numbers-2	{
	background-image: url(onestepcheckout-numbers-2.gif);
}

h1.onestepcheckout-numbers-3	{
	background-image: url(onestepcheckout-numbers-3.gif);
}

h1.onestepcheckout-numbers-4	{
	background-image: url(onestepcheckout-numbers-4.gif);
}
















/*


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;
}



*/

