* {
	margin:0;
	padding:0;
}
html, body {
       min-height:100%;
}

body {
	;
}

table {
	border-style:none;
	border-color: #C9C9C9;
	border-collapse: collapse;
}

select.relocate option {
padding:2px 15px;
margin:2px;
border-bottom:1px solid #EDEDED;
background-color:#FBFBFB;
}

optgroup {
padding:1px;
border-top: 1px solid white;
font-size: 11px;
}

/****** inline styles LB *******/
.mt-10 {margin-top:10px !important;}
.red {color:#ee0000 !important;}
.cred {color:#ee0000 !important;}
.fl {float:left !important;}
.fr {float:right !important;}

.page {
	margin: 0 auto;
	width:1000px;
	/* 19.03.2008 16:28 gs z janem poczatek*/
	/*padding-left:5px;
	padding-right:5px;
	padding-top:25px;
	border-style: solid;
	border-color: #C9C9C9;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;*/
	/* 19.03.2008 16:28 gs z janem koniec*/
	/* 25.03.2008 09:09 gs zakomentowalem*/
	/*18.03.2008 macieks nizej definicja tla dla strony tak by poza nia bylo tlo z body np swiateczne */
	background:#FFFFFF;
}

.float-right {
	float: right;
	text-align:right;
}



	#SDmenuG1 ul {
		list-style:none;
		margin:0 0 0 0;
		position: absolute;
		z-index: 2;
	}

	/* menu rozwijane */
	#SDmenuG1 ul ul {
		height: 0;
		padding: 0px;
		visibility: hidden;
                font-size: 10px;
	}

	#SDmenuG1 ul ul ul {
		margin-left: 0;
	}

	#SDmenuG1 ul li:hover ul {
		visibility: visible;
	}

	#SDmenuG1 ul ul li {
		float: none;
		padding: 0;
		margin: 0;
		position: relative;
		border-right: 1px solid #C9C9C9;
		border-left: 1px solid #C9C9C9;
	}

	#SDmenuG1 ul ul li.no-border {
		border-right: 0;
	}

	#SDmenuG1 ul ul li.last {
		border-bottom: 1px solid #C9C9C9;
	}

	#SDmenuG1 ul ul li.first {
		border-top: 1px solid #C9C9C9;
	}

	#SDmenuG1 #G1_glowna ul li ul,
	#SDmenuG1 #G1_hipermarkety ul li ul,
    #SDmenuG1 #G1_5minut ul li ul,
	#SDmenuG1 #G1_express ul li ul,
	#SDmenuG1 #G1_produkty ul li ul,
	#SDmenuG1 #G1_uslugi ul li ul
	{
		height: 0;
		visibility: hidden;
	}

	#SDmenuG1 #G1_glowna ul#first li:hover ul
	{
		left: 131px;
		top: -1px;
		visibility: visible;
	}

	#SDmenuG1 #G1_hipermarkety ul#second li:hover ul,
    #SDmenuG1 #G1_5minut ul#third li:hover ul
	{
		left: 220px;
		top: -1px;
		visibility: visible;
	}

	#SDmenuG1 #G1_express ul#third li:hover ul {
		left: 220px;
		top: -1px;
		visibility: visible;
	}

	#SDmenuG1 #G1_produkty ul#fourth li:hover ul {
		left: 220px;
		top: -1px;
		visibility: visible;
	}

	#SDmenuG1 #G1_uslugi ul#fifth li:hover ul {
		left: 220px;
		top: -1px;
		visibility: visible;
	}

	#SDmenuG1 #G1_glowna ul#first li a,
	#SDmenuG1 #G1_hipermarkety ul#second li a,
    #SDmenuG1 #G1_5minut ul#third li a,
	#SDmenuG1 #G1_express ul#third li a,
	#SDmenuG1 #G1_produkty ul#fourth li a,
	#SDmenuG1 #G1_uslugi ul#fifth li a
	{
		font-size: 10px;
		font-weight: bold;
		border-bottom: 1px solid #BDBDBD;
		display: block;
		padding: 3px 10px 0px 10px;
		text-align: left;
		width: 200px;
	}

	#SDmenuG1 #G1_glowna ul#first li a.last-link,
	#SDmenuG1 #G1_hipermarkety ul#second li a.last-link,
    #SDmenuG1 #G1_5minut ul#third li a.last-link,
	#SDmenuG1 #G1_express ul#third li a.last-link,
	#SDmenuG1 #G1_produkty ul#fourth li a.last-link,
	#SDmenuG1 #G1_uslugi ul#fifth li a.last-link
	{
		border-bottom: 0;
	}

	#SDmenuG1 #G1_glowna ul#first li ul a,
	#SDmenuG1 #G1_hipermarkety ul#second li ul a,
    #SDmenuG1 #G1_5minut ul#third li ul a,
	#SDmenuG1 #G1_express ul#third li ul a,
	#SDmenuG1 #G1_produkty ul#fourth li ul a,
	#SDmenuG1 #G1_uslugi ul#fifth li ul a
	{
		font-size: 10px;
	}

	/* koniec menu rozwijanego */


	/**/
	/*   menu  */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 11px Arial;
margin: 0px;
padding: 3px 3px 3px 0px;
position: absolute;
left: 0px;
top: 0px;
list-style-type: none;
visibility: hidden;
z-index: 9999;
border:1px solid #e9e9e9;
background-color:white;
}

.ddsubmenustyle li a{
display: block;
width: 200px; /*width of menu (not including side paddings)*/
color: black;
background-color: white;
border-bottom:1px solid #f2f2f2;
text-decoration: none;
padding: 6px 6px 6px 8px;
margin:0px;
line-height:11px;


}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
padding:3px;
margin:0px;
width: 200px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
color: white;
background:url(/img/handlowy/shared/topy/menug1_bg.gif) 100% no-repeat;
}

/* ######### Neutral CSS  ######### */

 /*CSS for "down" arrow image added to top menu items*/
.downarrowpointer{padding-left: 4px;border: 0;}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

input.menu_szukaj {
background:url(/img/handlowy/shared/topy/button_lupa.gif) 100% no-repeat;
border:0px;
cursor:hand;
width:18px;
height:18px;
margin-top:4px;
}

#cse-search-box div {
margin:0px 0px;
width:180px;
text-align:right;
}

/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0px;
padding: 0px;
font: 11px Arial;
list-style-type: none;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0px;
padding:0px;
background:url("/img/handlowy/shared/topy/menug1_bg.gif") 100% no-repeat;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0px;
padding: 5px 8px; /*padding inside each tab*/
color: white;
}

.mattblackmenu li.active a{
color:red !important;
font-weight:bold;
background:url("/img/handlowy/shared/topy/menu_active_bg.jpg") 0% no-repeat;
}

span.activer {
background:url("/img/handlowy/shared/topy/menu_active_bg.jpg") 100% no-repeat;
height:27px;
display:block;
padding-right:4px;
}


a.with-arrow  {
color:green;
padding:0px;
margin:0px;
background:url(/img/handlowy/shared/topy/arrow-right.gif) 100% 2px no-repeat;
}

.mattblackmenu li a:hover{
 /*background of tabs for hover state */
}

.mattblackmenu a.selected{
 /*background of tab with "selected" class assigned to its LI */
}

/** koniec menu **/


	#top li, #top form, #top fieldset {
		display:inline;
	}




    #top li, #top form, #top fieldset {display:inline;}





.active-r{
background:url("/img/handlowy/shared/topy/menu_active_bg.jpg") 100% 50% no-repeat;
width:2px;
height:27px;
float:left;
}

#mainContent {clear:both;width:100%;float:left;display:inline;}
	#mainContent div {clear:both;}
	#mainContent .sideCol,
	#mainContent .singleCol,
	#mainContent .halfCol,
	#mainContent .quarterCol,
	#mainContent .quarterCol-2	{float:left;clear:none;display: inline;margin-top:5px;}
	#mainContent quadrCol {float:none;}
	
	.sideCol {width:195px;}

	* html .sideCol {
		margin-right: -1px;
	}
		#leftCol {border-right:1px solid #C9C9C9;}
		#rightCol {border-left:0px solid #C9C9C9;}
		
	.singleCol {
		width:596px;
		padding: 0 6px 5px 6px;
		border: 1px solid #FFF;
		border-width: 0 1px 0 1px;
		margin: 0 -1px;

	}

	* html .singleCol {
		margin-right: -2px;
	}
		.singleCol .singleCol {
			padding:0;
			width:100%;
			float:none;
			border:none;
			margin:0;
		}
	.halfCol {width:288px;}
		.halfCol .halfCol {width:125px;}
        .halfCol #catalogue-wrapper-home-cex {clear:both; padding-top:10px;}

	.quarterCol {
		width:125px;
		padding:0 11px;
		border-right:1px solid #E9E9E9;
		margin-right:-1px;
		min-height:165px;
		_height:165px;
	}

