	@import url("mod/leftMenu/css/leftMenu.css");
	@import url("mod/topMenu/css/topMenu.css");

/* --- GLOBAL -*/

body {
	font-family: "Arial", Tahoma, Arial, Verdana, Helvetica;
	margin: 0px;
	background-image: url(img/bgrTop.gif); 
	background-repeat: repeat-x;
	text-align: center;
}

div {
}


a {
	color: #377cac;
	text-decoration: none;
}

a:hover {
	color: #377cac;
	text-decoration: underline;
}

a.topBox {
	color: #FFF;
	text-decoration: none;
}

a.topBox:hover {
	color: #000;
	text-decoration: none;
}

a.faq {
	color: #377cac;
	text-decoration: none;
}

a.faq:hover {
	color: #ff8a00;
	text-decoration: none;
}

a.sub {
	color: #FFF;
	text-decoration: none;
}

a.sub:hover {
	color: white;
	text-decoration: underline;
}

a.link_maly {
  font-size: 2px;
	color: #fff;
	text-decoration: none;
}

a.link_maly:hover {
	font-size: 2px;
  color: #fff;
	text-decoration: none;
}


a img {
  border: none;
}



.leftMenu ul {
	padding: 0px;
	margin: 0px;
	margin-left: 30px;
	
}

.inf {
	padding: 0px;
	margin: 0px;
	/*margin-left: 20px;*/
  padding-left: 20px;
	
}
.inf ul, .leftMenu ul, ol {
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.inf, .leftMenu li {
  list-style-image: url(img/infLi.gif);
  font-size: 12px;
  padding-bottom: 2px;
}




form {
	margin: 0px;
}

input {
	
}

/* --- Header Title --- */
h1 {
	font-size: 14px;
	font-weight: normal;
}


/* --- Information Title --- */
h2 {
	font-size: 14px;
	
  margin: 0px;
}

/* --- Intendent Title --- */
h3 {
	font-size: 13px;
	
  margin: 0px;
}

/* --- Module Header --- */
h4 {
	font-size: 12px;
	font-weight: normal;
  margin: 0px;
}


p {
  margin: 0px;
  margin-top: 5px;
  padding: 0px;
}

/* --- Basic Layout definition --- */

#wrapper {
  font-family: "Arial", Tahoma, Arial, Verdana, Helvetica;
	font-size: 12px;
	line-height: 16px;
	color: #202020;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	width: 750px;
}

#banner {
  width: 100%;
}


#horizontalMenu {
	width: 100%;
	float: left;
}

#container {
	width: 100%;
	margin-top: 241px;
  margin-bottom: 20px;
  overflow: hidden;
  float: left;
}

.information {
  width: 95%;
  color: #333;
}

#colA {
	float: left;
	width: 188px;
  text-align: left;
  margin-top: 70px;

}

#colB {
	float: left;
	width: 561px;
  margin-top: 70px;
  background-image: url(img/dziel_bgr.gif);
  background-position: top left;
  background-repeat: repeat-y;
}



#footer {
	width: 100%;
	height: 60px;
	float: left;
}


/* --- Information Basic CSS --- */

.inf {
  width: 100%;
  float: left;
  overflow: hidden;
  padding-bottom: 5px;
}

.infTitle {
  width: 100%;
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #377cac;
  margin-bottom: 5px;
  padding-bottom: 3px;
  padding-left: 20px;
  border-bottom: 2px solid #bcc5d4;
  background-image: url(img/icoInfTitle.gif);
  background-repeat: no-repeat;
}

.infSubTitle {
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  color: #377cac;
  margin-top: 15px;
  margin-bottom: 5px;
  padding-bottom: 3px;
  clear: both;
}

.infTitle a {
  color: #377cac;
  text-decoration: none;
}

.infTitle a:hover {
  color: #76b5e1;
  text-decoration: underline;
}

.infTitleP {
border-bottom:none;
}

