/**
 * file: styles.css
 * author: stephen wright
 *    
 * Styles for the First Lady Online Order System.
 *===================================================================
 * Revision History 
 * ----------------
 *    
 * wed jan 26th
 * wright:
 *  - Added styles for new menu
 *  - Commented out old menu styles
 *===================================================================*/



/*
 *  All Encompasing Styles.
 *======================================*/
html>body,
form,
input,
table,
a {
    font-family: verdana, sans-serif;
    font-size: 8pt;
}

a {
    border: 0;
    color: #525;
    text-decoration: none;
}

a:hover { 
    color: #969;    
    text-decoration: underline;
}

p { 
    font-family: verdana, sans-serif;
    font-size: 8pt;
    padding: 5px; 
}


/* 
 *  Form elements
 *======================================*/
form,
input {
    font-family: verdana, sans-serif;
    font-size: 8pt;
}

form { 
    margin: 0;
    padding: 0;
}

input {
    margin: 0;
    padding: 1px;
}

.qtyField {
    text-align: center;
}

.formLabel {
    vertical-align: top;
    font-family: verdana, sans-serif;
    font-weight: bold;
    font-size: 8pt;
    text-align: right;
}

.formValue {
    font-size: 8pt;
}



/*
 *  Side Menus/Boxes. 
 *======================================*/
.boxRS,
.boxLS {
    border: 1px solid #edf;

    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    
    font-family: verdana, sans-serif;
    font-size: 8pt;
}

.boxRS { width: 150px; }
.boxLS { width: 135px; }

.boxLS p,
.boxRS p {
    padding: 0px;
    margin: 5px;
}

.boxLS a,
.boxRS a        { color: #969; }

.boxLS a:hover,
.boxRS a:hover  { color: #525; }

.boxLS h4,
.boxRS h4  {
    text-align: left;
    font-size: 9pt;
    margin: 0;
    margin-bottom: 2px;
    padding: 3px;
    background-color: #edf;
    color: #a6b;
}

.boxLS h4 a,
.boxRS h4 a {
    display: block;
    color: #a6b;
    font-size: 9pt !important;
    text-decoration: none;
}
.boxLS h4 a:hover,
.boxRS h4 a:hover { 
    color: #738;
}

.boxLS ul,
.boxRS ul {
    list-style: none;
    margin: 5px 0;
    margin-left: 2px;
    padding: 0;
    padding-left: 10px;
}



/* Search box styles. */
#searchBox          { text-align: right; }
#searchBox input    { width: 99%; }


/* Mini cart styles. */
#miniCart table {
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 7pt;
}

#miniCart a { font-size: 7pt; }

#miniCart .total { 
    font-size: 9pt; 
    font-weight: bold;
}


/* Main menu styles */    
#mainMenu ul {
    margin: 0;
    margin-left: 2px;
    padding: 2px;

    font-size: 10pt;
    list-style: none;
    white-space: nowrap;
}

#mainMenu a                 { color: #525; }
#mainMenu a:hover           { color: #969; }
#mainMenu .subMenu a        { color: #969; }
#mainMenu .subMenu a:hover  { color: #525; }

#mainMenu .subMenu {
    /*display: none;*/
}

#mainMenu .subMenu li {
    padding-left: 5px;
    font-size: 8pt;
}



/*
 *  Page body styles
 *======================================*/
.boxBody {
    border: 1px solid #edf;

    margin: 0px;
    margin-bottom: 5px;
    padding: 0px;

    font-family: verdana, sans-serif;
    font-size: 8pt;    
}

.boxBody h2 {
    margin: 0;
    margin-bottom: 2px;
    padding: 3px;

    font-size: 9pt;

    background-color: #edf;
    color: #a6b;
}


/* Feature specific body styles. */
#features h3 {
    border-bottom: 1px solid #738;
    padding-left: 5px;
    margin-left: 5px;
    width: 90%;

    font-size: 12pt;
    font-weight: bold;
}

#features h4 {
    border-bottom: 1px solid #738;
    margin: 5px;
    padding-left: 0px;
    width: 90%;

    font-size: 9pt;
    color: #738;
}

#features p { margin: 10px; }


/* Catalog specific styles. */
.catalogItems {
    border: 0;

    margin: 0px;
    padding: 0;

    width: 100%;
    font-size: 8pt;
}
.catalogItem td {
    padding: 3px;
}

.catalogItemsHeader {
    border-bottom: 1px solid #738;
    vertical-align: bottom;
    font-family: verdana, sans-serif;
    font-size: 9pt;

    color: #95a;
    background-color: #fff;
}

.itemRowOne { 
    font-family: verdana, sans-serif;
    font-size: 8pt;
    background-color: #eee; 
}
.itemRowTwo { 
    font-family: verdana, sans-serif;
    font-size: 8pt;
    background-color: #ddd; 
}

.pageSkipper {
    text-align: center;
}


/* Cart Styles. */
.cartItemsHeader {
    vertical-align: bottom;
    font-family: verdana, sans-serif;
    font-size: 9pt;

    color: #95a;
    background-color: #fff;
}

/* Product Description styles. */
#productDescription h3 {
    border-bottom: 1px solid #738;
    width: 90%;
    margin-bottom: 10px;
    padding-left: 5px;

    font-size: 12pt;
    background-color: #fff;
    color: #000;
}
#productDescription h3 {
    border-bottom: 0;
    width: 90%;
    margin-bottom: 10px;
    padding-left: 5px;

    font-size: 12pt;
    background-color: #fff;
    color: #000;
}

#productDescription h4 {
    border-bottom: 1px solid #738;
    width: 100%;
    margin-bottom: 5px;

    font-size: 10pt;
    background-color: #fff;
    color: #95a;
}
#productDescription h4 {
    width: 100%;
    margin-bottom: 5px;

    font-size: 9pt;
    background-color: #fff;
    color: #000;
}



/*
 *  Status messages
 *======================================*/
.msgError,
.msgStatus {
    font-family: verdana, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
}

.msgError   { color: #a55; }
.msgStatus  { color: #55a; margin-bottom: 10px;}

.price { 
    color: #933;
    font-weight: bold;
    font-size: 9pt;
}



/*
 *  Images
 *======================================*/
.imageLink {
    border: 1px solid #ccc;
}
.imageLink2 {
    border: 0;
}
