/** 
* ----------------------------------------------------------------
* Definicje ogolne
*/
html,body {
   background: #F6F9EF;
}

/** 
* ----------------------------------------------------------------
* Warstwy podstawowe
*/
#tablebox2 {
  background: transparent url('../img/page_bg2.jpg') center top no-repeat;   
}
#tablebox {
  width: 780px;
  margin: 0 auto;
  background: #F6F9EF url('../img/page_bg.jpg') center repeat-y;
}
#header {
  height: 155px;  
  background: transparent url('../img/head_bg.jpg') 100% 100% no-repeat;
}
#headlogo {
  position: absolute;
  top: 3px;
  left: 30px;
  background: transparent;   
}   
#headimg {
  position: absolute;
  top: 0px;
  left: 188px;
  background: transparent;   
}
#headsearch {
  position: absolute;
  top: 210px;
  left: 30px;
  background: transparent;   
}

/** 
* ----------------------------------------------------------------
* Szukaj
*/
#search {
}
.inpsub {
   margin-left: 74px;
}
#searchbt {
  position: absolute;
  top: 10px;
  left: 150px;
  width: 30px; 
  height: 30px;
  border: 0px;    
  background: transparent;
  display: block;
}
#searchtxt {
  width: 150px;
  padding: 2px;
  border: 0px;
}

/** 
* ----------------------------------------------------------------
* Content DIV
*/
#content {
  width: 780px;
  background: transparent;
}

#dobreceny {
  position: absolute;
  top: 5px;
  right: 25px;
  background: transparent;   
}

/** 
* ----------------------------------------------------------------
* BreadCrumb
*/
.BreadCrumb {
   font-size: 80%;
   text-transform: lowercase;
}
.BreadCrumb a {
   color: #c0c0c0;
}
.BreadCrumb a:hover {
   color: #99cc00;
}
.BreadCrumb span {
   color: #c0c0c0;
}
   
/** 
* ----------------------------------------------------------------
* Definicje PAGE - zawartosci tekstowej
*/
#page {
  width: 400px;
  padding-top: 10px;
  padding-right: 20px;
  margin-left: 190px;
  text-align: justify;
}

/* Page author */ 
#pageauthor {
  margin-top: 10px;
}

/* Page time */ 
#pagetime {
  margin-top: 10px;
}

/* Page files */ 
#pagefiles {
  margin-top: 10px;
  padding: 5px; 
}
#pagefiles li { 

}
#pagefiles li p {
   margin-left: 25px;
}   
#pagefiles li span {
   font-size: 80%;
}   


/* Page images*/ 
#pageimages {
  margin-top: 10px;
  padding: 3px; 
}
#pageimages li {
  display: block;
  float: left;
  list-style-type: none;
  min-width: 170px;
  padding: 2px;
  text-align: center;
}
#pageimages li div {
  margin: 0px;
  padding: 0px;
  display: block;
  width: 150px;
  line-height: 11px;
  text-align: center;
}

/* Page subpages */ 
#pagesubpages {
  margin-top: 10px;
  padding: 5px;
}
#pagesubpages li { 
   padding-bottom: 10px;
   border-bottom: 1px solid #ededed;
}
#pagesubpages h4 { 
   padding: 0px;
   margin-top: 20px;
   margin-bottom: -10px !important;
}
#pagesubpages a span { 
   color: #444444;
   font-size: 80%;
}
/* Page back */
#pageback {
  font-weight: bold;
  margin-top:20px;
  margin-bottom:20px;
  text-align: right;  
}
#pageback a {
  padding: 10px !important;
  margin: 10px !important;
  padding-bottom: 20px;
  background: #eff2f4;  
}

/** 
* ----------------------------------------------------------------
* Narzedzia strony
*/
#page_tools li {
   float: left;
   padding: 5px;
   padding-left: 25px;
   padding-right: 20px;
   font-size: 80%;
}
#page_tools li a {
   color: #777777;
}
#page_tools li a:hover {
   color: #333333;
}
.page_pdf {
   background: transparent url('../images/tool_pdf.png') 0px 5px no-repeat;
}
.page_print {
   background: transparent url('../images/tool_print.png') 0px 5px no-repeat;
}
.page_email {
   background: transparent url('../images/tool_email.png') 0px 5px no-repeat;
}
.page_cart {
   background: transparent url('../images/tool_cart.png') 0px 5px no-repeat;
}

