
/* nowe buttony */
.button {
    -ms-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-box-sizing:border-box; 
    
    display: inline-block;
    text-decoration: none !important;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
/*    font-weight: bold;*/
    text-shadow: 1px 1px 1px #585858;
    overflow: hidden;
    height: 38px;
    line-height: 32px;
    behavior: url(/PIE.htc);
    position: relative;
    padding: 2px;
    
}

.button .button_content {
    border: none;
    background-color: transparent;
    color: #ffffff;
    height: 30px;
    font-size: 14px;
    cursor: pointer;
    text-shadow: 1px 1px 1px #585858;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #000000;
    behavior: url(/PIE.htc);
}

.button .button_content .button_text {
    line-height: 32px;
    color: #ffffff;
    background-color: transparent;
    border: none;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    text-shadow: 1px 1px 1px #585858;
    padding-bottom: 1px;
}

.button .button_content, .business .button.business .button_content {
    height: 32px;
    background-image: url(/images/buttons_new/red_bg.png);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    text-align: center;

}

.button.green {
    height: 51px;
    padding-right: 20px;
}


.button:hover > .button_content, .button.business:hover > .button_content {
    background-position: 0px -32px;
}

.button.green:hover > .button_content {
    background-position: 0px -43px;
}

.business .button .button_content, .button.business .button_content {
    background-image: url(/images/buttons_new/blue_bg.png);
}

.button.grey .button_content, .button.business.grey .button_content {
    background-image: url(/images/buttons_new/grey_bg.png);
    cursor: default;
}

.button.grey .button_text{
    color: #DDD;
}

.button.grey, button.business.grey{
    cursor: default;    
}

.button.grey:hover > .button_content, .button.business.grey:hover > .button_content{
    background-position: 0 0;
}

.button.green .button_content {
    background: url(/images/buttons_new/green_bg.png) top left repeat-x;
    height: 43px;
    border: 1px solid #3fa648;
    padding-right: 35px;
}

.button.green .button_text {
    font-size: 20px;
    line-height: 43px;
    height: 43px;
    cursor: pointer;
    font-size: 20px;
    padding-right: 0px;
    background-image: none !important;
    background-color: transparent;
    color: #ffffff;
    text-shadow: 1px 1px 1px #585858;
    border: none;
    padding-left: 0px;
}


.button.green .icon {
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(/images/buttons_new/green_icon.png) center right no-repeat;
    width: 51px; 
    height: 51px;
}

.button.green.checked .icon{
    background: url(/images/done_icon.png) center right no-repeat;
}

.button.green.empty .icon{
    background: url(/images/empty_icon.png) center right no-repeat;
}

.button.green.max{
    width: 90%;
}


.button .button_text {
    padding-left: 20px;
    padding-right: 5px;
    background-position: left 2px;
    background-repeat: no-repeat;
}

.button.next .button_text {
    padding-left: 0px;
    padding-right: 26px;
    background-position: right 2px;
    
}


.header_navigation .button {
    float: right;
    margin-left: 14px;
    margin-bottom: 10px;
}


.button.login .button_text {
    background-image: url(/images/buttons_new/login.png);
}

.button.register .button_text {
    background-image: url(/images/buttons_new/register.png);
}


.button.logout .button_text {
    background-image: url(/images/buttons_new/logout.png);
}

.button.account .button_text {
    background-image: url(/images/buttons_new/account.png);
}


.button.edit .button_text {
    background-image: url(/images/buttons_new/change.png);
}

.button.save .button_text {
    background-image: url(/images/buttons_new/save.png);
}


.button.back .button_text {
    background-image: url(/images/buttons_new/back_left.png);
}

.button.next .button_text {
    background-image: url(/images/buttons_new/next.png);
}


.button.business .button_text {
    background-image: url(/images/buttons_new/change.png);
}

.button.users .button_text {
    background-image: url(/images/buttons_new/account.png);
}

.button.cart .button_text {
    background-image: url(/images/buttons_new/cart.png);
}

.button.back .button_text {
    background-image: url(/images/buttons_new/back.png);
}
