/*
style.css
Modyfikacja na własną odpoiedzialność.
Zakaz udostępniania i kopiowania.

Okrągłe boki:
    -webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-khtml-border-radius-topright: 4px;
	-khtml-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	
-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
	
Wypośrodkowane menu:
#top_all .desc ul {
   clear: left;float: left;list-style: none;
   margin: 0;padding: 0;
   position: relative;
   left:50%;
   text-align: center;
}
#top_all .desc ul li {
   display: block; float: left;list-style: none;
   margin: 0; padding: 0;position: relative;right: 50%;
}
*/

.icon_olx {position:fixed;right:0;top:50%;margin-top:-345px;}
.icon_allegro {position:fixed;right:0;top:50%;margin-top:-295px;}
.icon_sprzedajemy {position:fixed;right:0;top:50%;margin-top:-195px;}
.icon_sklep {    position: fixed;    right: 0;   top:50%;margin-top:-100px;
}


#main .boks {

float:left;

margin:0;
}

#main .boks img {

}

.produkty_border {float:left;width:100%;height:4px;background:#00f;margin:15px 0;}

a img { border:0; }
.clear { font-size: 0px;line-height: 0px;margin: 0px;padding: 0px;clear: both;height: 0px; }

body {
	color:#333;	
	margin: 0px; 
	padding: 0px; 
	background: #000 url(img/bg.jpg) fixed no-repeat center top;
	font-family: Arial, Verdana;
	font-size: 13px;
	line-height: 22px; 
	
	
}
a {
	color: blue;
	text-decoration: none;	cursor: pointer;
}
a:hover {
	color: darkblue;
	text-decoration:unone;
}
.bg_right {
}
.bg_left {
}
.high, a .high, a.high { color: #cbae5f; }
.red, a .red  {	color: red; }
.green, a .green { color: green; }

.text {

float:right;
text-align:right;
font-size:44px;
	margin:40px 0px 0px 0px;
	color:#119ad8;
	line-height:40px;
}
.text a {
	color:#000;
	font-size:22px;	
}

.all {
width:1000px;
margin:0px auto;
}
/*header*/
#top_all {
	width: 1000px;
	margin: 0 auto;	
	padding:0px 0;
	height: 170px;
	z-index: 10;
	position: relative;
}
#top_all .logo {
	float: left;
	margin: 20px 0px 10px 0px;
}
#top_all .logo a img {
height:90px;	
}
/*CSS MENU */
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
height: 45px;
float: left;
margin: 0px 0 0px 0px;
clear:right;
width:1000px;
background:#eb7500;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  display: inline-block;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
  margin: 0px 0px 0px 0px;
}
#cssmenu > ul > li {
  float: left;
  text-align:left;
  margin-right:10px;

}
#cssmenu > ul > li > a {
	margin: 0px;
	padding: 4px 9px;
	
	text-align: center;
	text-decoration: none;
	color: #FFF;
font-size: 15px;
	line-height: 37px; 
}
#cssmenu > ul > li.last { /* Ostatni element li w menu */
	margin-right:0;
}
#cssmenu > ul > li > a.last { /* Ostatni element <a > w menu */
	
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
  
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu > ul > li.active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
}
#cssmenu > ul > li.active > a {
color:#FFF;
background:#e07000;
}
#cssmenu > ul > li:hover > a {
color:#FFF;
background:#e07000;
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
  border:1px solid #eee;
  margin-top: -2px;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
  background:grey;
}
#cssmenu .has-sub ul li a {
  background: #fff;
  border-bottom: 1px solid #eee;
  filter: none;
  font-size: 13px;
  display: block;
  line-height: 120%;
  padding: 10px;
  color: #000;
}
#cssmenu .has-sub ul li:hover a {
  background: #eee;
}
#cssmenu .has-sub ul li.active a {
  background: #eee !important;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
  border-bottom: 1px solid #eee !important;
  border:none;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
   background: #eee;
   border-bottom: 1px solid #eee;
   margin-top:1px;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #eee !important;
}
#cssmenu .has-sub .has-sub ul li.active a {
  background: #eee !important;
}

