/*
  $Id: stylesheet.css,v 1.50 2002/11/02 03:06:05 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2001 osCommerce

  Released under the GNU General Public License
*/

.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.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; }

BODY {
  background: #000066;
  color: #000066;
  margin: 0px;
}

A { 
  color: #000000; 
  text-decoration: none; 
}

A:hover { 
  color: #AABBDD; 
  text-decoration: underline; 
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight : normal;
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.sitefooter {
  background: #000066;
}

TD.sitefooterheading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px; 
  color: #FFFF00;
  font-weight: bold;
}

TD.sitefooter {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-decoration: none;   
  color: #ffffff;
  font-weight: normal;
}

A.sitefooter:link { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ffffff;
  font-weight : normal;
  text-decoration: none;
}

A.sitefooter:visited { 
  font-family: Verdana, Arial, sans-serif; 
  font-size: 10px;
  color: #999999; 
  font-weight : normal;  
  text-decoration: none;
}
A.sitefooter:hover { color: #ffff00; }

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
//  background: #f8f8f9;
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
//  background: #bbc3d3;
  background-image: url(images/infobox/blue_background.gif);  
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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: #f4f7fd;
}

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: #ffffff;
}

TR.productListing-heading {
  background: #d2e9fb;
}

TD.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #d2e9fb;
  color: #000000;
  font-weight: bold;
  font-variant: small-caps;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.productListing-data p {
  margin:2px;
  padding:0;
  text-align:center;
}

A.pageResults { 
  color: #0000FF; 
}

A.pageResults:hover { 
  color: #0000FF; 
  background: #FFFF33; 
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.category_desc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  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.productGroupPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #008000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; 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; }

a:active     { font-family: Tahoma, Verdana, Arial; font-size: 10pt }
a:link       { font-family: Tahoma, verdana, arial; font-size: 10pt; color: #000066 }
a:visited    { font-family: Tahoma, Verdana, Arial; font-size: 10pt; color: #333333 }
.Normal      { font-family: Tahoma, Verdana, Arial; font-size: 10pt }
h4           { font-family: Tahoma, Verdana, Arial; font-size: 10pt; color: #800000; font-weight: bold }
ul           { font-family: Tahoma, verdana, arial; font-size: 10pt }
ul.sitemap {
color: #ff0000;
}
.estimatedshippingBox {
background: #FF8E90; 
}

TD.estimatedshippingBoxHeading {
font-family: Verdana, Arial, sans-serif;
font-size: 10px;
font-weight: bold;
background: #bbc3d3;
color: #ffffff; 
}

.estimatedshippingBoxContents {
background: #f8f8f9;
font-family: Verdana, Arial, sans-serif;
font-size: 10px; 
}

.ShowShipping {
background: #444ddd;
color: #fffffa;
font-family: Verdana, Arial, sans-serif;
font-size: 8px;
font-weight: bold;
text-align: center;
}


h1 {
font-size:14px;
}
h2 {
font-size:12px;
color:#990000;
}
h3 {
    font-size:11px;
    font-style: italic;
}
.install {
font-style: normal;
}
.highlight {
color:#990000;
}
#navcontainer ul
{
list-style-type: none;
text-align: center;
padding: 2px;
position: relative;
z-index: 1;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 2px 2px;
}

#navcontainer li a
{
padding: 2px 2px;
color: #000;
background-color: #fff;
border: 1px solid #666;
text-decoration: none;
}

#navcontainer li a:hover
{
color: #900;
border: 1px solid #666;
border-top: 2px solid #333;
border-bottom: 2px solid #333;
}
.code {
    border: 1px dashed #666;
    padding: 8px;
    white-space: pre;
}

/*----------------------------Suggest Styles--------------------------*/
.suggest_link {
background-color: #FFFFFF;
padding: 2px 6px 2px 6px;
}
.suggest_link_over {
background-color: #3366CC;
padding: 2px 6px 2px 6px;
}
#search_suggest {
position: absolute; 
background-color: #FFFFFF; 
text-align: left; 
border: 1px solid #000000; 
} 
/*----------------------------End Suggest Styles------------------------*/

/* Sample vertical fly-out menu */

/* The following is *A SAMPLE ONLY* and is based off the "suckerfish"
   drop-down menu. Is it provided only as an example of what is possible
   using CSS and unordered lists.

   See: http://www.htmldog.com/articles/suckerfish/dropdowns/example/vertical.html
   and : http://www.htmldog.com/articles/suckerfish/dropdowns/

   For best effect, you'll want to set the config to render the whole tree,
   and you may want to add some before/after html to clear floats, etc...

   Note: to overcome MSIE's deficiency of not recognizing elements besides the 
   anchor tag for the hover event, add the following JS to your template header

<script type="text/javascript"><!--//--><![CDATA[//><!--

sfHover = function() {
    var sfEls = document.getElementById("nav").getElementsByTagName("LI");
    for (var i=0; i<sfEls.length; i++) {
        sfEls[i].onmouseover=function() {
            this.className+=" sfhover";
        }
        sfEls[i].onmouseout=function() {
            this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
        }
    }
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

//--><!]]></script>


*/

    #nav, #nav ul { /* all lists */
        padding: 0;
        margin: 0;
        list-style: none;
        float : left;
        width : 13.5em;
    }
    
    #nav li { /* all list items */
        position : relative;
        float : left;
        line-height : 1.25em;
        margin-bottom : -1px;
        width: 13em;
        background-color : #ffffff;        
    }
    
    #nav li ul { /* second-level lists */
        position : absolute;
        left: -999em;
        margin-left : 13em;
        margin-top : -1.35em;
    }
    
    #nav li ul ul { /* third-and-above-level lists */
        left: -999em;
    }
    
    #nav li ul ul ul { /* 4th-and-above-level lists */
        left: -999em;
    }
        
    #nav li a {
        width: 14.5em;
        display : block;
        color : #000066;
        font-family: Tahoma, Verdana, Arial; 
        font-size: 11px;
        font-weight : bold;
        text-decoration : none;
        border : 1px gray;
        padding : 2 1em ;
    }
    
    #nav li a:hover {
        color : white;
        background-color : black;
    }
    
    #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
        left: -999em;
    }
    
    #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { /* lists nested under hovered list items */
        left: auto;
    }

    
/* Menu items with subcategories */    
#nav a.daddy {
    background: url(images/arrow_green.gif) no-repeat right center;
}

/* Selected items with subcategories */    
#nav li.selected {
    background-color: #BBC3D3;
}

/* End css menu */


ul.idTabs{
  padding: 0;
  margin: 0;  
}

.idTabs li {
  border: 1px solid #B6B7CB;
  border-bottom: 0;
  background-color: #fff;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  width:auto;
  float: left; 
}

.idTabs li a {
  display: block;
  padding: 10px 30px;
  white-space: nowrap;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
}    

#tabLogin, #tabCreateAcc {
  padding: 10px;
  border: 1px solid #B6B7CB;
/*  border-top: 0;*/
}

.idTabs li a.selected {
  background-color: #B6B7CB;
  text-decoration: none;
} 

.messageStackError, .messageStackWarning {
  background-color: #ffb3b5;
  font-size: 10px; 
  font-family:Verdana,Arial,sans-serif;
}
.messageStackSuccess {
  background-color: #99ff00;
  font-size: 10px; 
  font-family:Verdana,Arial,sans-serif;
}




