@charset "utf-8";


BODY	{
		margin:0000; 											/*marginesy: gorny prawy dolny lewy*/
		cursor:default;											/*kursor*/
		font-family: Verdana, Arial, 'Lucida Sans Unicode'; /*rodzaj czcionki*/
		font-size:10pt;											/*rozmiar czcionki*/
		font-weight:normal;										/*waga czcionki*/
		color:#002753;
		background-image: url(images/bg.jpg);
		background-repeat: repeat-x;
		background-position: top left;
		background-color: #fff}									/** kolor czcionki**/

/*************************************************************/
/**********************STYLEGLOBALNE**************************/
/*************************************************************/


A:link		{color:#000000;text-decoration:none;}
A:visited	{color:#002753;text-decoration:none;}
A:hover		{color:#545454;text-decoration:none;}
A:active	{color:#FFB311;}

/*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;}

UL {
	margin:0; padding:0;
	border:0; 
	vertical-align:top;
	margin-left:20px;
}	
	
.resOpt {
	color: #002753;
}

/*************************************************************/	
/**********************SRODKOWANIECALOSCI*********************/	
/*************************************************************/	

DIV#strona {
				width: 100%;
				margin: 0px;
				padding: 0px;
				position: absolute;
				top: 0px;
				left: 0px;
				text-align: center;
				}

DIV#srodkujacy	{
				width: 100%;
				margin: 0px auto 0px auto;
				padding: 0px;
				top: 0px;
				text-align: center;
				}

div#divMiddle{
	width:780px;
	margin:0 auto;
	padding:0;
	vertical-align:0;
	position:relative;
}				

div#photoBox{
	position:absolute;
	top:0;
	right:-185px;
	width:180px;
	background:#fff;
	padding:0px;
	min-height:200px;
}				

div#photoBox table {border-bottom: 5px white solid; width: 174px;}
div#photoBox table td {
	text-align: center;}	
div#photoBox table td.title {
	text-align: left;}
div#photoBox table td p a {color:#fff;}
div#photoBox img {border: 1px white solid;}

div#geoLinks{
	position:absolute; top:149px; left:212px; color:#fff; font-weight:bold;
}
div#geoLinks a {border:0; margin-right:3px;}
				
TABLE#calosc	{
				width: 780px;
				vertical-align: top;
				margin: 0px auto 0px auto;
				background-color: white;
				}
	
p.center		{text-align:center;}

/************************NAGLOWEK***********************/
td#naglowek {width: 780px; height: 75px; margin:0px; padding:0px; background-image: url(images/naglowek_blue2.jpg); background-repeat: no-repeat; background-color: #92c9e7; border: 1px #ffffff solid; border-bottom: 0px;}
	td#logo {width: 285px;}
		#logo a{display: block; width: 285px; height: 75px;}
	td#ikonki {width: 225px;}
		#ikonki img {}
	td#wyszukiwarka {width: 270px; padding-top: 25px; padding-left: 30px;}
		.szukaj_input {margin: 0px; padding: 0px; vertical-align: top; width: 158px; height: 20px;}
		.szukaj_button {margin: 0px; padding: 0px; vertical-align: top; width: 80px; height: 25px;}

