/*
	A Better Blogroll
	by Chris Coyier
	http://css-tricks.com
*/

/*
	GENERIC RESET & BASIC STRUCTURE
*/

jozek								{ font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 18px; }


* 
									{ margin: 0; padding: 0; }
body 								{ font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
						  		 	  /*background: url(images/body-bg.jpg);*/ font-size: 11px; line-height: 17px; }
a 									{ /* remove the dotted outlines when clicking tabs */ 
						  		      outline: none; text-decoration: none; }
ul 									{ list-style: none; }


/*	WIDGET STRUCTURE*/
#blogSliderWrap 					{ width: 838px; margin: 150px auto;/*od poczatku/odleglosc od gory*/
									  /*background: url(images/widget-bottom-bg.jpg) 5px bottom no-repeat;
									  padding-bottom: 10px; position: relative;*/ }
#blogSlider 						{ margin-left: 0px; padding: 0px 0px 0px 0spx; width: 838px;/*koniec*/
									  background: url(images/widget-middle-bg.jpg) center center repeat-y; }
.stripViewer 						{ position: relative; overflow: hidden; clear: both; }
.stripViewer .panelContainer 		{ position: relative; left: 0px; top: 0px; }
.stripViewer .panelContainer .panel { float: left; position: relative; width: 838px; }/*szerokosc przestawiania panelu*/
.stripNav 							{ margin-left: 420px; position: relative; top: 60px; z-index: 20;/*margin-left: 455px;   ustawinie menu od strony*/
									  width: 158px; }
.wrapper 							{ padding: 0px; }/*margines*/
.innerWrap 							{ width: 838px; overflow: hidden; }/*dlugosc panela widoczny*/
#push 								{ height: 50px; }/*na dol*/


/* 
	MAIN TABBED NAVIGATION
*/
.stripNav ul li 					{ float: left; }

.stripNav li a 						{ /* Generic "CSS image replacement" */
									  display: block; height: 18px; text-indent: -9999px; }
/* The below class names are auto-generated by the JavaScript */
.stripNav li.tab1 a { background: url(images/produkty.jpg) top center no-repeat; width: 74px; }/*wielkosc grafiki*/
.stripNav li.tab2 a { background: url(images/technologie.jpg) top center no-repeat; width: 93px; }
.stripNav li.tab3 a { background: url(images/nowosci.gif) top center no-repeat; width: 71px; }
.stripNav li.tab4 a { background: url(images/informacje.jpg) top center no-repeat; width: 85px; }
.stripNav li.tab5 a { background: url(images/kontakt.jpg) top center no-repeat; width: 65px; }

.stripNav li a:hover, 
.stripNav li a:active, 
.stripNav li a:focus 				{ /* Restore focus styling that we removed when we removed outlines */
									  background-position: top center; }

/* It is neccessary to repeat the image paths here */
.stripNav li.tab1 a.current { background: url(images/produkty.jpg) bottom center no-repeat; }
.stripNav li.tab2 a.current { background: url(images/technologie.jpg) bottom center no-repeat; }
.stripNav li.tab3 a.current { background: url(images/nowosci.jpg) bottom center no-repeat; }
.stripNav li.tab4 a.current { background: url(images/informacje.jpg) bottom center no-repeat; }
.stripNav li.tab5 a.current { background: url(images/kontakt.jpg) bottom center no-repeat; }


/* 
	SUB NAVIGATION
*/
.stripNavL a, .stripNavR a 			{ display: block; position: absolute; width: 0px; 
							 		  height: 22px; text-indent: -9999px; }
.stripNavL a						{ bottom: 35px; left: 45px; background: url(images/previous.png); }
.stripNavR a 						{ bottom: 35px; right: 45px; background: url(images/next.png);}


/* 
	HEADLINES STYLING 
*/
.panel ul 							{ width: 838px; }/*szerokosc panelu*/
.panel ul li a 						{ border-bottom: 0px solid #C1B599; color: #303030;
						  		  	  display: block; padding: 0px 0px; }
.panel ul li:last-child a 			{ /* Remove bottom border on last list item
	   							  	  Hooray for pseudo selectors! */
								  	  border: none; }
								  	  /* Unique rollover colors for each list */
.panel ul#psd-list li a:hover 		{ color: #b20202; }
/* 									  
.panel ul#psd-list li a:hover 		{ background: #b20202; color: white; }
.panel ul#net-list li a:hover 		{ background: #4a8c7f; color: white; }
.panel ul#vector-list li a:hover 	{ background: #1f5293; color: white; }
*/
.panel ul#audio-list li a:hover 	{ background: #fff; color: #CC0000; }
