#content .wrap-cart {
    float: left;
    width: 750px;
    padding: 10px;
}
#content .hide-sidebar {
	width: 940px;
}
#content table.cart{
    border:1px solid #ccc;
    width:100%;
}
#content .cart th{
    background:#EEEEEE;
    text-align:center;
    border:1px solid #fff;
    height:25px;
    font-weight:bold;
}
#content .cart td{
    padding: 0 10px;
    border:1px solid #fff;
    height:25px;
}
#content .cart td input{
    width:40px;
}
#content .cart td.left{
    text-align:left;
}
#content .cart td.right{
    text-align:right;
    padding-right:5px;
}
#content .cart td.center{
    text-align:center;
}
#content .summary{
    text-align:right;
    width:100%;
}
#content .cart-button {
    float:right;
    padding:10px 0 0 0;
}
#content .cart-button input[type=button],
#content .cart-button input[type=submit] {
    padding: 10px 15px;
    border-radius: 5px;
	cursor: pointer;
}
hr.cart-line{
    /*border:1px solid #ccc;*/
}
.checkout-form {
    margin: 10px 0px 0px 0px;
    text-align: left;
}
.checkout-form .shipping-title{
    font-size:14px;
    font-weight:bold;
    background-color:#eee;
    margin: 20px 0px 5px 0px;
    padding:5px;
}
.checkout-form label {
    text-align: left;
    display: inline-block;
    width: 110px;
}
.checkout-form input[type=text] {
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #BBBBBB;
    height: 25px;
    width: 220px;
    padding-right: 30px;
}
.checkout-form select {
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #BBBBBB;
    height: 25px;
    width: 250px;
}
.checkout-form #name {
    background: url("/modules/main/images/name.png") no-repeat scroll 225px 4px #fff;
}
.checkout-form #lastname {
    background: url("/modules/main/images/name.png") no-repeat scroll 225px 4px #fff;
}
.checkout-form #phone {
    background: url("/modules/main/images/phone.png") no-repeat scroll 225px 4px #fff;
}
.checkout-form #email {
    background: url("/modules/main/images/email.png") no-repeat scroll 225px 4px #fff;
}
.checkout-form #security_code {
    padding-right: 0;
    width: 362px;
}
.checkout-form textarea {
    width: 250px;
    vertical-align: middle;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #BBBBBB;
}
.checkout-form .error {
    color: red;
}
.checkout-form .checkout-block {
    margin: 5px auto;
    width: 400px;
}
.checkout-form .checkout-block-hidden {
    display: none;
}
.checkout-form .checkout-block-button{
    padding : 50px 0 0 0;
    text-align:center;
}
.checkout-form .checkout-block-button input[type=button],
.checkout-form .checkout-block-button input[type=submit] {
    padding: 10px 15px;
    border-radius: 5px;
	cursor: pointer;
}
.checkout-form #btn_login_for_checkout {
	border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    padding: 10px 15px;
}
.checkout-form .checkout-block-button #submit-checkout {
    /*margin-left:80px;*/
}
.checkout-form .button {
    text-align: left;
}
.checkout-form .checkout-block img {
    vertical-align: middle;
    margin-right: 20px;
}
.checkout-form .right {
    float: right;
    margin-right: 100px;
}
.checkout-form .left {
    float: left;
}
.checkout-form .checkout-option-block {
    margin: 10px;
    width: 500px;
}
.checkout-form .checkout-option-block label{
	display: inline-block;
    text-align: left;
    width: 300px;
}
.checkout-form .formErrorAlert {
    color: #ffeeee;
    display: block;
    font-weight: bold;
    position: absolute;
    margin: -50px 0 0 200px;
}
.checkout-form .formError {
    background: none repeat scroll 0 0 #ffeeee;
    border: 2px solid #f00;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 6px #000;
    color: #f00;
    font-size: 11px;
    padding: 4px 10px;
    text-align: center;
    position: relative;
}
.checkout-form .formErrorArrow div {
    background: none repeat scroll 0 0 #ffeeee;
    border-left: 2px solid #f00;
    border-right: 2px solid #f00;
    box-shadow: 0 2px 3px #444;
    display: block;
    font-size: 0;
    height: 1px;
    line-height: 0;
    margin: 0 auto;
}
.formErrorArrow {
    width: 17px;
    margin: -2px 0 0 13px;
    position:relative;
}
.formErrorArrow .line9 {
    width: 15px;
}
.formErrorArrow .line8 {
    width: 13px;
}
.formErrorArrow .line7 {
    width: 11px;
}
.formErrorArrow .line6 {
    width: 9px;
}
.formErrorArrow .line5 {
    width: 7px;
}
.formErrorArrow .line4 {
    width: 5px;
}
.formErrorArrow .line3 {
    width: 3px;
}
.formErrorArrow .line2 {
    width: 1px;
}
.formErrorArrow .line1 {
    width: 0px;
}
#checkout-form-status {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    color: #2FA41E;
}
#checkout-form-status.error {
    color: red;
}
span.copy_address_desc {
    font-size:12px;
}
div.copy_address_block {
    display:none;
}
.order {
    border:1px solid #ccc;
    width:750px;
    margin:5px;
}
.order .clear {
    clear:both;
}
.order .sitename {
    float:left;
    font-size:13px;
    padding:5px 10px 5px 5px;
}
.order .ref-no {
    text-align:right;
    padding:5px 10px 5px 5px;
    font-size:13px;
}
.order .date {
    padding:5px 10px 5px 5px;
    font-size:13px;
    text-align:right;
}
.order .head {
    font-size:16px;
    font-weight:bold;
    text-align:center;
    padding:10px;
}
.order .shipping {
    padding: 0 5px 0 5px
}
.order .shipping-table {
    width:100%;
}
.order .shipping-address, .billing-address {
    width:100%;
}
.order .shipping-address th, .billing-address th {
    background-color:#eee;
    border-left: solid 1px #fff;
    font-weight:bold;
    text-align:center;
    font-size:13px;
    padding:3px;
}
.order .shipping-address td, .billing-address td {
    font-size:13px;
    padding:3px;
}
.order .shipping-address .label {
    font-weight:bold;
}
.order .billing-address .label {
    font-weight:bold;
}
.order .detail{
    padding:30px 5px 0 5px;
}
.order .detail-table{
    width:100%;
}
.order .detail-table th{
    background-color:#eee;
    border: 1px solid #fff;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    padding: 3px;
}
.order .detail-table td{
    font-size: 13px;
}
.order .detail-table td.left {
    text-align: left;
    padding-left: 5px;
}
.order .detail-table td.right {
    text-align: right;
    padding-right: 5px;
}
.order .detail hr{
    width: 100%;
    color: #eee;
}
.order .detail .summary {
    font-weight:bold;
    text-align:right;
    padding-right:10px;
    padding-bottom:20px;
}
.order .remark{
    font-size :13px;
    padding: 0px 0px 20px 5px;
}
.order-wrap {
    width: 940px;
    margin: 0px auto; /* This style makes the order details table aligned center when the sidebar is hidden. */
    overflow: hidden;
    padding: 10px;
}
.order-show-sidebar {
	width: 750px;
}
#order-list-details.order-wrap {
    margin: 0px;
}
.order-wrap .order-control-btn {
    padding-top:20px;
    text-align:center;
}
.order-wrap .order-control-btn input[type=button],
.order-wrap .order-control-btn input[type=submit] {
    padding: 10px 15px;
	cursor: pointer;
	border-radius: 5px 5px 5px 5px;
}
table.cart input[type=text] {
    text-align:right;
}
.order-wrap .order-complete {
    border:1px solid #ccc;
    border-radius: 10px 10px 10px 10px;
    padding: 50px;
    text-align: center;
    margin-top: 20px;
}
.order-wrap .back-home{
    font-size: 13px;
    padding-top: 20px;
}

/*Checkout Step Display*/
.checkout-step {
	clear: both;
	padding: 10px 0;
	width: 100%;
}
.checkout-step .progress-bar {
	background:#ccc;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	height: 20px;
	margin-top: 30px;
	position: absolute;
	width: 750px;
}
.checkout-step .progress-bar > span {
   background-color: #00CC66;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   height: 20px;
   position: absolute;
}
.checkout-step #progress-step1 > span {
	width: 15%;	
}
.checkout-step #progress-step2 > span {
	width: 50%;
}
.checkout-step #progress-step3 > span {
	width: 100%;
}
.checkout-step .step {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 0 0 10px 0;
	width: 33%;
	vertical-align: top;
}
.checkout-step .step > .circle {
	background: #ddd;
	border: 4px solid #ccc;
	border-radius: 50%;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	color:#fff;
	font-size:30px;
	height: 70px;
	line-height:70px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align:center;
	width: 70px;
}
.checkout-step .step > .text{
	display: block;
	text-align:center;
}
.checkout-step #step-done .circle{
	background-color: #00CC66;
	border: 5px solid #00CC66;
}