/* css main file: style.css */

/* =============== reset */
body, h1, h2, h3, h4, h5, h6, div, form, fieldset, dl, dt, dd, address { margin: 0; padding: 0; }
a, a:visited { text-decoration: none; }
fieldset, img { border: none; }
/* =============== */

/* ========================================================= main styles */

html {
  font-size: small;
}

body {
  color: #fff;
  background: #202020;
  font-size: 90%;
  line-height: 1.3em;
  font-family: Arial, Verdana, Helvetica, "Lucida Grande", sans-serif;
}
h1, .siteHead {
	font-size: 130%;
	padding-bottom: 1em;
}
h2 {
	font-size: 120%;
	padding-bottom: 1em;
}
p.siteHead {
	font-size: 130%;
    padding-bottom: 0;
	margin-top: 0;
	font-weight: bold;
}
input,
textarea,
select {
  font-size: 100%;
  padding: 2px;
  margin: 0;
  vertical-align: middle;
  border: 1px solid #323232;
}
.preview {
	z-index: 5;
}
.textInput {
  border: 1px solid #6c6;
}

textarea {
	font-family: Arial, Verdana, Helvetica, "Lucida Grande", sans-serif;
}

address {
	font-style: normal;
}

ol li ol {
	list-style-type: lower-alpha;
}
.graph_box {
	width: 279px !important;
	overflow: hidden;
	text-align: center;
	float: right;
}
.clearBoth {
  clear: both;
}
.clearLeft {
  clear: both;
}
.clearRight {
  clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.pageWidth {
	width: 960px;
	margin: auto;
}
.fullPage {
	width: 100%;
}
#info div {
  margin: 0.1em;
  border-width: 2px;
	border-style: solid;
  padding: 0.2em 2em;
	text-align: center;
  font-weight: bold;
}

#info div div {
  border-width: 0;
}

#info_err {
  border-color: #df2626;
  color: #df2626;
}

#info_msg {
  border-color: #42AF41;
  color: #42AF41;
}

a {
	color: #fff;
}

a:hover {

}
#errmsg {
	border: 1px solid #272727;
	background: #e2e2e2;
	padding: 10px 20px;
	margin-bottom: 15px;
}
.errors, .messages {
	list-style: none;
	color: #CD5B2B;
	margin: 0;
	padding: 0;
	font-size: 120%;
}
.messages {
	color: #323232;
}
.back {
  margin: 2em 2em 1em;
  text-align: right;
}

.back a {
  text-transform: lowercase;
}

.back a:hover {

}
.req {
	color: #CD5B2B;
}
.more {
  margin: 2em 2em 1em;
  text-align: right;
}
.more a, .more .btn {
  	text-transform: lowercase;
  	padding: 5px 25px;
	display: inline;
	background: url(/images/brief_lia.png) no-repeat left bottom;
	border: none;
	zoom: 1;
}
.more a:hover, .more .btn:hover {
    background: url(/images/side_li.png) no-repeat left bottom;
	text-decoration: none !important;
}

.clear {
  clear: both;
}

.pageNav {
  text-align: right;
}

.pageNav a,
.pageNav span {
  padding: 0.2em 0.5em;
}

.pageNav a {
  text-decoration: none;
}

.pageNav a.arr {
  position: relative;
  top: -0.1em;
  padding-top: 0.1em;
  padding-bottom: 0.3em;
}

/**************************************************** appConfirm */

.appConfirmBox {
  position: absolute;
  display: none;
  border-right: 2px solid #DAE3EB;
  border-bottom: 2px solid #DAE3EB;
}

.appConfirmBox2 {
  background: #F0F2F7;
  border: 1px solid #B8C6CF;
  border-bottom-width: 3px;
  padding: 1px;
}

.appConfirmBox2 h1 {
    margin: 0;
  padding: 3px 0 4px 10px;
  background-color: #6F8491;
  color: #ffffff;
  font-size: 11px;
  border-bottom: 1px solid #C8D3E2;
}

.appConfirmBox3 {
    width: 220px;
  margin: 20px 0 0 13px;
}

