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

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;
}
.sf_content {
	width:900px;
	margin:0px;
	padding-top:15px;
}

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

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


.sf_header_wrapper {
	min-height:222px;
	height:auto !important;
	height:222px;
	_height:250px;
	background-color:#000000;
}

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

.sf_main_header {
	min-height:222px;
	height:auto !important;
	height:222px;
	padding:8px 10px 10px 18px;
	font-size:small;
}

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

.sf_main_header div{
	height:auto !important;
	overflow:visible;
}
.sf_main_header div div {
	float:center;
}
.sf_sub_header {
	display:none;
}
.qsc-site-logo img {	
	margin:0px;
}

.titles {
	overflow:hidden;
	min-height:1%;
}
.sf_navigation {
}
.sf_navigation ul li a, .sf_navigation ul li a:visited {
}
.sf_extra4 {
	clear:none;
	height:auto;
}
/* --------------- QSC HEADER CONTENT END --------------- */

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

.sf_category_menubar .widget_header {
	display:none;
}

.sf_category_menubar {
}

.sf_category_menubar .cat_menubar {
	color:#ffffff;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	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 {
	color:#ffffff;
	display: block;
	margin:0;
	padding:3px 10px;
	text-decoration:none;
	min-width:1%;
	width: auto !important;
	width:1%;
}

.sf_category_menubar ul li a:visited {
	color:#ffffff;
	text-decoration: none;
}

.sf_category_menubar ul li a:hover {
 	text-decoration:underline;
}

/**
 * @section cat subnav
 */
.sf_category_menubar .subnav {
	background-color:#000000;
	border:solid 3px #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 {
	color:#ffffff;
	min-height:1%;
	height:auto !important;
	height:1%;
	width:150px;
	padding:5px;
	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;
	margin-left:10px;
	display:block;
}

.category-tracker a.active {
	font-weight:bold;
	padding:5px 0;
	margin:0;
	text-decoration:none;
}

.category-tracker .cat {
	padding-bottom:5px;
}

.category-tracker .subcat {
	padding:0 0 10px 10px;
}

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

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

.category-tracker .subcat2 a.active {
	padding:0;
}

.category-tracker .listitemheader a,
.category-tracker .listitemheader a:visited {
	margin:0;
	text-decoration:none;
}

.outer, .col3 .outer {
	margin:0 190px;
	height:1%;
}
.left {
	width:180px;
	float:left;
	margin:0 0 0 -180px;
}
.sf_sidebar {
	padding:0; /* This is a contemplayout.css override */
	height:1%; /* IE6 - Sidebar background chopped on scroll */
}

.sidebarlist {
	padding:0px 0px 20px 5px;
} 

.smallimage a:hover{
	border:none;
}

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

.listitemheader { 
	margin:0px;
	padding:0px 0px 5px;
	border-width:0px 0px 1px;
	border-style:solid;
	font-family:Verdana, Geneva, Kalimati, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:15px;
}

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

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

.content .listitemcontent li{
	margin:0px;
	padding:3px 0px;
}

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

.options {
	text-align:left;
}

.navigation .listitemheader {
	display:none;
}

.navigation .listitemcontent {
	padding:0px;
}

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

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


.content {
	padding:0px 0px 20px 20px;
}
.main-content {
	padding:0 20px;
	_padding:0 0 0 20px;
}

#breadcrumbs {
	font-size:11px;
}

#breadcrumbs a{
	font-weight:bold;
}

.welcome {
	padding-top:0px;
}

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

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

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

.content-category-header h4{
	font-family:Verdana, Geneva, Kalimati, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:15px;
}

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

.description, .sf_sidebar, .content-product .shortdescription,  .content-product .prices{
	font-size:11px;
	font-family:Verdana, Geneva, Kalimati, sans-serif;
}

.smallimage a:hover{
	background-color:transparent;
}

.main-content h2 {
	font-family:Verdana, Geneva, Kalimati, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:24px;
}

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

.upsell-header {
	padding:4px 4px 5px;
	border-width:0px 0px 1px;
	border-style:solid;
	font-weight:bold;
}

.upsell-item-header td{
	border-bottom-width:1px;
	border-bottom-style:dotted;;
	padding:4px 4px 4px;
}

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

.member-table {
	border-width:1px;
	border-style:solid;
}

.subtotal-row td{
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}

.member-table th {
	font-size:1em;
	padding-top:5px;
	padding-bottom:5px;
}

#loginform div{
	height: 1%; /* IE6 Guillotine Fix - Billing Info */
}

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

#checkout-right-column h3 {
	padding:2px 0px;
	margin:0px 0px 4px;
	font-family:Verdana, Geneva, Kalimati, sans-serif;
	font-style:italic;
	border-width:0px 0px 1px;
	border-style:solid;
}

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

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

#checkout-right-column .total-row td {
	border-style:dotted;
}

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

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

.sf_footer {
	color:#bab9b9;
	min-height:100px;
	height:auto !important;
	height:100px;
}
.sf_footer a, .sf_footer a:visited{
	color:#ffffff;
	text-decoration:none;
}
.sf_footer a:hover {
	text-decoration:underline;
}
.sf_footer:after{
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	height:0px;
}

#siteseal {
	width:72px;
}

#paymentlogos {
	margin:10px 0px;	
}

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

/* ---------------------- QSC COLORS ---------------------- */

.content-product, .member, .product-primary, .product-secondary, .imageanddetails, .product-options,  textarea, .member-table, .options-table {
	border-color:#000000;
}
 input[type="text"], #password, #password2 {
	border:solid 1px #000000;
}
.member-table th { /*light bg shopping cart*/
	background-color:#000000;
	color:#ffffff;
}
.member-table tr.member-row td { /*lighter bg shopping cart*/
	background-color:#;
}
select, option selected {
	border:solid 1px #000000;
	background:#ffffff;
}
.category-page .content-product-button, .btn {
	border-color:#333333;
	color:#ffffff;
	background:#666666;
}
.category-page .content-product-button:hover, .btn:hover {
	background:#444444;
}
/* -------------------- QSC COLORS END -------------------- */
