

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

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

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

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

.sf_extra4 {
	background-image:url(images/main_qsc.jpg);
	height:200px;
	width:720px;
}

.welcome h1 {
	font-weight: normal;
	font-size: 18px;
}

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

/* CATEGORY MENU BAR */

.sf_category_menubar .widget_header {
	display:none;
}

.sf_category_menubar {
	clear:both;
	margin: 0px;
	width: 920px;
	padding:0px 10px;
	z-index:50;
	min-height:25px;
	height:auto !important;
	height:25px;
	background: url(images/286_catbg.gif);		
}
 
.sf_category_menubar ul {
	margin: 0;
	padding: 0;
}
 
.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: 0;
	padding: 0;
	white-space: nowrap;	 
	min-width:1%;
	width: auto !important; 
	width:1%; 
	height:26px;	
}
 
.sf_category_menubar ul li a {
	color: #ffffff;
	display: block;
	margin:6px 18px 6px 0px;
	padding:0px;
	text-decoration: none;	
	min-width:1%; 
	width: auto !important; 
	width:1%;	
	font-size:10px;
	text-transform: uppercase;
}
 
.sf_category_menubar ul li a:visited {
	color: #ffffff;
	text-decoration: none;	
}
 
.sf_category_menubar ul li a:hover {
 	color: #bbbbbb;
	text-decoration: none;	
}
 
/* Category Menu Bar Subnav */

.sf_category_menubar .subnav {
	left: -999em; 
	list-style: none;
	margin: 0px;	
	padding: 1px 0px 0px;	
	position: absolute;	
	width: 142px;
	z-index:1000;
	border-bottom:1px solid #ccc;
}
 
.sf_category_menubar .subnav  li {
	float: left;
	margin:0;	
	padding:0;	
	width: 140px;
	height:auto;
    white-space:normal;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color:#FFFFFF;
}
 
.sf_category_menubar .subnav li a {
	display: block;
	height:auto;
	padding: 5px 10px 5px;
	margin:0px;
	min-width:120px;
	width: 120px !important;
	white-space:normal;
	font-weight:normal;
	text-transform:none;
	color:#000000;
	font-size: 12px;
}

.sf_category_menubar .subnav  li a:visited {
	color:#000000;
}
 
.sf_category_menubar .subnav  li a:hover {
	background-color:#dddddd;
	color:#000000;
}
 
#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 */

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

.sf_header_wrapper,
.sf_main_header {
	height:auto !important;
	overflow:visible;
}

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

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

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

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


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

.outer, .col3 .outer { 
	margin-left:220px;
}

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

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

.category-list-header a,
.category-list-header a:visited {
	text-decoration: none;
}
 
.navigation1 {
	width:100%;
}

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

.navigation .listitemcontent {
	padding:0px;
}

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

#featured-products div{
	margin:.5em 0em;
}

.options {
	text-align:left;
}

.smallimage {
	text-align: center;
}

/* CATEGORY TRACKER */

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

.category-tracker h3 {
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:4px 10px 3px;
}

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

/* END CATEGORY TRACKER */

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

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

#breadcrumbs a {
	font-weight:bold;
}

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

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

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

.content-category-header h4{
	font-size: 14px;
}

.btn, .checkout a.button, 
.checkout input.button {
	margin: 3px 3px 3px 0;
	padding: 2px;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-weight: bold;
	cursor: pointer;
}

legend{
	font-size:14px;
}

/* ------- Members ------- */
#checkout-right-column{
	font-size:100%;
	padding:0px;
}

#checkout-right-column h3 {
	margin:0px 0px 5px;
	padding:3px 5px;
	font-size:100%;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-weight: bold;
}

#checkout-right-column .content-block{
	padding-bottom:15px;
}


#checkout-right-column form,
#checkout-right-column table{
	min-height:1%;
}

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

/* -------------------- QSC FOOTER -------------------- */
.sf_footer{
	width:920px;
	text-align:left;
}
.sf_footer:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
}
.navigation2, .footer {
	width:790px;	
}

#paymentlogos {
margin:10px 0;
}

/* -------------------- QSC FOOTER END -------------------- */


