﻿.qty 
{
	width:35%;
    margin-bottom: 2%;

    float: left;
}
.qty input
{
	width:30px;
	text-align:right;
}
.qty a.mines {
    background-position: left bottom;
}
.qty a {
    background: url("../img/plus.png") no-repeat scroll left top transparent;
    display: inline-block;
    height: 16px;
    width: 16px;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
  
    top: 4px;
    transition: all 0.3s ease-in-out 0s;
}
 .qty-box label {
    float: left;
    padding-right: 9px;
    line-height: 25px;
}
.qty-box a {
    float: left;
    margin: 5px 9px;
}
.qty-box .qty {
    float: left;
    width: 40px;
    height: 25px;
    border: 1px solid #B6B6B6;
    line-height: 25px;
    font-size: 11px;
    color: #5F5F5F;
    text-align: center;
}