/**
 * @file
 * @project 662
 * @package sftheme
 * @site app3
 */


/**
 * ------------------------------------------------------------------
 * @section CONTENT
 * ------------------------------------------------------------------
 */
.sf_main {
	padding:20px;
	width:790px;
	.width:780px;
}

.sf_pagetitle {
	display:none;
}

.sf_navigation ul li.sf_last_nav_item {
	margin-bottom:-110px;
}

/**
 * ------------------------------------------------------------------
 * @section HEADER
 * ------------------------------------------------------------------
 */
 
#header-content img {
	float:left;
}

#header-content .titles {
	float:left;
	padding-left:15px;
}

.company-name {
	font-size:36px;
}

.slogan {
	font-size:18px;
}

/**
 * ------------------------------------------------------------------
 * @section CATEGORY MENUBAR
 * ------------------------------------------------------------------
 */

.sf_category_menubar .widget_header {
	display:none;
}

.sf_category_menubar {
	background-color:#eee;
	width:100%;		
	padding:0px;
	z-index:50;
	min-height:31px;
	height:auto !important;
	height:31px;			
	margin-bottom:20px;
}
 
.sf_category_menubar ul {	
	padding:0;
	margin:0;		
}
 
.sf_category_menubar ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height:0px;
}
 
.sf_category_menubar ul li {	
	list-style: none;	
	padding: 0;
	white-space: nowrap;			
	float:left;	
	_width:1%;	
}

.sf_category_menubar ul li a {	
	border-right: 1px solid #ffffff;
	display: block;	
	padding:5px 15px;
	letter-spacing: 1px; 
	font-weight:normal;
	font-size:16px;
	min-height:20px;
	height:auto !important;
	height:20px;
	margin-bottom: 1px;	
}
 
.sf_category_menubar ul li a:visited {
	text-decoration: none;	
}
 
.sf_category_menubar ul li:hover,
.sf_category_menubar ul li a:hover {
	background-color:#CFCFCF;
	text-decoration: none;
}  

/* Category Menu Bar Subnav */

.sf_category_menubar .subnav {	
	list-style: none;
	margin:0;	
	padding: 0;		
	float: left;
	position: absolute;	
	width: 150px;
	left: -999em;
	z-index: 1000;	
	min-height:1%;
	height:auto !important;
	height:1%;	
}
 
.sf_category_menubar .subnav li {	
	width: 150px;
	background-image: none;
	white-space: normal;
	min-height:1%;
	height:auto !important;
	height:1%;
	padding: 0px;	
	margin: 0px;
	float: left;			
}
 
.sf_category_menubar .subnav li a {
	width: 120px;	
	padding: 4px 15px 2px;
	margin: 0px;	
	display:block;
	border: none;
	font-size: 13px;	
}

.sf_category_menubar .subnav li a:hover {	
	width: 120px;
	padding: 4px 15px 2px;
	margin: 0px;		
}

.sf_category_menubar .subnav .sf_last_nav_item_subnav {		
}	
 
#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;  
}

/**
 * ------------------------------------------------------------------
 * @section CATEGORY TRACKER
 * ------------------------------------------------------------------
 */

.sf_region5 .widgetset .category-tracker ul.subcat,
.sf_region5 .widgetset .category-tracker ul.subcat2 {
	margin-left:20px;
}

.sf_region5 .widgetset .category-tracker li a.active {
	color:#ffffff;
}

/**
 * ------------------------------------------------------------------
 * @section CART
 * ------------------------------------------------------------------
 */

#breadcrumbs {
	margin:-5px 0 15px;
}

.sf_region5 h1 {
	color:#ffffff;
	margin-bottom:15px;
}

.search-results .content-product {
	padding:4px 10px;
}

.no-form-list {
	margin-left:20px;
}

.member-table th,
.member-table tr.member-row td {
	background-color:#eeeeee;
}

.member {
	border:none;
}

.content-product {
	padding:10px;
}

.largeimage img {
	margin-right:10px;
}

.upsell-twocol .best-values,
.upsell-twocol .product-related {
	border-width:0 1px;
	.border-bottom:solid 1px;
	.border-top:solid 1px;
}

.upsell td,
.upsell h3 {
	border-bottom:solid 1px;
	padding:4px 10px;
}

.upsell h3 {
	background-color:#CFCFCF;
}

.printfooter {
	background-color:#CFCFCF;
	border:none;
}

.option-price {
	text-align:right;
}

.main-content .checkout .member .invoice {
	border:1px solid #CFCFCF;
}

input[type="text"],
textarea,
.content-product,
.shipped,
.shiptotals,
.paymentinfo
.subtotal-row td,
.total-row td,
.options-table td,
.checkout fieldset,
.form-section fieldset,
.imageanddetails,
.product-secondary,
.product-primary,
.product-misc,
.productTable,
.productTable td,
.product-options,
.products dl,
.upsell div,
td.imageRow,
td.titleRow,
td.priceRow,
.separator,
.categories dl,
.invoice #invoice-header-content,
.member,
.fcontain,
.upsell td,
.upsell h3 {
	border-color:#CFCFCF;
}