ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }

img
{
	border: none; 
	text-decoration: none;
	vertical-align: middle;
}

div.clear {clear: both; overflow: hidden; height: 0;}

a:link, a:visited
{
  	text-decoration: none;
  	color:#9C4797;
}

a:hover
{
  	text-decoration: underline;
}

body, td
{
  	margin: 0;
  	padding: 0;
  	font-family: Arial, Verdana, sans-serif;
  	font-size: 12px;
  	background: #F2ECF2;
  	text-align: left;
}

.small 
{
	font-size: 11px;
	font-family: arial;
}

/* HEADER */
div#top
{
  	margin-left: auto;
  	margin-right: auto;
  	margin-bottom: 10px;
  	text-align: left;
  	width: 780px;
  	background:url(/images/header_background_bottom.gif) white no-repeat bottom left;
}

	div#top-first
	{
	  	background:url(/images/header_background_top.png) white no-repeat top left;
	}
	
	div#logo
	{
	    float: left;
		position: relative;
	}
	
	div#logo .logi
	{
		float: left;
		padding: 10px 20px 10px 23px;
	}
	
	div#logo h2
	{
	  	margin: 20px 0 0 0;
		font-family: Verdana, sans-serif;
	  	font-size: 17px;
	  	letter-spacing: -1px;
	  	font-weight: bold;
	  	color: #999;
	  	float: left;
	}
	
	div#lang
	{
		float: right;
		margin: 30px 10px 0 0;
	  	list-style: none;
	  	text-align:center;
	  	width:107px;
	  	float:right;
	}
	
	div#top-first ul, div#footer ul
	{
	  	list-style: none;
	  	display:inline;
	  	float:right;
	  	padding: 5px 5px;
	  	background: #FF8401 url(/images/menu_left.png) no-repeat left bottom;
	  	font-size: 11px;
	}
	
	div#top li, div#footer li, div#top form
	{
	  	display: inline;
	  	list-style: none;
	}
	
	div#top-first li
	{
	  	padding: 0 7px;
	  	font-weight: bold;
	  	border-right: solid 1px #fff;
	}
	
	div#top-first li.last
	{
	  	border-right: none;
	}
	
	div#top-first li.mail a
	{
		background: url(/images/icons/letter.gif) no-repeat 40px 2px;
		padding:0 20px 0 0;
	}
	
	div#top ul#topmenu li :link, div#top ul#topmenu li :visited
	{
	  	color:#fff;
	}

/* CONTENT */
div#content
{
	background: white;
	font-size: 12px;
}

div#content h1, div#read_content h1
{
  	font-size:16px;
  	font-family:Verdana, Arial, sans-serif;
  	border-bottom: solid 1px lightgrey;
  	padding: 0 0 6px 0;
  	margin: 0 0 10px 0;
}

div#content h2, div#read_content h2
{
  	font-size:14px;
  	/*padding: 0 0 6px 0;*/
  	margin: 0 0 4px 0;
}

div#content h3, div#read_content h3
{
	font-size:14px;
	margin: 10px 0;
}

div#content h4, div#read_content h4
{
	font-size:14px;
	font-weight: normal;
}

div#content hr
{
  	border:none;
	border-top:solid 1px #B59D7A;
  	clear:both;
	height: 1px;
	margin:0 0 1em 0;
}

div#content div.round_top_content
{
  	background: url(/images/front_content_top.gif) no-repeat top left;
  	height: 24px;
}

div#content_left
{
  	margin-left: 20px;
	background-color: white;
	float:left;
	width: 500px;
}

