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

.sf_content {  /* Stretch content area */
	clear:both;
	display:block;
	float:none;
	margin:20px 0px 0px 0px;
	width:auto;
}

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

.content {
	padding-left:15px;
	padding-right:15px;
}

.sf_navigation {display:none;}

.sf_extra7 {
	height:20px;
}

.formwrap {
	width:65%;
}

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

/* CATEGORY MENU BAR */

.sf_category_menubar .widget_header {
	display:none;
}

.sf_category_menubar {
	clear:both;	
	width: 902px;
	padding:0px;
	margin-left:18px;
	margin-top:15px;
	z-index:50;
	min-height:30px;
	height:auto !important;
	height:30px;
	background: url(images/542_catmenu.gif);
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;			
}
 
.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;
	min-height:15px;
	height:auto !important;
	height:15px;
	padding:0px;
	white-space:nowrap;
}
 
.sf_category_menubar ul li a {
	color: #2a3035;
	padding:8px 10px 7px;
	text-decoration:none;		
	display: block;
	font-size:12px;
	font-weight: normal;
	text-transform: uppercase;				
}
 
.sf_category_menubar ul li a:visited {
	color: #333333;
	text-decoration: none;	
}
 
.sf_category_menubar ul li a:hover { 	
	color: #333333;
	text-decoration: underline;		
}
 
/* Category Menu Bar Subnav */

.sf_category_menubar .subnav {
	left: -999em; 
	list-style: none;
	margin: 0 0 0 -1px;	
	padding: 0;	
	position: absolute;	
	width: 170px;
	z-index:1000;
	border: 1px solid #333333;	
}
 
.sf_category_menubar .subnav  li {
	float: left;
	margin:0;	
	padding:0;	
	width: 170px;
	height:auto;
    white-space:normal;	
	background-color: #EEEEEE;
	border-bottom: 1px solid #333333;	
}
 
.sf_category_menubar .subnav li a {
	width: 150px;
	display: block;
	height:auto;
	padding: 5px 10px;	
	white-space:normal;	
	color: #333333;
}

.sf_category_menubar .subnav  li a:visited {
	color: #333333;
}
 
.sf_category_menubar .subnav  li a:hover {
	text-decoration: none;
	color: #333333;
	background-color: #DFDFDF;
}

.sf_category_menubar .subnav .sf_last_nav_item_subnav {
	border-bottom: 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;  
} 

/* END CATEGORY MENU BAR */

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

.sf_header_wrapper {
	min-height:148px;
	height:auto !important;
	height:148px;
}

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

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

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

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

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


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

/* --------------------- NAVIGATION --------------------- */
.navigation .listitemheader {
	display:none;
}

.navigation .listitemcontent {
	padding:0px;
	background-color:transparent;
}

#Nav1 {
	float:none;
}

#Nav1 li {
	float:none;
	width:175px;
}

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

.navigation1 ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.navigation1 ul li {
	padding:3px 0px 15px 45px;
	margin:0px;
	background-image:url(images/puck.gif);
	background-repeat:no-repeat;
}

.navigation1 ul li a {
	text-transform:uppercase;
	text-decoration:none;
}

/* ------------------- NAVIGATION END ------------------- */

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

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

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

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

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

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

.sidebaritem {
	min-height:1%; 
	padding:0px;
	margin-bottom:15px;
}

.sidebaritem li,
.product div {
	padding:.3em 0px;
}

.listitemheader { 
	font-size:11px;
	border-width:0px 0px 1px;
	border-style: solid;
	padding:7px 10px 8px;
	text-transform:uppercase;
	font-family:"Arial Black", Gadget, sans-serif;
}

.listitemcontent {
	padding:10px;
}

.listitemcontent ol {  /* IE7 Links Cutting Off On Scroll */
	min-height:1%;
	height:auto !important;
	height: 1%;
}

/* ------- Categories ------- */


/* ------- Featured Item ------- */
.options {
	text-align:left;
}

/* ------- Quick Search ------- */
.sf_sidebar .input {
	width:140px;
}

.input {
	border-style:solid;
	border-width:1px;
	border-color:#999999;
}

#loginForm input[type="text"] {
	border-style:solid;
	border-width:1px;
	border-color:#999999;
}

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

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

/* ------- Breadcrumbs ------- */
#breadcrumbs a{
	font-weight:bold;
}

#breadcrumbs {
	font-size:11px;
	font-weight:bold;
	margin:0 0 1em;
	padding:6px 10px 7px;
	line-height:1.4em;
}


/* ------- Buttons ------- */
.btn, .checkout a.button, 
.checkout input.button {
	border-style:solid;
	border-width:1px;
	cursor:pointer;
	font-size:9px;
	padding:1px 2px 2px;
	margin:3px 1px;
	text-transform:uppercase;
	font-family:Verdana, Geneva, Kalimati, sans-serif;
}


/* ------- Categories ------- */
.categories {
	padding-bottom:20px;
}

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

.content-category-header h4 a{
	text-decoration:none;
}

.categories .category {
	margin-right:-1px; /* IE Rounding Fix */
}


/* ------- Forms ------- */

fieldset {
	border-style:dotted;
}


/* ------- Images ------- */
.smallimage a:hover{
	border:none;
}


/* ------- Members ------- */
.member {
	border-style:solid;
}

.options-table td {
	border-color:#cccccc;
}

.subtotal-row td, .total-row td {
	border-color:#cccccc;
}

#checkout-right-column {
	border-width:1px;
	border-style: dotted;
	margin:15px 0px 10px;
	padding:2px 5px 0px;
}

#checkout-right-column h3 {
	margin:5px 0;
	padding:4px 3px;
}

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

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

.checkout-part {
	text-decoration:none;
}

.member .controls {
	clear:both;
}

legend {
	font-size:1.1em;
}


/* ------- Products ------- */
.main-content h2 {
	font-size:20px;
	font-weight:bold;
}

.content-product {
	border-style:dotted;
	padding:5px;
}

.content-product-header h4 a {
	text-decoration:underline;
}

.product-primary,
.product-secondary,
.imageanddetails,
.product-options {
	border-style:dotted;
}

.products .product {
	margin-right:-1px;
}

/* ------- Upsell ------- */
.upsell-header {
	padding:4px 3px;
	margin:4px;
}

.upsell-item-header td{
	padding:4px;
}

.upsell table td a {
	text-decoration:underline;
}

.upsell div {
	border-width:1px;
	border-style:dotted;
	font-size:11px;
}


/* ------- Welcome ------- */
.welcome {
	padding-bottom:35px;
	padding-right:40px;
}

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


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

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

.sf_footer {
	text-align:center;
}

.navigation2 span{
	margin:0px 2px;
}

#paymentlogos {
	margin:10px 0px;
}

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

