html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, kbd, tt {
	margin: 0;
	padding: 0;
	border: 0;
}
a, a:visited {
	text-decoration: none;
}
a:link, a:active, a:focus
{
}
a {
	color: #666;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
}
/* */
html {
	overflow-y: scroll;
}
body {
	background: #fff url(gfx/tlo-top.png) repeat-x top center;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
#kontener {
	margin: 0 auto;
	width: 960px;
}
#top {
	position: relative;
	height: 200px;
}
#top #logo {
	position: absolute;
	top: 80px;
	left: 30px;
} 
#top #cart-info {
	position: absolute; /* czy napewno */
	font: 0.88em Verdana;
	color: #fff;
	margin: 18px 30px 0;
	
	display: none;
}
#top-menu {
	position: absolute;
	top: 50px;
	right: 0;
	border-bottom: 1px solid white;

}
#top-menu ul {
	border-bottom: 1px solid #b8b8b8;
	height: 50px;
}
#top-menu li {
	float: left;
	padding: 0 10px;
	line-height: 50px;
}
#top-menu li:hover{
	background-image: url(gfx/top-menu-hover.png);
}
#top-menu a {
	font-size: 0.75em;
	font-weight: bold;
	color: #333;
}
#top-search {
	position: absolute;
	bottom: 25px;
	right: 20px;
}
#top-search #in_search {
	sbackground: transparent url(gfx/lupa.gif) no-repeat right;
	border: 1px solid;
	border-color: #afafaf #eee #eee #afafaf;
}
#top-search h3 {
	text-align: right;
	margin-bottom: 5px;
}
#work-time {
	position: absolute;
	bottom: 25px;
	right: 250px;
}
#work-time h3 a, #top-search h3 {
	font-size: 19px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #697c0c;
	font-family: Tahoma;
}
#work-time span {
	font-size: 0.75em;
	color: #999999
}
#menu-left {
}
#main {
	position: relative;
}
#main #content {
	background: #fff url(gfx/content.png) repeat-x top right;
	/* margin: 0 226px; */
	margin-left: 226px;
	position: relative;
	z-index: 0;
}
#main #content #wrap {
	margin-right: 226px;
	padding-top: 35px;
}

#main #menu-left {
	float: left;
	margin-top: -12px;
	width: 224px;
	position: relative;
	z-index: 3;
}
#main #menu-right {
	float: right;
	width: 224px;
	position: relative;
	top: 30px;
	z-index: 2;
	sdisplay: none;
	
}
#main h2{
	background: #aece21 url(gfx/header.png) repeat-x top;
	line-height: 30px;
	color: #fff;
	padding: 10px;
	font: bold 12px verdana;
	text-transform: uppercase;
}
#productList {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
}
#productList th {
	font-weight: bold;
	font-size: 14px;
	height: 30px;
	background-color: #f7f7f7;
}
#productList th a {
	color: #000;	
}
#productList td {
	padding: 1px;
	font-weight: bold;
}
#productList tr {
	/* border-top: 1px solid #ccc; /* nie dziala w IE */
}
#productList .name, #productList .img, #productList .price {
	border-top: 1px solid #ccc;
}
#productList .name .notavail {
	font-size: 10px;
	display: block;
	font-weight: normal;
	color: gray;
}
#productList .name .avail {
	font-size: 10px;
	display: block;
	font-weight: normal;
	color: #1d8b00;
}
#productList tr:hover {
	background-color: #f7f7f7;
}
#productList .img {
	text-align: center;
	width: 50px;
}
#productList .name  {
	sborder-right: 1px solid #ccc;
}
#productList .name a {
	color: #000;
}
#productList .price {
	text-align: right;
	padding-right: 20px;
	width: 80px;
}
#productList .price a {
	color: #de5b5b;
}
#productList .img img{
	height: 36px;
	width: 36px;
}

/****** CART *******/

#cart table {
	width: 100%;
	font-size: 12px;
}
#cart td, #cart th {
	border-top: 1px solid #ccc;
	sborder-right: 1px solid #ccc;
	padding: 1px;
}
	
#cart th, #cart .summary td {
	font-weight: bold;
	height: 30px;
}
#cart td.price, #cart td.quantity, #cart td.total {
	text-align: right;
}
#cart th.price, #cart th.quantity, #cart th.total {
	text-align: right;
}
#cart .quantity input {
	width: 30px;
}
#cart .name a {
	color: #000;
	font-weight: bold;
}
#cart .carttotal {
	color: #de5b5b;
	text-align: right;
}
#cart .checkout {
	background: url(gfx/zloz-zamowienie.png) no-repeat left top;
	height: 37px;
	width: 141px;
	border: 0px;
	cursor: pointer;
}
#cart .refresh {
	background: url(gfx/przelicz.png) no-repeat left top;
	height: 31px;
	width: 80px;
	border: 0px;
	cursor: pointer;
	margin-right: 120px;
}
#cart .totaltopay {
	
}