/************************LEWA****************************/	
td#lewa {width: 180px; margin: 0px; padding:0px; background:#eff5ff;}
	td.menu_gorne {height: 50px; border: 1px white solid; background-image: url(images/menu_gorne.gif); background-repeat: no-repeat;}
	td.title {margin: 0px; padding: 0px; height: 38px; border: 1px white solid; background-color: #6eaede/*7c91b5#5984af*/;}
		td.title p {margin: 0px; padding: 0px; padding-top: 10px;}
		td.title ul {margin: 0px; padding-left: 50px;}		
		td.title ul li{margin: 0px; padding: 0px; color: white; font-weight: bold;}
	td#menu_glowne {background-color: #fff/*e3ddd9*/; border: 1px white solid; margin:0px; padding: 0px; }
	td#fotki {background-color: #e3ddd9; border: 1px white solid;}

/************************PRAWA***************************/
td#prawa {width: 600px; margin:0px; padding:0px; }
	td#zmienny_obrazek {border: 1px white solid;}
	td#lokalizacja {margin: 0px; padding: 10px; height: 18px; background-color: #2e1f70/*867480#5984af*/; border: 1px white solid;}
		td#lokalizacja p {margin: 0px; padding: 0px; color:#fff; font-weight:bold;}
		td#lokalizacja p a {color:#fff; font-weight:bold;}
	td#tresc {background-color: #eff5ff; border: 1px white solid; padding:10px; text-align:justify; height:360px; color:#000;}
	td#tresc p, td#tresc div {text-align:justify; color:#000;}
	td#tresc_linki {background-color: #eff5ff; color: #504338; border: 1px white solid; text-align: center; font-size: 8pt; padding:5px;}

/************************STOPKA***************************/
td#banner {width: 780px; margin:0px; padding:0px; background-color: #e3ddd9; border: 1px white solid;}
td#stopka {width: 780px; margin:0 0 0 0; padding:10px; background-color: #488bc5; color: #fff; border: 1px white solid; font-size: 8pt; text-align: center;}

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

ul.tree{
	display:block;
	margin: 0; padding: 0;
	/*margin-bottom:-22px;*/
	}

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

ul.tree li{
	display:block;
	list-style-type:none;
	margin: 0px; padding: 0px;}

ul.tree li.closed{}

ul.tree li.opened{}

ul.tree li a{
	display: block;
	font-size:13px;
	text-decoration:none;
	cursor:pointer;
	border-left: 10px /*grey#7c91b5*/#6eaede solid;
	padding: 10px 0px 10px 10px;
	border-bottom: 0px white solid;
	margin-bottom:1px;
	background:#eff5ff/*e3ddd9*/;}
	
ul.tree li a:link{
	display: block;
	font-size:13px;
	text-decoration:none;
	cursor:pointer;
	border-left: 10px /*grey#7c91b5*/#6eaede solid;
	padding: 10px 0px 10px 10px;
	border-bottom: 0px white solid;
	background:#eff5ff/*e3ddd9*/;}

ul.tree li a.folder{}

ul.tree li a.active{
	display: block;
	font-size:13px;
	text-decoration:none;
	cursor:pointer;
	border-left: 10px #98ccf4/*#aabcdb#c6daf2*/ solid;
	padding: 10px 0px 10px 10px;
	border-bottom: 0px white solid;
	background-color: #ffffff;
	/*color: #684920;*/
	color:#7c91b5;}

ul.tree li a:hover{
	display: block;
	font-size:13px;
	text-decoration:none;
	cursor:pointer;
	border-left: 10px #2e1f70/*867480#85b3ec*/ solid;
	padding: 10px 0px 10px 10px;
	border-bottom: 0px white solid;
	background-color: #c4c6d6/*e3ddd9#ededed*/;
	/*color: #8f4a00;
	color:#867480;*/
	color:#000;}
	

ul.tree li li a{
	display: block;
	font-size:13px;
	text-decoration:none;
	cursor:pointer;
	border-left: 20px #6eaede solid;
	padding: 10px 0px 10px 10px;
	border-bottom: 0px white solid;}
	
ul.tree li li a:link{
	display: block;
	font-size:13px;
	text-decoration:none;
	cursor:pointer;
	border-left: 20px #6eaede solid;
	padding: 10px 0px 10px 10px;
	border-bottom: 0px white solid;}

ul.tree li li a.folder{}

ul.tree li li a.active{
	display: block;
	font-size:13px;
	text-decoration:none;
	cursor:pointer;
	border-left: 20px #98ccf4 solid;
	padding: 10px 0px 10px 10px;
	border-bottom: 0px white solid;
	background-color: #ffffff;
	color: #684920}

ul.tree li li a:hover{
	display: block;
	font-size:13px;
	text-decoration:none;
	cursor:pointer;
	border-left: 20px #2e1f70 solid;
	padding: 10px 0px 10px 10px;
	border-bottom: 0px white solid;
	background-color: #c4c6d6;
	color: #000;}
	
/*************************************************************/	
/********************LOKALIZACJA******************************/
/*************************************************************/

p.location{
	font-family:'TrebuchetMS','LucidaGrande',Verdana;
	font-weight:bold;
	font-size:8pt;
	margin-left:10px;
	margin-right:10px;
	color:#026200;
        vertical-align: middle;
        padding-top: 10px}
	
	
/*************************************************************/
/*******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{}

/*************************************************************/	
/********************contentText******************************/	
/*************************************************************/
	
TABLE#text_contentitemstable	{width:550px;
								margin-left:auto;
								margin-right:auto;}

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

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

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

TABLE#artykuly_rateditemtable{
			border:1px #070707 solid;
			margin-bottom:10px;
			width:100%}	
													
	#artykuly_rateditemtable td.nazwa{
			background-color:#f3f3ee;}
	#artykuly_rateditemtable td.nazwa span{
			font-size:12pt;
			font-weight:bold;}

	#artykuly_rateditemtable td.ocena{
			text-align:right;
			background-color:#f3f3ee;}
	#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 #070707 solid;}
		#dystrybutor td.cena{
			text-align:center}	


TABLE#artykuly_commenttable{
			border-width:0px;
			margin-bottom:10px;
			width:100%;}	
	#artykuly_commenttable td.podpis{
			color:#6eaede;
			font-weight:bold;
			padding-top:5px;}
	#artykuly_commenttable td.podpis span{
			color:#777;
			font-size:8pt;
			font-weight:normal}		
	
	#artykuly_commenttable td.tresc_komentarza{
			background-color:#fff;
			font-size:8pt;
			padding:5px;
			}	
	
		.article_comment_content{margin:0px;}
			
	p#comment_ok{color:black;
				margin:0px;
				border:1px #5d93bc solid;
				background-color:#aecce3;
				text-align:center;}	
	p#comment_error{color:black;
					margin:0px;
					border:1px #bc5d5d solid;
					background-color:#e3aeae;
					text-align:center;}
	
