/********************************************
   AUTHOR:  			NETSEN STUDIO 
   WEBSITE:   			http://www.netsen.pl/        	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #edf5fc url(../images//bg.jpg) repeat-x;
	font: 11px/1.6em Tahoma, Arial, Geneva, sans-serif;
	color: #165469; 
	text-align: center;
	margin: 0 0 0 0;
}
.nieb {
color: #165469; 
}

/* links */

a, a:visited {	
	color: #083352;
	background: inherit;
	text-decoration: none;	
}
a:hover {
	color: #000;
	background: inherit;
	text-decoration: underline;	
}

/* headers */
h1, h2, h3 {
	font-family: 'Arial', Tahoma, Sans-serif;
	color: #083352;
}
h1 {
	font-size: 230%;	
	font-weight: normal;
	letter-spacing: -1px;
}
h2 {
		font: normal 18px 'Arial', Tahoma, Sans-serif;
	color: #083352; 
	letter-spacing: -1px;
}
h3 {
	font-size: 150%;	
	font-weight: normal;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul {
	list-style: none;
}

/* images */
#logo-text img{ 

	
   border: 0px solid #dcdcdc;
	padding: 0px;
}
img {
	
   border: 0px solid #f2f2f2;
	padding: 0px;
}


code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #F4F3EC; 
	background: #FAFAE7;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 35px;  
   border: 1px solid #F4F3EC; 
	background: #FAFAE7 url(../images//quote.jpg) no-repeat 7px 10px; 
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #976957;
}



/* form elements */
form {
	margin:0px; padding: 0 0px;
	border: 0px solid #f1f1f1; 
	 	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 11px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(../images//nav.jpg) repeat-x 0 0;
	border: 1px solid #88AD0C;
}

/* search form */
.searchformheader {
	background-color: transparent;
	border: none; 	
	
}
.searchformheader input {
	
	
}


.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 250px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 170px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	clear: both;
	float: left;
	width: 100%; background: url(../images//bg_main.jpg) no-repeat;
}
#content-wrap {
	text-align: left;	
	padding: 0; 
	margin: 0 auto;	
	width: 979px;	
	
}
#header {
	position: relative;
	
	width: 979px;	
	height: 107px;	
	padding: 0;	
	margin: 0px auto; border-bottom: 1px solid #d6edfd;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 42px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1.5px;
	color: #111;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 32px; left: 0px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 10px Tahoma, "Times New Roman", Times, serif;
	text-transform: none;
	color: #becfcf;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 77px; left: 5px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 35px; right: 10px;	
	color: #e0e1e2;
	font: normal 11px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;		
}
#nav #header-input{
	position: absolute;
	top: 25px; right: 0px;	
	color: #0f4b75; 
	font: normal 11px Tahoma, "Times New Roman", Times, serif; 
	
}
#nav #header-input .szukaj{
background: url(../images//bg_but_szukaj.gif) no-repeat; width:61px; height:21px; border:0; padding:0; margin:0;
	
}
#sidebar .zaloguj{
background: url(../images//zaloguj.gif) no-repeat; width:81px; height:21px; border:0; padding:0; margin:0;
	
}
#header-links img {
	background: #fff;
   border: 1px solid #fff;
	padding: 2px 2px 2px 2px; margin: 0px 10px 0px 10px;
}
#header-links img:hover{
	background: #fff;
   border: 1px solid #e0e1e2;
	padding: 2px 2px 2px 2px; margin: 0px 10px 0px 10px;
}
#header #header-links a {	
	color: #5b4a29;
	text-decoration: none;	
	padding: 0 2px;
	font-weight: bold;
}
#header #header-links a:hover {
	color: #111;		
}
#header ul {
	position: absolute;
	right: -5px; top: 45px;
	font: bold 13px 'Arial', sans-serif;
	color: #224964;
	list-style: none; letter-spacing:-1px;
	margin: 0; padding: 0;		
}
#header li {
	display: inline;
}
#header li a {
	float: left;
	display: block;
	padding: 3px 25px;	
	color: #224964;
	
	text-decoration: none;
	border-right: 1px solid #fff;
}
#header li a:hover {
	background: #fff;
	color: #00a2e7;
}
#header li a#current  {
	background: #fff;
	color: #00a2e7;
}
/* header-photo */
#header-photo {
	clear: both;
	background: #fff;
	margin: 5px auto;
	padding: 0;		
	height:206px; 
	width: 979px;
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 

