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

FOTONEO
Grupa Pff
http://pff.pl/

Michał Krupa
michal@procommerce.lodz.pl

December 2008


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.2 Main navigation
		3.3 Content
			3.3.1 Navigation
				3.3.1.1 Submenu
				3.3.1.2 Banner
			3.3.2 Main content
				3.3.2.1 Links
				3.3.2.2 Headers
				3.3.2.3 Forms
				3.3.2.4 Buttons
			3.3.3 Footer
	4. MAIN CONTENT LAYOUTS
		4.1 Home page
		4.2 Items overview
		4.3 Item details
		4.4 Bread crumbs
		4.5 Pageing
		4.6 Text block
		4.7 Order
		4.8 Order plan
		4.9 Order details
		4.10 Invoice
		4.11 Customer type
		4.12 Customer details
		4.13 Buttons

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




/* --------------------------
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.5 "Trebuchet MS", 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: url(img/bg.jpg) repeat-x #3e2826;
	color: #fff;
	}

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

	body {
	padding: 0 0 2em;
	}

	/* --------------------------
	3.1 Header
	---------------------------*/
	
		#header {
		position: relative;
		height: 180px;
		background: url(img/header/bg.jpg) 50% 0 no-repeat;
		}
			
		/* --------------------------
		3.1.1 Logo
		---------------------------*/
		
			#logo {
			position: absolute;
			left: 50%;
			top: 24px;
			width: 250px;
			height: 68px;
			overflow: hidden;
			margin: 0 0 0 -368px;
			font-size: 1em;
			font-weight: bolder;
			}
				#logo a {
				position: relative;
				display: block;
				width: 250px;
				height: 68px;
				overflow: hidden;
				color: #ffffdc;
				font-size: 3em;
				}
				
				#logo .r {
				position: absolute;
				top: 0;
				left: 0;
				display: block;
				width: 250px;
				height: 68px;
				background: url(img/logo.png) no-repeat;
				}
							
	/* --------------------------
	3.2 Main navigation
	---------------------------*/
	
		#mainNav {
		position: relative;
		width: 798px;
		height: 59px;
		margin: -29px auto 0.5em;
		background: url(img/mainnav/bg.png) no-repeat;
		font-size: 1.15em;
		}
			#mainNav ul {
			padding: 23px 7px 0;
			text-align: center;
			}
				#mainNav ul li {
					background:transparent url(../images/mainnav/border.png) no-repeat scroll 0 50%;
					display: inline;
					padding: 0 15px 0 17px;
				} 
					#mainNav ul li.first-item {
					background: none;
					}
				
					#mainNav ul a {
					padding: 2px 0;
					font-weight: bolder;
					}							
						#mainNav ul a:link,
						#mainNav ul a:visited {
						color: #fcffdf;
						text-decoration: none;
						}
						#mainNav ul a:hover,
						#mainNav ul a:active {
						color: #fff;
						text-decoration: underline;
						}
					
					#mainNav ul li.cart a {
					padding-left: 29px;
					background: url(img/mainnav/cart.png) 0 50% no-repeat;
					}
							
	/* --------------------------
	3.3 Content
	---------------------------*/
	
		#content {
		clear: both;
		width: 784px;
		margin: 0 auto;
		font-size: 1.1em;
		}

		/* --------------------------
		3.3.1 Navigation
		---------------------------*/
		
			#navigation {
			float: left;
			display: inline;
			width: 239px;
			}
			
			/* --------------------------
			3.3.1.1 Submenu
			---------------------------*/
			
				#navigation .submenu {
				background: url(img/navigation/submenu/bg-top.png) no-repeat #291a18;
				}					
					#navigation .submenu ul {
					padding: 1.3em 8px 2.1em;
					background: url(img/navigation/submenu/bg-bot.png) 0 100% no-repeat;
					margin: 0.6em 0 0; 
					}
						#navigation .submenu li {
						padding: 0 0 1px;
						background: url(img/navigation/submenu/item-border.png) 50% 100% no-repeat;
						}
							#navigation .submenu li.login {
							background: none;
							}
									
							#navigation .submenu li a {
							display: block;
							padding: 1em 5px 1em 58px;
							background-repeat: no-repeat;
							font-weight: bolder;
							}								
								#navigation .submenu a:link,
								#navigation .submenu a:visited {
								color: #fcffdf;
								text-decoration: none;
								}
								#navigation .submenu a:hover,
								#navigation .submenu a:active {
								color: #fff;
								text-decoration: underline;			
								}
								
								#navigation .submenu li.gallery a {
								background-image: url(img/navigation/submenu/gallery.png);
								}
								#navigation .submenu li.print a {
								background-image: url(img/navigation/submenu/print.png);
								background-color: #b15c12;
								}
								#navigation .submenu li.prices a {
								background-image: url(img/navigation/submenu/prices.png);
								}
								#navigation .submenu li.partners a {
								background-image: url(img/navigation/submenu/partners.png);
								}
								#navigation .submenu li.caricature a {
								background-image: url(img/navigation/submenu/caricature.png);
								}
								#navigation .submenu li.how a {
								background-image: url(img/navigation/submenu/how.png);
								}
								#navigation .submenu li.services a {
								background-image: url(img/navigation/submenu/services.png);
								}
								#navigation .submenu li.order a {
								background-image: url(img/navigation/submenu/order.png);
								}
								#navigation .submenu li.examples a {
								background-image: url(img/navigation/submenu/examples.png);
								}
								#navigation .submenu li.login a {
								background-image: url(img/navigation/submenu/login.png);
								}	
												
						#navigation .submenu ul ul {
						padding: 1em 11px 1.1em;
						background: url(img/navigation/submenu/item-border.png) 50% 0 no-repeat;
						margin: 0; 
						}
							#navigation .submenu ul ul li {
							background: none;
							}										
								#navigation .submenu ul ul li a {
								display: block;
								padding: 0 0 0 16px;
								background: url(img/embellishments/arr-orange.png) 4px 50% no-repeat !important;
								font-weight: bolder;
								}
			
			/* --------------------------
			3.3.1.2 Banner
			---------------------------*/
			
				#navigation .banner {
				clear: both;
				margin: 1.5em 0;
				}
					#navigation .banner .print {
					width: 198px;
					height: 180px;
					overflow: hidden;
					margin: 0 auto;
					color: #fff;
					font-size: 1.3em;
					text-align: center;
					}
						#navigation .banner .print a {
						position: relative;
						display: block;
						width: 100%;
						height: 100%;
						overflow: hidden;
						color: #fff;
						}
						
						#navigation .banner .print .r {
						position: absolute;
						top: 0;
						left: 0;
						display: block;
						width: 100%;
						height: 100%;
						background: url(img/navigation/banner.jpg) no-repeat;
						}

		/* --------------------------
		3.3.2 Main content
		---------------------------*/
		
			#mainContent {
			float: right;
			display: inline;
			width: 530px;
			padding: 0 0 1em;
			color: #d8d8d8;
			}
				#mainContent .price {
				color: #ff7e00;
				}

			/* --------------------------
			3.3.2.1 Links
			---------------------------*/
			
				#mainContent a {
				font-weight: bolder;
				}
					#mainContent a:link,
					#mainContent a:visited {
					color: #fcffdf;
					text-decoration: none;
					}
					#mainContent a:hover,
					#mainContent a:active {
					color: #fff;
					text-decoration: underline;
					}

			/* --------------------------
			3.3.2.2 Headers
			---------------------------*/
			
				#mainContent h2 {
				margin: 1.1em 0 1.3em;
				font-size: 1.3em;
				font-weight: bolder;
				}
			
				#mainContent h3 {
				margin: 1.1em 0 1.3em;
				padding: 1em 0 0;
				border-top: 1px solid #4A3230;
				font-size: 1.3em;
				font-weight: bolder;
				}


			/* --------------------------
			3.3.2.3 Forms
			---------------------------*/
				
				#mainContent input,
				#mainContent select,
				#mainContent textarea,
				#userblock input {
				padding: 0.35em 5px;
				border: 1px solid #4a3230;
				background: #31201f;
				color: #a97b77;
				font: 1em/1.4 "Trebuchet MS", Arial, Helvetica, sans-serif;
				}
					#mainContent input.img {
					padding: 0;
					line-height: inherit;
					}

			/* --------------------------
			3.3.2.4 Buttons
			---------------------------*/
			
				#mainContent .button-arrLeft,
				#mainContent .button-arrRight,
				#mainContent .button-arrDbLeft,
				#mainContent .button-arrDbRight {
				position: relative;
				display: block;
				width: 19px;
				height: 19px;
				overflow: hidden;
				color: #fff;
				font-size: 8px;
				line-height: 19px;
				text-align: center;
				}
					#mainContent .button-arrLeft .r,
					#mainContent .button-arrRight .r,
					#mainContent .button-arrDbLeft .r,
					#mainContent .button-arrDbRight .r {
					position: absolute;
					top: 0;
					left: 0;
					display: block;
					width: 19px;
					height: 19px;
					overflow: hidden;
					}
					#mainContent .button-arrLeft .r {
					background: url(img/buttons/arrleft.png) no-repeat;
					}
					#mainContent .button-arrRight .r {
					background: url(img/buttons/arrright.png) no-repeat;
					}
					#mainContent .button-arrDbLeft .r {
					background: url(img/buttons/arrdbleft.png) no-repeat;
					}
					#mainContent .button-arrDbRight .r {
					background: url(img/buttons/arrdbright.png) no-repeat;
					}
			
				#mainContent .button-zoom {
				position: relative;
				display: block;
				width: 30px;
				height: 30px;
				overflow: hidden;
				color: #fff;
				font-size: 8px;
				line-height: 19px;
				text-align: center;
				}
					#mainContent .button-zoom .r {
					position: absolute;
					top: 0;
					left: 0;
					display: block;
					width: 30px;
					height: 30px;
					overflow: hidden;
					}
										
					#mainContent .button-zoom .r {
					background: url(img/buttons/zoom.png) no-repeat;
					}
						
	/* --------------------------
	3.3.3 Footer
	---------------------------*/
	
		#footer {
		clear: both;
		width: 784px;
		margin: 0 auto 2em;
		background: url(img/footer/bg-top.png) no-repeat #291a18;
		color: #ddd;
		font-size: 1.1em;
		}
			#footer-inner {
			padding: 1.5em 21px 1.5em 23px;
			background: url(img/footer/bg-bot.png) 0 100% no-repeat;
			}
			
			#footer a {
			font-weight: bolder;
			}
				#footer a:link,
				#footer a:visited {
				color: #ddd;
				text-decoration: none;
				}
				#footer a:hover,
				#footer a:active {
				color: #fff;
				text-decoration: underline;			
				}
			
			#footer p {
			padding: 0 50% 0 0;
			}
				#footer p strong {
				margin: 0 0.2em 0 0;
				padding: 0 0.6em 0 0;
				border-right: 1px solid #ddd;
				}
			
			#footer .author {
			margin: -1.56em 0 0;
			padding: 0 0 0 50%;
			font-size: 0.9em;
			text-align: right;
			}