/*
 * Wyglad - kolory, tla, marginesy itd
 */

body {font:11px Arial, sans-serif;}
a {color:#333;text-decoration:none;}
a img {border:none;}
img.leftImg {float:left;margin: 0 10px 10px 0;}
img.rightImg {float:right;margin: 0 0 10px 10px;}
img.border, div.border { padding:3px; border:1px solid #D1D1D1; background-color:#fff;}
a.button {
	background:url(/img/handlowy/shared/a_button_red_l.gif) 0 50% no-repeat;
	color:#fff;
	display:block;
	font-weight:bold;
	height:25px;
	line-height:25px;
	padding-left:15px;
	margin:5px 0;
	float:right;
	_width:1px;
	_white-space:nowrap;
}
a.button span {background:url(/img/handlowy/shared/a_button_red_r.gif) 100% 50% no-repeat;display:block;height:25px; padding-right:15px;}
a.red {background:url(/img/handlowy/shared/a_button_red_l.gif) 0 50% no-repeat;}
a.red span {background:url(/img/handlowy/shared/a_button_red_r.gif) 100% 50% no-repeat;}
a.more {color:#4C4C4C;font-weight:bold;background:url(/img/handlowy/shared/drzewo_li.gif) 0 50% no-repeat;padding-left:10px;}

fieldset {border:none;}
	
/* d.mikolajczak nowy top 2011*/
#top {background:url('/upload/img/handlowy/main/top-bg.gif') 0 center no-repeat;height:261px;}	

.top-menu {height: 27px;font-family: Arial, Helvetica, sans-serif;font-size: 12px;background: url(/img/handlowy/shared/menu_top/mt_bg.gif) 0 bottom repeat-x;margin-bottom: 16px;}
.top-menu li {list-style:none;text-align: center;padding:7px 12px;}
.top-menu-left li {float:left;border-right:1px solid white;}
.top-menu-right li {float:right;border-left:1px solid white;}

.top-logo {width: 220px;height: 60px;display: block;margin-left: 30px;margin-right: 72px;float: left;margin-top:60px;}
.top-gazetka-promocyjna {width: 250px;height: 175px;display: block;margin-right: 20px;float: left;background:url(/upload/img/handlowy/shared/topy/gazetka.png) right bottom no-repeat;}
	.top-gazetka-promocyjna  a {width:133px;height:26px;margin-top:135px; margin-left:95px; display:block; z-index:2;position:relative; background:url(/upload/img/handlowy/main/gazetka-btn.png) 0 0 no-repeat;text-indent:-1000px;}
	.top-gazetka-promocyjna a:hover {background-position: 0px -26px;}
	
/*dla małego topu*/	
#top.small-top {background:url('/upload/img/handlowy/main/top-small.gif');background-position: 0 center;background-repeat: no-repeat; height: 190px;}
#top.small-top  .top-gazetka-promocyjna {height:100px;background-position:left top; background-repeat: no-repeat;}
#top.small-top .top-gazetka-promocyjna  a {margin-top:60px; margin-left:95px;}
#top.small-top .top-logo {margin-top:25px;}
	
.main-menu {clear:both;width:100%;float:left;height:27px;margin-top:20px;background:url(/img/handlowy/shared/topy/menug1_bg.gif) 0 100% no-repeat;clear: both;}
	.main-menu li a {color:#fff;}
	

#top-carousel {float:left;}
#top-carousel a img {display:none;}
.coin-slider { overflow: hidden;zoom: 1;float: left;}
.coin-slider a{ text-decoration: none; outline: none; border: none; }
.cs-buttons {width:15px; font-size: 0px;margin-left:14px; padding: 2px; float: left; }
.cs-buttons a { margin-bottom: 5px; height: 10px; width: 10px; float: left; border: 1px solid #afafaf; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #9c9c9c; color: #FFFFFF; }
.cs-title { width: 350px; padding: 10px; background-color: #000000; color: #FFFFFF; }
.cs-prev, .cs-next {display:none;}



div.text #coin-slider-finansowa{float:none;margin-left:9px;}
div.text #cs-buttons-finansowa {float:none; width:17%;margin:0px auto 10px auto; text-align:center;}
div#cs-buttons-finansowa .cs-button-finansowa {border:0px;width:14px; height:14px;margin-left:2px; display:block; background:url(/upload/files/uslugi/lp/bullet.png) 0 100% no-repeat; }
div#cs-buttons-finansowa .cs-button-finansowa.cs-active {border:0px;width:14px; height:14px; display:block; background:url(http://www.carrefour.pl/upload/files/uslugi/lp/bullert-on.png) 0 100% no-repeat; }


	
/* 20081110 gs@home dodane /kampania_cr/ */
#top a {font-weight:normal;}



	* html #top .position-top {top: 77px;}
	* html #SDmenuG1 {/*top:178px;*/}
		#SDmenuG1 li {float:left;padding: 0 4px;text-align:center;font-size:1.2em;display:block;clear:none;}


/* gs@plum menu w kampanii */

		#SDmenuG1 #WSszuk1 {float:right;padding:0;margin:0;}

		#SDmenuG1 #WSszuk1 fieldset {padding:3px 0 0 0;margin:0;}
			li#WSszuk1 a:link, li#WSszuk1 a:visited{background:url(/img/handlowy/shared/searchform_lupka.gif) 0 0 no-repeat;float:left;width:15px;height:20px;margin:4px 5px 0 0;cursor:pointer;}
			#SDmenuG1 #WSszuk1 a:hover {border:none;}
			#WSszuk1 input.text {border:1px solid #eee;color:#333;}
			#WSszuk1 input.lupa {border:0px;margin:0px;background:url(/img/handlowy/shared/topy/button_lupa.gif) 0 0 no-repeat;font-size:1px;width:22px;height:22px;color:#fff;text-indent:-9999px !important;cursor:pointer;}
			#WSszuk1 div {margin:3px 0 0 0;height:22px; float:right; }

	#mainContent {color:#444;}
	#mainContent h1{font:bold 1.5em Arial, sans-serif;color:#575757;margin-top:0 0 5px 0;padding-top:30px;}
	#mainContent h2 {widows:100%;color:#575757;font-size:13px;margin: 5px 0 10px 0;}
	#mainContent h1 span.date {display:block;color:#999;font:normal 11px Arial, sans-serif;text-align:right;}
	#mainContent h2 a {color:#575757;}



	.text a {text-decoration:underline; /* jg: 2007-03-03 03:18 */}
	a.button { text-decoration:none; /* jg: 2007-03-03 03:18 */}
	ul.drzewo {list-style:none;margin:5px 5px 10px 0;}
	ul.drzewo li {border-bottom:1px solid #EAEAEA;padding:1px 0;}
	ul.drzewo a, ul.drzewo li.active li a, #mainContent .SDdrzewo ul.sub-menu-1 li a {background:url(/img/handlowy/shared/drzewo_li.gif) 5px 0.7em no-repeat;color:#3B3B3B;font-weight:bold;padding: 2px 0 2px 17px;display:block;}

	ul.drzewo li.active a, ul.drzewo li.active li.active a, ul.drzewo li a:hover, ul.drzewo li.active li a:hover,
		#mainContent .SDdrzewo ul.sub-menu-1 li a:hover{text-decoration:none;}
	ul.drzewo li.active ul {list-style:none;margin-left:10px;}
	
	div.produkt {background:#F9F9F9;padding:5px;margin: 5px 0;min-height:70px;_height:70px;}
		div.produkt a {color:#444;}
		div.produkt h3 a {color:#3B3B3B;}
		div.produkt img.price {margin:5px 0;}
		div.produkt a:hover {text-decoration:none !important;color:#313131;}
		div.produkt img.leftImg {margin: 0 25px 0 5px;}
	span.date {float:right;margin-bottom:-1.5em;}
	div.categories {height:3em;}
	.singleCol {padding-bottom:10px;}
	.doubleCol {

	}

		.halfCol {padding: 0 4px 0 5px;}

		.clearCols {clear:both;height:1px;}
		.shCols {height:12px; background:url(/img/handlowy/shared/sh-column.gif) center bottom no-repeat; }
		
		.singleCol .top {margin:30px 0 3px 0;padding-bottom:2px;min-height:148px;_height:148px;}
		#mainContent .singleCol .top h1,  .singleCol .top h1 {padding: 10px 0 5px 0;}
		
	.quarterCol  select {width:125px;}
	
	.WIList2{width:270px;background-color: #FBFBFB;border: 1px solid #EEEEEE;margin: 4px 0;min-height: 70px;padding: 8px 10px;text-align: left;}
	.imgbox {border-bottom: 1px solid #EDEDED;line-height: 16px;margin: 8px 5px;min-height: 70px;padding-bottom: 8px;}
	
		.imgbox img {float:left;margin:0 10px 10px 0;}
		.imgbox strong, .imgbox h3, .imgbox h3 a {color:#222;font-size:11px;}
		.imgbox a {color:#444;}
		.imgbox a:hover {text-decoration:underline;}
		.imgbox a.more {
			color:#4C4C4C;
			font-weight:bold;
			background:url(/img/handlowy/shared/drzewo_li.gif) 5px 50% no-repeat;
			padding-left:15px;
		}
		.imgbox span.date {color:#333;font-size:10px;}
		.imgbox a.button span {color:#fff;}
		
	.wynik {background:#F5F5F5;padding:5px;}
		.wynik p.przepisInfo {width:auto;}
			.wynik p.przepisInfo img {display:inline;float:none;vertical-align:top;}
			.wynik .przepisInfo strong {color:#313131;}

	.sideCol .imgbox {margin:0 20px;}

	#mainContent .sideCol h2 {color:#575757;font-size:13px;margin:5px 10px 10px 10px;}
	#SDH_Glowna .sideCol h2{margin: 5px 0 10px 10px;}
	
	.sideCol ul {list-style:none;}

	div.text {padding:10px 30px;color:#333;}
		div.text p {margin-bottom:14px;line-height:1.4em;}
		div.text h3 {color:#000;font:bold 11px/1.5em Arial, sans-serif;}
		div.text ul, div.text li {margin:3px 10px;padding:0 5px;}
		div.text ul {margin-bottom: 15px;}
		div.text a:hover {text-decoration:underline;}
		
	.GL img {
		background:url(/img/handlowy/shared/GL_bg.gif) 100% 100% no-repeat;
		padding: 0 7px 7px 0;
		margin: 6px;
	}
	.KKDodaj img {
		float:left;
	}
	.KKDodaj p {
		padding:30px 5px 0 0;
	}
	.KKSzukaj {
		min-height:115px;
		_height:115px;
	}
		.KKSzukaj label {
			font-weight:bold;
			color:#333;
			display:block;
			margin-top:5px;
		}

		.KKSzukaj input.submit {
			color:#fff;
			background:url(/img/handlowy/shared/input_szukaj.gif) 50% 50% no-repeat;
			border:none;
			font:bold 11px Arial, sans-serif;
			width:81px;
			height:28px;
			float:right;
			margin-top:5px;
		}
		.KKSzukaj input, .KKSzukaj select {
		width:97%;
		border:1px solid #979797;
		margin:2px 0;
		}
		.KKSzukaj .boxes input {
			width:auto;
			border:none;
			margin-right:5px;
		}
		.KKSzukaj label {
			font-weight:bold;
		}
		.KKSzukaj .boxes label {
			font-weight:normal;
			display:inline;
		}
		.KKSzukaj fieldset {
			width:45%;
			float:left;
			padding:0 2%;
		}
	.sideCol .KKSzukaj {
		padding:0 10px;
		background:none;
	}
	.stars label, .stars input { float:left; margin:0; cursor:pointer; }
	.stars input { width:15px; height:15px; }
	.stars label { margin-left:-15px; padding-left:15px; line-height:15px; height:15px; width:0px; overflow:hidden; white-space:nowrap; }

	.stars label.over, .stars label.checked { background:url(/img/shared/star_ov.gif) 0 50% no-repeat; }
	.stars label.unchecked { background:url(/img/shared/star_un.gif) 0 50% no-repeat; }
	.NLzapisz {
		margin:5px;
	}

	.NLzapisz input.text {
		background:url(/img/handlowy/shared/input_shadow.gif) 0 100% repeat-x;
		border:1px solid #CECECE;
		width:144px;
		height:18px;
	}
	.NLzapisz input.submit {
		color:#fff;
		background:url(/img/handlowy/shared/button_ok2.gif) 50% 50% no-repeat;
		border:none;
		font:bold 11px Arial, sans-serif;
		width:28px;
		height:28px;
	}
	.NLzapisz p {
		margin: 10px 0;
		color:#8D8D8D;
	}
	* html .SDUsluga li a:hover  {
		margin:-2px 0;
	}
	.SDUsluga li a:hover > img {
		margin:-2px 0;
	}

		.PRProdukty h3 {
			padding-top:5px;
		}
		.PRProdukty a {
			color:#444;
			text-decoration:none;
		}
		.PRProdukty h3 a {
			color:#454545;
		}
		.PRProdukty img.rightImg {
			margin: 3px 10px 0 0;
		}
		.PRProdukty img.leftImg {
			margin: 0 3px 0 0;
		}
	.PRPHP {
		margin-top:20px;
	}
		.PRPHP h1 {
			margin:15px 0;
		}
	.PHPFlash object {
		float:left;
	}
	.PHPFlash p {
		padding-bottom:10px;
	}
	.PHPFlash p.pdflink {
		text-align:center;
	}
	.PHP5P {
		min-height:110px;
		_height:110px;
	}
		.PHP5P ul {
			list-style:none;
			font-weight:bold;
			float:left;
			margin-left:10px;
		}
		.PHP5P img {
			float:left;
		}
	.POFlash img, .POFlash object {
		margin:8px 0;
	}

	.prListShort div.produkt {
		width:280px;
		margin:5px 3px 0 3px;
		float:left;
		clear:none !important;
		_margin-left:1px;
	}

	.Sugestie {
		padding-left:10px;
	}
	.SDReklama2 {
		margin: 7px 0;
	}

/*macieks 2007-03-30 14:38 dodaem definicje klasy ULKartaV*/
	.UL, .ULFinanse {
		padding:12px 5px;
		margin:5px 0;
		background:#F7F7F7;
		height:66px;
	}

	.WIList div {margin:5px 10px;clear:both;}
	.WIList p a {color:#333;}
	.WIList span.date {color:#333;float:left;font-size:10px;}
	.ZSListaSklep {
		background:#F7F7F7;
		margin:10px 0;
		padding:10px 10px 0 10px;
	}
	.ZSListaSklep h3 {
		color:#343434;
		font:bold 11px/1.5em Arial, sans-serif;
	}
	.ZSListaSklep a.ZSListimg {
		float:left;
		width:242px;
		min-height:126px;
		_height:126px;
	}
	.ZSSzukaj2 {
		padding-left:10px;
	}
	.singleCol .ZSSzukaj2 form {
		width:60%;
		float:right;
	}
	.singleCol .ZSSzukaj2 fieldset {
		width:45%;
		float:left;
		margin:0 2%;
	}
	.singleCol .ZSSzukaj2 .boxes {

	}

	.ZSSzukaj2 input, .ZSSzukaj2 select {
		width:95%;
		border:1px solid #979797;
		margin:2px 0;
	}
	.ZSSzukaj2 .boxes input {
		width:auto;
		border:none;
		margin-right:5px;
	}
	.ZSSzukaj2 label {
		font-weight:bold;
	}
	.ZSSzukaj2 .boxes label {
		font-weight:normal;
	}
	.ZSSzukaj2 input.submit {
		background:url(/img/handlowy/shared/input_szukaj.gif) 50% 50% no-repeat;
		float:right;
		width:81px;
		height:27px;
		color:#fff;
		font:bold 11px Arial, sans-serif;
		border:none;
		text-align:center;
	}

	#SDKuchniaPrzepis .singleCol div.przepisImg, #SDKuchniaPrzepis .singleCol div.przepisInfo, #SDKuchniaPrzepis .singleCol div.przepisFeatures {
		float:left;
		clear:none;
	}
		.przepisImg {
			width:180px;
			margin-right:10px;
		}
		.przepisInfo {
			width:210px;
			margin-right:10px;
		}
			.przepisInfo ul {
				list-style:none;
			}
			.przepisInfo strong {
				color:#313131;
			}
			.przepisInfo .ocena {
				margin-top:30px;
				color:#4D4D4D;
				font-weight:bold;
			}
			.przepisInfo .ocen {
				color:#4D4D4D;
				font-weight:bold;
			}
		.przepisFeatures {
			width:125px;
		}
			.przepisFeatures div {
				background:#F9F9F9;
				border:1px solid #CECECE;
				padding:5px 5px 5px 10px;
			}
			.przepisFeatures div a {
				display:block;
				padding-left:15px;
			}
			.przepisFeatures a.drukuj {
				background:url(/img/handlowy/shared/drukujprzepis.gif) 2px 50% no-repeat;
			}
			.przepisFeatures a.wyslij {
				background:url(/img/handlowy/shared/wyslijprzepis.gif) 0 50% no-repeat;
			}
		.przepisDetails h3 {
			color:#242424;
			margin:10px 0 5px 0;
		}
		.przepisDetails {
			margin: 10px 0;
		}
		.przepisDetails ul {
			margin:5px 10px;
			list-style:none;
		}
		.przepisDetails ul li {
			background:url(/img/handlowy/shared/li.gif) 0 50% no-repeat;
			padding-left:8px;
		}
		.comment {
			margin:10px 0;
			padding: 10px 10px 25px 10px;
			background:#F5F5F5 url(/img/handlowy/shared/comment_bg.gif) 50% 100% no-repeat;
		}
		form.comment {
			min-height:180px;
			_height:180px;
		}
		form.comment label {
			float:left;
			width:6em;
			font-weight:bold;
			line-height:1.5em;
		}
		form.comment input, form.comment textarea {
			border:1px solid #979797;
			margin:2px 0;
		}
		form.comment textarea {
			width:100%;
			_width:510px;
		}
		form.comment input.submit {
			color:#fff;
			background:url(/img/handlowy/shared/input_szukaj.gif) 50% 50% no-repeat;
			border:none;
			font:bold 11px Arial, sans-serif;
			width:81px;
			height:28px;
			float:right;
		}

	#footer {border-top: 1px solid #CCC;color: #AAA;height: 38px;line-height: 36px;position: relative;text-align: center;top: 15px;}
		#footer a {color:#333;margin: 0 6px;}
		#footer a:hover {text-decoration:none;border-bottom:1px solid #333;}
		#footer .left {position:absolute;left:10px;top:0;color: #333;}
		#footer .right {position:absolute;right:10px;top:0;color:#333;}

/*
 * Style indywidualne dla podstron na podstawie ID glownego kontenera
*/
	#SDH_Glowna {

	}
		#mainTop {
			margin:3px 0 3px 0;
			padding-bottom:2px;
		}
		#mainTop h1 img {
			border-right:1px solid #C9C9C9;
		}
		#mainSplit {
			margin-top:20px;
		}

			#mainSplit ul {
				list-style:none;
				display: block;
				width: 100px;
				margin-left: 10px;
			}
			#mainSplit ul li {
				padding: 3px 0;
			}
			#mainSplit ul li.marginLi {	/* macieks 2007-05-09 lewy margines w lisicie katalogow na stronie glownej */
				margin-left: 8px;
			}
			#mainSplit ul a {
				background: #fff url(/img/handlowy/main/black_list_pointer.gif) 0 6px no-repeat;
				font-weight:bold;
				padding: 3px 0 2px 17px;
				display:block;
				color: #454545;
			}
			#mainSplit div.produkt {
				/*background:transparent;*/
			}

			#mainSplit a:hover {
				text-decoration:underline;
			}

		#promoSwitch {
			background:#F1F1F1 url(/img/handlowy/main/promo_list_bg.gif) 0 0 no-repeat;
			padding-left:15px;
			height:2.1em;
		}
		#promoSwitch a {
			float:left;
			margin:0 2px 3px 2px;
			padding: 3px 8px;
		}
		#promoSwitch a.active {
			font-weight:bold;
			background:url(/img/handlowy/main/promo_link_a.gif) 50% 0 no-repeat;
		}
		div.mainHipermarkety {
			/*background:url(/img/handlowy/main/hipermarkety_bg.jpg) 117px 0 no-repeat;*/
		}

			div.mainHipermarkety div.produkt {
				background:#F9F9F9;
				margin-right:8px;
			}
		div.mainExpress {
			background:url(/img/handlowy/main/main_page_bg_4.jpg) 100% 0 no-repeat;
			background-position: right;
		}

			div.mainExpress div.produkt {
				background:#F8F8F8;
			}
		div.mainHipermarkety ul, div.mainExpress ul {
			/*height:125px;*/ /*macieks 2007-05-09 zminilem wysokosc z 75 na 125 */
		}
	#SDH .quarterCol {
		min-height:150px;
		_height:150px;
	}
	#SDH .qadrCol .wizyta {
		background:url(/img/handlowy/sub/hipermarkety/wizyta_bg.jpg) 100% 100% no-repeat;
	}
	#SDH .qadrCol .wizyta p a {
		color:#333;
		display:block;
		height:110px;
	}
	#SDH .qadrCol .newsletter {
		border-right:none;
	}
	#SDH .qadrCol .newsletter input.text, #SDListaZak .halfCol .newsletter input.text, #mainContent .newsletter #NLzapisz input.text { /* ff-new */
		width:125px;
		border:1px solid #CECECE;
	}
	#SDH .qadrCol .newsletter input.submit, #SDListaZak .halfCol .newsletter input.submit, #mainContent .newsletter #NLzapisz .submit { /* ff-new */
		background:url(/img/handlowy/shared/input_szukaj.gif) 50% 50% no-repeat;
		float:right;
		width:80px;
		height:27px;
		color:#fff;
		font:bold 11px Arial, sans-serif;
		border:none;
		text-align:center;
	}
	#SDH .qadrCol h2 {
		color:#333333;
	}
	#SDKuchnia div.doubleCol {
		border-bottom:1px solid #ECECEC;
		background:url(/img/handlowy/shared/vbar.gif) 295px 0 repeat-y;
	}
	#ZSHipermarketySklep .text h2, #ZSHipermarketySklep .text h3 {
		color:#353535;
	}
	#WW .HTML {
		margin:20px 0;
		width:395px;
	}
	#ZSWyszukiwanie .PHP {
		border-bottom:1px solid #D1D1D1;
	}
	#SDPytania .HTML, #SDHKontakt .HTML {
		margin-top:20px;
		background:url(/img/handlowy/sub/pytania/top_photo.jpg) 0 0 no-repeat;
		height:200px;
	}
	#SDPytania .HTML div, #SDHKontakt .HTML div {
		padding:0px 30px 25px 300px;
	}
			#SDHKontakt div.wizyta1 {
                     background:url(/img/sub/kontakt/wizyta1_bg.jpg) 100% 35px no-repeat;
                     border-right:none;
                     width:130px;
                     min-height:0;
                     _height:auto;
              }
              #SDHKontakt div.wizyta2 {
                     background:url(/img/sub/kontakt/wizyta2_bg.jpg) 1px 35px no-repeat;
                     border-right:none;
                     width:130px;
                     min-height:0;
                     _height:auto;
              }
              #SDHKontakt .wizyta1 a, #SDHKontakt .wizyta2 a {
                     display: block;
                     padding:40px 0 25px 0;
                     color:#333;
              }
              #SDHKontakt .wizyta2 a {
                     margin-top:35px;
              }
              #SDHKontakt .wizyta1 a strong, #SDHKontakt .wizyta2 a strong {
                     display: block;
                     color:#353535;
              }
		/*macieks 2007-03-30 doda�em ULFinanse dla uslug finansowych*/
		.UL a, .ULFinanse a {
			display:block;
			padding-left:72px;
			margin-left:5px;
			height:100%;
			color:#8D8D8D;
		}
		.UL a strong, .ULFinanse a strong {
			color:#3B3B3B;
			display:block;
		}


		#ULDoladowanie {	background:#F7F7F7 url(/img/handlowy/sub/uslugi/ul1_bg.jpg) 100% 100% no-repeat;}
			#ULDoladowanie a { background:url(/img/handlowy/sub/uslugi/ul1_n.gif) 0 50% no-repeat; }
		#ULKredyty { background:#F7F7F7 url(/img/handlowy/sub/uslugi/ul2_bg.jpg) 100% 100% no-repeat;}
			#ULKredyty a { background:url(/img/handlowy/sub/uslugi/ul2a_n.gif) 0 50% no-repeat; }
		#ULPhoto { background:#F7F7F7 url(/img/handlowy/sub/uslugi/ul3_bg.jpg) 100% 100% no-repeat;}
			#ULPhoto a { background:url(/img/handlowy/sub/uslugi/ul3_n.gif) 0 50% no-repeat; }
		#ULRachunki { background:#F7F7F7 url(/img/handlowy/sub/uslugi/ul4_bg.jpg) 95% 100% no-repeat;}
			#ULRachunki a { background:url(/img/handlowy/sub/uslugi/ul4_n.gif) 0 50% no-repeat; }
		#ULKarta { background:#F7F7F7 url(/img/handlowy/sub/uslugi/ul5_bg.jpg) 95% 100% no-repeat;}
			#ULKarta a { background:url(/img/handlowy/sub/uslugi/ul5_n.gif) 0 50% no-repeat; }
		#ULPaliwo { background:#F7F7F7 url(/img/handlowy/sub/uslugi/ul6_bg.jpg) 95% 100% no-repeat;}
			#ULPaliwo a { background:url(/img/handlowy/sub/uslugi/ul6_n.gif) 0 50% no-repeat; }
		#ULPozyczka { background:#F7F7F7 url(/img/handlowy/sub/uslugi/ul7_bg.jpg) 95% 100% no-repeat;}
			#ULPozyczka a { background:url(/img/handlowy/sub/uslugi/ul7a_n.gif) 0 50% no-repeat; }
			/* macieks 2007-03-30 14:14 wstawi�em poni�ej definicje dla us�ugi karta Visa */
		#ULKartaV { background:#F7F7F7 url(/img/handlowy/sub/uslugi/ul8a_bg.jpg) 95% 100% no-repeat;}
			#ULKartaV a { background:url(/img/handlowy/sub/uslugi/ul8a_n.gif) 0 50% no-repeat; }
			#ULMova { background:#F7F7F7 url(/img/handlowy/sub/uslugi/ul9_bg_ver2_n.jpg) 95% 100% no-repeat;}
			#ULMova a { background:url(/img/handlowy/sub/uslugi/ul9_n.gif) 0 50% no-repeat; }
		.UL a:hover {
			background-image:url(/img/handlowy/sub/uslugi/ul_hover_bg_n.gif) !important;
			color:#313131;
		}
