@import "php_inc/css/form.css";
@import "php_inc/css/news.css";
@import "php_inc/css/site_map.css";
@import "php_inc/css/search.css";

* {
	font-family: Verdana;
	font-size: 11px;
  color: #6B696B;
}

html, body {
	padding: 0px;
	margin: 0px;
  background-color: white;
}

img {
	border: 0px;
}

div a {
	color: #053681;
}

div a:hover {
	color: #3065A4;
}

#content a {
	color: #053681;
}

#content a:hover {
	color: #3065A4;
}

ul li {
	list-style-image: url('grafika/li_ie.gif');
}

ul > li {
	list-style-image: url('grafika/li.gif');
}

#container {
	text-align: left;
	margin: 0px auto;
	width: 1000px;
	background: url('grafika/container_bg.gif') repeat-y;
}

#top {
	height: 89px;
	background: url('grafika/top_bg.gif') repeat-x;
	position: relative;
}

#top div {
	right: 0px;
	width: 700px;
	top: 25px;
	padding-right: 25px;
	position: absolute;
	text-align: right;
}

#top div .flag {
	position: relative;
}

#top div a > .flag, #top div > .flag{
	top: 2px;
}

#top div form {
	display: inline;
	padding-right: 10px;
	padding-left: 25px;
}

#top div form input {
	border: 1px solid #b5bec6;
	position: relative;
	top: 4px;
	color: #949ea5;
}

#top div form input.submit {
	top: 5px;
}

#top div form > input {
	position: static;
}


#top div img.icon {
	vertical-align: bottom;
	position: relative;
	top: -2px  
}

#top div > img.icon {
	position: relative;
	top: -6px;
}


#top div a {
	color: #949ea5;
	font: 10px Tahoma;
	text-decoration: none;
}

#top div a.active, #top div a:hover {
	color: #ce0000;
}

#top ul {
	margin: 0px; 
	padding-top: 72px;
	padding-left: 206px;
}

#top ul li {
	float: left;
	padding-left: 10px;
	list-style-image: none;
	list-style: none;
	background: url('grafika/top_li.gif') no-repeat;
	margin-right: 15px;
	text-transform: lowercase;
}

#top ul li a {
	text-decoration: none;
	color: white;
	position: relative;
	top: -3px;
}

#top ul li a.active, #top ul li a:hover {
	text-decoration: underline;
}

#left {
	width: 206px;
	float: left;
}

#menu {
	background: url('grafika/menu_bg.gif') repeat-x;
	background-color: #d60000;
  height: 264px;
  padding-bottom: 35px;

}


#menu h2 {
	margin: 0px 0px 0px 10px;
	padding: 8px 0px 8px 20px;
	line-height: 24px;
	width: 174px;
	background: url('grafika/menu_header.gif') no-repeat;
  background-position: bottom left;
	color: #8c9ea5;
	font: 11px Verdana;
	font-weight: bold;
  text-transform: uppercase;
}

#menu h2 span {
	margin-left: -20px;
	color: #8c9ea5;  
}


#menu h2 a {
	font-weight: bold;
	color: white;
	text-decoration: none;
	font-size: 10px;
}
#menu h2.blue a {color:#E9FF8F;}

#menu h2 a.active, #menu h2 a:hover {
	color: #8c9ea5;
}

#login {
	background: url('grafika/login_bg.gif');
	position: relative;
	top: -2px;
	padding-bottom: 20px;
}

#login form {
	display: block;
	background-color: #b5b6bd;
	padding: 10px;
	margin: 0px 0px 0px 22px;
}

#login form fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#login label {
	display: block;
	width: 30px;
	float: left;
	color: #6b696b;
	margin-bottom: 2px;
	font: 10px Tahoma;
}

#login input {
	float: left;
	width: 75px;
	border: 1px solid #6b696b;
	margin-bottom: 2px;
	color: #6b696b;
	font: 10px Tahoma;
}

#login img {
	cursor: pointer;
}

#main {
	width: 794px;
	float: left;
}

#content {
	width: 734px;
	margin: 12px 0px 0px 27px;
}

* > #content {
	margin-top: 0px;
  margin-bottom: 25px;
}

#path {
	margin: 0px 0px 14px 27px;
}

#path, {
	margin-top: 20px;
  margin-bottom: 0px;
}

#path, #path a {
	font-weight: bold;
	font-family: Arial;
	font-size: 16px;
	text-decoration: none;
	color: #9c9ea5;
}

#path, #path a.p1 {
	color: #bd0000;
}

