/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $
*/
.boxText {
}
H1.static {
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #cc0033;
    margin-bottom: 6px;
}
H2.static {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 2px;
}
A.static {
    text-decoration: underline;
}
.errorBox {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    background: #ffb3b5;
    font-weight: bold;
}

.stockWarning {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #cc0033;
}

.productsNotifications {
    background: #f2fff7;
}

.orderEdit {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #70d250;
    text-decoration: underline;
}

BODY, TD {
    background: #f8f8f9;
    color: #000000;
    margin: 0px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

CHECKBOX, INPUT, RADIO, SELECT {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

TEXTAREA {
    width: 100%;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

A {
    color: #000000;
    text-decoration: none;
}

A:hover {
    color: #998888;
    text-decoration: underline;
}

FORM {
    display: inline;
}

/*------------------------------------------------------------------------------
header (with image)
------------------------------------------------------------------------------*/
TR.header {
    background: #ffffff;
}

TD.header {
    background: #ffffff;
    padding: 4px;
}

/*------------------------------------------------------------------------------
top navigation (level 1)
------------------------------------------------------------------------------*/
TR.nav {
}

TD.nav {
    background: #665555;
    height: 24px;
}

TD.navItem {
    background: #665555;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
}

A.navItem {
    color: #FFFFFF;
}

A.navItem:hover {
    color: #ffffff;
}

/*------------------------------------------------------------------------------
top navigation (level 2)
------------------------------------------------------------------------------*/
TD.nav2 {
    border-bottom: 1px solid #665555;
    background: #ffffff;
    height: 24px;
}

TD.nav2Item {
    font-size: 13px;
    background: #ffffff;
    color: #998888;
    font-weight: bold;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
}

TD.nav2delim {
    font-size: 13px;
    background: #ffffff;
    color: #998888;
    text-align: center;
}

A.nav2Item_selected {
    font-size: 13px;
    color: #998888;
    font-weight: bold;
    background: #ffffff;
}

/*------------------------------------------------------------------------------
header errors and infos
------------------------------------------------------------------------------*/
TR.headerError {
    background: #ff0000;
}

TD.headerError {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    background: #ff0000;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

TR.headerInfo {
    background: #00ff00;
}

TD.headerInfo {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    background: #00ff00;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
/*------------------------------------------------------------------------------
page heading
------------------------------------------------------------------------------*/
TD.pageHeading {
    border-bottom: 1px solid #998888;
    padding-top: 40px;
}
SPAN.pageHeadingLeft {
    font-size: 20px;
    font-weight: bold;
    color: #665555;
    vertical-align: bottom;
    float:left;
}
SPAN.pageHeadingRight {
    font-size: 20px;
    font-weight: bold;
    color: #665555;
    vertical-align: bottom;
    float:right;
}

/*------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------*/
TR.footer {
/* background: #bbc3d3; */
}

TD.footer {
    border-top: 1px solid #998888;
    color: black;
    padding-left: 112px;
    padding-top: 5px;
    padding-bottom: 5px; /* font-weight: bold; */
}

/*------------------------------------------------------------------------------
info boxes
------------------------------------------------------------------------------*/
.infoBox {
    background: #ffffff;
    border: 1px solid #665555;
}

TD.infoBoxContents {
    padding: 4px;
}
TD.infoBoxLabel {
    padding: 4px;
    white-space: nowrap;
}

TABLE.infoBoxContents {
    background: #ffffff;
    padding: 0px;
}

.infoBoxNotice {
    background: #FF8E90;
}

.infoBoxNoticeContents {
    background: #ffffff;
}

TD.infoBoxHeading, TH.infoBox {
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    background: #665555;
    color: #ffffff;
    padding-bottom: 2px;
}
TD.infoBoxButtons {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

TD.infoBoxIcon {
    font-weight: bold;
    font-size: 60px;
    background: white;
    text-align: center;
    width: 60px;
    height: 60px;
    color: #665555;
    border-right: 1px solid #665555;
}

A.infoBoxHeading {
    color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
    background: #ffffff;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
    background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
    background: #bbaaaa;
}
TABLE.productListing {
    border: 0px;
    border-style: solid;
    border-color: #b6b7cb;
}

TH.productListing-heading {
    background: #665555;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    height: 20px;
    padding-bottom: 4px;
}

TD.productListing-cartdata {
    vertical-align: top;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #ddcccc;
}
TD.productListing-data {
    vertical-align: top;
    padding-top: 2px;
    padding-bottom: 2px;
}
TD.infoBoxSeperator {
    border-bottom: 1px solid #ddcccc;
}
/*------------------------------------------------------------------------------
order history
------------------------------------------------------------------------------*/
TD.orderHistory {
    vertical-align: top;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #ddcccc;
    padding-right: 4px;
    white-space: nowrap;
}

TH.orderHistory {
    background: #665555;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    padding-right: 4px;
    height: 16px;
    white-space: nowrap;
}

/*------------------------------------------------------------------------------
account
------------------------------------------------------------------------------*/
TABLE.account {
    border: 1px solid #665555;
}
TD.account {
    vertical-align: top;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
}
TH.account {
    background: #665555;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    padding-right: 4px;
    height: 16px;
}

A.pageResults {
    color: #665555;
}

A.pageResults:hover {
    color: #998888;
}

TD.body {
    padding-top: 10px;
}

TD.leftcol {

}

TD.rightcol {
/*background-image: url('images/table_background_man_on_board.gif'); */
    /*background: white;
 border-left: 1px solid #665555;*/
}

TR.subBar {
    background: #f4f7fd;
}

TD.subBar {
    color: #000000;
}

P.main {
}

TD.main {
}

TD.smallText, SPAN.smallText, P.smallText {
    font-size: 11px;
}

TD.accountCategory {
    color: #aabbdd;
}

TD.fieldKey {
    font-weight: bold;
}

TD.fieldValue {
}

TD.tableHeading {
    font-weight: bold;
}

SPAN.newItemInCart {
    color: #ff0000;
}

/*------------------------------------------------------------------------------
small shopping cart
------------------------------------------------------------------------------*/
TABLE.boxCart {
    font-size: 10px;
}

TH.boxCart {
    font-size: 12px;
    padding-bottom: 2px; /*border-top: 1px solid #998888;*/
}

A.boxCartItem, TD.boxCartItem {
    font-size: 10px;
}

A.boxCartItemNew, TD.boxCartItemNew {
    font-size: 10px;
    color: #d60349;
}

TD.boxCartTotal {
    border-top: 1px solid #998888;
    font-size: 10px;
}
/*------------------------------------------------------------------------------
popup info
------------------------------------------------------------------------------*/
BODY.popupInfo {
    margin: 8px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    border: 1px solid #f8f8f8;
}
P.popupInfoTitle {
    font-size: 24px;
    color: #665555;
    font-weight: bold;
}
SPAN.popupInfoHeader {
    font-size: 14px;
    color: #665555;
    font-weight: bold;
}
P.popupInfo {
}

BODY.popup {
    background: #e0dddd;
}

TABLE.popup {
    border: none;
}

TD.popupHead {
    font-size: 20px;
    font-weight: bold;
    color: #665555;
    padding-left: 4px;
    border-bottom: 1px solid #998888;
    background: #e0dddd;
}

TD.popupImage {
    background: #e0dddd;
}

TD.popupFoot {
    background: #e0dddd;
    border-top: 1px solid #665555;
    font-weight: bold;
    color: #998888;
    padding-left: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}

SPAN.greetUser {
    color: #f0a480;
    font-weight: bold;
}

TABLE.formArea {
    background: #f1f9fe;
    border-color: #7b9ebd;
    border-style: solid;
    border-width: 1px;
}

TD.formAreaTitle {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

SPAN.markProductOutOfStock {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #c76170;
    font-weight: bold;
}

SPAN.productSpecialPrice {
    font-family: Verdana, Arial, sans-serif;
    color: #ff0000;
}

SPAN.errorText {
    font-family: Verdana, Arial, sans-serif;
    color: #ff0000;
}

.moduleRow {
}

.moduleRowOver {
    background-color: #D7E9F7;
    cursor: pointer;
    cursor: hand;
}

.moduleRowSelected {
    background-color: #E9F4FC;
}

.checkoutBarFrom, .checkoutBarTo {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #8c8c8c;
}

.checkoutBarCurrent {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #000000;
}

/* message box */

.messageBox {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}

.messageStackError, .messageStackWarning {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: white;
    background-color: #ee0044;
    border-top: 1px solid #ff0066;
    border-left: 1px solid #ff0066;
    border-bottom: 1px solid #cc0022;
    border-right: 1px solid #cc0022;
}

.messageStackSuccess {
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: white;
    background-color: #95cf77;
    border-top: 1px solid #aaee99;
    border-left: 1px solid #aaee99;
    border-bottom: 1px solid #77aa55;
    border-right: 1px solid #77aa55;
}

/* input requirement */

.inputRequirement {
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #ff0000;
}