/* macieks 2007-03-30 14:14 wstawi�em poni�ej definicje dla us�ug finanse carefour */
		.ULFinanse a:hover {
			background-image:url(/img/handlowy/sub/uslugi/ul_hover2_n.gif) !important;
			color:#313131;
		}
	.spacerBox {
		/*background:url(/img/handlowy/sub/spacer/img/handlowy_bg.jpg) 20px 10px no-repeat;*/
		padding:10px 20px;
	}

	#spacerNav h3 {
		color:#292929;
	}
	#spacerNav ul {
		list-style:none;
	}
	#spacerNav a {
		color:#333;
	}
	#spacerNav li.active a {
		color:#505050;
		font-weight:bold;
	}
	#spacerNav2 {
		clear:both;
		padding:30px 0 0 0;
		height:30px;
		width:400px;
		position:relative;
	}
		#spacerNav2 a {display:block;width:30px;height:30px;position:absolute;}
		#spacerNav2 a#spacerPrev {
			background:url(/img/handlowy/sub/spacer/handlowy_prev.gif) 0 0 no-repeat;
			left:0;
		}
		#spacerNav2 a#spacerNext {
			background:url(/img/handlowy/sub/spacer/handlowy_next.gif) 0 0 no-repeat;
			right:0;
		}
	#spacerImg {float:left;}
	#spacerNav {width:135px;float:right;}

