html { margin: 0; padding: 0; }
body {
	margin: 0;
	padding: 0;
	background-color: white;
	background-image: url("gfx/layout/bg-main.gif");
	background-repeat: repeat-x;
	font-family: Arial, Calibri, sans-serif;
	font-size: 12px;
}

a {
	color: #212D9D;
	text-decoration: none;
}

a:hover {
	color: #0B1366;
	text-decoration: underline;
}

a img {
	border: none;
}

#container, #botcontainer {
	width: 960px;
	margin: 0px auto;
	position: relative;
}

#logo {	/* logo strony */
	width: 306px;
	height: 40px;
	position: absolute;
	top: 24px;
	left: 0px;
	display: block;
	background-image: url("gfx/layout/logo.gif");
	z-index: 1;
}

#topmenu {
	position: absolute;
	top: 84px;
	height: 49px;
	width: 700px;
	z-index: 1;
	overflow: hidden;
}

#topmenu a {
	font-size: 16px;
	display: block;
	float: left;
	margin: 0px 10px;
	color: #5A4530;
	height: 49px;
	cursor: pointer;
}

#topmenu a .t {
	display: block;
	padding-top: 15px;
	float: left;
	cursor: pointer;
}

#topmenu a .l, #topmenu a .r {
	float: left;
	width: 5px;
	height: 49px;
	cursor: pointer;
} 

#topmenu .current .l {
	background-image: url("gfx/layout/topmenuleft.gif");
}

#topmenu .current .r {
	background-image: url("gfx/layout/topmenuright.gif");
}

#topmenu .current {
	color: #FFF;
	background-color: #DB920F;
}

#topmenu a:hover {
	text-decoration: none;
}

#topmenu .przerwa {
	width: 2px;
	height: 49px;
	background-image: url("gfx/layout/topmenubreak.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	float: left;
}

#searchbar {	/* div z wyszukiwaniem na gorze strony */
	background-image: url("gfx/layout/bg-topsearch.gif");
	width: 217px;
	height: 34px;
	position: absolute;
	right: 0px;
	top: 93px;
	z-index: 1;
}

#searchbar input {	/* pole do wpisania z wyszukiwaniem */
	border: none;
	font-size: 16px;
	position: absolute;
	top: 6px;
	left: 5px;
	background-color: #ECE7D3;
	color: #36280B;
	height: 21px;
	line-height: 21px;
	width: 161px;
}

#searchbar a {	/* przycisk do uruchomienia wyszukiwania na gorze */
	width: 30px;
	height: 28px;
	display: block;
	top: 3px;
	left: 180px;
	position: absolute;
	opacity: 0.3;
}

#navbar {	/* na gorze "jestes w" itd */
	padding-top: 166px;
	height: 37px;
	clear: both;
	position: relative;
}

#navbar .jestesw {	/* przycisk "jestes w" */
	width: 123px;
	height: 35px;
	float: left;
} 

#path {	/* sciezka w navbarze */
	display: block;
	float: left;
	padding-left: 10px;
	font-size: 16px;
	color: #463D32;
	line-height: 35px;
	width: 610px;
	overflow: hidden;
	height: 35px;
	white-space: nowrap;
}

#path a {
	color: #463D32;
}

#path em {
	color: #9A8669;
}

#path .eop {	/* end of path - ostatni element sciezki */
	font-weight: bold;
}

#loguj {
	font-size: 16px;
	color: #6B6356;
	position: absolute;
	right: 130px;
	top: 172px;
}

#loguj a {
	color: #6B6356;
	text-decoration: underline;
}
#konto img{
	border-width: 0;
	vertical-align: middle;
	margin-left: 10px;
}
#konto {
	font-size: 16px;
	color: #6B6356;
	position: absolute;
	right: 15px;
	top: 172px;
}

#konto a {
	color: #6B6356;
	text-decoration: underline;
}

#nowekonto {	/* przycisk graficzny "nowe konto" */
	width: 125px;
	height: 31px;
	position: absolute;
	right: 0px;
	top: 166px;
}

.breaker {	/* pozioma linia pod przyciskiem "jestes w" */
	margin-top: 5px;
	border-top: 1px solid #D0B999;
	clear: both;
	height: 2px;
	overflow: hidden;
}

.maincont {	/* glowna tresc ponizej paska nawigacyjnego */
	background-image: url("gfx/layout/bg-maincont.gif");	
	margin-top: 6px;
	margin-bottom: 25px;
}

.maincont .c1, .maincont .c2, .maincont .c3 {
	float: left;
}

.maincont .c1 {		/* lewa kolumna - z kategoriami */
	width: 188px;
}