div#read_content
{
  	background-color: white;
  	font-family: Verdana, Arial, sans-serif;
  	font-size: 11px;
}

	div#read_content hr
	{
	  	border:none;
		border-top:solid 1px #B59D7A;
	  	clear:both;
		height: 1px;
	  	margin:0 0 1em 0;
	}
	
	div#read_content .list_item
	{
	  	margin-bottom: 20px;
	}
	
	div#read_content ol
	{
	  	margin: 1em 0 10px 24px;
	}
	
	div#read_content ul
	{
	  	margin: 1em 0 0 10px;
	}
	
	div#read_content ul li
	{
	  	margin: 10px 0;
		padding-left:10px;
	 	background-image: url(/images/red_arrow.gif); 
	 	background-repeat:no-repeat; 
	 	background-position:0 2px;
	 	list-style: none;
	}
	
	div#read_content p
	{
	  	margin-top: 1em;
	}
	
	div#read_content #sitemap, div#read_content #sitemap ul
	{
	  	margin: 0 0 10px 20px;
	}
	
	div#read_content a.page-options
	{
		color: #000000;
		text-decoration: none;
		display: block; 
		text-align: left; 
		padding: 4px; 
		display: block;
		float: left;
	}
	
	
	div#read_content p img, div#read_content ul img, div#read_content .portfolio_body img, div#read_content p a img, div#read_content div a img
	{
		padding: 2px;
		border: 1px solid #BFBDCE;
	}
	
	div#read_content p a:hover, div#read_content ul a:hover
	{
		background-color: #EEEEEE;
		color: #555555;
		text-decoration: none;
		border-bottom:#9C4797 1px solid;
	}

	div#read_content p a
	{
		text-decoration: none;
		border-bottom:#9C4797 1px dashed;
	}

/* drukowanie, stronicowanie pod treścią */
#content_footer
{
	clear:both;
	text-align:right;
	margin: 15px 0 0 0;
	padding-bottom: 2px;
}

#content_footer ul#print
{
	float: right;
  	list-style: none;
}

#content_footer ul#print li
{
  	display:inline;
  	margin-left: 6px;
}

div#bottom_content
{
	margin: 0 20px;
	font-size: 11px;
}

	div#bottom_content p
	{
		margin-top: 1em;
	}

div#content div.round_bottom_content
{
	clear: both;
  	background: url(/images/front_content_bottom.gif) no-repeat top left;
  	height: 24px;
}

div#side_bar
{
	float: right;
	width: 220px;
	margin-right: 20px;
}

	div#side_bar .block
	{
		clear: both;
		margin-top: 1.5em;
	}
	
	div#side_bar ul
	{
		padding-left: 4px;
		list-style:none;
		margin: 1em 0;
	}
	
	div#side_bar h2
	{
	  	font-size:14px;
	  	font-family:Arial, sans-serif;
	  	color: black;
	  	padding: 0 0 4px 6px;
	  	border-bottom: 1px solid #CCCCCC;
	  	border-left: 1px solid #CCCCCC;
		margin-bottom: 1em;
	}
	
	div#side_bar ul.rss_links li
	{
		clear: both;
	  	margin: 0 0 10px 5px;
		padding-left:10px;
	 	background-image: url(/images/red_arrow.gif); 
	 	background-repeat:no-repeat; 
	 	background-position:0 2px;
	 	list-style: none;
	}
	
		/* wyszukiwara */
	
		
	div#side_bar #query_help_bt
	{
		width:16px; height:16px;
		margin-top: 17px;
		text-align:center; color:#999; font-weight:bold; 
		display:block;
		overflow:hidden; 
		cursor:pointer;
		background-image:url(/images/help.gif);
	}

div#footer
{
  	margin-left: auto;
  	margin-right: auto;
  	height:60px;
  	padding-top:20px;
  	text-align: right;
  	z-index: 0;
}

.form_error
{
  	color: #FF8401;
}

.subtitle :link, .subtitle :visited
{
  font-weight: bold;
}

.clearleft
{
  clear: left;
}

.clearright
{
  clear: right;
}

/* CHMURA TAGÓW */
#read_content ul.big-cloud
{
	clear: both;
	font-family: arial;
	font-size: 1.2em;
  	text-align: justify;
  	list-style: none;
  	margin: 0;
  	word-spacing: 1em;
}

