/* 
	smooth taste table styles
	written by Thomas Opp http://www.yaway.de
*/
.t1 table {
  border-collapse: collapse;
  
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #3D3F3D;
  background: #FFECB4;
  }
.t1 caption {
  text-align: left;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  }
.t1 td, .t1 th {
  border: 1px dashed #007BB8;
  padding: .8em;
  color: #3D3F3D;
  }
.t1 thead th, .t1 tfoot th {
  font: bold 11px verdana, arial, helvetica, sans-serif;
  border: 1px solid #A85070;
  text-align: left;
  background: #005AA9;
  color: #FFFFFF;
  padding-top:6px;
  }
.t1 tbody td a {
  background: transparent;
  text-decoration: none;
  color: #3D3F3D;
  }
.t1 tbody td a:hover {
  background: transparent;
  color: #007BB8;
  }
.t1 tbody th a {
  font: normal 11px verdana, arial, helvetica, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #3D3F3D;
  }
.t1 tbody th a:hover {
  background: transparent;
  color: #FFFFFF;
  }
.t1 tbody th, tbody td {
  vertical-align: top;
  text-align: left;
  }
.t1 tfoot td {
  border: 1px solid #38160C;
  background: #38160C;
  padding-top:6px;
  }
.t1 .odd {
  background: #FFE392;
  }
.t1 tbody tr:hover {
  background: #FFDA6F;
  }
.t1 tbody tr:hover th,
.t1 tbody tr.odd:hover th {
  background: #FFDA6F;
  }
/* obrazki */


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 13px Tahoma;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid #FFECB4;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
/*style dla slidera */
.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 230px;
height: 210px; /* Set height to be able to contain height of largest content shown*/

overflow: hidden;
}

.glidecontentwrapper2 {
position: relative; /* Do not change this value */
width: 230px;
height: 180px; /* Set height to be able to contain height of largest content shown*/

overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #FEEBB4;
padding: 10px;
visibility: hidden;
width: 230px;
}
.glidecontent2{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #FEEBB4;
padding: 10px;
visibility: hidden;
width: 230px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 230px;
margin-top: 6px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
color: #2e6ab1;
padding: 1px 2px;
margin-right: 1px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #FFEC98;
color: black;
text-decoration:none;
}

.glidecontenttoggler a:hover{
background: #FFEC98;
text-decoration:none;
color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
text-decoration:none;
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next
{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
font-size:8px;
text-decoration:none;
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
text-decoration:none;
font-size:8px;
}