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

.sf_content {  /* Stretch content area */
	clear:right;
	display:block;		
	margin: 0px;
	width: 785px;
}


h1 {font-weight:bold;font-family: Georgia, "Nimbus Roman No9 L", serif}
h2 {font-weight:bold;font-family:Georgia, "Nimbus Roman No9 L", serif}
h3 {font-weight:bold;font-family:Georgia, "Nimbus Roman No9 L", serif}
h4 {font-weight:bold;font-family:Georgia, "Nimbus Roman No9 L", serif}
h5 {font-weight:bold;font-family:Georgia, "Nimbus Roman No9 L", serif}

.sf_pagetitle {
	display:none;
}

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

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

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

.sf_main_header {
	min-height:60px;
	height:auto !important;
	height: 60px;
	overflow:visible;	
	width: 745px;
	padding: 0px 20px 10px;
	margin-top: 115px;
}

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

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

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

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

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

.sf_category_menubar .widget_header {
	display:none;
}

.sf_category_menubar {
}

.sf_category_menubar .cat_menubar {
	width:775px;
	float:right;
	padding: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 {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	display: block;
	margin:0;
	padding:5px 10px;
	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 {
	border-style:solid;
	border-width:3px;
	left: -999em;
	list-style: none;
	position: absolute;
	width:150px;
	z-index:1000;
}

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

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

.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 ------------------- */

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

.category-tracker a.active {
	border:solid 1px;
	font-weight:bold;
	padding:5px;
	text-decoration:none;
}

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

.category-tracker .subcat2 a {
	margin-left:30px;
}

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

.right { 
	margin-right:-200px;
	margin-left:10px;
	width:190px;
}

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

.navigation .listitemcontent {
	padding:0px;
} 

.smallimage a:hover{
	border:none;
}

.sidebaritem {
	min-height:1%;
}

.listitemheader { 
	font-size:11px;
	font-weight:bold;
	margin:0px;
	padding:4px 0px 4px;
	border-width:0px 0px 1px;
	border-style:solid;
	text-transform:uppercase;
}

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

.listitemcontent {
	margin-bottom: 10px;
}

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

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

.options {
	text-align:left;
}

.navigation .listitemheader {
	display:none;
}

#searchQuickForm {
	margin-bottom: 15px;
}

.sf_sidebar {
	margin-top: 10px;
	padding:10px 10px 5px 5px;
}

.sidebarlist .listitemcontent li {
padding:3px 0;
}

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

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

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

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

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

.welcome {
	margin-top: 10px;	
}

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

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

.welcome img {
	margin-right: 10px;
}

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

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

.content-product {
	border:none;
}

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

.content-product-header h4 {
	padding:4px 0px 5px;
	border-width:0px 0px 1px;
	border-style:solid;
}

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

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

.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:4px 0px 5px;
	border-width:0px 0px 1px;
	border-style:solid;
	text-transform:uppercase;
	font-size:11px;
}

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

.upsell div {
	border:none;
}

.list {
	padding-bottom: 5px;
}

.member-table tr.member-row td {
	background-color: transparent;
	border-top: 1px dashed;
	border-bottom: 1px dashed;		
}

.member-table th {
	background-color: #aaa;
}

.member label {
	whitespace: normal;
}

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

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

#paymentlogos {
	margin:10px 0px;
}

#loginForm {
	margin: 3px 0px;
}

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

#breadcrumbs {
	font-size:11px;
}

#breadcrumbs a{
	font-weight:bold;
}

.btn, .checkout a.button, .checkout input.button {
	margin: 3px 3px 3px 0;
	padding: 2px;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	font-family:Verdana, Geneva, Kalimati, sans-serif;
	cursor: pointer;
	border-style:solid;
	border-width:1px;
	letter-spacing: 1px;
	border-color: #ffffff;
	background-color: #aaaaaa;
	color: #fff;	
}

.btn:hover, .checkout a.button:hover, .checkout input.button:hover {
	background-color: #999;
}

.clicktozoom {	
  font-size: 11px;
  text-decoration:underline;
  margin-bottom: 3px;
 }
 
 * html .formwrap {width:65%;}