.infIndentionTitle {
  width: 100%;
  font-size: 13px;
  color: #000;
  margin-top: 15px;
  padding-bottom: 5px;
  float: left;
}

.infIndentionTitle a {
  color: #000;
  text-decoration: none;
}

.infIndentionTitle a:hover {
  color: #fe7500;
  text-decoration: none;
}

.infText {
  font-size: 12px;
  line-height: 16px;
  color: #707070;
  padding-top: 2px;
  padding-bottom: 5px;
  text-align: justify;
}
.infTextP {
  border-bottom: 2px solid #bcc5d4;
}

span a.infMore{
  font-size: 11px;
  color: #ff8a00;
  text-align: right;
  float: right;
  
}

span a.infMore:hover{
  font-size: 11px;
  color: #ff8a00;
  float: right;
  text-decoration: underline;
}

.inf img {
  padding: 3px;
	text-align: center;
}

.inf .imgLeft {
	background-color: #fff;
	border: 1px solid #dadada;
	padding: 0px;
  margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}

.inf .imgRight  {
	background-color: #fff;
	border: 1px solid #dadada;
	padding: 0px;

	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
}
/* --- Information Tool Box --- */


.infTools {
  padding-top: 4px;
  width: 100%;
  overflow: auto;
}

.infTools .date {
  font-size: 10px;
  color: #fe7500;
  padding-right: 5px;
  float: left;
}

.infTools .author {
  font-size: 10px;
  color: #8c949c;
  padding-right: 5px;
  float: left;
}

.infTools .attachments {
  font-size: 10px;
  color: #202020;
  padding-right: 5px;
  float: left;
}

.infTools .attachments a{
  color: #202020;
  text-decoration: none;
}

.infTools .attachments a:hover{
  color: #fe7500;
  text-decoration: none;
}

.infTools .print {
  background-image: url(img/icoPrint.gif);
  background-repeat: no-repeat;
  width: 10px;
  height: 12px;
  font-size: 10px;
  color: #8c949c;
  padding-right: 5px;
  float: left;
  cursor:pointer;
}

.formRow {
  width: 100%;
  overflow: hidden;
  padding-top: 3px;
  padding-bottom: 5px;
  display: block;
  float: left;
}

.label {
  float: left;
  text-align: left;
  width: 35%;
}

.field {
  float: left;
  width: 64%;
  
}

input {
  width: 280px;
  height: 18px;
  border: 1px solid #bcc5d4;
  font-family: Arial, Tahoma, Verdana;
  font-size: 11px;
  color: #707070;
  padding-left: 3px;
}

input.send {
  width: auto;
  clear:both;
  margin-top: 10px;
  height: 18px;
  border: 1px solid #bcc5d4;
  font-family: Arial, Tahoma, Verdana;
  font-size: 11px;
  color: #707070;
  padding-left: 3px;
}

input.kod {
  width: 30px;
  height: 18px;
  border: 1px solid #bcc5d4;
  padding-left: 3px;
}

input.kod2 {
  width: 40px;
  height: 18px;
  border: 1px solid #bcc5d4;
  padding-left: 3px;
}

select {
  width: 280px;
  height: 18px;
  border: 1px solid #bcc5d4;
  font-family: Arial, Tahoma, Verdana;
  color: #707070;
  font-size: 11px;
  padding-left: 3px;
}

textarea {
  width: 280px;
  height: 80px;
  border: 1px solid #bcc5d4;
  font-family: Arial, Tahoma, Verdana;
  font-size: 11px;
  color: #707070;
  padding-left: 3px;
}

.check {
  width: 25px;
  margin: 0px;
  margin-top: 5px;
  margin-bottom: -2px;
  border: none;
}

.shopRow {
  width: 100%;
  overflow: hidden;
  padding-top: 3px;
  display: block;
}

.shopTH {
  float: left;
  text-align: left;
  color: #377cac;
  font-weight: bold;
  font-size: 13px;
  width: 31%;
  height: 35px;
  border-right: 1px solid #FFF;
  display: block;
  background-color: #e1e8f4;
  padding: 5px;
}