#read_content ul.big-cloud li
{
  	display: inline;
  	line-height: 2em;
  	background: none;
  	padding: 0;
}

ul.small-cloud
{
	clear: both;
	font-family: Arial;
	font-size: 1em;
  	text-align: justify;
  	list-style: none;
  	margin: 0;
  	word-spacing: 1em;
}

ul.small-cloud li
{
  	display: inline;
  	line-height: 1.8em;
}

ul.small-cloud li a
{
	border: none;
}

ul.small-cloud li.tag_popularity_1, ul.big-cloud li.tag_popularity_1
{
  font-size: 0.8em;
}

ul.small-cloud li.tag_popularity_2, ul.big-cloud li.tag_popularity_2
{
  font-size: 1em;
}

ul.small-cloud li.tag_popularity_3, ul.big-cloud li.tag_popularity_3
{
  font-size: 1.2em;
}

ul.small-cloud li.tag_popularity_4, ul.big-cloud li.tag_popularity_4
{
  font-size: 1.4em;
}

ul.small-cloud li.tag_popularity_5, ul.big-cloud li.tag_popularity_5
{
  font-size: 1.6em;
}

.options, .options :link, .options :visited
{
  color: #aaa;
  margin-bottom: 1em;
  line-height: 1.5em;
}

/* ŚCIEŻKA NAWIGACYJNA */
div#breadcrumb_trail ul
{
	margin: 0 0 10px 0;
	text-align: right;
}

div#breadcrumb_trail ul li.last
{
  	background: none;
  	padding-right: 0;
}

div#breadcrumb_trail ul li
{
  	display: inline;
  	list-style: none;
  	padding: 0 16px 0 0;
  	background: url(../images/tab_right.png) right no-repeat;
  	font-size: 11px;
}

/* STRONICOWANIE */
div#pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

	div#pagination li {
		display: inline;
	    margin-right: 0.5em;
	    background-image:none !important;
	}
	div#pagination li img, div#pagination li a img { border:none; }
	div#pagination li a:hover { border:none; }

/* FORMULARZE */
fieldset
{
  	border: none;
}

.form .right input
{
  display: inline;
  float: none;
  text-align: right;
}

.form label
{
  	display: block;
  	padding-right: 10px;
  	margin-bottom: 10px;
  	float: left;
  	text-align: right;
}

input
{
	background: #FFF;
}

input:focus, input:hover
{
  	background-color: white;
	border: 1px solid #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
}

input.submit, input.submit:focus, .button, .button:focus
{
	cursor:pointer;
	background: url( ../images/fade-butt.png );
	border: 1px solid #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 0.25em;
	margin: 0;
}

input.submit:active, .button:active
{
	background: #f4f4f4;
}

input.submit:focus, textarea:focus, label.submit:focus
{
	background: #fff;
	border: 1px solid #686868;
}

input, textarea, select
{
	color: #000;
	padding: 3px;
	margin: 1px;
  	font-family: Arial, sans-serif;
  	font-size: 11px;
  	border: 1px solid #ddd;
  	vertical-align:middle;
}

/* Content */
div#presentation
{
	text-align: justify;
	clear: both;
}

div#presentation p object
{
	text-align: center;
}

div.bottom
{
	clear: both;
}

.page-block
{
	margin-bottom: 25px;
}

#one_portfolio
{
	height: 170px;
}

/**
 * pliki do ściągnięcia
 **/