/*CSS MENU END*/
.dodatkowy_img {
	text-align:center;
	width:710px;
	margin: 10px auto 10px auto;
}
.dodatkowy_img img{

}

.slider_one_img {
	text-align:center;
	width:710px;
	height:300px;
	overflow:hidden;
	margin: 10px 0px 10px 0px;
}
.slider_opis {
	position:absolute;
	margin-top: -52px;
	padding: 10px 20px;
	background:black;
	opacity:0.8;	
	width: 670px;
	color:white;
}
.slider_opis a {
	color:white;
}
.slider_opis a:hover {
	color:white;
	text-decoration:underline;
}
.slider_one_img img{
	width:710px;
	min-height:300px;
}
.slider_one_img_small {
	margin:0 0px 0px 0px;
	width:280px;
	height:300px;
	float:left;
}
.slider_one_img_small img{
	
}
/* end header*/

/*center*/
#main {
	width:1000px;
	margin: -5px auto;
	padding: 0px 0px 0px 0px;
	clear: both;
	height: auto;
	min-height: 400px;
	background:white;
	/*
	background:url(img/bg.png) repeat;
	color:white;
	*/
}
#long { width: 676px; padding:0px 10px 10px 10px;margin:0px 0px 0px 0px;min-height: 450px; }
#short { width:300px; margin:0px 4px 0px 0px; padding: 0px 0px 0px 0px;  }

.left {	float:left; }
.right { float:right; }
.bez_lewego_menu {
	width:980px !important;
}

.text_box_kontakt {
	width:49%;float:left;
	margin-right:2%;
}
.text_box_formularz {
	width:48%;float:left;
}

#long h1 {
font-size: 20px;
margin: 20px 0px 20px 0px;
padding: 0px 0px 5px 0px;
font-weight: 300;

}
#long h2, #long h3, #long h4 {
	font-size: 18px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	font-weight: 300;
	border-bottom: solid 1px #eee;
}
#main #long p {
margin: 13px 0px;

}

.whereami {
	clear:both;
	padding: 3px 0px;
	font-size:10px;
}






#main #short .box {
margin: 5px 0px 10px 0px;
padding: 0px;
float: left;
clear: both;
width: 290px;
background:white;
padding:5px;
-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
} 
#main #short .box p {
}
#main #short .h3{
font-size: 20px;
margin: 10px 0px 10px 0px;
padding: 0px 0px 5px 10px;
font-weight: 300;
/*color: #a054d3;*/

border-bottom: solid 1px #eee;
}

#main #short .box ul {
	margin:0px 0px 0px 0px;
	padding: 0px;
	width: 240px;
	float: left;clear:both;
}
#main #short .box ul li { 
	float:left; 
	clear:both; 
	margin:0px 0px 7px 0px; 
	list-style-position: inside; 
	line-height:17px; 
}
#main #short .box ul li.noactive { display:none; }
#main #short .box ul li a.active { color:red;}
#main #short .box ul li.active { color:red;}
#main #short .box ul li a {
}



.box_photo{
float: left;
margin: 10px 0px 0px 10px;
height: 240px;
width: 233px;
text-align: center;
overflow: hidden;
font-size: 12px;
line-height: 13px;
}
.box_photo_photo {
width: 230px;
height: 230px;
margin: 5px 5px 0px 22px;
overflow: hidden;
}
.box_photo a img {
width:230px;height:230px;border: solid 2px #D8D8D8;	
}
.box_photo_photo:hover {
	box-shadow: 0px 0px 5px 1px #E0E0E0;
}
.mini_g {
width:200px;
height:233px;
float:left;
margin:15px 0px 5px 33px;
border:1px solid #eee;	
text-align:center;
-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
overflow:hidden;
text-transform:uppercase;
}
.mini_g_photo {
width: 193px;
height: 180px;
overflow:hidden;
margin-bottom: 10px;
}
.mini_g:hover {
	box-shadow: 0px 0px 5px 1px #AAAAAA;
}
.mini_g img{
width:180px;
height:180px;
margin:8px;	
}
.mini_g a{
text-align:center;
text-decoration:none;
}