/* --------------------------
4. MAIN CONTENT LAYOUTS
---------------------------*/

	/* --------------------------
	4.1 Home page
	---------------------------*/
	
		.homePage {
		}
			.homePage .categories {
			height: auto;
			overflow: hidden;
			margin: 0 -4px;
			padding: 0.4em 0;
			}
				.homePage .categories li {
				float: left;
				display: inline;
				margin: 0 1px 0.1em 0;
				padding: 4px;
				background: url(img/maincontent/homepage/item-shadow.png) no-repeat;
				}
					.homePage .categories li a {
					position: relative;
					display: block;
					width: 170px;
					height: 120px;
					overflow: hidden;
					background: 50% 50% no-repeat;
					}
					
						.homePage .categories li a span {
						position: absolute;
						bottom: 0;
						right: 0;
						width: 100%;
						padding: 2em 13px 4px;
						background: url(img/maincontent/homepage/text-shadow.png) 0 100% repeat-x;
						color: #fff;
						font-size: 1.2em;
						font-weight: bolder;
						text-transform: uppercase;
						text-align: right;
						}
					
					.homePage .categories li.zwierzeta a {
					background-image: url(../../_media/images/maincontent/homepage/zwierzeta.jpg);
					}
					.homePage .categories li.ludzie a {
					background-image: url(../../_media/images/maincontent/homepage/ludzie.jpg);
					}
					.homePage .categories li.kwiaty a {
					background-image: url(../../_media/images/maincontent/homepage/kwiaty.jpg);
					}
					.homePage .categories li.dzieciece a {
					background-image: url(../../_media/images/maincontent/homepage/dzieciece.jpg);
					}
					.homePage .categories li.pejzaz a {
					background-image: url(../../_media/images/maincontent/homepage/pejzaz.jpg);
					}
					.homePage .categories li.owoce a {
					background-image: url(../../_media/images/maincontent/homepage/owoce.jpg);
					}
					.homePage .categories li.abstrakcje a {
					background-image: url(../../_media/images/maincontent/homepage/abstrakcje.jpg);
					}
					.homePage .categories li.klasyka a {
					background-image: url(../../_media/images/maincontent/homepage/klasyka.jpg);
					}
					.homePage .categories li.orient a {
					background-image: url(../../_media/images/maincontent/homepage/orient.jpg);
					}
					.homePage .categories li.digital a {
					background-image: url(../../_media/images/maincontent/homepage/digital.jpg);
					}
					.homePage .categories li.rozne a {
					background-image: url(../../_media/images/maincontent/homepage/rozne.jpg);
					}

	/* --------------------------
	4.2 Items overview
	---------------------------*/
	
		.itemsOverview {
		padding: 0.9em 0;
		}
			.itemsOverview .item {
			float: left;
			display: inline;
			width: 245px;
			margin: 0 0 0.9em 10px;
			background: url(img/maincontent/itemsoverview/item-bg-bot.png) 0 100% no-repeat #291a18;
			}
				.itemsOverview .oddItem {
				clear: left;
				margin-left: 0;
				}
				
				.itemsOverview .item .pic, .itemsOverview .pic {
				position: relative;
				padding: 3px 0;
				border: 0;
				height: 180px;
				}
					.itemsOverview .item .pic img {
					margin: 0 auto;
					}
					
					.itemsOverview .item .pic .h {
					display: none;
					}
					
					.itemsOverview .item .pic .pic-large, .itemsOverview .pic .pic-large {
					position: absolute;
					top: 0;
					left: 0;
					z-index: 1000;
					border: 3px solid #291a18;
					margin: -25% 0 0 -50%;
					cursor: pointer;
					}
						.itemsOverview .item .pic .pic-large img, .itemsOverview .pic .pic-large img  {
						position: relative;
						}

				.itemsOverview .item .description {
				position: relative;
				float: none;
				display: block;
				padding: 2px 45px 10px 10px;
				}
					.itemsOverview .item .description p {
					clear: left;
					padding: 0;
					}
					
					.itemsOverview .item .description .zoom {
					position: absolute;
					top: 5px;
					right: 10px;
					}

	/* --------------------------
	4.3 Item details
	---------------------------*/
	
		.itemDetails {
		width: 500px;
		}
			.itemDetails .pic {
			border: 3px solid #291a18;
			background: #3e2826;
			text-align: center;
			}
			.itemDetails .description {
			height: auto;
			overflow: hidden;
			padding: 1.5em 0 0;
			}
				.itemDetails .description p {
				float: left;
				display: inline;
				padding: 0 40px 0 0;
				}
					.itemDetails .description p.imp {
					margin-top: -1px;
					padding-right: 0;
					font-size: 1.2em;
					}
				
			.itemDetails .technique {
			}
				.itemDetails .technique ul {
				height: auto;
				overflow: hidden;
				}
					.itemDetails .technique li {
					float: left;
					display: inline;
					padding: 2em 0 2em 72px;
					}
						.itemDetails .technique li.hand {
						margin: 0 55px 0 0;
						background: url(img/maincontent/itemdetails/hand.png) 0 50% no-repeat;
						}
						.itemDetails .technique li.print {
						background: url(img/maincontent/itemdetails/print.png) 0 50% no-repeat;
						}
				
			.itemDetails .material {
			margin: 0 -14px 0 0;
			height: 255px;
			}
				.itemDetails .material ul {
				height: auto;
				overflow: hidden;
				}
					.itemDetails .material li {
					float: left;
					display: inline;
					width: 122px;
					margin: 0 6px 0 0;
					}
						.itemDetails .material li img {
						margin: 0 0 0.5em;
						}
						
						.itemDetails .material li input {
						float: left;
						margin-right: 8px;
						margin-bottom: 1em;
						}
						
						.itemDetails .material li input,
						.itemDetails .material li label {
						vertical-align: middle;
						}
				
			.itemDetails .type {
			}
				.itemDetails .type ul {
				height: auto;
				overflow: hidden;
				}
					.itemDetails .type ul li {
					float: left;
					display: inline;
					height: 83px;
					overflow: hidden;
					}
				
			.itemDetails .size {
			}
				.itemDetails .size ul {
				height: auto;
				overflow: hidden;
				margin: 0 0 1em;
				}
					.itemDetails .size li {
					float: left;
					display: inline;
					width: 165px;
					margin: 0 0 0.5em;
					}
						.itemDetails .size li input,
						.itemDetails .size li label {
						vertical-align: middle;
						}
						
						.itemDetails .size li input {
						margin-left: 0;
						}
						
			.itemDetails .itemsOverview {
			margin-top: -0.3em;
			padding-top: 0;
			}
	/* --------------------------
	4.4 Bread crumbs
	---------------------------*/
	
		.breadCrumbs {
		margin: 1.5em 0 -3em;
		font-weight: bolder;
		text-align: right;
		}
			.breadCrumbs p {
			margin: 0 30px 0 0;
			}
				.breadCrumbs span {
				padding: 0 1em 0 0 ;
				}

	/* --------------------------
	4.5 Pageing
	---------------------------*/
	
	
		.pageing {
		clear: both;
		height: auto;
		overflow: hidden;
		color: #d8d8d8;
		font-weight: bolder;
		}
			.pageing h4 {
			float: left;
			display: inline;
			margin: 0 12px 0 0;
			font-size: 1em;
			}
			
			.pageing p {
			float: left;
			display: inline;
			margin: 0 4px;
			}
				#mainContent .pageing .button-arrDbLeft,
				#mainContent .pageing .button-arrLeft,
				#mainContent .pageing .button-arrRight,
				#mainContent .pageing .button-arrDbRight {
				float: left;
				display: inline;
				margin: 0 4px 0 0;
				padding: 0;
				}
				
				#mainContent .pageing a {
				padding: 0 4px;
				}	


	/* --------------------------
	4.6 Text block
	---------------------------*/
	
		.textBlock {
		clear: both;
		height: auto;
		overflow: hidden;
		padding: 0 10px 0 0;
		}
			.textBlock .text {
			width: 394px;
			text-align: justify;
			}
			.textBlock .pics {
			width: 116px;
			padding: 0.7em 0 0;
			}
			
			.textBlock .leftColumn {
			clear: both;
			}
				.textBlock .leftColumn .text {
				float: left;
				display: inline;
				}
				.textBlock .leftColumn .pics {
				float: right;
				display: inline;
				}
			
			.textBlock .rightColumn {
			clear: both;
			}
				.textBlock .rightColumn .text {
				float: right;
				display: inline;
				}
				.textBlock .rightColumn .pics {
				float: left;
				display: inline;
				}
					
	/* --------------------------
	4.7 Order
	---------------------------*/		
	
		#mainContent .orderWrap {
		width: 500px;
		}		
			#mainContent .orderWrap .buttons {
			padding: 1em 0 0;
			}
			
	/* --------------------------
	4.8 Order plan
	---------------------------*/
	
		#orderPlan {
		height: auto;
		overflow: hidden;
		background: url(img/maincontent/order/steps/bg.png) repeat-x;
		}
			#orderPlan li {
			float: left;
			display: inline;
			padding: 0.7em 11px 0.7em 13px;
			background: url(img/maincontent/order/steps/border.png) repeat-y;
			color: #947561;
			}
				#orderPlan li.first-item {
				background: none;
				}
				
				#orderPlan li.activeStep {
				padding: 0 0 0 2px;
				}
					#orderPlan li.activeStep strong {
					display: block;
					padding: 0.7em 11px;
					background: url(img/maincontent/order/steps/active-bg.png) repeat-x #8f3205;
					color: #ffe5d5;
					}
	
	/* --------------------------
	4.9 Order details
	---------------------------*/
	
		.orderDetails {
		height: auto;
		overflow: hidden;
		}
			#mainContent .orderDetails h3 {
			margin: 1em 0 0.5em;
			font-size: 100%;
			border: 0;
			}
			
			#mainContent .orderDetails p {
			margin: 1em 0;
			}
			
			#mainContent .orderDetails input {
			margin-left: 0;
			}
			
			.orderDetails label {
			vertical-align: middle;
			}
			
			.orderDetails ul {
			margin: 0 0 2em;
			}
				.orderDetails li {
				margin: 0 0 0.4em;
				}
			
			.orderDetails .payment {
			float: left;
			width: 165px;
			}
			.orderDetails .delivery {
			float: left;
			width: 160px;
			margin: 0 0 0 10px;
			}
			.orderDetails .coupon {
			float: right;
			width: 163px;
			}
			
			#f_order_coupon {
			width: 115px;
			}
	
	/* --------------------------
	4.10 Invoice
	---------------------------*/
	
		.invoice {
		margin: 1em 0;
		padding: 1.2em 0;
		border: solid #4a3230;
		border-width: 1px 0;
		}			
			#mainContent .invoice input {
			margin-left: 0;
			}
			
			.invoice label {
			vertical-align: middle;
			}

	/* --------------------------
	4.11 Customer type
	---------------------------*/
	
		.customerType {
		margin: 1em 0 0;
		}
			#mainContent .customerType h3 {
			margin: 0 0 1.4em;
			font-size: 100%;
			border: 0;
			}
			
			.customerType label {
			padding: 0 10px 0 5px;
			vertical-align: middle;
			}
			
			.customerType input {
			margin-left: 0;
			}

	/* --------------------------
	4.12 Customer details
	---------------------------*/
	
		.customerDetails {
		height: auto;
		overflow: hidden;
		padding: 1.5em 0;
		border-bottom: 1px solid #4a3230;
		}
			.customerDetails p {
			height: auto;
			overflow: hidden;
			padding: 0.3em 0;
			}
		
			.customerDetails label {
			float: left;
			display: inline;
			width: 67px;
			padding: 6px 0 0;
			}			
			.customerDetails input {
			float: left;
			display: inline;
			width: 130px;
			margin: 0 30px 0 0;
			}
			
			.customerDetails span {
			float: left;
			display: inline;
			margin: 3px 5px;
			}
			
			.customerDetails .personal {
			float: left;
			width: 250px;
			}	
					
			.customerDetails #f_order_info_building,
			.customerDetails #f_order_info_apartment {
			width: 35px;
			margin-right: 10px;
			}
			
			.customerDetails #f_order_info_postalcode1{
			width: 35px;
			margin-right: 0;
			}			
			.customerDetails #f_order_info_postalcode2 {
			width: 35px;
			margin-right: 0;
			}
			.customerDetails #f_order_info_state {
			margin: 4px 0 0;
			padding: 0;
			}

	/* --------------------------
	4.13 Buttons
	---------------------------*/
	
		.buttons {
		clear: both;
		text-align: right;
		}
		
