/* --------------------- SHELL --------------------- */
body {
	font-size:10px;
}

.sf_wrapper {
	background-color: #E4E4E4;	
}

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

h1 {font-size:200%;font-weight:bold;font-family: Verdana, Geneva, Kalimati, sans-serif;color:#333333;}
h2 {font-size:150%;font-weight:bold;font-family:Verdana, Geneva, Kalimati, sans-serif;color:#333333;}
h3 {font-size:120%;font-weight:bold;font-family:Verdana, Geneva, Kalimati, sans-serif;color:#333333;}
h4 {font-size:100%;font-weight:bold;font-family:Verdana, Geneva, Kalimati, sans-serif;margin-bottom: 3px;color:#333333;}
h5 {font-size:80%;font-weight:bold;font-family:Verdana, Geneva, Kalimati, sans-serif;color:#333333;}

.sf_pagetitle {
	display:none;
}

.sf_extra2 {
	display:none;
}

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

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

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

.sf_main_header {
	min-height:80px;
	height:auto !important;
	height: 80px;
	overflow:visible;
	padding: 10px;
}

.sf_main_header:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	font-height: 1px;
	margin:0px;
	padding:0px;
}

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

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

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

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

/**
 * ------------------------------------------------------------------
 * @section CATEGORY MENU BAR
 * ------------------------------------------------------------------
 */

.sf_category_menubar .widget_header {
	display:none;
}

.sf_category_menubar {
}

.sf_category_menubar .cat_menubar {
	background-color:#E4E4E4;
	border-bottom:solid 3px #ffffff;
	padding:5px 0;
	min-height:1%;
	height:auto !important;
	height:1%;
}

.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: 0px;
	padding: 0px;
	white-space: nowrap;
	min-width:1%;
	width: auto !important;
	width:1%;
}

.sf_category_menubar ul li a {
	display: block;
	margin:0;
	padding:3px 15px;
	text-decoration: none;
	min-width:1%;
	width: auto !important;
	width:1%;
}

.sf_category_menubar ul li a:visited {
	text-decoration: none;
}

.sf_category_menubar ul li a:hover {
 	text-decoration: none;
}

/**
 * @section cat subnav
 */
.sf_category_menubar .subnav {
	background-color:#ffffff;
	border:solid 3px #B9B9B9;
	left: -999em;
	list-style: none;
	position: absolute;
	width:120px;
	z-index:1000;
}

.sf_category_menubar .subnav li {
	width:120px !important;
	height:auto;
    white-space:normal;
}

.sf_category_menubar .subnav li a {
	min-height:1%;
	height:auto !important;
	height:1%;
	width:120px;
	padding:5px 10px;
	margin:0px;
	width:120px;
}

.sf_category_menubar .subnav li a:hover {
	background-color:#E4E4E4;
}

.sf_category_menubar .subnav li.sf_last_nav_item_subnav,
.sf_category_menubar .subnav li.sf_last_nav_item_subnav a {
	border-bottom:none 0;
}

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

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

.col2left .outer {
	margin-left: 170px;
}

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

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

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

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

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

.sf_sidebar {
	padding:0px; /* This is a contemplayout.css override */
	height:1%; /* IE6 - Sidebar background chopped on scroll */
	padding-top:10px;
} 

.smallimage a:hover{
	border:none;
}

.sidebaritem {
	min-height:1%; 
}

.listitemheader { 
	font-size:15px;
	font-weight:bold;
	padding:7px 5px 7px 10px;
	background-color: #BFBFBF;
	color: #333;
	margin-bottom:5px;
}

.listitemheader a:link, .listitemheader a:visited { 
	color: #333333;
	text-decoration:none;
}

.sidebarlist .listitemcontent {
	margin:0px;
	padding:0px 0px 5px;
}

#featured-products{
	margin:0px 10px;
}

.options {
	text-align:left;
}

.navigation .listitemheader {
	display:none;
}

#searchQuickForm {
	padding: 0px 5px 15px 5px;
	background-color: #BFBFBF;
	margin-top: -5px;
}

#searchQuickForm  li {
	padding: 5px 0px 5px 5px;
	background-color: #BFBFBF;
}

/* CATEGORY TRACKER */
.listitemcontent .cat,
.listitemcontent .category {
	padding: 2px 5px;
}

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

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

.category-tracker .subcat2 a {
	padding:2px 10px 2px 20px;
}

.category-tracker .subcat2 a.active {
	padding:2px 10px 2px 20px;
}

/* END CATEGORY TRACKER */

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

/* ---------------------- QSC CONTENT ---------------------- */
.center {	
	background-color: #fff;
}

.content {
	padding: 10px;
}

.welcome, .categories, .products {
	margin-bottom:20px;
	min-height:1%;
}

.welcome {
	padding-top:0px;
}

#breadcrumbs {
	font-size:11px;
}

#breadcrumbs a{
	font-weight:bold;
}

legend {
	font-weight:bold;
	font-size:1.1em;
}

.main-content h2 {
	font-size:16px;
	font-weight:bold;
}

.content-product {
	border:none;
}

.content-product-header h4 {
	padding:3px;
}

.content-product-header h4 a,
.content-product-header h4 a:visited{
	color:#fff;
}

.content-product-header h4 a:hover {
	color:#e4e4e4;
}

.product-detail {
	margin-top: 0px;
}

.product-description {
	padding-top: 0px;
}

.product-primary .product-detail-header,
.product-primary .product-description {
	padding-left: 5px;
}

.upsell-item1 a, .upsell-item1 a:visited {
	text-decoration:none;
}

.upsell-item1 a:hover {
	text-decoration:underline;
}

.upsell-item2 a, .upsell-item2 a:visited {
	text-decoration:none;
}

.upsell-item2 a:hover {
	text-decoration:underline;
}

.upsell-header {
	padding:3px;
}

.upsell-item-header td {
	border-bottom-width:1px;
	border-bottom-style:solid;
	padding:.3em 0px;
	border-bottom-color: #cfcfcf;
}

.upsell div {
	border:none;
}

.list {
	padding-bottom: 5px;
}

.qsc-site-companyname {
	font-weight:normal;
}

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


#paymentlogos {
	margin:10px 0px;
}

#seals a {
	color: #000;
}

#loginForm {
	margin: 3px 0px;
}

#checkout-right-column .content-block {
	margin: 0px 0px 20px;
}

.clicktozoom {	
  font-size: 11px;
  margin-bottom: 3px;
 }
 
 .welcome img {
 	margin-bottom:0px;
}

.outer, .float-wrap {
background-color:#FFFFFF;
}

