/* -------------------- QSC CONTENT BEGIN -------------------- */

body {
	word-wrap:break-word;
}

/* --------------------- SHELL --------------------- */

.sf_navigation {  /* Hide regular navigation */
	display:none;
}

.sf_content {  /* Stretch content area */
	clear:both;
	display:block;
	float:none;
}

h1 {font-size:200%;font-weight:bold;}
h2 {font-size:150%;font-weight:bold;}
h3 {font-size:120%;font-weight:bold;}
h4 {font-size:100%;font-weight:bold;}
h5 {font-size:80%;font-weight:bold;}

div, dl, td {
}

.sf_pagetitle {
	display:none;
}

* html .formwrap {
	width:65%;
}

/* --------------------- SHELL END --------------------- */



/* ----------------- QSC HEADER CONTENT ----------------- */

.sf_header_wrapper {
	min-height: 257px;
	height:auto !important;
	height: 257px;
	overflow:visible;
	background-color:#ccc;
}

.sf_main_header {
	min-height: 180px;
	height:auto !important;
	height: 180px;
	overflow:visible;
	position: static;
}

.qsc-site-logo img{
	float:left;
	margin-right:10px;
}

.titles {
	height:1%;
}

/* --------------- QSC HEADER CONTENT END --------------- */



/* ------------------- SIDEBAR CONTENT ------------------- */

.btn {
background-color: #7D808F;
color: #ffffff;
border: 1px solid #575A6A;
margin: 3px 3px 3px 0;
padding: 0;
text-transform: uppercase;
font-size: 9px;
font-family: Arial, Helvetica, FreeSans, sans-serif;
letter-spacing: 1px;
cursor: pointer;
}

#searchQuickForm {
	padding-bottom: 5px;
}

.sidebaritem {
	min-height:1%; /* IE7 QS was streching up beneath nav */
}

.sidebaritem .listitemcontent {
	margin-bottom: 15px;
}

.listitemheader { /* Style sidebar headers */
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:2px 2px 2px 3px;
	text-align: left;
	text-transform: uppercase;
	margin-top:5px;
}

.listitemheader a:link, .listitemheader a:visited {

}

.listitemcontent li {
	margin:0px;
	padding:5px 0px 0px 3px;
}

.outer, .col3 .outer {
	margin-left: 200px; /*** Critical left col width value ***/
	height:1%;
}

.left {
	margin-left:-200px;
	width:200px;
}

.left .sf_sidebar {
	padding:0px; /* This is a contemplayout.css override */
	margin-top: 0px; /* Move left sidebar up */
	position:relative; /* IE6 - To show content above .sf_content  */
	height:1%; /* IE6 - Sidebar background chopped on scroll */
}

.navigation .listitemheader { /* Remove navigation header */
	display:none;
}

.left .input { /* IE6 - Textbox too wide */
	width:120px;
}

.list {
	font-weight: bold;
}

/* ------------------ SIDEBAR CONTENT END ------------------ */

/* ---------------------- QSC CONTENT ---------------------- */

.content {
	padding:0px 15px 20px;
}

.content-product {
	border: 1px solid #E2DDD7;
}

.content-product-header {

}

.content-product-header a:link,
.content-product-header a:visited {
	color: #444444;
	text-decoration: none;
}

.content-product-header a:hover{
	color: #888888;
	text-decoration: none;
}

#messages .error { /* This should be moved to common css */
	color:#cc0000;
	background-color:#FFCFCF;
	border: 1px solid #cc0000;
	padding:4px;
	margin:5px 0px 10px;
	font-weight:bold;
}

.upsell-header {
	color:#444444;
	padding:.2em 10px;
	border-top: 1px solid #E2DDD7;
	border-bottom: 1px solid #E2DDD7;
}

.upsell table td  {
	border-bottom: 1px solid #E2DDD7;
}

.upsell div {
	border: none;
}

.product-detail-header {
	color:#444444;
}

.upsell-item-header td {
	padding:.2em 10px;
}

#breadcrumbs {
	margin-bottom:1em;
}

/* -------------------- QSC CONTENT END -------------------- */

.categories .category, .products .product {margin-right:-1px;}

/**
 * @section Category Tracker
 */
.category-tracker .active {
	display:block;
	font-size:13px;
	font-weight:bold;
	margin-bottom:7px;
}

.category-tracker li {
	margin-bottom:7px;
}

.category-tracker .subcat {
	padding-left:15px;
}

.category-tracker .subcat2 {
	padding-left:15px;
}

.category-tracker .subcat2 .active {
	padding:2px 0;
}


/** 
 * ------------------------------------------------------------------
 * @section CATEGORY MENU BAR
 * ------------------------------------------------------------------
 */
.sf_category_menubar {
	margin: 0px;
	width: 915px;
	z-index:50;
	padding:0px 15px 10px 20px;
	min-height:30px;
	height:auto !important;
	height:31px;
}
.sf_category_menubar .widget_header{
	display:none;
}
.sf_category_menubar ul {
	margin: 0px;
	padding: 0px;
	height:auto !important;
}
.sf_category_menubar ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height:0px;
}
.sf_category_menubar ul li {	
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;	 
	min-width:1%; 
	width: auto !important; 
	width:1%; 
}
.sf_category_menubar ul li a {
	display: block;
	margin:0px;
	padding:10px 10px 2px 5px;
	text-decoration: none;	
	height:15px;
	min-width:1%; 
	width: auto !important; 
	width:1%; 
	text-transform:uppercase;
	font-weight:bold;
}
.sf_category_menubar ul li a:visited,
.sf_category_menubar ul li a:hover {
	display: block;
	padding:10px 10px 2px 5px;
}
 
/**
 * @subsection catmenubar subnav
 */
.sf_category_menubar .subnav {
	border-style:solid;
	border-width:1px;
	left: -999em; 
	list-style: none;
	line-height: 1;
	margin: 0px 0px 0px 5px;
	padding: 5px 5px 0;	
	position: absolute;	
	width: 137px;
	z-index:1000;	
}
.sf_category_menubar .subnav  li {
	float: left;
	margin:0;	
	padding:0;	
	width: 137px;
    white-space:normal;
}
.sf_category_menubar .subnav li a {
	display: block;
	height:auto;
	padding:2px 5px;
	width: 125px !important;
	white-space:normal;
	text-transform:uppercase;
	margin:0 0 5px;
	font-weight:bold;
	font-size:10px;
}

.sf_category_menubar .subnav li a:visited,
.sf_category_menubar .subnav li a:hover {
	padding:2px 5px;
}

#menubar1 li:hover ul, 
#menubar1 li.sfhover ul {
	left: auto;
}
#menubar1 iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}
#menubar1 li:hover, #menubar1 li.hover {  
    position: static;  
} 
