@charset "utf-8";
/* CSS Document */

HTML,BODY{
	padding:0;
	margin:0;
	font-family: Verdana,Arial;
	behavior: url('/css/csshover.htc');
}

IMG{
	border: none;
	vertical-align:middle;
	behavior: url('/css/png.htc');
}

/*P,UL,LI,FORM{
	margin:0;
}*/

FORM{
	margin:0;
}

TABLE,TR,TD{
	padding:0;
	border: none;
	border-collapse:collapse;
	border-spacing:0;
	vertical-align:top;
}

H1,H2,H3{
	margin:0px;
	padding:5px;
}

LABEL,INPUT,TEXTAREA,SELECT{
	font-family: Arial;
	font-size:12px;
}

/*INPUT[type=radio],INPUT[type=checkbox]{
	border:0;
}*/

DIV#indicator{
	position: absolute;
	width: 100px;
	height: 40px;
	left: 10px;
	top: 10px;
	z-index: 900;
	background: url('../img/load.gif') no-repeat 0 0;
}

.hide {
	visibility:hidden;
	display:none;
}

.show {
	visibility:visible;
	display:block;
}

#main{
	float:left;
	width:100%;
	min-width: 1000px;
	width: expression((document.documentElement.clientWidth||document.body.clientWidth)<1000?'1000px':'100%');
}

#topBlock{
	float:left;
	width: 100%;
}

#contentBlock{
	float:left;
}

#leftBlock{
	float:left;
	width: 240px;
	margin-right: -300px;
	z-index:2;
	position:relative;
	padding-left:20px;
}

#rightBlock{
	float:left;
	width: 100%;
}

#rightBlockContent{
	padding: 0px 50px 0px 270px;
}

#searchBox{
	padding: 0px 50px 0px 270px;
}

#rightBox{
	padding:0 50px;
	width: 600px;
	float:left;
}

#indicator{
	position:absolute;
	margin-left:143px;
	margin-top:105px;
}
#info{
	font-size:1px;
	color:#FFF;
/* 	margin-left:-300px; */
}

#banerBlock{
	text-align:center;
 	padding: 20px 0px 0px 0px;
/* 	float:left; */
/* 	width: 100%; */
/* 	padding: 0px 0px 0px 270px; */
}

#centerBlock{
	float:left;
	width: 100%;
}

#ubis{
	padding: 10px 0px 0px 20px;
	float:left;
}

#menuBlock{
/* 	clear:left; */
/* 	float:right; */
/* 	width:100%; */
	margin-top: 5px;
	text-align:right;
}
	#menuBlock div {
		font-size: 12px;
		color: #333;
		font-weight: bold;
		padding-right:5px;
		margin-bottom: 5px;
	}
		#menuBlock div a {
			font-weight: normal;
			text-decoration: underline;
			color: #2B4EAC;
		}
	#menuBlock span {
		font-weight: normal;
		padding: 5px 5px;
	}

.searchBox{
/* 	margin-top:-1px; */
/*  	right:-1px; */
	border: 1px solid #2A4DAB;
	background: url(../img/searchBg.jpg) repeat-x bottom;
	padding:0px;
/* 	position: relative; */
	z-index:20;
	height: 64px;
	float:left;
	width:100%;
}

.searchContent{
	float:left;
	padding:10px;
}

.searchLeft{
	float:left;
	width:78%;
	position:relative;
	color:#FFF;
}
	.searchLeft a{
		color:#FFF;
	}
	.searchLeft #text{
		width: 98%;
		border:1px solid #2A4DAB;
		color:#333;
		font-size:140%;
 		padding:0 5px;
	}
	.searchLeft #searchExample{
		float:left;
		font-size: 11px;
		padding-top: 3px;
	}
	.searchLeft #searchExt{
		float:right;
		font-size:12px;
		padding-top: 3px;
	}

.searchRight{
	float:right;
	text-align:center;
}
	.searchRight #button{
		margin-top:4px;
		width:130px;
/* 		height:25px; */
/* 		padding:0!important; */
		color: #333;
		font-size:12px;
/* 		font-weight: bold; */
/*
		background: url(../img/searchButton2.png) no-repeat;
		border:none;
		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/searchButton2.png');
		_background: none;
*/
	}

