/**
 * @file
 * @project 602
 * @package sftheme
 * @site app3
 */

/** 
 * ------------------------------------------------------------------
 * @section MAIN LAYOUT
 * ------------------------------------------------------------------
 */

.sf_main_wrapper:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.sf_content {
	display:inline-block;
	float:left;
	margin:0 0 0 10px;
	width:770px;
}
.widgetset {
	background-image: url(images/602_sidebar.jpg);
	background-repeat:repeat-y;
	display:inline-block;
	float:left;
	padding:0 20px 0;
	width:180px;
}
.widgetset a {
	line-height:1.3;
}
/** 
 * ------------------------------------------------------------------
 * @section HEADER
 * ------------------------------------------------------------------
 */
.slogan {
	font-size:12px;
	font-weight:bold;
	margin-bottom:0.2em;
}
#logo {
	float:left;
	margin:0px 10px 0px 0px;
	text-decoration:none;
}

/**
 * @subsection search
 */

.sf_search {
	width:auto; 
	float:right;  
	font-size:10px;
	margin-top:8px;
}
.sf_search form {
	margin:0px;
}
.sf_search .form_item {
	float:left;
	padding:1px 0 0;
	width:auto;
}
.sf_search .input {
	font-size:10px;
	margin:0px 2px 0px 0px;
	padding:2px 3px;
	border:1px solid #000000;
}
.sf_search .form_button {
	padding:0;
	float:left;
	width:auto; 
}
.sf_search .btn {
	font-size:10px;
	margin:0px;
	padding:0 2px;
}
.sf_search a {
	display:none; 
	clear:both; 
	text-align:right;
}
.sf_search .widget_header {
	display:none;
}

/** 
 * ------------------------------------------------------------------
 * @section CATEGORY MENU BAR
 * ------------------------------------------------------------------
 */
.sf_category_menubar {
	background-image:url(images/602_extra5.png);
	background-repeat:no-repeat;
	background-position:bottom;
	min-height:31px;
	height:auto !important;
	height:31px;
	margin:-8px 0 0;
	padding:0 0 18px;
	width: 1000px;
	z-index:50;
}
.sf_category_menubar .widget_header{
	display:none;
}
.sf_category_menubar ul {
	margin: 0;
	padding: 0 15px;
}
.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%; 
}
.sf_category_menubar ul li a {
	background-color:#c9cabd;
	border-top:solid 1px #a6a799;
	border-left:solid 1px #a6a799;
	border-right:solid 1px #a6a799;
	display: block;
	margin:0px 5px 4px;
	padding:5px 10px 3px;
	height:17px;
	text-decoration: none;	
	font-size:12px;
	font-weight:bold;
	min-width:1%; 
	width: auto !important; 
	width:1%; 
}
.sf_category_menubar ul li a:hover {
	background-color:#bfc0b3;
}
 
/**
 * @subsection catmenubar subnav
 */
.sf_category_menubar .subnav {
	border:solid 1px #a6a799;
	left: -999em; 
	list-style: none;
	line-height: 1;
	margin:0 0 0 5px;
	padding:0;	
	position: absolute;	
	width: 120px;
	z-index:1000;	
}
.sf_category_menubar .subnav  li {
	float: left;
	margin:0;	
	padding:0;
    white-space:normal;
}
.sf_category_menubar .subnav li a {
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:solid 1px #bfc0b3;
	display: block;
	font-size:11px;
	font-weight:normal;
	height:auto;
	padding:5px 10px 6px;
	margin:0px;
	width: 100px !important;
	white-space:normal;
}
.sf_category_menubar .subnav li.sf_first_nav_item_subnav a {
	border: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;  
} 

/** 
 * ------------------------------------------------------------------
 * @section SIDEBAR AREA
 * ------------------------------------------------------------------
 */
.sf_region6 .widget {
	margin-bottom:20px;
}
.sf_region6 .widget_header {
	margin:0;
}
.sf_region6 .widget_header a {
	border:none;
}

/**
 * @subsection featured item
 */
.featured-item .title {
	margin-top:0px;
	font-weight:bold;
	font-size:1em;
}

/**
 * @subsection category-tracker
 */
.widgetset .category-tracker li {
	padding:0px;
	margin:0px;
}
.widgetset .category-tracker .widget_content a{
	border:none;
	padding:3px 0px;
	display:block;
	width:100%;
}
.widgetset .category-tracker .subcat {
	padding:0px;
	margin-left:10px;
}
.widgetset .category-tracker .subcat a {
	padding:3px 0px;
	font-size:0.9em;
}
.widgetset .category-tracker .subcat2{
	padding:0px;
	margin-left:25px;
	list-style:disc;
}
.widgetset .category-tracker .subcat2 a {
	padding:3px 0px;
}

/** 
 * ------------------------------------------------------------------
 * @section CONTENT
 * ------------------------------------------------------------------
 */
.content-category-header h4,
.content-product-header h4 {
	margin:0px;
	font-weight:bold;
	font-size:1.2em;
}
.product-detail-header h2 {
	margin-bottom:0px;
}
.upsell-header {
	padding:5px 5px 3px;
}
.upsell-item-header td {
	padding:3px 5px;
}
.checkout-part {
	text-decoration:none;
}
.checkout-part img {
	border:none;
}
.controls {
	clear:both;
}

/**
 * @subsection search results
 */
.search-result-controls form {
	min-height:1%;
	height:auto !important;
	height:1%;
	padding:5px 0px;
	font-size:11px;
}
.search-result-controls form:after {
	content:".";
	height:0;
	display:block;
	visibility:hidden;
	clear:both;
}
.search-result-controls .btn {
	margin:0px;
	padding:2px;
}
.search-result-controls input,
.search-result-controls select {
	vertical-align:bottom;
}

/**
 * @subsection siteseal
 */
#siteseal {
	padding:5px 0px;
}

.upsell div {
	padding-bottom:10px;
}
/**
 * @subsection fixes for link borders
 */

.filmstrip-thumbnails a,
.products td.imageRow a,
.jcarousel-item td a,
.category-image a,
.largeimage a,
.smallimage a { border:none; }

#categories .jcarousel-item td.label a,
.jcarousel-item td.label a,
#qscBadge a,
#siteseal a {
	border-style:solid;
	border-width:0 0 2px;
	text-decoration:none;
}
.navigation2 {
	padding:0 0 5px;
}

/**
 * @ hacks
 */

*html .sf_category_menubar {
background-image:none;
}


*html .sf_content {
	width:760px;
}
