/* ====================================================================

PFFSHOP
Grupa Pff
http://pff.pl/

Michał Krupa
michal@procommerce.lodz.pl

February 2009


TABLE OF CONTENT:

	1. GLOBAL
		1.1 CSS Reset
		1.2 General styles
	2. BASE
	3. BASIC LAYOUT
		3.1 Header
			3.1.1 Logo
			3.1.2 Contact
		3.2 Content
			3.2.1 Headers
			3.2.2 Main navigation
			3.2.3 Main content wrapper
			3.2.4 Main content
				3.2.4.1 Buttons
				3.2.4.2 Main Search
			3.2.5 Navigation
				3.2.5.1 Submenu
				3.2.5.2 Map
			3.2.6 Sidebar
				3.2.6.1 Shopping cart
				3.2.6.2 Login
				3.2.6.3 Recommend us
				3.2.6.4 Advert
			3.2.7 Footer
	4. MAIN CONTENT LAYOUTS
		4.1 Items overview
		4.2 Categories list
		4.3 Item details
		4.4 Text block
		4.5 Bread crumbs
		4.6 Pageing
		4.7 Sorting criteria
		4.8 Order plan
		4.9 Order details
		4.10 Customer type
		4.11 Customer details
		4.12 Buttons
	5. DYNAMIC ACTIONS
		5.1 Submenu

==================================================================== */




/* --------------------------
1. GLOBAL
---------------------------*/

	/* --------------------------
	1.1 CSS Reset
	---------------------------*/

		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;
		}
		
		:focus {
		outline: 0;
		}
		
		body {
		line-height: 1;
		color: black;
		background: white;
		}
		
		ol, ul {
		list-style: none;
		}
		
		table {
		border-collapse: separate;
		border-spacing: 0;
		}
		
		caption, th, td {
		text-align: left;
		font-weight: normal;
		}
		
		blockquote:before, blockquote:after,
		q:before, q:after {
		content: "";
		}
		
		blockquote, q {
		quotes: "" "";
		}
		
		b, strong {
		font-weight: bold;
		}
		
		i, em {
		font-style: italic;
		}

	/* --------------------------
	1.2 General styles
	---------------------------*/	
	
		body {
		font: 62.5%/1.6 Arial, Helvetica, Verdana, sans-serif;
		}
		
		img {
		display: block;
		border: 0;
		}
			
		label[for] {
		cursor: pointer;
		}
		
		input, select, option, textarea {
		vertical-align: middle;
		}
			input.img, select.img {
			width: auto !important;
			height: auto !important;
			border: 0 !important;
			background: none !important;
			}
		
		/* hidden elements */	
		.h, div.hr hr {
		position: absolute;
		top: -9900px;
		left: 0;
		display: block;
		width: 1px;
		height: 1px;
		overflow: hidden;
		text-indent: -9990px;
		font-size: 1px;
		}
		
		/* floats clear */
		.clear {
		clear: both;
		font-size: 1px;
		visibility: hidden;
		}
	
/* --------------------------
2. BASE
---------------------------*/

 	html {overflow-y: scroll;}

	body {
	color: #686868;
	background-color: #fff;
	background-image: url(img/moje/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}

/* --------------------------
3. BASIC LAYOUT
---------------------------*/

	body {
	padding: 3px 0 0;
	}	
		input, textarea, select {
		background: url(img/inputs/bg.png) no-repeat #fff;
		border: 1px solid #cacaca;
		color: #505050;
		font: 1em/1.6 Arial, Helvetica, sans-serif;
		}	
			input, textarea {
			padding: 4px 3px 4px 10px;
			color: #333;
			}
				input:focus, textarea:focus {
				border-color: #ccc;
				}
				
			input {
			line-height: 1.5em;
			}
			select {
			font-size: 1.2em;
			}
			input.img, select.img {
			padding: 0;
			}

	/* --------------------------
	3.1 Header
	---------------------------*/
	
		#header {
		width: 1000px;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		font-size: 1.1em;
		}

		/* --------------------------
		3.1.1 Logo
		---------------------------*/
		
			#logo {
			float: left;
			display: inline;
			width: 210px;
			height: 120px;
			overflow: hidden;
			margin: 0 0 0 0;
			font-size: 1em;
			font-weight: normal;
			}
				#logo a {
				position: relative;
				display: block;
				width: 100%;
				height: 100%;
				color: #489a01;
				font-size: 2.5em;
				line-height: 163px;
				text-align: center;
				text-decoration: none;
				}
					#logo a b {
					color: #000;
					font-weight: bolder;
					}
				
				#logo .r {
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background: url(img/moje/logo.gif) no-repeat;
				}
				
		/* --------------------------
		3.1.2 Main navigation
		---------------------------*/
			
#mainNav ul.navi			{float: right; display: inline; margin: 0px 0 0; top:55px; width:780px; height:56px; }
#mainNav ul.navi	li		{float: left; height:56px; line-height:56px; padding:0 0px; }
			
#mainNav ul.navi a:link, #header ul.navi a:visited,
#mainNav ul.navi a:hover {display:block; text-decoration:none; height:56px; text-indent:-2000em; background: url(img/moje/menu2.png) no-repeat 0 0; _float:left; }

#mainNav ul.navi a.home:link,
#mainNav ul.navi a.home:visited	{background-position:0 0; width:90px; }
#mainNav ul.navi a.home:hover	{background-position:0 -56px; }

#mainNav ul.navi a.nowosci:link,
#mainNav ul.navi a.nowosci:visited	{background-position:-90px 0; width:110px; }
#mainNav ul.navi a.nowosci:hover	{background-position:-90px -56px; }

#mainNav ul.navi a.onas:link,
#mainNav ul.navi a.onas:visited	{background-position:-200px 0; width:90px; }
#mainNav ul.navi a.onas:hover	{background-position:-200px -56px; }

#mainNav ul.navi a.regulamin:link,
#mainNav ul.navi a.regulamin:visited	{background-position:-290px 0; width:130px; }
#mainNav ul.navi a.regulamin:hover		{background-position:-290px -56px; }