/* --------------------------
5. DYNAMIC ACTIONS
---------------------------*/

	/* --------------------------
	5.1 Submenu
	---------------------------*/
		
		body.mooTools #navigation .submenu li.expanded ul, body.mooTools #navigation .submenu li.expanded div, body.mooTools #navigation .submenu li.expanded fieldset {
		display: block;
		}
		body.mooTools #navigation .submenu li.collapsed ul, body.mooTools #navigation .submenu li.collapsed div, body.mooTools #navigation .submenu li.collapsed fieldset {
		display: none;
		}
	/* --------------------------
	5.2 Item details
	---------------------------*/
	
		body.mooTools #content .itemDetails .material {
		padding-bottom: 15px;
		}
	
		body.mooTools #content .itemDetails .type {
		padding-bottom: 15px;
		}
			body.mooTools #content .itemDetails .type ul {			
			}
				body.mooTools #content .itemDetails .type ul li {
				height: 66px;
				cursor: pointer;
				background: 0 0 no-repeat;
				}
					body.mooTools #content .itemDetails .type ul li.selectedItem {
					background-position: 0 -66px;
					}
				
					body.mooTools #content .itemDetails .type ul li input {
					display: none;
					}
					body.mooTools #content .itemDetails .type ul li label {
					display: none;
					}
					
					body.mooTools #content .itemDetails .type ul li.type1 {
					width: 94px;
					background-image: url(img/maincontent/itemdetails/type1.png);
					}
					body.mooTools #content .itemDetails .type ul li.type2 {
					width: 101px;
					background-image: url(img/maincontent/itemdetails/type2.png);
					}
					body.mooTools #content .itemDetails .type ul li.type3 {
					width: 105px;
					background-image: url(img/maincontent/itemdetails/type3.png);
					}
					body.mooTools #content .itemDetails .type ul li.type4 {
					width: 81px;
					background-image: url(img/maincontent/itemdetails/type4.png);
					}
					body.mooTools #content .itemDetails .type ul li.type5 {
					width: 116px;
					background-image: url(img/maincontent/itemdetails/type5.png);
					}	
		
						