/** 
* ----------------------------------------------------------------
* Wersje jezykowe
*/
#page_language li {
   float: left;
   padding: 5px;
   padding-left: 5px;
   padding-right: 5px;
   font-size: 80%;
}

/** 
* ----------------------------------------------------------------
* Definicje MENU - sidebar
*/
#sidebar {
  float: left;
  padding-top: 10px;
  width: 180px;
  background: transparent;
}
#sidebar ul {
  margin-left: 0px;
  list-style-type: none;
}
#sidebar li {
   padding-bottom: 0px;
   padding-left: 17px;
   background: transparent url('../img/sidebar_point.gif') 17px 0 no-repeat; 
}
#sidebar ul ul {
  margin-top: 0;
  margin-bottom: 0px;
}
#sidebar li a {
  display: block;
  font-size: 11px;
  padding-left: 3px;
  text-decoration: none;
  /*border-bottom: 1px #EEEEEE solid;  */
}
#sidebar a:hover {
  /*background-color: #59A4DB;*/
  text-decoration: none;
}
#sidebar h3 {
  /*width: 180px;*/ /*262*/
  font-size: 11px;
}
#sidebar h4 {
  /*width: 180px;*/ /*262*/
  font-size: 11px;
  padding-left: 7px;
}
.sidebarblock p {
   /*width: 180px;*/ /*262*/
   padding-left:0px;
   padding-right:8px;
}


/** 
* ----------------------------------------------------------------
* Definicje FOOTER - stopka
*/
#footer {
  width: 780px;
  height: 70px;
  padding: 3px;
  background: #F6F9EF url('../img/footer_line.gif') center top no-repeat;      
}

/** 
* ----------------------------------------------------------------
* Strona bledu
*/
#cms_error {
  width: 500px;
  padding: 10px;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 200px;
  background: white;
  border: 1px solid #444444;
}


/** 
* ----------------------------------------------------------------
* Nowości, aktualności
*/
#news ul li {
   padding-bottom: 7px;
   list-style: none;
   border-bottom: 1px #ccc solid;
}
#news h3 {
   margin-top: 50px;
   padding: 10px;
}
#news h2, h3, h4 {
  margin-left: 0px !important;
}

/** 
* ----------------------------------------------------------------
* Definicje FIND - wyszukiwanie
*/
#find ul li {
   list-style: none;
}
#find ul h2 {
   border-bottom: 1px #ccc solid;
}
.results li {
   border-bottom: 1px #ccc solid;
}
.searchbar ul li {
   display: inline;
   padding: 5px;
   background: #e9fcff;
   border: 1px solid #c5eaef;
}
.suggest ul {
   margin: 20px;
}
.suggest li {
   display: inline;
   padding: 5px;
   background: #e9fcff;
   border: 1px solid #c5eaef;
}
.paging {
   margin: 10px;
   font-weight: bolder;
}
.current {
   color: #aaaaaa;
}
.paging ul li {
   display: inline;
   padding: 5px;
   background: #e9fcff;
   border: 1px solid #c5eaef;
}   

/** 
* ----------------------------------------------------------------
* Definicje CONTACT - kontakt
*/
#contact li {
   list-style: none !important;
}
#contact select {
   width: 200px;
   padding: 3px;
}

/** 
* ----------------------------------------------------------------
* Definicje PRZYCISKI, elmenty formularza i kontaktowe
*/
.button {
   color: white;
   background: #003300;
   border: 1px solid #5C7999;
   padding: 5px;
}
.button span { 
   color: white;
   font-family: arial, verdana;
   font-size: 14px !important;
   font-weight: bolder;
}
.error {
   padding: 3px;
   background: #b7016c;
   color: white;
}

/** 
* ----------------------------------------------------------------
* Definicje ANKIETY
*/
#poll {
   margin-left:15px;
   width:100px;
   height: 15px;  
   background: transparent url('../img/poll_bg.gif') top left no-repeat;
}
#poll_answer {
   background: transparent url('../img/poll_bg_asw.gif') top left no-repeat;
}

/** 
* ----------------------------------------------------------------
* Buttons
*/
.button_delete {
   color: #777;
   padding-left: 25px;
   background: transparent url('../images/tool_delete.png') 0px 0px no-repeat;   
}
.button_delete a {
   color: #777;
}
.button_delete span:hover {
   color: #d1014a;
}