.zakupyLista {height:275px;border-bottom:1px solid #eee;}
		.zakupyMiejsce {float:right;width:180px;height:100%;margin-right:15px;_width:165px; /* ff */}
		.zakupyMiejsce h3 {color:#292929;margin-bottom:1em;}
		.zakupyMiejsce ul {list-style:none;}
		.zakupyMiejsce ul ul { /* ff */margin-left:2em;list-style-type: disc;}
		.zakupyMiejsce ul li { /* ff */line-height:1.4em;}
		.zakupyMiejsce ul a:hover { /* ff */text-decoration: underline;}
		.zakupyMiejsce li.active a {color:#505050;font-weight:bold;}
		.zakupyMiejsce a.button {bottom:0;}
			.zakupyMiejsce a#listaDrukuj {left:0;}
			.zakupyMiejsce a#listaPokaz {left:70px;}
		.sideCol .zakupy {margin:0 10px;}
		.sideCol .zakupy li {margin:5px 0;}
		.sideCol .zakupy input {margin-right:5px;}
		.sideCol .zakupy textarea {border:1px solid #ddd;}
		
	/* Lista zakupow */
/*
#SDListaZak #leadupBox {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(/img/shared/leadup_bg.png);
	_background:url(/img/shared/leadup_bg_ie6.png);
}
*/


	 #SDListaZak #leadup {
		background:#fff;
		color:#333;
		width:274px; /* ff */
		padding:10px 20px;
		position:absolute;
		top:0;
		left:50%;
		margin-left:-137px; /* ff */
		z-index:99;
		min-height:120px;
		_height:120px;
	}


		#SDListaZak #leadup p {
			margin:10px 0;
		}
		#SDListaZak #leadup h2 {
			color:#343434;
			color:#6C6C6C;
			font-size:14px;
			margin: 10px 0 12px;
		}
		#SDListaZak #leadup ul {
			list-style: none;
		}
			#SDListaZak #leadup ul li {
				color:#383838;
				font-size:12px;
				font-weight:bold;
			}
				#SDListaZak #leadup ul ul {
					margin: .2em 0 .4em;
				}
					#SDListaZak #leadup ul ul li {
						color:#333;
						font-size:10px;
						line-height:2em;
						padding-left:8px;
					}
		#SDListaZak #leadup ul input {
			margin-right: 4px;
		}

	#SDListaZak .twoje_notatki textarea {
		background-image: url(/img/sub/kuchnia/twoje_notatki-bg.png);
		width: 169px; height: 113px;
		padding: 3px 4px 7px 6px;
		_width: 162px;
	}

	#SDListaZak ul#listaPrawa {
		list-style-type: none;
	}
	#SDListaZak ul#listaPrawa li {
		color:#383838;
		font-size:12px;
		font-weight:bold;
	}
		#SDListaZak ul#listaPrawa ul {
		  list-style-type: disc;
		}
		#SDListaZak ul#listaPrawa ul li {
			color:#333;
			font-size:11px;
			font-weight:normal;
			margin-left:22px;
		}