.appConfirmBox4 {
  background: transparent url(/imgs/alerts/confirm.gif) 0 0 no-repeat;
  /*padding: 5px 0 10px 50px;*/
  height: 50px;
  /*border-bottom: 1px solid #C8D3E2;*/
  color: #084376;
  line-height: 1.5em;
  text-align: center;
}

.appConfirmBoxButtons {
  text-align: center;
  padding: 10px 0 0 40px;
}

.appConfirmBoxButtons a {
  text-decoration: none;
  width: 50px;
  display: block;
  float: left;
  text-align: center;
  background: #FFFFFF url(images/button_bg.png) repeat-x scroll 0pt 100%;
  border: 1px solid #C0C8CA;
  font-weight: bold;
  padding: 1px 5px;
  color: #142129;
  font-size: 90%;
}

.appConfirmBoxButtons a:hover {
  text-decoration: none;
}

#appConfirmBoxOk {
  margin-right: 5px;
}

#appConfirmBoxCancel {
  margin-left: 5px;
}

.leftBox {
  float: left;
  width: 49%;
}

.rightBox {
  float: right;
  width: 49%;
}

/* ========================================================= project styles */

#header {
	border-bottom: 2px solid #808080;
	background: #282828 url(/images/top.jpg) repeat-x;
	padding-bottom: 10px;
}
#header a {
	text-decoration: none;
}
#middle {
	background: #898989;
	padding-bottom: 10px;
}
#header a#logo {
	float: left;
	padding-top: 16px;
}
#content {
	border-top: 1px solid #303030;
	border-bottom: 1px solid #303030;
	background: #242424;
	padding: 10px;
	width: 940px;
	position: relative;
}
#left {
	float: left;
	width: 635px;
	padding: 20px;
	background: #fff;
	color: #545454;
	min-height: 395px;
	height: auto !important;
	height: 395px;
	letter-spacing: 0.3pt;
	font-size: 95%;
}
#left a {
	color: #545454;
}
#left a:hover {
	text-decoration: underline;
}
#left a.prev, #left a.next {
	position: absolute;
	display: block;
	z-index: 3;
	width: 40px;
	top: 0;
	padding: 137px 0;
	text-align: center;
	font-size: 3em;
	color: #aaa;
	text-decoration: none;
	cursor: pointer;
}
html>body #left a.prev,
html>body #left a.next {
	background: url('images/tlo.png') 0 0 repeat;
}
#left a.prev {
	float: left;
	left: 0;
}
#left a.next {
	float: right;
	right: 0;
	margin-right: -30px;
}
#right {
	float: right;
	width: 279px;
	z-index: 8;
}
#right1 {
	background: #5f5f5f;
}
#right1.right1_bot {
	margin-bottom: 10px;
}
#right2, #right3 {
	background: #323232;
}
#footer {
	padding-top: 16px;
	padding-bottom: 16px;
	background: #202020 url(/images/bottom.jpg) repeat-x;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	font-size: 95%;
}
#footer .right {
	padding-right: 15px;
	color: #c5c5c5;
}
#footer a {
	color: #c5c5c5;
}

/*
 Dodane dla boksa strony glownej
 */
#extraBox {
	background-attachment:scroll;
	background-color:#242424;
	background-image:none;
	background-position:0 0;
	background-repeat:repeat;
	border-bottom-color:#303030;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#303030;
	border-top-style:solid;
	border-top-width:1px;
	line-height:1.6em;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	position:relative;
	color: #AFAFAF;
	width:940px;
}
#extraBox div {
	margin-left: 35px;
	margin-right: 30px;
}
#extraBox div div {
    margin-left: 0;
	margin-right: 0;
	text-align: justify;
}

/* css file: articles.css */

.article {
	padding: 0 10px;
}
.article .format_1,
.article .format_2,
.article .format_3,
.article .format_4,
.article .format_5,
.article .format_6
{
    padding: 0.5em 0 0.5em;
}

.article .artText
{
    text-align: justify; /* wyjustowanie tekstu artykułu */
}

.article img
{
    padding: 2px;           /* odstęp między obrazkiem a obramowaniem  */
}
.article .artImages a {
	text-decoration: none;
}
/* ===== pliki do pobrania */
.artFiles
{
    margin: 2em 0 1em;
    padding: 1em 1em 0;
    clear: both;
	border-top: 1px solid #323232; /* górna linia oddzielająca */
}

