

h1.onestepcheckout-title	{
	font-size: 30px;
}

p.onestepcheckout-description	{
	font-size: 14px;
}


div.onestepcheckout-threecolumns	{
	margin-top: 20px;
}

div.onestepcheckout-threecolumns h2	{
    color: #F18200;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}

div.onestepcheckout-threecolumns div.onestepcheckout-column-left	{
	width: 261px;
	float: left;
	margin-right: 20px;
}

div.onestepcheckout-threecolumns div.onestepcheckout-column-middle	{
	width: 232px;
	float: left;
	margin-right: 20px;
}

div.onestepcheckout-threecolumns div.onestepcheckout-column-right	{
	width: 261px;
	float: left;
}

p.onestepcheckout-login-link	{
    margin:10px 0 10px 0 !important;
    border:1px solid #606060;
    padding:15px 15px 15px 15px;
    background:#343434;
    font-size: 14px;
}


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: left;
}

div.onestepcheckout-enable-newsletter-bottom	{
	margin-top: 20px;
	text-align: left;
}

div.onestepcheckout-enable-terms	{
	text-align: left;
}


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-different-shipping	{
	margin-top: 10px;
}

div.checkoutcontainer div.input-firstname,
div.checkoutcontainer div.input-lastname,
div.checkoutcontainer div.input-email,
div.checkoutcontainer div.input-telephone, 
div.checkoutcontainer div.input-company,
div.checkoutcontainer div.input-fax {
    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, 
div.checkoutcontainer div.input-company .input-text,
div.checkoutcontainer div.input-fax .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;
}



h2.onestepcheckout-numbers	{
	background-repeat: no-repeat;
	height: 35px;
}



/* Popup CSS */
#onestepcheckout_popup_overlay_iframe	{
	z-index: 100 !important;
	background-color: black;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
}


#onestepcheckout_popup_overlay	{
	z-index: 100 !important;
	background-color: black;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	cursor: pointer;
}




#onestepcheckout-toc-popup	{
	width: 500px;
	height: 400px;
	border: 1px solid #7a7a7a !important;
	padding: 20px;
	position: fixed !important;
	z-index: 150 !important;
	background-color: #313131 !important;
	left: 50% !important;
	margin-left: -250px !important;
	top: 20% !important;
	
}

#onestepcheckout-toc-popup div.onestepcheckout-popup-contents	{
	overflow: auto;
	height: 360px;
	padding-right: 10px;
}

#onestepcheckout-toc-popup p.close	{
	font-size: 15px;
	text-transform: uppercase;
	text-align: right;
	margin-top: 5px;
	font-weight: bold;
	position: absolute;
	margin-left: 445px;
}
#onestepcheckout-toc-popup p.close-first	{
	position: absolute;
	float: right;
	width: 500px;
	margin-top: -5px;
}

#onestepcheckout-toc-popup p.close a,
#onestepcheckout-toc-popup p.close a:link,
#onestepcheckout-toc-popup p.close a:visited	{
	text-decoration: none; 
	color: #fff;
}

#onestepcheckout-toc-popup p.close a:hover	{
	text-decoration: underline;
}

#onestepcheckout-popup-contents h1{
	font-size: 16px;
}
#onestepcheckout-popup-contents h2{
	font-size: 14px;
}
#onestepcheckout-popup-contents h3{
	font-size: 12px;
}
#onestepcheckout-popup-contents h4{
	font-size: 11px;
}
#onestepcheckout-popup-contents a{
	color: #F18200;
}
#onestepcheckout-popup-contents a:hover{
	text-decoration: underline;
}

div.onestepcheckout-comments	{
	margin-top: 5px;
	margin-bottom: 20px;
}

div.onestepcheckout-comments textarea	{
	margin-top: 5px;
	width: 255px;
}



#onestepcheckout-dph-popup	{
	width: 500px;
	height: 400px;
	border: 1px solid #7a7a7a !important;
	padding: 20px;
	position: fixed !important;
	z-index: 150 !important;
	background-color: #313131 !important;
	left: 50% !important;
	margin-left: -250px !important;
	top: 20% !important;
	
}

#onestepcheckout-dph-popup div.onestepcheckout-popup-contents	{
	overflow: auto;
	height: 360px;
	padding-right: 10px;
}

#onestepcheckout-dph-popup p.close	{
	font-size: 15px;
	text-transform: uppercase;
	text-align: right;
	margin-top: 5px;
	font-weight: bold;
	position: absolute;
	margin-left: 445px;
}
#onestepcheckout-dph-popup p.close-first	{
	position: absolute;
	float: right;
	width: 500px;
	margin-top: -5px;
}

#onestepcheckout-dph-popup p.close a,
#onestepcheckout-dph-popup p.close a:link,
#onestepcheckout-dph-popup p.close a:visited	{
	text-decoration: none; 
	color: #fff;
}

#onestepcheckout-dph-popup p.close a:hover	{
	text-decoration: underline;
}




/* 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;
}

.checkout-box {
    margin:0 0 0 15px !important;
    border:1px solid #606060;
    padding:15px 15px 15px 15px;
    background:#343434;
    }
.checkout-box:first-child{
    margin:0 !important;
}

.onestepcheckout-threecolumns li{
    float: left;
    width: 100%;
}

.onestepcheckout-threecolumns .input-box{
    display: inline;
    float: right;
    width: 123px !important;
}
.onestepcheckout-threecolumns .input-box:first-child{
    float: left;
}
.onestepcheckout-threecolumns div.input-different-shipping{
    text-align: left;
    width: 100% !important;
}
.onestepcheckout-threecolumns div.input-different-shipping input{
    margin-right: 5px;
    width: auto !important;
}
.onestepcheckout-threecolumns .input-box input{
    width: 117px !important;
}
.onestepcheckout-threecolumns .input-box select,
div.checkoutcontainer div.input-region select{
    width: 123px !important;
}
.place_order{
	width: 100%;
}
.required-li{
	text-align: left;
	position: relative;
	top: -10px;
}
.pop-up-onestep	{
	width: 427px;
	height: 294px;
	border: 1px solid #7a7a7a !important;
	padding: 0;
	position: fixed !important;
	z-index: 150 !important;
	background-color: #313131 !important;
	left: 50% !important;
	margin-left: -213px !important;
	top: 20% !important;
	
}
.pop-up-onestep p.close	{
	font-size: 15px;
	text-transform: uppercase;
	text-align: right;
	margin-top: 20px;
	font-weight: bold;
}
.pop-up-onestep p.close-first	{
	position: absolute;
	float: right;
	width: 500px;
	margin-top: -5px;
}

.pop-up-onestep p.close a,
.pop-up-onestep p.close a:link,
.pop-up-onestep p.close a:visited	{
	text-decoration: none; 
	color: #fff;
}

#onestepcheckout-toc-popup p.close a:hover	{
	text-decoration: underline;
}
#onestepcheckout-forgot-table, #onestepcheckout-login-table{
	width: 100%;
}