/* Etomite Default
---------------------------------- */

*
{
  padding: 0px;
  margin: 0px;
}

body
{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #e5e5e5 url('images/bg.gif') repeat-x;
}

#home
{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background: #e5e5e5 url('images/bg_home.gif') 50% 0% repeat-x;
}

#page
{
  margin: 0px auto;
  width: 1000px;
  background: ;
  position: relative;
  clear: both;
  background:url('images/sidebars.gif') repeat-y;
  background-position:0px 600px;
}


/* Header
---------------------------------- */
#header
{
  color: #4c4c4c;
  width: 1000px;
  padding: 0px;
  height: 200px;
  text-align: center;
}

#mainlogo
{
  padding-top:20px;
}

#header h1
{
  color: #379DFF;
  font-size: 11px;
}

#header h2
{
  color: #66CBFF
}


/* Menus
---------------------------------- */
#menu
{
  background-color: #ff0000;
  color: #fff;
  clear: both;
  padding: 0px;
  overflow: hidden;
  line-height:30px;
  text-align:center;
  height:30px;
  text-transform:uppercase;
  border-bottom:1px solid #dbdbdb;
  border-right:1px solid #dbdbdb;
  float:left;
  width:799px;
}

#menu a
{
  color: white;
  text-decoration: none;
}