#buttonsBox{
	position:relative;
	width:100%;
	float:left;
}
	#buttonsBox div{
		text-align:center;
		padding: 0px 5px 0px 5px;
		float:left;
		font-size:12px;
		position:relative;
	}
		#buttonsBox div a{
			text-decoration:underline;
			display:block;
			padding: 0px 0px 3px 0px;
			color: #2B4EAC;
		}
		#buttonsBox div.active{
			top:-1px;
			border:solid #2A4DAB;
			border-width:0px 1px 1px 1px;
			color:#FFFFFF;
			font-weight:normal;
			text-decoration:none;
			background-color:#2C57B3;
			z-index:30;
		}

.windowName{
	float:left;
	padding:5px 30px 0px 5px;
}
	.windowName a{
		color:white;
		text-decoration: underline;

	}
	.windowName a:hover{
		text-decoration: underline;
  }

.windowControl{
	float:right;
	margin-right:3px;
	padding:5px;
	height:12px;
}

	.windowControl a{
		color:white;
		text-decoration: underline;
	}

.windowButton,.minimizeButton,.maximizeButton,.helpButton{
	padding:0;
	width:12px;
	height:12px;
	text-decoration:none;
	display:block;
	float:left;
	margin-left:3px;
}

	.windowButton{
		color:white!important;
		width:auto;
		margin-right:10px;
	}

	.td{
		width:16px;
		height:16px;
		display:block;
		text-decoration:none;
	}
	.insertButton{
		background:url(../img/insert.png) no-repeat;
		width:16px;
		height:16px;
	}
	.editButton{
		background:url(../img/edit.png) no-repeat;
		width:16px;
		height:16px;
	}
	.deleteButton{
		background:url(../img/delete.png) no-repeat;
		width:16px;
		height:16px;
	}
	.newsButton{
		background:url(../img/news.png) no-repeat;
		width:16px;
		height:16px;
	}
	.minimizeButton{
		background:url(../img/minimize.gif) no-repeat;
	}
	.maximizeButton{
		background:url(../img/maximize.gif) no-repeat;
	}
	.helpButton{
		background:url(../img/help.gif) no-repeat;
	}

.box{
	color:#333;
	font-size: 12px;
	margin: 20px 0px 10px 0px;
	clear:both;
}
	.box .currency{
		text-align:left;
	}
	.box .red{
		color:#880000;
	}
	.box .green{
		color:#008800;
	}
	.box h3{
		color:#FF6500;
		font-weight: bold;
		font-size: 12px;
		padding: 2px 0px;
		text-align:center;
		margin:0px 5px;
	}
	.box table{
		width:100%;
	}

.boxTop, .boxTopClosed{
	border-style:solid;
	border-color:#2A4DAB;
	background:url(../img/boxTopBg.gif) repeat-x;
	height:30px;
	font-weight: bold;
	font-size: 12px;
	color:#FFF;
	margin:0;
}

	.boxTopNoShadow {
		background:url(../img/boxTopBgNoShadow.gif) repeat-x;
		height:26px;
	}
	.boxTopOrange {
		background:url(../img/boxTopBgOrange.gif) repeat-x;
		border-color:#EF5D07;
	}
	.boxTopOrangeNoShadow {
		background:url(../img/boxTopBgOrangeNoShadow.gif) repeat-x;
		border-color:#EF5D07;
		height:28px;
	}
	.boxTop{
		border-width:1px 1px 0px 1px;
	}
	.boxTopClosed{
		border-width:1px;
	}

.boxContent{
	border-style:solid;
	border-color:#2A4DAB;
	border-width:0px 1px 1px 1px;
	padding:1px 0px 5px 5px;
	margin:0;

/*	font-size:12px;
	text-align:left;
	color:#000000;*/
}
	.boxContent a {
		color:#2B4EAC;
	}

	.boxContent h2 {
		font-weight: normal !important;
	}

	.boxContentOrange {
		border-color:#EF5D07;
	}

	.boxContentBgOrange {
		background-color: #FCD172;
	}

	.boxContent {
		display:block;
	}
	.boxContentClosed{
		display:none;
	}

#userMenu p{
  font-size: 12px;
  font-weight: bold;
  }

