/* ---------------------------- [ karuzela.css ] -----------------------------*/


.infiniteCarousel {
  width:650px;
  /*position: relative;*/
  border-bottom:1px solid #515151;
  margin-bottom:10px;
}

.infiniteCarousel div.foto {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:#FFFFFF none repeat scroll 0 0;
  border:1px solid #E8E8E8;
  display:block;
  height:120px;
  overflow:hidden;
  text-align:center;
  width:206px;
}

.infiniteCarousel h1 {

	font-weight:normal;
	margin:0; padding:0;
}

.infiniteCarousel h1 a {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:24px;
	text-decoration:none;
	margin:0; padding:0;
	float:left;
	line-height:25px;
}
.infiniteCarousel h1 a:hover {
  text-decoration:underline;
}

.infiniteCarousel .wrapper {
  width: 650px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: hidden;
  a-min-height: 10em;
  height: 200px;
}


.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  top: 0;
}
.infiniteCarousel p a{
	padding:1px 5px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	border:1px solid #fff;
}

.infiniteCarousel p a.active{
	background:#efefef;
	border:1px solid #CCCCCC;
	color:#000000;
}

.infiniteCarousel p
{
  padding-bottom:5px;
  text-align:right;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding:0 13px 0 0;
  width:208px;
  overflow:hidden;
}



/* ---------------------------- [ tabs.css ] -----------------------------*/


/* ZAKŁADKI */

ul#Tabs, ul#Tabs li.Tab a { font-family:Georgia, "Times New Roman", Times, serif; font-size:15px; color:#929292; a-font-weight:bold; }
#Tabs li.SelectedTab a {	font-family:Georgia, "Times New Roman", Times, serif; font-size:19px; a-font-weight:bold; text-decoration:none;}
ul#Tabs, ul#Tabs li.Tab a:hover {	color:#000;	}
ul#Tabs li.SelectedTab a:hover { text-decoration:none;	}

ul#Tabs {
	list-style:none; list-style-type: none; margin:0;padding:0;
	line-height:normal;
	padding-bottom: 0px;
	overflow:auto;
	z-index: 1;
}


ul#Tabs li.Tab, #Tabs li.SelectedTab
{
	float: left;
	height: 25px;
	margin: 2px 0px 0px 5px;
	padding:0 10px 0 0;
	text-align:center;
}
ul#Tabs li.SelectedTab { padding-bottom:15px;}
ul#Tabs li.Tab { padding-top:3px;}


ul#Tabs { background:url(../images/tlo_produkt_menu.jpg) bottom center no-repeat; }
ul#Tabs li.Tab {	background:url(../images/tlo_produkt.jpg) bottom center no-repeat; }
ul#Tabs li.SelectedTab{ background:url(../images/tlo_produkt2.jpg) bottom center no-repeat; }

a-ul#Tabs li.Tab {background:#66FF33;}
a-ul#Tabs { background:#FF66FF; }



#products { overflow:hidden; margin-bottom:25px; }
a-#products { background:#00FFCC; }
#products div.product_list {border:1px solid #E8E8E8; border-top:0; overflow:hidden;}

#products div.product_list ul {list-style:none; margin:0;padding:0; }
#products div.product_list ul li {float:left; list-style-type:none; margin:0;padding:0;
	margin-left:10px; width:70px; text-align:center; padding:10px 0; overflow:hidden;}
	

#products div.product_list div.foto {overflow:hidden; width:70px;}
#products div.product_list div.foto img { left:-15px; position:relative; height:85px;}
#products div.product_list a {color:#7C7C7C; font-size:10px; font-family:Arial, Helvetica, sans-serif;}





/* ---------------------------- [ droppy.css ] -----------------------------*/


/* Basic code - don't modify */
 
 #drop { display: block; margin: 0; padding: 0; position: relative; }
  #drop li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #drop a { display: block; }
  #drop ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #drop ul { line-height: 0; } /* IE6 "fix" */
  	#drop ul a { zoom: 1; } /* IE6/7 fix */
    #drop ul li { float: none; }
    #drop ul ul { top: 0; }
    
/* Essentials - configure this */

#drop ul { width: 216px; }
#drop ul ul { left: 201px; }

#drop ul{top:35px;
background:#EFEFEF none repeat scroll 0 0;
border:1px solid #888;
border-bottom:3px solid #666;
border-right:3px solid #666;
margin:0 auto;
position:absolute;
padding:2px;
padding-bottom:10px;
}

#drop ul li {
border-color:-moz-use-text-color -moz-use-text-color #D1D1D1;
border-style:none none solid;
border-width:0 0 1px;
list-style-type:none;
margin:0 auto;
padding:0;
}

#drop ul li a{
background:#EFEFEF;
color:#242424;
display:block;
padding:3px 8px;
text-decoration:none;
font-size:11px;
width:200px;
font-weight:normal;
font-family:Arial, Tahoma, "Trebuchet MS";
font-size: 14px;
}
#drop ul li a i{text-decoration:none; color:#919191; font-style:normal; padding-left:5px; font-size:10px; }


#drop ul li a:hover{
background:#222;
color:#FFFFFF;
}


#drop ul li span.img_prev {
	width: 68px; height: 40px; 
	float: left; 
	background: url(../../imgdesign/w_preview_small_default.jpg) no-repeat; 
	border: 1px solid #E8E8E8;
margin:0;
}
#drop ul li a:hover span.img_prev { border: 1px solid #888; }

#drop ul li span.title {
	width:128px;
	font-weight:normal;
	font-size: 11px;
	margin-bottom:4px;
}
#drop ul li span.desc {
	font-size: 9px;
	font-weight:normal;
	color:#999999;
display:none;
}
#drop ul li .withPic {
	a-width: 220px; 
	a-margin-left: 40px; a-min-height: 27px; 
	background: transparent; 
	float: right; 
}