.treemenu li {
	margin-left: 10px;
}
#treemenu {
	background: #f7f7f7 url(gfx/menu-top.png) no-repeat left top;
	padding: 36px 0;
}
#treemenu img
{
	width: 28px;
	height: 28px;
	margin-right: 3px;
	vertical-align: middle;
	border-bottom: none;
}
#treemenu li {
	font-size: 0.75em;
	font-size: 12px;
	padding: 1px 15px 0; /* 1px z przodu i 0 na koncu dla ie6 */
	font-weight: bold;
	color: #666;
	border-bottom: 1px solid #efefef;
}
#treemenu li ul {
	background-color: #efefef;
	margin: 0 10px;
}
#treemenu li li {
	font-weight: normal;
	font-size: 11px;
}
#treemenu li li span{
	padding: 4px 0;
	-padding: 0;
}
#treemenu li .collapsable span {
	color: #333;
}
#treemenu li li, #treemenu li li span{
	border: 0;
}
#treemenu a {
	display: block;
}
#treemenu .hitarea 
{
	display: none;
}
#treemenu span {
	display: block;
	border-bottom: 1px solid #ccc;
	padding: 6px 0;
	margin: 0 10px;
	cursor: pointer;
}
#treemenu .selected {
	scolor: #819718;
	color: #CC0000;
	font-weight: bold;
}
#main #menu-left ul.cat {
	sbackground: #f7f7f7 url(gfx/menu-top.png) no-repeat left top;
	background-color: #f7f7f7;
	padding: 36px 0;
	smargin: 36px 0;
	sborder-right: 1px solid #e6e6e6;
	zoom: 1;
}
#main #menu-left ul.cat li {
	font-size: 0.75em;
	font-weight: bold;
	border-bottom: 1px solid #efefef;
	padding: 1px 15px 0; /* 1px z przodu i 0 na koncu dla ie6 */
}
#main #menu-left ul.cat div {
	border-bottom: 1px solid #ccc;
	padding: 6px 0;
	margin: 0 10px;
}
#main #menu-left ul.cat a {
	color: #666;
}
#main #menu-left ul.sub-cat {
	background-color: #efefef;
	padding: 5px 10px;
	margin: 5px 0;
	border-top: 1px solid #ccc;
}
#main #menu-left ul.sub-cat li {
	padding: 4px 10px;
	font-weight: normal;
	font-size: 11px;
}
#main #menu-left ul.sub-cat a {
	color: #999;
}
#main #menu-left li.opened {

}
#main #menu-left li.opened a {
	color: #666;
}
#main #menu-left li.box a {
	color: #999;
}
#main #menu-left li.selected a {
	color: #819718;
	font-weight: bold;
}
#main #menu-left #newsletter {
	background: url(gfx/newsletter.png) no-repeat center top;
	height: 178px;
	padding: 30px;

}
#main #menu-left #newsletter h3, #bestseller h3 {
	font-size: 1em;
	font-family: "Myriad Pro", Tahoma;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
}
#main #menu-left #newsletter p {
	font-size: 0.75em;
	padding: 20px 0;
	color: #fff;
}
#main #menu-left #newsletter input {
	width: 150px;
}
#newsletter input {
	color: #c5c5c5;
}
#main #menu-left #newsletter a {
	font-size: 0.63em;
}
#menu-left #partners h3 {
	font-size: 19px;
	font-weight: normal;
	text-align: center;
	font-family: Tahoma;
	margin-bottom: 10px;
}
#menu-left #partners {
	text-align: center;
}
#main #bestseller ol
{
	color: #c00;
	margin: 10px 20px 20px 10px;
	overflow: hidden;
	padding-left: 30px;
	padding-top: 30px;
}
#main #bestseller h3 {
	margin-left: 40px;
}
#main #bestseller li {
	font: bold 11px/2.5em Verdana;
	border-bottom: 1px solid #ccc;
	list-style-type:decimal;
}
#main #bestseller a
{
	display:block;
	color: #666;
	white-space:nowrap;
}
#main #bestseller li:hover
{
	background-color: #f7f7f7;
}
#main #bestseller {
	margin-top: 1px;
}

#main #bestseller {
	background: transparent url(gfx/bestseller-top.png) no-repeat top left;
	padding-top: 25px;
	border-left: 1px solid #e6e6e6;
}

#main #bestseller h2 {
	display: none;
}
.clear {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
	width:100%;
}

