/*------------------------------------
	
	Theme Name: Bark Park
	Theme#: 513
	
------------------------------------*/

/*-----------------------------------
		Main Layout Tweaks
-------------------------------------*/

.outer {
    margin-left: 0px;
    margin-right: 190px;
}

.right {
    float: right;
    position: relative;
    width: 190px;
    margin-right: -190px;
    margin-left: 0;
}

/*-----------------------------------
		 End Main Layout Tweaks
-------------------------------------*/

/*-------------------------------
		Header Content
---------------------------------*/
.sf_main_header div {
	height:auto;
}

.sf_header_wrapper,
.sf_main_header,
.sf_main_header .titles,
#header-content {
	/* Min-height fast hack 
	 To prevent peekaboo bug */
		min-height:130px;
		height:auto;
	/* End min-height fast hack */		
}

/*-------------------------------
		End Header Content
---------------------------------*/


/*--------------------------------
		Navigation
---------------------------------*/

.sf_navigation h2 {
	display:none;
}

/**
 * ------------------------------------------------------------------
 * @section CATEGORY MENU BAR
 * ------------------------------------------------------------------
 */

.sf_category_menubar .widget_header {
	display:none;
}

.sf_category_menubar {
}

.sf_category_menubar .cat_menubar {
	background-color:#ffffff;
	padding:0 100px 5px 15px;
	min-height:1%;
	height:auto !important;
	height:1%;
}

.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 {
	font-size:13px;
	display: block;
	margin:0;
	padding:5px 10px;
	min-width:1%;
	width: auto !important;
	width:1%;
}

/**
 * @section cat subnav
 */
.sf_category_menubar .subnav {
	background-color:#ffffff;
	border-color:#BBBBBB;
	border-style:solid;
	border-width:0px 1px 1px;
	left: -999em;
	list-style: none;
	position: absolute;
	width:150px;
	z-index:1000;
}

.sf_category_menubar .subnav li {
	width:150px !important;
	height:auto;
    white-space:normal;
}

.sf_category_menubar .subnav li a {
	font-size:11px;
	min-height:1%;
	height:auto !important;
	height:1%;
	width:150px;
	padding:5px 10px;
	margin:0px;
	width:150px;
}

.sf_category_menubar .subnav li a:hover {
	background-color:#FCF3A5;
}

#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 Navigation
---------------------------------*/


/*--------------------------------
			Sidebar
---------------------------------*/

.category-tracker .active {
	color:#000000;
}

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

.category-tracker .subcat2 {
	padding-left:15px;
}

.sf_sidebar .content-block {
	margin-top:10px; 
	padding:10px 0;	
}

.sf_sidebar h2,
.sf_sidebar h2 a,
.sf_sidebar h2 a:visited,
.sf_sidebar h2 a:hover {
	border-bottom:3px double #bbb;	
	margin-bottom:5px;
	font-family:"Trebuchet MS",Helvetica,sans-serif;
	font-size:20px;
	font-weight:normal;
	color:#000;
}

/*--------------------------------
		  End Sidebar
---------------------------------*/

/*-------------------------------
  		Product Layouts
---------------------------------*/

.btn {
	background-color:#fcf3a5;
	border:2px solid #eae089;
	margin-right:4px;
	margin-top:3px;		
}

.btn:hover {
	background-color:#eae089;
	border:2px solid #cbc16b;	
}

fieldset,
.content-product,
.product-primary,
.product-secondary,
.imageanddetails,
.product-options,
.member{
	border-color:#ddd;
}


/*----------------------
	Upsell tables
-----------------------*/

.upsell div {
	border-color:#fff;	
}

.upsell h3 {
	font-family:"Trebuchet MS",Helvetica,sans-serif;
	font-size:18px;
	font-weight:normal;
	border-bottom:3px double #bbb;
	margin-top:15px;	
}

.upsell a:hover {
	text-decoration:underline;	
}

table.upsell-item-header {
	margin-top:5px;	
}

.upsell-item1 { /*--zebra striping on tr's--*/
	background:#eefbff;
}

/*----------------------
	End Upsell tables
-----------------------*/

/*-------------------------------
  		End Product Layouts
---------------------------------*/


div.member, div#checkout-right-column {
	font-size:11px;
}

div.member h3 {font-size:13px;}
.member .controls {clear:left;float:left}
.categories .category, .products .product {margin-right: -1px;}
