.wcafirst {
    COLOR: #009400;
}

.wcaworld {
    COLOR: #18a3c8;
}

.text {
    COLOR: #000;
}

.newOrder {
    font-size: 8pt;
    color: #FF0000;
}

.buyItems {
    -moz-border-radius: 25px;
    -moz-box-shadow: #6E7849 0px 0px 0px;
    -webkit-border-radius: 25px;
    -webkit-box-shadow: #6E7849 0 0 0px;
    background-color: #9098a3;
    background-image: -moz-linear-gradient(90deg, #f26522, #f26522);
    background-image: -ms-linear-gradient(90deg, #f26522, #f26522);
    background-image: -o-linear-gradient(90deg, #f26522, #f26522);
    background-image: -webkit-linear-gradient(90deg, #f26522, #f26522);
    background-image: linear-gradient(90deg, #f26522, #f26522);
    border-radius: 20px;
    border: 1px solid #6E7849;
    color: #fff;
    display: inline-block;
    margin: auto;
    padding: 5px;
    text-decoration: none;
    cursor: pointer;
}

.buyItems:hover {
    background-color: #f33f40;
    background-image: -moz-linear-gradient(90deg, #fcb040, #fcb040);
    background-image: -ms-linear-gradient(90deg, #fcb040, #fcb040);
    background-image: -o-linear-gradient(90deg, #fcb040, #fcb040);
    background-image: -webkit-linear-gradient(90deg, #fcb040, #fcb040);
    background-image: linear-gradient(90deg, #fcb040, #fcb040);
    cursor: pointer;
    color: #000;

}


.disabledItems {
    -moz-border-radius: 25px;
    -moz-box-shadow: #838a69 0px 0px 0px;
    -webkit-border-radius: 25px;
    -webkit-box-shadow: #838a69 0 0 0px;
    background-color: #838a69;
    background-image: -moz-linear-gradient(90deg, #838a69, #838a69);
    background-image: -ms-linear-gradient(90deg, #838a69, #838a69);
    background-image: -o-linear-gradient(90deg, #838a69, #838a69);
    background-image: -webkit-linear-gradient(90deg, #838a69, #838a69);
    background-image: linear-gradient(90deg, #838a69, #838a69);
    border-radius: 20px;
    border: 1px solid #6E7849;
    color: #fff;
    display: inline-block;
    margin: auto;
    padding: 5px;
    text-decoration: none;
    cursor: pointer;
}

.disabledItems:hover {
    background-color: #f33f40;
    background-image: -moz-linear-gradient(90deg, #acacac, #acacac);
    background-image: -ms-linear-gradient(90deg, #acacac, #acacac);
    background-image: -o-linear-gradient(90deg, #acacac, #acacac);
    background-image: -webkit-linear-gradient(90deg, #acacac, #acacac);
    background-image: linear-gradient(90deg, #acacac, #acacac);
    cursor: pointer;
    color: #000;

}

.footerItems {
    -moz-border-radius: 25px;
    -moz-box-shadow: #cec2c2 0px 0px 0px;
    -webkit-border-radius: 25px;
    -webkit-box-shadow: #cec2c2 0 0 0px;
    background-color: #cec2c2;
    background-image: -moz-linear-gradient(90deg, #cec2c2, #cec2c2);
    background-image: -ms-linear-gradient(90deg, #cec2c2, #cec2c2);
    background-image: -o-linear-gradient(90deg, #cec2c2, #cec2c2);
    background-image: -webkit-linear-gradient(90deg, #cec2c2, #cec2c2);
    background-image: linear-gradient(90deg, #cec2c2, #cec2c2);
    border-radius: 20px;
    border: 1px solid #AAAAAA;
    color: #000000;
    display: inline-block;
    margin: auto;
    padding: 5px;
    cursor: pointer;
}


.footerItems:hover {
    background-color: #cec2c2;
    background-image: -moz-linear-gradient(90deg, #f3f3f3, #f3f3f3);
    background-image: -ms-linear-gradient(90deg, #f3f3f3, #f3f3f3);
    background-image: -o-linear-gradient(90deg, #f3f3f3, #f3f3f3);
    background-image: -webkit-linear-gradient(90deg, #f3f3f3, #f3f3f3);
    background-image: linear-gradient(90deg, #f3f3f3, #f3f3f3);
    color: #595959;
    cursor: pointer;

}

.invoiceItems {
    BORDER-RIGHT: 1px solid;
    BORDER-LEFT: 1px solid;
    BORDER-TOP: 1px solid;
    BORDER-BOTTOM: 1px solid;
    BORDER-COLOR: #CCCCCC;

    FONT-WEIGHT: bold;
    COLOR: #FFFFFF;
    BACKGROUND-COLOR: #003b75;
    HEIGHT: 30px;
    cursor: pointer;
}

.optionItems {
    -moz-border-radius: 25px;
    -moz-box-shadow: #6E7849 0px 0px 0px;
    -webkit-border-radius: 25px;
    -webkit-box-shadow: #6E7849 0 0 0px;
    background-color: #9098a3;
    background-image: -moz-linear-gradient(90deg, #fcb040, #fcb040);
    background-image: -ms-linear-gradient(90deg, #fcb040, #fcb040);
    background-image: -o-linear-gradient(90deg, #fcb040, #fcb040);
    background-image: -webkit-linear-gradient(90deg, #fcb040, #fcb040);
    background-image: linear-gradient(90deg, #fcb040, #fcb040);
    border-radius: 20px;
    border: 1px solid #6E7849;
    color: #000;
    font-size: 9pt;
    display: inline-block;
    margin: auto;
    padding: 3px;
    text-align: center;
    cursor: pointer;
}

.optionItems:hover {
    background-color: #f33f40;
    background-image: -moz-linear-gradient(90deg, #edcd9c, #edcd9c);
    background-image: -ms-linear-gradient(90deg, #edcd9c, #edcd9c);
    background-image: -o-linear-gradient(90deg, #edcd9c, #edcd9c);
    background-image: -webkit-linear-gradient(90deg, #edcd9c, #edcd9c);
    background-image: linear-gradient(90deg, #edcd9c, #edcd9c);
    cursor: pointer;
    color: #000;
    font-size: 9pt;

}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.mmuTop td {
    color: #FFF;
    /*font-weight: bold;*/
    BACKGROUND: #c18b1e;
    /*--------------------------change------------------------------*/
    cursor: pointer;

}

.mmuTop td:hover {
    COLOR: #FFF;
    /*font-weight: bold;*/
    BACKGROUND: #e5c968;
    /*--------------------------change------------------------------*/
    cursor: pointer;

}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------check email-----------------------------*/

.error {
    color: #FF0000;
}

.success {
    color: #33CC00;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/