.shopTR {
  float: left;
  text-align: left;
  width: 31%;
  border-right: 1px solid #FFF;
  display: block;
  background-color: #f8fbff;
  padding: 5px;
}
.shopTR2 {
  float: left;
  text-align: left;

  width: 31%;
  border-right: 1px solid #FFF;
  display: block;
  background-color: #FFF;
  padding: 5px;
}

.shopSummary {
  float: left;
  text-align: left;
  color: #377cac;
  font-weight: bold;
  font-size: 13px;
  width: 22%;
  height: 25px;
  border-right: 1px solid #FFF;
  display: block;
  background-color: #e1e8f4;
  padding: 5px;
}

.shopSummaryData {
  float: left;
  text-align: left;
  font-weight: normal;
  font-size: 13px;
  width: 22%;
  height: 30px;
  border-right: 1px solid #FFF;
  display: block;
  background-color: #f8fbff;
  padding: 5px;
}


/*--------------- HEADER STRONA GŁÓWNA ------ */

.enterHeader {
  width: 99%; 
  height: 40px; 
  overflow: auto; 
  padding: 10px; 
  text-align: center; 
  float: left;
  color: #377cac; 
  font-size: 24px;
  font-weight: bold;
  line-height:normal;
}

.enterHeader a {
  color: #377cac;
  text-decoration: none;
  text-align: center;
}

.enterHeader a:hover {
  text-decoration: underline;
}

/*--------------- Path Way ------ */

.pathWay {
  float: left; 
  width: 100%;
  margin-bottom: 25px;
  margin-top: -3px;
  font-size: 12px;
/*  color: #ff8a00; */
  color: #707070;
  
}

.pathWay img {
  margin-bottom: -3px;
}

.pathWay a{
/*  color: #718098; */
}

.pathWay a:hover{
/*  color: #ff8a00; */
}



/* --- TOP BANNER --- */

.topBanner {
  width: 100%;
  height: 241px;
  font-size: 11px;
}

.topBannerPolarisLogo {
  background-image: url(img/polarisLogo.gif);
  background-repeat: no-repeat;
  cursor: pointer;
  width: 188px; 
  height: 73px;
  float: left;
}

.topBannerPolarisTools {
  width: 562px;
  height: 73px;
  float: right;
}
.topBannerPolarisTools .toolsBox {
  margin-top: 25px;
  float: right;
}
.topBannerPolarisTools .toolsBox .tool {
  margin-right: 10px;
  float: left;
}

.topBannerImage {
  margin-top: 5px;
/*  background-image: url(img/b1.jpg);
  background-repeat: no-repeat;*/
  width: 188px;
  height: 163px;
  float: left;
}

.topBannerFlash {
  margin-top: 5px;
  width: 562px;
  height: 163px;
  float: left;
}
	
	
/* --- FOOTER --- */

.bottomFooter {
  background-image: url(img/bgrFooter.gif);
  background-repeat: repeat-x;
  background-position: top right;
  font-size: 0.7em;
  width: 100%;
  text-align: center;
  color:  #8f9db2;
  height: 60px;
  padding-top: 20px;
  margin-top:15px;
  border-top: 3px solid #9dadc7;
}

.bottomFooter .footerContainer {
  overflow: hidden;
  width: 750px;
  display: block;
	margin: 0 auto;
}

.footerContainer .menu {
  width: auto;
  float: left;
}

.footerContainer .menu span{
  margin-right: 30px;
}

.footerContainer .menu a{
  color: #8f9db2;
  text-decoration: none;
}

.footerContainer .menu a:hover{
  color: #8f9db2;
  text-decoration: underline;
}


.footerContainer .copy {
  width: 200px;
  float: right;
  background-image: url(img/icoDsSoftware.gif);
  background-repeat: no-repeat;
  background-position: top right;
  height: 16px;
   
}
