/**
* ----------------------------------------------------------------
* Definicje ogolne
*/
html,body {
  background: #F8F4E8 url('../img/page_bg.png');
}

/**
* ----------------------------------------------------------------
* Warstwy podstawowe
*/
#tablebox {
  width: 984px;
  margin: 0 auto;
  background: transparent;
}
#headerpage {
  background: transparent url('../img/header_page_bg.png') repeat-x;
}
#header {
  width: 984px;
  margin: 0 auto;
  height: 365px;
  background: transparent url('../img/header.jpg') center top no-repeat;
}
.logo {
  position: absolute;
  top: 20px;
  left: 100px;
  height: 140px;
  width: 300px;
  display: block;
  z-index: 300;
}

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

/**
* ----------------------------------------------------------------
* Definicje PAGE - zawartosci tekstowej
*/
#page {
  min-height: 100px;
  padding: 20px;
  padding-top: 10px;
  margin-left: 320px;
  margin-right: 40px;
}

#pagecontent {
  min-height: 150px;
}

/* Page author */
#pageauthor {
  margin-top: 10px;
  border-top: 2px solid #ddd;
}

/* Page time */
#pagetime {
  margin-top: 10px;
  border-top: 2px solid #ddd;
}

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

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


/* Page images*/
.pageimage {
  float: right;
  min-width: 170px;
  min-height: 150px;
  padding-top: 20px;
  padding-left: 25px;
  background: transparent url('../img/pageimages_bg.gif') 0px 0px no-repeat;
}
#pageimages {
  margin-top: 10px;
  /*border-top: 2px solid #ddd;*/
  padding: 3px;
}
#pageimages li {
  display: block;
  float: left;
  list-style-type: none;
  min-width: 180px;
  min-height: 150px;
  margin: 2px;
  padding: 2px;
  padding-top: 20px;
  text-align: center;
  background: transparent url('../img/pageimages_bg.gif') 0px 0px no-repeat;
}
#pageimages li div {
  margin: 0px;
  padding: 0px;
  display: block;
  width: 150px;
  font-size: 10px;
  line-height: 11px;
  text-align: center;
}
/* Page subpages */
#pagesubpages {
  
}
#pagesubpages li {
  min-height: 28px;
  border-bottom: 1px solid #ededed;
}
#pagesubpages a {
  padding: 3px;
  display: block;
}
#pagesubpages a:hover {
  background: #EDEDED;
  text-decoration: none;
}
#pagesubpages a span {
  color: #444444;
  font-size: 10px;
}
/* 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;
}

/**
* ----------------------------------------------------------------
* Definicje MENU - sidebar
*/
#sidebar {
  float: left;
  width: 270px;
  margin-top: 0px;
  margin-left: 32px;
  padding-left: 10px;
  background: transparent url('../img/sidebar_bg.gif') repeat-y;  
}
#sidebar h2 {
  display: none;
}
#sidebar ul {
  padding-top: 0px;
  margin-left: 0px;
  list-style-type: none;
}
#sidebar li {
  padding-left: 0px;
}
#sidebar ul ul {
  margin-top: 0px;
  margin-bottom: 0px;
}
#sidebar li a {
  display: block;
  color: #3B190A;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-family: times;
  padding-bottom: 4px;
  border-bottom: 1px dotted #BE9968;
}
#sidebar a:hover {
  color: black;
  text-decoration: none;
}
#sidebar h3 {
  margin: 0 !important;
  width: 210px;
  padding: 3px 2px 10px 20px;
}
#sidebar h4 {
  width: 156px;
  font-size: 11px;  
  padding: 3px 2px 3px 18px;
}
#sidebar .activeh3 {
  /*background-color: #595959;*/
}
#sidebar .activeh4 {
  /*background: #595959;*/
}
#sidebar form li {
  background: none;
}
.sidebarend {
  height: 80px;
  background: transparent url('../img/sidebar_end.gif') -11px 0px no-repeat;  
}

/**
* ----------------------------------------------------------------
* Definicje FOOTER - stopka
*/
#footerpage {
  background: transparent url('../img/footer_page_bg.gif') bottom repeat-x;
}
#footer {
  width: 984px;
  margin: 0 auto;  
  height: 95px;
  color: #3B4549;
  text-align: left;
  font-size: 10px;
  padding: 5px;
  padding-top: 25px;
  padding-right: 15px;
  background: transparent url('../img/footer_bg.gif') bottom no-repeat;  
}
.copyright {
  position: absolute;
  top: 100px;
  left: 100px;
}
.goganet {
  position: absolute;
  top: 90px;
  right: 80px;
}

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