TABLE#artykuly_article_structure{}	

		.article_title	{color:#6eaede; font-size:12pt; margin:0px;}
		.article_author	{width:50%; font-size:8pt; color:#777; margin:0px; text-align:left;}
		.article_date	{width:50%;font-size:8pt; color:#777; margin:0px; margin-bottom:10px; text-align:right;}
					
	dt.art_comments_dt	{
						font-weight:bold;
						color:#000;
						padding-bottom:2px;
						font-size:8pt;
						border-bottom:1px #000 dotted;}

	dd.art_comments_dd	{
						font-size:8pt;
						margin-bottom:1px;
						margin-left:25px;
						margin-right:25px;}
						
	span.submit{text-align:right; width:100%; padding-left:150px;}
	span.ilosc_komentarzy {color:#000; padding-bottom:5px; font-size:8pt;}
	
	p.article_pages_pos{text-align:center;}
	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;
	}

	hr{background:transparent; border:0; border-bottom:1px #000 dotted; height:1px;}
/*************************************************************/
/********************GALERIA**********************************/
/*************************************************************/

TABLE#galeria_contentitemstable{width:550px;
								margin-left:auto;
								margin-right:auto}
									
	#galeria_contentitemstable p.wybor	{font-size:11pt;
										font-weight:bold;
										color:#23a4ff;
										margin:0px;
										margin-bottom:8px}	
	
	img.gallItemsDisp{				/* obrazek w galerii */
	border:10px #ccc solid;		/* obamowanie */
	outline:1px #ddd solid;		/* obrys zewnetrzny */
	}

table#galleryTable {margin-left: auto; margin-right: auto; text-align: center;}
table#galleryTable td {text-align: center;}
img#mainFoto {border: 2px black solid; margin-left:auto; margin-right: auto;}
#thumbs img {border: 1px black solid; margin: 2px;}
table#galleryTable img.strzalka {border: 0px; margin-top: 25px; vertical-align: middle;}	


/*************************************************************/
/********************NEWS*************************************/	
/*************************************************************/

TABLE#news_separate{width:100%; 
					margin-left:auto;
					margin-right:auto;
					margin-top:10px;
					display:none;}
	#news_separate td{
				font-weight:bold;
				background-color:#aab5cf;
				color:white;}
						
TABLE#newstable{width:100%;
				margin-left:auto;
				margin-right:auto;
				margin-top:15px;}
	#newstable td.titleNews{
			font-size:10pt;
			font-weight:bold;
			color:#6eaede;
			border:0;
			background:transparent;}
	#newstable span.time{
			font-weight:normal;
			color:#aaa;
			font-family:Georgia;}	
	#newstable td.time p{}
	#newstable p{
			margin:0px;
			line-height:120%;
			text-align:justify;}	