.artFiles ul
{
    margin: 0 1em;
    padding: 0;
}

.artFiles ul li
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.artFiles ul a
{
    /* odnośnik do pliku */
}

.artFiles ul a:hover
{
    
}

/* ==================== format 1 */

.article .format_1 .artImages
{
    float: right;
    margin: 0 0 0 35px;
}

.article .format_1 .artImages div
{
    margin: 0 0 10px;
	text-align: center;
}

/* ==================== format 2 */

.article .format_2 .artImages
{
    float: left;
    margin: 0 35px 0 0;
}

.article .format_2 .artImages div
{
    margin: 0 0 10px;
	text-align: center;
}

/* ==================== format 3 */

.article .format_3 .artImages {
  margin: 20px auto 0;
	text-align: center;
}

.article .format_3 .artImages div {
  float: left;
  text-align: center;
	margin: 5px;
	padding: 5px;
}

.article .format_3 .artImages img
{
    margin: 0 10px 10px;
}

/* ==================== format 4 */

.article .format_4 .artImages
{
  margin: 0 0 15px;
	text-align: center;
}

.article .format_4 .artImages div
{
  float: left;
  text-align: center;
  margin: 5px;
  padding: 5px;
}

.article .format_4 .artImages img
{
    margin: 10px 10px 0;
}

/* ==================== format 5 */

.article .format_5 .artImages
{
    margin: 20px 0 0;
    text-align: center;
    clear: right;
}

.article .format_5 .artImages div
{
  float: left;
  text-align: center;
  margin: 5px;
  padding: 5px;
}

.article .format_5 .artImages img
{
    margin: 0 10px 10px;
}

.article .format_5 .artText .rightTopImage
{
    float: right;
	text-align: center;
    margin: 0 0 10px 20px;
}

/* ==================== format 6 */

.article .format_6 .artImages
{
    margin: 20px 0 0;
    text-align: center;
    clear: left;
}

.article .format_6 .artImages div
{
  float: left;
  text-align: center;
  margin: 5px;
  padding: 5px;
}

.article .format_6 .artImages img
{
    margin: 0 10px 10px;
}

.article .format_6 .artText .leftTopImage
{
    float: left;
	text-align: center;
    margin: 0 20px 10px 0;
}

/* ===== wyniki wyszukiwania artykułów */
.articleSearchResults li
{
    padding: 0.4em 0;
}

.articleSearchResults li a  /* tytuł artykułu */
{
    font-weight: bold;
}

.articleSearchResults li a:hover
{
    
}

.articleSearchResults .searchIntro a    /* odnośnik 'więcej' */
{
    font-weight: normal;
}

/* ===== powiadom znajomego */
#articleSendToFriend
{
    margin: 1em 15px 0.5em;
    border-top: 1px solid #323232;  /* górna linia oddzielająca */
    padding: 0.5em 1em;
    clear: both;
}

#articleSendToFriend .sendtofriendLbl,
#articleSendToFriend .sendtofriendName,
#articleSendToFriend .sendtofriendEmail,
#articleSendToFriend .sendtofriendSubmit
{
	float: left;
	padding-right: 10px;       /* odstępy między polami */
}

/* ===== pojedynczy wstęp do artykułu */
.articleIntro .articleIntroText
{
	text-align: justify;
}

#articlesList dt {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#articlesList dd {
  margin-bottom: 2em;
  text-align: justify;
  line-height: 1.8em;
}

#articlesList dd.last {
  border-bottom-width: 0;
  margin-bottom: 0;
}
.artFiles ul {
	padding: 0;
	margin: 0;
	padding-top: 1em;
}
.artFiles li {
	list-style: none;
	list-style-position: inside;
	padding: 0;
	margin: 0;
}
.artFiles li a { 
	background: url(/images/download.jpg) left center no-repeat;
	padding-left: 32px;
	display: block;
	line-height: 2em;
}

/* css file: brief.css */

/* ==================== lista briefów */
#briefListPhoto {
	float: left;
	width:33%;
}
#left #briefListPhoto {
	width: auto;
}
#content #briefListPhoto dd p{
	padding: 0;
	margin: 0;
}
#content #briefListPhoto .more {
	position: absolute;
	bottom: 16px;
	left: 34%;
	width: 330px;
	margin: 0;
}
#briefListPhoto .more a.selected {
	background: url(/images/brief_li.png) no-repeat left bottom;
	text-decoration: none;
}
#briefListPhoto .more a.selected {
	padding-right: 0;
}
#briefsList
{
    padding: 0;
}

