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

body {
	word-wrap:break-word;
}

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

.sf_navigation {  /* Hide regular navigation */

}

.sf_content {  /* Stretch content area */
	clear:both;
	display:block;
	float:none;
	margin:0px;
	width:92%;
}

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, th, .input, .member, fieldset {
	border-color:#E5E9F2;
}

.sf_pagetitle {
	display:none;
}

* html .formwrap {width:65%;}


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



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

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

.sf_main_header {
	min-height: 195px;
	height:auto !important;
	height: 195px;
	overflow:visible;
	padding-bottom: 5px;
}

#logo {
 text-decoration:none;
}

.titles {
	/*overflow:hidden;*/
	height:1%;
}

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

fieldset {width:90%;margin-left:0px;margin-right:0px;}

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

.btn {
background-color: #9699A0;
color: #ffffff;
margin: 3px 3px 3px 0;
padding: 0;
font-size: 11px;
font-family: Arial, Helvetica, FreeSans, sans-serif;
cursor: pointer;
}

.list {
	font-weight: bold;
}

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

.listitemheader { /* Style sidebar headers */
	font-weight:normal;
	margin:0px;
	padding:4px 0px 3px 0px;
	text-align: left;
	color: #90939C;
	font-family: Garamond, "Palatino Linotype", "Book Antiqua", Palatino, FreeSerif, serif /*~ header.font */;
	font-size: 28px;
}

.listitemheader a:link, .listitemheader a:visited {
	color: #90939C;
	text-decoration:none;
}
.listitemcontent li {
	margin:0px;
}

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

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

.left .sf_sidebar {
	padding:0px 10px; /* 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 */
	background-color: #EEF0F4;
}

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

.sidebaritem .listitemcontent li {
	padding-bottom: 7px;
}

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

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

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

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

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

.content-product {
	border-color: #EEF0F4;
}

.content-product-header {

}

.content-product-header a:link,
.content-product-header a:visited {
	color: #90939C;
	text-decoration: none;
	font-weight: bold;
}

.content-product-header a:hover{
	color: #90939C;
	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:#90939C;
	padding:.2em 10px;
	font-weight: bold;
}

.upsell div {
	border: 1px solid #E5E9F2;
}

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

.upsell-item-header td {
	border-top-width:1px;
	border-top-style:solid;
	padding:.2em 10px;
}

#breadcrumbs {
	margin-bottom:1em;
}

.smallimage {
	padding: 5px 0px;
}

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

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


/**
 * @section Category Tracker
 */
.category-tracker ul,
.category-tracker ul a {
	font-size:12px;
	font-weight:normal;
}

.category-tracker .active {
	display:block;
	font-size:12px;
	font-weight:bold;
	padding:2px 0;
}

.category-tracker ul {
	margin:0;
	padding:0;
}

.category-tracker li {
	margin:2px 3px;
}

.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 auto 10px;
	padding:0px 32px;
	min-height:1%;
	height:auto !important;
	height:1%;
}
.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:8px 10px 12px;
	text-decoration: none;	
	min-width:1%; 
	width: auto !important; 
	width:1%; 
	font-size:10px;
	font-weight:bold;
}
.sf_category_menubar ul li a:visited,
.sf_category_menubar ul li a:hover {
	display: block;
}
 
/**
 * @subsection catmenubar subnav
 */
.sf_category_menubar .subnav {
	left: -999em; 
	list-style: none;
	line-height: 1;
	margin: 0px;
	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:3px 5px;
	width: 125px !important;
	white-space:normal;
	text-transform:none;
	margin:0 0 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;  
} 
