/***********************************************/
/* its_main.css                                */
/* Copyright (c) 2004 Intechion                */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	/*background-color: #ecf4fa;*/
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pageBody{
	white-space: nowrap;
	border: thin none;
	/*background-color: #FFFFFF;*/
}

#pageBody td{
	/*vertical-align: top;*/
}

#pageNav{
	vertical-align: top;
	float: left;
	width:153px;
	padding: 0px;
/*	background-color: #F5f7f7;*/
	background-color: #b2c5d4;
	font: small Verdana,sans-serif;
	background-attachment: fixed;
	background-image: url(../images/current/back_left3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#pageNavTC{
/*	width: 158px;*/
	width: 153px;
	vertical-align: top;
}

#pageCell{
	/*position: relative;
	float: left;*/
	width: 100%;
	/*background-color: #FFFFFF;*/
	white-space: nowrap;
	margin: 0px 0px 0px 2px;
}

#content{
	padding: 10px 10px 0px 0px;
	margin: 10px 20px 0px 0px;
	white-space: normal;
/*	vertical-align: top;*/
}

/*
#siteLogo{
	margin: 10px 00px -10px 10px;
}

#siteLogo_Text{
	margin: 25px 10px 17px 28px;
}
*/

#siteLogo_Gfx{
	margin: 0px;
	background-image: url(../images/current/back_logo.gif);
	background-repeat: repeat-x;
	width: 100%;
	padding: 0px;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/

/************** pageName styles ****************/

#pageName{
	padding: 5px 0px 10px 0px;
	margin: 0px 10px 0px 10px;
	border-bottom: 1px solid #ccd2d2;
}

#pageName h2{
	font: bold 150% Arial,sans-serif;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	width: 100%;
	height: 24px;
	text-align: center;
	color: #cccccc;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #F5f7f7;
	background-attachment: fixed;
	background-image: url(../images/current/back_menu.gif);
	background-repeat: repeat-x;
	background-position: left center;
	border-width: 0px;
}

#globalNav_bottom{
	width: 100%;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	white-space: nowrap;
	background-color: #F5f7f7;
	background-attachment: fixed;
	background-image: url(../images/current/shadow.gif);
	background-repeat: repeat-x;
	background-position: left center;
}

.arrows{
	vertical-align:middle;
	text-align: left;
}

#globalLink{
	text-align: center;
	width: 100%;
}

/*
#globalLink{
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
}
*/

a.glink, a.glink:visited{
  	font-size: small;
  	/*color: #000000;*/
	color: #21536A;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
	/*padding: 2px 5px 4px 5px;*/
	/*border-right: 1px solid #8FB8BC;*/
	/*border-right: 1px solid #333333;*/
}

a.glink:hover{
	/*background-color: #0E86C0;
	background-color: #ccddee;*/
	color: #2B8AD4;
  	/*background-image:  url("glblnav_selected.gif");*/
	text-decoration: none;
}

.glinkSelected{
  	font-size: small;
	color: #333333;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
	white-space: nowrap;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/************** feature styles *****************/

.feature{
	/*padding: 0px 0px 10px 10px;*/
	padding: 0px 0px 0px 10px;
	font-size: 80%;
	/*min-height: 200px;*/
	/*height: 200px;*/
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	/*padding: 0px 0px 10px 0px;*/
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	/*background-color: ;*/
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
	width: 50%;
}


/************ pageNavLabel styles **************/

#pageNavLabel{
	margin: 0px;
	padding: 0px;
}

#pageNavLabel h3{
	/*padding: 10px 0px 2px 10px;*/
/*	padding: 10px 0px 10px 10px;*/
	padding: 1px 0px 10px 10px;
	/*border-bottom: 1px solid #cccccc;
	border-top: 1px solid #ffffff;*/
	display: block;
	vertical-align: middle;
	font-size: larger;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3{
	/*padding: 10px 0px 2px 10px;*/
	padding: 10px 0px 10px 10px;
	/*border-bottom: 1px solid #cccccc;
	border-top: 1px solid #ffffff;*/
	display: block;
	vertical-align: middle;
	font-size: larger;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	/*border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;*/
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	/*border-top: 1px solid #cccccc;*/
	/*background-color: #DDEEFF;*/
	background-color: #ccddee;
	font-weight: bold;
	text-decoration: none;
}

#sectionLinks #thisLink{
	display: block;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	/*color: #21536A;*/
	/*color: #334d55;*/
	color: #333333;
}

/************ subsectionLinks styles **************/

#subsectionLinks{
	margin: 0px;
	padding: 0px;
}

#subsectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#subsectionLinks a:link, #subsectionLinks a:visited {
	display: block;
	/*border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;*/
	font-size: smaller;
	font-weight: normal;
	padding: 3px 0px 3px 20px;
	color: #21536A;
}

#subsectionLinks a:hover{
	/*border-top: 1px solid #cccccc;*/
	/*background-color: #DDEEFF;*/
	/*background-color: #0076AE;*/
	/*background-color: #ccddee;*/
	font-color: red;
	font-size: smaller;
	font-weight: normal;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	/*border-bottom: 1px solid #cccccc;*/
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}

