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

/** 
 * ------------------------------------------------------------------
 * @section MAIN AREA
 * ------------------------------------------------------------------
 */
.sf_pagetitle {
	display:none;
}

.sf_content {
	width:698px;
}

#logo {
	float:left;
	margin: 0 10px 10px 0;
	text-decoration:none;
}

.slogan {
	font-size:15px;
	font-family:Arial, Helvetica, FreeSans, sans-serif;
	font-weight:bold;
}

h2.category-header {
	font-size:1.5em !important;
	font-weight:normal;
}

/**
 * @subsection category menubar
 */
.sf_category_menubar .widget_header {
	display:none;
}

.sf_category_menubar .widget_content {
	min-height:25px;
	height:auto !important;
	height:25px;
}

.sf_category_menubar {
	margin:0px;
	padding:0px;
	text-transform:lowercase;
	height:1%;
	font-family:Georgia, "Nimbus Roman No9 L", serif;
	font-weight:bold;
	font-size:11px;
}

.sf_category_menubar ul {
	padding:0px 30px;
	margin: 0;
	list-style: none;
	height:1%;
}

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

.sf_category_menubar li {
	float:left;
	background-repeat:no-repeat;
	background-position:left center;
	margin:0px 5px;
	width:auto !important;
	width:1%;
	white-space:nowrap;
}

.sf_category_menubar li a {
	display: block;
	width:auto !important;
	width:1%;
	height:30px;
	white-space:nowrap;
	padding:13px 8px 0px 8px;
	text-decoration:none;
	white-space:nowrap;
	background-repeat:no-repeat;
	background-position:right center;
}

/** 
 * @subsection menubar subnav
 */
.sf_category_menubar .subnav {
	padding: 0px;
	margin:0px 0px 0px -2px;
	list-style: none;
	left: -999em;
	z-index:1000;
	position: absolute;
	width: 180px;
	border-top:none;
	height:auto;
	border:1px solid #E5E5E5;
	border-top:none !important;
}

.sf_category_menubar .subnav li {
	float: left;
	width: 180px !important;
	background-image: none;
	white-space: normal;
	margin:0px;
	padding:0px;
}

.sf_category_menubar .subnav li a {
	display: block;
	width: 164px !important;
	background-image: none;
	padding:6px 8px 6px 8px;
	margin:0px;
	white-space: normal;
	height: auto;
}

.sf_category_menubar .subnav li.sf_last_nav_item_subnav a {
	border-bottom:none;
}

#menubar1 li:hover ul,
#menubar1 li.sfhover ul { /* lists nested under hovered list items */
	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;
}


/** 
 * @subsection welcome
 */
.categories .category, .products .product {
	margin-right:-1px;
}

/** 
 * @subsection categories
 */
.content-category-header h4 {
	font-size:14px;
	font-weight:bold;
	margin:.5em 0;
}

.description {
	font-size:12px;
}

/** 
 * @subsection products
 */
.content-product-header h4{
	font-size:14px;
	font-weight:bold;
	margin:0px;
}

.content-product {
	border-style:none;
}

.product-detail-header h2{
	font-size:22px;
	font-weight:normal;
	font-family:Georgia, "Nimbus Roman No9 L", serif;
}

/**
 * @subsection upsell
 */

.upsell div {
	padding:3px 0px 5px;
	border:none;
}

.upsell-header {
	padding:0.2em 5px 0.3em ;
	font-weight:bold;
	font-size:14px;
}

.upsell-item-header td {
	padding:0.2em 5px;
	font-size:11px;
}

/**
 * @subsection form
 */
legend {
	font-size:15px;
}

/**
 * @subsection result pages
 */
.search-results {
	margin-top:10px;
}

.search-form-container {
	min-height:1%;
	height:auto !important;
	height:1%;
	padding:5px;
	font-size:11px;
}

.search-form-container:after {
	content:".";
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
}

/**
 * @subsection checkout process
 */
.member {
	border:none;
	padding:0px;
}

.member h3 {
	font-size:15px;
	font-weight:bold;
}

.checkout-part {
	text-decoration:none;
	border:none;
}

.checkout-part img{
	text-decoration:none;
	border:none;
}

#checkout-right-column {
	font-size:100%;
	padding:0;
}

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

#checkout-right-column h3 {
	margin:0 0 5px;
	padding:0 0 5px;
	font-weight:bold;
	font-size:15px;
}

#checkout-right-column .content-block {
	padding-bottom:25px;
}

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

#checkout-right-column .btn {
	margin:3px 3px 3px 2px;
}

/**
 * @subsection footer
 */
.navigation2,
#paymentlogos,
#seals {
	margin:5px 0px;
}
#seals ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

/** 
 * ------------------------------------------------------------------
 * @section SIDEBAR AREA
 * ------------------------------------------------------------------
 */
/**  
 * @subsection featured item
 */
.featured-item .title {
	margin-top:0px;
	font-weight:normal;
}

.featured-item .options {
	text-align:left;
}

.featured-item .shortdescription,
.featured-item .list {
	margin:5px 0px;
}

.featured-item .list {
	font-weight:bold;
}

/**
 * @subsection category-tracker
 */
.widgetset .category-tracker li {
	padding:0px;
	margin:0px;
	color:#999999;
}
.widgetset .category-tracker .widget_content a{
	padding:3px 0px;
	display:block;
	width:100%;
}
.widgetset .category-tracker .widget_content a.active{
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
}
.widgetset .category-tracker .subcat {
	padding:0px;
	margin-left:15px;
	list-style-type:disc;
}
.widgetset .category-tracker .subcat a {
	padding:2px 0px 2px 0px;
}
.widgetset .category-tracker .subcat2{
	padding:0px;
	margin-left:15px;
}
.widgetset .category-tracker .subcat2 a {
	padding:2px 0px 2px 0px;
}