.maincont .c2 {
	width: 580px;
	padding: 0px 7px 0px 12px;
}

.maincont .c3 {
	width: 172px;
}

.maincont .c2 .c2title {	/* brazowy pasek na srodku na gorze z nazwa kategorii lub produktu */
	font-size: 16px;
	font-weight: bold;
	color: #EEDBBD;
	background-image: url("gfx/layout/bg-centertitle.gif");
	padding-top: 6px;
	padding-left: 8px;
	height: 26px;
	clear: both;
}

.maincont .c2 .c2title2 {	/* drugi pasek na srdoku z nazwa czegostam - podobny do powyzszego*/
	font-size: 16px;
	font-weight: bold;
	color: #3D2813;
	background-image: url("gfx/layout/bg-centertitle2.gif");
	padding-top: 6px;
	padding-left: 8px;
	height: 27px;
	clear: both;		
}

.maincont .c2 .sorttype { /* rodzaj sortowania */
	text-align: right;
	font-size: 11px;
	padding-top: 5px;
	color: #998c7b;
}

.maincont .c2 .sorttype a {
	color: black;
}

.maincont .c2 .sorttype img {
	padding: 0px 2px;
}

.maincont .c3 .reklama {	/* box z reklamami wg zalozen mial miec 160px */
	width: 160px;
	margin-left: 6px;
}

.prodinlist {	/* box z produktem w liscie produktow */
	width: 182px;
	height: 182px;
	background-image: url("gfx/layout/prodframe.gif");
	background-repeat: no-repeat;
	background-position: 0px 25px;
	float: left;
	margin-top: 15px;
	position: relative;
}

.prodinlist strong {	/* nazwa produktu w boxie */
	font-weight: bold;
	font-size: 14px;
	color: #DC9111;
	display: block;
	height: 16px;
	overflow: hidden;
}

.prodinlist strong a {
	color: #DC9111;
}

.prodinlist .prodimg {	/* div zawierajacy obrazek produktu w liscie produktow */
	width: 170px;
	height: 129px;
	position: absolute;
	top: 31px;
	left: 6px;
}
.prodinlist .prodimg a{
	width: 170px;
	height: 129px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	
}
.prodinlist .prodimg a img{
	display: none;	
}

.prodinlist .prodprice {	/* cena produktu w liscie produktow */
	color: #DB930D;
	position: absolute;
	top: 167px;
}

.prodinlist .prodprice em {	/* cena (w pln) produktu w liscie produktow */
	font-style: normal;
	color: #422B09;
}

.prodinlist .proddetails {
	position: absolute;
	top: 167px;
	left: 115px;
	width: 67px;
	text-align: right;
}

.prodinlist .proddetails a {
	color: #998C7B;
	text-decoration: none;
	
}

.prodlistspacer {	/* przerwa pomiedzy produktami w liscie */
	width: 17px;
	height: 182px;
	float: left;
}

.pages {
	text-align: center;
	clear: both;
	padding: 25px 0px;
	color: #D8D5CE;
	font-size: 14px;
}

.pages a {
	color: #4F3819;
}

.pages .pagesnp {	/* linki: nastepna, poprzednia */
	color: #DB930D;
}

.box1 {	/* box z kategorią */
	background-color: #D3C1AB;
	width: 184px;
	position: relative;
	color: #564C3E;
	margin-bottom: 12px;
}

.box1 a {
	color: #564C3E;
}

.box1 .tit { /* wystajacy cycuszek przy boxie */
	width: 11px;
	height: 25px;
	position: absolute;
	left: 184px;
	top: 15px;
	background-image: url("gfx/layout/box1tit.gif");
}

.boxcont {	/* tresc boxa z kategoriami */
	padding: 4px 9px;
}


.box1 .up, .box1 .bott {
	width: 184px;
	height: 4px;
}
	
.box1 .up {
	background-image: url("gfx/layout/box1up.gif");
}

.box1 .bott {
	background-image: url("gfx/layout/box1bott.gif");
}

.clear {	/* div czyszczacy floaty */
	clear: both;
	float: none;
	height: 1px;
	overflow: hidden;
}

#bottom {	/* brazowa stopka */
	position: relative;
	height: 158px;
	background-image: url("gfx/layout/bg-bottom.gif");
	background-repeat: repeat-x;
	background-color: #3D2814;
	color: #A67C46;
}

#botcontainer {	/* tresc stopki = 960px */
	height: 158px;
}

#bottom .rights {	/* napis wszelkie prawa zastrzezone */
	position: absolute;
	left: 0px;
	top: 50px;
}