/*
 * zmiana stylow zxaleznie od wykrytej szerokosci.
*/

.page {
	position:relative;
}
.narrow .page, .narrow #top {
	width:800px;
}
.narrow #SDmenuG1 #WSszuk1  {
	background:url(/img/handlowy/shared/menuG1_bg.gif) 100% 7px no-repeat;
}
.narrow #SDmenuG1 #WSszuk1 fieldset {
	padding-right:5px;
}
.narrow li {
	_padding-right:0;
}
.narrow .singleCol {
	padding-right:0;
}

.narrow #rightCol, .narrow #ZSlink {
	display:none;
}
#switcher {
	display:none;
	width:120px;
	height:27px;
	position:absolute;
	right:200px;
	margin-top:5px !important;
	margin-top:0;
	line-height:27px;
	color:#9D9D9D;
}
.narrow #switcher {
	background:url(/img/handlowy/shared/switcher_more.gif) 100% 50% no-repeat;
	display:block;
	right:0;
}
.narrow #footer .right {
		background:url(/img/handlowy/shared/footer_bg.gif) 100% 0 no-repeat;
		right:0;
		padding-right:10px;
	}
.wide #switcher {background:url(/img/handlowy/shared/switcher_less.gif) 100% 50% no-repeat;display:block;}

  div.katalog { width: 132px;padding-left: 8px;float:left;clear:none !important;}

	#temp_SDUslugi div.doubleCol {border-bottom:1px solid #ECECEC;background:url(/img/handlowy/shared/vbar.gif) 295px 0 repeat-y;}
	#temp_SDUslugi div.doubleCol:last-child {border-bottom:none;}
	#temp_SDUslugi #mainContent div.singleCol {padding-bottom:0;}
 
.temp_Nowosci .imgbox h3, .temp_Nowosci .imgbox h3 a {font-size:12px;}
.temp_Nowosci .imgbox p {font-size:11px;line-height:1.4em;}

  .btns-r-list {margin-left: 4px;}
    .btns-r-list li {height:48px; width:188px;} /*52*/
        .btns-r-list a {display:block; width:100%; background: url(/upload/img/handlowy/main/btns-cr.gif) -300px 0 no-repeat; }
            .btns-r-list a.h100 {height:100%;}
                .btns-r-list a em {display:none;}
                
            .btns-r-list a.bu {background-position:0 -206px;}
                .btns-r-list a:hover.bu {background-position:-200px -206px;}
            .btns-r-list a.z1 {background-position:0 -266px;}
                .btns-r-list a:hover.z1 {background-position:-200px -266px;}
            .btns-r-list a.kd {background-position:0 -326px;}
                .btns-r-list a:hover.kd {background-position:-200px -326px;}
            .btns-r-list a.ds {background-position:0 -386px;}
                .btns-r-list a:hover.ds {background-position:-200px -386px;}

            .btns-r-list a.pc {background-position:0 -446px;}
                .btns-r-list a:hover.pc {background-position:-200px -446px;}
            .btns-r-list a.nc {background-position:0 -506px;}
                .btns-r-list a:hover.nc {background-position:-200px -506px;}
            .btns-r-list a.pp {background-position:0 -566px;}
                .btns-r-list a:hover.pp {background-position:-200px -566px;}
            .btns-r-list a.kg {background-position:0 -626px;}
                .btns-r-list a:hover.kg {background-position:-200px -626px;}
            .btns-r-list a.dy {background-position:0 -686px;}
                .btns-r-list a:hover.dy {background-position:-200px -686px;}



.gmnoscreen{display:none}

