@charset "UTF-8";
@import url(../includes/fancybox/jquery.fancybox-1.3.1.css);
* { margin: 0; padding: 0; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	font-family: "Lucida Grande", "Verdana", sans-serif;
	font-size: 95%;
	margin: 0; padding: 0;
	background-color: #c7c9cb;
}
a {
	text-decoration: none;
	color: #000;
}
h1, h2, h3 {
	font-weight: bold;	
	padding: 5px;
}
h1 {font-size: 150%;}
h2 {font-size: 125%;}
h3 {font-size: 105%;}
small {
	font-size: x-small;
	position: relative;
}
.container {
	margin: 0 auto; width: 900px; position: relative;
}

/** HEADER **/
.header {
	position: absolute;
	display: inline;
	left: 35%;
	font-size: 85%;
}
.nav-top {
	background: transparent url(images/t.png) left top no-repeat;
	padding-left: 12px;
	float: left;
}
.nav-top span {
	background: transparent url(images/tr.png) right top no-repeat;
	padding-right: 12px;
	display: block;
	height: 50px;
}
.nav-top p {
	float: left;
	margin-top: 10px;
	padding: 0 8px 0 8px;
}
.nav-top form {
	background: transparent url(../images/search-field.png) center left no-repeat;
	display: block;
	width: 198px;
	float: left;
	margin-top: 5px;
}
.nav-top input[type="text"] {
	background-color: transparent;
	width: 156px;
	border: none;
	font-size: 80%;
	padding: 7px 0 9px 9px;
}
.nav-top input[type="submit"] {
	background-color: transparent;
	border: none;
	width: 15px;
	text-indent:-9999px;
	cursor: pointer;
	margin-right: 10px;
}
/** END HEADER **/

/** CONTENT **/
.content {
	margin: 0 auto;
	width: 90%;
	position: absolute;
	margin-top: 80px;
	margin-bottom: 80px;
	border:14px solid #dedfe1;
	-webkit-border-radius: 15px; /* Safari, Chrome */
	-khtml-border-radius: 15px; /* Konqueror */
	-moz-border-radius: 15px; /* Firefox */
	border-radius: 15px;
	background: #ffffff url('../images/bg.jpg') bottom repeat-x;
}
#logo {
	padding: 30px;	
}
.page {
	margin: 0 20px;
	padding: 10px 0 60px 0;
}
.main-page {
	line-height: 0.7cm;
}
.main-page p {
	text-indent: 1cm;
}
#page-nav {
	width: 100%; position: relative;
  float: none; text-align: center;
	clear: both;
}
#page-nav a {
	font-size: 90%;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px; /* Konqueror */
	-moz-border-radius: 3px; /* Firefox */
	border-radius: 3px; 
	background: #F8F8F8;
	padding: 3px 6px;
}
#page-nav a:hover {
	border: 1px solid #666;
}
span.category {
	margin: 10px 0 40px 0;
	display: block;
	float: left;
	width: 50%;
}
a.category small {
	display: block;
}
a.category img {
	margin-right: 5px;
	float: left;
}
.error {
	color: #F00;
}
.error p{
	text-indent: 1cm;
	color: #000;
}
.error h3,.error p {
	line-height: 0.7cm;
	font-weight: normal;
	text-indent: 0;
	color: #000;
}
.error h3 {
	border-bottom: 1px solid #f3f3f3;
	font-weight: bold;
}
.error p {
	text-indent: 1cm;
}
span.error {
	border: 1px solid #f3f3f3;
	background-color: #fafafa;
	position: relative;
	display: block;
}
p.subtitle {
	text-indent: 15px;
	font-weight: bold;
	padding: 0 0 10px 0;
}
/** END CONTENT **/

/** FOOTER **/
.footer {
	background:	#dedfe1; text-align: right; bottom: 0px; width: 100%;
	font-size: 11px; padding: 10px 5px 0 0; position: absolute;
}
/** END FOOTER **/

