/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
| Checkout One :: alteredCart.com
| All code developed by Bill Brewer
| Copyright (c)2009 alteredCart            
| Bill Brewer <bill@alteredcart.com>   
| All rights reserved.
| This code is licensed for use on a single server.
| This code is licensed for use by the original purchaser only.                         
| Full license :: www.alteredcart.com/license.php
\-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/* Titles */
.checkout_one_titles{
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	/*color: #999;*/
	color: #000000;
}
/* Images */
.checkout_one_images{
	vertical-align:middle;
	border-width: 0px; 
}
.checkoutOneContainer {
	max-width:960px;
}
.checkout_borders{
	border-top: 2px solid #B2B2B2;
	width:100%;
}

#modalBackground {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 9;
	background-color:#FFF;
	display: none;
	opacity: 0.70;
	filter: alpha(opacity=70);
}

.modalBackgroundClass {
	z-index: 9;
	background-color:#FFF;
	opacity: 0.10;
	filter: alpha(opacity=10);
}

.modalForegroundClass {
	position:absolute;
	border:#FF0000 solid 1px;
	padding:5px;
	margin-top:50px;
	margin-left:100px;
	background:center;
	background-color:#FFF;
	height:125px;
	width:400px;
	padding:5px;
	z-index:12;
	opacity:1;
	filter:alpha(opacity=100);
}
.flc-tabs-container {
	height:0px !important;
}
#modalWindow {
    position: fixed;
    left: 0;
    top: 0;
	z-index: 10;
	background-color:#FFF;
	display: none;
	border: 1px solid #CCC;
}

.checkoutPreload{
	opacity: 7;
	filter: alpha(opacity=70);
	z-index: 20;
	height: 100%;
	width: 100%;
	position:fixed;
	top: 0px;
	left: 0px;
	background: #FFF repeat center;
}

.cart_bg {
	margin:0px auto;
	
}

.cart_bg .hd .co_contents,
.cart_bg .ft .co_contents {
 	height:12px;
}

.cart_bg .ft .co_contents {
 	height:17px;
}

.cart_bg .hd {
 	/*background:transparent url(images/checkout_one_tl.gif) no-repeat 0px 0px;*/
}

.cart_bg .hd .co_contents {
	/*background:transparent url(images/checkout_one_tr.gif) no-repeat right 0px;*/
}

.cart_bg .bd {
	/*background:transparent url(images/checkout_one_ml.gif) repeat-y 0px 0px;*/
}

.cart_bg .bd .co_contents {
	/*background:transparent url(images/checkout_one_mr.gif) repeat-y right 0px;*/
	/*background-color: #FFFFFF;
	border: 2px solid #000000;
	border-radius: 10px;*/
}

.cart_bg .bd .co_contents .co_main {
	margin:0px 8px 0px 4px;
	padding:0px 3px 0px 3px;
	background-color: #FFFFFF;
	border: 2px solid #555555;
	border-radius: 10px;
	box-shadow: 0px 8px 8px #000000;
	-moz-box-shadow: 0px 8px 8px #000000;
	-webkit-box-shadow: 0px 8px 8px #000000;
}

.cart_bg .ft {
	/*background:transparent url(images/checkout_one_bl.gif) no-repeat 0px 0px;*/
}

.cart_bg .ft .co_contents {
	/*background:transparent url(images/checkout_one_br.gif) no-repeat right 0px;*/
}

.error_message{
	color:#FF0;
	font-weight:bold;
}

.grey_box{
	padding:10px; 
	background-color:#F7F7F7; 
	border:2px solid #555555; 
	margin:10px;
	width:95%;
	border-radius:10px;
	box-shadow: 0px 8px 8px #000000;
	-moz-box-shadow: 0px 8px 8px #000000;
	-webkit-box-shadow: 0px 8px 8px #000000;
}

.ProductPriceSmall {
	color:#B51A00;
	font-weight:bold;
}
.Star{
	color:#FF0000;
}
.error_section_highlight{
	border:1px solid #FF0000;
	/*background:transparent url(images/checkout_one_error_sm.gif) no-repeat left 0px;
	padding-top:25px;
	background-color:#FFEAEA;*/
}

/* Number Sprite */
.steps{
	height: 30px;
	width: 30px;
	background: url(images/checkout_one_numbers.gif);
	float:left;
	margin-right:10px;
}	
.step-2{
	background-position:-30px;
}
.step-3{
	background-position:-60px;
}
.step-4{
	background-position:-90px;
}

.selectPaymentMethod{
	font-weight: bold;
	color: #F00;
	margin:15px 0;
	padding-left:5px;
}

.checkoutBorder{
	border-top:1px solid #999;
	width:100%
}

.checkoutWelcome{
	font-size:larger;
	font-weight:bold;
	color:#F00;
}

#errorDisplayT{
	border:1px solid #FF0000;
	padding:10px;
	font-weight:bold;
	width:100%;
}

/* Bug fix */
button.button .button-right{
   min-width:100px;
}

.main-button .button-left{
	width:auto;
}
