﻿@charset "utf-8";


BODY	{
	margin:0000; 											/*marginesy: gorny prawy dolny lewy*/
	cursor:default;											/*kursor*/
	font-family: Verdana,Arial; /*rodzaj czcionki*/
	font-size:10pt;											/*rozmiar czcionki*/
	font-weight:normal;										/*waga czcionki*/
	color:#000;
	font-size:8pt;
	background-image: url(images/tlo.gif);
	background-repeat:	repeat-y;
	background-position: center;	}											/** kolor czcionki*/

#calosc{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:830px;
	background-image: url(images/tlo_big.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
	}
#obrazek{
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	width:830px;
	/*border-left:10px #fff solid;
	border-right:10px #fff solid;*/
	height:349px;
	background-image: url(images/tlo_glowne.gif);
	}	
#lewy{
	float:left;
	width:145px;
	border-left:10px #fff solid;
	}	
	#dane{
		width:125px;
		height:149px;
		padding: 410px 10px 0 10px;
		background-color:transparent;
		color:#2478a4;
		}
	#dane p{
		font-size:7pt;
		font-weight:bold;
		margin:0;
		}
	#kontakt{
		width:123px;
		margin:10px 0 10px 0;
		padding:10px;
		border:1px #ddf4fc solid;
		background-color:transparent;
		color:#2478a4;
		vertical-align:bottom;
		}
	#kontakt p {
		margin:0;
		font-weight:bold;
		font-size:7pt;
		}
	#dodatki{
		width:123px;
		margin:10px 0 10px 0;
		padding:10px;
		border:1px #ddf4fc solid;
		background-color:transparent;
		color:#2478a4;
		}	
	#dodatki p {
		margin:0;
		font-size:7pt;
		}		
#srodek{
	float:left;
	width:480px;
	background-color:transparent;	
	}
	#zawartosc {
		width:438px;
		padding:10px;
		margin: 200px 10px 10px 10px;
		border:1px #ddf4fc solid;
		background-color:transparent;
		color:#063e5f;/*#2478a4;*/
		}
	#zawartosc  p a {
		color:#2478a4;
		text-decoration:underline;
		}
	#zawartosc  p a:hover {
		color:#2478a4;
		text-decoration:none;
		}
		dt.art_similarcontent_dt{
			visibility:hidden;
			}
	#menu_dolne {
		width:458px;
		margin:10px;
		border:1px #ddf4fc solid;
		background-color:#f0fafe;
		text-align: center;
		}
	#menu_dolne img {
		border:0;
		}

	
#prawy{
	float:left;
	width:185px;
	background-color:transparent;	
	border-right:10px #fff solid;
	}
	#menu_boczne{
		width:163px;
		margin:350px 0 0 0;
		padding:10px;
		border:1px #ddf4fc solid;
		background-color:transparent;
		}
#stopka{
	clear:both;
	background-color:#d5f1fd;
	width:810px;
	color:#2478a4;
	padding:10px;
	text-align:center;
	background-image: url(images/tlo_stopka.gif);
	background-repeat: repeat-x;
	}		
	#stopka p {
		margin:0;
		font-size:7pt;
		}
	#stopka p a {
		color:#2478a4;
		text-decoration:underline;
		font-size:7pt;
		}
	#stopka p a:hover {
		color:#2478a4;
		text-decoration:none;
		font-size:7pt;
		}		
/*************************************************************/
/**********************STYLEGLOBALNE***********************/
/*************************************************************/

