/* ====================================================================

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: normal;
		}

	/* --------------------------
	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
---------------------------
*/
	body {
	background: #38251E;   /* darek zmien na koniec tlo  #38251E; */
	color: #686868;
	}

/* --------------------------
3. BASIC LAYOUT
---------------------------*/

	body {
	padding: 3px 0 0;
	}	
		input, textarea, select {
		background: url(img//inputs/bg.png) no-repeat #38251E;
		border: 1px solid #cacaca;
		color: #fff;
		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;
		background: url(img//header/bg.png) no-repeat;
		}
		
                #header1 {
		width: 1000px;
		height: auto;
		overflow: hidden;
		margin: 0 auto;
		font-size: 1.1em;
				}

		/* --------------------------
		3.1.1 Logo
		---------------------------*/
		
			#logo {
			float: left;
			display: inline;
			width: 246px;
			height: 98px;
			overflow: hidden;
			margin: 0px 0 0 0px;
			font-size: 1em;
			font-weight: normal;
			}
				#logo a {
				position: relative;
				display: block;
				width: 100%;
				height: 100%;
				color: #489a01;
				font-size: 2.5em;
				line-height: 98px;
				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//logo.png) no-repeat;
				}

		/* --------------------------
		3.1.2 Main navigation
		---------------------------*/
		
			#mainNav {
			float: right;
			display: inline;
			width: 754px;
				height: 98px;
			margin: 0px 0 0;
			padding: 0px 0 0;
			background: url(img//header/mainnav/ban.png) no-repeat #1C1714;
			}
			
							
#mainNav1 {
			float: right;
			display: inline;
			width: 1000px;
			margin: 0px 0 0;
			padding: 3px 0 0;
			background: url(img//header/mainnav/bg-top1.png) 0 100% repeat-x #B3A69D;
			}
				#mainNav1 ul {
				height: auto;
				overflow: hidden;
				padding: 0 5px 3px;
				
				}
					#mainNav1 ul li {
					float: left;
					height: 47px;
					padding: 0px 2px 0px 0;
					background: url(img//header/mainnav/border1.png) 100% no-repeat;
					font-weight: bolder;
					}					
						#mainNav1 ul a {
						display: block;
						height: 47px;
						padding: 0 18px 0 20px;
						line-height: 47px;
						}
							#mainNav1 ul a:link,
							#mainNav1 ul a:visited {
						
							color: #fff;
							text-decoration: none;
							}
							#mainNav1 ul a:hover,
							#mainNav1 ul a:active {
						
							color: #fff;
							text-decoration: none;
							}

