/* 
================================
  KI-left-blank
================================
*/  

#lb-button1 {
	float: left;
	width: 20px;
}

#lb-button2 {
	float: left;
	width: 20px;
}

.lb-content {
	margin-bottom: 2px;
}

.lb-content p {
	margin: 0;
}

.contact {
	display: block;
	width: 235px;
	height: 110px;
	background: url(lb-contact.jpg) no-repeat 0 0;
}

.order {
	display: block;
	width: 235px;
	height: 110px;
	background: url(lb-order.jpg) no-repeat 0 0;
}

.contact:hover, .order:hover {
	background-position: 0 -110px;
}

.contact span, .order span {
	display: none;
}

/* 
================================
  KI-left-menu
================================
*/ 

#lm-button1 {
	float: left;
	width: 20px;
}

#lm-button2 {
	float: left;
	width: 20px;
}

.lm-content {
	background: #48687f url(lm-bg.gif) repeat-x top;
	margin-bottom: 2px;
	padding-top: 5px;
}

.lm-content td  {
	width: 215px;
	padding: 0 10px;
}

.lm-content a {
	display: block;
	height: 23px;
	_height: 33px;
	padding: 9px 5px 0px 20px;
	border-bottom: solid 1px #517086;
	font-family: Arial, 'MS Sans Serif', Tahoma;
	font-size: 8pt;
	color: #bfcad2;
	background: url(menu.gif) no-repeat 8px 15px; 
}

.lm-content a:active, .lm-content a:visited {
	color: #bfcad2;
}

.lm-content a:hover {
	color: #fff;
	text-decoration: none;
	background: url(menu-hover.gif) no-repeat 8px 15px;	
}


/* 
================================
 KI-left-newsletter
================================
*/


#ln-button1 {
	float: left;
	width: 20px;
}

#ln-button2 {
	float: left;
	width: 20px;
}

.ln-content {
	background: url(newsletter-bg.gif) no-repeat center;
	height: 125px;
	margin-bottom: 2px;
}

.ln-content table {
	width: 211px;
}

.ln-content table table {
	width: 185px;
	margin-right: 14px;
}

.ln-content table table td {
	padding-top: 10px;
}

.ln-content table table table {
	margin-top: -5px;
}

.ln-content table table table td {
	padding-top: 0;
	height: 10px;
}

td.info-newsletter {
	width: 211px;
	padding-top: 37px;
	font-family: Arial, 'MS Sans Serif', Tahoma;
	font-size: 8pt;
}

span.info-newsletter {
	color: #a4b4bf;
}

span.info-newsletter input {
	vertical-align: middle;
	margin-right: 2px;
}

.info-input-newsletter {
	border: none;
	background: transparent;
	width: 157px;
	height: 20px;
	color: #808080;
	padding: 3px 4px;
	_margin-top: -5px;
}

.info-button-newsletter {
	background: url(newsletter-button.gif) no-repeat 0 0;
	_background-position: 0 -20px;
	width: 35px;
	border: none;
	height: 20px;
	max-height: 20px;
	padding-top: 40px;
	cursor: pointer;
}

.info-button-newsletter:hover {
	background-position: 0 -20px;
}

.ln-content a, .ln-content a:visited, .ln-content a:active {
	display: block;
	margin-left: 25px;
	margin-top: 4px;
	_margin-top: 5px;
	font-family: Arial, 'MS Sans Serif', Tahoma;
	font-size: 8pt;
	color: #a4b4bf;
}

.ln-content a:hover {
	color: #a4b4bf;
	font-family: Arial, 'MS Sans Serif', Tahoma;
	font-size: 8pt;
}

/* 
================================
 KI-panel-main
================================
*/

#pm-button1 {
	float: left;
	width: 20px;
}

#pm-button2 {
	float: left;
	width: 20px;
}

#pm-title {
	text-align: left;
	margin-bottom: 35px;
}