#bottom .up {	/* przycisk do gory */
	position: absolute;
	width: 167px;
	height: 45px;
	top: -17px;
	right: 120px;
	background-image: url("gfx/layout/up.gif");
}

#bottom .creator {	/* link do wykonawcy */
	color: #A67C46;
	position: absolute;
	right: 0px;
	top: 120px;
}

.zapychacz {	/* klasa zrobina na potrzeby designu zapych wolna przestrzen */
	height: 550px;
}


/**
 *
 * NOWE STYLE
 *
 **/



.text{ /* pola tekstowe */
	border: 1px solid #C8B49C;
	font-size: 12px;
	background-color: #ECE7D3;
	width: 161px;
	color: #36280B;
	height: 16px;
	line-height: 16px;
	padding: 1px 2px;
}
select.text{ /* listy wyboru */
	border: 1px solid #C8B49C;
	font-size: 12px;
	background-color: #ECE7D3;
	width: 161px;
	color: #36280B;
	height: 20px;
	line-height: 20px;
}

.textFocus{ /* pola tekstowe */
	border: 1px solid #C0A78C !important;
	background-color: #F9F7EB !important;
}

/**
 * MENU w lewym box'ie
 **/
.catMenuHolder ul.catMenu{
	list-style-type: none;
	padding: 0;
	margin: 0;		
}
.catMenuHolder ul.catMenu li a.current{
	color: #FF0000;
}
	/* poziom 0 */
	.catMenuHolder ul.catMenu_l0{
		list-style-type: none;
		padding: 0;
		margin: 0;		
	}
	.catMenuHolder ul.catMenu_l0 li, .catMenuHolder ul.catMenu_l0 li a{
		font-weight: bold;
	}
	
	/* poziom 1 */
	.catMenuHolder ul.catMenu_l1{ 
		list-style-type: none;
		padding: 0;
		margin: 0 0 5px 5px;		
	}
	.catMenuHolder ul.catMenu_l1 li, .catMenuHolder ul.catMenu_l1 li a{ 
		font-weight: normal;	
	}
	
	/* poziom 2 */
	.catMenuHolder ul.catMenu_l2{ 
		list-style-type: none;
		padding: 0;
		margin: 0 0 5px 5px;		
	}
	.catMenuHolder ul.catMenu_l2 li, .catMenuHolder ul.catMenu_l2 li a{ 
		font-weight: normal;	
		color: #796B58;		
	}
	
	/* poziom 2 */
	.catMenuHolder ul.catMenu_l3{ 
		list-style-type: none;
		padding: 0;
		margin: 0 0 5px 5px;		
	}
	.catMenuHolder ul.catMenu_l3 li, .catMenuHolder ul.catMenu_l3 li a{ 
		font-weight: normal;	
		color: #9A8A74;	
	}


/** przydatne klasy **/
.bold{font-weight: bold;}
.normal{font-weight: normal;}

/**
 * DODATKOWE
 **/
.hr{
	margin-top: 5px;
	border-top: 1px solid #D0B999;
	clear: both;
	height: 2px;
	overflow: hidden;
}
.clear{clear: both !important;width: 100%;}
.s10{
	clear: both;
	height: 10px;
	line-height: 10px;
}
.s100{
	clear: both;
	height: 100px;
	line-height: 100px;
}

/**
 * Obramowania
 **/
