
/* ===== This file contains the eCommerce specific styles ===== */

/* ===== Basic Element Styles ===== */

FORM {
margin: 0px;
}

UL {
margin-top: 0; 
margin-bottom: 0;
}

/* ===== Header Styles ===== */
#ecom-header {
position: relative;
background: #ffffff;
height: 75px;
voice-family: "\"}\"";
voice-family: inherit;
height: 75px;
/* border:1px solid #000; */
}
#ecom-header #left {
position: absolute;
top: 0px;
left: 0px;
width: 280px;
}
#ecom-header #middle {
margin-left: 290px;
margin-right: 210px;
padding-top: 10px;
width: auto;

text-align: center;
}
#ecom-header #right {
position: absolute;
top: 0px;
right: 0px;
width: 200px;
padding: 0px;
margin-top: 20px;

text-align: right;
}

#welcome-message {
padding-right: 10px;
padding-left: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #000000;
}
#welcome-message a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: #303030;
}
#welcome-message a:hover {
color: black;
text-decoration: underline;
}
#company-name {
margin: 0px;
font-size: 12pt;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #303030;
white-space: nowrap;
}
#company-subtitle {
margin: 0px;
font-size: 6pt;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #330099;
white-space: nowrap;
}

#microcart {
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
color: black;
}
#microcart a {
text-decoration: none;
color: #303030;
}
#microcart a:hover {
color: black;
text-decoration: underline;
}
#microcart .disabled {
color: #666666;
}

/* ===== Header-Bar Styles ===== */
#ecom-header-bar {
background: #B4B0AA;
text-align: center;
overflow: visible;
height: 20px;
}

#ecom-header-bar ul {
display: block;
overflow: visible;
list-style: none;
background: transparent;
vertical-align: middle;
margin: 0px;
padding: 0px;
}

#ecom-header-bar ul li { 
height: 20px;
padding: 0px 8px 0px 8px;
}
#ecom-header-bar ul#left-links li {
float: left;
border-right: 1px solid #FFFFFF;
}
#ecom-header-bar ul#right-links li {
float: right;
border-left: 1px solid #FFFFFF;
}

#ecom-header-bar ul li a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #303030;
} 
#ecom-header-bar ul li:hover a {
color: black;
text-decoration: underline;
}


/* ===== Layout/Formatting Styles ===== */
/* NOTE: using a combination of a float left/right for the side bars AND 
  wide margins for the center to get 2 desired effects: 1. be able to end
  columns and put the footer at the bottom of the page and 2. not have the
  center column expand to full width below the columns.
  
  The downside to this is that in some browsers we can't effectively use floats
  within divs in the main column.
*/

/* ecom-mainarea wraps what is below the header including the divs for left, main, right columns as applicable */
#ecom-mainarea {
position: relative;
background: #ffffff;
width: 100%;
float: left;
}

#ecom-mainarea .left {
/* alt: position: absolute; left: 0px; top: 0px; */
float: left;
width: 150px;
background: #ffffff;
/* border:1px solid #000; */
margin-top: 5px;
margin-left: 10px;
}
#ecom-mainarea .right {
/* alt: position: absolute; right: 0px; top: 0px; */
float: right;
width: 200px;
background: #ffffff;
margin-top: 5px;
margin-right: 10px;
}


#ecom-mainarea .center, #ecom-mainarea .leftonly, #ecom-mainarea .cartleftonly, #ecom-mainarea .rightonly, #ecom-mainarea .nocolumns {
background:#ffffff;
text-align: left;
vertical-align: top;
margin-top: 5px;
padding-left: 10px;
padding-right: 10px;
}

#ecom-mainarea .center {
margin-left: 160px;
margin-right: 10px;
voice-family: "\"}\"";
voice-family: inherit;
margin-left: 161px;
margin-right: 11px;
}
#ecom-mainarea .leftonly {
voice-family: "\"}\"";
voice-family: inherit;
margin-left: 161px;
}

#ecom-mainarea .cartleftonly {
voice-family: "\"}\"";
voice-family: inherit;
margin-left: 161px;
width: 800px; /* set for 1024 width page */
}

#ecom-mainarea .rightonly {
margin-right: 210px;
voice-family: "\"}\"";
voice-family: inherit;
margin-right: 211px;
}

#ecom-printarea {
margin-left: 36px;
margin-right: 0px;
voice-family: "\"}\"";
voice-family: inherit;
}

/* ====== eCommerce "Screenlet" Styles ====== */
#ecom-mainarea .screenlet {
background: #FFFFFF;
border: 1px solid #999999;
margin-bottom: 10px;
}

#ecom-mainarea .screenlet-header {
background-color: #cd303b;
vertical-align: middle;
padding-top: 1px;
padding-bottom: 1px;
padding-right: 4px;
padding-left: 4px;
}

#ecom-mainarea .screenlet-body {
background-color: #FFFFFF;
padding: 4px;
z-index: 1;
}

/* Form layout styles to simulate a table-style layout */
#ecom-mainarea .form-row {
clear: both;
padding-top: 2px;
}

#ecom-mainarea .form-label {
float: left;
width: 180px;
text-align: right;
padding-top: 5px;
}

#ecom-mainarea .form-field {
float: left;
margin-left: 10px;
text-align: left;
} 
