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

.sf_content {  /* Stretch content area */
	clear:both;
	display:block;
	float:none;
	margin:20px 20px 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:20px;
	padding-right:20px;
}

.sf_navigation {display:none;}

* html .formwrap {
	width:65%;
}

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

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

.sf_header_wrapper {
	min-height:166px;
	height:auto !important;
	height:166px;
	background-position:bottom center;
	background-repeat:repeat-x;
	background-color:#18191D;
}

.sf_main_header {
	min-height:136px;
	height:auto !important;
	height:136px;
	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 --------------------- */

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

.sf_category_menubar .widget_header {
	display:none;
}

.sf_category_menubar {
}

.sf_category_menubar .cat_menubar {
	padding:0px 20px 10px;
	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-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 {
 	text-decoration: none;
}

/**
 * @section cat subnav
 */
.sf_category_menubar .subnav {
	background-color:#ffffff;
	border:solid 1px #000000;
	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 {
	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 a:hover {
	background-color:#9F9F9F;
	color:#ffffff;
}

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

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

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

/**
 * @section cat tracker
 */

.category-tracker .active {
	background-color:#000000;
	color:#ffffff;
	display:block;
	font-weight:bold;
	padding:3px 10px;
	text-decoration:none;
}

.category-tracker .subcat {
	background-color:#ffffff;
	border:solid 1px #000000;
	border-width:0px 1px 8px;
	padding-bottom:10px;
}

.category-tracker .subcat .active {
	background-color:#444444;
}

.category-tracker .subcat2 {
	background-color:#EFEFEF;
	border:solid #444444;
	border-width:0px 0px 8px;
	padding-bottom:10px;
}

.category-tracker .subcat2 .active {
	background-color:#777777;
	display:inline;
}

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

.left { 
	margin-left:-181px;
	width:180px;
}

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

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

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

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

.listitemheader { 
	font-size:16px;
	border-width:0px 0px 1px;
	border-style: solid;
	padding:3px 5px 3px;
}

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

.listitemcontent {
	padding:5px 5px 10px;
}

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


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

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

.input, textarea {
	border-style:solid;
	border-width:1px;
}

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

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

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


/* ------- Buttons ------- */
.btn, .checkout a.button, 
.checkout input.button {
	margin: 3px 3px 3px 0;
	padding: 2px;
	text-transform: uppercase;
	font-size: 10px;
	font-family:Arial, Helvetica, FreeSans, sans-serif;
	cursor: pointer;
}


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

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

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

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


/* ------- Forms ------- */
legend {
	font-size:16px;
}

fieldset {
	border-style:dotted;
}


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


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

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

#checkout-right-column h3 {
	margin:5px 0px;
	padding:1px 2px;
}

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

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

/* ------- Products ------- */
.main-content h2 {
	font-size:24px;
	font-family: "Times New Roman", Times, FreeSerif, serif;
	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;
}

/* ------- Upsell ------- */
.upsell-header {
	font-size:13px;
}

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

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

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


/* ------- Welcome ------- */
.welcome {
	padding-bottom:20px;
}


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

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

.sf_footer {
	float:none;
	width:auto;
	display:block;
	margin:20px;
}

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

#paymentlogos {
	margin:10px 0px;
}

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