.usermenu {
	font-size: 12px;
	line-height: 16px;
}
	.usermenu div {
		color: #333;
		font-weight: bold;
		padding-bottom: 4px;
	}
	.usermenu a {
		color: #315FA9;
		font-weight:normal;
	}
	.usermenu img {
		padding-right: 4px;
		vertical-align: middle;
	}

.inputBox{
	padding: 0px 0px 7px 5px;
}
	.inputBox label{
		width:55px;
		font-weight: bold;
		font-size: 12px;
		float:left;
		padding-top: 2px;
	}
	.inputBox input{
		font-size: 11px;
		padding: 1px 5px;
		width:80px;
		border: 1px solid #4362B5;
	}
	.inputBox a, .checkButton a{
		font-size: 11px;
		color:#315FA9;
		padding-top: 3px;
	}
#remember {
	  top: -5px;
	  position: relative;
	  padding: 0px;
	  padding-left: 60px;
}
.checkButton a{
	  font-size: 12px;
	}
.checkButton{
	padding: 5px 5px;
	height: 20px;
}
	.checkButton input, .checkButton a{
		float:left;
	}
	.checkButton div{
		float:right;
		padding-right: 5px;
	}
	.checkButton span{
    float:left;
    padding-top: -5px;
  }
		.checkButton div input{
		/*	background:#D4D0C8; */
			font-size: 12px;
		/*	padding: 3px 10px; */
		}

#newCompany{
	font-size: 12px;
}
	#newCompany a{
		margin:0.5em 0;
		display:block;
		color:#2B4EAC;
		text-decoration:none;
	}
		#newCompany a:hover{
			text-decoration:underline;
		}

#informer{
}
	#informer td{
		padding:2px 4px 2px 0;
		text-align:right;
	}
		#informer td a{
			font-size:10px;
			color:#315FA9;
			text-decoration:none;
		}
			#informer td a:hover{
				text-decoration:underline;
			}

#catalog, #subcatalog {
	clear:left;
 /*	padding: 10px;*/
}
	#catalog dl, #subcatalog dl {
/*
		float:left;
		width:45%;
*/
		font-size: 12px;
		color:#2B4EAC;
		margin:0;
		padding:0;
	}
		#catalog dl a, #subcatalog dl a{
			color:#2B4EAC;
			text-decoration:none;
			display:block;
		}
			#catalog dl a:hover, #subcatalog dl a:hover {
				text-decoration:underline;
			}
		#catalog dt, #catalog dt a {
		  font-size: 14px;
			margin:0;
			padding-top:10px;
			font-weight:bold;
			color: #F36B00;
			text-decoration: underline;
		}
		#subcatalog dt {
		  font-size: 12px;
      margin:0;
      font-weight:bold;
		}
		#catalog dd, #subcatalog dd{
			margin:0 0 0 1em;
			padding:0;
		}
		#catalog dd {
		  margin:0 0 0 0;
		  padding: 2px;
		}
		#catalog dt {
      margin:0 0 0 0;
      padding-left: 2px;
    }
    #catalog dl {
      padding-left: 5px;
    }
#bottomBlock{
	float:left;
	width:100%;
	font-size: 10px;
	color:#9FA0A0;
	padding: 30px 0px;
}
	#bottomBlock a{
		color:#9FA0A0;
	}

#botText{
	float:left;
	padding-left:25px;
}

#copyRights{
	float:right;
	padding-right:50px;
}

.form_error{
	color: red;
}

.private {
	color: #333;
	font-size: 12px;
	padding-left: 20px;
}
	.private div {
		clear: left;
	}

	.private span {
		display:block;
	}

		.private span strong {
			padding-right: 2px;
	}

	.private a {
		font-weight: normal;
		color: #2B4EAC !important;
	}

	.infoblock{
		float:left;
		clear: none !important;
		display:block;
		padding: 10px 0 0 10px;
	}

#regForm{
}
	#regForm a{
		color:#2B4EAC;
		text-decoration:underline;
	}

	#regForm table{
		width:100%;
		font-size:12px;
		padding:2px;
		color: #333;
	}
		#regForm table td{
			text-align:left;
			vertical-align:top;
			padding:2px;
			vertical-align: middle;
		}
		#regForm table th{
			text-align:right;
			vertical-align:top;
		}
		#regForm table td label{
			font-weight: bold;
		}

		#regForm table th label{
