  /**********/
 /***CART***/
/**********/
 #left-reg{
	float:left;
	color:#165cba;
	text-decoration:none;
	font-size:85%;
}
 #right-reg{
	float:right;
	color:#165cba;
	text-decoration:none;
	font-size:85%;
}
 #left-reg:hover{
	color:#254474;
	text-decoration:underline;
}
 #right-reg:hover{
	color:#254474;
	text-decoration:underline;
}
 #mb_content_cart{
	width:90%;
	margin:auto;
}
 #cart-products{
	width:90%;
	margin:auto;
	margin-top:10px;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
}
.cart-product{
	border-top:1px solid #ccc;
	padding:5px 0;
	position:relative;
}
.cart-product-remove{
	float:right;
	margin-right:-5px;
}
.button154{
	background-color: transparent;
	border: none;
	color: #ccc;
	font-weight: bold;
	cursor: pointer;
}
.button154:hover{
	color:#000;
}
.button383{
	background-color: transparent;
	border: none;
	color: #165cba;
	cursor: pointer;
}
.button383:hover{
	color:#254474;
}
.cart-product-image{
	display:none;
}
.cart-product-name{
	display:block;
	font-size: 85%;
	margin-bottom:5px;
}
.cart-product-name a{
	color:#165cba;
	text-decoration:none;
}
.cart-product-name a:hover{
	color:#254474;
	text-decoration:underline;
}
.cart-product-sku{
	font-size:70%;
	display:none;
	margin-bottom:5px;
}
.cart-product-options{
	display:block;
	font-size:85%;
	margin-bottom:5px;
}
.cart-product-quantity{
	font-size:85%;	
}
.cart-product-update{
}
.cart-product-price{
	position:absolute;
	bottom:15px;
	right:0;
	font-weight:bold;
	font-size:85%
}
.custom-cut{
	margin-bottom:20px;
	width:90%;
	margin:auto;
	font-size:85%;
}
 #mask{
	width: 100%;
	height: 100%;
	background-color: #000;
	top: 0;
	left: 0;
	opacity: .5;
	position: fixed;
	display:none;
}
 #customcut{
	display: block;
	position: fixed;
	top: 5px;
	background-color: #fff;
	width: 90%;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 10px;
	z-index:200;
	font-family:verdana;
	font-size:10px;
}
 #close{
	position: absolute;
	right: 10px;
	top: 5px;
	font-family: verdana;
	font-size: 14px;
	color: #ccc;
	cursor:pointer;
}
 #close:hover{
	color:#000;
}
.modal-done{
	cursor:pointer;
}
.custom-cut-link{
	cursor:pointer;
	color:#165cba;
	text-decoration:none;
}
.custom-cut-link:hover{
	color:#254474;
	text-decoration:underline;	
}
 #totals-contain{
	width:100%;
}
 #cart-subtotal{
	margin-bottom:10px;
}
.cart-subtotal-value{
	float:right;
}
 #cart-taxtotal{
	margin-bottom:10px;
}
 #cart-shiptotal{
	margin-bottom:10px;
}
.cart-taxtotal-value{
	float:right;
}
 #cart-ordertotal{
	margin-bottom:10px;
}
.cart-ordertotal-value{
	float:right;
}
.cart-savingstotal-value{
	float:right;
}
.cart-shiptotal-value{
	float:right;
}
.cart-title{
	font-weight: bold;
	margin-bottom: 10px;
}
table.zipncountry tr:nth-child(2), table.zipncountry tr:nth-child(3){
	display:none;
}
table.zipncountry{
	width:100%;
}
table.zipncountry tbody{
	display:table;
	width:100%;
}
table.zipncountry tr{
	display:table;
	width:100%;
}
table.zipncountry tr td{
	display:table-row;
}
table.taxnship{
	width:100%;
}
 #shipping-contain{
	width:100%;
	font-family:verdana;
	margin-top:15px;
 }