TABLE#newsnotfound{
					width:100%;
					margin-left:auto;
					margin-right:auto;
					margin-top:15px;}
	#newsnotfound td{
			font-size:8pt;
			font-weight:normal;
			color:#000;}	
	#newsnotfound p{
			margin:0px;
			margin-left:3px;
			margin-right:3px;
			text-align:center;}	
									
TABLE#newsbottom{
				margin-left:auto;
				margin-right:auto;
				text-align:center;
				}
	#newsbottom td{
			font-weight:normal;
			text-align:center;
			}
	#newsbottom p{
			margin:0px;
			text-align:center;
			font-size:8pt;}
			
p.comment_p {	font-size:7pt;}
			
a.comments_link {	color:#6eaede;	font-size:7pt;}
a.comments_link:hover		{color:#6eaede; text-decoration:underline;}	
						
/*************************************************************/						
/********************KATALOGPRODUKTOW*************************/
/*************************************************************/
			
TABLE#katalog_table{width:550px;
					margin-left:auto;
					margin-right:auto;}	
	#katalog_table table.katalog_gallery{}	

TABLE#katalog_contentitemstable{
			width:550px;
			margin-left:auto;
			margin-right:auto;}	
	#katalog_contentitemstable p.wybor{
			font-size:11pt;
			font-weight:bold;
			color:#23a4ff;
			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}	


/*************************************************************/		
/********************RANDOMPHOTOS*****************************/
/*************************************************************/

p#randomphotos_photo{ text-align:center; vertical-align:middle; padding:10px 0;}	
			
table#randomphotos_itemstable{}
													

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

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

/*************************************************************/
/********************KALENDARZ********************************/	
/*************************************************************/

TABLE#callendar{font-size:12px;
		border:0px solid #000000;
		background-color:transparent;
                margin: auto;}	

	#callendar TD{height:17px;
		line-height:15px;
		text-align:center;}	


/*************************************************************/		
/********************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;
	background-color:#f6f6f6;
	border:1px #e8e8e8 solid;
}

.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;
}

/*************************************************************/
/*************************REJESTRACJA*************************/
/*************************************************************/

.form{
	text-align:center;
	border: 5px solid #FFFFFF;
	background-color:#f6f6f6;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;	
	
}
.form2{
	text-align:center;
	
	margin:auto;
	width:90%;
	height:80%;
	
}
.form_inner
{	
	text-align:center;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;	
	width:100%;	
	border: 5px solid #FFFFFF;
}
.form-input{
	width:100%;
}

w
{
	color:red;
	font-size: 10px;
}

/*************************************************************/
/**********************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;
}

.invisible_class {
	visibility:hidden;
	line-height:0px;
}


.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******************/
/*************************************************************/

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

.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;
}

dt.art_similarcontent_dt{
	font-size:8pt;
	border-bottom:1px #000 dotted;
	padding-bottom:2px;
	display:none;

}
