/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/*- Box6 -*/
.box6 .top,.box6 .bot{
	background: url(styles/vassfaret/box6-top.png) no-repeat top;
}
.box6 .bot{
	background: url(styles/vassfaret/box6-bot.png) no-repeat top
}
.box6 .spacer{
	background: #427730;
}

.clear 									{ clear:both; }

.resetborder { border:none; margin:0;}
/*
 	Sub-nav creates the folder navigation for the ful width template.
*/
#sub-nav-container				{ width:920px;  margin:0 auto; }

#sub-nav						{ list-style: none; padding: 0; margin: 0; height:30px; font-size:1em; }

#sub-nav li						{ float: left; margin: 0; margin-left:10px; background: url(styles/vassfaret/tab2_left.png) left top no-repeat; padding-left:6px; height:inherit; } 						

#sub-nav a						{ background: url(styles/vassfaret/tab2_right.png) right top no-repeat;  padding-right:6px; 
							 	  text-decoration:none; display:block; height:inherit; }
										  									 
#sub-nav a span					{  background: #284e36; padding:6px 5px 0; height:24px; color:#ffffff; cursor:pointer;}
	
#sub-nav a, #sub-nav a span		{ display: block; float: left; }


	
/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End hide */


/* Hover states */

#sub-nav a span:hover			{ color:#be7c30;}

/* current page item */
#sub-nav li.current_page_item 	{ background: url(styles/vassfaret/tab1_left.png) left top no-repeat;  }
#sub-nav li.current_page_item a	{ background: url(styles/vassfaret/tab1_right.png) right top no-repeat; }
#sub-nav li.current_page_item a span { background: none; background-color:#f0efe2; color:#284e36; }