#briefsList dt /* tytuł aktualności */
{
    padding-bottom: 0.5em;
	font-weight: bold;
    font-size: 110%;    
}
#briefsList dt span {
	clear: both;
	float: left;
	color: #c5c5c5;
	font-size: 90%;
	padding: 5px 40px 5px 15px;
	border-bottom: 1px dotted #9a9a9a;
	background: url(/images/clock.gif) no-repeat left center;
}
#briefsList dt a
{
    
}

#briefsList dt a:hover
{

}

#briefsList dd /* treść aktualności */
{
    padding: 0;
	padding-top: 5px;
	margin: 0;
	clear: both;
}

#briefsList dd img /* ewentualny obrazek w aktualności */
{
    float: left;
    margin-right: 1em;
    margin-bottom: 0.3em;
}

/* ==================== pojedynczy brief */
#briefSingle .briefTitle strong /* tytuł briefa */
{

}

#briefSingle .briefTitle em /* data przy briefie */
{
    float: right;
}

#briefSingle .briefSingleText
{
	padding: 0.5em 1em;
	text-align: justify;
}

#briefSingle .briefSingleText #briefSinglePhoto /* ewentualne zdjęcie w briefie */
{
	float: left;
	margin-right: 1em;
	margin-bottom: 0.3em;
}

/* ==================== lista tytułów */
#briefListTitle
{
	padding: 0 1em;
	margin: 0;
}

#briefListTitle li
{
    list-style-type: none;
	padding: 0;
    margin: 0;
}

/* ==================== lista miesięcy briefów z intrem i outrem */
#briefMonths #intro,
#briefMonths #outro
{
	text-align: justify;
}

#briefMonths .briefsList
{

}

#briefMonths .briefsList li
{
    list-style-type: none;
}


/* css file: contacts.css */

.emailForm {
	padding-top: 2em;
}
#contactEmailFrom input, #contactEmailFrom textarea {
	width: 160px;
}
#contactEmailFrom .rightBox input, #contactEmailFrom .rightBox textarea {
	width: 300px;
}
#contactEmailFrom .rightBox .btn {
	width: auto;
}
.row
{
	clear: left;
	padding: 5px 0;
}

.conLabel
{
	float: left;
	width: 90px;   /* długość etykiety kontaktu  */
}

.conValue
{
    margin-left: 90px;  /* długość .conLabel  */
}

#leftBox
{
	float: left;
	width: 49%;
}

#rightBox
{
    float: right;
    width: 49%;
}

/* ==================== kontakt z formularzem */

#leftBox h4,
#rightBox h4
{
    text-align: center;
	padding: 0.5em;
	margin-bottom: 0.5em;
	font-size: 100%;
}

#contactWithForm .addInfo
{
    clear: both;
}

#contactWithForm .avatar
{
    text-align: center;
}

.emailForm label
{
	float: left;
	font-weight: bold;
	width: 140px;
}

.emailForm textarea
{
    width: 250px;
	height: 140px;
}

/* ==================== kontakt domyślny z oddziałami */

#contactSections
{
    
}

/* ==================== kontakt domyślny prosty */

#contactSimple
{
    
}

/* ==================== kontakt domyślny prosty w stopce */

#contactFooter
{
	
}

/* ==================== kontakt domyślny prosty mini */

#contactMinisimple
{
    clear: right;
	float: right;
	width: auto;
	font-size: 90%;
	padding-right: 16px;
	padding-top: 5px;
}
#contactMinisimple #contactMinisimplePhone
{
	float: left;
	color: #c5c5c5;
}

#contactSections h2 {
  
}

#contactSections .contactPersonList {
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.contactPersonList .conLabel {
	width: 120px;
}
.contactPersonList .more {
	clear: both;
}
#contactSections .contactPersonList.last {
  padding-bottom: 0;
  border-bottom-width: 0;
  margin-bottom: 0;
}

/* css file: downloads.css */