.bDottedTH{border-bottom: 1px dotted #C8C3C0 !important;}

/**
 * Usuwanie obramowania
 **/
.noborder{border-width: 0 !important;}
.noRborder{border-right-width: 0 !important;}
.noLborder{border-left-width: 0 !important;}
.noBborder{border-bottom-width: 0 !important;}
.noTborder{border-top-width: 0 !important;}

.noBGimg{background-image: none !important;}/* usuwa obrazek tła pozostawiając kolor */

.fleft{float: left;}
.fright{float: right;}

.w50p{width: 50%;}
.w60p{width: 60%;}

.right{text-align: right !important;}
.left{text-align: left !important;}
.center{text-align: center !important;}
.top{vertical-align: top;}
.middle{vertical-align: middle;}
.bottom{vertical-align: bottom;}

.bold{font-weight: bold;}
.italic{font-style: italic;}
.upper{text-transform: uppercase;}
.lower{text-transform: lowercase !important;}
.underline{text-decoration: underline;}

.fs05em{font-size:0.5em;}
.fs15em{font-size:1.5em;}

.yes{color: #648E1A;}
.no{color: #C8533A;}

.nomargin{margin: 0 !important;}

.pointer{cursor: pointer;}

.hint{color: #AAAAAA !important; font-style: italic; font-size: 9px;}

/**
 * KOMUNIKATY
 **/
 
.infoBig{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.errorBig, .successBig{
	position: relative;
	margin: 5px auto;
	width: 100%;
}
.errorBig .head, .successBig .head{
	margin: 5px auto 0 auto; 
	width: 500px;
	letter-spacing: 0.1em;
	font-size: 1.5em;
	line-height: 52px;
}
.errorBig .head img, .successBig .head img{
	margin-top: 4px;
}
.errorBig .body, .successBig .body{
	margin: 0 auto 0 auto; 
	padding: 0 0 1em 96px;
	width: 480px;
}
.errorBig .container, .successBig .container{
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
.errorBig .exit, .successBig .exit{
	height: 16px;
	width: 16px;
	position: absolute;
	top: 4px;
	right: 4px;
	background: url(gfx/useful/cancel.png) center center no-repeat transparent;
	cursor: pointer;
}

.errorBig{
	border-top: 1px solid #DF432A;
	border-bottom: 1px solid #DF432A;
	background: #FFEEEB;	
	color: #DF432A;
}
.successBig{
	border-top: 1px solid #649E1A;
	border-bottom: 1px solid #649E1A;
	background: #F2FBE2;	
	color: #649E1A;
}

.error{
	color: #DF432A;
	background: url(gfx/useful/error.png) center left no-repeat transparent;
	padding-left: 20px;
	padding-right: 3px;
}
.success{
	color: #649E1A;
	background: url(gfx/useful/ok.png) center left no-repeat transparent;
	padding-left: 20px;
	padding-right: 3px;
}
.help{
	color: #6A98C4;
	background: url(gfx/useful/help.png) center left no-repeat transparent;
	padding-left: 20px;
	padding-right: 3px;
}
.button {
	border: 1px solid #5A4532;
	font-size: 12px;
	background-color: #D5C3B3;
	color: #36280B;
	height: 20px;
	line-height: 20px;
	padding: 0 10px 5px 10px;
	cursor: pointer;
}

.singleprod {
	padding-top: 10px;
}

.singleprod .photos { /* zdjecia produktu w widoku produktu */
	float: left;
	width: 190px;
}

.singleprod .miniphotos {
	clear: both;
}

.singleprod .miniphotos .miniphoto {	
	width: 85px;
	padding-left: 5px;
	height: 64px;
	padding-top: 4px;
	background-image: url("gfx/layout/prodminiframe.gif");
	float: left;
	margin: 3px 6px 3px 0px;
}
.singleprod .miniphotos .miniphoto a {
	text-align: center;
	width: 80px;
	height: 60px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
}
.singleprod .miniphotos .miniphoto a img{
	display: none;
}
#mainphoto {
	padding: 6px 0px 0px 5px;
	width: 177px;
	height: 135px;
	background-image: url("gfx/layout/prodframe.gif");
}
#mainphoto a{
	text-align: center;
	width: 172px;
	height: 129px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
}
#mainphoto a img{
	display:none;
}

.singleprod .price {	/* cena produktu w widoku produktu */
	float: left;
	font-size: 20px;
	color: #DB9211;
	width: 190px;
	text-align: right;
}

.singleprod .price .net {
	color: #C0B4A8;
	font-size: 11px;
	text-align: right;
}

.singleprod .price .produrl {
	padding-top: 10px;
	font-size: 11px;
	text-align: right;
}

.singleprod .price .produrl a {
	color: #C0B4A8;
}

.singleprod .seller {	/* opis sprzedawcy w widoku produktu */
	width: 198px;
	float: left;
	text-align: right;
	color: #AC9374;
	font-size: 11px;
}

.singleprod .seller a {
	color: #AC9374;
}

.singleprod .description {
	clear: both;
	padding: 10px 0;
}

.randprods {	/* lista pod podgladem konkretnego produktu */
	padding-left: 12px;
	height: 140px;
}

.randprods a {
	display: block;
	width: 130px;
	float: left;
	height: 100px;
	text-align: center;
	margin: 5px;
	background-image: url("gfx/layout/prodminiframe.gif");
	background-repeat: no-repeat;
	background-position: 20px 30px;
}

.randprods a:hover {
	text-decoration: none;
}

.randprods a em {
	font-size: 14px;
	display: block;
	font-style: normal;
	height: 34px;
	width: 130px;
	color: #847058;
	overflow: hidden;
	cursor: pointer;
}

.randprods a strong {
	display: block;
	width: 80px;
	height: 60px;
	margin: 0px auto;
	font-weight: normal;
	color: #847058;
}

.randprods a span {
	display: block;
	margin-top: 10px;
	width: 130px;
	height: 24px;
	background-image: url("gfx/layout/szczegoly.gif");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}