/* Navigation */
#nav {
		
	width: 979px; position:relative;	
	height: 163px;	
	padding: 0;	border-top: 1px solid #ffffff;
	margin: 0px auto;
	
}
#nav ul {
	float: left;
	list-style: none;
		
	width: 979px;		
	height: 45px;
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #899D00;
	border-left: 1px solid #A7D101;
	font: bold 14px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
	color: #fff;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(../images//nav-hover.jpg) repeat-x;	
}
#nav ul li#current a {	
	background: url(../images//nav-current.jpg) repeat-x;	
}

/* Main Column */
#breadcrumb {
	
padding: 0px 0 0 5px; margin: 0px 0px 10px 5px;
	font: 11px 'Tahoma', Sans-serif;	
	color: #000;  border-top: 1px solid #d2ebfc; border-bottom: 1px solid #d2ebfc; height:28px; 	
		
}
#baner {
	
padding: 7px 0px 0px 0px; margin: 0px 0px 0px 0px;	
		
}
#ramka {
border: 0px solid #f0f0f0; margin:0px 0px 7px 0px; background: url(../images//bg_mains.gif) repeat-x;	
}
#breadcrumbb {
float:left; margin-top:7px;
		
}
#koszyk {
float:right; padding-right:6px; margin-top:6px;
		
}
#breadcrumb img {
	background: none;
   border: 0px solid #dcdcdc;
	padding: 0px 5px 0px 5px;
}
.no_border {
	background: none;
   border: 0px solid #dcdcdc;
	padding: 0px 5px 0px 5px;
}
.no_border2 {
	background: none;
   border: 0px solid #dcdcdc;
	padding: 0px 0px 0px 0px;
}
.produkt { margin: 5px; padding: 5px;  border: 1px solid #d5ecfc; position: relative; background: #FFFFFF url(../images//bg_produkt.gif) repeat-x bottom;
}
.produkt2 { margin: 12px 0px 0px 0px; padding: 5px; border: 0px solid #f0f0f0; position: relative;}
.produkt3 { position:relative;
}
.bg_produkt{
padding: 7px 5px 7px 5px; border-top: 0px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; color:#083352;
}
.cena { font-weight:bold; margin: 12px 0px 0px 0px; padding: 5px; border: 0px solid #f0f0f0; position: relative; 
}
.cenaa{color:#00a2e7; font: bold 16px 'Arial', Tahoma, Sans-serif;}
#main {
	float: right;
	width: 730px;
	padding: 7px 0 0 0; margin: 0 0 0 12px;
	display: inline;  
}
#main h2 {
	margin-top: 0px;
	padding-bottom: 0px;
	font: normal 18px 'Arial', Tahoma, Sans-serif;
	color: #083352; 
	letter-spacing: -1px;	
	text-transform: none;
}
#main h2 a {
	color: #895F30; 
	text-decoration: none;	
}
#main ul li {
	list-style-image: url(../images//bullet.gif);
}