.box_produkt {
	float:left;
	clear:both;
	padding:5px 0 10px;
	width: 100%;
	border-bottom: dotted 1px #CCC;
	margin-bottom:10px;
}
.box_produkt .name {
	font-size:20px;
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}
.box_produkt .left {
	float:left;
	width:28%;
	padding:13px 2% 0px 0;
}

.box_produkt .right {
	float:left;
	width:70%;
}
.box_produkt .mini {
	float:left;width:100%;
	
}
.box_produkt .mini img {
	float:left;margin:10px;max-width:150px;
}
.box_produkt .img {
	float:left;width:100%;text-align:center;
}
.box_produkt .img img {
	max-width:100%;height:auto;
}
.box_produkt .cena {
	font-size:26px; color:red;font-weight:bold;
	float:left;width:100%;text-align:center;margin:13px 0px 0px 0px;
}


.cena_h {
	float:right;	
}


.art_zajawka {
	float:left;
	clear:both;
	padding:5px 1%;
	width: 98%;
	border-bottom: dotted 1px #CCC;
}
.art_zajawka .prod_name {
}
.art_zajawka .prod_name a {
}
.art_zajawka .zajawka img {
	max-width:200px;
	float:left;
	margin:0px 5px 5px 0;
}
.art_zajawka a {
	font-size:18px;
	margin:0px;
	padding:0px;
	float:left;
}

.art_zajawka p {
	margin:3px 0px !important;
	padding:0px;
}
.art_zajawka .more{
	float:right;
	margin:-15px 10px 10px 0px;
}
.kontakt_form {
	width:300px;
	float:left;	
}
.kontakt_mapa {
	width:430px;
	margin: 20px auto;	
}



ul.like_admin { 
min-width:730px;
padding:0;
}
ul.like_admin li { 
	list-style:none;
	display: block;
	height: 15px;
	padding: 7px 5px;
	background: #FDFDFD;
	border-left:3px solid #E9E9E7;
	border-bottom: solid 1px #F5F5F5;
}
ul.like_admin li.big, ul.like_admin li.big span.block {
	height:40px !important;	
	overflow:auto;
}
ul.like_admin li:hover { 
	background:#FAFAFA;
}
ul.like_admin li span.block {
	float:left;
	width:19%;
	margin-left: 1%;
	height:20px;
	overflow:hidden;
}
ul.like_admin li .link, ul.like_admin li.link {
	cursor:pointer;
}
ul.like_admin li.li {
	background:white;	
	border-bottom:0;
}
ul.like_admin li img, ul.like_admin li a img {
width: 18px;
height: 18px;
float: left;
margin: 0px 3px 0px 0px;	
}
ul.like_admin li a { 
}
ul.like_admin li a:hover { 
}

#stopka {
/*	background:white url(img/stopkabg.jpg) no-repeat 0px 15px;*/
	padding:0px 10px 10px 10px;
	width: 980px;
	margin: 0 auto;
	clear: both;
	font-size:12px;
	color:white;
}
#stopka a {
	color:#FFF;
}
#stopka a:hover {
	color:#DDD;
}
#stopka .center {
width:980px;
margin:0px auto;	
}
#stopka ul {
	margin:20px 0px 10px 0px;
	padding:0px;
	border-top: solid 1px #F1F1F1;
	border-bottom: solid 1px #F1F1F1;
}
#stopka ul li {
	display:inline;
	margin-right:15px;
}
#stopka ul li a {
	font-size: 12px;	
}
.news {
margin:10px 0px;	
}
.news p{
margin:0px !important;
padding:0px !important;
}


.news {
margin:10px 0px;	
}
.news p{
margin:0px;
padding:0px;
}

