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;
}

.clear {clear: both; overflow: hidden; height: 0;}

a:link, a:visited
{
  	text-decoration: none;
  	color:#32A2EA;
}

a:hover
{
  	text-decoration: underline;
}

body
{
  	margin: 0;
  	padding: 0;
  	font-family: Arial, Verdana, sans-serif;
  	font-size: 12px;
  	text-align: left;
	background:url(/images/header_bg_gradient.png) #ffffff repeat-x top left;
}

td
{
  	margin: 0;
  	padding: 0;
  	font-family: Arial, Verdana, sans-serif;
  	font-size: 12px;
  	text-align: left;
}


.small 
{
	font-size: 11px;
	font-family: arial;
}

/* HEADER */
div#top
{
  	margin-left: auto;
  	margin-right: auto;
  	text-align: left;
  	width: 942px;
  	background:transparent;
}

	div#logo
	{
	    float: left;
		position: relative;
	}
	
	div#logo .logi
	{
		float: left;
		margin-top:20px;
	}
	
	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 ul#topmenu li :link, div#top ul#topmenu li :visited
	{
	  	color:#fff;
	}

/* CONTENT */
div#content
{
	font-size: 12px;
}

div#content h1, div#read_content h1
{
  	font-family:arial; font-size:24px;
  	font-style:italic;
  	/*padding: 0 0 6px 0;*/
  	margin: 0 0 4px 0;
}

div#content h2, div#read_content h2 {
  	font-family:arial; font-size:24px;
  	font-style:italic;
  	/*padding: 0 0 6px 0;*/
  	margin: 0 0 4px 0;
}
div#content h2 a, div#read_content h2 a { color:#000000;background:url(/images/caption_marker.png) no-repeat 0 5px;padding-left:22px; }
div#content h2 a:hover, div#read_content h2 a:hover { color:#32A2EA;background:url(/images/caption_marker_hover.png) no-repeat 0 5px; }


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
{
  	height: 24px;
}

div#content_left
{
  	margin-left: 20px;
	float:left;
	width: 500px;
}

div#read_content
{
  	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/blue_arrow.gif); 
	 	background-repeat:no-repeat; 
	 	background-position:0 2px;
	 	list-style: none;
	}
	
	div#read_content p
	{
	  	margin-top: 1em;
	  	line-height:18px;
	}
	
	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 .extract 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
	{
		text-decoration: none;
		border-bottom:#32A2EA 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 {
	margin-top:10px;padding-bottom: 10px;
	background:url(/images/bottom_bg_gradient.png) #F8AE3A repeat-x top left;
}

div#bottom_content {
	margin: 0 auto;
	font-size: 11px;
	width:783px; height:146px;
	background:url(/images/bottom_bg_content.png) transparent repeat-x top left;
	padding:0 30px;
}

	div#bottom_content p {
		margin-top: 1em;
	}
	
	div#bottom_content h3 {
		color:#DD6013; padding-top:8px;
		font-size:16px; font-style:italic;
	}

	div#bottom_content table tr td {
		padding:0 25px 0 0;background:transparent;
	}
	
	div#bottom_content ul li {
		list-style:none;
	}
	
	div#bottom_content ul li a {
		background:url(/images/blue_raquo.png) no-repeat 0 4px;
		padding-left:10px; line-height:20px;
	}
	
	div#bottom_content ul li a:hover {
		text-decoration:none; border-bottom:#32A2EA 1px solid;
	}


div#side_bar
{
	float: left;
	width: 230px;
	margin:26px 0 0 40px;
}

	div#side_bar .block, div#side_bar .block_tags
	{
		clear: both;
		margin-top: 1.5em;
	}
	
	div#side_bar ul
	{
		padding-left: 4px;
		list-style:none;
		margin: 0 0.5em;
	}
	
	div#side_bar .block h2
	{
	  	font-size:20px; font-family:Arial;
	  	font-style:italic;
	  	color: white;
	  	padding: 0 0 0 14px;
		margin-bottom: 6px;
		width:244px; height:43px;
		line-height:40px;
		background:url(/images/sidebar_header.png) no-repeat top left;
	}
	
	div#side_bar .block_tags h2
	{
	  	font-size:20px; font-family:Arial;
	  	font-style:italic;
	  	color: #32A2EA;
	  	padding: 0 0 0 14px;
		margin-bottom: 6px;
		line-height:40px;
	}
	
	div#side_bar h2 img {
		float:right;margin-right:45px;margin-top:12px;
	}
	
	div#side_bar ul.rss_links li
	{
		clear: both;
	  	margin: 0 0 10px 5px;
		padding-left:10px;
	 	background-image: url(/images/blue_arrow.gif); 
	 	background-repeat:no-repeat; 
	 	background-position:0 2px;
	 	list-style: none;
	}
	
		/* wyszukiwara */
	
	div#side_bar #query
	{
		width:144px;
		padding:7px 5px;
		border:none;
		background:url(/images/search_textarea.png) no-repeat top left;
		color:#A6A6A6;	
	}

	div#side_bar #sidebar_search_form .submit
	{
		background:url(/images/button_search.png) no-repeat top left;
		width:65px;padding:2px 0 4px 0;height:28px;text-align:center; font-size:13px;
		border:none; color:white; cursor:pointer;
	}

	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: 0 auto 0 auto;
	padding:10px 0 0 0;
	font-size: 11px;
	width:810px; height:50px;
	color:white;
}
	div#footer a {
		color:#FCD7C2;
	}

