/* #main_center .banner {width:572px;margin:10px 0;} */
div.super_produkt {width:552px;padding:10px;margin:1px;}
div.super_produkt div.foty{text-align:left;float:left;width:382px;margin:0;padding:0;}
div.super_produkt div.male {width:382px;text-align:center;}
div.super_produkt div.male img.mini{width:76px;height:57px;margin:10px;padding:1px;border:1px solid #839EA8;}
div.super_produkt div.male img.next{margin:0 0 34px 0 ;}
div.super_produkt div.reszta{text-align:left;float:right;width:142px;margin:0;padding:0;background: url(/gfx/prod.gif) 50% 0% no-repeat;}
div.super_produkt div.numer{width:142px;height:26px;text-align:center;font-weight:bold;font-size:10px;color:#576A69;margin:16px 0 0 0;border:0;}
div.super_produkt div.nazwa{width:142px;height:100px;color:#000000;font-size:11px;text-align:center;margin:25px 0 0 0;}
div.super_produkt div.cena{width:109px;height:48px;color:#CC0D0A;font-weight:bold;text-align:left;margin:10px 0 0 33px;}
div.super_produkt div.dostepnosc{font-weight:bold;text-align:left;margin:10px 0 0 33px;}
div.super_produkt div.do_koszyka{text-align:center;width:142px;height:55px;margin:0;padding:0;}

div._desc {width:572px;text-align:left;}
div.super_menu {margin:0 0 0 64px;width:189px;
	/* height:26px; */
	padding:0;border-bottom:3px solid #839EA8;text-align:left;
}
   
div.super_menu  ul {margin: 0;padding: 0;list-style-type: none;width: 189px;height: 26px;position: relative;top:0;left:0}
div.super_menu  ul li {
	margin: 0;padding: 0;float: left;list-style: none;width:93px;
	position: absolute;top:0;left:0;                                                                             
	font-family:Trebuchet MS;
	font-size:11px;
	text-align:center;
	line-height:25px;
}

div.super_menu  ul li a{
    color:white;
    text-decoration:none;
    display:block;
    width:93px;
    height: 24px;
}
div.super_menu  ul li a:hover{
    text-decoration:underline;
}

div.super_menu  ul li.za1 {
	position: absolute;top:0;left:0;
	background:url(/gfx/prod_opis.gif);
}
div.super_menu  ul li.za1_act {
	position: absolute;top:0;left:0;
	background:url(/gfx/prod_opis_akt.gif);
}

div.super_menu  ul li.za2 {
	position: absolute;top:0;left:96px;
	background:url(/gfx/prod_opis.gif);
}

div.super_menu  ul li.za2_act {
	position: absolute;top:0;left:96px;
	background:url(/gfx/prod_opis_akt.gif);
}


/* div._desc div.menu  li a { display:block; height: 38px; background-position:center top; width: 100%;height: 100%;}
div._desc div.menu  li a:hover { height: 38px; background-position:center top; }  */

div._desc div.text {margin:0;padding:20px 0;border-top:1px solid #839EA8;color:#27302B;}
                                           
div.last {width:572px;text-align:center;}
div.last div.haslo {padding:5px 0;margin:20px 0;background:#F8F8F8;color:#576A69;font-weight:bold;}
div.last div.male {padding:0;margin:20px 0;}

div.glowna{
    height:270px;
}

.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 20px 0;
			position: relative;
			width: 100%;
}

.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: none; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 320px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 75px;
			clear: both;
			background: #fff;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 320px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			display:none;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 30px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 13px;
			width: 13px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("/gfx/mini_prev.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("/gfx/mini_next.gif") no-repeat center;
		}