div.info {	
	background: rgb(253,253,253); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(250,250,250,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(100%,rgba(250,250,250,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: 1px 1px 4px 1px #E0E0E0;
	-webkit-box-shadow: 1px 1px 4px 1px #E0E0E0;
	box-shadow: 1px 1px 4px 1px #E0E0E0;
	
	border-bottom:solid 1px #c4c4c4;
	
	font-size: 13px;
	font-weight: normal;
	padding: 6px 1%;

	float: left;
	
}

.forms_m { width: 100%; margin: 0px; padding: 10px 0px 10px 0px; margin-top: 0px; background: #FFF; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}.forms_m p { width: 95%; float: left; margin:5px !important; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding:0px !important;
}.forms_m p.info { text-align:right;padding: 0px; margin-top: -10px; margin-bottom: 8px; margin-left: 20%; width: 70%; font-style: italic; font-size: 11px; color: red;
}.forms_m p input {  width: 80%; padding: 10px; font-size: 14px; color: #888; margin: 0px 15px; border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; 
}.forms_m p input.check { height: auto; width: auto; margin-top: 15px; 
}.forms_m p textarea { width: 80%; padding: 10px; height:100px; font-size: 14px; color: #888; margin: 0px 15px; border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; font-family:Arial;
}.forms_m p input.midium { width: 40%; margin-top: 5px; padding: 5px; height: 10px;
}.forms_m p textarea.midium { width: 40%; margin-top: 5px; padding: 5px; height: 90px;
}.forms_m p.send { text-align: center; margin:0px auto; 
}.forms_m p.send input.wyslij { width: 150px;background: #eee;border: 1px solid #ccc;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;color: #000;font-size: 12px;float: right;margin: 0px 15px 10px 0px;padding: 8px;
}.forms_m p.send input.wyslij:hover { background: #ccc;border: 1px solid #bbb;	
}


.forms {
	width: 100%;
	margin: 0px 0px;
	padding: 0px 0px 10px 0;
	float:left;
}
.forms_option {
	width: 100%;
	float: left;
	padding: 10px 0;
	margin: 20px 0px;

	border:solid 1px #79c3e0;
	
	-moz-box-shadow: 1px 1px 4px 1px #E0E0E0;
	-webkit-box-shadow: 1px 1px 4px 1px #E0E0E0;
	box-shadow: 1px 1px 4px 1px #E0E0E0;	
	
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;	
}

.forms_option_text {
	background:white;
	float:left;
	position:relative;
	margin:-20px 0 0 20px;
	padding:0 30px;
}
.forms div.checkboxy {
	width: 200px;
	float: left;
	margin: 10px 0 0 20px;	
}
.forms div.checkboxy input {
	margin:0 5px 0 0;
}
.forms p {
	width: 100%;
	float: left;
	margin:0px 0px 15px 0px;
}
.forms  p span.left {
	float: left;
	width: 19%;
	text-align: right;
	padding: 12px 1% 0px 0px;
}
.forms p img, .forms p a img {
	max-height:250px;
}
.forms div.info {	
	background: rgb(253,253,253); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,253,253,1) 0%, rgba(250,250,250,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,253,1)), color-stop(100%,rgba(250,250,250,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,253,253,1) 0%,rgba(250,250,250,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#fafafa',GradientType=0 ); /* IE6-9 */
	
	-moz-box-shadow: 1px 1px 4px 1px #E0E0E0;
	-webkit-box-shadow: 1px 1px 4px 1px #E0E0E0;
	box-shadow: 1px 1px 4px 1px #E0E0E0;
	
	border-bottom:solid 1px #c4c4c4;
	
	font-size: 13px;
	font-weight: normal;
	padding: 6px 1%;
	margin-left: 20%;
	float: left;
	width: 75%;
}
.forms p input {
	width: 75%;
	margin-top: 5px;
	padding: 5px 2%;
	height: 25px;
	font-size: 15px;
	color:#696969;
	border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.forms p input[type=checkbox], .forms p input[type=radio] {
	width:auto;	
	margin-top: 10px;
}
.forms div.textarea {
	width: 98%;margin-left: 1%;float:left;	
}
.forms textarea {
	width: 75%;
	margin-top: 5px;
	padding: 5px 2%;
	height: 80px;
	font-size: 15px;
	color: #696969;
	border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
}
.forms p select {
	width: 77%;
	margin-top: 5px;
	padding: 6px 0 6px 6px;
	height: 36px;
	font-size: 15px;
	color: #696969;
	cursor:pointer;
	border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.forms .send {
	text-align: center;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-right:auto;
	margin:left:auto;
	width: 100%;
}
.forms .send input {
	width: auto;
	height:auto;
	font-size: 12px;
	padding: 10px 13px;
	
	color:black;
	border: solid 1px #F5F5F5;
	cursor:pointer;
	
	
background: rgb(255,255,255); /* Old browsers */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */


-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

}
.forms .send input:hover {
background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2UwZTBlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(224,224,224,1) 52%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(52%,rgba(224,224,224,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(224,224,224,1) 52%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(224,224,224,1) 52%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(224,224,224,1) 52%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(224,224,224,1) 52%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	
}

/*
OLD FORMS STYLE
.forms {width: 650px;margin: 5px 0px 0px 70px;padding: 10px 0px 0px 0px;
}.forms p { width: 95%; float: left; margin:5px !important; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding:0px !important;
}.forms p.info { text-align:right;padding: 0px; margin-top: -10px; margin-bottom: 8px; margin-left: 20%; width: 70%; font-style: italic; font-size: 11px; color: red;
}.forms p input {  width: 80%; padding: 10px; font-size: 14px; color: #888; margin: 0px 15px; border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; 
}.forms p input.check { height: auto; width: auto; margin-top: 15px; 
}.forms p textarea { width: 80%; padding: 10px; height:100px; font-size: 14px; color: #888; margin: 0px 15px; border: 1px solid #ccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; cursor: pointer; font-family:Arial;
}.forms p input.midium { width: 40%; margin-top: 5px; padding: 5px; height: 10px;
}.forms p textarea.midium { width: 40%; margin-top: 5px; padding: 5px; height: 90px;
}.forms p.send { text-align: center; margin:0px auto; width: 100%;
}.forms p.send input.wyslij { width: 150px;background: #eee;border: 1px solid #ccc;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;color: #000;font-size: 12px;float: right;margin: 0px 120px 10px 0px;padding: 8px;
}.forms p.send input.wyslij:hover { background: #ccc;border: 1px solid #bbb;	
}


.forms { width: 100%; margin-right: 5px; margin-left: 5px; margin-bottom: 10px; padding: 0px; margin-top: 0px;
}.forms p { width: 100%; float: left; margin-right: 5px; margin-left: 5px; margin-bottom: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding-top: 5px; padding-bottom: 5px; margin-top: 0px;
}.forms p.info { text-align:right;padding: 0px; margin-top: -10px; margin-bottom: 8px; margin-left: 20%; width: 70%; font-style: italic; font-size: 11px; color: red;
}.forms p:hover { background-color: .F1F1F1;
}.forms p span.left { float: left; padding-top: 8px; padding-left: 0px; width: 20% !important ; text-align: right; padding-right: 10px;
}.forms p input { width: 80%; padding: 5px;font-size: 16px;color: #666;margin: 8px 20px;border: 1px solid #ccc;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;cursor:pointer;
}.forms p select { width: auto; padding: 5px;
}.forms p input.check { height: auto; width: auto; margin-top: 15px;
}.forms p textarea { width: 80%;padding: 5px;font-size: 16px;color: #666;margin: 8px 20px;border: 1px solid #ccc;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;cursor:pointer;
}.forms p input.midium { width: 40%; margin-top: 5px; padding: 5px; height: 10px;
}.forms p textarea.midium { width: 40%; margin-top: 5px; padding: 5px; height: 90px;
}.forms p.send { text-align: center; margin-bottom: 0px; margin-top: -10px; margin-right:auto; margin-left:auto; width: 100%;
}.forms p.send input { width: 100px;background: #eee;border: 1px solid #ccc;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;color: #000;font-size: 12px;float: right;margin: 0px 20px 10px 0px;padding: 8px;
}*/

.ads { width:1000px;text-align:center;margin:20px auto; }
.ramka_prawa { position:fixed; right:0;top:90px; }
.ramka_lewa { position:fixed; left:0;top:90px; }


/* PAGINACJA */
div.page {
	float:right;
}
div.page a {
	float:left;
	padding:10px 5px 10px 5px;
	border:solid 1px #D8D8D;
	font-size: 15px;
}
div.page a:hover {
		
}
div.nastepna, div.page_nastepna {
	background:#FFF;text-align: center;margin:22px 0;height: 30px;padding-top: 15px;
}
a.strona_active {
	color:#cbae5f;	
}

div.page_v2 {
	width:300px;
	height:50px;
	overflow:auto;
}