
/* --------------------- SHELL --------------------- */
.sf_content {  /* Stretch content area */
	clear:both;
	display:block;
	float:none;
	margin: 10px;
	width: 98%;	
}

h1 {font-size:200%;font-weight:bold;}
h2 {font-size:150%;font-weight:bold;}
h3 {font-size:130%;font-weight:bold;}
h4 {font-size:120%;font-weight:bold;}
h5 {font-size:80%;font-weight:bold;}

.sf_pagetitle {
	display:none;
}

.sf_extra5 {
	display:none;
}

.welcome h1 {
	font-weight: normal;
}

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

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

.sf_category_menubar .widget_header {
	display:none;
}

.sf_category_menubar {
}

.sf_category_menubar .cat_menubar {
	background-image:url(images/573_menubar_bg.gif);
	border-top:1px solid #CCCCCE;
	padding:0;
	margin:15px 0 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 {
	border-right:1px solid #CCCCCE;
	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-size:13px;
	display: block;
	margin:0;
	padding:5px 10px;
	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 {
	background-image:url(images/573_menubar_bg_o.gif);
 	text-decoration: none;
}

/**
 * @section cat subnav
 */
.sf_category_menubar .subnav {
	border-color:#CCCCCE;
	border-style:solid;
	border-width:0 1px;
	left: -999em;
	list-style: none;
	position: absolute;
	margin-left:-1px;
	width:150px;
	z-index:1000;
}

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

.sf_category_menubar .subnav li a {
	background-color:#EEEEEE;
	background-image:url(images/573_menubar_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	font-size:11px;
	min-height:1%;
	height:auto !important;
	height:1%;
	width:150px;
	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;
}

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

.sf_header_wrapper{
	min-height:102px;
	height:auto !important;
	height: 102px;
	overflow:visible;
	background-repeat: repeat-y;
	margin-bottom: 40px;
}

.sf_main_header {
	min-height:102px;
	height:auto !important;
	height: 102px;
	overflow:visible;
	padding-bottom: 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: 10px;	
}

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

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

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

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

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

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

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

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

.options {
	text-align:left;
}

.navigation .listitemheader {
	display:none;
}

#searchQuickForm {
	margin-bottom: 15px;
}

/**
 * @section cat tracker
 */

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

.category-tracker .subcat {
	padding-left:15px;
}

.category-tracker .subcat2 {
	padding-left:15px;
}

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

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

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

.welcome {
	padding-bottom:20px;
}

.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:4px 0px 5px;
	border-width:0px 0px 1px;
	border-style:solid;
}

.content-product-header h4 a:link,
.content-product-header h4 a:visited {
	text-decoration:none;
}

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

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

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

.description, .sf_sidebar, .content-product .shortdescription,  .content-product .prices{
}

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

.upsell-item-header td {
	border-bottom-width:1px;
	border-bottom-style:solid;
	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;
	color: #333;
}

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

.clicktozoom {	
  font-size: 11px;
  margin-bottom: 3px;
 }
 
 .categories .category, .products .product {margin-right:-1px;}

