/**
 * 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) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */

.clrbt { clear:both; }

#nav { /* padding:0 20px; */ font-size:1.1em; z-index:999; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li {
	list-style:none;
	position:relative;
	text-align:left;
	}
#nav li.over { z-index:99; }
#nav li.active { z-index:98; } /* to prevent the li separator from showing through on mouseover on li */
#nav a { line-height:1.3em; }
#nav a, #nav a:hover { display:block; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 1ST LEVEL  ***************/
#nav li { float:left; }
#nav li.active a { color:#d96708; width:114px; background-color:#e7e7e7; }
#nav a { float:left; padding:3px 12px 3px 8px; color:#333; /* font-weight:bold; */ }
#nav li.over a, #nav a:hover { color:#d96708; }


/************ 1ST LEVEL RESET ************/
#nav ul li, #nav ul li.active {
	float:none;
	margin:0;
	padding-bottom:1px;
	background:#ecf3f6 url(../images/nav_divider.gif) repeat-x 0 100%;
	width:auto;
	}
#nav li.active li a { width:auto !important; background:#ECF3F6; }

#nav ul li.over {background:#d5e4eb url(../images/nav_divider.gif) repeat-x 0 100%;}
#nav ul li.last { background:#ecf3f6; padding-bottom:0; }

	
#nav ul a, #nav ul a:hover {
	float:none;
	padding:0;
	background:none;
	}
#nav ul li a { font-weight:normal !important; }


/************ 2ND LEVEL ************/
#nav ul {
	position: absolute;
	width:15em;
	top:10px;
	left:-10000px;
  border:1px solid #899ba5;
}

/* Show menu */
#nav li.over > ul { left:50px; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }


#nav ul li a { background:#ecf3f6; }
#nav ul li a:hover { background:#d5e4eb; }
#nav ul li a, #nav ul li a:hover { color:#2f2f2f !important; }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}


/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }



/* CUSTOM STYLING */

.left-col-nav-outer { background:url(../images/lef-col-nav-outer-bg.jpg) bottom left no-repeat; width:143px; padding-bottom:7px; }
.left-col-nav-inner { background:url(../images/left-col-header.jpg) 1px top no-repeat; padding-bottom:20px; }
.left-col-inner-wrap { position:relative; top:20px; left:1px; }

.left-col-links { background:url(../images/left-nav-bg.jpg) top left no-repeat; height:155px; margin-left:-2px; }
	.left-col-links a { color:#b15d03; font-size:11px; text-decoration:none; line-height:1.1em; }
	.left-col-links h3 { padding:0px 10px 0 10px; line-height:1.1em; height:28px; padding-top:3px; }
	.left-col-links li { padding:2px 20px; line-height:1em; }

#nav .level0 { display:block; width:134px; }
	#nav li.level0 { border-width:0 1px 1px 1px; border-style:solid; border-color:#040196; }
	#nav .level0 span { white-space:normal; }

.short-description ul, .short-description li { list-style-type:disc; margin-left:15px; }

/* #nav .level1 span { white-space:nowrap; } */

/* Subcategory Listing */
.productimage { /* border-bottom:1px solid #ccc; */ padding:15px 0px;  height:210px; float:left;  }
	.productimage .productimage-image { width:220px; float:left; padding-right:15px; text-align:center; }
	.productimage .productimage-text { float:left; width:310px; }
	.productimage .productimage-image img {/*height:150px;*/
max-height:150px;
max-width:150px;
/*";/* IE */ 
width: 150px;
height: 150px;
widt\h: 150px;
heigh\t: auto;
}
	
/* Category Display Styling */
.category-image { text-align:center; padding-left:15px; }
	.category-image img {max-width: 400px;}	
.category-description { width:250px; float:left; }

/* Header Styling */
.top-tabs { float:right; padding:47px 25px 0 0; }
	.top-tabs li { float:left; background:url(../images/tab-bg.jpg) bottom center no-repeat; padding:5px 18px 0px 18px; }
		.top-tabs li:hover { background:url(../images/tab-bg-2.jpg) bottom center no-repeat; }
			.top-tabs li:hover a { color:#000066; }
	.top-tabs li a { display:block; color:#b15d03; text-decoration:none; font-size:10px; }
	
/* Right Column Styling */
.question-right span, .rfq-right span { display:none; }
.question-right { background:url(../images/ask-a-question.jpg) top left no-repeat; display:block; width:150px; height:34px; }
.rfq-right { background:url(../images/rfq.jpg) top left no-repeat; display:block; width:150px; height:34px; }