#downWithFiles, #downloadSection {
	padding: 0.9em 20px;
	background: url(/images/category.png) repeat-x;
	margin-right: 1px;
	width: 608px;
	border-top: 1px solid #ECECEC; 
}
#downWithFiles img, #downloadSection img {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.9em;
}
#downWithFiles ul, #downloadSection ul {
	list-style: none;
	margin: 0;
	padding: 0 20px;
}
#downWithFiles li, #downloadSection li {
	clear: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#downWithFiles a, #downloadSection a {
	font-weight: bold;
}
#downWithFiles a:hover, #downloadSection a:hover {
	text-decoration: underline !important;
}
#downWithFiles .fileSection {
	border-top: 1px solid #ECECEC;
	padding: 0.9em 0;
	width: 600px;
}
#downWithFiles .fileSection h1 {
	font-size: 110% !important;
	padding-left: 10px;
}

/* css file: gallery.css */

/* ==================== zdjęcie w galerii */

#pictureGalleryTmb
{
       
}

#pictureGalleryTmb #dhtmlgoodies_slideshow
{
    width: 565px;   /* długość całego slideshow */
    margin-top: 1.5em;
}

#pictureGalleryTmb #previewPane
{
    border-top: 1px solid #f00;
    margin-bottom: 1em;
    margin: 1em 0;   
    text-align: center;
    padding: 1.3em 0 1em;
    position: relative;
}

#pictureGalleryTmb #previewPane #largeImageCaption    /* podpis pod dużym obrazkiem */
{
    text-align: center;
    font-size: 90%;
}

#pictureGalleryTmb #galleryContainer /* box z miniaturami */
{
    height: 102px;          /* Height of the images + 2 */
    border: 1px solid #f00; /* obramowanie boxa z miniaturami */
    position: relative;
    overflow: hidden;
    padding: 1px;
   
    /* CSS HACK */
    height: 104px;   /* IE 5.x - Added 2 pixels for border left and right */
    height/* */:/**/102px;   /* Other browsers */
    height: /**/102px;      
}

#pictureGalleryTmb #arrow_left    /* lewa strzałka */
{
    position: absolute;
    left: 0;
    z-index: 10;
    background-color: #fff; /* tło pod strzałką */
    padding: 1px;
}

#pictureGalleryTmb #arrow_right   /* prawa strzałka */
{
    position: absolute;
    right: 0;
    z-index: 10;
    background-color: #fff;  /* tło pod strzałką */
    padding: 1px;
}

#pictureGalleryTmb #theImages
{
    position: absolute;
    height: 100px;
    left: 40px;
    width: 100000px; 
}

#pictureGalleryTmb #theImages #slideEnd
{
    float: left;
}

#pictureGalleryTmb #theImages img
{
    float: left;
    padding: 1px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: pointer;
}

#pictureGalleryTmb #waitMessage
{
    display: none;
    position: absolute;
    left: 200px;
    top: 150px;
    background-color: #fff; /* tło boxa poczekalni */
    border: 3px double #000;
    padding: 0.3em;
    font-size: 90%;
}

#pictureGalleryTmb #theImages .imageCaption
{
    display: none;
}

#pictureGalleryTmb .galleryShowOrg  /* odnośnik 'pokaż oryginał' */
{ 
    text-align: center;
}

#pictureGalleryTmb .galleryShowOrg a
{

}

#pictureGalleryTmb .galleryShowOrg a:hover
{

}

/* ==================== galeria miniaturek */

#galleryPictures ul
{
    padding: 0;
	margin: 0;	
}

#galleryPictures ul li
{
    list-style-type: none;
	width: 140px;
	height: 140px;
	float: left;
	margin: 5px 0 10px 30px;
	text-align: center;
	font-size: 90%;
}


/* css file: language.css */

/* ==================== obrazki */

#langBoxTxt {
    float: left;
	padding-top: 20px;
	padding-left: 100px;
	text-transform: uppercase;
}
#langBoxImg
{
    
}

#langBoxImg ul,
#langBoxTxtImg ul,
#langBoxTxt ul
{
    padding: 0;
	margin: 0;
	float: left;
}

