/*------------------------------------------------------------------*/
/*------------------- EDITO REQUIRED STYLES ------------------------*/
/*------------------------------------------------------------------*/

pre {
	padding: 20px !important;
	margin-top: -1px !important;
	background-color: #fff !important;
	border: solid #000 !important;
	border-width: 1px 0 !important;
}

object, a:active {outline: none}
object, a:focus {-moz-outline-style: none}

/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/

/*
 * Edito - styl bazowy 
 *
 */

body, td {
	font-family: Georgia, Tahoma, Arial, Verdana;
	font-size: 12px;
}

td {vertical-align: top;}

body {
	padding: 0px;
	margin: 0px;
	border-style: none;
	color: #000000;
	background: #FFFFFF;
	line-height: 18px;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}

ul {
	list-style: none;
	padding: 10px 20px;
	margin: 0px;
}

ul li {
	background: url(../images/arr-green.gif) no-repeat 0px 9px;
	padding-left: 14px;
	overflow: hidden;
	line-height: 23px;
}
ol {
	padding: 10px 25px;
	margin: 0px;
	overflow: hidden;
}
ol li {
	line-height: 23px; 
}

h1, h2, h3, h4, h5, h6, h7, p, form {
	margin: 0px;
	padding: 0px;
}

a {
	color: #26398d;
	text-decoration: none;
}

img {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
}

a img {border: 0;}

a:hover {text-decoration: underline;}

label {cursor: pointer;}

/* FCK Editor - select styli */
h1 {font-size: 14px;}
h2 {font-size: 13px;}
h3 {font-size: 12px;}
h4 {font-size: 11px;}
h5 {font-size: 10px;}
h6 {font-size: 9px;}

.pudelko {
	background: url(../images/tlo-pudelko.jpg) no-repeat 0px 0px;
	padding: 36px 10px 0px 150px;
	height: 144px; 
	width: 281px;
	margin-bottom: 10px;
}

/* DHTML Popup */
.Popup {
	background-color: #FFFFFF;
	border: 1px solid #C8D0CF;
}
.Popup .ImageContainer {
	padding: 5px;
	height: 100%;
	text-align: center;
}
.Popup .Loader {
	background-image: url(../images/lightbox-ico-loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	border: 1px solid #C8D0CF;
}
.Popup .Preview {
	border: 1px solid #C8D0CF;
	cursor: pointer;
}

.Popup td.IcoClose {text-align: left;}

.Popup div.IcoClose {
	height: 26px;
	width: 26px;
	display: block;
	cursor: pointer;
	background: url(../images/lightbox-btn-close.gif) no-repeat center center;
}

.PopupOverlay {
	width: 100%;
	height: 500px;
	background-color: #999999;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/* --------------------------------- */
/* ----------- LIGHTBOX ------------ */
/* --------------------------------- */

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.4.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.4
 * @date November 17, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left;
	padding-bottom:10px;
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 22px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* --------------------------------- */
/* ---------- JCAROUSEL ------------ */
/* --------------------------------- */

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
	position: relative;
}

.jcarousel-container ul, .jcarousel-container li {
	margin: 0px;
	padding: 0px;
	display: block !important;
}

.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.jcarousel-item {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
	width: 75px;
	height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
	z-index: 3;
	display: none;
}

.jcarousel-prev {
	z-index: 3;
	display: none;
}

/* ---------------------------- */
/* ---------- SKIN ------------ */
/* ---------------------------- */

.jcarousel-container {
	width: 405px;
	position: relative;
}
.jcarousel-list li {background: none}

.jcarousel-skin {
	width: 235px;
	margin: 0 auto;
	padding: 0 25px;
}
	.jcarousel-skin .jcarousel-clip {
		width: 225px;
		margin: 0 auto;
	}
	.jcarousel-skin .jcarousel-item {
		width: 70px;
		height: 61px;
		padding-left: 5px;
		text-align: center;
	}

/* next */
.jcarousel-skin .jcarousel-next,
.jcarousel-skin .jcarousel-next-disabled {
	width: 22px;
	height: 19px;
	cursor: pointer;
	background: transparent url(../images/pager2.png) -22px 0 no-repeat;
	position: absolute; top: 31px; right: 0;
}
.jcarousel-skin .jcarousel-next-disabled {
	cursor: default;
	background-position: -22px -19px;
}

/* prev */
.jcarousel-skin .jcarousel-prev,
.jcarousel-skin .jcarousel-prev-disabled {
	width: 22px;
	height: 19px;
	cursor: pointer;
	background: transparent url(../images/pager2.png) 0 0 no-repeat;
	position: absolute; top: 31px; left: 0;
}
.jcarousel-skin .jcarousel-prev-disabled {
	cursor: default;
	background-position: 0 -19px;
}

/* IMG */
.jcarousel-skin-normal img {
	padding: 1px;
	border: 1px solid #e7e5cc;
}
	.jcarousel-skin-normal a:hover img {
		padding: 0;
		border: 2px solid #f2b043;
	}
.jcarousel-skin-active img {
	padding: 0;
	border: 2px solid #f2b043;
}

#galeriaFotoBigRamka {
	background: transparent url(../images/loading.gif) center center no-repeat;
}

/* CSS - waspar - style dla galerii produktow (wizytowki produkty) */

#galeriaFoto {width: 289px}
#galeriaFotoBig {
	padding: 1px;
	border: 1px solid #e7e5cc;
	position: absolute; top: 50%; left: 50%;
}
#galeriaFotoBigContainer {
	display: block;
	height: 213px;
	background: transparent url(../images/lightbox-ico-loading.gif) 50% 50% no-repeat;
	position: relative;
}
#galeriaFotoBigOpis {
	width: 289px;
	text-align: center;
	margin-top: 7px;
	line-height: 15px;
}
#nawigacja {margin: 10px 0;}


/* SiFR */

.sIFR-flash {
	visibility: visible !important;
	margin: 0px;
	padding: 0px;
}
.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}
.sIFR-alternate {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
	display: block;
	overflow: hidden;
}
.sIFR-flash {
	margin: 0pt;
	padding: 0pt;
	visibility:visible !important;
}
.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}
.sIFR-alternate {
	display :block;
	height: 0pt;
	left: 0pt;
	overflow: hidden;
	position: absolute;
	top: 0pt;
	width: 0pt;
}

.sIFR-active  h2.sifrTytul1 a  {
	font-size: 16px;
	visibility: hidden;
  display: inline-block;
}