#splash {
	height: 185px;
	background-color: #c6c7ce;
}

#splash #flash {
	float: left;
}

#index {
	background: url('grafika/index_bg.gif') no-repeat;
	zoom:1;
}

* > #index {
	position: relative;
  top: -2px;
}

#index .kontakt {
position:relative;
	width: 166px;
	float: left;
	display:inline;
  padding-top: 150px;
  padding-left: 35px;
}

#index .kontakt p span {
	font-size: 97%;
}
	
#index .search {
	position:relative;
	background-color: #c6c7ce;
	float: left;
	width: 593px;
	overflow:hidden;
}

#search {
	display: inline;
}

#search fieldset {
	border: 0px;
	margin: 0px;
	padding: 5px 0px 0px 17px;
}

#search fieldset * {
	font: 10px Tahoma;
	color: #6b696b;
}

#search label {
	display: block; 
	float: left;
	width: 40px;
	text-align: right;
	padding-right: 5px;
}

#search input, #search select {
	float: left;
	border: 1px solid #adaead;
	background: white;
}

#search .submit {
	position: relative;
	top: -1px;
	left: 7px;
}

#search fieldset > .submit {
	left: 5px;
}

#short {
 width: 137px;
}

#short, {
	width: 139px;
}

#news_short {
	background-color: #e7e7e7;
	position: relative;
	top: -2px;
	padding: 5px 27px 5px 27px;
}

#news_short span {
	font-size: 10px;
	color: #d60000;
	font-weight: bold;
}

#news_short p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	color: #737173;
}

#news_short p a {
	color: #d60000;
	text-decoration: none;
}

#end {
	display: block;
	background: url('grafika/end.gif') no-repeat;
	border: 0px;
	color: none;
	height: 12px;
	position: relative;
	top: 1px;
}

#footer {
	height: 27px;
	padding-top: 45px;
	background: url('grafika/footer_bg.gif') repeat-x bottom left;
}

#footer #venti {
	float: right;
	font: 10px Tahoma;
	color: #b5b6c6;
	text-decoration: none;
	margin-right: 15px;
}

#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer ul li {
	float: left;
	list-style: none;
	list-style-image: none;
	padding: 0px 15px 0px 15px;
	border-right: 1px solid #9496a5;
}

#footer ul li a {
	color: #9496a5;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 10px;
	position: relative;
	top: -2px;
	text-transform: lowercase;
}

#footer ul li a.active, #footer ul li a:hover {
	color: #d60000;
}

div.pager {
	height: 25px;
  line-height: 25px;
  text-align: right;
  background: url('grafika/pager.gif') repeat-x;
  padding-right: 10px;
  margin: 7px 0px 0px 0px;
}

div.pager, div.pager * {
	font-size: 10px;
}

div.pager a:hover, div.pager a.active {
	color: #D60008;
	text-decoration: none;
}

#module_36 {
	margin-left: 11px;
	margin-top: 15px;
}

* > #module_36 {
	margin-left: 42px;
}

div.item {
	width: 309px;
	height: 117px;
	margin-left: 29px;
	margin-bottom: 23px;
	float: left;
	padding: 4px 4px 0px 4px;
	background: url('grafika/item_bg.gif') no-repeat bottom right;
	background-color: #E7E7E7;
}

div.item img {
	float: left;
}

div.item p {
  padding: 0px;
  margin: 4px 0px 0px 20px;
  width: 190px;
  float: left;
}

div.item, div.item p, div.item p * {
  font-size: 11px;
  font-family: Tahoma;
}

div.item > p {
	width: 189px;
}

div.item p a {
	font-size: 11px;
	color: #053681;
	margin-bottom: 10px;
	font-weight: bold;
}

div.item p a:hover {
	font-size: 11px;
	color: #3065A4;
	margin-bottom: 10px;
	font-weight: bold;
}

div.item a {
	color: #053681;
	font-size: 11px;
	margin-bottom: 10px;
}

div.item a:hover{
	color: #3065A4;
	font-size: 11px;
	margin-bottom: 10px;
}

#product {
	background-repeat: no-repeat;
	margin-top: 10px;
}

#product ul.files {
	margin: 10px 0px 0px 10px;
	padding: 0px;
}

#product ul.files li {
	list-style: none;
	list-style-image: none;
}

#product ul.files li a {
	font-size: 10px;
}

#selector {
	float: left;  
	width: 174px;
	text-align: right;
	padding-top: 3px;  
}