/* nowy kod - strona z googlemaps */

		#ZSWyszukiwanie .ZSSzukaj2 #map {
			float:right;
			width:66%;
			height:250px;
			color:#333;
			overflow:hidden;
		}
			#ZSWyszukiwanie .ZSSzukaj2 #map div.mapTooltip div.name {font-weight:bold;font-size:1.1em;margin-bottom:.3em;}
				#ZSWyszukiwanie .ZSSzukaj2 #map div.mapTooltip div.name a {text-decoration:underline;}
				#ZSWyszukiwanie .ZSSzukaj2 #map div.mapTooltip div.name a:hover {text-decoration:none;}

		/* kod, ktory nadpisuje istniejacy juz wczesniej CSS */

		#ZSWyszukiwanie .ZSSzukaj2 {padding-left:0px;}
		#ZSWyszukiwanie .singleCol .ZSSzukaj2 form {width:33%;float:left;}
		#ZSWyszukiwanie .singleCol .ZSSzukaj2 fieldset {width:auto;float:none;}
		#ZSWyszukiwanie .ZSListaSklep img.leftImg {margin-right:25px;}



  /*

    a.more w .imgbox - zmienilem w stosunku do projektu graficznego, aby zachowac spojnosc z dotychczas wykonanymi podstronami, ale moze to zle?

    jest blad w CSS - zamienione sa ikonki w #ZSlink (tutaj poprawiony)

    szablon nie zawsze jest idealnym odwzorowaniem projektu, ale to dlatego, zeby nie poprawiac kodu poprzedniego programisty (ktory wykorzystywalem kiedy tylko moglem)

  */


/*
*	lead-up
*/
#leadupBox {
	display:none;
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background:url(/img/shared/leadup_bg.png);
	display:none;
	_background:url(/img/shared/leadup_bg_ie6.png);
	height:100%;
	width:100%;
}


 * html #leadupBox { /*  ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
		 /*  20081015 GS@PLUM poprawa wyswietlania leadupu

		 #leadup {
			position: fixed;
			background:#fff;
			color:#333;
			padding:10px 20px;
			top:50px;
			left:50%;
			width:560px;
			margin: 0 0 0 -330px;
		} */

		 #leadup {
			background:#fff;
			color:#333;
			padding:14px 20px;
			top:50px;
			left:50%;
			width:560px;
			height: 355px !important;
			margin: 80px auto auto;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;	
			border-radius: 10px;
		}

		* html #leadup {  /* ie6 hack */
			position: absolute;
			margin: auto;
			margin-top: expression((TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
		}

	#leadup .imgbox {font-size:1.6;height:auto;}
	#leadup .imgbox h1 {color:#575757;}
	#leadup .imgbox img {border:1px solid #eee;}
	#leadup .imgbox img.price {border:none;float:none;}
		#leadup p {margin:10px 0;}
		#leadup div.box {clear:both;}
		#leadup h2 {color:#343434; font-size:14px; margin: 5px 4% 10px 4%;}
		#leadup h3 {color:#383838;font-size:12px;}

	   #leadup p.imgDesc {
		margin: 10px 50px;
		text-align:center;
	   }
	   #leadup a.prevImg, #leadup a.nextImg {
			display:block;
			width:30px;
			height:30px;
			position:absolute;
			bottom:10px;
			overflow:hidden;
			text-indent:-999px;
	   }
	   #leadup a.prevImg {
		background:url(/img/shared/nav_prev.gif) 50% 50% no-repeat;
		left:15px;
	   }
	   #leadup a.nextImg {
		background:url(/img/shared/nav_next.gif) 50% 50% no-repeat;
		right:15px;
	   }
	   #leadup img.bigImg {
		display:block;
		margin:10px auto;
	   }

/* Przekopiowane style z formularzy */
form#leadup {
	width:36em;
	/*margin-left:-18em;*/
	padding:1em;
	min-height:250px;
	_height:250px;
}
form#leadup h2 {
	color:#575757;
	margin:10px 0 15px 0;
}
form#leadup li.error {
	background:#F1F1F1 url(/img/shared/error.gif) 14em 0em no-repeat;
	float:left;
	margin-top:10px;
	padding-top:0;
}
form#leadup .error p {
	margin: 0 0 0 14em;
	padding:3px 25px;
	color: #4C4C4C;
}

form#leadup li.errorkupony {
	background:#F1F1F1 url(/img/shared/error.gif) 0em 0em no-repeat;
	float:left;
	margin-top:10px;
	padding-top:0;
}
form#leadup .errorkupony p {margin: 0 0 0 2em;padding:3px 3px;color: #4C4C4C;}

form#leadup li.infokupony {
	background:#E7E7E7;
	float:left;
	margin-top:10px;
	padding-top:0;
}
form#leadup .infokupony p {
	margin: 0 0 0 2em;
	padding:3px 3px;
	color: #606060;
}

form#leadup strong {font-weight:bold;}
form#leadup ol, form#leadup li {width:36em;}
form#leadup ol  {list-style:none;}
form#leadup fieldset {border:none;}

form#leadup li {
    display:block;
    clear:both;
    padding:10px 0;
    min-height:1.2em;
    _height:1.2em;
}

form#leadup li label, form#leadup li span.groupLabel {
     float:left;
     font-weight:bold;
     color:#313131;
     width:14em;
     margin-right:0.5em;
     text-align:right;
}
form#leadup li sup {color:#4D4D4D;line-height:0;}
form#leadup .czerwony {color:#4D4D4D;line-height:0;}
form#leadup .boxgroup input {float:none;margin-right:0.5em;}
form#leadup .boxgroup label {font-weight:normal;color:#7F7F7F;float:none;}
form#leadup input {float:left;}
form#leadup input.text, form#leadup select, form#leadup textarea, form#leadup fieldset {float:left;width:17em;border: 1px solid #979797;}

form#leadup input.cancel {
    background:url(/img/shared/button_cancel.gif) 50% 50% no-repeat;
    border:none;
    color:#fff;
    height:27px;
    width:72px;
    float:left;
    margin-left:7em;
}
form#leadup input.ok, form#leadup input.cancel {font:bold 1em Arial, sans-serif;}
form#leadup textarea {overflow:auto;height:4em;}

form#leadup .box {
	clear:both;
	background:#F5F5F5;
	padding:10px;
	margin:10px 0;
}
form#leadup .box p {
	margin:0;
}

form#leadup input.ok {
    background:url(/img/newsletter_korpo/button_ok.gif) 50% 50% no-repeat;
    border:none;
    color:#fff;
    height:27px;
    width:82px;
    float:right;
}
form#leadup input.cancel {
    background:url(/img/newsletter_korpo/button_cancel.gif) 50% 50% no-repeat;
    border:none;
    color:#fff;
    height:27px;
    width:82px;
    float:left;
    margin-left:7em;
}
* html #leadupBox {
overflow:hidden;
}
* html #leadupBox iframe {
				display:none;
				display/**/:block;
				position:absolute;
				top:0;
				left:0;
				z-index:-1;
				filter:mask();
				width:3000px;
				height:3000px;
}

/* jg: okladka do kaltalogu powinna miec ustalona szerokosc */