A:link		{color:#2478a4;text-decoration:underline;}
A:visited	{color:#2478a4;text-decoration:underline;}
A:hover		{color:#2478a4;text-decoration:none;}
A:active	{color:#2478a4;}

/*obrazek*
IMG	{
	border:0px;			/*ramka*
	vertical-align:top;	/*wr�wnanie w pionie*
	}
	
TABLE	{vertical-align:top;			
		background-repeat:repeat;			
		background-color:transparent;			
		border:0px green solid;
		padding:0;
		margin:0px;
		font-size:10pt;
		text-align:left;}
TD	{vertical-align:top;	
	margin:0px;		
	padding:0px;
	border:0px green solid;
	background-color:transparent;
	font-size:10pt;
	text-align:left;}

h1,h2,h3	{font-family:'TrebuchetMS','LucidaGrande',Arial;
			font-weight:bold;
			margin:0px;
			padding:0px;}

H2	{font-size:16px;
	color:white;
	margin:7px 0px 0px 0px ;}

DIV	{margin:0px;		
	padding:0px;
	border:0px #000000 solid;}

P	{margin:0px;
	padding:0px;
	border:0px #000000 solid;}

.resOpt {
	color: #002753;
}


/*************************************************************/	
/**********************MENU***********************************/	
/*************************************************************/

ul.tree{
	display:block;
	margin:0;
	padding:0;}

ul.tree ul{
	display:block;
	margin:0;
	padding:0;
	}

ul.tree li{
	display:block;
	list-style-type:none;
	background-image:url("images/menu_tlo3.gif");
	background-repeat:repeat-y;
	padding:7px 10px 7px 10px;
	margin-bottom:1px;
	border:1px #b2c2d2 solid;
	}

ul.tree li.closed{
	background-image:url("images/closed.gif");
	background-repeat:no-repeat;}

ul.tree li.opened{
	background-image:url("images/opened.gif");
	background-repeat:no-repeat;}

ul.tree li a{
	color:#063e5f;
	font-size:8pt;
	text-decoration:none;
	cursor:pointer;
	font-weight:bold
	}

ul.tree li a.folder{}

ul.tree li a.active{
	font-weight:bold;
	color:#2478a4;}

ul.tree li a:hover{
	text-decoration:underline;}
	
ul.tree li li{
	display:block;
	list-style-type:none;
	background-image:url("images/menu_tlo2.gif");
	background-repeat:repeat-y;
	padding:7px 10px 7px 10px;
	margin-bottom:1px;
	border:0px #b2c2d2 solid;
	}

	
/*************************************************************/
/*******contentitemstable.tmpl**WYBIEZZAWARTOSC***************/
/*************************************************************/

TABLE#contentitemstable{
			border:0px;
			width:550px;
			margin-left:auto;
			margin-right:auto;}
						
#contentitemstable p.contentitemstable{
			font-size:11pt;
			font-weight:bold;
			color:#23a4ff;
			margin-bottom:8px;}
				
	#contentitemstable TD{}
	#contentitemstable DIV{}
	

								
/*************************************************************/								
/********************ARTYKULY*********************************/	
/*************************************************************/

TABLE#artykuly_contentitemstable{
			width:438px;
			margin-left:auto;
			margin-right:auto}	
								
	#artykuly_contentitemstable p.wybierz{
			font-size:8pt;
			font-weight:bold;
			color:#2478a4;
			margin:0px;
			margin-bottom:8px}						

TABLE#artykuly_rateditemtable{
			border:1px #ddf4fc solid;
			margin-bottom:10px;
			width:100%}	
													
	#artykuly_rateditemtable td.nazwa{ background-color:#fff;}
	#artykuly_rateditemtable td.nazwa span{ font-size:12pt; font-weight:bold;}
	
	#artykuly_rateditemtable td.ocena{ text-align:right; background-color:#fff;}
	#artykuly_rateditemtable td.ocena span{ font-size:18pt; color:green; font-weight:bold;}	
	
	#artykuly_rateditemtable table#zalety_wady{ width:100%}
		#zalety_wady span.zalety{ color:green; font-weight:bold}
		#zalety_wady span.wady{ color:red; font-weight:bold}	
		
	#artykuly_rateditemtable table#dystrybutor{
			width:100%;
			border:1px #ddf4fc solid;}
		#dystrybutor td.cena{
			text-align:center}	
								
TABLE#artykuly_commenttable{
			border-width:0px;
			margin-bottom:10px;
			width:100%;}	
	#artykuly_commenttable td.podpis{
			color:#2478a4;
			font-weight:bold}
	#artykuly_commenttable td.podpis span{
			color:#063e5f;
			font-size:8pt;
			font-weight:normal}		
	
	#artykuly_commenttable td.tresc_komentarza{
			background-color:#fff;
			border:1px #ddf4fc solid}	
	
		.article_comment_content{
			margin-top:0px;
			margin-bottom:0px;
			margin-right:5px;
			margin-left:5px;}
			
	p#comment_ok{color:black;
				margin:0px;
				border:1px #ddf4fc solid;
				background-color:#aecce3;
				text-align:center}	
	p#comment_error{color:black;
					margin:0px;
					border:1px #ddf4fc solid;
					background-color:#fff;
					text-align:center}
	