#mainNav2 {
			float: right;
			width: 800px;
		
			margin: 0px 0 0;
			padding: 0px 260px 0px;
				}
				#mainNav2 ul {
			
				overflow: hidden;
				padding: 0 5px 3px;
				
				}
					#mainNav2 ul li {
					float: left;
					padding: 0px 2px 0px 0;
				
					font-weight: bolder;
					}					
						#mainNav2 ul a {
						display: block;
					
						padding: 0 5px 0 5px;
						
						}
							#mainNav2 ul a:link,
							#mainNav2 ul a:visited {
						
							color: #000;
							text-decoration: none;
							}
							#mainNav2 ul a:hover,
							#mainNav2 ul a:active {
						
							color: #000;
							text-decoration: none;
							}			
							
	/* --------------------------
	3.2 Content
	---------------------------*/
	
		#content {
		width: 1000px;
		background: #fff;
		margin: 0 auto;
		}
			#tlo {
	
		background: #E3DAD3;
	
		}

		/* --------------------------
		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.18em;
			font-weight: bolder;
			}	
			#mainContent h3 {
			color: #000;
			font-size: 1em;
			font-weight: bolder;
			}

		/* --------------------------
		3.2.2 Main content wrapper
		---------------------------*/
		
			#mainContentWrap {
			float: left;
			display: inline;
			width: 833px;
			}
				#content .mainContentWide {
				width: 1000px
				}

		/* --------------------------
		3.2.3 Main content
		---------------------------*/
		
			#mainContent {
			float: right;
			display: inline;
			width: 604px;
			padding: 22px 0 1em;
			font-size: 1.1em;
			}
				#mainContent a {
				}
					#mainContent a:link  {
					color: #FF4800;
					text-decoration: underline;
					}
					#mainContent a:visited {
					color: #FF4800;
					text-decoration: underline;
					}
					#mainContent a:hover,
					#mainContent a:active {
					color: #FF4800;
					text-decoration: underline;
					}
				
				.mainContentWide #mainContent {
				float: right;
				width: 772px;
				}
				
				#mainContent .price {
				width: 55px;
				height: 26px;
				padding: 0 40px 0 0;
				background: url(img//maincontent/price/bg-brutto.png) no-repeat;
				color: #000;
				font-weight: bolder;
				text-align: center;
				line-height: 26px;
				}
				
				#mainContent .oldPrice {
				width: 55px;
				color: #f00;
				text-align: center;
				}
				
				#mainContent .stock-full {
				color: #639600;
				}
				#mainContent .stock-medium {
				color: #f90;
				}
				#mainContent .stock-few {
				color: #c00;
				}
				#mainContent .stock-empty {
				color: #999;
				}

			/* --------------------------
			3.2.3.1 Buttons
			---------------------------*/
			
				#mainContent .button-black {
				padding: 3px 24px 3px 4px;
				background: url(img//embellishments/arr-black.gif) 90% 55% no-repeat;
				font-weight: bolder;
				}
					#mainContent .button-black:link,
					#mainContent .button-black:visited {
					color: #000;
					text-decoration: none;
					background-color: transparent;
					}
					#mainContent .button-black:hover,
					#mainContent .button-black: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: 0 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-bot.png) 100% 0 no-repeat;
				}

			/* --------------------------
			3.2.4.1 Main search
			---------------------------*/
			
				#mainSearch {
	                        background: url(img//navigation/bg/bg-top.gif) no-repeat #B3A69D;
				padding: 15px 20px 5px;
				}
					#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: 0px 0px 0px 0px;
				
					}
						#mainSearch fieldset p {
						height: auto;
							padding-top: 10px;
					margin: 1em 0;
						overflow: hidden;
						}
					
						#mainSearch label {
						float: left;
						display: inline;
						padding: 1px 0px 0 0;
						font-weight: bolder;
						}
						
						#mainSearch #f_s_query {
						float: left;
						display: inline;
						width: 160px;
						color: #9f9f9f;
						border-color: #448806;
						margin-top: 5px;
						}
							#mainSearch #f_s_query:focus {
							color: #505050;
							}
							
						#mainSearch input.img {
						margin: -4px 0 0 5px;
						}
						#mainSearch h3 {
					        color: #fff;
					        padding: 0px 20px 5px;
					        }
						
						#mainSearch .advanced {
						width: 190px;
						margin-top: 1em;
						}
						
						
							#mainSearch .advanced a {
							padding: 0 15px 0 0;
							background: url(img//embellishments/arr-white.gif) 100% 70% no-repeat;
							}

			/* --------------------------
			3.2.4.2 Submenu
			---------------------------*/
			
				#navigation .submenu {
				background: url(img//navigation/bg/bg-top.gif) no-repeat #B3A69D;
				padding: 15px 20px 5px;
				}			
					#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: underline;			
					}
					
					#navigation .submenu h3 {
					color: #fff;
					padding: 0px 20px 5px;
					}
					
					#navigation .submenu ul {
					width: 160px;
					padding-top: 10px;
                                        }
						#navigation .submenu li {
						font-weight: bolder;
						}
							#navigation .submenu li a {
							background: url(img//navigation/submenu/item-pointer.gif) 0 0.7em no-repeat;
							}
							#navigation .submenu li.collapsed a {
							background: url(img//navigation/submenu/tree-controls.gif) 0 0.7em no-repeat;
							}
							#navigation .submenu li.expanded a {
							background: url(img//navigation/submenu/tree-controls.gif) -160px 0.7em 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.gif) 0 0.7em no-repeat;
							}
							#navigation .submenu li.expanded li.expanded a {
							background: url(img//navigation/submenu/tree-controls.gif) -160px 0.7em no-repeat;
							}
							
							#navigation .submenu li.expanded li.expanded li a {
							background: url(img//navigation/submenu/item-pointer.gif) 0 0.7em 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-top.gif) no-repeat #B3A69D;
				padding: 15px 20px 20px;
				}					
					#recommend h3 {
					color: #fff;
					padding: 0px 20px 5px;
					}
					
					#recommend p {
					padding-top: 10px;
					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-top.gif) no-repeat #B3A69D;
				padding: 15px 20px 10px;
				}	
					#delivery h3 {
					color: #fff;
					padding: 0px 20px 5px;
					}
					
					#delivery p {
					margin: 1em 0;
					padding-top: 10px;
					}	
					

		/* --------------------------
		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 {
				background: url(img//navigation/bg/bg-top.gif) no-repeat #B3A69D;
				padding: 5px 40px 10px;
				color: #fff;
			}
					#cart a:link,
					#cart a:visited {
					color: #fff;
					text-decoration: none;
					}
					#cart a:hover,
					#cart a:active {
					color: #e1ffc6;
					text-decoration: underline;			
					}
					
					#cart h3 {
					
					}
					
					#cart ul.cartContent {
					margin: 10px -20px;
					width:110px;
					padding: 0 0px 0 0;
					}
						#cart ul.cartContent li {
						position: relative;
						height: auto;
						overflow: hidden;
						padding: 0.2em 0px 0.2em 0;
						}								
							#cart ul.cartContent li a.deleteItem {
							position: absolute;
							top: 50%;
							right: 0;
							display: block;
							width: 10px;
							height: 11px;
							overflow: hidden;
							margin: -5px 1px;
							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 0px 0 -20px;
					padding: 0px 0 0;
					}
						#cart p.order a {
						display: block;
						padding: 4px 25px;
						background: url(img//sidebar/cart/zam.png) 100% 100% no-repeat #B3A69D;
						color: #fff;
						font-weight: bolder;
						}
					
					#cart p.emptyCart {
					margin: 0 0px 0 -20px;
					padding: 10px 0px 1.7em;
					
					}
						#cart p.emptyCart1 {
					margin: 0px -20px 0 0px;
					padding: 10px 0px 1.7em;
					
					}
					
			/* --------------------------
			3.2.5.2 Login
			---------------------------*/
			
				#login {
				background: url(img//navigation/bg/bg-top.gif) no-repeat #B3A69D;
				padding: 5px 20px 10px;
				color: #fff;
				}
					#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 {
			
					
					}						
						
					#login h3 {
					margin: 0 0 1em 20px;;
				
					}
					
				        #login .inner ul li a {color:#fff;}
				        
				        #login .inner ul li a strong{display: block;
						padding: 4px 12px;
						background: url(img//sidebar/cart/zam.png) 100% 100% no-repeat #B3A69D;
						color: #fff;
						font-weight: bolder;}
					
					#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: 1000px;
			padding: 5px 0px 0px;
			margin: 0 0 0 0px;
			background: url(img//footer/foot.jpg) no-repeat #B3A69D;
			color: #686868;
			font-size: 1.1em;
			font-weight: bolder;
		
			}
				#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 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;
				}

	/* --------------------------
	4.2 Items overview
	---------------------------*/
	
		.itemsOverview {
		background: #E3DAD3;
		height: auto;
		overflow: hidden;
		margin: 0.5em 0 2.5em;
		padding: 8px;
		border-bottom: 1px solid #e6e6e6;
		}
			.itemsOverview .item {
			float: left;
			display: inline;
			background: #fff;
			height: 250px;
			overflow: hidden;
			width: 165px;
			margin: 0 0 8px 22px;
			padding: 8px;
			}
				.itemsOverview .oddItem {
				clear: left;
				margin-left: 0;
				}
					
				.itemsOverview .item h3 {
				margin: 0 0 0.7em;
				}
				
			
			
				.itemsOverview .item .pic {
				float: center;
				width: 55px;
			
				}
				
				.itemsOverview .item .description {
				float: left;
				display: inline;
				width: 150px;
				padding: 0 0 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 #E3DAD3;;
		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 .oldPrice {
					margin: 0 0 0.3em;
					}
					
					.featuredItems .item .details .price {
					float: left;
					display: inline;
					margin: 0 0 0 3px;
					}
					
					.featuredItems .item .details .more {
					float: left;
					display: inline;
					margin: 4px 0 0 16px;
					}

	/* --------------------------
	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 110px;
				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: 480px;
				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 {
		margin: 0 0 2.5em;
		padding: 10px 8px 1.2em;
		border-bottom: 1px solid #e6e6e6;
		font-size: 18px;
		font-weight: bold;
		color: #F36515;
		}
				

	/* --------------------------
	4.7 Item details
	---------------------------*/
	
		.itemDetails {
		height: auto;
		overflow: hidden;
		padding: 0 8px 1.5em;
		background: url(img//maincontent/fauxcolumns/fauxcolumns-185-419.png) repeat-y;
		border-bottom: 1px solid #e6e6e6;
		}
			.itemDetails .description {
			float: right;
			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: 160px;
			}	
				.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 {
					padding: 1em 8px;
					border-top: 1px solid #e6e6e6;
					}
						.itemDetails .info .actions li li {
						padding: 0;
						border: 0;
						}
						
						.itemDetails .info .actions li.toCart input {
						display: block;
						padding: 0.4em 0 0.4em 52px;
						background: url(img//icos/tocart.gif) 5px 50% no-repeat;
						font-size: 1.1em;
						font-weight: bolder;
						}
							.itemDetails .info .actions li.toCart input {
							color: #FF4800;
							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: 2em 8px 2em;
		border-bottom: 1px solid #e6e6e6;
		}
			#content .itemDescription h3 {
			margin: 0 0 0.5em;
			font-size: 1.18em;
			}
					

	/* --------------------------
	4.9 Item opinion
	---------------------------*/
	
		.itemOpinion {
		height: auto;
		overflow: hidden;
		margin: 2em 0 0;
		padding: 1em 8px 2em;
		border-bottom: 1px solid #e6e6e6;
		background: url(img//maincontent/fauxcolumns/fauxcolumns-302-302.png) repeat-y;
		}
			#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;
					border-bottom: 1px solid #e6e6e6;
					}
						.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: #FF4800;
					font-size: 1.1em;
					font-weight: bolder;
					}
				
				.itemOpinion .comments form {
				margin: 2em 0 0;
				padding: 2em 0 0;
				border-top: 1px solid #e6e6e6;
				}
					.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;
			}
		#kategorie {
		color: #000;
		font-size:11px;
		width:237px;
		height:332px;
		}
		#producenci {
		color: #000;
		height:250px;
		}

	/* --------------------------
	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: 1em 8px 2em;
		border-bottom: 1px solid #e6e6e6;
		}
			.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: #FF4800;
					}
					
					.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;
}