#menu ul,
#sidebar ul
{
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu li
{
  display: inline;
  font-size: 11px;
  font-weight: bold;
}

#menu li a
{
  padding: 11px;
}

#menu li a:hover
{
  background-color: #4c4c4c;
}

#sidebar-right
{
  float: right;
  width: 200px;
  padding: 0px;
  background:#cccccc url('images/sidebar-right.gif') 0px 30px no-repeat;
  min-height:400px;
  height:100%;
  clear:right;
}

#sidebar-right h3,p#newsHeading
{
  background:#ea3737 url('images/sidebar-right-h3.gif') 0px 0px no-repeat;
  text-align:right;
  color:#fff;    font-weight: bold;
  height:30px;
  text-transform:uppercase;
  line-height:30px;
  padding-right:20px;
  border-bottom:1px solid #dbdbdb;
  border-left:0px solid #dbdbdb;    margin: 0;
}

#sidebar
{
  float: left;
  width: 200px;
  padding: 0px;
  background:#808080 url('images/sidebar.gif') repeat-x;
  min-height:400px;
  height:100%;
}

#sidebar ul a,
li span#LM_youAreHere
{
  display:block;
  padding:8px 9px 9px 8px;
  color: #fff;
  text-decoration: none;
  border-bottom:1px solid #9c9c9c;
}

#sidebar ul a:hover
{
  background: #3d3d3d url('images/LM_arrow-down.gif') no-repeat 192px 50%;
}

#sidebar li span#LM_youAreHere
{
  background:#ff0000;
}

ul#LM_level_2 li a,
ul#LM_level_2 li span#LM_youAreHere
{
  padding-left: 16px;
}

ul#LM_level_3 li a,
ul#LM_level_3 li span#LM_youAreHere
{
  padding-left: 25px;
}

ul#LM_level_4 li a,
ul#LM_level_4 li span#LM_youAreHere
{
  padding-left: 35px;
}

ul#LM_level_5 li a,
ul#LM_level_5 li span#LM_youAreHere
{
  padding-left: 45px;
}

* html ul#LM_level_2 li a,
* html ul#LM_level_2 li span#LM_youAreHere
{
  padding: 0 0 0 16px;
  height:30px;
  line-height:28px;
}

* html ul#LM_level_3 li a,
* html ul#LM_level_3 li span#LM_youAreHere
{
  padding-left: 25px;
  height:30px;
  line-height:28px;
}

* html ul#LM_level_4 li a,
* html ul#LM_level_4 li span#LM_youAreHere
{
  padding-left: 35px;
  height:30px;
  line-height:28px;
}

* html ul#LM_level_5 li a,
* html ul#LM_level_5 li span#LM_youAreHere
{
  padding-left: 45px;
  height:30px;
  line-height:28px;
}

li.LM_collapsed a
{
  /*background-image: url(images/LM_arrow-right.gif) !important;
  background: no-repeat 190px 50%;*/
}

* html li.LM_collapsed a
{
  /*background-image: url(images/LM_arrow-right.gif) !important;
  background: no-repeat 190px 50%;*/
}

li.LM_expanded a,
li.LM_expanded span
{
/*  background: url(images/LM_arrow-down.gif) no-repeat 190px 50%;*/
}

li.LM_endPage a,
li.LM_endPage span
{
  background-image: none !important;
}

* html li.LM_endPage span
{
  background-image: none !important;
  height:30px;
}

#sidebar ul#LM_level_1
{
  margin: 0em;
}

#sidebar ul ul
{
  margin: 0px;
}


/* ListGlobals
---------------------------------- */
ul.LGlob_list {
  list-style:none;
  display:block;
}

ul.LGlob_list.li {
  list-style:none;
  display:block;
}

li.LGlob_isfolder a
{
  background: ;
}

li.LGlob_active a
{}

li.LGlob_isfolder_active a
{
  background: ;
}


/* sideBanner
---------------------------------- */
.sideBanner
{
  border-bottom: 1px solid #b2b2b2;
  color: #4c4c4c;
  text-align:right;
  padding:0px;
  margin:0px;
  background:#cccccc;
}

.sideBanner a
{
  color: #4c4c4c !important;
  text-decoration:none;
}

.sideBanner a:hover
{
  color: #4c4c4c !important;
  text-decoration:underline;
}

.sideBanner p
{
  padding:5px 20px;
}

.sideBanner p.pytania
{
  padding:0px;
  margin:0px;
  border-bottom:1px solid #6F6F6F;
  height:125px;
}


/* General content
---------------------------------- */
#content
{
  color: #4c4c4c;
  background: #fff;
  padding: 0 20px 20px 20px;
  position: relative;
  min-height: 400px;
  width:560px;
  overflow: hidden;
  float:right;
  text-align:justify;
}

#content img
{
  padding: 0;
  color:inherit;
  background: #fff;
  margin:0 5px 0 0;
  float:left;
  border:1px solid #4c4c4c;
  display:block;
}

#content img.pdf
{
  vertical-align:absmiddle;
  float:left;
  border:0px;
}

#content img.adb
{
  border:0;
}

#content img.przewody
{
  border:0px;
  width:330px;
  height:700px;
  text-align:center;
  padding-left:120px;
}

#content img.mapa
{
  border:0px;
  width:300px;
  height:300px;
  float:right;
}

#content img.certyfikat
{
  border:1px solid #4c4c4c;
  width:200px;
  height:277px;
  text-align:center;
  display:block;
  float:left;
}

#content hr
{
  color:#ff0000;
  margin-top:90px;
  display:block;
  height:1px;
  border-top:1px solid;
  border-bottom:0;
}

#content hr.home
{
  color:#ffb2b2;
  margin-top:3%;
  margin-bottom:10px;
  display:block;
  height:1px;
  border-top:1px solid;
  border-bottom:0;
}

#content hr.pod
{
  color:#ffb2b2;
  margin-top:2%;
  margin-bottom:2%;
  display:block;
  height:1px;
  border-top:1px solid;
  border-right:0;
  border-bottom:0;
  border-left:0;
}

#content a:link
{
  color:#4c4c4c;
  text-decoration:none;
}

#content a:hover,
#content a:focus
{
  color: #4c4c4c;
  text-decoration:underline;
}

#content a.more
{
  font-weight:bold;
  color:#ff0000;
  text-decoration:none;
  vertical-align:bottom;
}

#content a.more:hover
{
  font-weight:bold;
  color:#ff0000;
  text-decoration:underline;
}

a:link
{
  color:#4c4c4c;
  text-decoration:none;
}

a:hover,
a:focus
{
  color: #4c4c4c;
  text-decoration: underline;
}

a:visited
{
  color: #4c4c4c;
  text-decoration: none;
}

a img
{
  border: 0;
}

h1.pagetitle
{
  font-size: 11px;
  font-weight: bold;
  padding-bottom:10px;
  color:#ff0000;
}
h1{  font-size: 11px;  font-weight: bold;  color: #4c4c4c;  background:inherit;  margin: 15px 0;}
h2,
h3
{
  padding: 0;
	margin:0.2em 0 1em;
  /* color: #30A300; */
  background:inherit;
}

h2
{
  font-size: 11px;
}
h2.products{	display: inline;	color: inherit;}
h3,
h4,
h5,
h6
{
  font-size: 11px;
}

p,
table
{
  margin: .2em 0 1em 0;
}

table
{
  max-width: 700px;
}

ol,
ul
{
  margin: 0 0 1em 0em;
  padding-left: 3em;
}

ol
{
  padding-left: 3.4em;
}

ul
{
  list-style: disc;
}

.left
{
  float: left;
}

.right
{
  float: right;
}

.textright
{
  text-align: right;
}

.textcenter
{
  text-align: center;
}

.small
{
  font-size: 0.7em;
}

.bold
{
  font-weight: bold;
}

.em
{
  font-style: italic
}

#pagetrail
{
  font-size: 10px;
  color:#ff0000;
  border-bottom: 1px solid #9c9c9c;
  padding:7px 0 9px 0;
}


/* NewsListing Snippet Classes
---------------------------------- */
ul.newsList
{
  list-style: none;
  padding-left: 0;
}

div.newsList
{
  padding-left: 0;
}

div.newsList img
{
  padding-left: 0;
  width:auto;
  max-width:120px;
  height:80px;
  display:block;
  float:left;
}

div.newsContent
{}

div.newsContent img
{
  width:auto;
  max-width:120px;
  height:80px;
  display:block;
  float:left;
}

div.newsContent img.button_new
{
  width:40px;
  height:9px;
}

ul.newsList img
{
  height:80px;
  display:block;
  float:left;
  clear:both;
}

div.newsBreak
{
  border-bottom:1px solid #ffb2b2;
  padding:0 0 10px 0;
  clear:both;
}

div.divmore
{
  padding-top:45px;
}

li.newsLi
{
  padding: 0;
  color:inherit;
  background: #fff;
  margin:0;
  min-height:100px;
  border-bottom:1px solid #ffb2b2;
  padding: 15px 0;
  clear:both;
  display:block;
}

h1.newsTitle,h2.newsTitle,h3.newsTitle
{
  background:url('images/point.gif') no-repeat 0 3px;
  padding-left:14px;
  /*the news story title */
}

p.postInfo
{
  text-align: right;
  font-size: 10px;
  color: #aaa;
  background:inherit;
}

h2.oldernewsheading {}

ul.oldnews
{
  font-size: 90%;
}


/* Footer
---------------------------------- */
#footer
{
  color: #ffb2b2;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  background: url('images/footer.gif');
  height:60px;
  text-align: center;
  clear: both;
  font-size: 11px;
  line-height:30px;
  width:1000px;
}

#footer-left
{
  float:left;
  width:200px;
  color:#ffffff;
}

#footer-left a.fl
{
  float:left;
  width:200px;
  color:#ffffff;
  text-decoration:none;
  padding:0;
}

#footer-left a.fl:hover
{
  float:left;
  width:200px;
  color:#ffffff;
  text-decoration:underline;
  padding:0;
}

#footer-center
{
  float:left;
  width:600px;
}

#footer-right
{
  float:left;
  width:200px;
  color:#ffffff;
  padding:0px;
}

#footer-right a.fr
{
  color:#ffffff;
  text-decoration:none;
  padding:0;
}

#footer-right a.fr:hover
{
  color:#ffffff;
  text-decoration:underline;
  padding:0;
}

#footer a.fc,
#footer a.fc:active
{
  color: #ffb2b2;
  padding:0 5px;
}

#footer a:hover
{
  color: #ffffff;
  text-decoration: underline;
  padding:0 5px;
}

#etoNotice,
.hidden
{
  display:none;
}


/* ListSiteMap Styles
---------------------------------- */
ul.LSM_0,
ul.LSM_1,
ul.LSM_2,
ul.LSM_3,
ul.LSM_4,
ul.LSM_5
{
  padding-left: 1em; margin:0;
}

.LSM_0 li,
.LSM_1 li,
.LSM_2 li,
.LSM_3 li,
.LSM_4 li,
.LSM_5 li
{
  padding-top: .2em;
}

ul.LSM_0
{
  margin: 0em;
}


#nowosci
{
  margin: 0px;
  padding: 0 5px;
  background: #4c4c4c;
  color: #fff;
  width:190px;
  float:right;
  vertical-align:middle;
  border-left:1px solid #dbdbdb;
  text-transform:uppercase;
}



/* Search Styles
---------------------------------- */
.searchbox
{
  margin: 0px;
  padding: 0 5px;
  background: #4c4c4c;
  color: #fff;
  width:190px;
  height:30px;
  float:left;
  vertical-align:middle;
  border-right:1px solid #dbdbdb;
}

* html .searchbox
{
  margin: 0px;
  padding: 0 5px;
  background: #4c4c4c;
  color: #fff;
  width:190px;
  height:30px;
  padding-top:6px;
  float:left;
  vertical-align:middle;
  border-right:1px solid #dbdbdb;
}

input.search
{
  width:120px;
  height:14px;
  border:0;
  font-size:11px;
  color:#000;
  vertical-align:middle;
}

input.button
{
  width:28px;
  height:14px;
  color:#ff0000;
  font-size:11px;
  font-weight:bold;
  background:#fff;
  line-height:10px;
  border:0;
  padding:0;
  vertical-align:middle;
}

input.button_send
{
  height:16px;
  color:#ff0000;
  font-size:11px;
  font-weight:bold;
  background:#fff;
  line-height:10px;
  border:0;
  padding:0;
  vertical-align:middle;
}

input.button_program
{
  background:#ff0000;
  color:#ffffff;
  border:0;
  font-weight:bold;
  font-size:11px;
  margin:10px 10px 0 0;
  padding:4px;
  display:block;
  position:relative;
  float:left;
  line-height:11px;
}

input.login
{
  background:transparent;
  color:#ff0000;
  border:0;
  font-weight:bold;
  font-size:11px;
  padding-left:5px;
  display:inline;
  position:relative;
  line-height:11px;
}

.searchbox p
{
  margin: 0;
  padding: 0;
  font-size:9px;
  text-transform:none;
}


/* Definition Lists
---------------------------------- */
dl.table-display
{
  width: 100%;
  margin: 1em 0;
  padding: 0;
}

.table-display dt
{
  width: 15%;
  float: left;
  margin: 0 0 0 0;
  padding: .5em;
  border-top: 1px solid #999;
  font-weight: bold;
}

.table-display dd
{
  float: left;
  width: 80%;
  margin: 0 0 0 0;
  padding: .5em;
  border-top: 1px solid #999;
}

/* Fieldset - Legend
---------------------------------- */
fieldset
{
  margin: 0;
  padding: 0 0 5px 0;
  background: #fff;
  color: #4c4c4c;
  border:0;
}

legend
{
  margin: 0em 0em 0em 0em;
  padding: .25em .5em .25em .5em;
  background: #fff;
  color: #4c4c4c;
  border: 0;
  font-weight: bold;
}

label {border:0;font-weight:bold;}

table.varList
{
  width: auto;
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 0em 0em;
  background: #F2EFCE;
  color: #000;
  border: 1px solid #D5C95E;
  border-collapse: collapse;
}

table.varList td
{
  height: auto;
  padding: 0em .5em 0em .5em;
  vertical-align: top;
  word-wrap: break-word;
}

table.varList td:first-child
{
  font-weight: bold;
}

table.varList th
{
  margin: 0em 0em 0em 0em;
  /*padding: .5em .5em .5em .5em;*/
  background: #30A300;
  color: #fff;
  border: none;
  vertical-align: top;
  font-weight: bold;
}/* ipol css start */#aboutText{	text-indent: 2em;}#sitemap a:link,#sitemap a:visited{	border-bottom:1px dotted #4C4C4C;}#sitemap a:hover,#sitemap a:active{	border-bottom: 0 none;}/* ipol css end */