/* -------------------- 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;
	margin:5px 22px 5px 22px;
	width:95%;
}

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;}

.sf_pagetitle {
	display:none;
}

div, dl, td, th, .input, .member, fieldset {
	border-color:#cbcbcb;
}


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



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

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

.sf_main_header {
	min-height: 180px;
	height:auto !important;	
	height: 180px;
	overflow:visible;
	margin-left: 20px;
	margin-right: 20px;
	width: 856px;
}

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

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

.sf_extra3 {
	display: none;
}

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

/* CATEGORY MENU BAR */

.sf_category_menubar .widget_header {
	display:none;
}

.sf_category_menubar {
	clear:both;	
	width: 881px;
	padding:0px 0px 0px 15px;
	z-index:50;
	min-height:36px;
	height:auto !important;
	height:36px;
	margin: 0px 19px;
	background: url(images/562_catmenu.jpg);
	font-size:12px;
	font-weight: bold;			
}
 
.sf_category_menubar ul {
	margin: 0;
	padding: 0;
	margin-bottom:2px;
}
 
.sf_category_menubar ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height:0px;
}
 
.sf_category_menubar ul li {	
	float:left;
	min-height:18px;
	height:auto !important;
	height:18px;
	padding:6px 15px 6px 0px;
	white-space:nowrap;
}
 
.sf_category_menubar ul li a {
	color: #2a3035;
	padding:4px 0px;
	text-decoration:none;		
	display: block;
	text-transform: uppercase;				
}
 
.sf_category_menubar ul li a:visited {
	color: #2A3035;
	text-decoration: none;	
}
 
.sf_category_menubar ul li a:hover { 	
	color: #2A3035;
	text-decoration: underline;	
}
 
/* Category Menu Bar Subnav */

.sf_category_menubar .subnav {
	left: -999em; 
	list-style: none;
	margin: -2px 0px 0px;	
	padding: 0px;	
	position: absolute;	
	width: 170px;
	z-index:1000;
	border:1px solid #154071;
}
 
.sf_category_menubar .subnav  li {
	float: left;
	margin:0;	
	padding:0;	
	width: 170px;
	height:auto;
    white-space:normal;	
	background-color: #2660A2;
}
 
.sf_category_menubar .subnav li a {
	width: 160px;
	display: block;
	height:auto;
	padding: 4px 5px;	
	white-space:normal;	
	color: #cccccc;
}

.sf_category_menubar .subnav  li a:visited {
	color: #cccccc;
}
 
.sf_category_menubar .subnav  li a:hover {
	text-decoration: underline;
	color: #cccccc;
}
 
#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;  
} 

/* END CATEGORY MENU BAR */

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

/* -------------------- CATEGORY TRACKER -------------------- */

.category-tracker h2.listitemheader a {
	padding:0;
	text-decoration:none;
}

.category-tracker .cat li,
.category-tracker .subcat li,
.category-tracker .subcat2 li {
	padding: 0;
}

.category-tracker a {
	padding:2px 10px 2px 0px;
	display:block;
}

.category-tracker a.active {
	font-weight:bold;
	text-decoration:none;
}

.category-tracker .subcat a {
	padding:2px 10px 2px 5px;
	margin-left:5px;
}

.category-tracker .subcat a.active {
	padding:2px 10px 2px 5px;
	margin-left:5px;
}

.category-tracker .subcat2 a {
	padding:2px 10px 2px 5px;
	margin-left:15px;	
}

.category-tracker .subcat2 a.active {
	padding:2px 10px 2px 5px;
	margin-left:15px;
}

.btn {
background-color: #5F5F5F;
color: #ffffff;
border: 1px solid #2E2E2E;
margin: 3px 3px 3px 0;
padding: 0;
font-size: 11px;
font-family: Arial, Helvetica, FreeSans, sans-serif;
cursor: pointer;
}

.list {
	font-weight: bold;
}

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

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

.listitemheader { /* Style sidebar headers */
	font-size:18px;
	font-weight:normal;
	margin:0px;
	padding:0px 0px 3px 0px;	
	text-align: left;
	color: #444444;
}

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

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

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

.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;
}

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

/* ---------------------- QSC CONTENT ---------------------- */
/* .float-wrap {	
	width: 700px;
} */

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

.content-product {
	border: none;
}

.content-product-header {
	background-color: #eeeeee;	
}

.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;
	background-color:#eeeeee;
}

.upsell div {
	border: none;
}

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

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

#breadcrumbs {
	margin-bottom:1em;
}

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

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