/***********************************************************************************************
	CSS Document Author: Michael Oleksak - StarsnSites.com copyright ©2008 all rights reserved.  
	Begin Shopping Cart Table Styles
***********************************************************************************************/				 
.cart_container {
	width:710px;
	background:#f7f7f7;
	margin:10px auto;
	overflow:visible;
	font-size:14px;
	padding:5px;
	border:1px solid #ddd;
	border-radius:5px
}
.cart_header {
	width:710px;
	height: 30px;
	line-height:30px;
	background:url('../../includes/shoppingCart/ShoppingCartHeader.gif') repeat-x ;
	font-size: 13px;
	font-weight: bold;
	color:#369;
	text-indent:10px;
	letter-spacing:2px;
}

.shoppingCart {
	width: 700px;
}
.shoppingCartHeader {
	width: 100%;
	height: 30px;
	background-image:url('../../includes/shoppingCart/ShoppingCartHeader.gif');
	background-repeat: repeat-x;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	vertical-align: middle;
	text-indent: 10px;
	border:1px solid #FCE7D5;
	letter-spacing:2px;
}
.shoppingCartBody {
	background-color: #ffffff;
	border:1px solid #FACDA6;
	padding: 0px;
	text-align:center;
	font-size: 9px;
}
.productCartSSL {
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 10px;
	border-bottom:#ECECEC 1px solid;
	text-align:center;
}
.productCartSSL tr.pc0 td {
	background: #f2f2f2;
	font-size: 12px;
	color: #444;
	padding:2px;
}
.productCartSSL tr.pc1 td {
	background: #fff;
	font-size: 12px;
	color: #555;
	padding:2px;
}
.productCartSSL th {
	font-weight:bold;
	color:#369;
	font-size: 13px;
	background:#fff;
	font-weight: normal;
	border-top: 1px solid #e1e1e1;
	border-bottom:1px solid #ddd;

	padding:3px;
	height: 20px;
}
.productCartSSL td {
	border:#D4D4D4 0px solid;
	font-size: 10px;
	background:#fff;
	color:#000;
	vertical-align:middle;
	height: 25px;
	padding:2px;
}
.quantityInput {
	width:30px;
	text-align:center;
	margin:auto;
	color:#3381CE;
	border:#3381CE 1px solid;
	border-radius:5px;
}
.shoppingCartquantity {
	width: 40px;
	text-align: center;
}
.shoppingCartSKU {
	width: 60px;
	text-align: center;
}
.shoppingCartItem {
	text-indent: 10px;
	text-align: left;
}
.shoppingCartprice {
	width: 80px;
	text-align: center;
}
.shoppingCartTotal {
	width: 120px;
	text-align: center;
	font-weight: bold;
}
/***********************************
 Begin UPS Table Style
***********************************/
.upsTable {
	width: 100%;
	border:0px solid #dddddd;
	background-color: #fff;
	color: #445C7D;
}
.upsTable a:link, .upsTable a:visited {
	color: #F35E43;
	text-decoration: underline;
}
.upsTable a:hover, .upsTable a:active {
	color: #084D8E;
	text-decoration: none;
}
.upsTable th {
	height: 25px;
	padding: 3px;
	background:transparent url("../../includes/shoppingCart/ups-bg.gif");
	border:1px solid #efefef;
	font-size: 12px;
	color: #084D8E;
}
.upsTable td {
	padding: 3px;
	height: 25px;
	border:1px solid #efefef;
	font-size: 11px;
	text-align:center;
}
.freeShip {
	background-color: #EBF1E9;
	color: #008000;
	font-weight: bold;
	border:1px solid #008000;
}
.freeShip a:link, .freeShip a:visited {
	color: #008000;
	text-decoration: underline;
}
.freeShip a:hover, .freeShip a:active {
	color: #084D8E;
	text-decoration: none;
}
/*N E W - S T U F FS*/
.quantity_update_container {
	background:#fff;
	width:700px;
	height:auto;
	padding:5px;
	font-size:10px;
	font-weight:bold;
	color:#008000;
	margin:10px auto;
	border-radius:10px;
	text-align:right;
}
.coupon_container {
	background:#fff;
	width:700px;
	height:100px;
	padding:5px;
	margin:10px auto;
	border:1px solid #9DBF91;
	border-radius:10px;
}
.coupon_text_container {
	width:400px;
	height:90px;
	font-size:12px;
	font-style:italic;
	color:#999;
	float:left;
	margin:5px;
	padding:5px;
}
.coupon_text_error {
	color:#c00;
	font-size:12px;
	font-weight:bold;
}
.coupon_input_container {
	width:250px;
	height:90px;
	font-size:12px;
	font-style:italic;
	color:#999;
	float:left;
	margin:5px;
	padding:5px;
	text-align:center;
}