/**
* ----------------------------------------------------------------
* Definicje FIND - wyszukiwanie
*/
#find ul li {
   list-style: none;
}
#find ul {
  margin-top: 10px;
}
.results li {
   border-bottom: 1px #ccc solid;
}
.results li a {
  padding: 4px;
  display: block;
}
.results li a:hover {
  text-decoration: none;
  background: #EDEDED;
}
.results li span {
  font-size: 80%;
  color: #444444;
}
.searchbar ul li {
   display: inline;
   padding: 5px;
   background: #E5E5E5;
   border: 1px solid #444444;
}
.suggest ul {
   margin: 20px;
}
.suggest li {
   display: inline;
   padding: 5px;
   background: #e9fcff;
   border: 1px solid #c5eaef;
}


/**
* ----------------------------------------------------------------
* Podzial na strony - pagging
*/
.paging {
  margin: 10px;
  font-weight: bolder;
  margin-left: 10px;
}
.paging li {
  width: 26px;
  height: 26px;
  display: block;
  float: left;
  text-align: center;
  font-size: 10px !important;
  background: #444444 url('../img/number_bg1.gif') no-repeat;
}
.paging li a {
  width: 27px;
  height: 27px;
  display: block;
  padding-top: 3px;
  color: white;
}
.paging li span {
  display: block;
  width: 27px;
  height: 27px;
  padding-top: 3px;
  color: #cdcdcd;
  background: #777777 url('../img/number_bg2.gif') no-repeat;
}

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

/**
* ----------------------------------------------------------------
* Formularze
*/
fieldset {
  border: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
fieldset legend {
  padding-right: 10px;
}
.formarea {
  color: #777777;
  font-family: arial, verdana;
  font-size: 10px;
  font-weight: bold;
  text-align: left;  
}
.formarea li {
  margin-top: 10px;
  margin-right: 10px;
  min-height: 50px;
  list-style: none !important;
}
.formarea input {
  padding: 2px;
  border: 0px;
  font-family: arial, verdana;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #cccccc;
  background: transparent;
  background: transparent url('../img/input_bg.png') repeat-x;
  -webkit-border-radius: 6px; /* Safari, Chrome */
  -khtml-border-radius: 6px;    /* Konqueror */
  -moz-border-radius: 6px; /* Firefox */
   border-radius: 6px;    
}
.formarea input:focus {
  border: 1px solid #7e7e7e;
}
.formarea textarea {
  padding: 4px;
  font-family: arial, verdana;
  font-size: 11px;
  font-weight: bold;  
  border: 1px solid #cccccc;
  background: transparent url('../img/textarea_bg.png') bottom repeat-x;
  -webkit-border-radius: 6px; /* Safari, Chrome */
  -khtml-border-radius: 6px;    /* Konqueror */
  -moz-border-radius: 6px; /* Firefox */
  border-radius: 6px;    
}
.formarea label {
  margin-right: 0px;
  padding-left: 5px;
  color: #969696;
  min-width: 150px;
  /*display: block;*/
}
.formarea label span {
  padding-left: 3px;
  font-size: 13px;
  color: #E04062;
}
.formarea span {
  color: #777777;
  margin-top: -4px;
  font-size: 10px;
}
.formarea p {
  margin-top: 2px;
  color: #444444;
  padding: 3px;
  background: #FBFF91;
  border: 1px solid #FCD21D;
  font-size: 11px;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
}
.formarea50 {
  float: left;
  padding-right: 40px;
  width: 40%;
}
#checkout {
}
#checkout ul {
  margin-left: 20px;
}
#checkout li label {
  padding: 5px;
}
#checkout li span {
  color: #777777;
  margin-left: 20px;
}
.stroke {
  text-decoration: line-through;
}


/**
* ----------------------------------------------------------------
* Definicje PRZYCISKI, elmenty formularza i kontaktowe
*/
.button {
  margin: 5px;
  /*background: #2A140B url('../img/button_bg.gif') repeat-x;*/
  background: #2A140B;
  border: 0px;
  padding: 2px 10px 2px 10px;
  color: white !important;
  font-family: arial, verdana;
  font-size: 12px !important;
  font-weight: bolder;
  cursor: pointer;
  
  -webkit-border-radius: 6px; /* Safari, Chrome */
  -khtml-border-radius: 6px;    /* Konqueror */
  -moz-border-radius: 6px; /* Firefox */
  border-radius: 6px;      
}
.simplebutton {
  margin: 5px;
  background: #444444;
  border: 0px;
  padding: 2px 10px 2px 10px;
  color: white !important;
  font-weight: bolder;
  cursor: pointer;
  
  -webkit-border-radius: 6px; /* Safari, Chrome */
  -khtml-border-radius: 6px;    /* Konqueror */
  -moz-border-radius: 6px; /* Firefox */
  border-radius: 6px;      
}
.extrabutton {
  margin: 30px;
  margin-left: 300px;
  background: #237298;
  border: 0px;
  padding: 6px 20px 6px 20px;
  color: white !important;
  font-family: arial, verdana;
  font-size: 14px !important;
  font-weight: bolder;
  cursor: pointer;
  
  -webkit-border-radius: 6px; /* Safari, Chrome */
  -khtml-border-radius: 6px;    /* Konqueror */
  -moz-border-radius: 6px; /* Firefox */
  border-radius: 6px;      
}
