.qty {
    position: relative;
}
.qty strong {
    margin-right: 10px;
    float: left;
    padding: 12px 0;
    display: inline-block;
}
.qty a {
    background: url(http://www.theiasilver.env/frontend/image/plus.png) no-repeat 0px 0px #f5f5f5;
    display: inline-block;
    position: absolute;
    top: 43px;
    right: 0;
    height: 18px;
    width: 18px;
    text-indent: 5px;
    color: #444;
    border: 1px solid #ccc;
    border-width: 1px 1px 0px 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0px 3px 0px 0px;
    -moz-border-radius: 0px 3px 0px 0px;
    -webkit-border-radius: 0px 3px 0px 0px;
}
.qty a.mines {
    top: 60px;
    height: 16px;
    background-position: 2px -13px;
    border-width: 1px 1px 1px 0px;
    border-radius: 0px 0px 3px 0px;
    -moz-border-radius: 0px 0px 3px 0px;
    -webkit-border-radius: 0px 0px 3px 0px;
}

.qty a:hover {
    text-indent: 5px;
    color:#444;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
}

.qty input {
    float: left;
    height: 18px;
    padding: 12px 8px 11px;
    font-size: 15px;
    border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    width: 100%!important;
    text-align: left;
    margin-bottom: 16px;
}
.product-list img{
    width: 250px;
}
.product-list .otherDesc{
    line-height: 34px;
    font-size: 13px;
}
.product-list #modelNo{
    font-size: 14px;
}
.product-list .name a {
    font-size: 16px;
}
.product-list .cart input{
    width: 119px;
    font-weight: 600;
    padding: 10px 10px;
    font-size: 13px;
}
.product-list .price {
    background: #F4F3F3;
    overflow: auto;
    padding: 8px 10px;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 17px;
}

.c-theia{
    background-color: #f6a929;
    color: #ffffff;
}
.vex.vex-theme-plain .vex-content{
    font-family: 'OpenSansRegular'!important;
}
#column-right + #content .product-grid > div, #column-left + #content .product-grid > div {
    width: 282px;
    min-height: 405px!important;
}
.product-grid .image,.product-list .image{
    width: 282px!important;overflow: hidden!important;;height: 282px!important;;
}