.okladka {width:77px;display:block;float: left;}
.red{color:#414141;}

/* mk: stylowanie komentarzy przepisów (czesc tu czesc w JS) */

form fieldset.commentSet {padding: 1em;}
form fieldset.commentSet p {margin: 1em 0 1em 0;}
form fieldset.commentSet h2 {color:#575757;font-size: 1.5em;margin: 5px 0pt 10px 0;}

form fieldset.commentSet input.reset {
	background:transparent url(../../img/ankieta_3/button_ok_w.gif) no-repeat scroll 50%;
	border:medium none;
	color:#FFFFFF;
	float:right;
	font-weight:bold;
	height:27px;
	width:82px;
	font-size: 11px;
	border: none;
}

/* 16.09.2008 og - style do strony glownej */
#mainContent .no-float {
	float: none;
	margin-bottom: 19px;
}


a.bold-link {
	font-weight: bold;
	color: #000;
	background: transparent url(/img/handlowy/shared/drzewo_li.gif) right 5px no-repeat;
	padding-right: 10px;
	margin-left: 5px;
}

a.bold-link:hover {text-decoration: underline;}

/* lista z czerwona strzalka */
.red-pointer-list {list-style: none;border-top: 1px solid #EAEAEA;border-bottom: 0px solid #EAEAEA;display: block;width: 150px;height: 110px;margin: 6px 0 10px 0;}
.red-pointer-list li {padding: 6px 0;margin: 3px 0 0 5px; /* korekta z 5px */}
.red-pointer-list li.bottom-line {border-bottom: 1px solid #EAEAEA;}
.red-pointer-list a {color: #444;background: transparent url(/img/handlowy/shared/drzewo_li.gif) 0 5px no-repeat;padding-left: 10px;}
.red-pointer-list a:hover {text-decoration: underline;}



/*NOWA wyszukiwarka sklepów | DM */
.search-form-2 legend {display: none;}
.search-form-2 label {display: none;}
.search-form-2 input {float: left;margin-right: 30px;}
.search-form-2 ol {list-style: none;}
.search-form-2 select {border: 1px solid #ccc;color: #444444;font-size: 12px;margin-top: 5px;padding: 8px 5px;width: 290px;}
/* dziwny ie hack - na razie zostawiam | DM */
* html .search-form-2 select {border: 1px solid #ccc;color: #444444;font-size: 12px;margin-top: 5px;padding: 8px 5px;width: 290px;}

#mainContent #catalogue-wrapper-home #catalogue-link-home {margin-top: 25px;}
#mainContent #catalogue-wrapper-hiper {padding-bottom:10px;}
#mainContent #catalogue-link-home {float: right;width: 135px;height: 185px;margin-top:0px;}



#mainTop #hiper-cat {display: block;width: 117px;height: 85px;position: absolute;top: 290px;left: 375px;background:url(/img/handlowy/shared/transparent-gif.gif) repeat;}


#mainTop #express-cat {
	display: block;
	width: 117px;
	height: 85px;
	position: absolute;
	top: 290px;
	left: 375px;
	background:url(/img/handlowy/shared/transparent-gif.gif) repeat;
}

span.WIPzstl{display: block;margin: 0 5px;text-align: right;}

/* tlo dla kolumn */
.bg1 {
        /* jesli jest tło background: #fff url(/img/handlowy/main/main-page-bg-1_03.jpg) right top no-repeat;*/
	background: #fff right top no-repeat;
}

.bg2 {
        /* jesli jest tło background: #fff url(/img/handlowy/main/main_page_bg_2_03.jpg) right top no-repeat;*/
	background: #fff right top no-repeat;
}

.bg3 {
        /* jesli jest tło background: #fff url(/img/handlowy/main/main_page_bg_3.jpg) right bottom no-repeat;*/
	background: #fff right bottom no-repeat;
}

/* 17.09 - og zakladka hipermarkety */

/* polowkowe kolumny */
#mainContent div.quarterCol-2 {
	width:125px;
	padding:0 9px;
	margin-right:-1px;
	min-height:150px;
	_height:150px;
	float: left;
}

#mainHipermarkety #finance-services {
	display: block;
	width: 170px;
	height: 160px;
	position: absolute;
	top:20px;
	right:0;
}

/* formularz newslettera */
.newsletter-form {
	margin-top: 10px;
}

.newsletter-form legend {
	display: none;
}

.newsletter-form ol {
	list-style: none;
}

.newsletter-form label {
	font-weight: bold;
}

#button-ok {
	float: right;
	margin-top: 10px;
}

#email-address {
	width: 123px;
}

/* lista produktow */
#mainSplit ul#product-list-1 {
	list-style: none;
	display: inline;
}

#product-list-1 li {
	clear: left;
	overflow: hidden;
	margin-bottom: 10px;
	zoom: 1; /* IE6 */
}

#product-list-1 img {
	float: left;
}

#product-list-1 p,
#product-list-1 h3 {
	margin-left: 97px;
}

#product-list-1 h3,
#mainContent h2.black {
	color: #424242;
}

#product-list-1 .price-image {
	margin: 20px 0 0 15px;
}

/* lista wiadomości */
#mainSplit #news-list {
	width: 270px;
	list-style: none;
}

#mainSplit #news-list li {
	overflow: hidden;
}

#mainSplit #news-list li a {
	background-image: none;
	padding: 0;
}

#mainSplit #news-list li a.link-more {
	color: red;
	display: inline;
	background: #fff url(/img/handlowy/shared/drzewo_li.gif) 0 5px no-repeat;
	padding-left: 12px;
	margin-right: 167px;
}

span.gray-content {
	color: #333;
}

/* style do obslugi katalogu na warstwie */
#close-button {
	position: absolute;
	top: -8px;
	right: -12px;
	z-index: 1;
}

#catalog-wrapper {
	height: 428px;
	/*background: #919191 url(/img/handlowy/shared/catalog_wrapper_bg_03_03.gif) left bottom repeat-x;*/
	padding: 40px 0 40px 40px;
	overflow: auto;
	margin: 0 30px;
}
#catalog-page {

}
#TB_ajaxContent #next-button-left {
	position: absolute;
	top: 200px;
	left: -20px;
}
#TB_ajaxContent #next-button-right {
	position: absolute;
	top: 200px;
	right: -20px;
}
#catalog-page .display-none {
	display: none;
}
#TB_ajaxContent #top-layer {
	display: block;
	width: 900px;
	height: 166px;
	position: absolute;
	top: 0;
	left: 65px;
	background: transparent url(/img/handlowy/shared/link_layer_06.gif);

}
#TB_ajaxContent #bottom-layer {
	display: block;
	width: 900px;
	height: 167px;
	position: absolute;
	bottom: 0;
	left: 65px;
	background: transparent url(/img/handlowy/shared/link_layer_06.gif);

}
#TB_ajaxContent #middle-layer {
	display: block;
	width: 900px;
	height: 210px;
	position: absolute;
	top: 150px;
	left: 65px;
	background: transparent url(/img/handlowy/shared/link_layer_06.gif);

}

/* wiadomosc w lewej nawigacji */
#leftNavNews h4 {
	color: #3B3B3B;
	margin-left: 70px;
}

#leftNavNews p {
	margin-left: 70px;
}

#leftNavNews {
	list-style: none;
}

#leftNavNews li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #E0E0E0;
}

#leftNavNews img {
	float: left;
	margin-right: 5px;
}

/* lista infopage lewa szpalta */
#mainContent .infopage-left-list {
	border-bottom:1px solid #EAEAEA;
	padding:10px 0;
	overflow: hidden;
	width: 98%;
}

#mainContent .infopage-left-list img {
	float: left;
	margin-right: 6px;
}

#mainContent .infopage-left-list h3 a {
	color: #3B3B3B;
}


/* opis sklepu */
#mainContent h1.header-orange-pointer {

}

.SDdrzewo div {
	border-bottom:1px solid #EAEAEA;
	padding:10px 0;
}
#mainContent .SDdrzewo h2 {
	color: #EE0000;
}

.SDdrzewo div h3 a {
	color: #3B3B3B;
}

#rightCol .store-catalog {
	position: relative;
}

#rightCol .store-catalog a.okladka {
	float: none;
}

#rightCol .store-catalog img.leftImg {
	float: none;
}

#TB_ajaxContent legend {
	margin: 10px 0;
}

#TB_ajaxContent form {
	margin: 20px;
}

#TB_ajaxContent form ol {
	list-style: none;
}

#TB_ajaxContent input {
	margin: 10px 150px;
}

#TB_ajaxContent a#close-button-2 {
	position: absolute;
	top: -8px;
	right: -11px;
	zoom: 1;
}

/* 24.09.2008 - og style dla mniejszej karuzeli */
#top #SDCarrousel {
	position: relative;
	top: -25px;
	left: 505px;
	width: 500px;
	overflow: hidden;
	height: 154px;
}

#top #SDCarrousel object {
	float: left;
}

#SDCarrousel #SDCarrousel-2 {
	width: 209px;
	height: 153px;
	float: right;
	margin-left: 0px;
}

#SDCarrousel #SDCarrousel-2 .carrousel-product-box {
	width: 188px;
}

#SDCarrousel #SDCarrousel-2 .carrousel-product-box img {
	margin-bottom: 2px;
}

#SDCarrousel #SDCarrousel-2 .carrousel-product-box h3 {
	background: transparent url(/img/handlowy/shared/caruzela_block.png) left top no-repeat;
	font-size: 10px;
	margin-bottom: 2px;
	height: 14px;
}

#SDCarrousel #SDCarrousel-2 .carrousel-product-box h3 a {
	text-align: center;
	display: block;
}

/* lista katalogow przy opisie sklepu */
/* katalogi przy opisie sklepu */
#rightCol .store-catalog .store-description-catalog {padding: 0 0 10px 15px;border-bottom: 1px solid #EAEAEA;margin-bottom: 10px;}

#rightCol .store-catalog .store-description-catalog a {display: block;}

/* obrazek katalogu nad lista rozwijana - lista katalogow */
#mainContent .halfCol .catalog-under-list {float: right;margin-left: 10px;}
#mainContent .cat-list {padding: 10px 0 10px 8px;}
#mainContent .cat-list a.cat-name {background: transparent url(/img/handlowy/shared/drzewo_li.gif) no-repeat scroll right 5px;padding-right: 12px;}
#mainContent .cat-list p {margin: 10px 0 0 10px;}
#mainContent .cat-list form {clear: right;}
#mainContent .cat-list legend {display: none;}
#mainContent .cat-list ol {list-style: none;}
#mainContent .cat-list select {width: 280px;}

/* katalog */
#mainContent .text .main-cat {overflow: hidden;padding: 20px;border-bottom: 1px solid #EAEAEA;}
#mainContent .text .main-cat img {margin-left: 40px;float: left;}
#mainContent .text .main-cat .pdf-version  {clear: none;overflow: hidden;/*padding: 57px 0 0 79px;*/}
#mainContent .text .main-cat .pdf-version img {margin-left: 0;}
#mainContent .text .main-cat legend {margin-bottom: 5px;}
#mainContent .text .main-cat form {margin-bottom: 20px;}
#mainContent .text .main-cat form ol {list-style: none;}
#mainContent .text .main-cat form li {margin: 0;padding: 0;}
#mainContent .text .main-cat form input {margin-top: 10px;}