#mainNav ul.navi a.newsy:link,
#mainNav ul.navi a.newsy:visited	{background-position:-420px 0; width:95px; }
#mainNav ul.navi a.newsy:hover		{background-position:-420px -56px; }

#mainNav ul.navi a.dystrybucja:link,
#mainNav ul.navi a.dystrybucja:visited	{background-position:-515px 0; width:150px; }
#mainNav ul.navi a.dystrybucja:hover	{background-position:-515px -56px; }

#mainNav ul.navi a.kontakt:link,
#mainNav ul.navi a.kontakt:visited		{background-position:-665px 0; width:115px; }
#mainNav ul.navi a.kontakt:hover		{background-position:-665px -56px; }

							
	/* --------------------------
	3.2 Content
	---------------------------*/
	
		#content {
		width: 1000px;
		margin: 0 auto;
		}

		/* --------------------------
		3.2.1 Headers
		---------------------------*/
		
			#navigation h3,
			#sidebar h3 {
			padding: 1em 0;
			font-size: 1em;
			font-weight: bolder;
			}
			
			#mainContent h2 {
			padding: 0 8px;
			color: #000;
			font-size: 1.30em;
			font-weight: bold;
			}	
			#mainContent h3 {
			color: #000;
			font-size: 14px;
			font-weight: bolder;
			}
			#mainContent h4 {
			margin: -15px 0 -15px 0;
			color: #777;
			font-size: 10px;
			font-weight: bold;
			}
			
			#mainContent .path {
			padding: 0 8px;
			color: #000;
			font-size: 1.30em;
			font-weight: bold;
			}
			
			#mainContent .path_hr {
			margin: 5px 10px 0 0;
			border: 0;
			font-size: 11px;
			font-weight: bold;
			color: #e3f8bf;
			height: 1px;
			width: 100%;
			background: url(img/moje/hrbig.png) no-repeat;
			}
			
			

		/* --------------------------
		3.2.2 Main content wrapper
		---------------------------*/
		
			#mainContentWrap {
			float: left;
			display: inline;
			width: 1000px;
			}
				#content .mainContentWide {
				width: 1000px
				}

		/* --------------------------
		3.2.3 Main content
		---------------------------*/
		
		#mainContent {
			float: right;
			display: inline;
			width: 772px;
			margin: -18px 0 0 0;
			padding: 10px 0 1em;
			background: url(img/moje/srodek.png) no-repeat;
			font-size: 1.1em;
			}
				#mainContent a {
				}
					#mainContent a:link  {
					color: #4c9b01;
					text-decoration: underline;
					}
					#mainContent a:visited {
					color: #67ac28;
					text-decoration: underline;
					}
					#mainContent a:hover,
					#mainContent a:active {
					color: #75c52e;
					text-decoration: underline;
					}
				
				.mainContentWide #mainContent {
				float: right;
				width: 772px;
				}
				
				#mainContent .price {
				height: 26px;
				font-weight: bolder;
				text-align: right;
				line-height: 26px;
				color: #e20909;
				font-size: 18px;
				}
					#mainContent .price span {
					display: block;
					height: 26px;
					padding: 0 10px;
					}
					
					#mainContent .price del {
					color: #555;
					font-weight: bolder;
					font-size: 12px;
					}
				
				#mainContent .oldprice {
				height: 26px;
				font-weight: bolder;
				text-align: right;
				line-height: 26px;
				color: #555;
				font-size: 18px;
				padding: 0 0 0 10px;
				}
					#mainContent .oldprice span {
					display: block;
					height: 26px;
					padding: 0 10px;
					}
					
					#mainContent .oldprice del {
					color: #555;
					font-weight: bolder;
					font-size: 12px;
					}
				
				#mainContent .stock-full {
				color: #639600;
				}
				#mainContent .stock-medium {
				color: #f90;
				}
				#mainContent .stock-few {
				color: #c00;
				}
				#mainContent .stock-empty {
				color: #999;
				}
				
				
	.baners {
	margin: 0 0 10px 30px;
			}
			
	#mainContent .tabelka-zam {
				padding: 15px 0 15px 130px;
				width: 620px;
				}
				
					#mainContent .orderSummary {
				padding: 0 0 0 6px;
				}
		

			/* --------------------------
			3.2.3.1 Buttons
			---------------------------*/
			
				#mainContent .button-zamow {
				padding: 3px 24px 3px 4px;
				background: url(img/buttons/zamow.png) no-repeat;
				width: 74px;
				height: 23px;
				}
				
				#mainContent .button-zaloguj {
				padding: 3px 24px 3px 4px;
				background: url(img/buttons/zaloguj.png) no-repeat;
				width: 90px;
				height: 23px;
				}
				
				#mainContent .button-dalej {
				padding: 3px 24px 3px 4px;
				background: url(img/buttons/next.png) no-repeat;
				width: 74px;
				height: 23px;
				}
			
				#mainContent .button-black1 {
				padding: 3px 24px 3px 4px;
				background: url(img/embellishments/arr-black.gif) 90% 55% no-repeat;
				font-weight: bolder;
				}
					#mainContent .button-black1:link,
					#mainContent .button-black1:visited {
					color: #000;
					text-decoration: none;
					background-color: transparent;
					}
					#mainContent .button-black1:hover,
					#mainContent .button-black1:active {
					color: #000;
					text-decoration: none;
					background-color: #f3f3f3;
					}
			
				#mainContent .button-arrUp,
				#mainContent .button-arrDown,
				#mainContent .button-arrLeft,
				#mainContent .button-arrRight {
				position: relative;
				display: block;
				width: 11px;
				height: 11px;
				overflow: hidden;
				background: #fff;
				color: #666;
				line-height: 11px;
				text-align: center;
				}
					#mainContent .button-arrUp .r,
					#mainContent .button-arrDown .r,
					#mainContent .button-arrLeft .r,
					#mainContent .button-arrRight .r {
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					}
					#mainContent .button-arrUp .r {
					background: url(img/buttons/arrup.png) no-repeat;
					}
					#mainContent .button-arrDown .r {
					background: url(img/buttons/arrdown.png) no-repeat;
					}
					#mainContent .button-arrLeft .r {
					background: url(img/buttons/arrleft.png) no-repeat;
					}
					#mainContent .button-arrRight .r {
					background: url(img/buttons/arrright.png) no-repeat;
					}
							

		/* --------------------------
		3.2.4 Navigation
		---------------------------*/
		
			#navigation {
			float: left;
			display: inline;
			width: 210px;
			margin: 20px 0 2em;
			padding: 0 0 80px;
			color: #000;
			font-size: 1.1em;
			}
				#navigation .bot {
				height: 15px;
				overflow: hidden;
				font-size: 1px;
				line-height: 1px;
				background: url(img/navigation/bg/bg-bot2.png) 100% 0 no-repeat;
				}
				
				#navigation .plat {
				height: 139px;
				overflow: hidden;
				font-size: 1px;
				line-height: 139px;
				margin: 10px 35px 0 0;
				background: url(img/platnosci/akceptujemy.gif) 100% 0 no-repeat;
				}
				
				#navigation .wysylka {
				height: 72px;
				overflow: hidden;
				font-size: 1px;
				line-height: 72px;
				margin: 10px 0 0 0;
				background: url(img/moje/dostawa-kurierem.jpg) 100% 0 no-repeat;
				}
				
				#navigation .darmowa {
				height: 72px;
				overflow: hidden;
				font-size: 1px;
				line-height: 72px;
				margin: 10px 0 0 0;
				background: url(img/moje/darmowa.jpg) 100% 0 no-repeat;
				}
			/* --------------------------
			3.2.4.1 Main search
			---------------------------*/
			
			
		#szukajka {
			float: right;
			display: inline;
			height: 40px;
			overflow: hidden;
			margin: -10px 20px 0 0;
		}
		
		#koszyk {
			float: left;
			display: inline;
			height: 40px;
			overflow: hidden;
			margin: 0 0 0 15px;
		}
		
		#koszyk .inner  {
					padding: 5px 10px 20px 10px;
					}
		
		#logowanie {
			float: left;
			display: inline;
			height: 40px;
			overflow: hidden;
			margin: -10px 0 0 80px;
		}
				
			#szukaj li {
			display: inline;
			float: left;
			margin-left: 5px;
			}
			
				#szukaj li a:link  {
				color: #4c9b01;
				text-decoration: underline;
				}
				#szukaj li a:visited {
				color: #67ac28;
				text-decoration: underline;
				}
				#szukaj li a:hover,
				#szukaj li a:active {
				color: #75c52e;
				text-decoration: underline;
				}
				
			
					#mainSearch a:link,
					#mainSearch a:visited {
					color: #fff;
					text-decoration: none;
					}
					#mainSearch a:hover,
					#mainSearch a:active {
					color: #e1ffc6;
					text-decoration: underline;			
					}
					
					#mainSearch fieldset {
					padding: 12px 0 0 0;
					}
						#mainSearch fieldset p {
						height: auto;
						overflow: hidden;
						}
					
						#mainSearch label {
						float: left;
						display: inline;
						padding: 1px 12px 0 0;
						font-weight: bolder;
						}
						
						#mainSearch #f_s_query {
						float: left;
						display: inline;
						width: 110px;
						color: #9f9f9f;
						border-color: #448806;
						}
							#mainSearch #f_s_query:focus {
							color: #505050;
							}
							
						#mainSearch input.img {
						margin: 0 0 0 5px;
						}
						
						#mainSearch .advanced {
						margin-top: 1em;
						color: #495239;
						font-size: 90%;
						}
							#mainSearch .advanced a {
							padding: 0 5px 0 0;
							color: #495239;
							}

			/* --------------------------
			3.2.4.2 Submenu
			---------------------------*/
			
				#navigation .submenu {
				background: url(img/navigation/bg/bg-kat.png) no-repeat;
				padding: 33px 0px 0px;
				font-size: 12px;
				}
							
					#navigation .submenu a:link,
					#navigation .submenu a:visited {
					color: #000;
					text-decoration: none;
					}
					#navigation .submenu a:hover,
					#navigation .submenu a:active {
					color: #333;
					text-decoration: none;			
					}
					
					#navigation .submenu h3 {
					aaabackground: url(img/icos/submenu.png) 100% 50% no-repeat;
					}
					
					#navigation .submenu ul {
					width: 210px;
					}
						#navigation .submenu li {
						font-weight: bolder;
						}
							#navigation .submenu li a {
							aaabackground: url(img/navigation/submenu/item-pointer.gif) 0 0.7em no-repeat;
							}
							#navigation .submenu li.collapsed a {
							background: url(img/navigation/submenu/tree-controls.png) 0 0 no-repeat;
							}
							#navigation .submenu li.expanded a {
							background: url(img/navigation/submenu/tree-controls.png) -210px 0 no-repeat;
							}
							#navigation .submenu li.collapsed a:hover {
							background: url(img/navigation/submenu/tree-controls.png) -420px 0 no-repeat;
							}
							
							#navigation .submenu li.expanded li a {
							background: url(img/navigation/submenu/item-pointer.gif) 2px 0.7em no-repeat;
							}
							#navigation .submenu li.expanded li.collapsed a {
							background: url(img/navigation/submenu/tree-controls.png) 0 0 no-repeat;
							}
							#navigation .submenu li.expanded li.expanded a {
							background: url(img/navigation/submenu/tree-controls.png) -210px 0 no-repeat;
							}
							
							#navigation .submenu li.expanded li.expanded li a {
							aaabackground: url(img/navigation/submenu/item-pointer.gif) 0 0 no-repeat;
							}
							
							#navigation .submenu li a {
							display: block;
							padding: 0.3em 0 0.3em 19px;
							}
							
							#navigation .submenu li ul {
							margin: 0;
							padding: 0 0 0.2em 13px;
							}
								#navigation .submenu li ul li {
								padding-left: 2px;
								background: url(img/navigation/submenu/item-border.png) 0 0 no-repeat;
								font-weight: normal;
								}
								
			/* --------------------------
			3.2.4.3 Recommend to a friend
			---------------------------*/
			
				#recommend {
				background: url(img/navigation/bg/bg-inner.png) no-repeat #f0f0f0;
				padding: 30px 20px 20px;
				}					
					#recommend h3 {
					background: url(img/icos/recommend.png) 100% 50% no-repeat;
					}
					
					#recommend p {
					margin: 1em 0;
					}		
					
					#recommend #f_r_mail {
					width: 120px;
					color: #9f9f9f;
					}
						#recommend #f_r_mail:focus {
						color: #505050;
						}
								
			/* --------------------------
			3.2.4.4 Delivery
			---------------------------*/
			
				#delivery {
				background: url(img/navigation/bg/bg-inner.png) no-repeat #f0f0f0;
				padding: 30px 20px 10px;
				}	
					#delivery h3 {
					background: url(img/icos/delivery.png) 100% 50% no-repeat;
					}
					
					#delivery p {
					margin: 1em 0;
					}	
					

		/* --------------------------
		3.2.5 Sidebar
		---------------------------*/
		
			#sidebar {
			float: right;
			display: inline;
			width: 150px;
			padding: 0px 0 0;
			margin: 0 0 2em;
			color: #000;
			font-size: 1.1em;
			}

			/* --------------------------
			3.2.5.1 Shopping cart
			---------------------------*/
			
				#cart {
				color: #000;
				}
					#cart a:link,
					#cart a:visited {
					color: #000;
					text-decoration: none;
					}
					#cart a:hover,
					#cart a:active {
					color: #000;
					text-decoration: underline;			
					}
					
					#cart h3 {
					
					}
					
					#cart ul.cartContent {
					margin: 1em 0;
					
					}
						#cart ul.cartContent li {
						position: relative;
						height: auto;
						overflow: hidden;
						padding: 0.2em 15px 0.2em 0;
						}								
							#cart ul.cartContent li a.deleteItem {
							position: absolute;
							top: 50%;
							right: 0;
							display: block;
							width: 9px;
							height: 9px;
							overflow: hidden;
							margin: -5px 0 0;
							background: url(img/embellishments/minus-lightgreen.gif) 0 0 no-repeat;
							text-indent: 9990px;
							}
					
					#cart ul.cartSummary {
					margin: 1em 0;
					font-weight: bolder;
					}
					
					#cart p.order {
					
					margin: 0 -10px 0 -20px;
					padding: 11px 0 0;
					}
						#cart p.order a {
						display: block;
						padding: 1.2em 20px;
						
						color: #000;
						font-weight: bolder;
						}
					
					#cart p.emptyCart {
					margin: 0 -10px 0 -20px;
					padding: 0 20px 1.7em;
					
					}
					
			/* --------------------------
			3.2.5.2 Login
			---------------------------*/
			
					#login a:link,
					#login a:visited {
					color: #505050;
					text-decoration: none;
					}
					#login a:hover,
					#login a:active {
					color: #000;
					text-decoration: underline;			
					}
					
					#login .inner,
					#login fieldset {
					padding: 15px 10px 20px 20px;
					}						
						
					#login h3 {
					margin: 0 0 1em;
					}
					
					#login p {
					margin: 0 0 0.6em;
					}
					
					#login ul {
					margin: 1.3em 0 0;
					}
					
					#login #f_l_login,
					#login #f_l_pass {
					width: 75px;
					color: #9f9f9f;
					}
						#login #f_l_login:focus,
						#login #f_l_pass:focus {
						color: #505050;
						}
							
							
		/* --------------------------
		3.2.6 Footer
		---------------------------*/
		
			#footer {
			clear: both;
			width: 790px;
			padding: 5px 0 1.8em;
			margin: 0 0 0 210px;
			background: url(img/footer/bg.png) no-repeat;
			color: #888;
			font-size: 1.1em;
			font-weight: bold;
			text-align: center;
			text-indent: 23px;
			}
				#footer a:link,
				#footer a:visited {
				color: #686868;
				text-decoration: none;
				}
				#footer a:hover,
				#footer a:active {
				color: #333;
				text-decoration: underline;
				}