#pm-title span.head {
	font-family: 'Arial Narrow', Arial, Tahoma;
	font-size: 25pt;
	font-weight: 600;
	color: #3c7db1; 
}

.pm-content {

}

.pm-content h1 {
	font-family: Arial, Tahoma;
	font-size: 12pt;
	color: #306da3;
	margin-top: 35px;
	margin-bottom: 25px;
}

.pm-content h2 {
	font-family: Arial, Tahoma;
	font-size: 10pt;
	color: #306da3;
	margin-top: 35px;
	margin-bottom: 25px;
}

.pm-content h3 {
	font-family: Arial, 'MS Sans Serif', Tahoma;
	font-size: 9pt;
	color: #306da3;
	margin-top: 35px;
	margin-bottom: 25px;
}

.pm-content p, .pm-content table {
	font-family: Arial, 'MS Sans Serif', Tahoma;
	font-size: 9pt;
	color: #404040;
	line-height: 11.5pt;
}

.pm-content p, .pm-content ul, .pm-content ol {
	margin-top: 15px;
	margin-bottom: 10px;
}

.pm-content ul {
	font-family: Arial, 'MS Sans Serif', Tahoma;
	font-size: 9pt;
	color: #404040;
	margin-left: 20px;
	padding: 0;
	line-height: 11.5pt;
}

.pm-content ul li {
	list-style-type: none;
	background: url(bulet.gif) no-repeat 0px 5px;
	margin-bottom: 5px;
	padding-left: 15px;
}

.pm-content ol {
	font-family: Arial, 'MS Sans Serif', Tahoma;
	font-size: 9pt;
	color: #404040;
	margin-left: 35px;
	padding: 0;
	line-height: 11.5pt;
}

.pm-content ol li {
	margin-bottom: 10px;
	padding-left: 0px;
}

.pm-content ul ul, .pm-content ol ul {
	margin-top: 10px;
	margin-left: 20px;
	padding: 0;
}

.pm-content ul ul li, .pm-content ol ul li {
	list-style-type: none;
	background: url(bulet2.gif) no-repeat 0px 5px;
	margin-bottom: 10px;
	padding-left: 15px;
}

.pm-content a, .pm-content a:visited, .pm-content a:active {
	text-decoration: none;
	color: #306da3;
}

.pm-content a:hover {
	text-decoration: underline;
	color: #306da3;
}

.pm-content table {
	border-collapse: collapse;
}

/* CV */

.cvlabel {
	width: 100px;
	padding: 7px;
	border-top: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
	vertical-align: top;
}

.cvdata {
	border-top: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
	padding: 7px;
	vertical-align: top;
}

.nobr {
	white-space: nowrap;
}

.tdhead {
	background: #48687f;
	padding: 5px; 
	color: #fff;
	height: 50px;
}

.tdlight {
	border-bottom: solid 1px #f0f0f0;
	padding: 5px; 
	height: 40px;
}

.tddark {
	border-bottom: solid 1px #f0f0f0;
	padding: 5px; 
	height: 40px;
}

/* DIV DOWNLOAD */

.dwnld {
	background: #f8fbfe url(download-bg.gif) no-repeat center right;
	border: solid 1px #e6ecf1;
}

.dwnld ul, .dwnld ol {
	margin: 15px;
	margin-left: 20px;
	padding: 0;
}

.dwnld ul li, .dwnld ol li {
	margin: 0;
}

/* STYLE FAQ */

.pm-content span span div a:hover {
	text-decoration: none;
}

.pm-content span span div a p:hover {
	text-decoration: underline;
}

.pm-content div.divfaqq, .pm-content div.divfaqq p {
	font-family: Arial, 'MS Sans Serif', Tahoma;
	font-size: 9pt;
	color: #404040;
}

.pm-content div.divfaqq p {
	margin-top: 15px;
	font-weight: normal;
	color: #306da3;
}

.pm-content div.divfaqa {
	font-family: Arial, 'MS Sans Serif', Tahoma;
	font-size: 9pt;
	color: #404040;
	margin-bottom: 15px;
}