/* Sidebar */	
.strefa{
padding: 0px; margin:0px 0px 7px 0px;
background: #f1f8fd url(../images//strefa_bgc.gif) no-repeat; height:144px; color:#165469;
}
.link_strefa {margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
.link_strefa img {
	background: none;
   border: 0px solid #dcdcdc;
	padding: 0px 0px 0px 0px;
}
.link_strefa a {color:#083352; }
.link_strefa a:hover {color:#000; text-decoration:none; }
.strefa form {
	margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;
	border-top: 0px solid #17a4c7;
	border-right: 0px solid #17a4c7;
	border-left: 0px solid #17a4c7;
	border-bottom: 1px solid #d5ecfc; 
	background: none; 	
}
.strefa_input {
	
	border: 1px solid #fff; 
	background: #FFFFFF;	
}
.button_strefa { 
	font: bold 11px Arial, Sans-serif; 
	height: 24px;
	margin: 2px 0 0 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #107a94;
	border: 0px solid #88AD0C;
}
#sidebar {
	float: left;
	width: 237px;
	padding: 7px 0 0 0; 
}	
#sidebar .menus a {
		
	color: #d4ecfc; 		
}
#sidebar .menus a:hover {
		
	color: #ffffff;  text-decoration: none;		
}
.technika {
margin:0px 0px 7px 0px;
}
#sidebar h2 {
	
	margin-top: 0px;
	padding-bottom: 0px;
	font: normal 18px 'Arial', Tahoma, Sans-serif;
	color: #083352; 
	letter-spacing: -1px;	
	text-transform: none;

}
#sidebar h3 {
	margin: 0px 0px 0px 0px;
	padding: 8px 8px 8px 8px; 
	font: 11px 'Tahoma', Sans-serif;	
	color: #ffffff; font-weight:bold; background: #709dbe url(../images//bg_h3f.gif) repeat-x; border-bottom: 1px solid #ffffff; 			
}
#sidebar h4 {
	margin: 0px 0px 0px 0px;
	padding: 8px 8px 8px 8px; 
	font: 11px 'Tahoma', Sans-serif;	
	color: #ffffff; font-weight:bold; background: #00a2e7 url(../images//bg_h3f.gif) repeat-x; border-bottom: 1px solid #ffffff; 			
}#sidebar ul.sidemenu {
	text-align: left;
	margin: 5px 0px 9px 15px; padding: 0;
	text-decoration: none;		
	border-top: 0px solid #EBEBEB;
}
#sidebar ul.sidemenu li {
	list-style-image: url(../images//arrow.gif);
	border-bottom: 1px solid #cde7fa;
	margin: 5px 0px 5px 0px;
}

* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	 
	background-image: none;	
	color: #165469; 		
}
#sidebar ul.sidemenu li a:hover {	
	color: #000;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }

/* footer */
#footer-wrap {
clear: both;
	float: left; text-align:left; height:185px;
	width: 100%; background: #b2ddfc url(../images//footer_bottom.gif) repeat-x;
	
	 
}
#footer-wrap input {
border:0; color:#083352; font-family:Arial, Helvetica, sans-serif; font-size:11px; height:16px; padding-left:5px; padding-top:2px; margin:0 0 0 0;
	
	 
}
#footer-wrap .dodaj{
background: url(../images//dodaj.gif) no-repeat; width:40px; height:18px; border:0; padding:0 0 0 0; margin:0 0 0 1px;
	
}
#footer-wrap .usun{
background: url(../images//usun.gif) no-repeat; width:40px; height:18px; border:0; padding:0 0 0 0; margin:0 0 0 1px;
	
}
#footer-wrap a:hover {
	color: #000;	
}
#footer-wrap h3 {
	color: #0a5e74;  
	margin: 0;
	padding: 0 10px; 
	text-transform: uppercase;
	font-weight: bold;
}


/* bottom */
#footer-bottom {
	clear: both;
	color: #0f4b75;	
	margin: 0 auto; 
	width: 979px;
	padding: 0px 0 0px 0; position:relative;
	
		
}
#footer-wrap .kolka {
	
	background: url(../images//kolka.gif) no-repeat center bottom; height:185px;
		
}
#footer-bottom  a {
	color: #0f4b75;
}
.paging {
padding-top:12px; padding-bottom:12px;
}
/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;	
	font-size: 95%;	
	color: #9a9a9a;
	border: 1px solid #eeeeee;
	background: #f3f3f3;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em;	padding-top: 0; margin-left: 5px;	}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


#newsList
{
    margin-top: 15px;
}

#newsList li
{
    margin-bottom: 20px;
}

#newsList p
{
    padding-left: 0;
}

.productDescription
{
    padding-top: 0px; margin-top: 0px;
}

#basketForm
{
    
    padding: 0;
    margin: 0;
    border: none;
}

#basketForm table
{
    margin: 10px 0 0 10px;
    width: 700px;
}


#basketForm th
{
    border-bottom: 1px solid #e7e7e7;
    padding: 4px 2px;
    font-weight: bold;
}


#basketForm td
{
    padding: 4px 2px;
}

#basketForm input
{
    width: 50px;
}

#basketForm #sumLeft
{
    border-top: 1px solid #e7e7e7;
    text-align: right;
    font-weight: bold;
}

#basketForm #sumRight
{
    border-top: 1px solid #e7e7e7;
    font-weight: bold;
}

#basketForm #basketSubmit input
{
    width: auto; background: #00a2e7; border:0px;
    padding: 2px 5px; color: #fff;
}

#basketForm #basketSubmit input:hover
{
    color: #fff; background: #709dbe; border:0px;
    cursor: pointer;
}