#langBoxImg ul li,
#langBoxTxtImg ul li,
#langBoxTxt ul li
{
    list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	padding-left: 6px;
	padding-right: 5px;
	background: url(/images/li.gif) left center no-repeat;
}
#langBoxTxt ul li.first {
	background: none;
}
#langBoxTxtImg ul li a img
{
	vertical-align: middle;
	padding-left: 0.2em; 
}
#langBoxTxt a {
	display: block;
	padding-top: 13px;
	padding-bottom: 13px;
}
#langBoxTxt a:hover, #langBoxTxt li.selected a {
	background: url(/images/header_a.jpg) center bottom no-repeat;
}

/* css file: login.css */

/* ==================== informacja i wylogowanie */

#logoutBox
{
	
}

/* ==================== formularz logowania */

#loginBox
{
	margin: auto;
	width: 25em;
}


/* css file: mailing.css */

#mailingBox legend
{
	display: none;
}

#mailingBox .mailingTitle
{
	display: none;
}


/* css file: menu.css */

/* ==================== boczne dwupoziomowe */

#twoDSideMenu .sideMenu
{
    padding: 0;
    margin: 0 0 1em;
}

#twoDSideMenu .sideMenu li
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#twoDSideMenu .sideMenu a     /* wszystkie odnośniki menu */
{
    display: block;
    padding: 0.3em 1em;
}

#twoDSideMenu .sideMenu a:hover   
{

}

#twoDSideMenu .sideMenu li.first a  /* first-child */
{

}

#twoDSideMenu .sideMenu li.last a   /* last-child */
{

}

#twoDSideMenu .sideMenu li.selected   /* element aktualny */
{

}

#twoDSideMenu .sideMenu li.selected a     /* odnośnik elementu aktualnego */
{

}

#twoDSideMenu .sideMenu li.selected ul    /* podmenu aktualnego elementu */
{

}

#twoDSideMenu .sideMenu li.selected ul a  /* odnośnik w podmenu aktualnego elementu */
{
    font-size: 90%;
}

#twoDSideMenu .sideMenu li.selected ul a:hover
{
   
}

#twoDSideMenu .sideMenu li.selected ul a.selected     /* aktualny element podmenu */
{

}

/* ==================== górne nawigacyjne */

#navigationTop
{
    position: absolute;
    top: 1px;
    right: 0;
    padding: 0 0 0 2em;
    margin: 0;
    min-height: 2.5em;
    font-size: 90%;
}

#navigationTop li
{
    line-height: 2.5em;
    list-style-type: none;
    float: left;
	padding-right: 2em;
    background-position: 0;         /* dla ewentualnych obrazków przy elementach nawigacji */
    background-repeat: no-repeat;
}

#navigationTop li a
{
    padding-left: 0;    /* miejsce na ewentualny obrazek */
}

#navigationTop li a:hover
{

}

/* ==================== górne zwykłe poziome */
#menuSimpleTop {
	float: right;
	padding-top: 15px;
	font-size: 110%;
}
#menuSimpleTop ul
{
    padding: 0 10px;
    margin: 0;
}

#menuSimpleTop ul li
{
    list-style-type: none;
    float: left;
    font-size: 110%;
}

#menuSimpleTop ul li a
{
    font-weight: bold;
    display: block;
    float: left;
    padding-bottom: 16px;
	margin-left: 18px;
	padding-left: 6px;
	padding-right: 6px;
}

#menuSimpleTop ul li.selected a
{
	
}

#menuSimpleTop ul li a:hover, #menuSimpleTop ul li.selected a
{
	background: url(/images/header_a.jpg) center bottom no-repeat;
}

#menuSimpleTop ul li.first a
{

}

#menuSimpleTop ul li.last a
{

}

/* ==================== górne poziome podmenu */

#submenuSimpleTop ul
{
    padding: 0 10px;
    margin: 0;
	font-size: 95%;
}

#submenuSimpleTop ul li
{
    list-style-type: none;
    float: left;    
}

#submenuSimpleTop ul li a
{
    display: block;
    float: left;
    padding: 0.3em 1em;
}

#submenuSimpleTop ul li.selected a
{
    
}

#submenuSimpleTop ul li a:hover
{

}

#submenuSimpleTop ul li.first a
{

}

