.checkout-columns
{
	padding:0px;
}
.checkout-columns *
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.checkout-columns li
{
	list-style:none;
}
.checkout-leftcolumn 
{
	    width: 33.33333333%;
		    float: left;
			    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	    box-sizing: border-box;
}
.checkout-rightcolumn 
{
    width: 66.66666667%;
	 float: left;
	     position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
	    box-sizing: border-box;
}
.checkout-columns .login-btn-group {
    margin-bottom: 20px;
}
.checkout-columns  .btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
	    vertical-align: middle;
		    position: relative;
		    margin-bottom: 20px;	
}


.btn-default {
	    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
	display: inline-block !important;
    margin: 0 !important;
	    box-sizing: border-box;
		    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}
.btn-default.active
{
	background-image: none;
background-color: #1f90bb;
    background-position: 0 -15px;
	    color: #fff;
		border-color: #204d74;
}
.btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#checkoutShipTo,#checkoutFreeShipping,#checkoutPayment,#checkoutOrderForm
{
	    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	    border-color: #dddddd;
}
.panel-heading
{
	    color: #333;
    background-color: #f5f5f5;
    border-color: #dddddd;
	    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.checkout-columns .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.checkout-columns .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.checkout-columns .fa {
    font-size: 14px;
}
.fa-book:before {
    content: "\f02d";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-credit-card:before{content:"\f09d"}
.fec-address-container,.fec-shipping-method,.checkout-cart-product,#checkoutOrder {
    padding: 15px;
}

.checkout-columns .field
{
	float:none;
	padding:0px;
}
.fec-shipping-value
{
	float:right;
}
#checkoutOrder #cartContentsDisplay th
{
	background-color: #fff;
    color: #000;
}
#checkoutOrder #otsubtotal,#checkoutOrder #otshipping,#checkoutOrder #ottotal
{
	    margin: 10px 0;
    display: inline-block;
    float: right;
	width:100%;
}
#checkoutOrder #ottotal
{
	    border-top: 1px solid #efefef;
    font-weight: bold;
    font-size: 15px;

    padding-top: 10px;
}
#couponOrder
{
	width: 66.66666667%;
	float: left;
}
.checkoutCoupontitle
{
	    width: 25%;
  line-height: 37px;
    float: left;
}
#disc-ot_coupon
{
	        width: 50%;
    margin: 0px;
	    float: left;
}
#couponOrder .buttonRow
{
        width: 20%;
    float: right;
    padding: 0px;
    margin: 0px;
}
#couponOrder .button_update
{
	padding: 0px;
    line-height: 37px;
}
.messageStackError
{
	    margin: 10px 0;
}
.couponok
{
 background: url("../images/couponok.png") no-repeat center;
     width: 30px;
    float: left;
    height: 30px;
}
.coupon_info
{
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    color: rgb(255, 0, 0);
}