/* ---------------------------------------------
 * 6. Integration
 */				
				
.info h1,.info p,.info ul {
	margin-left: 140px !important;
	font-size: 12px;
}

.info p {
	margin-bottom: 10px;
}

.info ul li {
	float: left;
	margin: 0 30px 0 0;
}

.info ul a {
	font-weight: bolder;
}

.poz {
	background: url(img/info_poz.jpg) no-repeat;
	height: 200px;
	padding-top: 15px;
}

.neg {
	background: url(img/info_neg.jpg) no-repeat;
	height: 200px;
	padding-top: 30px;
}

.ost {
	background: url(img/info_ost.jpg) 20px 180px no-repeat;
}

#panel_linki a:Link,#panel_linki  a:Visited {
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}

#panel_linki a:Hover {
	color: #f2f2f2;
}

#panel_uzytkownika {
	width: 580px;
	margin: 20px auto;
}

.formularz_blad {
	color: red;
	font-weight: bold;
}

.koszyk_zamowien .underlined td{
	
	border-bottom: 1px solid #edede0;
}

.koszyk_zamowien td {
	padding: 10px;
}
		
						
						
.hidden{
	display: none;
}						
						
						
						
						

/* Elementy zamówienia */
.zam_1 .left {
	float: left;
	width: 120px;
	padding: 0 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.zam_1 .right {
	float: left;
	width: 500px;
	padding-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.zam_1 .right .button {
	float: right;
}

.zam_1 li {
	list-style-type: none;
	padding-left: 20px;
	background-position: left;
	font-weight: bold;
	line-height: 17px;
}

.zam_2 td {
	padding: 5px;
	padding-right: 20px;
}

.trojblok {
	width: 751px;
	background: url(img/podklad/trojblok.gif) repeat-y;
	background-position: 210px 0;
	border-bottom: 1px solid #E2E2E2;
}

.trojblok .left {
	width: 170px;
	padding: 20px;
	float: left;
}

.trojblok .center {
	width: 235px;
	padding: 20px;
	float: left;
}

.trojblok .right {
	width: 225px;
	padding: 20px;
	float: left;
}

.zam_2 li,.zam_2 .kropka {
	list-style-type: none;
	padding-left: 20px;
	background: url(img/ikony/kolko.gif) no-repeat;
	background-position: left;
	line-height: 20px;
	margin-right: 5px;
}

.zam_2 ul {
	padding-left: 0px;
}

.zam_2 li div,.zam_2 .trojblok .center div {
	float: right;
	margin-right: 20px;
}

.zam_2 .razem {
	width: 210px;
}

.zam_2 .razem div {
	width: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}

.zamowienie_form .text,.zamowienie_form select {
	width: 170px;
}

a.krzyzyk:Link,a.krzyzyk:Visited {
	float: left;
	background: url(img/ikony/krzyzyk.gif) no-repeat;
	background-position: 75px 2px;
	width: 85px;
	font-weight: bold;
}

.zam_3 .podsumowanie {
	width: 491px;	
	border-bottom: 1px solid #E2E2E2;
}

.zam_3 .left {
	width: 490px;
	float: left;
}

.zam_3 .right {
	width: 290px;
	float: left;
	padding: 0px 20px;
}

.zam_3 .produkt {
	width: 470px;
	border-top: 1px solid #E2E2E2;
	padding: 5px 10px;
	clear: both;
}

.zam_3 .produkt .left {
	padding: 0;
	width: 240px;
	padding-right: 5px;
	float: left;
	padding-bottom: 5px;
}

.zam_3 .produkt .center {
	width: 40px;
	padding-right: 10px;
	float: left;
	padding-bottom: 5px;
}

.zam_3 .produkt .right {
	padding: 0;
	width: 70px;
	padding-right: 5px;
	float: left;
	font-weight: bold;
	padding-bottom: 5px;
}

.zam_3 .lacznie {
	font-weight: bold;
}

.forma_platnosci_up {
	width: 709px;
	height: 11px;
	background: url(img/podklad/forma_platnosci_up.gif) no-repeat;
	margin-top: 40px;
}

.forma_platnosci {
	width: 669px;
	background: #499A00;
	padding: 10px 20px;
	color: white;
}

.forma_platnosci_down {
	width: 709px;
	height: 15px;
	background: url(img/podklad/forma_platnosci_down.gif) no-repeat;
}

a.back:Link,a.back:Visited {
	background: url(img/ikony/back.gif) no-repeat;
	background-position: 0px 5px;
	font-weight: bold;
	padding-left: 20px;
	font-size: 13px;
}

.rachunek {
	width: 490px;
	padding: 0;
	margin: 0;
	padding-left: 20px;
}

.rachunek .left {
	width: 260px;
	padding-right: 5px;
	float: left;
	margin-bottom: 10px;
}

.rachunek .center {
	width: 80px;
	padding-right: 5px;
	float: left;
}

.rachunek .right {
	width: 124px;
	float: right;
}


#lista_zamowien li.f{
	list-style-type: none;
	border-bottom: 1px solid #F2F2F2;
	margin: 20px;
	padding: 10px;
}

#panel_linki {
	margin: 10px 0;
}
/**
.button {
	margin: 0;
	padding: 0 14px 0 0;
	border: 0 ;
padding: 0 14px 0 0 !important;
background: url(img/embellishments/arrow-orange.gif) 100% 70% no-repeat;
font-weight: bolder;
border: 0 !important;
color: #333;
display: inline;
text-decoration: underline;
}

.button:hover {
color: #000;
text-decoration: underline;
}



#userblock fieldset, #userblock div{
	padding: 10px;
}

#userblock h3{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}*/

#userblock div,#userblock fieldset{
	padding-left: 30px;
	padding-top: 10px;
} 

#userblock label{
	clear: left;
	margin-right: 10px;
	display: block;
	width: 30px;
	float: left;
}
#navigation .submenu li.login div a, #navigation .submenu li.login fieldset a{
	display: inline;
	background: none;
	padding: 0;
}
/*
input.button{
	height: 10px !important;
	padding: 4px !important;
}*/

input[type=hidden]{
	display: none;
}

.blad_formularz{
	font-weight: bold;
	clear: both;
	color:red;	
	display: block;
}

.textBlock p{
	width: 400px;
}
input.radio{
	padding: 0.35em 5px;
	border: 1px solid #4a3230;
	background: #31201f;
	color: #a97b77;
	font: 1em/1.4 "Trebuchet MS", Arial, Helvetica, sans-serif;	
}