#selector a {
	display: block;
	background: #C6C7C6;  
	width: 21px;
	height: 21px;
	line-height: 21px;  
	text-decoration: none;
	text-align: center;
	margin-bottom: 2px;
	color: white;
	font-weight: bold;
	position: relative;
	left: 2px;
}

#selector > a {
	margin-left: 153px;
}

#selector a.active, #selector a:hover {
	background: #084184;
}

#params {
	width: 556px;
	float: left;
  padding: 2px 2px 2px 2px;
  background-color: #E7E7E7;
}

#params img.thumb {
	float: left;
}

#params div {
	float: left;
	background: url('grafika/params_bg.gif') no-repeat;
  margin: 12px 0px 12px 32px; 
  width: 259px;
}

#params div h2 {
	color: #084184;
  font-size: 18px;
  margin: 5px 0px 30px 0px;
  padding: 0px;
}

#params div p {
  margin: 0px;
  padding: 0px;
  line-height: 140%;
}

#print { 
	margin-left: 673px; 
  margin-top: -65px; 
  position: absolute; 
}

* > #print {
	margin-top: -55px;
} 

#download {
	width: 100%;
}

#download td, #download th {
	padding: 5px;
  vertical-align: top;
  background-color: #F7F7F7;
}

#download th {
	background-color: #C6C7CE;
  color: white;
}

#download .lp {
	text-align: center;
  width: 20px;
}

#download .name {
	width: 200px;
}

#download .description {

}

#popup {
	position: absolute;
  background: white;
  width: 350px;
  border: 1px solid black;
  left: 300px;
  margin-top: -40px;
  padding: 15px;
	z-index:99;
}

#popup h2 {
	color: #D60000;
  margin: 0px;
  
}

div.kategoria {
	width: 167px; 
  height: 155px; 
  background-color: #E7E7E7; 
  margin: 0px 4px 30px 4px;   
  float: left; 
  text-align: center; 
  padding: 3px;

}

#content div.kategoria a {
	font-weight: bold;
  color: #053681;
  font-family: Tahoma;
}

#content div.kategoria a:hover{
	font-weight: bold;
  color: #3065A4;
  font-family: Tahoma;
}

div.kategoria img {
	margin-bottom: 10px;
  text-decoration: none;
  border: 1px solid #e7e7e7;
}

div.galeria {
  border: 1px solid #E7E7E7; 
	background: #f7f7f7;
  text-align: center;
  padding: 3px;
  float: left;
  margin: 0px 6px 30px 7px;  
  width: 124px;
}

.text_table {
	border-collapse: collapse;
}

.text_table td {
	border: 1px solid white;
  background-color: #e7e7e7;
  padding: 5px;
}


#polec {
  margin-top: 10px;
}

#polec TD{
	padding: 1px;
  vertical-align: top;
}

#polec TD .field {
	width: 99%;
}

#polec TD > .field {
	width: 100%;
}

#polec td input, #polec td textarea {
  border: 1px solid #C6C7CE; 
  background: white;
}

#ankieta p.error,p.center {text-align:center;padding-top:1em;}

#ankieta fieldset
{
border:1px solid #D6D7DE;
margin-bottom:2em;
padding:1em;
position:relative;
}

#ankieta label
{
cursor:pointer;
float:left;
margin-bottom:1em;
padding-right:5%;
width:20%;
}
#ankieta .red {color:#FF0000;}

#ankieta label,#ankieta legend {font-size:0.9em;font-weight:bold;}

#ankieta input,#ankieta textarea
{ 
margin-bottom:0.5em;
text-align:left;
width:70%;
}
#ankieta input.nip_input {width:5%;text-align:center;margin-right:1%;}

#ankieta input.radio 
{
border:0;
margin-top:0;
width:3%;
}

#ankieta input.send
{
position:relative;
float:right;
width:158px;
height:19px;
}

#ankieta span.wymagane
{
position:relative;
display:block;
float:left;
}

#reklamy {position:relative;margin:30px 0 0 0;zoom:1;}

#reklamy h3
{
margin:0 0 0.5em 0;
padding:0;
color:#E71010;
text-align:center;
font-size:1.2em;
}

#reklamy .reklama
{
position:relative;
margin:0 10px 20px 0;
width:343px;
height:auto !important;
min-height:360px;
height:360px;
float:left;
}

/*#reklamy .reklama p {margin:0;padding:0;text-align:center;}*/
#reklamy h3,#reklamy .reklama p {padding:0 10px;}

#reklamy .reklama_box
{
position:relative;
height:298px;
}

#reklamy .reklama_video
{
position:relative;
top:11px;
left:12px;
width:320px;
height:278px;
}


