/* -------------------- 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-left: 25px;
	margin-right: 0px;
	margin-top: 10px;
	width:900px;
}

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

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



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

.sf_header_wrapper {
	min-height: 269px;
	height:auto !important;	
	height: 269px;
	overflow:visible;
}

.sf_main_header {
	min-height: 220px;
	height:auto !important;	
	height: 220px;
	overflow:visible;
}

.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 2px 0;
padding: 2px;
text-transform: uppercase;
font-size: 9px;
cursor: pointer;
font-family: Georgia, "Nimbus Roman No9 L", serif;
}

#searchQuickForm {
	padding-bottom: 5px;
	width:165px;
}

#searchQuickForm .btn {
	float:right;
	height:20px;
	margin:0;
}

#searchtext {
	float:left;
	height:16px;
}

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

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

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

.listitemcontent li:after {
	content: " ";
	display: block;
	clear: both;
	height:0;
	visibility: hidden;
}

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

.left { 
	margin-left:-220px;
	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 ---------------------- */

/*.float-wrap {
	width: 710px;*/
}

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

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

.content-product-header {
	font-size: 17px;
}

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

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

.upsell div {
	border: none;
}

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

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

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

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

.smallimage {
	padding: 5px 0px;
}

.description {
	font-family: Georgia, "Nimbus Roman No9 L", serif;
}

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

#billing_content, #shipping_content {height:1%;}

/** 
 * ------------------------------------------------------------------
 * @section CATEGORY TRACKER
 * ------------------------------------------------------------------
 */
.category-tracker .active {
	font-style:italic;
	font-size:1.3em;
	text-decoration:none;
	color:#7D808F;
}
.category-tracker .cat ul {
	margin-left:20px;
}


/** 
 * ------------------------------------------------------------------
 * @section CATEGORY MENU BAR
 * ------------------------------------------------------------------
 */
.sf_category_menubar {
	margin:0px auto 0px;
	padding:0px;
	min-height:1%;
	height:auto !important;
	height:1%;
}
.sf_category_menubar .widget_header{
	display:none;
}
.sf_category_menubar ul {
	margin: 0px 0px 0px 20px;
	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: 5px 0 0 3px;
	white-space: nowrap;	 
	min-width:1%; 
	width: auto !important; 
	width:1%; 
}
.sf_category_menubar ul li a {
	display: block;
	margin:0px;
	padding:5px 10px 10px;
	text-decoration: none;	
	min-width:1%; 
	width: auto !important; 
	width:1%; 
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
}
.sf_category_menubar ul li a:visited {
	display: block;
}
.sf_category_menubar ul li a:hover {
	display: block;
}
 
/**
 * @subsection catmenubar subnav
 */
.sf_category_menubar .subnav {
	left: -999em; 
	list-style: none;
	margin: 0px;
	padding: 0px;	
	position: absolute;	
	width: 200px;
	z-index:1000;	
}
.sf_category_menubar .subnav  li {
	float: left;
	margin:0;	
	padding:0;	
	width: 200px;
    white-space:normal;
}
.sf_category_menubar .subnav li a {
	display: block;
	height:auto;
	padding:8px 10px;
	width: 180px !important;
	white-space:normal;
	text-transform:uppercase;
	margin:0px;
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}
.sf_category_menubar .subnav li a:hover {
	text-decoration:none;
}
#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 !important;  
} 
