/*-------------------------------
	new_count ++
--------------------------------*/
.new_count .counts{position:relative;width:100px;height:30px;padding:5px 0;margin-bottom:15px}
.new_count .counts a.minus, .new_count .counts a.plus{background:#f15a24;color:#fff;position:absolute;top:12px;width:26px;height:26px;-webkit-border-radius:3px;border-radius:3px;-moz-border-radius:3px;font-size:16px;font-weight:700;line-height:26px;text-align:center}
.new_count .counts a.minus{left:2px}
.new_count .counts a.plus{right:2px}
.new_count .counts input[type='text']{width:100px;height:30px;font-size:16px;border:1px solid #d4d4d4;-webkit-border-radius:3px;border-radius:3px;-moz-border-radius:3px;line-height:30px;text-align:center}
.new_count button, .new_count input[type="submit"]{background:none;border:none;cursor:pointer}
a.btn-amazon{background-image: url('../img/btn/US.png');display:block;width:190px;height:80px}
a.btn-amazon:hover{opacity:0.9;filter:"alpha(opacity=90)";-ms-filter:"alpha(opacity=90)"}

/*stickr*/
.sticks{background:url('../img/bg.png');color:#fff;padding:25px;margin:5px;width:200px;}
#jquery-stickers{z-index:4000;}

#cart{position:relative;padding-left:60px;height:60px;background: url('../img/view_cart.png') no-repeat;}
#cart .cart-count{padding-bottom:3px}
#cart .cart-text{color:#f15a24;font-weight:600}
#cart #cart-count{color:#000;text-decoration:underline}
#cart .btn{background:#f15a24;font-weight:600;color:#fff;border-radius:3px;-webkit-border-radius:3px}
#cart .btn:hover, #cart .btn:focus, #cart .btn:active{background:#ff4300;color:#fff}
#cart .btn.atcart{background:#c5c5c5;color:#000}
#cart .btn.atcart:hover, #cart .btn.atcart:focus, #cart .btn.atcart:active{background:#c5c5c5;color:#000}

.btn.add_to_cart, input[type="submit"].btn.add_to_cart{
	padding:0 15px 0 34px;
	height:40px;
	background-image:url('../img/add_to_cart.png');
	background-repeat:no-repeat;
	background-position:8px 50%;
	background-color:#f15a24;
	color:#fff;
	font-weight:600;
	border-radius:3px;
	-webkit-border-radius:3px;
}
.btn.add_to_cart.cart-load, input[type="submit"].btn.add_to_cart.cart-load{background-image:url('../img/load.gif');}
.btn.add_to_cart:hover, .add_to_cart:focus, .add_to_cart:active, input[type="submit"].btn.add_to_cart:hover, input[type="submit"].btn.add_to_cart:focus, input[type="submit"].btn.add_to_cart:active{background-color:#ff4300;color:#fff}