.form_error
{
  	color: #FF8401;
}

.subtitle :link, .subtitle :visited { font-weight: bold; }
.clearleft { clear: left; }
.clearright { clear: right; }
.left { float: left; }
.right { float: 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;
}

div.small-cloud-top
{
	height:8px;
	background:url(/images/tagcloud_bg_top.png) no-repeat top left;
}
div#small-cloud
{
	width:224px;
	background:url(/images/tagcloud_bg_color.png);
}
div#small-cloud a {
	color:white;
}
div.small-cloud-bottom
{
	height:46px;
	background:url(/images/tagcloud_bg_bottom.png) no-repeat top left;
}
div.small-cloud-bottom a {
	font-size:16px;
}



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
{
  margin-bottom: 1em;
  line-height: 1.5em;
}

/* ŚCIEŻKA NAWIGACYJNA */
div#breadcrumb_trail
{
	line-height:28px;
}

div#breadcrumb_trail ul
{
	margin: 0 0 10px 0;
	text-align: left;
}

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/blue_arrow.gif) 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, 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-top: 20px;
}

#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 { color:#ff6c00; font-size:18px;font-weight:bold; }


div.assortment_body h1 { color: #2944D5; }
div.assortment_body div.assortment_images { float:right; width:215px; }
div.assortment_image_main
{
	position:relative;
	width:215px; 
	height:250px;
	text-align:center;
	margin: 0 0; 
}
div.assortment_image_main div.middle {
	display:table;
	height:100%;
}
div.assortment_image_main div.image {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	margin-top:auto;
	margin-bottom:auto;
	width:250px;
	text-align:center;
}
div.assortment_image_main img {  border:none !important; }
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:left; width: 280px; }
	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
 **/
div.tab_parameters { border:1px solid #cccccc;margin-top:10px; }
div.tab_parameters div.header {color:#D08605;font-weight:bold;padding:3px 5px; } 
#assortment_parameters
{
	width:100%;
}
 
#assortment_parameters tr.group td 
{
	background:#cd3b7c;
	font-weight:bold;
	padding:3px 5px;
	font-size:11px;
	color: #ffffff;	
}
#assortment_parameters tr td 
{
	vertical-align:top;
	padding:2px 4px;
}
#assortment_parameters tr td.param_name 
{
	font-weight:bold;
}
 
/**
 * galeria produktu
 **/

div#assortment_gallery { border-top:1px solid #cccccc; margin-top:8px; }
	div#assortment_gallery h3 { 
		color:#E36A19; font-family:arial;
		font-weight:bold; font-size:22px; font-style:italic;
	}
	div#assortment_gallery div.gallery_content {
		margin:0 4px;
	} 
	div#assortment_gallery div.image_thumb { float:left; width:150px; height:130px; margin:0 0 4px 12px;overflow:visible; }
	div#assortment_gallery div.image_thumb a { 
		width:120px;height:120px;
		display:table-cell;vertical-align:middle;text-align:center;
	}
	div#assortment_gallery img { border:none !important; }
	
table.assortments_table_list {
	width:485px;
}
table.assortments_table_list tr td {
	line-height:25px; background:transparent; border-bottom:1px solid #DBDBDB;
}
table.assortments_table_list tr.header td {
	height:15px;line-height:25px;color:white;border-bottom:none;
}
table.assortments_table_list tr.header td.header_left {
		/*background:url(/images/assortments_table_header_left.png) no-repeat top left;*/
		padding-left:10px;
}
table.assortments_table_list tr.header td.header_right {
	/*background:url(/images/assortments_table_header_right.png) no-repeat top right;*/
}


div#description { border-top:1px solid #cccccc;padding:0 9px;margin-top:4px; }
div#description ol, div#description ul { margin:5px 0 5px 20px; }
div#description ul { list-style:disc; }

/**
 */
 div.category_choice { padding:10px 0; border-bottom:1px solid #cccccc;}

#tooltip { border:2px solid #999999;color:white;background:#FE1E53;padding:5px;font-weight:bold;display:none; }

/**
 * buttony
 */
 
input.button
{
	width:79px;height:25px;padding:2px 0 5px 0;text-align:center;
	border:none; color:white; font-size:13px;
	background:url(/images/button.png) no-repeat top left;
	cursor:pointer;
}



/**
 * asortymenty w sidebarze
 **/
div.sidebar_assortment { margin:8px 0; }
	div.sidebar_assortment div.title a { 
		font-size:14px;font-weight:bold;color:black;
		/*background:url(/images/sidebar_games_header_marker.png) no-repeat 5px 3px;*/
		padding:0 0 5px 0;
		display:inline-block; 
	}
	div.sidebar_assortment div.title a:hover { 
		color:#32A2EA;
		/*background:url(/images/sidebar_games_header_marker_hover.png) no-repeat 5px 3px;*/
	}
	div.sidebar_assortment span.price {
		color:#ff6c00;
		font-size:18px;font-weight:bold; 
	}
 	div.sidebar_assortment div.image {
 		text-align:center;padding:3px 0;
 	}
	div.sidebar_assortment div.image a {
		display:inline-block;
		padding: 2px;
		border: 1px solid #BFBDCE;
	}
 
/**
 * INNE
 **/ 
.red {color:#f00;}
.pink {color:#cd3b7c;}
.black {color:#000000;}
.bold { font-weight:bold; }
span.preorder {color:#db5a10;padding:2px 0;font-size:15px;font-weight:bold;font-style:italic;text-decoration:blink;}
 