.couponCodeTable {
	width: 90%;
	background-color: #EBF1E9;
	border:1px solid #9DBF91;
	margin: 10px;
}
.couponCodeinput {
	border:1px solid #9DBF91;
	width: 130px;
}
.couponCodeTable td {
	padding: 4px;
	color: #27401F;
}
.couponCodeTable h2 {
	color: #27401F;
	font-size: 12px;
}
.shipping_options_text_container {
	background:#fff;
	width:700px;
	height:auto;
	padding:5px;
	font-size:14px;
	font-weight:bold;
	color:#008000;
	margin:10px auto 0px auto;
	border-radius:10px;
	text-align:center;
}

#check_out_help_text {
	width: 700px;
	font-size:14px;
	text-align:justify;
	color:#333;
	margin:auto;
	clear: both;
}
#clearDIV {
	clear: both;
}



.upsCalculator td {
	vertical-align: top;
	padding: 4px;
	font-size: 11px;
	color: #444444;
	font-style: italic;
	letter-spacing: 1px;
}
.upsCalculator {
	width: 90%;
	background-color: #FEF1E6;
	border:1px solid #FACDA6;
}
.upsCalculator td {
	vertical-align: top;
	padding: 4px;
	font-size: 11px;
	color: #444444;
	font-style: italic;
	letter-spacing: 1px;
}



.shipping_calc_container {
	background:#fff;
	width:700px;
	height:130px;
	padding:5px;
	margin:10px auto;
	border:1px solid #ddd;
	border-radius:10px;
	position:relative;
}
.shipping_text_container {
	width:410px;
	height:130px;
	color:#444;
	font-size:12px;
	font-style:italic;
	letter-spacing: 1px;
	text-align:right;
	position:absolute;
	top:5px;
	left:5px;
}
.shipping_input_container {
	width:275px;
	height:130px;
	color:#999;
	position:absolute;
	top:5px;
	right:5px;
	padding:5px;
}
.shipping_calc_inner_table {
	background:#efede6;
	width:275px;
	border:1px solid #9b894b;
	border-radius:10px;
	color:#333;
}
.shipping_calc_inner_table td {
	height:30px;
	line-height:30px;
}
.ship_center {
	text-align:center;
}
.shipping_calc_inner_labels {
	width:125px;
	text-align:right;
	padding-right:5px;
	font-size: 13px;
	font-weight: bold;
	vertical-align:middle;
}
.shipping_calc_input_cell {
	width:150px;
	text-align:left;
	padding-left: 0px;
	font-size: 13px;
	font-weight: bold;
	vertical-align:middle;
}

.shipping_calc_input {
	border:1px solid #9b894b;
	width: 130px;
}






/***********************************************************************************************
		Below is style for Checkout Table          
***********************************************************************************************/ 
.checkOut {
	width: 100%;
	background-color: #ffffff;
	border:#663300 1px solid;
	border-collapse: collapse;
	font-size: 9px;
	color: #555555;
}
.checkOut td {
	text-align: left;
	font-size: 9px;
	background-color: #efefef;
	padding-left: 5px;
	vertical-align: middle;
	border:#D5D5D5 1px solid;
}
.checkOut th {
	font-size: 10px;
	color: #fff;
	background-color: #B5804A;
	border:#efefef 1px solid;
	padding-right: 5px;
	text-align: right;
	vertical-align: middle;
	width: 35%;
}
.checkOut h3 {
	font-size: 12px;
	color: #906F66;
	margin: 0px;
}
.cartright {
	padding-right: 15px;
	text-align: right;
}
.buttonsTable {
}
.buttonsTable td {
	vertical-align: top;
}
.button {
	border:#ccc 1px solid;
	border-radius:5px;
	background:#fff url(cart_button_background.gif);
	height:24px;
	padding:2px 6px 2px 6px;
	margin:4px;
	color:#369;
/*	width: 190px;
	height:28px; */
}
#bottom_buttons {
	background:#fff;
	width:700px;
	height:130px;
	padding:5px;
	margin:10px auto;
	border:0px solid #9DBF91;
	border-radius:10px;
	position:relative;
	overflow:hidden;
}
#continue_clear {
	background:#fff;
	width:690px;
	height:25px;
	float:none;
	text-align:center;
	vertical-align:middle;
	padding:5px;
	position:relative;
}
#checkout_btn_wrapper {
	width:600px;
	height:80px;
	margin:2px auto;
	text-align:center;
}
	
.checkout_google_btn {
	width:180px;
	height:80px;
	text-align:center;
	display:inline-block;
	margin:5px;
}
.checkout_authorize_btn {
	width:180px;
	height:80px;
	text-align:center;
	display:inline-block;
	margin:5px;
}
.checkout_paypal_btn {
	width:180px;
	height:80px;
	text-align:center;
	display:inline-block;
	margin:5px;
}
/***********************************
 End Stylesheet
***********************************/