div.file_type_sections {padding:10px 0;}
table.files_table { border-collapse:collapse; }
	table.files_table tr th { padding:5px; border:1px solid #ccc; }
	table.files_table tr td { padding:5px; background:white; border:1px solid #ccc; }
	
/**
 * katalog produktów
 **/
table.assortments_table { border-collapse:collapse; }
	table.assortments_table tr th { padding:5px; }
	table.assortments_table tr td { padding:5px; background:white; }
	table.assortments_table tr td.bottom { border-bottom:1px solid #ccc; }

a.assortment { font-size:15px;font-weight:bold; }
span.price { font-weight:bold;font-size:15px;color:#006400; }

div.assortment_body div.assortment_images { float:left; width:130px;}
div.assortment_image_main
{
	position:relative;
	width:130px;
	height:130px;
	text-align:center;
	margin: 0 0; 
}
div.assortment_image_main div.middle {
	display:table;
	height:100%;
	/*position: absolute; top: 50%; */
}
div.assortment_image_main div.image {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	margin-top:auto;
	margin-bottom:auto;
	width:130px;
	text-align:center;
}
div.assortment_image_main img.main {  }
div.assortment_image_main img.zoom { position:absolute; width:23px; height:23px; left:15px; top:5px;cursor:pointer; }
div.assortment_body div.assortment_desc { float:right; width: 330px; }
	div.assortment_desc h2 { font-size:14px;border-bottom:1px solid #cccccc;text-transform:none;color:#960e40; }
	div.assortment_desc .price {font-size:18px; }
	div.assortment_desc ul { margin-top: 0.5em; }
	div.assortment_desc ul li { display: block; margin-top: 0.5em; }
	div.assortment_desc ul li.left { float: left; clear: both }
	div.assortment_desc ul li.right { float: right; }
	ul.assortment_categories { 
		float:left;margin-left:5px;
		font-family:trebuchet ms;font-size:14px;font-weight: bold; 
		margin-top:0;
	}
	

#assortment_products {border-left:1px solid #ccc;border-top:1px solid #ccc;width:100%;border-right:1px solid #ccc; margin-top: 1em;}
table#assortment_products tr.header th { border-bottom: 1px solid #CCCCCC; background-color: #F6F6F6 }
#assortment_products tr td { padding:5px;background:white; }
#assortment_products tr.var_parameters td { background:#f6f6f6;border-bottom:1px solid #ccc; }
#assortment_products tr.var_parameters td ul { list-style-type:none; }
#assortment_products tr.var_parameters td ul li 
{
	display:block;float:left;
	padding:3px 12px;
	margin:0 8px;
}

#assortment_products .product_image
{
	position: relative;
	text-align:center;
	z-index:1;
}
#assortment_products .product_image:hover {z-index:100;}
#assortment_products .product_image span.hidden
{
	display: none;
}
#assortment_products .product_image:hover span.hidden
{
	display: block;
	position: absolute;
	right: 54px;
	top: 0;
	border: 1px solid black;
	padding:2px;
	background: white;
}
#assortment_products .product_image:hover span.hidden img
{
}
#assortment_products .product_image span.img
{
	width: 75px;
	height: 78px;
	display: block;
	z-index: 3;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 2px;
}

#assortment_products a span.img span.lupa
{
	display: block;
	height: 75px;
	width: 78px;
	background: transparent url(gfx/zoom.gif) no-repeat bottom right;
}

/**
 * parametry asortymentu
 **/
 
#assortment_parameters
{
	margin-top:10px;
	border:1px solid #aaaaaa;
	width:100%;
	border-collapse:collapse;
}
 
#assortment_parameters tr.group td 
{
	background:#006400;
	font-weight:bold;
	padding:3px 5px;
	font-size:11px;
	color: #ffffff;	
}
#assortment_parameters tr td 
{
	padding:3px 5px;
}
#assortment_parameters tr.row_1 
{
	background: #F7F7F7;
}
 
/**
 * galeria w asortymencie
 */
div#assortment_gallery { margin:0 15px; }
div#assortment_gallery div.image_thumb { float:left; margin:0 0 15px 10px; }
div#assortment_gallery div.image_thumb a 
{ 
	height:120px;width:120px;
	display:table-cell;vertical-align:middle;text-align:center;
}
 
#tooltip { border:2px solid #999999;color:white;background:#FE1E53;padding:5px;font-weight:bold;display:none; }