/* @override 
	http://www.mobeetechnology.com//templates/mobee/css/ajaxship.css */

@charset "utf-8";
/* CSS Document */

.checkout-wrap {
	/*background-color:#E3EDFD;*/
	width:886px;
	margin: 20px 0 20px 0;
	display: inline-block;
	padding:20px;
	-moz-box-shadow:inset 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow:inset 0 0 10px rgba(0,0,0,0.3);
	box-shadow:inset 0 0 10px rgba(0,0,0,0.3);
	border: 1px solid #c0c0c0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.checkout-wrap h4 {
	margin: 0 !important;
	padding: 0 !important;
}
.checkout-steps {
    float: left;
    margin: 5px;
    padding: 5px;
    width: 45%;
    border: 0 !important;
}
.checkout-steps .sectiontableheader th, .checkout-steps .sectiontableheader {
	color: #6f6e6e;
    font-weight: bold;
    padding-bottom: 10px;
}
span.checkout-steps .sectiontableheader {
	display: block;
}

#result {
	background:#ffffff;
	padding: 10px;
	border-radius: 5px;
	border: 1px solid #c0c0c0;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: 0 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0px 3px rgba(0,0,0,0.3);

}
#result .sectiontableheader {
	color: #a9a9a9;
	border-bottom: 1px solid #c0c0c0;
	height: 40px;
}
#result .sectiontableheader th {
	font-weight: normal;
}
#result .sectiontableentry2 td {
	padding-top: 10px;
}



.checkout-steps-payment{
	width:100%;
	display:block;
	padding:5px;	
}

.checkout-top{
	font-size: 24px !important;
	font-weight: normal ;
	margin: 10px 0 0 0 !important;
}

.shopping-cart-main-inner {
	width:886px;
	margin: 20px 0 20px 0;
	display: inline-block;
	padding:20px;
	border: 1px solid #c0c0c0;
	-moz-box-shadow:inset 0 0 10px rgba(0,0,0,0.3);
	-webkit-box-shadow:inset 0 0 10px rgba(0,0,0,0.3);
	box-shadow:inset 0 0 10px rgba(0,0,0,0.3);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-khtml-border-radius: 5px;
}
.shopping-cart-main-inner hr {
	display: none;
}

.spinner {
	position: fixed;
	top:50%;
	left:45%;
	text-align:center;
	z-index:1234;
	background: #e2e2e2;
	width:200px;
	min-height:100px;
	border:1px solid #6e6e6e;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;


	
}