

.auto-ship-button-bg
{
    background-color: #017b4d;
    background: #017b4d;
    color: #c4da89;
}

.auto-ship-button-bg:hover,.auto-ship-button-bg:focus
{
    background-color: #c4da89;
    background: #c4da89;
    color: #017b4d;
}

.non-auto-ship-button-bg
{
    background-color: #c4da89;
    background: #c4da89;
    color: #017b4d;
}

.non-auto-ship-button-bg:hover,.non-auto-ship-button-bg:focus
{
    background-color: #017b4d;
    background: #017b4d;
    color: #c4da89;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected='true']
{
    background: #017b4d;
    background-color: #017b4d;
    color: #c4da89;
    font-weight: bolder;
}

.tabs
{
    background: #c4da89;
    background-color: #c4da89;
}

.tabs-title
{
    color: #017b4d;
}

.tabs-title > a:hover
{
    background: #76ac33;
    background-color: #76ac33;
    color: #ffffff;
}

a:hover,a:focus
{
    color: #ffffff;
}

.tabs-title > a
{
    color: #017b4d;
    font-weight: bolder;
}

p,blockquote
{
    font-size: 1.2em;
}

blockquote
{
    font-weight: bold !important;
}

p a.button
{
    font-weight: bold;
}

mark.pink { background-color: #FF9494; font-weight: bold; font-style: normal; }
span.noemail { font-size:0.8em;}
.log-out-box a { color:#017b4d;}
.log-out-box a:hover { color:#ff0000;}