.pm-content div.divfaqa p  {
	margin-top: 15px;
	margin-bottom: 10px;
}

.pm-content div.divfaqa li {
	margin-top: 0;
	margin-bottom: 0;
}

/* 
================================
 Search results
================================
*/

.SearchGrid {
	font-family: Arial, 'MS Sans Serif', Tahoma;
	text-decoration: none;
	font-size: 9pt;
}

.SearchGrid td {
	border-top: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
	padding: 10px;
	line-height: 11.5pt;
	vertical-align: top;
}

.SearchList {
	color: #306da3;
	font-size: 12pt;
	line-height: 20pt;
}

.SerachTitle {
	font-family: Arial, 'MS Sans Serif', Tahoma;
	text-decoration: none;
	font-weight: normal;
	color: #306da3;
	font-size: 12pt;
	line-height: 20pt;
}

.SerachDesc {

}

.SerachLink {
	line-height: 11.5pt;
	display: block;
	margin-top: 5px;
	overflow: hidden;
	width: 425px;
}

.SearchPager span {
	padding: 0 7px;
	border: solid 1px #eee;
}

.SearchPager a {
	margin: 0;
	padding: 0 7px;
	border: solid 1px #eee;
}

.SearchPager a:hover {
	padding: 0 7px;
	border: solid 1px #306da3;
}

/* 
================================
 SixxacMenu - SiteMap (prefix: ki)
================================
*/

.kiSXMenuFull {
	font-size: 9pt;
	color: #306da3;
}

.kiSXMenuItem {
	padding-left: 15px;
	background: url(menu.gif) no-repeat 0 6px;
	margin-bottom: 5px;
}

.kiSXMenuContainer {
	margin-left: 20px;
	margin-bottom: 10px;
}

/* 
================================
 KI-panel-blank
================================
*/

#pb-button1 {
	float: left;
	width: 20px;
}

#pb-button2 {
	float: left;
	width: 20px;
}

.pb-content {

}

.pb-content h1 {
	font-family: Arial, Tahoma;
	font-size: 12pt;
	color: #306da3;
	margin-top: 10px;
	margin-bottom: 25px;
}

.pb-content h2 {
	font-family: Arial, Tahoma;
	font-size: 10pt;
	color: #306da3;
	margin-top: 35px;
	margin-bottom: 25px;
}

.pb-content h3 {
	font-family: Arial, 'MS Sans Serif', Tahoma;
	font-size: 9pt;
	color: #306da3;
	margin-top: 35px;
	margin-bottom: 25px;
}

.pb-content p, .pb-content ul {
	font-family: Arial, 'MS Sans Serif', Tahoma;
	font-size: 9pt;
	color: #404040;
	margin: 25px 0;
}

.pb-content ul {
	font-family: Arial, 'MS Sans Serif', Tahoma;
	font-size: 9pt;
	color: #404040;
	margin-left: 20px;
	padding: 0;
	line-height: 11.5pt;
}

.pb-content ul li {
	list-style-type: none;
	background: url(bulet.gif) no-repeat 0px 5px;
	margin-bottom: 5px;
	padding-left: 15px;
}

.pb-content a, .pb-content a:visited, .pb-content a:active {
	text-decoration: none;
	color: #306da3;
}

.pb-content a:hover {
	text-decoration: underline;
	color: #306da3;
}

/* 
================================
 KI-panel-totop
================================
*/

#pt-button1 {
	float: left;
	width: 20px;
}

#pt-button2 {
	float: left;
	width: 20px;
}

.pt-content {
	padding-top: 50px;
	width: 485px;
}

.lb-content p {
	margin: 0;
}

.totop {
	margin-left: 393px;
	display: block;
	width: 93px;
	height: 18px;
	background: url(begin.gif) no-repeat 0 0;
}

.totop:hover {
	background-position: 0 -18px;
}

.totop span {
	display: none;
}


/* 
================================
 Koniec
================================
*/

