/*----------------------------------
		Theme#	611		
----------------------------------*/

/**
 * @section layout
 */
div.sf_main_wrapper{float:left;width:710px;margin-right:10px;}
div.sf_region7{float:right;width:230px;margin-right:10px; display:inline;}
div.sf_extra7{clear:both;width:100%}
div.sf_content{width:auto;float:none}
div.sf_pagetitle{display:none}

#logo {
	float:left;
	margin-right: 5px;
}

.slogan {
	font-size:.5em;
}

/* Category Menu Bar */

.sf_category_menubar .widget_header {
	display:none;
}

.sf_category_menubar .widget_content {
	padding: 0px;
}

.sf_category_menubar {
	clear:both;
	margin: 0px;
	width: 960px;
	padding:0px;
	z-index:50;
	min-height:30px;
	height:auto !important;
	height:30px;
	border-bottom:1px solid #4A302F;
}
 
.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 {	
	list-style: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;	 
	min-width:1%;
	width: auto !important; 
	width:1%; 
	height:30px;
	float:left;		
}
 
.sf_category_menubar ul li a {
	color:#ffffff;
	display: block;
	font-family:"Lucida Sans Unicode","Lucida Grande","Garuda",sans-serif;
	margin:0;
	padding:7px 10px;
	text-decoration: none;	
	text-transform:uppercase;
	letter-spacing: 1px; 
	font-weight:normal;
	font-size:11px;
	min-width:30px;
	width: auto !important; 
	width:30px;	
}
 
.sf_category_menubar ul li a:visited {
	color: #ffffff;
	text-decoration: none;	
}
 
.sf_category_menubar ul li a:hover {
 	text-decoration: underline;	
}
  

/* Category Menu Bar Subnav */

h2.category-header  {
	font-weight: bold;
}

.sf_category_menubar .subnav {	
	list-style: none;
	margin:-5px 0 0 6px;	
	padding: 0px;		
	float: left;
	position: absolute;	
	width: 150px;
	left: -999em;
	z-index: 1000;
	background-color: #4A302F;	
	border: 1px solid #220303;
}
 
.sf_category_menubar .subnav  li {	
	width: 150px;	
	white-space: normal;
	height: auto;
	padding: 0px;	
	margin: 0px;
	float: left;	
}
 
.sf_category_menubar .subnav li a {	
	width: 140px;
	height: auto;
	padding: 3px 5px;
	color: #ffffff;
	display:block;
}

.sf_category_menubar .subnav li a:visited {
	color: #ffffff;
}
 
.sf_category_menubar .subnav li a:hover {	
	width: 160px;
	color: #ffffff;
	text-decoration: underline;
}
 
#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;  
}

/* End Category Menu Bar */

.sf_extra5 {
	display:none;
}

.sf_pagetitle {
	display:none;
	background-image:none;
}

.sf_extra6 {
	display:none;
}

.content-category-header h4,
.content-product-header h4 {
	margin:0;
}

/**
 * @section buttons
 */
#surveysubmit input,
input#submitcomment,
input#resetcomment,
input#spellchk {
	background:#f5f5f5;
	border:1px solid #888;
	color:#565656;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:.25em;
	cursor:pointer;

    overflow: visible;
	width:auto !important;
	width: 0; /* IE 6 and below */
}

#surveysubmit input:hover,
input#submitcomment:hover,
input#resetcomment:hover,
input#spellchk:hover {
	background-color:#dff4ff;
	border:1px solid #6299c5;
	color:#336699;
}
	
.content-product-button.btn,
.featured-item-button.btn,
.buynow .btn,
.options .btn,
.quick-search-button.btn,
#btnPlaceorder  {
	padding-left:22px;
}

.content-product-button.btn,
.featured-item-button.btn,
.buynow .btn,
.options .btn {
	background:url(images/611_btns.gif) 0 -157px no-repeat;
}

.quick-search-button.btn {
	background:url(images/611_btns.gif) 0 -26px no-repeat;
}

#btnPlaceorder {
	background:url(images/611_btns.gif) 0 -54px no-repeat;
}

/**
 * @section borders
 */
.sf_content .float-wrap .category-page .product-row .content-product,
.sf_content .float-wrap .product-page .upsell div,
.sf_content .float-wrap .main-content dl.content-product, fieldset {
	border:1px solid #bbbbbb;
}

.search-results dl.content-product,
.categories dl.content-product,
.products dl.content-product,
.upsell div {
	border-color:#bbbbbb;
}

.product-page .product-primary,
.product-page .product-options,
.product-page .imageanddetails,
.product-page .product-secondary {
	border-color:#bbbbbb;
}

/**
 * @section forms
 * Override application defaults
 */
input[type="text"],
textarea {
	border-color:#969696;
}

/* Site seal */
#seal {
	list-style-type:none;
	padding:0;
	margin:0;
}

/**
 * @section lists
 */
dd.options ul,
.product-details ul,
dd.prices ul,
.items .options ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.fcontain ul,
ul#messages{
	list-style-type:none;
	margin-left:0px;
}

dd.shortdescription p {
	margin-left:25px;
}

/**
 * @section tables
 */
.subtotal-row td,
.total-row td,
.member-table th {
	border:0;
	background-color:#ebebeb;
}

.member-table tr.member-row td {
	border:0;
	background-color:#efefef;
}

.member {
	border-width: 0px;
}

.checkout .member {
	border:1px solid #BBBBBB;
}

.options-table tr,
.options-table td {
	border:0;
	border-bottom:1px dotted #ebebeb;
}

/**
 * @section checkout
 */
a.checkout-part img {
	border:0;
}

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

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

#invoice-header-content {
	padding-left:0;
}

/**
 * @section Upsell
 */
.upsell-header {
	padding:4px 0px 5px 5px;
	border:0;
	background-color:#ebebeb;
}

.upsell-item-header td{
	border:0;
	border-bottom:1px solid #ebebeb;
	padding: 5px 0px 0px 5px;
}

.upsell div {
	border:none;
}

.upsell table td a,
.upsell table td a:visited {
	text-decoration:underline;
}

.upsell table td a:hover {
	text-decoration:none;
}

#checkoutpayment .fcontain .btn {
	margin-left:5px;
}

#checkoutpayment .fcontain .btn + .btn {
	margin-left:0;
}

/*--------------------------
		Sidebar
--------------------------*/
.featured-item ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

/**
 * @section fixes
 */
.categories .category, .products .product {margin-right: -1px;}
.controls.fcontain {clear:left;}
ol#categories li {line-height: 1.4}

/* Category Tracker */

.widgetset .category-tracker .cat li,
.widgetset .category-tracker .subcat li,
.widgetset .category-tracker .subcat2 li {
	padding: 0;	
	height: 1%;
}

.widgetset .category-tracker a,
.widgetset .category-tracker a:visited {
	padding:2px 10px 2px 0px;
	margin: 0px;
	display:block;
	height: 1%;
}

.widgetset .category-tracker a:hover {
	padding:2px 10px 2px 0px;
	margin: 0px;
	display:block;
	height: 1%;
}

.widgetset .category-tracker a.active {
	font-weight:bold;
	text-decoration:none;
}

.widgetset .category-tracker .subcat a,
.widgetset .category-tracker .subcat a:visited {
	padding-left:15px;
}

.widgetset .category-tracker .subcat a.active {
	padding-left:15px;
}

.widgetset .category-tracker .subcat2 a,
.widgetset .category-tracker .subcat2 a:visited {
	padding-left:30px;	
}

.widgetset .category-tracker .subcat2 a.active {
	padding-left:30px;	
}

.formwrap {
	width: 70%
}