ul.sub-menu-1 {list-style-image:none;list-style-position:outside;list-style-type:none;margin-left:5px;}

#mainContent .SDdrzewo ul.sub-menu-1 li {
	border-bottom:1px solid #EAEAEA;
	padding:1px 0;
}

ul.sub-menu-1 ul {margin-left:11px;}

/* uslugi */
#mainContent div.services { margin-top: 30px;}
#mainContent div.services img { margin-bottom: 10px;}
.fontsize10px{ font-size:10px;}
.bmg{ margin:0 0 0 -30px; }
.bmg-b{ margin:0 0 0 -30px; width:595px; height:40px; padding:0 0 0 0; background-color:#FFF01B; }
	.bmg-b span { margin:0px auto; display:block; width:300px}
		.bmg-b span a { text-decoration: none; font-size:14px; padding-left:20px;}
.produkt .bmg-red { font-size:12px; color:red;font-weight:bold;}
.produkt .bmg-red-price {font-size:14px; color:red;font-weight:bold;}
.produkt .bmg-black { color:black;font-size:11px;font-weight:bold;}
.bmg-more {float:right;margin:20px 10px 0 20px !important;}
.bmg-ol {float:left; margin:10px 0 0 20px !important;}
.produkt .bmg-red a {font-weight:normal;font-size:11px !important;}

.addthis_default_style {
    float: right;
    margin: -23px -30px 5px 0;
}

/*--- STYLE */
/*--- STYLE */
/*--- STYLE */

.two-line {text-indent:-35px; display: inline-block;}
.big-font {font-size:24px; clear:both;}
.big-font .cufon canvas {padding-bottom:5px; }

.big-font img { float:left; margin-left:40px;margin-right:10px; margin-bottom:10px;}

.middle-font {font-size:20px;}
.w590 p span{margin-bottom:3px;display:block;}
.middle-font .cufon {padding:0px;}

.w590 h3.big-font {display: inline-block; font-size:24px;padding:0px 40px; margin:10px 0px 20px 29px;clear:left;}
.center-font {text-align:center;}


.visa-table{width:530px;margin:2px auto 5px auto;}



.visa-table-icon{vertical-align:top;}

.visa-nav {
margin-left:auto;
margin-right:auto;
margin-bottom:15px;
width:560px;
border:0px;
background-color:#fff;
}

div.w590 ul.visa-list {clear:both;width:500px;margin:auto; list-style:none; padding:0px; }
div.w590 ul.visa-list li {
background: url('http://www.carrefour.pl/upload/files/uslugi/visa/poradnik/bullet.jpg') no-repeat  0px 5px;
margin:10px 0px;
padding:2px 16px;
}

div.w590 table.visa-table {
width:60%;
border:1px solid gray;
}
div.w590 table.visa-table-2 {
width:500px; margin-left:30px;
border:0px solid gray;
}
div.w590 table.visa-table tbody tr td {padding:5px;}

.visa-nav span {width:245px;float:left; height:40px;}
.visa-back{width:580px;margin-bottom:15px;background-color:#fef3e6;}
.visa-back-left-arrow {background: url('http://www.carrefour.pl/upload/files/uslugi/visa/poradnik/bg_left.jpg') no-repeat  center bottom;width:13px;height:25px;background-color:#f19c34;}
	.visa-back-left-arrow a { display:block; width:100%; height:100%;}
.visa-back-label {width:260px;padding:10px 10px 5px 10px;}
.visa-back-label a cufon {padding-bottom:3px;}
a.link cufon {border-bottom: 1px solid black; border-bottom-color:#999999;}
.visa-back-label a:hover{text-decoration:none;}
.visa-back tr td a{text-decoration:none; color:#f19c34;font-size:15px;}

.visa-nav tr td {text-align:center;}

.omnes-bold{font-weight:bold;}
strong, b{font-weight:bold;}

.italic-font {font-style: italic!important;}
.orange-font {color: #f19c34;}
.w590 p {padding: 0px 40px 0px 40px;font-size:13px; }
p .cufon, td.omnes .cufon {padding-bottom:2px;margin-bottom:7px;}
li .cufon {padding-bottom:2px;}
td.omnes {font-size:13px; padding: 0px 20px 0px 20px}
.visa-bg {background: url('http://www.carrefour.pl/upload/files/uslugi/visa/poradnik/bg.jpg') no-repeat 5px bottom;}
.visa-bg .cufon-canvas {padding-bottom:5px; }
.omnes-italic {font-style:italic;}
.w590 .omnes-mini { font-size:10px;}

span.h-index {font-size:10px;padding-bottom:12px;}
span.h-index .cufon {padding-bottom:10px;}

/*--- /STYLE */

/*--- akcja z bonami */
#a-bony, .w590 {
width:596px;
margin-top:-50px !important;
position:relative;
margin-left:-29px !important;
font-size:12px;
color:#000;
background-color:white;
}

#a-bony img { border:0px;}

#SDUslugi .b-menu {height:40px; border-bottom:1px solid #ccc;margin-bottom:20px;}
#SDUslugi .b-menu tr td img { border:0px;}
#SDUslugi h2.blue {color:#0051a8;font-size:18px;}
#SDUslugi .b-lp-text{ font-size:14px; font-family:arial; color:#0051a8; line-height:21px!important; margin-top:10px; padding:5px 20pxł}
#SDUslugi .b-lp-text-small{font-size:10px;font-family:arial;color:#0051a8;line-height:21px!important;border-top:1px solid #ccc;}
#SDUslugi .b-lp-red{color:#ae0000; font-weight:bold;}
#SDUslugi .b-text {padding:5px 20px!important;margin:2px 20px!important;font-size:12px;color:#000;line-height:21px!important;}
#SDUslugi .b-list{color: #000000;font-size: 12px;margin: 2px 40px;padding: 0 20px 10px;}
#SDUslugi .b-list li {margin:5px 10px;}
#SDUslugi .b-text-one-line{padding:10px 20px 0px 20px !important;margin:2px 10px;}
#SDUslugi .b-regulaminy{width:546px;padding:5px;margin:20px;height:71px;background-color:#f6f6f6;}
#SDUslugi .b-clear-ul {list-style:none;line-height:18px;}
#SDUslugi .b-li-img{ margin:10px; float:left; }


.b-pdf-ico{float:left; margin-right:10px;}
.b-links a{font-size:12px;color:black;display:block;line-height:20px;}
.b-get-pdf {margin:auto; display:block; width:278px;}

/* akcja za 1 grosz */
.za1gr-faq {padding:10px 35px;}
.za1gr-faq li {margin:10px 0px!important;}
.za1gr-foot img { float:left; margin:0px 10px;}
.za1gr-foot {margin:10px 0px;color:#888888;font-size:10px;line-height:24px;}
.gr-regulaminy{width:546px;padding:5px;margin:20px;height:54px;background-color:#f6f6f6;}
.prListShort .za-gr { width:255px !important; margin:5px 3px 0 25px !important;}

/* dzien seniora */

#DS-box{
width:596px;
margin-top:-90px !important;
position:relative;
margin-left:-29px !important;
font-size:12px;
color:#000;
font-family: Verdana;
}

#DS-box p {padding:20px;font-size:12px;}
.DS-Head{font-weight: bold;color: #E91E2D;font-size: 20px;}
#DS-box div {margin:40px;}
#DS-box div ul, #DS-box div ol {padding: 0px 30px;margin:0px;}

#DS-box div ul li, #DS-box div ol li{color: #165DA9;font-size: 12px;line-height:20px;font-weight:bold;padding:0px;margin:0px;}

#DS-border {
height: 136px;
width:436px;
background: url('/upload/files/akcje_promocyjne/dzien_seniora/border.gif') no-repeat;
color: #165DA9;
font-size: 10px;
line-height: 15px;
padding:40px 40px 0px 40px;
margin:40px 40px 0px 40px;
}

p.DS-faq span {color: #e91e2d;font-size:14px;font-weight:bold;}
p.DS-faq {color: #165da9;font-size:12px;}
p.DS-faq strong { color: #165da9;font-size:12px; font-weight:bold;}
#DS-border span {color: #e91e2d;}
.borderpadding {padding:5px; border:1px solid #C7C7C7;}


.small {font-size: 11px !important; color: #999 !important;}
div.clear {clear:both;}

.ml-20 {margin-left:20px;}

/* mapa strony */

 ul.s-maps li { list-style: none; margin:0 0 0 0; padding:0 0 0 0; text-decoration:none;}
    div.text ul {margin:5px 0 0 0;}
		
		
.gas_table {border:1px solid #ddd;}
	.gas_table td {border:1px solid #ddd; padding:2px;}
	
	
	#mainContent { background:#fff;}