/** NAVIGATION **/
#navigation{
	padding: 20px 30px 0px 20px; display: inline-table; float: right;
}
#navigation li{
	float: left; list-style-type: none; padding-bottom: 20px;
}
#navigation li a{
	background-image: url('../images/menu.jpg');
	display: block;
}
	.home{
	background-position: 0px 0px;
	width: 100px;
	height: 66px;
	}
	.production{
	background-position: -100px 0px;
	width: 95px;
	height: 66px
	}
	.trade{
	background-position: -195px 0px;
	width: 95px;
	height: 66px
	}
	.shop{
	background-position: -290px 0px;
	width: 95px;
	height: 66px
	}
	.contact{
	background-position: -385px 0px;
	width: 100px;
	height: 66px
	}
	a.home:hover {
	background-position: -0px -66px;
	}
	a.production:hover{
	background-position: -100px -66px;
	}
	a.trade:hover {
	background-position: -195px -66px;
	}
	a.shop:hover {
	background-position: -290px -66px;
	}
	a.contact:hover {
	background-position: -385px -66px;
	}
/** END NAVIGATION **/

/** PRODUCTS **/
.products {
	float: left; display: block; border: 1px solid #8a8a8a;
	margin: 0 0 10px 20px;
	background: url('../images/shadow.jpg') center 60px no-repeat;
	width: 205px; height: 240px;
}
div#main {
	height: 240px; width: 100%;
	display: block;
	margin: 10px 0 20px 0;
}
#new {
	position: absolute;
	margin-left: 127px;
}
.products-name {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bolder; font-size: 14px; text-indent: 11px;
	color: #0066a5;
}
.description {
	font-family: Verdana, Geneva, sans-serif;
  font-size: 10px; text-indent: 0; margin-left: 20px;
	position: absolute; color: #00395c; font-weight: bold;
}
.price {
	font-size: 24px; text-align: right;
	position: absolute; width: 200px;
	color: #0066a5; margin: 20px 0 0 0;
}
input#ilosc {
	background: url('../images/ilosc.jpg') no-repeat;
	border: 0;
	margin: 55px 0 0 10px;
	padding-right: 5px;
	font-size: 12px;
	text-align: right;
	overflow: hidden;
	position: absolute;
	width: 41px;
	height: 19px;
}
input#wiecej {
	background: url('../images/wiecej.png') no-repeat;
	border: 0;
	margin: 55px 0 0 110px;
	clear: both;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	width: 80px;
	height: 19px;
}
input#kup {
	background: url('../images/kup.png') no-repeat;
	border: 0;
	margin: 55px 0 0 60px;
	clear: both;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	width: 46px;
	height: 19px;
}
/** END PRODUCTS **/

/** CART **/
table {
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
tr#first {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background-color: #CCC;
	text-align: center;
}
.tshop {
	height: 22px;
}
td {
	padding: 2px;
}
td.lp {width:10px; padding-left: 2px;}
td.nazwa {padding-left: 5px;}
td.cena {width:120px; text-align: center;}
td.ilosc {width:80px; text-align: center;}
td.wartosc {width:120px; text-align: center;}
td.usun {width:80px; text-align: center;}
.lp, .nazwa, .cena, .ilosc, .wartosc {font-size: 12px;}
td#suma {
	text-align: right;
	border-top: 1px solid #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
input.remove-cart {
	background: url('../images/cart_remove.png') no-repeat;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	border: none;
	cursor: pointer;
}
input.minus {
	background: url('../images/minus.png') no-repeat;
	text-indent: -9999px;
	width: 11px;
	height: 11px;
	border: none;
}
input.plus {
	background: url('../images/plus.png') no-repeat;
	text-indent: -9999px;
	width: 11px;
	height: 11px;
	border: none;
}
input#save {
	background: url('../images/save.png') no-repeat;
	text-indent: -9999px;
	margin: 10px 0 10px 10px;;
	width: 120px;
	height: 31px;
	border: none;
	cursor: pointer;
}
input#send {
	background: url('../images/send.png') no-repeat;
	text-indent: -9999px;
	margin: 10px 0 10px 250px;;
	width: 140px;
	height: 31px;
	border: none;
	cursor: pointer;
}
input#zamawiam {
	background: url('../images/zamawiam.png') no-repeat;
	text-indent: -9999px;
	margin: 10px 0 10px 20px;;
	width: 92px;
	height: 31px;
	border: none;
	cursor: pointer;
}
input#wroc {
	background: url('../images/wroc.png') no-repeat;
	text-indent: -9999px;
	margin: 10px 0 10px 0px;;
	width: 66px;
	height: 31px;
	border: none;
	cursor: pointer;
}
input.ilosc-kosz {
	width: 30px;
	text-align: right;
}
/** END CART **/