#submenuSimpleTop ul li.last a
{

}
/* ==================== zwykłe menu boczne */
#sideMenu {
	width: 33%;
	float: left;
	padding-left: 12px;
}
#menuSimpleSide
{
    padding: 0;
    margin: 0;
}

#menuSimpleSide li
{
    margin: 0;
	width: 100%;
    list-style-type: none;
	padding-right: 12px;
}

#menuSimpleSide li a
{
    line-height: 1.4em;
	padding: 5px 17px;
	margin-left: 8px;
	display: block;
	background: url(/images/side_lia.gif) left center no-repeat;
	zoom: 1;
}

#menuSimpleSide li a:hover, #menuSimpleSide li a.selected
{
    font-weight: bold;
	margin-left: 0;
	padding: 5px 25px;
	background: url(/images/side_li.png) no-repeat bottom left;
}
/* ==================== zwykłe menu w stopce */

#menuSimpleFooter
{
	float: left;
    padding: 0;
	padding-left: 15px;
    margin: 0;
}

#menuSimpleFooter li
{
    margin: 0;
    list-style-type: none;
    display: inline;
	padding-left: 12px;
	padding-right: 11px;
	background: url(/images/li.gif) left center no-repeat;
}

#menuSimpleFooter li a
{
    color: #fff !important;
}

#menuSimpleFooter li a:hover
{
    
}

#menuSimpleFooter li.first 
{
	background: none;
	padding-left: 0;
}

#menuSimpleFooter li.last a
{

}

/* ==================== górne menu z podmenu rozwijanym w JS */

/* menu główne */
#menu2dhTop ul
{
    padding: 0 10px;
    margin: 0;
    line-height: 2.5em;
    min-height: 2.5em;
}

#menu2dhTop ul li
{
    list-style-type: none;
    margin: 0;
    padding: 0; 
    float: left;
    min-height: 2.5em;
}

#menu2dhTop ul li a
{
    font-weight: bold;
    display: block;
    min-height: 2.5em;
    padding: 0 0.8em;
}

#menu2dhTop ul li a:hover
{
	
}

#menu2dhTop ul li.selected a 
{
    
}

/* podmenu */
#menu2dhSub
{
    min-height: 2.5em;
}

#menu2dhSub ul
{
    padding: 0 10px 0 15px;
    margin: 0;
    font-size: 95%;
    line-height: 2.5em;
    min-height: 2.5em;
}

#menu2dhSub ul li
{
    list-style-type: none;
    margin: 0;
    padding: 0; 
    float: left;
    min-height: 2.5em;
}

#menu2dhSub ul li a
{
    display: block;
    min-height: 2.5em;
    padding: 0 1em;
}


/* css file: newsletter.css */

/* ==================== box dopisania i wypisania z newslettera */

#newsetter input
{
	margin-left: 0.3em;
}

#newsetter #emailNewsletter /* pole z mailem do wpisania */
{
    width: 120px;
}

#newsetter label input
{
    vertical-align: middle;
}


/* css file: products.css */

.podpis {
	padding: 5px;
	font-size: 90%;
	text-align: center;
}
#product_menu .center {
	padding-top: 10px;
}
#productListName, #product_menu {
	padding: 17px 0 17px 23px;
	width: 250px;
	margin-bottom:5px;
}
#product_menu {
	padding-bottom: 14px;
}
#product_menu div img {
	margin-top: 9px;
	margin-right: 18px;
	margin-bottom: 9px;
	border: 1px solid #323232;
}
#product_menu div a:hover img {
	border: 1px solid #fff;
}
#product_menu div img.odd {
	margin-right: 0;
}
#product_menu #tab_1 .center a {
	padding: 2px 5px;
}
#product_menu #tab_1 .center a:hover, #product_menu #tab_1 .center a.selected {
	background: url(/images/brief_li.png) no-repeat left center;
}
#product_menu #tab_2 {
	margin-top: 4px;
}
#product_menu #tab_2 img {
	margin-top: 4px;
	margin-right: 7px;
	margin-bottom: 4px;
}
.menuSimpleSide
{
    padding: 0;
    margin: 0;
}

.menuSimpleSide li
{
    margin: 0;
	width: 100%;
    list-style-type: none;
	padding-right: 12px;
}

