/**
 * @file
 * @project 648
 * @package sftheme
 * @site app3
 */


/**
 * ------------------------------------------------------------------
 * @section MAIN LAYOUT
 * ------------------------------------------------------------------
 */

.sf_main:after {
	content: " ";
	display: block;
	clear: both;
	height:0;
	visibility: hidden;
}

.sf_main_wrapper {
	float:left;
	width:550px;
}

.sf_region7 {
	float:right;
	width:250px;
}

.sf_pagetitle {
	display:none;
}

.sf_content {
	padding-top:15px;
}

/**
 * ------------------------------------------------------------------
 * @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 MENU BAR
 * ------------------------------------------------------------------
 */

.sf_category_menubar .widget_header {
	display:none;
}

.sf_category_menubar {
	padding:0 10px;
	margin-top:1px;
	z-index:50;
	float:left;
	width:820px;
}

.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 {
	border-right:dotted 1px #ffffff;
	color:#ffffff;
	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 {
	color:#ffffff;
	text-decoration: none;
}

.sf_category_menubar ul li a:hover {
 	text-decoration: none;
}

.sf_category_menubar ul li.sf_last_nav_item a {
	border:none;
}

/**
 * @section cat subnav
 */
.sf_category_menubar .subnav {
	left: -999em;
	list-style: none;
	line-height: 1.9;
	margin:0;
	margin-left:0;
	padding-top:6px !important;
	position: absolute;
	width: 200px;
	z-index:1000;
	background:#F7F7F7;
	border:1px solid #BBBBBB;

}

.sf_category_menubar .subnav  li {
	float: left;
	margin:0;
	padding:0;
	width: 200px;
	height:auto;
    white-space:normal;
	border:0 !important;
}

.sf_category_menubar .subnav li a {
	display: block;
	height:auto;
	padding:0 5px;
	margin:0px;
	min-width:180px;
	width: 180px !important;
	white-space:normal;
	font-weight:normal;
	text-transform:none;
}

.sf_category_menubar .subnav li a:hover {
	background-color:transparent;
}

#menubar1 li:hover,
#menubar1 li.sfhover {

}

#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
 * ------------------------------------------------------------------
 */
 
.sf_region7 .widget_header {
	color:#000000;
	font-size:24px;
	padding:0;
	margin:20px 0 0;
}

.sf_region7 .widget_header a {
	text-decoration:none;
}

.sf_region7 .widget_content {
	overflow:hidden;
	padding:15px;
}

/**
 * @section category-tracker
 * ------------------------------------------------------------------
 */

.category-list li a,
.category-tracker li a {
	display:block;
	padding:4px 0 4px 7px;
	min-height:1%;
	height:auto !important;
	height:1%;
}

.category-tracker a.active {
	color:#000000;
	text-decoration:none;
}

.category-tracker .subcat {
	margin-left:15px;
}

.category-tracker .subcat2 {
	margin-left:20px;
}

.category-tracker .subcat a.active,
.category-tracker .subcat2 a.active {
	background-image:none;
}

/**
 * ------------------------------------------------------------------
 * @section CART
 * ------------------------------------------------------------------
 */

.search-results .content-product {
	padding:4px 10px;
}

.no-form-list {
	margin-left:20px;
}

.member {
	border:none;
}

.content-product {
	padding:10px;
}

.largeimage img {
	margin-right:10px;
}

.cross-sell {
	margin-top:16px;
}

.upsell-group h3.upsell-header {
	margin:0;
}

.upsell-twocol .best-values,
.upsell-twocol .product-related {
	border-width:0 1px;
}

.upsell td,
.upsell h3 {
	border-bottom:solid 1px;
	padding:4px 10px;
}

.printfooter {
	border:none;
}

.option-price {
	text-align:right;
}

#checkoutShippingForm ul {
	margin:10px 0 0 7px;
}