
a.button.zold {
    background-color: #5DBC2E;
}

a.button.zold:hover {
    background-color: #51A328;
}

a.button.narancs {
    background-color: #ff6c14;
}

a.button.narancs:hover {
    background-color: #ea600e;
}

a.button.kek,
a.button.kek2,
a.smallbutton.kek {
    background-color: #4b6b9a;
}

a.button.kek:hover,
a.button.kek2:hover,
a.smallbutton.kek:hover {
    background-color: #3b5986;
}

a.button.szurke {
    background-color: #636363;
}

a.button.szurke:hover {
    background-color: #4c4c4c;
}

a.button.small {font-size:11px;font-weight:normal;font-style:italic; padding: 12px 20px;}

a.button.ajandek {
    display: inline-block;
    float: none;
    height: 50px;
    color:#ffffff;
    font-size:18px;
    background: #202020;
    padding: 20px;
}

a.button span.ajandek {
    line-height:50px;
    height:80px;
    background-image:url('images/giftbox.png');
    background-position:0px 15px ;
    background-repeat:no-repeat;
    padding-left:40px;
    padding-top: inherit;
    padding-bottom: inherit; 
}

a.button.kartya {
    display: inline-block;
    float: none;
    height: 60px;
    color:#ffffff;
    font-size:16px;
    background: black;
}

a.button {
    display: inline-block;
    margin-right: 20px;
    padding: 12px 36px;
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
    font-family: 'Open Sans';
}

a.button:last-child {
    margin-right: 0px;
}

a.smallbutton {
    display: inline-block;
    height: 21px;
    margin-right: 4px;
    padding-right: 20px;
    color: #ffffff;
    text-decoration: none;
    font-size:12px;
    font-weight:bold;
}

a.headerbutton {
    display: inline-block;
    height: 25px;
    margin-right: 4px;
    padding-right: 20px;
    color: #ffffff;
    text-decoration: none;
    font-size:12px;
    font-weight:bold;
}

div.centerbuttons {
    margin: 12px auto 12px auto;
    display:table;
    text-transform:uppercase;
}

/*Kosár gomb formázáshoz*/
#kosarmezo a.button.szurke.small {
    width: 65px;
    text-align: center;
    padding-left: 0px;
    padding-right: 5px;
}

button.zold {
    float: left;
    border-radius: 5px;
    border: none;
    height: 37px;
    padding: 0px 19px;
    color: #ffffff;
    text-shadow: 0.1em 0.1em #333;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    background: -webkit-linear-gradient(#96d605, #418341);
    background: -o-linear-gradient(#96d605, #418341);
    background: -moz-linear-gradient(#96d605, #418341);
    background: linear-gradient(#96d605, #418341);
}

.centerbuttons.multiline a {
    margin: 5px;
}

.centerbuttons.multiline {
    margin-top: 0px;
    margin-bottom: 0px;
}

a.add-button {
    display: inline-block;
    margin-left: -4px;
    height: 32px;
    background-color: #4b6b9a;
    vertical-align: bottom;
    cursor: pointer;
    padding: 0px 36px;
    color: white;
    font-size: 13px;
    font-family: 'Open Sans';
}

a.add-button div {
    margin-top: 7px;
}