#footer{
	position: relative;
}
#footer .left,
#footer .right,
#footer .wrap {
	position: absolute;
	top: 0;
	height: 328px;
}
#footer .left,
#footer .right {
	width: 50%;
	background-repeat: repeat-x;
}
#footer .left {
	left: 0;
	width: 50%;
	background-image: url(gfx/bottom-left.png);
}

#footer .right {
	left: 50%;
	background-image: url(gfx/bottom-right.png);
}
#footer .wrap {
	left: 50%;
	width: 950px;
	margin-left: -475px;
	background: url(gfx/bottom.png) 50% 0 no-repeat;
}
.navigation {
	font-size: 0.77em
}
.navigation a {
	margin-right: 8px;
	text-decoration: underline;
}
/*
	PRODUCT
*/
#product {
padding: 40px 20px;
float:left; /* nie powinno tak byc */
position: relative;
width: 692px;
}
#product * {
	sborder: 1px solid red;
}
#product p {
	font-size: 12px;
}
#product #imagebox {
	float:left;
	position:relative; /* fix for IE 6  */
	width:350px;
	margin: 20px 0;
}
#product #imagebox {
	border: 1px solid #ccc;
}
#product #imagebox .smallimg {
	text-align:center;
}
#product #shortdescbox {
	float: left;
	position: relative;
	margin-left: 10px;
	width: 330px;
}
#product .admin {
	sdisplay: none;
}
#product .addcomment br {
	clear:left;
}
#product .addcomment label {
	display: block;
	width: 30%;
	float: left;
	text-align: right;
	margin: 4px;
	margin-right: 20px;
}
#product .addcomment .text {
	float: left;
	width: 300px;
}

#product .addcomment td {
	text-align:center;
	width: 23px;
	height: 23px;
}

#product .addcomment .buttons {
	margin: 5px;
	text-align: center;
}
#product .addcomment form input.radio {
	border:none;
}
#comments div {
	margin: 20px 0;
}
#comments .commenthead {
	background-color: #efefef;
	margin: 0;
}
#comments .commentbody {
	margin: 5px 0 20px 0;
}
#comments .toconfirm .commenthead {
	background-color: #f44;
}
#comments .toconfirm .commentbody {
	background-color: #fbb;	
}

#content #shortdescbox h1 {
	margin: 10px 0;
	font: 20px Tahoma, sans-serif;
}
.infobox {
	color: #494949;
	font: 1em arial;
	letter-spacing: 0.02em;
	width: 200px;
	text-align: center;
}
.infobox div {
	margin: 3px;
}
.infobox .price {
	font-size: 0.88em;
	font-weight: bold;
	margin-top: 30px;
}
.infobox .price span {
	font: 1.7em Tahoma;
	color: #c00;
}
.infobox .delivcost,
.infobox .delivinfo {
	font-size: 0.88em;
	margin-bottom: 30px;
	color: #000;
}
.rating .stars, .rating .stars div {
	background: #fff url("gfx/star0.png") repeat-x;
	width: 115px;
	height: 22px;
	text-align: left;
}
.infobox .rating {
	margin-top: 30px;
	font-size: 14px;
	font-weight: bold;
}
.rating .stars {
	margin: 0 auto;
}
.rating .stars div {
	background: #fff url("gfx/star1.png") repeat-x;
	margin: 0;
}
.rating div.s0 {
	width: 0;
}
.rating div.s1 {
	width: 23px;
}
.rating div.s2 {
	width: 46px;
}
.rating div.s3 {
	width: 69px;
}
.rating div.s4 {
	width: 92px;
}
.rating div.s5 {
	width: 115px;
}

#slider {
	width: 690px;
	position: relative;
}
.scroll {
	overflow: auto;
	position: relative; /* fix for IE 6 to respect overflow */
	clear: left;
	width: 690px;
}
.scrollContainer {
	width: 10000px; /* chyba starczy */
}
.scrollContainer div.panel {
	float: left;
	padding: 20px;
	width: 650px; /* change to 560px if not using JS to remove rh.scroll */
}
.tabs {
	background: #aece21 url(gfx/header.png) repeat-x top;
	height: 51px;
}
.tabs li {
	float: left;
	width: 100px;
	text-align: center;
	font-size: 12px;
	margin: 3px 5px;
}
.tabs a {
	display: block;
	height: 30px;
	color: black;
	font-weight: bold;
	padding: 4px;
}
.tabs a.selected {
	position: relative;
	background-color:#AEBD69;
	outline: 0;
}
/* wyglad */
#slider .panel {
	font-size: 0.75em;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
