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

body {
	word-wrap:break-word;
}

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

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

h1 {font-size:200%;font-weight:bold;}
h2 {font-size:150%;font-weight:bold;padding: 3px;}
h3 {font-size:120%;font-weight:bold;}
h4 {font-size:100%;font-weight:bold;}
h5 {font-size:80%;font-weight:bold;}

div, dl, td {
	
}

.sf_pagetitle {
	background-image: none;
	display:none;
}

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



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

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

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


/* ----------------- Category Menu Bar ----------------- */

.sf_category_menubar .widget_header {
	display:none;
}

.sf_category_menubar {
	margin:0 auto;
	background-repeat:repeat-y;
	float:left;
	width: 841px;
	padding:0 20px;
	z-index:50;
	position:relative;
	min-height:20px;
	height:auto !important;
	height:20px;
}

.sf_category_menubar ul {
	margin: 0;
	padding:4px 0;
	min-height:25px;
	height:auto !important;
	height:20px;
}
 
.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:23px;
	margin-bottom:1px;
}
 
.sf_category_menubar ul li a {	
	display: block;
	margin:0;
	padding:5px 10px;
	text-decoration: none;	
	min-width:1%; 
	width: auto !important; 
	width:1%; 
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
}
 
.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:0 1px 1px 1px;
	left: -999em; 
	list-style: none;
	line-height: 1;
	margin: 0 0 0 5px;	
	padding:0;	
	position: absolute;	
	width: 145px;
	z-index:1000;
}

.sf_category_menubar .subnav  li {
	border-bottom-style:solid;
	border-bottom-width:1px;
	float: left;
	margin:0;	
	padding:0;
	width: 143px;
	height:auto;
    white-space:normal;
}

.sf_category_menubar .subnav li a {
	display: block;
	height:auto;
	padding: 5px 5px 6px;
	margin:0px;
	min-width:135px;
	width: 135px !important;
	white-space:normal;
	font-weight:normal;
	text-transform: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;  
}

/* ----------------- Category Menu Bar End ----------------- */


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

.btn {
background-color: #DCD0C0;
color: #000000;
border: 1px solid #CBB681;
margin: 3px 3px 1px 0;
padding: 2px;
font-size: 11px;
cursor: pointer;
font-family: Verdana, Geneva, Kalimati, sans-serif;
font-weight: bold;
}

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

.list {
	font-weight: bold;
}

.sidebaritem {
	min-height:1%; /* IE7 QS was streching up beneath nav */
}

.listitemheader, .widget_header  { /* Style sidebar headers */
	font-size:11px;
	font-weight:bold;
	margin:0px;
	padding:8px 10px 8px;	
	text-align: center;
	color: #ffffff;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
}

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

.left .listitemcontent li {
	margin:0px;
	padding:5px 0px;
}

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

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

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

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

.category-tracker li,
.category-tracker .subcat li,
.category-tracker .subcat2 li {
	padding:0;
	margin:0;
}

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

.category-tracker a {
	padding:5px 10px 5px 5px;
	display:block;
}

.category-tracker a.active {
	background-color:#e4dac5;
	background-image:url(images/active.gif);
	background-repeat:no-repeat;
	background-position:right;
	color:#000;
	font-weight:bold;
	padding-right:20px;
	text-decoration:none;
}

.category-tracker .subcat a {
	padding:5px 10px 5px 30px;
	background-color:#f5eedf;
}

.category-tracker .subcat a.active {
	background-color:#e4dac5;
	padding-right:25px;
}

.category-tracker .subcat2 a {
	padding:5px 10px 5px 50px;
	
}

.category-tracker .subcat2 a.active {
	background-image:none;
}

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

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

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

.content-product {
	border: none;
}

.content-product-header {
	border-bottom: 1px solid #000000;	
}

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

.content-product-header a:hover{
	color: #000000;
	text-decoration: none;
}

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

.product-detail-header {
	color:#000000;	
}

.product h4 {
	padding: 5px 0px;	
}

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

.upsell table td  {
	overflow: visible;
}

#breadcrumbs {
	margin-bottom:1em;
}

.description {
	font-family: Georgia, "Nimbus Roman No9 L", serif;
}


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