/* CSS Document */
body, td, th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	margin: 0px;
}


/* musi byc ustawiony element html zeby dzialalo koloryzowanie 
		paskow przewijania w przypadku kiedy dokument jest w standardzie
		strict a nie transitional */
html {
	/*background-color: #b6b6b6;*/
	SCROLLBAR-FACE-color: #FAFAFA;
	scrollbar-3dlight-color: #CCCCCC; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-SHADOW-COLOR: #CCCCCC; 
	SCROLLBAR-TRACK-COLOR:	#CCC8AF ; 
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF; 
}


td.wypelnioneTlem {
	background-image:url(); 
	background-position:center; 
	background-repeat:repeat-x;
}

td.wycentrowane {
	height:600px;
	text-align:center;
	width:800px; 
}

img {
	border:none;
}


/* text styles */
.mediumGray {
	color:#DDDDDD;
	font-size:10px;
	text-transform:uppercase;
}

.smallBlackBold {
	color:#000000;
	font-size:10px;
	font-weight:bold;
}


a:link, a:visited {
	font-size:11px;
	color:#777777;
}

a:hover {
	font-size:11px;
	color:#FF0000;
}

a.light:link, a.light:visited {
	font-size:11px;
	color:#CCCCCC;
}

a.light:hover {
	font-size:11px;
	color:#FFFFFF;
}


h1 {
	color:#666666;
	font-size:18px;
	text-transform:uppercase;
	margin-bottom:10px;
}

h2 {
	font-size:14px;
}

p {
	text-align:justify;
	/*margin:0px;*/
}

.productCategoryHeader {
	color:#666666; 
	background-image:url('../Img/product_names_panel.gif'); 
	background-position:right;
	background-repeat:no-repeat; 
	font-size:20px; 
	font-weight:bold; 
	height:30px;
	margin-bottom:16px;
	padding-right:10px;
	text-align:right; 
}


.productName {
	font-size:12px;
	font-weight:bold;
}


h1.start {
font: normal 1px Verdana, Arial, Helvetica, sans-serif;
text-indent:-1900px;
display:block;
height:1px;
/*margin-bottom:-100px;*/

}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 5px;
}