/** CONTACT **/
.contact-form {
	background: url('../images/mail.png') 150px bottom no-repeat;
}
.contact-form font {
	font-size: 60%;
}
.contact-form input[type="text"],.contact-form textarea {
	display: block;
	border: 1px solid #ccc;
	margin: 5px 20px;
	padding: 7px 3px;
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /* Konqueror */
	-moz-border-radius: 4px; /* Firefox */
	border-radius: 4px;
	width: 200px;
}
.contact-form textarea {
	height: 80px;
	background-color: rgba(255, 255, 255, 0.7);
}
.contact-form label {
	font-size: 80%;
}
.contact-form input#wyslij {
	background: url('../images/wyslij.png') no-repeat;
	text-indent: -9999px;
	margin: 0 0 10px 20px;;
	width: 92px;
	height: 31px;
	border: none;
	cursor: pointer;
}
/** END CONTACT **/

/** PRODUCT **/
#left, #right {
	position: relative;
	margin-bottom: 20px; 
	display: block;
	width: 45%;
	text-align: center;
}
#rel {
	position: relative;
	margin: 10px 0 40px 0;
	display: block;
	float: left;
	width: 30%;
	text-align: center;
}
.product img {
	border: 1px solid #f3f3f3;
	background: #fafafa;
}
.product {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.product small,.product p,.product b {
	top: 0;
	margin: 0;
	text-indent: 0;
}
.product p {
	margin: 8px 0;
}
h3.p-title {
	font-size: 90%;
	border: 1px solid #f3f3f3;
	background: #fafafa url('../images/strzalka.png') 5px center no-repeat;
	text-align: left;
	padding-left: 20px;
}
#right p {
	text-align: left;
	padding-left: 5px;
}
.product input#kup,.product input#ilosc {
	margin: 0 auto;
	position: relative;
}
.related {
	background-color: #fafafa;
	display: block;
	position: relative;
	float: left;
	width: 100%;
}
.related .products {
	border: 1px solid #f3f3f3;
	background-image: none;
	margin: 10px 10px 30px 10px;
}
/** END PRODUCT **/

/** SEARCH **/
div.search {display: none;}
div#cart {
	vertical-align: top;
	height: 110px;
	width: 120px;
	margin: 21px 10px 0 10px;
	padding: 15px 15px 0 15px;
	border: 3px double #999;
	font-size: 80%;
	float: right;
	text-align: center;
}
div#cart small {
	display: block;
}
a.b-search {
	margin-top:-25px;
	font-size: 60%;
	right: 30px;
	position: absolute;
	padding: 4px 4px 4px 15px;
	border: 1px solid #999;
	background:#f0f0f0 url('../images/arrow.png') 2px center no-repeat;
}
form.search {
	height: 110px;
	margin: 21px 10px 0 10px;
	padding: 15px 15px 0 15px;
	background:#fff url('../images/search.png') 75% bottom no-repeat;
	border: 3px double #999;
	font-size: 80%;
}
form#sklep {
	float: left;
	background-position: right bottom;
}
form#sklep hr {
	width: 100%;
}
form.search hr {
	width: 65%;
	border: none;
	border-top: 1px solid #999;
	display: block;
	margin: 8px 0 8px 0;
}
form.search label {
	position: relative;
	margin-left: 10px;
	width: 250px;
	float: left;
	font-size: 95%;
}
form.search #q {
	width: 200px;
}
form.search .pr {
	width: 30px;
}
form.search input#szukaj {
	background: url('../images/szukaj.png') no-repeat;
	text-indent: -9999px;
	margin: 0 0 0 10px;;
	width: 52px;
	height: 24px;
	border: none;
	cursor: pointer;
}
#s-results {
	margin-top: 30px;
}
#s-results span {
	display: block;
	position: relative;
	padding: 5px;
	font-size: 90%;
}
hr.ce {
	margin: 5px;
	width: 300px;
}
/** END SEARCH **/

/** TOOLTIP **/
#preview {
	position: absolute;
	border: 1px solid #7b7b7b;
	background: #e8e8e8;
	padding: 4px;
	display: none;
}
.preview {
	cursor: pointer;
}
/** END TOOLTIP **/