TABLE#artykuly_article_structure{}	

		.article_title	{color:#063e5f; font-size:16pt; margin:0px;}
		.article_author	{margin:0px;}
		.article_date	{font-size:8pt; color:#063e5f; margin:0px; margin-bottom:10px;}
					
	dt.art_comments_dt	{
		background-color:#fff;
		font-weight:bold;
		color:#2478a4;
		margin-bottom:1px;
		}

	dd.art_comments_dd	{
		background-color:white;
		margin-bottom:1px;
		margin-left:5px;
		margin-right:5px;
		}
		
	p.submit{text-align:right}
	p.ilosc_komentarzy	{
		background-color:#fff;
		color:#063e5f;
		border:1px #ddf4fc solid}
	
	p.article_comments_pages_pos{text-align:center;}
	
	.art_intro {
		font-weight: bold;
		margin-bottom: 15px;
	}
	
	p.art_item_title {
		font-family: "Georgia", "Times New Roman", serif;
		font-size:12pt;
		margin:0px;
		margin-bottom:5px;
		color:gray;
		}
	
	.art_item_date {
		font-size:10pt;
		color:#08AF00;
	}
	
	a.art_item_link {
		font-weight:bold;
		color:#23a4ff;
	}
	a.art_item_link:hover {
		color:#13ca00;
	}
	
	p.art_item_intro {
		margin-left:10px;
		margin-right:10px;
		margin-bottom:20px;
		font-size:8pt;
	}


/*************************************************************/
/********************GALERIA**********************************/
/*************************************************************/

TABLE#galeria_contentitemstable{width:100%;
								margin-left:auto;
								margin-right:auto}
									
	#galeria_contentitemstable p.wybor	{font-size:11pt;
										font-weight:bold;
										color:#23a4ff;
										margin:0px;
										margin-bottom:8px}	
	
table#galeriaTable td img {	}
div#thumbs {width:438px; text-align:center;}
a.galeriaThumbs img { padding:2px; }

/*************************************************************/						
/********************KATALOGPRODUKTOW*************************/
/*************************************************************/
			
TABLE#katalog_table{
	width:438px;
	margin-left:auto;
	margin-right:auto;
	}	
TABLE#katalog_table td{
	width:438px;
	}
					
	#katalog_table td > table.katalog_gallery {width:438px;}					
	#katalog_table td > table.katalog_gallery td{ width:438px; text-align:center; }
	#katalog_table td > table.katalog_gallery a img{border:1px #fff solid; outline:1px #eef9fd solid; margin:3px;}	
	
table#produkt{
	width:438px;
	color:#063e5f;
	}	
	#produkt td:first-child{
		width:238px;
		}
	#produkt td{
		width:200px;
		background-color:#eef9fd;
		padding:3px;
		font-size:8pt;
		}

	
TABLE#katalog_contentitemstable{
			width:100%;
			margin-left:auto;
			margin-right:auto;}	
	#katalog_contentitemstable p.wybor{
			font-size:11pt;
			font-weight:bold;
			color:#2478a4;
			margin:0px;
			margin-bottom:0px}	
	#katalog_contentitemstable p.sortowanie{
			margin:0px;
			margin-bottom:8px}	
	#katalog_contentitemstable p.sortowanie A:active{
			color:#ffb165;
			font-weight:bolder;}
	#katalog_contentitemstable p.sortowanie A:link{
			color:#ffb165;
			text-decoration:none;}
	#katalog_contentitemstable p.sortowanie A:visited{
			color:#ffb165;
			text-decoration:none;}
	#katalog_contentitemstable p.sortowanie A:hover{
			color:#ffb165;
			text-decoration:underline;}
	#katalog_contentitemstable a:hover{
			text-decoration:underline;}	


/*************************************************************/	
/********************AUTOMANUFACTURERS************************/	
/*************************************************************/
														
TABLE#manufacturers_contentitemstable{
			width:550px;
			margin-left:auto;
			margin-right:auto}
	#manufacturers_contentitemstable p.wybor{
			font-size:11pt;
			font-weight:bold;
			color:#23a4ff;
			margin:0px;
			margin-bottom:8px}	