.menuSimpleSide li a
{
    line-height: 1.4em;
	padding: 5px 17px;
	margin-left: 8px;
	display: block;
	background: url(/images/li_side.gif) left center no-repeat;
}

.menuSimpleSide li a:hover, .menuSimpleSide li a.selected
{
    font-weight: bold;
	margin-left: 0;
	padding: 5px 25px;
	background: url(/images/side_li.png) no-repeat bottom left;
}

#category .left {
	width: 170px;
}
#category .left a {
	display: block;
	width: 125px;
	padding: 5px 15px 5px 30px;
	color: #1b1e20;
}
#category .left .selected, #category .left a:hover {
	background: #5f5f5f url(/images/li_desc.gif) 15px center no-repeat;
	color: #fff;
	text-decoration: none;
}
#category .right {
	width: 435px;
	padding: 10px 15px;
	background: #5f5f5f;
	color: #fff;
}
#category #categoryProducts {
	clear: both;
	padding-left: 60px;
}
#category #categoryProducts .prod {
	width: 120px;
	text-align: center;
	float: left;
	padding: 15px 27px 5px;
}
#category #categoryProducts .img {
	position: relative;
	zoom: 1;
}
#category #categoryProducts .img img {
	width: 115px;
}
#category #categoryProducts .img .glass {
	position: absolute;
	right: 2px;
	bottom: 10px;
	background: url(/images/lupa.png);
	width: 41px;
	height: 31px;
}
#category #categoryProducts a {
	color: #363636;
	font-weight: bold;
}

#category #categoryProducts a:hover, #category #categoryProducts .prod:hover a {
	color: #ec7d44;
}
#category #categoryProducts .img img {
	border: 1px solid #fff;
}
#category #categoryProducts .prod:hover img {
	border: 1px solid #323232;
}
#category #categoryProducts .prod:hover .glass {
	right: 1px;
}
#category #categoryProducts .prod:hover .glass {
	background: url(/images/lupa_rollover.png);
}
#product {
	position: relative;
}
#productPhoto {
	top: -20px;
	left: -20px;
	position: absolute;
	width: 645px;
}
#productPhotoDesc {
	position: relative;
	width: 200px;
	color: #fff;
	font-size: 110%;
	padding: 5px 55px 7px 25px;
	background: #CD5B2B;
	margin: 288px 0 0 -10px;
}
#productPhotoDesc span {
	font-size: 120%;
	font-weight: bold;
}
#productDesc {
	position: relative;
	padding-top: 60px;
}
#productDesc p {
	margin: 0;
	padding-top: 0;
	padding-bottom: 10px;
}
#productFiles {
	float: right;
	padding-left: 40px;
	padding-right: 40px;
}
#productFiles ul {
	padding: 0;
	margin: 0;
}
#productFiles li {
	list-style: none;
	list-style-position: inside;
	padding: 0;
	margin: 0;
}
#productFiles li a {
	background: url(/images/download.jpg) left center no-repeat;
	padding-left: 32px;
	display: block;
	line-height: 2em;
}

#productPhoto #productPhotoSlider {
    overflow: hidden;
	visibility: visible;
	position: relative;
	z-index: 2;
	left: 0px;
	width: 675px;
	float: left;
}

#productPhoto #productPhotoSlider ul {
    margin: 0pt;
	padding: 0pt;
	position: relative;
	list-style-type: none;
	z-index: 1;
	width: 20000px;
}



#productPhoto ul li {
    overflow: hidden;
	float: left;
	width: 675px;
	height: 290px;
}


/* css file: sitemap.css */

/* ==================== podstawowy sitemap */

.sitemap
{
    padding: 0.2em 2em 1em 10em;
}

.sitemapBox,
.sitemapMain
{
    padding: 1px 0 1px 15px;
    margin: 0;
    border-left: 1px solid #f00;    /* prowadnica */
    font-weight: normal;
}

.sitemapMain /* lista elementów pierwszego poziomu */
{
    border-left-width: 0;
    font-weight: bold;
}

.sitemapBox li,
.sitemapMain li
{
    padding: 1px 0;
    list-style-type: none;
}

.sitemapBox li a,
.sitemapMain li a
{
    padding: 0 1px 0 10px;
}

.sitemapBox li a:hover,
.sitemapMain li a:hover
{

}