.relatedLinks .strongLink{
	font-size: smaller;
	font-weight: bold;
	margin-top: 4px;
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
	font-size: smaller;
}

#advert img{
	display: block;
}

/************* infoBox styles ****************/

#infoBoxes{
	margin: 0px;
	padding: 0px;
}

#infoBoxes h3{
	/*padding: 10px 0px 2px 10px;*/
	padding: 10px 0px 10px 10px;
	/*border-bottom: 1px solid #cccccc;
	border-top: 1px solid #ffffff;*/
	display: block;
	vertical-align: middle;
	font-size: larger;
}

#infoBoxes a:link, #infoBoxes a:visited {
	display: block;
	/*border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;*/
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	color: #21536A;
}

#infoBoxes a:hover{
	/*border-top: 1px solid #cccccc;*/
	/*background-color: #DDEEFF;*/
	/*background-color: #ccddee;*/
	font-weight: bold;
	text-decoration: underline;
}

#infoBox{
	font-size: x-small;
	margin: 0px;
	padding: 5px 10px 10px 5px;
}

#infoBox #boxTitle{
	font-weight: bold;
	padding: 0px 0px 5px 10px;
}

#infoBox #boxContentLine{
	padding: 0px 0px 1px 10px;
}

/*
#infoBox #boxContentLine a{
	padding: 2px 0px 0px 0px;
	margin: 0px;
}
#infoBox #boxContentLine a:hover{
	text-decoration: underline;
}
*/


/************* siteInfo styles ****************/

#siteInfo{
	width: 100%;
	text-align: center;
	color: #cccccc;
	padding: 3px 0px 3px 0px;
	margin: 15px 0px 15px 0px;
	vertical-align: middle;
	white-space: nowrap;
	background-image: url(../images/current/back_menu.gif);
}

#siteInfo #copyright{
  	font-size: small;
	color: #333333;
	margin: 0px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
}

a.silink, a.silink:visited{
  	font-size: small;
	color: #21536A;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
}

a.silink:hover{
	background-color: #ccddee;
	text-decoration: none;
}

/************* showCaseBox styles ****************/

.showCaseBoxWrapper{
	margin: 0px 0px 15px 15px;
}

.showCaseBox{
	border-top: 1px solid #f1f1f1;
	/*border-left: 1px solid #cccccc;
	
	border-right: 1px solid #cccccc;
	border-bottom: 3px solid #bcbcbc;*/
	font: small Verdana,sans-serif;
	background-color: #F5f7f7;
}

/*
.showCaseBox{
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 3px solid #bcbcbc;
	margin: 0px 0px 15px 15px;
	font: small Verdana,sans-serif;
	background-color: #F5f7f7;

}
*/

.showCaseBox .boxTitle{
	text-align: center;

/*	border-bottom: 1px solid #cccccc;*/
	background-color: #F5f7f7;
	color: #21536A;
	font-weight: bold;
	background-attachment: fixed;
	background-image: url(../images/current/back_okienka2.gif);
	background-repeat: repeat-x;
	background-position: left center;

}


/*
.boxTitle .boxTitleRow{
	vertical-align: middle;
}
*/

.boxTitle a:link, .boxTitle a:visited {
	display: block;
	font-weight: bold;
	color: #21536A;
}

.boxTitle a:hover{
	/*background-color: #ccddee;*/
	color: #2B8AD4;
	font-weight: bold;
	text-decoration: none;
}

.showCaseBox .boxContent{
	padding: 3px 3px 3px 3px;
	/*background-color: #f5f6f6;*/
}

.boxContent img{
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 3px 0px 0px 3px;
}

.boxContent a:link, .boxContent a:visited{
	/*color: #21536A;*/

}

.showCaseBox .boxLinks{
	padding: 3px 3px 3px 3px;
	/*background-color: #F5f7f7;*/

}

.boxLinks .boxLinkCell{
	padding: 0px 0px 2px 0px;
	/*background-color: #F5f7f7;*/


}
.boxLinks a:link, .boxLinks a:visited{
	/*display: block;*/
	/*color: #21536A;*/
	/*font-size: smaller;*/
	padding: 3px 3px 3px 3px;

}

.boxLinks a:hover{
	/*background-color: #ccddee;*/
	/*text-decoration: none;*/
	text-decoration: underline;
}

.productsTable{
	padding: 5px 5px 5px 5px;
	/*background-color: #F5f7f7;*/
	vertical-align: top;
}
.productsColumn-left {
	margin-right: 2px;
}
.productsColumn-right {

	margin-left: 2px;
}
.rule-marker{
	border-top: 1px solid #cccccc;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
}
.rule-marker li{
	border-bottom: 1px solid #cccccc;
	margin: 0px 0px 0px 0px;
}
.rule-marker li a:link, .rule-marker li a:visited {
	display: block;
	font-weight: bold;
	/*padding: 3px 0px 3px 10px;*/
	/*color: #21536A;*/
}
.rule-marker li a:hover{
	background-color: #ccddee;
	font-weight: bold;
	text-decoration: none;
}


/********************* end **********************/