#slider .panel table,
#slider .panel td {
	sborder: 1px solid #ccc;
}
#slider .panel td {
spadding: 3px;
sbackground-color: #f7f7f7;
}
#slider .panel table .left {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
#filters {
	font-size: 0.75em;
	margin-bottom: 10px;
}
#info {
	font-size: 12px;
	margin: 10px;
}
#info p {
	margin: 15px;
	line-height: 18px;
	stext-indent: 3em;
}
ol.roman {
	margin: 10px 40px;
}
ol.roman li {
	list-style-type: upper-roman;
	font-weight: bold;
}
ol.roman ol{
	margin: 10px 0;
}
ol.roman ol li {
	list-style-type: decimal;
	font-weight: normal;
}
#faq {
	font-size: 12px;
	margin: 10px;
}
#faq ol{
	margin: 10px 30px;
	padding:0;
}
#faq ol li, #kupony li{
	padding: 2px;
	list-style-type: decimal;
}
#faq .faq_answer, #kupony {
	padding: 10px;
}
#error {
	border: 1px solid #8b0000;
	background-color: #fbb;
}
#error p{
	font-size: 14px;
	font-weight: bold;
	margin: 20px;
	font-family: Arial;
}
fieldset {
	border: 1px solid #c5c5c5;
	margin: 10px;
	padding: 5px;
	font-size: 12px;
}
fieldset legend {
  font-weight:bold;
  color: #666;
  padding-bottom: 5px;
}
#orderform fieldset legend {
	font-size: 16px;
	font-family: Arial;
}
#order {
	font-size: 0.75em;
}
#order fieldset label {
	width: 160px;
	margin: 4px;
	display: -moz-inline-box; /* dla fx2 */
	display: inline-block;
	text-align: right;
}
#order .text {
	width: 250px;
	margin: 2px;
	vertical-align: top;
}
#order form label.radio {
	display: inline;
	width:auto;
}
#order fieldset span {
	display: block;
}
#order input.error, #cart input.error {
	border:1px dotted red;
}
#order label.error, #cart label.error {
	color: red;
	display: none;
	width:auto;
}
#order input.error.radio, #cart input.error.radio {
	border: 0;
}
#order .buy {
	background: url(gfx/zamawiam.png) no-repeat left top;
	height: 37px;
	width: 141px;
	border: 0px;
	cursor: pointer;
}
#totalorder {
	margin: 10px;
	border: 1px solid #c5c5c5; 
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background-color: #f7f7f7;
}
#totalorder .price {
	color: #de5b5b;
}

.pagnation {
	text-align: center;
	font-size: 12px;
}
#resultsinfo {
	font-size: 12px;
}

.tableborder, .tableborder td {
	font-size: 12px;
	border-collapse: collapse;
}
.tableborder tr:hover {
	background-color: #f7f7f7;
}
#news {
	margin: 20px 0 20px 0;
}
#news p, #news table {
	font-size: 14px;
	font-weight: bold;
	margin: 0 20px;
	line-height: 1.2em;
}
#news table {
	margin-top: 15px;
}
#news table td {
	padding: 3px;
}
#logos {
	text-align: center;
	background-color: #f3f3f3;
	margin: 20px 0 20px 0;
	padding-top: 20px;
}
#logos h3 {
	font-size: 14px;
}
#logos object {	
		margin: 20px 0 20px 0;
}
#emailinfo {
	font-size: 11px;
}
.e {
	color: red;
}
#orderview {
	font-size: 12px;
}
#orderview h3 {
	font-size: 14px;
	margin: 20px;
}
#instalments label {
	width: 260px;
	margin: 4px;
	display: -moz-inline-box; /* dla fx2 */
	display: inline-block;
	text-align: right;
}
#instalmentSimulate {
	cursor:pointer;
	font-weight: bold;
}
#wysokoscRaty {
	font-weight: bold;
	font-size: 14px;
}
.doted li {
	margin: 5px;
	margin-left: 15px;
	list-style: disc;
}
.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }
#info .raty li {
	margin: 5px;
	margin-left: 40px;
	list-style: disc;
}
#info .ratyjakkupic li {
	list-style: decimal;
	margin-left: 20px;
}
#info .ratyjakkupic li ul li {
	list-style: disc;
	margin-left: 40px;
}
#info .ratyjakkupic a {
	color: #000;
}
#srchresopt{
	font-size: 12px;
	margin: 10px;
}
#loading-mask {
	left: -2px;
	top: 0px;
	width: 100%;
	height: 100%;
	position:absolute;
	text-align:center;
}
#loading-mask .loader {
	position:fixed;
	left:40%;
	width:250px;
	padding: 10px;
	background-color: white;
	opacity:0.8;
	border: 2px solid gray;
	margin-top: 20%;
	/*top:40%;*/
	filter: alpha(opacity=80);
}

#sigma_atuty ol li {
	list-style: decimal;
	margin-left: 30px;
}
#sigma_atuty ul li {
	line-height:160%;
	list-style:disc outside none;
	margin-left:20px;
}