/*************************************************************/
/********************fck**************************************/
/*************************************************************/

#fck p{margin-top:0px;}

/*************************************************************/		
/********************POZOSTALEKLASY***************************/	
/*************************************************************/
				
A.words{
	color:orange;
	font-weight:bold;
}


.article_partitle{
	margin-top:0px;
	margin-bottom:10px;
}

A.article_link{
	font-weight:bold;
}

P.article_paragraph{
	margin:0px;
	margin-bottom:10px;
}

P.article_image{
	margin:10px;
	text-align:center;
}

p.article_pages_pos{
	text-align:right;
}



A.article_pages_inactive{
	visibility:hidden;
}



.callendar_field{
	border:0px black solid;
}

span.quote{
	font-style:italic;
	font-size:9pt;
	color:#4e6e92
}


A.active{
	color:#13ca00;text-decoration:none;
}

A.img_gal_link_style{
	margin:0px;
}



p.footer{
	font-family:'LucidaGrande',Verdana,Arial,Sans-Serif;
	font-size:7pt;
	margin:0px;
	color:#727272;
	text-align:center;
}


a.header1{
font-size:36px;
color:#FFFFFF;
margin:0px;
}


p.visinfo{
	font-size:8pt;
	margin-top:25px;
}

p.content{
	margin:10px;
	text-align:justify;
	margin-left:15px;
	margin-right:15px;
}


a.dt{
	color:white;
}

p.manufactitle{
	font-size:11pt;
	font-weight:bold;
	color:#23a4ff;
	margin:0px;
	margin-bottom:8px
}

.galeria{
	text-align:center;
}

.galeria table{
	margin-left:auto;
	margin-right:auto;
}

.galeria td{
	padding:5px 5px 10px 5px;}

.galeria td img{
	border:1px solid black;}
	
/*************************************************************/
/*****************SYSTEM WYSZUKIWANIA*******************/
/*************************************************************/

.search_top {
	width:100%;
	text-align:center;
}

.search_input {
	margin-top: 10px;
	margin-bottom: 10px;
}

.search_group_title {
	width:100%;
	text-align:left;
	font-weight:bold;
	border:1px #e8e8e8 solid;
}

.search_noitem {
	font-style: italic;
}

/*************************************************************/
/**********************PROMOCYJNE TEKSTY******************/
/*************************************************************/

table.promo_tbl {
	border:1px gray dashed;
	width:93%;
	margin-bottom:5px;
}
p.promo_title {
	font-size:8pt;
	font-weight:bold;
	margin:0px;
	margin-left:5px;
	margin-right:5px;
	color:blue;
}
p.promo_text {
	margin:0px;
	margin-left:8px;
	margin-right:5px;
	line-height:10px;
	font-size:6pt;
	color:black;
}
p.promo_url {
	margin:0px;
	margin-left:5px;
	margin-right:5px;
	color:#6DB1FF;
	font-size:6pt;
	line-height:12px;
}

/*************************************************************/
/**********************PROMOCYJNE TEKSTY**********************/
/*************************************************************/
.errorbg {
	background-color:#ffb6b6;
}

/*Sample CSS to style the two tickers in the demo*/

.cnnclass{
	width: 400px;
	padding: 5px;
	background-color: #F3F3F3;
	border: 1px solid black;
	margin-bottom: 1em;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=80); /*Specify fade effect in IE. Remove if desired.*/
	-moz-opacity: 0.8; /*Specify fade effect in Firefox. Remove if desired.*/
	}

.cnnclass a{
text-decoration: none;
}

.bbcclass{
width: 400px;
padding: 6px;
/*background-color: lightyellow;*/
border: 1px solid #004A00;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: gray;
font-size: 85%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}

/*************************************************************/
/******************NIEWIDOCZNE ELEMENTY MENU******************/
/*************************************************************/

.invisible_class {
display: none;
visibility:collapse;
line-height:0px;
margin:0px; 
padding: 0px; 
border: 0px; 
font-size: 0px; 
background-image: none;
}

.invisible_class a {
display: none;
visibility:collapse;
line-height:0px;
margin:0px; 
padding: 0px; 
border: 0px; 
font-size: 0px; 
background-image: none;
}