#logoWrapper {
    background: #b60006 !important;
}
a {
    color: #000000;
}
a:hover {
    color: #dd0088;
}
p {
    margin: 0 0 5px;
}
.indent1 {
    text-indent: 1em;
}
ul {
    list-style: none;
    margin: 0 10px 10px;
    padding-left: 12px;
}
li {
    margin-bottom: 5px;
}
.f-8 {
    font-size: 0.8em;
}
.f2 {
    font-size: 1.2em;
}
.f3 {
    font-size: 1.3em;
}
.f4 {
    font-size: 1.4em;
}
.f5 {
    font-size: 1.5em;
}
.f6 {
    font-size: 1.6em;
}
.f7 {
    font-size: 1.7em;
}
.f8 {
    font-size: 1.8em;
}
.f9 {
    font-size: 1.9em;
}
.a_l {
    text-align: left;
    display: block;
}
.a_c {
    text-align: center;
    display: block;
}
.a_r {
    text-align: right;
    display: block;
}
.fb {
    font-weight: bold;
}
.f_red {
    color: red;
}
.f_blue {
    color: blue;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr1em {
    margin-right: 1em;
}
.outline {
    display: inline-block;
    color: #000000;
    text-shadow:
        0 0 3px #fff,
        0 0 3px #fff,
        0 0 3px #fff,
        0 0 3px #fff,
        0 0 3px #fff,
        0 0 3px #fff,
        0 0 3px #fff,
        0 0 3px #fff,
        0 0 3px #fff,
        0 0 3px #fff,
        0 0 3px #fff,
        0 0 3px #fff,
        0 0 3px #fff,
        0 0 3px #fff,
        0 0 3px #fff,
        0 0 3px #fff;
}
table.ta00 {
    border: none;
    width: calc(100% - 1em);
    margin: 0 0 20px 0;
}
table.ta00 td {
    padding: 2px 0.5em 2px 0.5em;
}
table.ta01 {
    border-left: 1px solid #888;
    border-right: 1px solid #888;
    width: calc(100% - 1em);
}
table.ta01 td {
    padding: 2px 0.5em 2px 0.5em;
    border-bottom: 1px solid #888;
}
table.ta01 tr:first-child > td {
    border-top: 1px solid #888;
}
table.ta01 td:nth-child(2n) {
    text-align: center;
}
a.alpha:hover img {
    opacity: 0.8;
}
.p_center {
    align: center;
}
#navCatTabs li {
    font-size: 1rem;
}
LABEL.inputLabelPayment {
    width: auto;
    float: left;
}
@media only screen and (orientation: portrait) {
    #whatsNew div.centerBoxContentsNew.centeredContent,
    div.centerBoxWrapper div.centerBoxContentsSpecials.centeredContent {
        clear: inline-end;
        width: 50% !important;
        height: auto;
        margin: 0;
        padding: 10px 0;
        float: left;
    }
}

@media (min-width:768px) and (max-width:1500px) {
#navSuppWrapper{
   background-color: #a3a3a3!important;
}
}
