/* ---------------------------- [ 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;
  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;
  height: 18px;/* krzys, zeby nie bylo przeskokow przy ładowaniu */
}

.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; }
#Tabs li.SelectedTab a {	font-family:Georgia, "Times New Roman", Times, serif; font-size:19px; 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; }


#products { overflow:hidden; margin-bottom:25px; }
#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 {
	background: transparent;
	float: right; 
}


/* cst-section-nextprev */
/* krzysiek start */
div.cst-section-nextprev{
	margin:10px auto;
	padding:6px 0;
	float:right;
	width:100%;	
}
div.cst-section-nextprev ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 200px;
}
div.cst-section-nextprev li {
	display: inline;
	margin-left:10px;
}
div.cst-section-nextprev a:link, div.cst-section-nextprev a:visited {
	padding: 5px 20px;
	color: #333;
	background-color: #eeeeee;
	text-decoration: none;
	border: 1px solid #bbb;
}
div.cst-section-nextprev a:hover {
	color: #fff;
	background-color: #aaa;
}

/* nieaktywny link */
div.cst-section-nextprev .next_disabled, div.cst-section-nextprev .prev_disabled {
	padding: 5px 20px;
	color: #ccc;
	background-color: #fff;
	text-decoration: none;
	border: 1px solid #bbb;
}

div.cst-section-toc{
	border: 1px solid #CCCCCC;
	background-color: #eeeeee;
	position: relative;
	width: 495px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	overflow: hidden;
	clear:both;
}
div.cst-section-toc h2{
	margin: 0 10px;
	padding: 0 0 5px;
}
div.cst-section-toc div.toc-right{
	float: right;
	width: 235px;
	padding: 0 10px 0 0;
}
div.cst-section-toc div.toc-left{
	float: left;
	width: 235px;
}


.sidebar2col .items div:hover{
    color: #ffffff;
    background-color: #aaa;
}


.alignright{float:right;margin-top:10px;}
.alignleft{float:left;margin-top:10px;}
/*.aligncenter { display: block; margin-top:10px; margin-left: auto; margin-right: auto; }*/
.aligncenter { display: block; margin:10px auto 20px auto;}

.foravatars {float: right;}

.menuNavLink{
	float: right;
	display: block;
}

#galeria_maniaKa div.menu div.menuNav a.linkDisabled {
    background-color: #ffffff;
    color: #666;
}

#galeria_maniaKa div.menu div.menuNav a.linkDisabled:hover {
    text-decoration: none;
    border-color: #DDDDDD;
    color: #666;
}
.cst-post-ad{
  	border:5px solid #ddd;
    background-color: #fff;
    padding: 10px;
}
.cst-post-ad-sig {
    background-color: #DDDDDD;
    float: left;
    margin: -21px 0 0 -15px;
    padding: 7px 10px 10px;
    position: absolute;
}
.cst-post-ad-sig p{
    font-size: 13px;
    margin: 0;
    padding: 0;
    text-align: justify;
}
.social-box{
	float: left; 
	display:block; 
	width:500px;
	height:40px;
	text-align:right;
	margin: 0 auto;
	
}
.fb_edge_widget_with_comment {position: relative;vertical-align:top; } /* zeby przycisk facebooka byl wyrównany do góry */
/* krzysiek end */

