/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * @copyright  Copyright (c) 2004-2007 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
 

#nav { 
	color: #212829;	
	
}
#nav a {
	text-decoration: none;
	cursor:pointer;
}
#nav a.over {
	color: #bb0000;
}

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */

ul#nav li.level0 a span {
	background-color: #d9f0a6;
	font-size: 1.2em;
	border: 1px solid #beda7f;
	color: #212829;
	padding: 10px;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
      
     
}

ul#nav li.level0 a span {  }
.category-head { width: 97%; text-transform: none;}
#nav ul.level0 { padding: 10px 0px;}
#nav li.brand ul.level0 li, #nav li.age ul.level0 li {float:left; width:48%; padding-left: 4px;}

/*** main category level ***/
#nav ul.level0  li.level1 a span{
	display:block;
	color: #47658e;
	padding: 1px 0 1px 5px;
	background-color: transparent;
	line-height:1.5em;
	border: none;
	font-size: 100%;
      text-transform: none;
	margin-top:2px;
	font-weight: normal;
//width:100%;
	
}

ul li.level3 { padding-left:10px;}

#nav ul.level0 li.level1 a:hover span{
	color: #262a06;
}
#nav ul.level0  li.level1 ul { margin-bottom: .6em;} 

#nav ul.level0  li.level1 ul li a span {
	color: #212829;
	font-size: 1em;
	background-color: transparent;
      padding: 1px 0px 0 25px;
	display:block;
	height:auto;
	line-height: 1.5em;
	font-weight:normal;
width:100%;
}
#nav ul.level0 li.level1 ul li a:hover span{
	color: #0d84b3;
	text-decoration: underline;
}

ul#nav.glossymenu li.level0 ul.level0 li ul.level1 {display:none;}
ul#nav.glossymenu li.level0 ul.level0 li.active ul.level1 {display:block;}


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { font:12px/15px Arial, Helvetica, sans-serif; vertical-align:middle; color:#2f2f2f; }
input.input-text,select,textarea { background:#fff; border:1px solid #b6b6b6; }
input.input-text,textarea { padding:2px; }
select { padding:1px; }
select option { padding-right:10px; }
select.multiselect option { border-bottom:1px solid #b6b6b6; padding:2px 5px; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:2.5em !important; }
button.button::-moz-focus-inner { padding:0; border:0; } /* FF Fix */
button.button { -webkit-border-fit:lines; } /* <- Safari & Google Chrome Fix */
button.button { overflow:visible; width:auto; border:0; padding:0; margin:0; background:transparent; cursor:pointer; }
button.button span { display:block; height:19px; border:1px solid #de5400; background:#f18200; padding:0 8px; font:bold 12px/19px Arial, Helvetica, sans-serif; text-align:center; white-space:nowrap; color:#fff; }
button.button span span { border:0; padding:0; }
button.disabled span { border-color:#bbb !important; background:#bbb !important; }

button.btn-checkout span { height:40px; border:0; background:url(../images/btn_checkout.gif) 0 0 no-repeat; padding:0 0 0 9px; font:bold 15px/40px Arial, Helvetica, sans-serif; color:#fff; }
button.btn-checkout span span { background-position:100% 0; padding:0 25px 0 16px; }
button.btn-checkout.no-checkout span { background-position:0 100%; color:#b8baba; }
button.btn-checkout.no-checkout span span { background-position:100% 100%; }

.recentlyreviewed{ margin:0px; }
.recentlyreviewed h5{ text-align:center; }
