	/*--- // -------------------------------------------------------
		
		@ Snowboard Website
		@ /css/nav.css
		@ CSS für alle Navigationen
		
		@ 17.06.2008 PH
		@ alpha 0.1
		
		@ Content:
		-	Hauptnavigation
		-	Breadcrump
		-	Produktnavigation
		
		Changelog:
		
	-------------------------------------------------------- // ---*/
	
	/* ------------------------------------------------------------------------------------
		Main Navigation
	------------------------------------------------------------------------------------ */
	/*div#main-navigation ul#navigation a, div#main-navigation ul#language a {
		display:block;
		text-transform:uppercase;
		color:#fff;
		font-weight:bold;
	}*/
	
	/*---------------------------------------------------------------
		Breadcrump
	---------------------------------------------------------------*/
	
	div#breadcrump a {
		font-weight:bold;
		color:#000;
	}
	
	/*---------------------------------------------------------------
		Quicknavigation
	---------------------------------------------------------------*/
				
	div#quicknav ul {
		list-style:none;
	}
	
	div#quicknav ul li {
		float:left;
		padding:0 7px;
		background:url(../images/icons/footer_line.gif) center right no-repeat;
	}
	
	div#quicknav ul li.last {
		background:none;
	}
	
	#quicknav ul li a {
		color:#fff;
		text-decoration:none;
	}	
	
	/*---------------------------------------------------------------
		Produktnavigation
	---------------------------------------------------------------*/
	
	li#product-finder {
		font-weight:bold;
		background:none;
		font-size:12px;
		height:13px;
		line-height:14px;
		padding:4px 10px;
		color:#000;
	}
	
	li#product-finder a.link {
		color:#000;
	}
	
	/*---------------------------------------------------------------
		pageThrough - blättern
	---------------------------------------------------------------*/
	
	div.page-through * {
		font-size: 10px;
	}
	
	div.page-through {
		margin: 0 0 10px 0;
		padding:0 5px 10px 0;
	}
	
	div.page-top {
		margin: 0 0 10px 0;
		padding:0 5px 10px 0;
		background:url(../images/content/content-line.png) bottom left no-repeat;
	}
	
	div.page-bottom {
		margin: 10px 0 0 0;
		padding:10px 5px 0 0;
		background:url(../images/content/content-line.png) top left no-repeat;
	}
	
	div.page-through a {
		color:#000;
		text-decoration:underline;
		outline:none;
	}
	
	div.page-through a:hover {
		color:#999;
	}
	div.page-through span.no-link {
		text-decoration:none;
	}
	div.page-through span.page-selected {
		padding:0 3px;
		text-decoration:none;
		background:#000;
		color:#fff;
	}