/**
 * CSS Stylesheet for printing
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: print_stylesheet.css 3150 2006-03-10 19:03:51Z birdbrain $
*/
body {background-color: #ffffff;}
#contentMainWrapper {background-color: #ffffff;}
.messageStackWarning, #navMainWrapper, .navMainSearch, #navCatTabsWrapper, #navEZPagesTop, 
#navColumnOne.columnLeft, #navColumnTwo.columnRight, 
#navSupp, .banners, #navBreadCrumb, .buttonRow { display: none;}


/* Other relevant properties for paged media:
- page-break-before
- page-break-after
- page-break-inside
- orphans
- widows
*/

#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
top:30px !important; top:30px;
left:25px;
}

#cssdropdown li {
float: left;
position: relative;

}

.mainitems{
border: 1px solid #CACA4C;
background:#F9F963;
padding:4px;
font-size:15px;
text-align:center;
margin-right:2px;
}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
color:white;
font-weight:bold;

}
a.mainlink:link {
text-decoration: none;
color:black;
font-weight:bold;
}

a.mainlink:visited {
text-decoration: none;
color:black;
font-weight:bold;
}

a.mainlink:hover {
text-decoration: none;
color:red;
font-weight:bold;
}

.subuls{
display: none;
width: 10em;
position: absolute;
top: 1.2em;
left: 0;
background-color: #ffffff;
border: 1px solid #000000;

}

.subuls li{
width: 100%;
height:22px;
text-align:left;
}

.subuls li a{
text-decoration: none;

}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;color:white;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}



a.sublink:link {
text-decoration: none;
color:#000000;
font-weight:bold;
}

a.sublink:visited {
color:#000000;
}

a.sublink:hover, active {
color:red;
}