/* 		  font-weight: normal; */
		}
		#regForm td span {
		/*		font-weight: bold;*/
			font-size: 9px;
			color: #7B8484;
		}

		#regForm tbody input, #regForm tbody textarea, #regForm tbody select, #regForm tbody img{
			border:1px solid #2A4DAB;
		}
		#regForm tbody input[type=radio],#regForm tbody input[type=checkbox]{
			border:0;
		}
		.companyForm tbody input, .companyForm  tbody textarea, .companyForm  tbody select{
			width:300px;
		}
		.companyForm tbody td{
			vertical-align: top;
		}
		#regForm table tfoot td{
			text-align:center;
		}
	#regForm .text,#regForm .captchaText{
		width:246px;
	}
	#regForm .captchaText{
		height:58px;
		width:120px;
		font-size:36px;
		font-family:Times;
	}

#addBox{
  position: relative;
  left: -15px;
}
.activeLink{
	font-size:12px;
}
	.activeLink a{
		color:#2B4EAC;
		text-decoration:none;
	}
		.activeLink a:hover{
			text-decoration:underline;
		}

.infoContent p{
	color:#FF6500;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0px;
	text-align:left;
}

.listControl{
	float:left;
	width:100%;
}

.pager{
	padding-top: 5px;
/* 	clear:left; */
	float:left;
	font-size: 12px;
}
	.pager a{
		text-decoration:underline;
		display:block;

	}
		.pager a:hover{
	/*		color:#FFFFFF;
			background-color:#2B4EAC;
		text-decoration: none;
    border-bottom: 1px dashed #F70;*/

    		}
	.insert,.curPage,.pages,.firstPage,.prevPage,.prevList,.nextList,.nextPage,.lastPage{
		text-align:center;
		vertical-align:middle;
		width:auto;
		height:15px;

		margin-left:4px;
		padding:0px 4px;
		float:left;
	}
	.firstPage,.prevPage, .prevList{
		border-right: 1px solid #EAEAF0;
	}

	.nextPage,.lastPage,.nextList{
		border-left: 1px solid #EAEAF0;
	}
	.insert{
		width:10px;
	}
	.pages,.curPage{
		text-decoration:none;
		display:block;
		color: #F60!important;
	}
	.curPage {
		color: #369!important;
	}
	.firstPage,.prevPage,.prevList,.nextList,.nextPage,.lastPage{
		color:#F60!important;
	}
	.firstPage{
	}
	.prevPage{
	}
	.prevList{
	}
	.curPage{
	}
	.page{
	}
	.nextList{
	}
	.nextPage{
	}
	.lastPage{
	}
.results{
	color:#2B4EAC;
	float:right;
	font-size: 12px;
	text-align: right;
}
.order{
	float:right;
/* 	margin-top:1em; */
	font-size:12px;
}

.company_table{
	clear:both;
	margin-top:10px;
}
	.company_table thead th{
		color:black;
		text-align:center!important;
	}
.company_list{
	clear:both;
	margin-top:10px;
}
	.company_list tr:hover{
/* 		background-color:#EEEEFF; */
	}
.company_item{
	padding:15px 0px;
	border-bottom:1px dotted #999;
	color:#333;
}
.company_logo{
	padding:0;
	max-width:102px;
/*	max-height:100px;*/
	float:left;
/* 	border:1px solid #EEE; */
}
.company_info{
/*	float:left; */
	padding-left:10px;
	text-align:left;
}
	.company_info a{
		color:#2B4EAC;
		text-decoration:underline;
	}
	.company_info a:hover{
		border-bottom:1px dotted #369;
/* 		text-decoration:underline; */
	}
.company_name{
	float:left;
	font-size:13px;
	font-stretch: expanded;
}
.company_actions{
	float:right;
	margin-top:10px;
/* 	margin-bottom:-10px!important; */
	vertical-align: middle;
}
	.company_actions a{
		color:#2B4EAC;
		font-size: 12px;
	}
	.company_actions a:hover{
			text-decoration:underline;
	}
.company_address{
	font-size:12px;
	float:left;
	width:100%
}

.company_footer{
	display: block;
	clear:both;
	padding: 10px;
	padding-bottom: 20px;
}

