.cart-button-big{
    background-color: #46A036;

    border: none;

    padding: 5px;
    background: url(../image2/price-button1.png) 1px 6px no-repeat;
        width: 38px;
        height: 35px;

    cursor: pointer;
}

.cart-button-big2{
    background-color: #46A036;

    border: none;
    margin: -6px 0 0 10px;
    padding: 5px;
    background: url(../image2/price-button1.png) 1px 6px no-repeat;
    width: 48px;
    height: 45px;

    cursor: pointer;
}


.cart-button-small{
    background-color: #46A036;
    background: url(../image2/price-button2.png) 1px 6px no-repeat;
    border: none;
    margin: 10px 0;
    padding: 5px;

    width: 24px;
    height: 22px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
}
.warning{
    width: 750px;
    margin-left: 330px;
}
#notification{
    width: 700px;
    margin-left: 370px;
}
#notification a{
    color: #316B29;
}
#cart a{
    color: #316B29;
}
.yellow{
    color: #FFF600;
}
#cart a.cart-button {
    color: rgb(255, 241, 241);
    text-decoration: none;
    background: url(../image2/cart2.png) 1px 1px no-repeat;
    height: 40px;
    width: 190px;
    display: block;
    float: right;
    padding: 8px;

}

.yellow-button {
    background-color: #FFF600;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 2px 2px #316B29;
    color: #1C8019;
    display: inline-block;
    font-weight: normal;
    margin: 5px;
    font-size: 16px;
    font-family: Impact;
    padding:  4px 7px;
    text-align: center;
    text-decoration: none;

}

.yellow-button a {
    color: #1C8019;
}

#dialog-confirm p {
    color: #6f6f6f !important;
}