/* Theme Mod ---------------------------------- */

/* Always -- */
.sf_header_wrapper {
	min-height:120px;
	height:auto !important;
	height:120px;
}
.sf_main_header {
	overflow: visible;
	height: auto;
	display: inline;
}
.sf_main_header div {
	overflow: visible;
	height: auto;
}
.sf_pagetitle {
	display: none;
}
/* -- Always */

.sf_main_header {
	display: inline;
}
.sf_content {
	float: none;
	width: 860px;
	display: block;
	margin: -362px auto 0;
	min-height: 400px;
	height:auto !important;
	height:400px;
}
	
.sf_footer {
	padding: 0;
}
.footer {
	padding: 0 57px 45px;
	width: 850px;
}

/* ---------------------------------- Theme Mod */

/* Navigation ---------------------------------- */

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

.sf_category_menubar .widget_header {
	display:none;
}

.sf_category_menubar {
	background-position:top center;
	background-repeat:no-repeat;
	margin:20px auto -24px;
	width:860px;
	padding:0 2px;
	min-height:25px;
	height:auto !important;
	height:25px;
}
* html .sf_category_menubar {	
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}
.sf_category_menubar ul {
	background-image:url(images/cat_menubar_ul.png);
	background-position:bottom;
	background-repeat:repeat-x;
	min-height:25px;
	height:auto !important;
	height:25px;
	margin:0;
	padding:8px 0;
}
.sf_category_menubar ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height:0px;
}
* html .sf_category_menubar ul {	
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
} 
.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:20px;
	margin-bottom:1px;
}
 
.sf_category_menubar ul li a {
	color:#;
	display: block;
	margin:0;
	padding:3px 10px;
	text-decoration: none;	
	min-width:1%; 
	width: auto !important; 
	width:1%; 
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	position:relative;
	z-index:52;
}
 
.sf_category_menubar ul li a:visited {
	text-decoration: none;
	position:relative;
	z-index:52;
}
 
.sf_category_menubar ul li a:hover {
 	text-decoration: none;	
}

/**
 * @section cat subnav
 */
.sf_category_menubar .subnav {
	border-style:solid;
	border-width:0 3px 3px 3px;
	left: -999em; 
	list-style: none;
	line-height: 1;
	margin: 0;	
	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 10px 6px;
	margin:0px;
	min-width:125px;
	width: 125px !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;  
}

/* ---------------------------------- Navigation */

/* Structure ---------------------------------- */

.left {
	margin-left: -200px;
	width: 180px;
}
.outer {
	margin-left: 200px;
}

/* ---------------------------------- Structure */

/* Button ------------------------------------- */

.btn {
	text-transform: uppercase;
	font-size: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	letter-spacing: 1px;
	cursor: pointer;
	margin: 3px 0;
	font-weight: 100;
}

/* ------------------------------------- Button */

/* Sidebar ------------------------------------ */

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

.category-tracker a.active {
	font-weight:bold;
	padding-right:20px;
	text-decoration:none;
}

.category-tracker .subcat a {
	padding:5px 10px 5px 30px;
}

.category-tracker .subcat a.active {
	padding:5px 25px 5px 5px;
	margin-left:25px;
}

.category-tracker .subcat2 a {
	padding:5px 10px 5px 5px;
	margin-left:45px;
	
}

.category-tracker .subcat2 a.active {
	padding:5px 10px 5px 5px;
	margin-left:40px;
}

.sidebaritem .navigation {
	min-height:1%;
	height:auto !important;
	height:1%;
}

/* sidebar item wrappers */
li.sidebaritem {
	margin-bottom: 10px;
}
/* menu IE fix */
.listitemcontent.navigation1 {
	height: 1%;
}
/* search items */
form#searchQuickForm li {
	margin-bottom: 3px;
}
/* search inputbox */
input#searchtext {
	margin: 3px 0;
	width: 160px;
}
/* menu title */
.content-block.navigation h2.listitemheader {
	display: none;
}
/* menu items */
#Nav1 li {	
	margin-bottom: 5px;
}
/* categories items */
ol#categories li {
	margin-bottom: 7px;
}
/* featured item price */
li.sidebaritem li.product .list {
	margin: 5px 0;
	font-weight: bold;
}
ul.sidebarlist ol#featured-products li.product .options li {
	text-align: left;
}

/* ------------------------------------ Sidebar */
/* Cart Padding ------------------------------- */

.member {
	padding: 0;
}
.checkout .invoice {
	width: 100%;
	padding: 0;
}
.checkout a.button, .checkout input.button, .member .controls {
	padding-left: 0;
	margin-left: 0;
}
.main-content fieldset {
	margin: 0;
}

/* ------------------------------- Cart Padding */

/* Checkout Right Col ------------------------- */

#checkout-right-column .content-block {
	padding: 10px 3px;
	margin-bottom: 5px;
}
#checkout-right-column h3{
	margin: 0 0 5px 0;
}
#checkout-right-column .adr p {
	padding: 0;
}
#checkout-right-column .total-row td {
	font-weight: bold;
}
#checkout-right-column .fcomponent {
	padding: 2px 0;
}

/* ------------------------- Checkout Right Col */

/* Footer ------------------------------------- */

#seal {
	clear: both;
}
#paymentlogos {
	margin-top: 10px;
}
.navigation2 {
	width: 850px;
	margin: 0 auto;
}
.navigation2 span {
	margin-right: 15px;
}

/* ------------------------------------- Footer */

.welcome, .content-product {
	padding: 8px;
}
.welcome h1 {
	font-size: 18px;
	font-weight: normal;
}
.upsell-header {
	padding:8px 8px 2px;
}
.upsell-group td {
	padding: 2px 8px;
}
.content-category-header h4 a, .content-category-header h4 a:visited {
	font-size: 14px;
}
.content-product-header h4 a, .content-product-header h4 a:visited, h4.title {
	font-size: 14px;
}
.smallimage a:hover, a#logo:hover {
	border: none;
}
#invoice-header-content {
	padding: 0 0 10px;
}
.formwrap {
	margin-right: 190px !important;
}
.product-detail-header h2 {
	font-size: 16px;
}
h3.upsell-header {
	font-size: 12px;
}


.payment-method-content label {
	font-size:100% !important;	
}