.company_map {
	font-size: 12px;
	padding: 0;
	clear: left;
	float: left;
	text-align: center;
	max-width: 200px;
/*	max-height: 200px;*/
	font-weight: bold;
	color: #333;
}
	.company_map a {
		font-weight: normal;
		color:#2B4EAC;
	}
	.company_map img {
		margin: 1px 0;
		border:1px solid #2B4EAC;
	}

.company_about {
	padding-left: 20px;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	text-align: justify;
}
	.company_about span {
		display:block;
	}
	.company_about div{
		padding-left:1em!important;
	}
	.company_about ul{
		padding-left:1em!important;
	}

.company_description{
/*	padding-top:10px;
	margin-top:5px;
	margin-bottom:5px; */
	font-size: 10pt;
	text-align: justify;
	text-indent: 3em;
	/*clear:left;*/
}

.company_table{
	border-collapse:collapse;
	width:100%;
	font-size:12px;
}
.company_table th,.company_table td{
	border:1px solid #2B4EAC;
}
.company_table th{
	text-align:center;
}
.company_table tbody th{
	width:16px;
}
.company_table td{
	padding:5px;
	text-align:left;
}

.about_text {
	margin: 10px;
}
	.about_text h4 {
		text-align:center;
	}
	.about_text p {
		text-align: left;
		text-indent: 3em;
		font-size: 12px;
		line-height: 140%;
		padding-bottom: 10px;
	}

.faq {
	margin: 10px;
}
	.faq h4{
		text-align:center;
	}
	.faq li, .faq dt, .faq dd {
		font-size: 12px;
		line-height: 140%;
	}
	.faq li, .faq dt {
		font-weight:bold;
	}
	.faq dt {
		margin:1em 0 0 1em;
	}
	.faq dd {
		list-style-type:disc;
	}


.reklama {
  margin: 10px;
}
	.reklama label {
		display: block;
		width: 150px;
		font-size: 12px;
		padding-bottom: 5px;
	}
	.reklama p {
		text-align: left;
		text-indent: 3em;
		font-size: 12px;
		line-height: 140%;
		padding-bottom: 10px;
	}
	.reklama h4 {
		text-align: center;
	}
	.reklama table td {
		text-align: center;
		border: 1px solid #333;
		vertical-align: middle;
		display: table-cell;
		font-size: 12px;
		line-height: 140%;
	}
	.reklama li {
		margin-left: 30px;
	}
	.reklama ul {
		padding-bottom: 20px;
	}

.secure_text {
	text-align:justify;
	padding:20px 0px;
}
	.secure_text strong {
		text-align:center;
		padding:20px 0px;
	}

#newsTable{
	border-collapse:collapse;
}

	#newsTable tbody tr:hover{
/* 		background-color:#EEEEFF; */
	}
	#newsTable a {
		color:#2B4EAC;
	}
	#newsTable thead td, #newsTable tfoot td{
		border:none;
		padding:5px;
	}

	#newsTable th, #newsTable td{
		border:1px dotted #999;
		padding:2px;
	}

#newsEdit{
	border-collapse:collapse;
}

	#newsEdit a {
		color:#2B4EAC;
	}
	#newsEdit tfoot td{
		border:none;
		padding:10px;
	}
	#newsEdit th, #newsEdit td{
		padding:2px;
	}
	#newsEdit th{
		text-align:right;
	}

#newsList{
	clear:both;
	border-collapse:collapse;
	font-size:12px;
}

	#newsList tbody tr:hover{
/* 		background-color:#EEEEFF; */
	}
	#newsList a {
		color:#2B4EAC;
	}

	#newsList tbody td, #newsList thead td{
		border-bottom:1px dotted #999;
		padding:8px 2px;
	}

.extSearch {
}

	.extSearch select, .extSearch input {
		border:1px solid #2B4EAC;
	}
	.extSearch div {
		margin-top:1em;
	}
	.extSearch label {
		font-weight:bold;
	}

#catTree {
	border:1px solid #2B4EAC;
	width:320px;
}

#photo_remove{
	border:0!important;
}

/* IKo */
#lognexBody{}
#lognexBody p{ margin:0 10px 0 5px; text-align:justify; text-indent:1em; font-size:11px; }
#lognexBody #lognexHome{ display:block; text-align:right; margin:0 10px 10px 0; font-size:11px;}
#lognexBody .checkButton{ display:block; text-align:center; }
#lognexBody .checkButton input{ float:none; }
