a.button.grey {
    background: url("../images/grey_button.png") no-repeat scroll;
}

a.button.grey.left {
    background: url("../images/grey_arrow_button_left.png") no-repeat scroll;
}

a.button.red {
    background: url("../images/red_button.png") no-repeat scroll;
}

a.button.cart {
    background: url("../images/red_button.png") no-repeat scroll;
    padding-left: 7px;
    padding-right: 12px;
}

a.button.red.right {
    background: url("../images/red_arrow_button_right.png") no-repeat scroll;
}

button.form-button {
    background: #4F4F4F no-repeat scroll;
    -webkit-border-width: 0;
    -moz-border-width: 0;
    border-width: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div.input-box {
    padding: 2px !important;
}

div.input-box input {
    margin-top: -3px;
    padding: 4px !important;
}

a.button.pager.right {
    background-image: url('../images/pager_button_right.png');
    width: 92px;
}

a.button.pager.left {
    background-image: url('../images/pager_button_left.png');
    width: 92px;
}
.aw-mobile-wishlist-item-name {
    float: left;
    margin-top: 4%;
    margin-left: 20px;
}
.aw-mobile-wishlist-item-img { float: left; }

.aw-mobile-wishlist-item { height: 70px; }