/** LOGIN-FORM **/
.login-form {
	width: 400px; overflow: auto;
	height: 220px; padding: 10px;
	position: relative; background: #fff url('../images/user-icon.png') no-repeat 230px 0px;
	font-family: Helvetica, Arial !important;
}
.login-form .input {
	display: block;
	border: 1px solid #ccc;
	margin: 5px 20px;
	padding: 9px 4px;
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /* Konqueror */
	-moz-border-radius: 4px; /* Firefox */
	border-radius: 4px;
	width: 200px;
}
.login-form .input:hover {
	border-color: #b1b1b1;	
}
.login-form .input:focus {
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
}
.login-form input[type="submit"] {
	background: url('../images/login.png') no-repeat;
	border: 0;
	clear: both;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	left: 250px;
	top: 150px;
	width: 92px;
	height: 31px;
}
hr {
	margin-top: 25px;	
}
p.statement {
	text-indent: 0;
	left: 10px;
	font-size: 13px;
	color: #6d6d6d;
	text-shadow: 1px 1px 0px #fff;
}
.login {
	width: 370px;
	float: left;
	border-right: 1px solid #ccc;
	padding: 10px 10px 30px 10px;
	margin-right: 10px;
	background: url('../images/user-icon.png') top right no-repeat;
	font-family: Helvetica, Arial !important;
}
#log {
	border: none;
	margin-left: 200px;
	background: none;
}
.login .input {
	display: block;
	border: 1px solid #ccc;
	margin: 5px 20px;
	padding: 9px 4px;
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /* Konqueror */
	-moz-border-radius: 4px; /* Firefox */
	border-radius: 4px;
	width: 200px;
}
.login input[type="submit"] {
	background: url('../images/login.png') no-repeat;
	border: 0;
	clear: both;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	left: 100px;
	top: 20px;
	width: 92px;
	height: 31px;
}
.sendpass {
	padding: 10px 10px 30px 10px;
	background: url('../images/user-get-pass.png') top right no-repeat;
	font-family: Helvetica, Arial !important;
}
.sendpass .input {
	display: block;
	border: 1px solid #ccc;
	margin: 10px 20px;
	padding: 9px 4px;
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /* Konqueror */
	-moz-border-radius: 4px; /* Firefox */
	border-radius: 4px;
	width: 200px;
}
.sendpass input[type="submit"] {
	background: url('../images/get-pass.png') no-repeat;
	border: 0;
	clear: both;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	left: 140px;
	top: 0px;
	width: 92px;
	height: 31px;
}
/** END LOGIN-FORM **/

/** REGISTER **/
#reg-form {
	padding: 10px;
	background: url('../images/user-add-icon.png') top right no-repeat;
	font-family: Helvetica, Arial !important;
}
#reg-form .input {
	border: 1px solid #ccc;
	margin: 5px 20px;
	padding: 5px 4px;
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /* Konqueror */
	-moz-border-radius: 4px; /* Firefox */
	border-radius: 4px; 
	width: 250px;
}
legend {
	font-size:120%;
	font-weight: bold;
}
#reg-form fieldset {
	display: block;
	padding-bottom: 20px;
	margin-left: 10%;
}
#reg-form label {
	display: block;
	margin-left: 10px;
}
#reg-form .input:hover {
	border-color: #b1b1b1;	
}
#reg-form .input:focus {
	-moz-box-shadow: 0 0 3px #ccc;
	-webkit-box-shadow: 0 0 3px #ccc;
}
#check {
	padding: 3px 0 3px 0;	
}
#reg-form input[type="submit"] {
	background: url('../images/wyslij.png') no-repeat;
	border: 0;
	margin: 10px;
	clear: both;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	left: 80px;
	top: 10px;
	width: 92px;
	height: 31px;
}
/** END REGISTER **/

div#cdl {
	float: left;
	width: 45%;
}
div#cdr {
	float: right;
	width: 45%;
	margin-bottom: 40px;
}
label#radio {
	margin: 10px 0 10px 0;
	display: block;
}
textarea#comments {
	border: 1px solid #ccc;
	margin: 5px 20px;
	padding: 5px 4px;
	-webkit-border-radius: 4px; /* Safari, Chrome */
	-khtml-border-radius: 4px; /* Konqueror */
	-moz-border-radius: 4px; /* Firefox */
	border-radius: 4px; 
	width: 250px;
	height: 100px;
}
.checkbox {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  margin: 0 0 0 25px;
  background: url('../images/checkbox.png') no-repeat;
  display: block;
  clear: left;
  float: left;
}
.radio {
  width: 19px;
  height: 25px;
  padding: 0 5px 0 0;
  margin: 0 0 0 25px;
  background: url('../images/radio.png') no-repeat;
  display: block;
  clear: left;
  float: left;
}
/** Autocomplete **/
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;
}
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}
.ac_odd {
	background-color: #eee;
}
.ac_over {
	background-color: #0A246A;
	color: white;
}
/** End Autocomplete **/