/* --------------------------
4. MAIN CONTENT LAYOUTS
---------------------------*/

	/* --------------------------
	4.1 Stories aktualnosci
	---------------------------*/
	
		.storiesAktual {
		height: auto;
		overflow: hidden;
		margin: 0.5em 0 2.5em;
		padding: 0 8px;
		}
			.storiesAktual .item {
			float: right;
			display: inline;
			width: 756px;
			padding: 1em 0 2em;
			border-bottom: 1px solid #e6e6e6;
			}
			
			.AktualTytul {
			font-size:18px;
			font-weight: bold;
			color: #79a127;
			}
			
			.AktualData {
			color: #686868;
			font-size: 9px;
			}
			
				.storiesAktual .oddItem {
				clear: left;
				float: left;
				}
				
				.storiesAktual .item .description {
				margin: 0.8em 0 0.8em 6px;
				text-align: justify;
				}
				
				.storiesAktual .item .more {
				margin-left: -4px;
				}



	/* --------------------------
	4.1 Stories overview
	---------------------------*/
	
		.storiesOverview {
		height: auto;
		overflow: hidden;
		margin: 0.5em 0 2.5em;
		padding: 0 8px;
		background: url(img/maincontent/fauxcolumns/fauxcolumns-302-302.png) repeat-y;
		border-bottom: 1px solid #e6e6e6;
		}
			.storiesOverview .item {
			float: right;
			display: inline;
			width: 255px;
			padding: 1em 0 2em;
			}
				.storiesOverview .oddItem {
				clear: left;
				float: left;
				}
				
				.storiesOverview .item .description {
				margin: 0.8em 0;
				text-align: justify;
				}
				
				.storiesOverview .item .more {
				margin-left: -4px;
				}
				
		.formularz {
		margin: 0 0 0 150px;
		}

	/* --------------------------
	4.2 Items overview
	---------------------------*/
	
		.itemsOverview {
		height: auto;
		overflow: hidden;
		margin: 0.5em 0 2.5em;
		padding: 0 20px;
		}
			.itemsOverview .item {
			position: relative;
			float: left;
			display: inline;
			width: 160px;
			margin: 0.5em 10px 0.5em 10px;
			border: 1px solid #e6e6e6;

			}
				.itemsOverview .oddItem {
				clear: left;
				}
					
				.itemsOverview .item h3 {
				margin: 0 0 0.7em;
				}
			
				.itemsOverview .item .pic {
				float: left;
				display: inline;
				width: 160px;
				}
				
				.itemsOverview .item .description {
				float: right;
				display: inline;
				width: 152px;
				padding: 0 4px 0 4px;
				text-align: justify;
				}

				.itemsOverview .item .oldPrice {
				margin: 0 0 -0.7em;
				}
				
				.itemsOverview .item .price {
				margin: 1em 0 0;
				}
								
				.itemsOverview .item .more {
				margin: 1em 0 0 -4px;
				}

	/* --------------------------
	4.3 Featured items
	---------------------------*/
	
		.featuredItems {
		height: auto;
		overflow: hidden;
		margin: 0.5em 0 2.5em;
		padding: 0 8px;
		background: url(img/maincontent/fauxcolumns/fauxcolumns-302-302.png) repeat-y;
		border-bottom: 1px solid #e6e6e6;
		}
			.featuredItems .item {
			float: right;
			display: inline;
			width: 270px;
			padding: 1em 0 2em;
			}
				.featuredItems .oddItem {
				clear: left;
				float: left;
				}
					
				#content .featuredItems .item h3 {
				font-size: 1.18em;
				margin: 0 0 0.7em;
				}
			
				.featuredItems .item .pic {
				float: left;
				display: inline;
				width: 105px;
				}
				
				.featuredItems .item .description {
				float: right;
				display: inline;
				width: 150px;
				padding: 0 0 0 4px;
				text-align: justify;
				}
				
				.featuredItems .item .details {
				clear: both;
				height: auto;
				overflow: hidden;
				}
									
					.featuredItems .item .details .price {
						float: left;
						display: inline;
						width: 129px;
						margin: 5px 0 0;
						font-size: 0.9em;
						text-align: right;
						}	
					
					.featuredItems .item .details .more {
					float: left;
					display: inline;
					margin: 4px 0 0 16px;
					}

	table#wymiaryTable {
	margin: 0 0 0 0;
	border: 0px;
	}
	
		table#wymiaryTable th {
		font-weight: bold;
		text-align: center;
		width: 50px;
		font-size: 11px;
		}
	
		table#wymiaryTable td {
		padding: 0px 0px;
		text-align: center;
		width: 45px;
		font-size: 11px;
		}

		table#wymiaryTable td img {
		display: inline;
		}

	table#wymiaryTable2 {
	margin: 0 0 0 0;
	border: 0px;
	}
	
		table#wymiaryTable2 th {
		font-weight: bold;
		text-align: center;
		width: 50px;
		font-size: 11px;
		}
	
		table#wymiaryTable2 td {
		padding: 0px 0px;
		text-align: center;
		width: 55px;
		font-size: 11px;
		}

		table#wymiaryTable2 td img {
		display: inline;
		}
		
		
	/* --------------------------
	4.4 Items list
	---------------------------*/
	
		.itemsList {
		margin: 0.5em 0 2.5em;
		}
			.itemsList .item {
			height: auto;
			overflow: hidden;
			padding: 2em 8px 3em;
			border-bottom: 1px solid #e6e6e6;
			}
				#content .itemsList .item h3 {
				margin: 0 0 0.7em 65px;
				font-size: 1.18em;
				}
			
				.itemsList .item .pic {
				float: left;
				display: inline;
				width: 55px;
				margin: -2em 0 0;
				}
				
				.itemsList .item .description {
				float: right;
				display: inline;
				width: 523px;
				text-align: justify;
				}

				.itemsList .item .oldPrice {
				margin: 1em 0 -0.7em;
				}
				
				.itemsList .item .price {
				float: left;
				display: inline;
				margin: 1em 0 0;
				}
								
				.itemsList .item .more {
				float: left;
				display: inline;
				margin: 1.4em 0 0 16px;
				}

	/* --------------------------
	4.5 Categories list
	---------------------------*/
	
		.categoriesList {
		margin: 0 0 2em;
		padding: 0.6em 8px 1.5em;
		border-bottom: 1px solid #e6e6e6;
		}
			.categoriesList ul {
			height: auto;
			overflow: hidden;
			}
				.categoriesList li {
				float: left;
				display: inline;
				width: 150px;
				margin: 0.1em 18px 0.1em 0;
				}
					#content .categoriesList li a:link {
					color: #6b6b6b;
					}
					#content .categoriesList li a:visited {
					color: #888;
					}
					#content .categoriesList li a:hover,
					#content .categoriesList li a:active {
					color: #222;
					}
					

	/* --------------------------
	4.6 Item header
	---------------------------*/
	
		#content .itemHeader {
		font-size: 1.4em;
		color:#000;
		margin: 0px 0 0 0;
		}
		
		#content .itemSzukaj {
		margin: 0px 0 0 15px;
		}
		
		#content .itemHeader2 {
		font-size: 2.4em;
		color:#000;
		margin: 0 0 -9px 0;
		}
		
		#content .itemLogo {
		font-size: 2.4em;
		color:#000;
		margin: -30px 0 0 245px;
		}
				

	/* --------------------------
	4.7 Item details
	---------------------------*/
	
			.hrhr {
			border: 0;
			background: url(img/moje/hr.png) no-repeat;
			color: #e3f8bf;
			width: 100%;
			height: 1px;
			margin: 10px 10px 5px 10px;
			}
	
				#mainContent .itemDetails .pics {
			float: left;
			display: inline;
			width: 410px;
			}
				#mainContent .itemDetails .pics .pic {
				width: 410px;
				height: 540px;
				margin: 0 0 8px;
				text-align: center;
				line-height: 540px;
				}
					#mainContent .itemDetails .pics .pic img {
					display: inline;
					vertical-align: middle;
					}
					
				#mainContent .itemDetails .pics ul {
				height: auto;
				overflow: hidden;
				}
					#mainContent .itemDetails .pics li {
					float: left;
					display: inline;
					margin: 4px 2px 2px 3px;
					border: 1px solid #e6e6e6;
					}
						#mainContent .itemDetails .pics li.first-item {
						margin-left: 0;
						border: 1px solid #e6e6e6;
						}

	#mainContent .itemopis {
			float: left;
			display: inline;
			vertical-align: top;
			margin: -670px 0 0 410px;
			}
			
		.itemDetails {
		height: auto;
		overflow: hidden;
		padding: 0 8px 1.5em;
		
		}
			.itemDetails .description {
			float: left;
			display: inline;
			width: 383px;
			}
				.itemDetails .description p {
				margin: 0.5em 0;
				}
				.itemDetails .description .attributes {
				margin: 0.5em 0 0.5em -12px;
				border-top: 1px solid #e6e6e6;
				}
					.itemDetails .description .attributes li {
					height: auto;
					overflow: hidden;
					padding: 0.2em 0 0.2em 12px;
					border-bottom: 1px solid #e6e6e6;
					}
						.itemDetails .description .attributes li span {
						float: left;
						display: inline;
						width: 165px;
						}
						.itemDetails .description .attributes li strong {
						float: right;
						display: inline;
						width: 205px;
						}
		
		
		
					
			.itemDetails .info {
			float: left;
			display: inline;
			width: 360px;
			}	
				.itemDetails .info p {
				margin: 0.6em 0;
				}

				.itemDetails .info .pic {
				padding: 0 0 1em;
				}
					.itemDetails .info .pic img {
					margin: 0 auto;
					}
							
				.itemDetails .info .offer {
				height: auto;
				overflow: hidden;
				}
					.itemDetails .info .offer p {
					float: left;
					display: inline;
					}
					
					#content .itemDetails .info .offer .oldPrice {
					margin: 0.9em 0 0;
					text-align: left;
					}
							
				.itemDetails .info .actions {
				margin: 1.5em 0 0;
				}
					.itemDetails .info .actions li {
					float: left;
					padding: 1em 8px;
					
					}
						.itemDetails .info .actions li li {
						padding: 0;
						border: 0;
						}
						
						.itemDetails .info .actions li.toCart input {
						display: block;
						padding: 41px 0 0 52px;
						background: url(img/icos/tocart.png) 5px 50% no-repeat;
						font-size: 10px;
						font-weight: bolder;
						width: 162px;
						}
						
						.itemDetails .info .actions li.dokoszyka input {
						width: 162px;
						}
						
							.itemDetails .info .actions li.toCart input {
							color: #4C9b01;
							text-decoration: none;
							background-color: transparent;
							border:0;
							cursor: pointer;
							}
							.itemDetails .info .actions li.toCart input:hover {
							color: #336901;
							text-decoration: none;
							}
						
						.itemDetails .info .actions li.compare span {
						display: block;
						margin: 0 0 0.7em;
						padding: 0.4em 0 0.4em 52px;
						background: url(img/icos/compare.png) 5px 50% no-repeat;
						color: #000;
						font-size: 1.1em;
						font-weight: bolder;
						}
							#content .itemDetails .info .actions li.compare a:link,
							#content .itemDetails .info .actions li.compare a:visited {
							color: #686868;
							text-decoration: none;
							}
							#content .itemDetails .info .actions li.compare a:hover,
							#content .itemDetails .info .actions li.compare a:active {
							color: #000;
							text-decoration: underline;
							}
							
							.itemDetails .info .actions li.compare ul {
							margin: 0.7em 0 0;
							padding: 0 4px 0 5px;
							}
							
							.itemDetails .info .actions li.compare ul.items {
							}
								.itemDetails .info .actions li.compare ul.items li {
								position: relative;
								padding: 0.2em 15px 0.2em 0;
								line-height: 1.3em;
								}
								
								.itemDetails .info .actions li.compare ul.items li a.deleteItem {
								position: absolute;
								top: 50%;
								right: 0;
								display: block;
								width: 9px;
								height: 9px;
								overflow: hidden;
								margin: -5px 0 0; 
								background: url(img/embellishments/minus-grey.gif) 0 0 no-repeat;
								text-indent: 9990px;
								}
						
						.itemDetails .info .actions li.bid a {
						display: block;
						padding: 0.4em 0 0.4em 52px;
						background: url(img/icos/bid.gif) 5px 50% no-repeat;
						font-size: 1.1em;
						font-weight: bolder;
						}
							#content .itemDetails .info .actions li.bid a:link,
							#content .itemDetails .info .actions li.bid a:visited {
							color: #686868;
							text-decoration: none;
							background-color: transparent;
							}
							#content .itemDetails .info .actions li.bid a:hover,
							#content .itemDetails .info .actions li.bid a:active {
							color: #000;
							text-decoration: none;
							background-color: #f6f6f6;
							}
						
						.itemDetails .info .actions li.print a {
						display: block;
						padding: 0.4em 0 0.4em 52px;
						background: url(img/icos/print.gif) 5px 50% no-repeat;
						font-size: 1.1em;
						font-weight: bolder;
						}
							#content .itemDetails .info .actions li.print a:link,
							#content .itemDetails .info .actions li.print a:visited {
							color: #a1a1a1;
							text-decoration: none;
							background-color: transparent;
							}
							#content .itemDetails .info .actions li.print a:hover,
							#content .itemDetails .info .actions li.print a:active {
							color: #000;
							text-decoration: none;
							background-color: #f6f6f6;
							}
					

	/* --------------------------
	4.8 Item description
	---------------------------*/
	
		.itemDescription {
		height: auto;
		overflow: hidden;
		padding: 0 8px 0;
		}

		.itemDescriptionsss img {
		height: auto;
		overflow: hidden;
		margin: -80px 0 0 80px; 
		}
			#content .itemDescription h3 {
			margin: 0 0 0.5em;
			font-size: 1.18em;
			}
		
	
	.koszykp2 {
	width: 90px;
	text-align: center;
	}
									
	.koszykp3 {
	width: 270px;
	text-align: left;
	}
	
	.koszykp4 {
	width: 50px;
	text-align: center;
	font-weight: bold;
	}
	
	.koszykp5 {
	width: 130px;
	text-align: center;
	}
	
	.koszyk_zamowien {
	padding: 0 0 0 80px;
	}

	#koszyk_prod {
	float: center;
	display: inline;
	width: 30px;
	color: #505050;
	border-color: #448806;
	background: url(img/inputs/bg.png) no-repeat #fff;
	}
	
	#koszykop h3 {
	color: #000;
	font-size: 14px;
	font-weight: bolder;
	}
	#koszykop h4 {
	margin: 0 0 0 0;
	color: #777;
	font-size: 10px;
	font-weight: bold;
	}
	
	.koszyk_laczna {
	text-align: right;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	}
	
	.koszyk_laczna strong {
	text-align: right;
	color: #e20909;
	font-size: 14px;
	font-weight: bold;
	}
					


	/* --------------------------
	4.9 Item opinion
	---------------------------*/
	
		.itemOpinion {
		height: auto;
		overflow: hidden;
		margin: 2em 0 0;
		padding: 1em 8px 2em;
		}
			#content .itemOpinion h3 {
			margin: 0 0 0.8em;
			font-size: 1.18em;
			}
			
			.itemOpinion .related {
			float: left;
			display: inline;
			width: 262px;
			}
				.itemOpinion .related ul {
				}
					.itemOpinion .related li {
					padding: 1.2em 0;
					}
						.itemOpinion .related li a {
						font-size: 1.1em;
						font-weight: bolder;
						}
			
			.itemOpinion .comments {
			float: right;
			display: inline;
			width: 262px;
			}
				.itemOpinion .comments .comment {
				margin: 2.2em 0 0;
				}
					.itemOpinion .comments .comment .author {
					color: #4c9b01;
					font-size: 1.1em;
					font-weight: bolder;
					}
				
				.itemOpinion .comments form {
				margin: 2em 0 0;
				padding: 2em 0 0;
				}
					.itemOpinion .comments form label {
					display: block;
					}
					.itemOpinion .comments form textarea {
					width: 247px;
					height: 80px;
					margin: 0 0 1.8em;
					}
					
				
	/* --------------------------
	4.10 Text block
	---------------------------*/
	
		.textBlock {
		padding: 0 8px;
		line-height: 1.7em;
		}		
			.textBlock p {
			margin: 1em 0;
			}
			
			
	/* --------------------------
	4.10 Text block -logowanie
	---------------------------*/
	
		.textBlock2 {
		padding: 0 8px;
		line-height: 1.7em;
		height: 400px;
		}		
			.textBlock2 p {
			margin: 1em 0;
			}

	/* --------------------------
	4.11 Bread crumbs
	---------------------------*/
	
		.breadCrumbs {
		padding: 0.7em 2px 1.7em;
		}
			.breadCrumbs strong,
			.breadCrumbs a {
			padding: 0 7px;
			}
				#content .breadCrumbs a:link,				
				#content .breadCrumbs a:visited {
				color: #a0a0a0;
				}
				#content .breadCrumbs a:hover,
				#content .breadCrumbs a:active {
				color: #333;
				}

	/* --------------------------
	4.12 Pageing
	---------------------------*/
	
		.pageing {
		height: auto;
		overflow: hidden;
		padding: 0 8px 0;
		
		}
			.itemsOverview + .pageing {
			margin-top: -1.5em !important;
			}
			
			#content .pageing h3 {
			float: left;
			display: inline;
			padding: 0 37px 0 0;
			margin: 0;
			font-size: 1.1em
			}
			
			.pageing ul {
			float: left;
			display: inline;
			}
				.pageing li {
				float: left;
				display: inline;
				padding: 0 7px;
				font-weight: bolder;
				}					
					#content .pageing li a:link {
					color: #686868;
					text-decoration: none;
					}
					#content .pageing li a:visited {
					color: #888;
					text-decoration: none;
					}
					#content .pageing li a:hover,
					#content .pageing li a:active {
					color: #222;
					text-decoration: underline;
					}
					
					.pageing li.active,
					.pageing li.active a {
					color: #4C9b01;
					}
					
					.pageing li.prevPage {
					margin-left: 20px;
					font-weight: normal;
					border-right: 1px solid #d6d6d6;
					}
						.pageing li.prevPage a {
						padding-left: 15px;
						background: url(img/buttons/arrleft.png) 0 55% no-repeat;
						}
					.pageing li.nextPage {
					margin-left: 2px;
					font-weight: normal;
					}
						.pageing li.nextPage a {
						padding-right: 15px;
						background: url(img/buttons/arrright.png) 100% 55% no-repeat;
						}
						
	/* --------------------------
	4.13 Sorting criteria
	---------------------------*/
	
		.sortCriteria {
		height: auto;
		overflow: hidden;
		padding: 0 8px;
		}
			#content .sortCriteria h3 {
			float: left;
			display: inline;
			padding: 0 25px 0 0;
			font-size: 1.1em;
			}
			
			.sortCriteria ul {
			float: left;
			display: inline;
			padding: 0.1em 0 0;
			}
				.sortCriteria li {
				float: left;
				display: inline;
				padding: 0 19px 0 0;
				text-transform: lowercase;
				}
					.sortCriteria li span,
					.sortCriteria li a {
					float: left;
					display: inline;
					margin: 0 0 0 3px;
					}						
						.sortCriteria li a.button-arrUp,
						.sortCriteria li a.button-arrDown {
						margin-top: 0.4em;
						}						
						.sortCriteria li span.r {
						float: none;
						display: block;
						margin: 0;
						}

	/* --------------------------
	4.14 Order plan
	---------------------------*/
	
		#orderPlan {
		height: 135px;
		margin: 0 0 3.5em;
		background: url(img/maincontent/order/steps/bg.png) no-repeat;
		}
			#orderPlan li {
			position: relative;
			float: left;
			display: inline;
			height: 70px;
			width: 70px;
			overflow: hidden;
			margin: 25px 0 0 55px;
			font-size: 0.9em;
			}
				#orderPlan #step1 {
				margin-left: 85px;
				}
			
				#orderPlan li .r {
				position: absolute;
				top: 0;
				left: 0;
				display: block;
				width: 100%;
				height: 100%;
				overflow: hidden;
				background: 0 0 no-repeat;
				}
					#orderPlan li.activeStep .r {
					background-position: 0 -70px;
					}
				
				#orderPlan #step1 .r {
				background-image: url(img/maincontent/order/steps/step1.png);
				}
				#orderPlan #step2 .r {
				background-image: url(img/maincontent/order/steps/step2.png);
				}
				#orderPlan #step3 .r {
				background-image: url(img/maincontent/order/steps/step3.png);
				}
				#orderPlan #step4 .r {
				background-image: url(img/maincontent/order/steps/step4.png);
				}
				#orderPlan #step5 .r {
				background-image: url(img/maincontent/order/steps/step5.png);
				}

	/* --------------------------
	4.15 Order intro
	---------------------------*/
	
		.orderIntro {
		}	
			.orderIntro .section {
			height: auto;
			overflow: hidden;
			padding: 2em 8px;
			border-top: 1px solid #e6e6e6;
			}
				.orderIntro .firstSection {
				border-top: 0;
				}
				
				.orderIntro .section h2 {
				float: left;
				display: inline;
				width: 145px;
				margin: 0 5px 0 0;
				}				
				.orderIntro .section .content {
				float: left;
				display: inline;
				width: 380px;
				margin: 0.2em 30px 0 0;
				}				
				.orderIntro .section .button {
				float: right;
				display: inline;
				width: 180px;
				margin: 0.2em 0 0 0;
				}
					.orderIntro .section .button-clear {
					clear: left;
					}
				
				.orderIntro .section form {
				}
					.orderIntro .section form .content {
					margin-top: -1px;
					}
					
					.orderIntro .section form p {
					float: left;
					display: inline;
					margin: 0 20px 0 0;
					}
						.orderIntro .section form p label {
						padding: 0 8px 0 0;
						font-weight: bolder;
						}
						
						.orderIntro .section form p #f_o_login,
						.orderIntro .section form p #f_o_pass {
						width: 107px;
						}
				
				.orderIntro .section ul {
				margin: 0.6em 0 0;
				padding: 0 7px;
				color: #499a00;
				font-weight: bolder;
				}
					.orderIntro .section ul li {
					margin: 0.7em 0;
					padding: 0 0 0 20px;
					background: url(img/embellishments/arr-green.gif) 0 55% no-repeat;
					}

	/* --------------------------
	4.16 Order details
	---------------------------*/
	
		.orderDetails {
		height: auto;
		overflow: hidden;
		background: url(img/maincontent/fauxcolumns/fauxcolumns-222-202-347.png) repeat-y;
		margin: 1.5em 0 3.5em;
		padding: 0.5em 0;
		border-bottom: 1px solid #e6e6e6;
		}
			.orderDetails .payment,
			.orderDetails .delivery,
			.orderDetails .invoice {
			float: left;
			display: inline;
			width: 190px;
			margin: 0 11px;
			}
			
			.orderDetails .invoice {
			width: 220px;
			}
			
			.orderDetails .delivery {
			width: 170px;
			padding: 0 10px 0 20px;
			}
			
			#mainContent .orderDetails h3 {
			margin: 0 0 0.5em;
			}			
			#mainContent .orderDetails p {
			margin: 1em 0 0;
			}
		
			.orderDetails label {
			vertical-align: middle;
			}
			
			.orderDetails input.img {
			margin-left: -2px;
			}
		
			.orderDetails ul {
			margin: 0 0 1em;
			}
				.orderDetails li {
				margin: 0 0 0.4em;
				}

	/* --------------------------
	4.17 Customer type
	---------------------------*/
	
		.customerType {
		padding: 1.5em 12px 0.5em;
		}
			.customerType label {
			padding: 0 15px 0 5px;
			}
			
			.customerType input.img {
			margin: 0 0 0 -2px;
			}

	/* --------------------------
	4.18 Customer details
	---------------------------*/
	
		.customerDetails {
		height: auto;
		overflow: hidden;
		padding: 1.5em 0 2em 12px;
		border-bottom: 1px solid #e6e6e6;
		}			
			.customerDetails .personal {
			float: left;
			width: 302px;
			}
			.customerDetails .address {
			float: left;
			width: 425px;
			}			
				.customerDetails p {
				height: auto;
				overflow: hidden;
				padding: 0.3em 0;
				}		
					.customerDetails label {
					float: left;
					display: inline;
					padding: 6px 0 0;
					}
						.customerDetails .personal label {
						width: 75px;
						}
						.customerDetails .address label {
						width: 90px;
						}
				
					#content .customerDetails input {
					float: left;
					display: inline;
					width: 165px;
					padding-top: 6px;
					padding-bottom: 6px;
					}
						#content .customerDetails input:focus {
						border-color: #999;
						}
				
					#content .customerDetails select {
					float: left;
					display: inline;
					width: 180px;
					margin: 5px 0;
					}
						#content .customerDetails select:focus {
						border-color: #999;
						}
			
			.customerDetails span {
			float: left;
			display: inline;
			padding: 6px 15px;
			}
					
			#content .customerDetails #f_order_info_building {
			width: 40px;
			margin-right: 34px;
			}
			#content .customerDetails #f_order_info_apartment {
			width: 45px;
			}
			.customerDetails #f_order_info_state {
			margin: 4px 0 0;
			padding: 0;
			}

	/* --------------------------
	4.19 Buttons
	---------------------------*/
	
		.buttons {
		clear: both;
		padding: 2em 10px;
		text-align: right;
		}
		
			
/* --------------------------
5. DYNAMIC ACTIONS
---------------------------*/

	/* --------------------------
	5.1 Submenu
	---------------------------*/
		
		body.mooTools #navigation .submenu li.expanded ul {
		display: block;
		}
		body.mooTools #navigation .submenu li.collapsed ul {
		display: none;
		}

#next-photo, #prev-photo{
	width: 9px; height: 9px; margin: 2px; cursor: pointer;
}
.categories{
	padding-bottom: 15px;
	margin-bottom: 15px;
	width: 100%;
	border-bottom: 1px solid #e6e6e6; 
}
.categories li{
	list-style: square;
	margin-left: 30px;	
}
.categories li a{
	font-weight:bold;
}

