@charset "utf-8";
/* CSS Document */

.Spinner_mobile {
	width: auto;
	display: block;
	overflow: hidden;
	border:2px solid #c6c6c6;
	float:right;
	background:#fff;
	line-height:39px;
	/*margin-right:15px;*/
	margin:0;
	padding:0;
}
.Spinner_mobile .Amount {
	width: auto;
	height: 39px;
	padding: 4px 5px;
	margin-top:2px;
	margin-bottom:2px;
	line-height: 35px;
	float: left;
	text-align: center;
	color: #565656;
	outline: 0;
	border:none;
}
.Spinner_mobile a {
	display: inline-block;
	width: 30px !important;
	height: 39px;
	float: left;
	cursor: pointer;
	outline: 0;
	border:0px solid #000;
}
.Spinner_mobile a i {
	position: relative;
	font-style: normal;
	background: url(../img/BuynBtn.png) no-repeat;
	display: block;
	width: 12px;
	height: 12px;
	text-indent: 999999%;
	overflow: hidden;
	text-align:center !important;
	margin:0 auto;
	top: -10px;
	border:0px solid #ff0000;
}
.Spinner_mobile .Decrease i {
	background-position: -12px -13px;
}
.Spinner_mobile .Increase i {
	background-position: -12px -0px;
}
.Spinner_mobile .DisDe i {
	background-position: -10px -13px;
}
.Spinner_mobile .DisIn i {
	background-position: -0px -0px;
}