input[name="zip_code"]{
	width:94%;
	height:34px;
	padding:0 5px;
}
select.ship{
	width:99%;
	height:40px;
	margin-top:2px;
	display:block;
}
 #payment-contain{
	width: 97%;
	margin-top: 2px;
	font-family:verdana;
	margin-left:4px;
}
table.google_button{
	margin-top:15px;
	width:101%;
}
 #payment-contain select[name="paytype"]{
	margin-top:2px;
	display:block;
	width:99%;
	height: 40px;
}
 #cart-right{
	width:90%;
	margin:auto;
	margin-top:15px
}
 #cart-fixed{
	background-color:#f7f7f7 ;
	padding: 2%;
	width: 96%;
	font-size:85%;
}
.button8{
	margin-left:0px;
	margin-top:10px;
    width: 100%;
    background-color: #165cba;
    height: 28px;
    border-radius: 3px;
    border: none;
    color: #fff;
    margin-bottom: 5px;
}
.button7{
	margin-top:20px;
}
.pay_expr_chkout{
	margin-left:-3px;
	width:100%;
}
.fixedSidebar { position: fixed; top: 20px; }
.discounts{cursor:pointer;color:#165cba;}
 #coupon-modal{
	display: block;
	position: fixed;
	top: 10px;
	background-color: #fff;
	width: 225px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 10px;
	z-index:200;
	font-family:verdana;
	font-size:85%;
}
 #cert-modal{
	display: block;
	position: fixed;
	top: 10px;
	background-color: #fff;
	width: 225px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 10px;
	z-index:200;
	font-family:verdana;
	font-size:85%;
}
input[name="giftcert_code"]{
	width:209px;
	height:34px;
	display:block;
	margin:2px 0 2px 0;
}
input[name="giftcert_pin"]{
	width:100px;
	height:34px;
	display:block;
	margin: 2px 0 0 0;
}
input[name="coupon_code"]{
	width:209px;
	height:34px;
	display:block;
	margin: 2px 0 0 0;
}
 #cart-totals{
	margin-bottom:5px;
}
table.sql_addr{
	display:none;
}
tr td.zipncountryradio, tr td.zipncountry_hdr, table.selectzipncountry{
	display:none;
}
table.selectzipncountry table.zipncountry{
	margin-left:-14px;
	width:200px;
}
table[class$="_error"]{
	width:100%;
	border:1px solid red;
	margin-bottom:20px;
}
td[class$="_error"]{
	background-color:#FFEFEF;
	border:0;
	vertical-align:middle;
}
td[class$="_error"]:nth-child(1){
	width:40px;
	text-align:center;
}
table[class$="_err"]{
	width:100%;
	border:1px solid red;
	margin-bottom:20px;
}
td[class$="_err"]{
	background-color:#FFEFEF;
	border:0;
	vertical-align:middle;
}
td[class$="_err"]:nth-child(1){
	width:40px;
	text-align:center;
}
select[name="ship-dd-select"]{
	width:98%;
}
table.pay_holder{
	width:100%;
}
.button152, .button375{
       height: 27px;
    background-color: #FF7900;
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    padding: 0 10px;
    display: block;
    margin-bottom: 10px;
    width: 100%;
}
.button6{
    height: 27px;
    background-color: #FF7900;
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    padding: 0 10px;
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
 #notice-modal{
	display: block;
    position: fixed;
    top: 225px;
    background-color: #fff;
    width: 300px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 25px;
    z-index: 200;
    font-family: verdana;
    font-size: 14px;
    line-height: 20px;
}
 .close-notice{
    width: 50px;
    color: #fff;
    background-color: #FE7C00;
    border: 0;
    border-radius: 3px;
    height: 24px;
    cursor:pointer;
float:right;
}
 .close-notice:hover{
    background-color:#D56801;
}
 .program_reward_order{
    text-align: center;
    width: 98%;
    margin-top: 10px;
    margin-bottom: -25px;
}
