/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
| 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
\-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


div,th,td,p,input,select,textarea,tt,button {
	font-family:Arial, Helvetica, sans-serif;
	color: #2c3e49;
	font-size: 12px;
}

/* Titles */
.checkout_one_titles{
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight:bold
}


/* Images */
.checkout_one_images{
	vertical-align:middle;
	border-width: 0px; 
}

.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:#FFFFFF;
	display: none;
	opacity: 0.70;
	filter: alpha(opacity=70);
}

.modalBackgroundClass {
	z-index: 9;
	background-color:#FFFFFF;
	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:#FFFFFF;
	height:125px;
	width:400px;
	padding:5px;
	z-index:12;
	opacity:1;
	filter:alpha(opacity=100);
}

#modalWindow {
    position: fixed;
    left: 0;
    top: 0;
	z-index: 10;
	background-color:#FFFFFF;
	display: none;
	border: 1px solid #CCCCCC;
}

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

.cart_bg {
	margin:0px auto;
 	min-width:20em;
}

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

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

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

.cart_bg .hd .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 .contents {
	background:transparent url(images/checkout_one_mr.gif) repeat-y right 0px;
}

.cart_bg .bd .contents .main {
	margin:0px 8px 0px 4px;
	padding:0px 3px 0px 3px;
}

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

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

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

.grey_box{
	padding:10px; 
	background-color:#F7F7F7; 
	border:1px solid #CCCCCC; 
	margin:10px;
}

.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;*/
}