/*  
fonts.css  
*/  
@font-face {
  font-family: "Meta-Pro Bold";
  src: url(../Fonts/MetaProBold.eot);
  src: local('☺'), url(../Fonts/MetaProBold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

.Meta-Pro-Bold {
	font-family:"Meta-Pro Bold", Arial, Tahoma, Verdana, sans-serif;
}


@font-face {
	font-family: 'Meta-Pro Book';
	src: url('../Fonts/metapro-book.eot');
	src: local('☺'), url('../Fonts/metapro-book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.Meta-Pro-Book {
	font-family: "Meta-Pro Book", Arial, Tahoma, Verdana, sans-serif;
}


@font-face {
  font-family: "PixelSix00";
  src: url(../Fonts/pixel_six_00.eot);
  src: local('☺'), url(../Fonts/pixel_six_00.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

.PixelSix00 {
	font-family:"PixelSix00", Arial, Tahoma, Verdana, sans-serif;
}

@font-face {
  font-family: "PixelSix10";
  src: url(../Fonts/pixel_six_10.eot);
  src: local('☺'), url(../Fonts/pixel_six_10.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

.PixelSix10 {
	font-family:"PixelSix10", Arial, Tahoma, Verdana, sans-serif;
}

@font-face {
  font-family: "PixelSix14";
  src: url(../Fonts/pixel_six_14.eot);
  src: local('☺'), url(../Fonts/pixel_six_14.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

.PixelSix14 {
	font-family:"PixelSix14", Arial, Tahoma, Verdana, sans-serif;
}

@font-face {
	font-family: 'KubaReczny';
	src: url('../Fonts/KubaReczny2005.eot');
	src: local('☺'), url('../Fonts/KubaReczny2005.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.KubaReczny {
	font-family:"KubaReczny", Arial, Tahoma, Verdana, sans-serif;
}

@font-face {
	font-family: 'FranciscoLucasBriosa';
	src: url('../Fonts/FranciscoLucasBriosa.eot');
	src: local('☺'), url('../Fonts/FranciscoLucasBriosa.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.FranciscoLucasBriosa {
	font-family:"FranciscoLucasBriosa", Georgia, serif;
}


@font-face {
	font-family: 'Cambria';
	src: url('../Fonts/CAMBRIA.eot');
	src: local('☺'), url('../Fonts/CAMBRIA.TTC') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CambriaBold';
	src: url('../Fonts/CAMBRIAB.eot');
	src: local('☺'), url('../Fonts/CAMBRIAB.TTF') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CambriaItalic';
	src: url('../Fonts/CAMBRIAI.eot');
	src: local('☺'), url('../Fonts/CAMBRIAI.TTF') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CambriaBoldItalic';
	src: url('../Fonts/CAMBRIAZ.eot');
	src: local('☺'), url('../Fonts/CAMBRIAZ.TTF') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.Cambria {
	font-family:"Cambria", Georgia, serif;
}


@font-face {
    font-family: 'Swis721LtCnEUNormal';
    src: url('../Fonts/Swis721LtCnEUNormal.eot');
    src: local('☺'), url('../Fonts/Swis721LtCnEUNormal.woff') format('woff'), url('../Fonts/Swis721LtCnEUNormal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.Swis721LtCnEUNormal {
	font-family:"Swis721LtCnEUNormal", Arial, Tavoma, Verdana, sans-serif;
}


@font-face {
    font-family: 'Swis721LtCnEU';
    src: url('../Fonts/Swis721LtCnEUItalic.eot');
    src: local('☺'), url('../Fonts/Swis721LtCnEUItalic.woff') format('woff'), url('../Fonts/Swis721LtCnEUItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
/* end of file */ 
/*  
shared.css  
*/  
/*
 *	Reset - trochę lepiej, niż * { margin:0; padding:0;}
 *	By Eric Meyer
 */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
}

ol, ul {
	list-style: none;
}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

.clearfix:after {
	content:"";
	clear:both;
	display:block;
	height:0;
}
	/* ie 6 */
	.ie.clearfix {
		zzheight:1%;
		zoom:1;
}
	* + html .clearfix {
		zzheight:1%;
		zoom:1;
}

.wai {
	position:absolute;
	left:-999em;
}

/*
 *	Typografia.
 */
body {
	font:normal 0.6875em/1.4545 Arial, sans-serif;
}

.printOnly {
	display:none;
}

.seo {
	display:none;
}

/* block-level */
h1 {
}

h2 {
	font-size:2.5em;
	line-height:32px;
	color:#ffffff;;
}
h3 {
	font-size:1.5em;
	color:#673c0f !important;
}
	h3 a {
		color:#673c0f !important;
	}
h4 {
	font-size:1em;
	font-weight:bold;
	color:#673c0f !important;
}
h5 {
}
h6 {
}

h2,
h3,
h2 a,
h3 a {
	color:inherit;
	text-decoration:none;
	font-family:"Meta-Pro Bold", Arial, Tahoma, Verdana, sans-serif;
}

blockquote {
}


/* inline-level */
a {
	color:#e41c17;
	text-decoration:none;
}

a:link, a:visited, a:hover, a:active {
}
	a:link {
	}
	a:visited {
	}
	a:hover {
		text-decoration:underline;
	}
	a:active {
	}

	em {
		font-style:italic;
	}

	strong {
		font-weight:bold;
	}

	small {
		font-size:80%;
	}


	img {
		border:none;
	}

	.commentQtyWrapper {
		height:14px;
		position:absolute;
		bottom:1px;
		right:1px;
		padding-left:2px;
		background:transparent url(../Img/Shared/bg_cloud.png) 0 0 no-repeat;
	}
		.commentQtyWrapper span {
			display:block;
			float:left;
			padding:0 3px;
			height:14px;
			line-height:11px;
			font-size:8px;
			font-family:"PixelSix10";
			color:#ffffff;
			background:transparent url(../Img/Shared/bg_cloud.png) 100% 100% no-repeat;

			zoom:1;
		}
			.commentQtyWrapper span:after {
				content:"";
				display:block;
				height:0;
				overflow:hidden;
				clear:both;
			}

			.commentQtyWrapper span a {
				color:#000;
				text-decoration:none;
			}


	.inputTextWrapper {
		margin:0 8px 0 0;
		padding-left:4px;
		display:block;
		float:left;
		background:transparent url(../Img/Shared/bg_input_text.png) 0 0 no-repeat;
	}
	div.inputTextWrapper {
	    float:none;
	}
		.inputTextInnerWrapper {
			padding:0;
			margin:0;
			margin-right:-3px;
			display:block;
			background:transparent url(../Img/Shared/bg_input_text.png) 100% 0 no-repeat;
		}

	span.more {
		display:block;
		padding:5px 0;
	}


	span.optional {
		font-weight:normal;
		color:#967451;
	}

	span.required {
		font-weight:normal;
		color:#e41c17;
	}

	.commentsQty {
		margin-left:2px;
	}
		.commentsQty span {
			padding:2px 4px;
			color:#FFFFFF;
			font-size:8px;
			font-family:"PixelSix10";

			background-color:#93c742;
			border:0;
			border-radius:3px;
			-moz-border-radius:3px;
			-webkit-border-radius:3px;
			-khtml-border-radius:3px;

		}

/*
 *	Siatka
 */
#pageWrapper {
	width:990px;
	margin:0 auto;
}

#header {
	margin-bottom:8px;
	position:relative;

	z-index:1000;
}

#header .logo {
	position:absolute;
	top:0;
	left:-1px;

	z-index:10;
}


#header .shortNavi {
	position:absolute;
	width:483px;
	height:41px;
	z-index:100;
	top:20px;
	right:19px;
}

	#header .shortNavi a.infoline {
		display:block;
		width:257px;
		height:41px;
		position:absolute;
		top:0;
		left:0;
		z-index:5px;
		background:transparent url(../Img/Shared/infolinia_collapsed.png) 0 0 no-repeat;
	}

	#header .shortNavi a.infoline:hover {
		background:transparent url(../Img/Shared/infolinia_expanded.png) 0 0 no-repeat;
		left:-160px;
		zoom:1;
	}
	body.ie6 #header .shortNavi a.infoline:hover {
		zoom:1;
	}

	#header .shortNavi .shortNaviContentWrapper {
		position:absolute;
		top:0;
		left:133px;
		left:95px;
		width:388px;
		height:41px;
		background-color:#fff;
	}
		#header .shortNavi .shortNaviContent {
			padding:4px;
		}

		#header .shortNavi .shortNaviContent .accountWraper {
			float:left;
			width:170px;
			margin:0 4px;
			overflow:hidden;
		}

		#header .shortNavi .shortNaviContent .accountWraper .account {
			float:left;
			width:90px;
			line-height:31px;
			overflow:hidden;
		}

		#header .shortNavi .shortNaviContent .accountWraper .account ul {
			height:2em;
			overflow:hidden;
		}
			#header .shortNavi .shortNaviContent .accountWraper .account ul li {
				display:inline;
			}

			#header .shortNavi .shortNaviContent .accountWraper .account ul li a.messagesQty {
				padding-left:12px;
				background:transparent url(../Img/Shared/ico_mail.png) 0 60% no-repeat;
			}


			#header .shortNavi .shortNaviContent .accountWraper .linkbutton {
				display:block;
				float:right;
				padding:4px 0;
			}
				#header .shortNavi .shortNaviContent .accountWraper .linkbutton img {

				}

		#header .shortNavi .shortNaviContent .shortSearchWrapper {
			float:left;
			width:202px;
			height:31px;
			background-color:#fbf9bf;
		}

		#header .shortNavi .shortNaviContent .shortSearch {
			padding:4px;
			line-height:24px;
		}

		#header .shortNavi .shortNaviContent .shortSearch .inputTextWrapper {
		}
			#header .shortNavi .shortNaviContent .shortSearch .inputTextInnerWrapper {
				float:left;
			}

		#header .shortNavi .shortNaviContent .shortSearch input[type=text] {
			width:110px;
		}
		#header .shortNavi .shortNaviContent .shortSearch input.text {
			width:110px;
		}

		#header .shortNavi .shortNaviContent .shortSearch input.submit-szukaj {
			width:64px;
			height:25px;
			background:transparent url(../Img/Shared/btn_szukaj.png) 0 0 no-repeat;
		}

		#fbfan {
			float:right;
			position:relative;
			top:6px;
			margin-bottom:-32px;
			_top:4px;
		}


		#header #searchReceipes .inputTextWrapper input[type="text"] {
			padding:0;
			height:13px;
			width:127px;
			margin:5px 6px 6px 7px;
			font-size:11px;
			line-height:13px;
			background-color:transparent;
		}
		#header #searchReceipes .inputTextWrapper input.text {
			padding:0;
			height:13px;
			width:127px;
			margin:5px 6px 6px 7px;
			font-size:11px;
			line-height:13px;
			background-color:transparent;
		}

		#header #searchReceipes input[type="submit"] {
			display:block;
			width:64px;
			height:25px;
			float:left;
			background:transparent url(../Img/Shared/btn_szukaj.png) 0 0 no-repeat;
		}
		#header #searchReceipes input.submit {
			display:block;
			width:64px;
			height:25px;
			float:left;
			background:transparent url(../Img/Shared/btn_szukaj.png) 0 0 no-repeat;
		}



#header .mainMenu {
	position:absolute;
	left:20px;
	bottom:17px;
	z-index:6;
}
	#header .mainMenu ul {
	}
		#header .mainMenu ul li {
			position:relative;
		}

		#header .mainMenu ul li ul {
			display:none;
		}

		#header .mainMenu ul li:hover > ul {
			display:block;
			position:absolute;
			top:39px;
			left:-5px;

			padding:5px;

			height:auto;
			width:auto;

			background-color:#b10d09;
			border:0;
			border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			-khtml-border-radius:5px;
		}
		body.ie6 #header .mainMenu ul li.hover ul {
			display:block;
			position:absolute;
			top:39px;
			left:-5px;

			padding:5px;

			height:auto;
			width:auto;

			background-color:#b10d09;
			border:0;

			float:left;
			width:150px;
		}

			#header .mainMenu ul li ul li {
				position:relative;
				margin:0 -5px;
				padding:5px 0 5px 0;
				float:none;

				background:#b10d09 none 0 0 no-repeat;
				background-image:none !important;
				border-top:#bd312e 1px solid;
				zoom:1;
			}
			#header .mainMenu ul li ul li:hover {
				background-color:#bd312e;
			}
			body.ie6 #header .mainMenu ul li ul li.hover {
				background-color:#bd312e;
			}
				#header .mainMenu ul li ul li:first-child {
					border-top:none;
				}
				body.ie6 #header .mainMenu ul li ul li.first-child {
					border-top:none;
				}

				#header .mainMenu ul li ul li a {
					margin:0 5px;
					padding:0;
					padding-left:10px;
					width:auto;
					height:auto;
					float:none;

					line-height:1.3em;
					vertical-align:middle;
					text-decoration:none;

					color:#ffffff;
					background:transparent url(../Img/Shared/bg_link_bullet.png) 0 0.4em no-repeat !important;
				}

				body.ie6 #header .mainMenu ul li ul li a {
					background-image:none !important;
				}
				
				#header .mainMenu ul li ul.level3  {
                    left: 100%;
                    top: -5px;
				}

/*
 *  Wygląd
 */
body {
	color:#673c0f;
	background-color:#f6eca2;
}

body.xmass {
	background:#f6eca2 url(../Img/Shared/bg_xmass.jpg) 50% 0 no-repeat;
}

body.fatThur {
	background:#f6eca2 url(../Img/Shared/bg_fat-thursday.jpg) 50% 0 no-repeat;
}

body.womansday {
	background:#f6eca2 url(../Img/Shared/bg_womansday.jpg) 50% 0 no-repeat;
}

body.easter {
	background:#f6eca2 url(../Img/Shared/bg_easter.jpg) 50% 0 no-repeat;
}


	input[type='text'] {
		border:none;
		color:#b2916e;
	}
	input.text {
		border:none;
		color:#b2916e;
	}
	select {
		border:none;
		color:#b2916e;
	}

	input[type='submit'],
	input[type='button'] {
		border:none;
		cursor:pointer;
	}
	input.submit,
	input.button {
		border:none;
		cursor:pointer;
	}

	input.inputWai {
		font-size:1px;
		position:relative;
		text-indent:-8000em;
	}


 span.winiary-pl {
	color:#d71510;
 }
 span.winiary {
	text-transform:uppercase;
 }

 .toUpper {
	text-transform:uppercase;
 }

a.default {
	padding-left:14px;
	color:#e41c17;
	background:transparent url(../Img/Shared/bg_link_bullet.png) 4px 50% no-repeat;
}

.no-link-bullets a.default {
	padding-left:0;
	color:#e41c17;
	background-image:none;
}

				ul#breadcrumbs li a.default {
					background:transparent url(../Img/Shared/bg_link_breadcrumb.png) 4px 50% no-repeat;
				}

 a.profile {
	color:#8ec03e;
	font-weight:bold;
 }

 a.nick,
 a.comments {
	color:#ffffff;
	font-size:8px;
	font-family:"PixelSix10", Arial, Tahoma, Verdana;
 }

  a.nick span {
	display:block;
  }

/*
 a.more {
	color:#e41c17;
 }
*/

 a.receipe {
	color:#673c0f;
	font-size:11px !important;
 }

 a.receipe-category {
	color:#673c0f;
	font-size:10px;
 }

 a.product {
	color:#673c0f;
 }

 a.product-winiary {
	color:#e41c17;
 }

 a.cookingSchool {
	color:#673c0f;
 }

 a.rules {
	color:#8ec03e;
 }

a.register {
	color:#e41c17;
 }

 a.login {
	color:#8ec03e;
 }

 a.logout {
	color:#e41c17;
 }

 a.community {
	color:#775125;
 }

 a.addToFavourite {
	padding-left:14px;
	color:#e41c17;
	background:transparent url(../Img/Shared/ico_star.png) 0 40% no-repeat;
 }

 a.moveToTrash {
	padding-left:14px;
	color:#e41c17;
	background:transparent url(../Img/Shared/ico_trash.png) 0 40% no-repeat;
 }

 a.abuse {
	color:#bbbbbb;
	font-size:10px;

	text-align:right;
 }


 ul.shortSitemap {
 }
	 ul.shortSitemap li a {
		padding-left:14px;
		color:#e41c17;
		background:transparent url(../Img/Shared/bg_link_bullet.png) 4px 50% no-repeat;
	 }

 ul.bullets {
 }
	 ul.bullets li, .textSection ul li {
		line-height:1.8182em;
		padding-left:15px;
		background:transparent url(../Img/Shared/bullet-list.png) 0 0.7em no-repeat;
	 }

 ul.zebra {
 }
	 ul.zebra li {
		 padding:6px 7px 6px 6px;
	 }

	 ul.zebra li.odd {
		background-color:#fbf9bc;
	 }

	 ul.zebra li.even {
	 }

ul.inline-block {
	display:block;
}
	ul.inline-block li {
		display:inline;
	}

ul.inline {
	display:inline;
}
	ul.inline li {
		display:inline;
	}

ul.floatedLI {
	display:block;
	margin-right:-5px;
}
	ul.floatedLI li {
		display:block;
		float:left;
		margin-right:5px;
	}
	ul.floatedLI li:last-child {
		margin-right:0;
	}

body.ie ul.floatedLI,
body.ie ul.floatedLI li {
	zoom:1;
}

a.nestle,
a.advpl {
	color:#673c0f;
}

hr {
	visibility:hidden;
}

div.hr {
	margin:10px 0;
	height:2px;
	background:transparent url(../Img/Shared/hr_default.png) 0 50% repeat-x;
}
	div.hr hr {
		visibility:visible;
		display:none;
	}

p {
	padding-top:1em;
}

div.hr + p {
	padding-top:0;
}

p:first-child {
	padding-top:0;
}
p.first-child {
	padding-top:0;
}
p.noSpace {
	padding-top:0;
}

div.align-left,
p.align-left {
	text-align:left;
}
div.align-center,
p.align-center {
	text-align:center;
}
div.align-right,
p.align-right {
	text-align:right;
}

.section {
	padding-bottom:10px;
}
body.ie .section {
	zoom:1;
}
	.section:after {
		display:block;
		content:"";
		height:0;
		overflow:hidden;
		clear:both;
	}

.marginTop {
	margin-top:10px;
}
.marginBottom {
	margin-bottom:10px;
}

img.align-left,
.section img.align-left {
	float:left;
}

img.align-right,
.section img.align-right {
	float:right;
}

img.align-center,
.section img.align-center {
	float:none;
	text-align:center;
}

	 /* MainMenu */
	#header div.mainMenu {
	}
		#header div.mainMenu ul {
			width:952px;
			height:43px;
		}
			#header div.mainMenu li {
				float:left;
			}
				#header div.mainMenu li a {
					float:left;
					display:block;
					height:43px;
					background-image:url(../Img/Shared/main_menu_sprite.png);
				}

				#header div.mainMenu li#mainMenu-stronaGlowna a {
					width:42px;
					background-position:0 0;
				}
					#header div.mainMenu li#mainMenu-stronaGlowna a:hover,
					#header div.mainMenu li#mainMenu-stronaGlowna.current a,
					#header div.mainMenu li#mainMenu-stronaGlowna:hover a {
						width:42px;
						background-position:0 43px;
					}

				#header div.mainMenu li#mainMenu-przepisy a {
					width:103px;
					background-position:-42px 0;
				}
					#header div.mainMenu li#mainMenu-przepisy a:hover,
					#header div.mainMenu li#mainMenu-przepisy.current a,
					#header div.mainMenu li#mainMenu-przepisy:hover a {
						width:103px;
						background-position:-42px 43px;
					}

				#header div.mainMenu li#mainMenu-produkty a {
					width:112px;
					background-position:-145px 0;
				}
					#header div.mainMenu li#mainMenu-produkty a:hover,
					#header div.mainMenu li#mainMenu-produkty.current a,
					#header div.mainMenu li#mainMenu-produkty:hover a{
						width:112px;
						background-position:-145px 43px;
					}

				#header div.mainMenu li#mainMenu-szkolaGotowania a {
					width:175px;
					background-position:-257px 0;
				}
					#header div.mainMenu li#mainMenu-szkolaGotowania a:hover,
					#header div.mainMenu li#mainMenu-szkolaGotowania.current a,
					#header div.mainMenu li#mainMenu-szkolaGotowania:hover a {
						width:175px;
						background-position:-257px 43px;
					}

				#header div.mainMenu li#mainMenu-spolecznosc a {
					width:138px;
					background-position:-432px 0;
				}
					#header div.mainMenu li#mainMenu-spolecznosc a:hover,
					#header div.mainMenu li#mainMenu-spolecznosc.current a,
					#header div.mainMenu li#mainMenu-spolecznosc:hover a {
						width:138px;
						background-position:-432px 43px;
					}

				#header div.mainMenu li#mainMenu-dzieci a {
					width:87px;
					background-position:-570px 0;
				}
					#header div.mainMenu li#mainMenu-dzieci a:hover,
					#header div.mainMenu li#mainMenu-dzieci.current a,
					#header div.mainMenu li#mainMenu-dzieci:hover a {
						width:87px;
						background-position:-570px 43px;
					}

				#header div.mainMenu li#mainMenu-wellness a {
					width:99px;
					background-position:-657px 0;
				}
					#header div.mainMenu li#mainMenu-wellness a:hover,
					#header div.mainMenu li#mainMenu-wellness.current a,
					#header div.mainMenu li#mainMenu-wellness:hover a {
						width:99px;
						background-position:-657px 43px;
					}

				#header div.mainMenu li#mainMenu-rozrywkaIKonkursy a {
					width:196px;
					background-position:-756px 0;
				}
					#header div.mainMenu li#mainMenu-rozrywkaIKonkursy a:hover,
					#header div.mainMenu li#mainMenu-rozrywkaIKonkursy.current a,
					#header div.mainMenu li#mainMenu-rozrywkaIKonkursy:hover a {
						width:196px;
						background-position:-756px 43px;
					}
                
                #header div.mainMenu li#mainMenu-warto ul.column-2
                {
                    left:200%;
                    margin-left:10px;
                }
                #header div.mainMenu li#mainMenu-warto ul li 
                {
                    padding-right:15px;
                }
                #header div.mainMenu li#mainMenu-warto ul a 
                {
                    width:auto;
                    white-space:nowrap;
                    padding-right:5px;
                }
	.section {
	}

	.section-rounded {
		background-color:#ffffff;
	}
	.r3 {
		border:0 transparent solid;
		border-radius:3px;
		/* CSS3 tweaks for modern browsers */
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-khtml-border-radius:3px;
	}
	.r5 {
		border:0 transparent solid;
		border-radius:5px;
		/* CSS3 tweaks for modern browsers */
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-khtml-border-radius:5px;
	}

	.section .column {
	}

	.section .left {
/*
		float:left;
		width: <left_column_width>px;
*/
	}
	.section .center {
/*
		margin:0 <right_column_width>px 0 <left_column_width>px;
*/
	}
	.section .right {
/*
		float:left;
		width: <right_column_width>px;
*/
	}


	.section {
	}

		.section .column-left {
		    display:inline;
			float:left;
		}

		.section .column-right {
		    display:inline;
			float:right;
		}

		.shortReceipesList .section .column-right {
			display:block;
		}

	.section .section-type1 {

	}

		.section .section-type1 .column-left {
			width:183px;
			float:left;
			margin-left:18px;
		}

		.section .section-type1 .column-right {
			width:183px;
			float:right;
			margin-right:18px;
		}

		.section .section-type1 .column-center {
			margin:0 auto;
			width:550px;
		}


	.section .section-type2 {
		padding:0 18px;
	}

		.section .section-type2 .column-left {
			width:321px;
			float:left;
		}

		.section .section-type2 .column-center {
			width:355px;
			float:left;
		}
			.section .section-type2 .column-center #box-promotion h3 {
				padding:0 18px;
			}

			.section .section-type2 .column-center .adbox {
				overflow:hidden;
			}

		.section .section-type2 .column-right {
			width:275px;
			float:left;
			overflow:hidden;
		}

	.section-type3Wrapper {
		background:#ffffff url(../Img/Shared/bg-section3.jpg) 100% 100% no-repeat;
	}

	body.ie .section .section-type3 {
		zoom:1;
	}

		.section .section-type3 .column-left {
			width:321px;
			float:left;
			margin-left:18px;
		}
		body.ie6 .section .section-type3 .column-left {
			display:inline;
			overflow:hidden;
		}

		.section .section-type3 .column-right {
			width:275px;
			float:right;
			margin-right:18px;
		}
		body.ie6 .section .section-type3 .column-right {
			display:inline;
			overflow:hidden;
		}

		.section .section-type3 .column-center {
			zzoverflow:hidden;
			margin:0 311px 0 357px;
		}
		body.ie6 .section .section-type3 .column-center {
			zoom:1;
		}

.teaserBox {
	padding:14px 9px;
	text-align:center;
	border:1px #e5df9a solid;
	border-radius:5px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}

.boxContainer {
	width:100%;
	padding-top:19px;
	overflow:hidden;
}
body.ie6 .boxContainer {
	zoom:1;
}

	.box {
	    background:#ffffff url(../Img/Shared/box-gradient-bottom.gif) 0 100% repeat-x;
		padding:2px 1px;
		border:1px #e5df9a solid;
		border-radius:5px;
		/* CSS3 tweaks for modern browsers */
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-khtml-border-radius:5px;
	}
	#middleContainer .box {
	    border-bottom:2px #e2dad2 solid;
	}
			.boxContainer .box .contentContainer h3 {
				padding-left:9px;
				padding-right:3px;
			}
	.box-nobg {
	    background:#fff;
	}

	.simpleRoundedBox {
		border:1px #ff0000 solid;
		border-radius:5px;
		/* CSS3 tweaks for modern browsers */
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-khtml-border-radius:5px;
	}
		.simpleRoundedBox .content {
			padding:15px;
		}

		.simpleRoundedBox .content p {
			padding-bottom:1em;
		}

.box2Container {
	background-color:#ffffff;
}
	.box2 {
		padding:3px;

		border:1px #9bd046 solid;
		/* CSS3 tweaks for modern browsers */
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-khtml-border-radius:3px;
	}

		.box2 .content {
			padding:10px;

			background-color:#fbf9bc;

			border:0 transparent solid;
			/* CSS3 tweaks for modern browsers */
			border-radius:3px;
			-moz-border-radius:3px;
			-webkit-border-radius:3px;
			-khtml-border-radius:3px;
		}


		#header #searchReceipes .inputTextWrapper input[type="text"] {
			padding:0;
			height:13px;
			width:127px;
			margin:5px 6px 6px 7px;
			font-size:11px;
			line-height:13px;
			background-color:transparent;
		}
		#header #searchReceipes .inputTextWrapper input.text {
			padding:0;
			height:13px;
			width:127px;
			margin:5px 6px 6px 7px;
			font-size:11px;
			line-height:13px;
			background-color:transparent;
		}

		#header #searchReceipes input[type="submit"] {
			display:block;
			width:64px;
			height:25px;
			float:left;
			background:transparent url(../Img/Shared/btn_szukaj.png) 0 0 no-repeat;
		}
		#header #searchReceipes input.submit {
			display:block;
			width:64px;
			height:25px;
			float:left;
			background:transparent url(../Img/Shared/btn_szukaj.png) 0 0 no-repeat;
		}

#box-newsletter {
	width:100%;
}


#box-newsletter .content {
	padding:6px 4px 8px 75px;
	background:transparent url(../Img/Subpages/Index/bg_box_newsletter.png) -5px 25% no-repeat;
}
#box-newsletter form {
    height:100px;
    padding:0px 0 20px 0;
}
#box-newsletter form div {
    margin:5px 0;
}

#box-newsletter .inputTextWrapper input[type="text"] {
	padding:0;
	height:13px;
	width:155px;
	margin:5px 6px 6px 7px;
	font-size:11px;
	line-height:13px;
	background-color:transparent;
}
#box-newsletter .inputTextWrapper input.text {
	padding:0;
	height:13px;
	width:155px;
	margin:5px 6px 6px 7px;
	font-size:11px;
	line-height:13px;
	background-color:transparent;
}

#box-newsletter  #newsletterAgreeContainer {
	font-size:10px;
}

	#newsletter  #newsletterAgreeContainer input[type="checkbox"] {
		vertical-align:middle;
	}
	#newsletter  #newsletterAgreeContainer input.checkbox {
		vertical-align:middle;
	}

#box-newsletter input[type="submit"] {
	display:block;
	width:64px;
	height:25px;
	float:left;
/*	background:transparent url(../Img/Shared/btn_zapisz-sie.png) 0 0 no-repeat; */
}
#box-newsletter input.submit {
	display:block;
	width:64px;
	height:25px;
	float:left;
/*	background:transparent url(../Img/Shared/btn_zapisz-sie.png) 0 0 no-repeat; */
}
#box-newsletter input.zapisz {
	background:transparent url(../Img/Shared/btn_zapisz-sie.png) 0 0 no-repeat;
}
#box-newsletter input.wypisz {
	background:transparent url(../Img/Shared/btn_wypisz-sie.png) 0 0 no-repeat;
}


#box-shortSitemap {
}
	#box-shortSitemap .section {
		width:100%;
	}
		#box-shortSitemap .section .column {
			width:49% !important;
			margin:0;
		}

		#box-shortSitemap .section .column-left {
			float:left;
		}
		#box-shortSitemap .section .column-right {
			float:right;
		}


		#box-shortSitemap .section .section {
			background:transparent;
		}
		#box-shortSitemap .section .column ul {
			background-color:transparent;
		}

.linkList {
}

	.linkList ul,
	ul.linkList {
		display:block;
	}

	.linkList ul li,
	ul.linkList li	{
		display:block;
	}
		.linkList ul li a,
		ul.linkList li a {
			padding-left:14px;
			color:#e41c17;
			background:transparent url(../Img/Shared/bg_link_bullet.png) 4px 50% no-repeat;
		}

	.linkList ul.horizontal {
		display:inline;
	}
		.linkList ul.horizontal li {
			display:inline;
		}

.nickContainer {
}
	.nickContainer a.nick {
		padding:1px 3px;

		background:#89ba3c url(../Img/Shared/nick_sprite.png) 0 0 repeat-x; /* cdf384 - > 89ba3c */

		border:0 transparent solid;
		border-radius:2px;
		/* CSS3 tweaks for modern browsers */
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		-khtml-border-radius:2px;

		text-decoration:none;
	}

	.nickContainer a.nick-winiary {
		padding:1px 3px;

		color:#e41c17;
		background:#ffec00 url(../Img/Shared/nick_sprite.png) 0 -44px repeat-x; /* cdf384 - > 89ba3c */

		border:0 transparent solid;
		border-radius:2px;
		/* CSS3 tweaks for modern browsers */
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		-khtml-border-radius:2px;
	}
	.photoWrapper span.cam {
	    position:absolute;
	    right:0;
	    bottom:0;
	}

/* PAGER */
.pagerContainer {
	padding:5px 0;
	text-align:center;
}

	.pagerContainer ul.pager {
		display:inline;
	}

		.pagerContainer ul.pager li {
			display:inline;
		}

		.pagerContainer ul.pager li.pageNumber ul {
			display:inline;
		}
			.pagerContainer ul.pager li.pageNumber ul li {
				display:inline;
			}

				.pagerContainer ul.pager li.pageNumber ul li a {
					display:inline;
				}

					.pagerContainer ul.pager li.pageNumber ul li span {
						display:inline-block;
						padding:5px 7px;
						color:#673c0f;
					}

					.pagerContainer ul.pager li.pageNumber ul li span.current,
					.pagerContainer ul.pager li.pageNumber ul li a.current {
						display:inline-block;

						padding:5px 7px;
						color:#673c0f;
						font-weight:bold;
						background-color:#fbf9bc;

						border:0 transparent solid;
						border-radius:3px;
						-moz-border-radius:3px;
						-webkitmoz-border-radius:3px;
						-khtml-border-radius:3px;
					}

					.pagerContainer ul.pager li.pageNumber ul li a,
					.pagerContainer ul.pager li.pageNumber ul li a:hover {
						display:inline-block;

						padding:5px 7px;
						color:#673c0f;

						border:0 transparent solid;
						border-radius:3px;
						-moz-border-radius:3px;
						-webkitmoz-border-radius:3px;
						-khtml-border-radius:3px;
					}

					.pagerContainer ul.pager li.pageNumber ul li a:hover {
						color:#673c0f;
						background-color:#dddddd;
					}


			.pagerContainer ul.pager li a {
				padding:5px;
				color:#e41c17;
			}

			.pagerContainer ul.pager li span {
			}

			.pagerContainer ul.pager li a.first-page {
				padding:5px 15px 5px 19px;
				background:transparent url(../Img/Shared/bullet_first.png) 0 50% no-repeat;
			}
			.pagerContainer ul.pager li a.previous-page {
				padding:5px 44px 5px 12px;
				background:transparent url(../Img/Shared/bullet_prev.png) 0 50% no-repeat;
			}
			.pagerContainer ul.pager li a.hellip {
				padding:5px 0 5px 0;
			}
			.pagerContainer ul.pager li a.next-page {
				padding:5px 11px 5px 44px;
				background:transparent url(../Img/Shared/bullet_next.png) 100% 50% no-repeat;
			}
			.pagerContainer ul.pager li a.last-page {
				padding:5px 18px 5px 15px;
				background:transparent url(../Img/Shared/bullet_last.png) 100% 50% no-repeat;
			}

div.photoWrapper {
	position:relative;
	overflow:hidden;

	text-align:center;

	border:0 transparent solid;
	border-radius:5px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}

	div.photoWrapper img {
		display:block;
	}

	div.photoWrapper .nickContainer {
		position:absolute;
		bottom:0;
		left:0;
	}
		div.photoWrapper .nickContainer .nick {
			display:block;
			height:1.5em;
			width:50px;
			padding:1px 3px;
			color:#000;
			background:#89ba3c url(../Img/Shared/nick_sprite.png) 0 0 repeat-x; /* cdf384 - > 89ba3c */

			border:0 transparent solid;
			border-radius:2px;
			/* CSS3 tweaks for modern browsers */
			-moz-border-radius:2px;
			-webkit-border-radius:2px;
			-khtml-border-radius:2px;
		}

		div.photoWrapper .nickContainer .nick-winiary {
			color:#e41c17;
			background:#faf28c url(../Img/Shared/nick_sprite.png) 0 44px repeat-x; /* faf28c - > ffec00*/
		}

	div.photoWrapper .commentsContainer {
		position:absolute;
		bottom:0;
		right:0;
	}
		div.photoWrapper .commentsContainer .comments {
			padding:1px 3px;
			background:#89ba3c url(../Img/Shared/nick_sprite.png) 0 0 repeat-x; /* cdf384 - > 89ba3c */
			border:0 transparent solid;
			border-radius:2px;
			/* CSS3 tweaks for modern browsers */
			-moz-border-radius:2px;
			-webkit-border-radius:2px;
			-khtml-border-radius:2px;
		}

.carousel {
    height:140px;
    zzwidth:100%;
    position:relative;
    overflow:hidden;
}
    .carousel-gallery { height:108px; width:auto; }
    .carousel a.browse {
	background:#f00;
	position:absolute;
	top:50px;
	left:0;
	width:22px;
	height:24px;
	z-index:99;
	cursor:pointer;
    }
    .carousel a.nextPage {
	background:transparent url(../Img/Shared/btn_przepis_go.png) 0 0 no-repeat;
	left:auto;
	right:0;
    }
    .carousel a.prevPage {
	background:transparent url(../Img/Shared/btn_przepis_back.png) 0 0 no-repeat;
    }
    .scrollable .items {
	width:20000em;
	height:100%;
	position:absolute;
    }
    .carousel .scrollable .items li {
	float:left;
	width:87px;
	height:120px;
	padding:10px;
    }
    .carousel .scrollable .receipesList li.receipesListItem {
	height:auto;
	width:103px;
	padding:5px 0 0 0;
    }
    .carousel .items li a {
	color:#967451;
	display:block;
	width:100%;
	height:100%;
	text-align:center;
    }
    .carousel .items li a:hover {
	text-decoration:none;
    }
    .carousel .items li a span {
	display:block;
    }
.rank {
	display:inline-block;
	margin:5px auto;
	height:8px;
	width:40px;
	vertical-align:middle;
}

.receipesListItem .rank {
	width:100%;
}

	.rank0 {
		background:transparent url(../Img/Shared/rank_sprite.png) 50% 0 no-repeat;
	}

	.rank1 {
		background:transparent url(../Img/Shared/rank_sprite.png) 50% -8px no-repeat;
	}

	.rank2 {
		background:transparent url(../Img/Shared/rank_sprite.png) 50% -16px no-repeat;
	}

	.rank3 {
		background:transparent url(../Img/Shared/rank_sprite.png) 50% -24px no-repeat;
	}

	.rank4 {
		background:transparent url(../Img/Shared/rank_sprite.png) 50% -32px no-repeat;
	}

	.rank5 {
		background:transparent url(../Img/Shared/rank_sprite.png) 50% -40px no-repeat;
	}

.tableWrapper {
	padding:1em 0;
	text-align:center;
}

table.default {
	margin:0 auto;
	table-layout:fixed;
}

	table.default thead {

	}
		table.default thead tr {

		}
			table.default thead tr th {
				font-weight:bold;
				color:#673c0f;
				background-color:#fbf9bc;
			}
				table.default thead tr th span {
					display:block;
					padding:3px 5px;
				}

	table.default tbody {

	}
		table.default tbody tr {

		}
			table.default tbody tr td {
				border-bottom:1px #f5f2cd solid;
			}
				table.default tbody tr td span {
					display:block;
					padding:3px 5px;
				}

		table.default tbody tr.even {
		}
			table.default tbody tr.even td {
			}

		table.default tbody tr.odd {
		}
			table.default tbody tr.odd td {
				background-color:#fbf9bc;
			}


table.eventsList {
	width:100%;
	table-layout:fixed;
	zoom:1;
	overflow:hidden;
}
	table.eventsList thead {
	}
		table.eventsList thead tr.dimensions {
		}
			table.eventsList thead tr.dimensions td {
				font-size:1px;
				line-height:1px;
				visibility:hidden;
				overflow:hidden;
			}

			table.eventsList thead tr.dimensions td.nick {
				width:23%;
			}
			table.eventsList thead tr.dimensions td.action {
				width:51%;
			}
			table.eventsList thead tr.dimensions td.time {
				width:25%;
			}

	table.eventsList tbody {
	}

	table.eventsList tbody tr {
	}
		table.eventsList tbody tr td {
			padding:8px 0;
		}
			table.eventsList tbody tr td span {
				display:block;
				margin:0 5px;
			}

		table.eventsList tbody tr td.time {
			font-size:10px;
		}

	table.eventsList tbody tr.even {
	}
		table.eventsList tbody tr.even td{
		}

	table.eventsList tbody tr.odd {
	}
		table.eventsList tbody tr.odd td {
			background-color:#fbf9bc;
		}



table.topReceipes {
	width:100%;
	table-layout:fixed;
}
	table.topReceipes thead {
	}
		table.topReceipes thead tr.dimensions {
		}
			table.eventsList thead tr.dimensions td {
				font-size:1px;
				line-height:1px;
				visibility:hidden;
				overflow:hidden;
			}

			table.topReceipes thead tr.dimensions td.lp {
				width:10%;
			}
			table.topReceipes thead tr.dimensions td.name {
				width:89%;
			}


	table.topReceipes tbody {
	}

	table.topReceipes tbody tr {
	}
		table.topReceipes tbody tr td {
			padding:8px 0;
		}
			table.topReceipes tbody tr td span {
				display:block;
				margin:0 5px;
			}

		table.topReceipes tbody tr td.lp {
			font-weight:bold;
			color:#e41c17;
			text-align:right;
		}

		table.topReceipes tbody tr td.name a {
			display:block;
		}

		table.topReceipes tbody tr.firstPlace td {
			font-weight:bold;
			color:#ffffff !important;
			background:#87b73a url(../Img/Shared/bg_top-receipe.png) 0 0 repeat-x !important;
		}
			table.topReceipes tbody tr.firstPlace td a {
				color:#ffffff !important;
			}

	table.topReceipes tbody tr.even {
	}
		table.topReceipes tbody tr.even td {
		}

	table.topReceipes tbody tr.odd {
	}
		table.topReceipes tbody tr.odd td {
			background-color:#fbf9bc;
		}

span.icoWrapper {
	display:block;
}

	span.icoWrapper span.ico {
		margin:0;
		padding:0;
		display:inline-block;
		width:15px;
		height:15px;
		overflow:hidden;
	}
		span.icoWrapper span.ico a {
			display:inline-block;
			width:100%;
			height:100%;

			background-image:url(../Img/Shared/ico_sprite.png);
			background-repeat:no-repeat;
		}

		span.icoWrapper span.ico .ico-kids {
			background-position:0 -15px;
		}
		span.icoWrapper span.ico .ico-wellness {
			background-position:0 -30px;
		}
		span.icoWrapper span.ico .ico-movie {
			background-position:0 -45px;
		}

		span.icoWrapper span.ico .ico-mail {
			background-position:15px 0;
		}
		span.icoWrapper span.ico .ico-print {
			background-position:30px 0;
		}
		span.icoWrapper span.ico .ico-favourite {
			background-position:45px 0;
		}

span.ico-comment {
	display:inline-block;
	padding:0;
	font-size:8px;
	line-height:8px;
	font-family:"PixelSix10", Arial, Tahoma, Verdana, sans-serif;
	color:#000;
	background:transparent url(../Img/Shared/bg_cloud.png) 100% -14px no-repeat;
}

	span.ico-comment span.inner {
		font-size:8px;
		line-height:8px;
		padding:1px 3px 5px 3px;
		margin-left:-2px;
		display:inline-block;
		background:transparent url(../Img/Shared/bg_cloud.png) 0 0 no-repeat;
	}


span.ico-nick {
	height:11px;
	display:inline-block;
	padding:0 0 0 2px;
	font-size:8px;
	line-height:8px;
	font-family:"PixelSix10", Arial, Tahoma, Verdana, sans-serif;
	color:#000;
	background:transparent url(../Img/Shared/nick_sprite.png) 0 0 no-repeat;
}

	span.ico-nick span.inner {
		height:11px;
		position:relative;
		font-size:8px;
		line-height:11px;
		padding:0 2px 0 0;
		margin:0;
		margin-right:-2px;
		display:inline-block;
		background:transparent url(../Img/Shared/nick_sprite.png) 100% 0 no-repeat;
	}

	span.nick-winiary {
		background-position:0 -44px;
	}
		span.nick-winiary span.inner {
			color:#e41c17;
			background-position:100% -44px;
		}

#footer {
	padding-bottom:1em;
}
	#footer .section {
		background-color:transparent;
	}
		#footer .section .column-left {
			float:left;
		}
		#footer .section .column-right {
			float:right;
		}


/* BEGIN: Przepisy */
ul.receipesList {
}
	ul.receipesList li.receipesListItem {
		position:relative;
		float:left;
		width:103px !important;
		margin-top:2px;
		margin-right:7px;
		margin-bottom:7px;
		padding-top:10px;

		background:transparent url(../Img/Shared/bg_photo_thumb.png) 0 0 no-repeat;
	}

		body.ie6 ul.receipesList li.receipesListItem {
			display:inline;
			overflow:visible;
			zoom:1;
		}

	ul.receipesList li.receipesListItem .receipesListItemContainer {
		position:relative;
		margin-bottom:-5px;
		background:transparent url(../Img/Shared/bg_photo_thumb.png) 0 100% no-repeat;
	}

	ul.receipesList li.receipesListItem div.content {
		zzposition:relative;
		zzbottom:-5px;
		margin-top:-5px;
		padding:1px 3px 3px 3px;
		zzbackground-color:#ffffff;
		zzbackground:transparent url(../Img/Shared/bg_photo_thumb.png) 0 100% no-repeat;
	}

		body.ie6 ul.receipesList li.receipesListItem div.content {
			display:inline;
			overflow:visible;
			height:193px;
		}

	ul.receipesList li.receipesListItem div.content .photoWrapper {
		position:relative;
		width:90px;
		height:90px;
		margin:0 auto;
	}

	ul.receipesList li.receipesListItem a.receipe {
		display:block;
		position:relative;
		text-align:center;
		cursor:pointer;
	}

/* END: Przepisy */

/* Domyślne formularze */
form.default {
}
	form.default span.label {
		font-weight:bold;
	}
	form.default span.labelAbsolute {
		position:absolute;
		top:-20px;
	}

	form.default dl {
	}

	form.default dl dt {
		padding:11px 0 5px 21px;
		font-weight:bold;
		color:#673c0f;
	}

	form.default dl dd.columns {
	}

		/* column-info */
		form.default dl dd.columns div.column-field {
			float:left;
			zzwidth:62%;
			width:438px;
		}

			form.default dl dd.columns div.field {
				padding:1px 1px 1px 21px;

				border:0;
				border-radius:3px;
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
				-khtml-border-radius:3px;
			}

				form.default .fieldWrapper-input-text {
					position:relative;
					display:block;

					padding:1px;

					background-color:#85623E;

					border:0;
					border-radius:3px;
					-moz-border-radius:3px;
					-webkit-border-radius:3px;
					-khtml-border-radius:3px;
				}
				form.default div.vErr .fieldWrapper-input-text,
				form.default div.vOK .fieldWrapper-input-text {
					background-color:#EDE7E2;
				}

					form.default .fieldWrapper-input-text span.input-roundedBorder {
						position:relative;
						display:block;
						height:20px;
						background-color:#ffffff;

						border:0;
						border-radius:3px;
						-moz-border-radius:3px;
						-webkit-border-radius:3px;
						-khtml-border-radius:3px;
					}

					form.default .fieldWrapper-input-text span.textarea-roundedBorder {
						position:relative;
						display:block;
						background-color:#ffffff;
						border:0;
						border-radius:3px;
						-moz-border-radius:3px;
						-webkit-border-radius:3px;
						-khtml-border-radius:3px;
					}
					form.default .fieldWrapper-input-text span.textarea-roundedBorder textarea {
					    width:406px;
					    border:none;
					    padding:0;
					    margin:2px;
					    font: 11px/1.6 Arial, sans-serif;
					    color:#B2916E;
					}

					form.default .fieldWrapper-input-text input[type="text"],
					form.default .fieldWrapper-input-text input[type="password"]
					{
						padding:0;
						position:absolute;
						top:2px;
						left:2px;
						height:16px;
						border:0;
						border:none;
						overflow:hidden;

						font-family:arial, verdana, tahoma, sans-serif;
						font-size:11px;
						line-height:16px;
					}
					form.default .fieldWrapper-input-text input.text,
					form.default .fieldWrapper-input-text input.password {
						padding:0;
						position:absolute;
						top:2px;
						left:2px;
						height:16px;
						border:0;
						border:none;
						overflow:hidden;

						font-family:arial, verdana, tahoma, sans-serif;
						font-size:11px;
						line-height:16px;
					}

						form.default .input-text-full-width {
							width:414px;
						}
							form.default .input-text-full-width input[type="text"],
							form.default .input-text-full-width input[type="password"] {
								width:406px;
							}
							form.default .input-text-full-width input.text,
							form.default .input-text-full-width input.password {
								width:406px;
							}

						form.default .input-text-date {
							width:130px;
						}
							form.default .input-text-date input[type="text"] {
								width:122px;
							}
							form.default .input-text-date input.text {
								width:122px;
							}
							
						form.default .input-text-postplace,
						form.default .input-text-2of3 {
							width:272px;
						}
						
							form.default .input-text-postplace input[type="text"],
							form.default .input-text-2of3 input[type="text"] {
								width:264px;
							}
							form.default .input-text-postplace input.text,
							form.default .input-text-2of3 input.text {
								width:264px;
							}

			form.default dl dd.columns div.vErr {
				background:#c50e0a url(../Img/Shared/form_field_errmsg2.png) 0 0 no-repeat;
			}

			form.default dl dd.columns div.vOK {
				background:#87b83b url(../Img/Shared/form_field_okmsg2.png) 0 0 no-repeat;
			}

				form.default dl dd.columns div.vErr label,
				form.default dl dd.columns div.vErr span.label,
				form.default dl dd.columns div.vOK label,
				form.default dl dd.columns div.vOK span.label {
					padding:0 5px 0 0;
					color:#ffffff;
				}


			form.default input[type="checkbox"],
			form.default input[type="radio"] {
				vertical-align:middle;
			}
			form.default input.checkbox,
			form.default input.radio {
				vertical-align:middle;
			}


		/* column-info */
		form.default dl dd.columns div.column-info {
			float:right;
			width:32%;
		}

		form.default dl dd.columns div.column-info {
		}

			form.default dl dd.columns div.column-info .msg {
				zzmargin-top:4px;
				margin-bottom:4px;
				padding:5px 23px;

				background-color:#ffffff;
			}

			form.default dl dd.columns div.column-info .first {
				zzmargin-top:0;
			}

			form.default dl dd.columns div.column-info .error {
				border:1px #f9514d solid;
				background:#ffffff url(../Img/Shared/form_info_sprite.png) 0 0 no-repeat;

				border-radius:3px;
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
				-khtml-border-radius:3px;
			}

			form.default dl dd.columns div.column-info .help {
				border:1px #ffce00 solid;
				background:#ffffff url(../Img/Shared/form_info_sprite.png) -734px 0 no-repeat;

				border-radius:3px;
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
				-khtml-border-radius:3px;
			}

			form.default input[type="submit"] {
				text-indent:-8888px;
				font-size:1px;
				line-height:1px;
			}

			form.default input.submit {
				text-indent:-8888px;
				font-size:1px;
				line-height:1px;
			}



			form.default input[type="submit"].zarejestruj-sie {
				display:block;
				width:91px;
				height:25px;
				background:transparent url(../Img/Shared/btn_zarejestruj-sie.png) 0 0 no-repeat;
			}
			form.default .zarejestruj-sie {
				display:block;
				width:91px;
				height:25px;
				background:transparent url(../Img/Shared/btn_zarejestruj-sie.png) 0 0 no-repeat;
			}

			form.default input[type="submit"].znajdz-przepis {
				display:block;
				width:143px;
				height:30px;
				background:transparent url(../Img/Shared/btn_znajdz-przepis.png) 0 0 no-repeat;
			}
			form.default .znajdz-przepis {
				display:block;
				width:143px;
				height:30px;
				background:transparent url(../Img/Shared/btn_znajdz-przepis.png) 0 0 no-repeat;
			}

			form.default input[type="submit"].zaloguj-sie {
				display:block;
				width:74px;
				height:24px;
				background:transparent url(../Img/Shared/btn_zaloguj-sie.png) 0 0 no-repeat;
			}
			form.default .zaloguj-sie {
				display:block;
				width:74px;
				height:24px;
				background:transparent url(../Img/Shared/btn_zaloguj-sie.png) 0 0 no-repeat;
			}

			form.default input[type="submit"].wyslij {
				display:block;
				width:47px;
				height:22px;
				background:transparent url(../Img/Shared/btn_wyslij.png) 0 0 no-repeat;
			}
			form.default .wyslij {
				display:block;
				width:47px;
				height:22px;
				background:transparent url(../Img/Shared/btn_wyslij.png) 0 0 no-repeat;
			}

			form.default input[type="submit"].wyslij2 {
				display:block;
				width:83px;
				height:30px;
				background:transparent url(../Img/Shared/btn_movie_send.png) 0 0 no-repeat;
			}
			form.default .wyslij2 {
				display:block;
				width:83px;
				height:30px;
				background:transparent url(../Img/Shared/btn_movie_send.png) 0 0 no-repeat;
			}

			form.default input[type="submit"].szukaj {
				display:block;
				width:59px;
				height:25px;
				background:transparent url(../Img/Shared/btn_szukaj2.png) 0 0 no-repeat;
			}
			form.default input.szukaj {
				display:block;
				width:59px;
				height:25px;
				background:transparent url(../Img/Shared/btn_szukaj2.png) 0 0 no-repeat;
			}

			form.default input[type="submit"].usun-konto {
				display:block;
				width:76px;
				height:22px;
				background:transparent url(../Img/Shared/btn_usun-konto.png) 0 0 no-repeat;
			}
			form.default .usun-konto {
				display:block;
				width:76px;
				height:22px;
				background:transparent url(../Img/Shared/btn_usun-konto.png) 0 0 no-repeat;
			}


			form.default .dodaj-przepis {
				display:block;
				width:138px;
				height:30px;
				background:transparent url(../Img/Shared/btn_dodaj-przepis2.png) 0 0 no-repeat;
			}


			form.default a.buttonLink {
				display:block;
				padding-left:10px;
				height:25px;
				line-height:22px;
				background-color:#reansparent;
				background:transparent url(../Img/Shared/bullet_anuluj.png) 0 45% no-repeat;
			}

			form.default .buttons {
				margin:10px 0;
			}


/* form.default2 */
form.default2 {
}


	form.default2 dl {
	}

	form.default2 dl dt {
		padding:11px 0 5px 21px;
		font-weight:bold;
		color:#673c0f;
	}

	form.default2 dl dd.columns {
	}

		/* column-field */
		form.default2 dl dd.columns div.column-field {
			float:left;
			width:62%;
			width:438px;
		}


		/* column-info */
		form.default2 dl dd.columns div.column-info {
			float:right;
			width:32%;
		}

		form.default2 dl dd.columns div.column-info {
		}

			form.default2 dl dd.columns div.column-info .msg {
				zzmargin-top:4px;
				margin-bottom:4px;
				padding:5px 23px;

				background-color:#ffffff;
			}

			form.default2 dl dd.columns div.column-info .first {
				zzmargin-top:0;
			}

			form.default2 dl dd.columns div.column-info .error {
				border:1px #f9514d solid;
				background:#ffffff url(../Img/Shared/form_info_sprite.png) 0 0 no-repeat;

				border-radius:3px;
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
				-khtml-border-radius:3px;
			}

			form.default2 dl dd.columns div.column-info .help {
				border:1px #ffce00 solid;
				background:#ffffff url(../Img/Shared/form_info_sprite.png) -734px 0 no-repeat;

				border-radius:3px;
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
				-khtml-border-radius:3px;
			}



form.default2 fieldset .field {
	display:block;
	position:relative;
	zoom:1;

	left:0;
	padding:0 3px 0 21px;
}
	form.default2 fieldset .field:after {
		content:"";
		display:block;
		height:0;
		overflow:hidden;
		clear:both;
	}

	form.default2 fieldset .field .fieldBorder {
		display:block;
		border:0;
		border:none;
		padding:1px;
	}
		form.default2 fieldset .fieldVOK .field .fieldBorder {
			display:block;
			border:1px #87b83b solid !important;
			padding:0;
		}
		form.default2 fieldset .fieldVErr .field .fieldBorder {
			display:block;
			border:1px #c50e0a solid !important;
			padding:0;
		}

		form.default2 fieldset .field .fieldBorder:after {
			content:"";
			display:block;
			height:0;
			overflow:hidden;
			clear:both;
		}

	form.default2 fieldset .field .inputPadding {
		display:block;
		padding:1px 3px;
		border:1px #85623E solid !important;
		background-color:#ffffff;
		zoom:1;
	}
	form.default2 .fieldVOK .field .inputPadding,
	form.default2 .fieldVErr .field .inputPadding {
		border:1px #EDE7E2 solid !important;
	}

		form.default2 fieldset .field .inputPadding:after {
			content:"";
			display:block;
			height:0;
			overflow:hidden;
			clear:both;
		}

form.default2 fieldset .rounded {
	border:0;
	border:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}


form.default2 .fieldsGroupWrapper {
	display:block;
}

	form.default2 .fieldsGroupWrapper ul.inlineFields {
		padding-left:21px;
		zoom:1;
	}
		form.default2 .fieldsGroupWrapper ul.inlineFields:after {
			content:"";
			display:block;
			height:0;
			overflow:hidden;
			clear:both;
		}

		form.default2 .fieldsGroupWrapper ul.inlineFields li {
			display:block;
			float:left;
			width:20%;
		}
			form.default2 .fieldsGroupWrapper ul.inlineFields li .field {
				padding-left:0;
			}

	form.default2 fieldset .fieldsGroupVOK {
		background:#87b83b url(../Img/Shared/form_field_okmsg2.png) 0 0 no-repeat;
	}

	form.default2 fieldset .fieldsGroupVErr {
		background:#c50e0a url(../Img/Shared/form_field_errmsg2.png) 0 0 no-repeat;
	}


form.default2 .fieldWrapper {
	display:block;
	zoom:1;
}

	form.default2 fieldset .fieldVOK {
		background:#87b83b url(../Img/Shared/form_field_okmsg.png) 0 0 no-repeat;
	}

	form.default2 fieldset .fieldVErr {
		background:#c50e0a url(../Img/Shared/form_field_errmsg.png) 0 0 no-repeat;
	}


form.default2 input[type=text] {
	height:18px;
	line-height:18px;
	position:relative;
	top:0;
	left:0;
	padding:0;
	margin:0;

	border:none;
	border:0;
	font-family:arial, verdana, tahoma;
	font-size:11px;
	width:100%;
}
form.default2 input.text {
	height:18px;
	line-height:18px;
	position:relative;
	top:0;
	left:0;
	padding:0;
	margin:0;

	border:none;
	border:0;
	font-family:arial, verdana, tahoma;
	font-size:11px;
	width:100%;
	float:left;
}

form.default2 input[type="file"] {
	position:relative;
	vertical-align:middle;
	line-height:21px;
}
input.file {
	position:relative;
	vertical-align:middle;
	zoom:1;
}

form.default2 input[type="checkbox"] {
}
form.default2 input.checkbox {
}

form.default2 input[type="radio"] {
}
form.default2 input.radio {
}

form.default2 input[type="button"] {
	border:none;
	border:0;
}
form.default2 input.button {
	border:none;
	border:0;
}
form.default2 input[type="submit"] {
}
form.default2 input.submit {
}
form.default2 input[type="reset"] {
	border:none;
	border:0;
}
form.default2 input.reset {
	border:none;
	border:0;
}
form.default2 input[type="image"] {
	border:none;
	border:0;
}
form.default2 input.image {
	border:none;
	border:0;
}

form.default2 textarea {
	border:none;
	border:0;
	width:100%;
}

form.default2 select {
	border:none;
	border:0;
	width:100%;
}


form.default2 input.submit {
	text-indent:-8888px;
	font-size:1px;
	line-height:1px;
}
form.default2 input.submit {
	text-indent:-8888px;
	font-size:1px;
	line-height:1px;
}

form.default2 input[type="submit"].zarejestruj-sie {
	display:block;
	width:91px;
	height:25px;
	background:transparent url(../Img/Shared/btn_zarejestruj-sie.png) 0 0 no-repeat;
}
form.default2 input[type="submit"].zaloguj-sie {
	display:block;
	width:74px;
	height:24px;
	background:transparent url(../Img/Shared/btn_zaloguj-sie.png) 0 0 no-repeat;
}
form.default2 input[type="submit"].wyslij {
	display:block;
	width:47px;
	height:22px;
	background:transparent url(../Img/Shared/btn_wyslij.png) 0 0 no-repeat;
}
form.default2 input[type="submit"].wyslij2 {
	display:block;
	width:83px;
	height:30px;
	background:transparent url(../Img/Shared/btn_movie_send.png) 0 0 no-repeat;
	text-indent:-500px;
}

form.default2 .dodaj-przepis {
	display:block;
	width:138px;
	height:30px;
	background:transparent url(../Img/Shared/btn_dodaj-przepis2.png) 0 0 no-repeat;
}

form.default2 .zapisz-przepis {
	display:block;
	width:138px;
	height:30px;
	background:transparent url(../Img/Shared/btn_zapisz-przepis.png) 0 0 no-repeat;
}

form.default2 .zarejestruj-sie {
	display:block;
	width:91px;
	height:25px;
	background:transparent url(../Img/Shared/btn_zarejestruj-sie.png) 0 0 no-repeat;
}
form.default2 .zaloguj-sie {
	display:block;
	width:74px;
	height:24px;
	background:transparent url(../Img/Shared/btn_zaloguj-sie.png) 0 0 no-repeat;
}
form.default2 .wyslij {
	display:block;
	width:47px;
	height:22px;
	background:transparent url(../Img/Shared/btn_wyslij.png) 0 0 no-repeat;
}
form.default2 input.wyslij2 {
	display:block;
	width:83px;
	height:30px;
	background:transparent url(../Img/Shared/btn_movie_send.png) 0 0 no-repeat;
}

form.default2 a.buttonLink {
	display:block;
	padding-left:10px;
	height:25px;
	line-height:22px;
	background-color:#reansparent;
	background:transparent url(../Img/Shared/bullet_anuluj.png) 0 45% no-repeat;
}

form.default2 .buttons {
	margin:10px 0;
}


dl.columns {
	zoom:1;
}
	dl.columns:after {
		content:"";
		display:block;
		height:0;
		overflow:hidden;
		clear:both;
	}

	dl.columns dt {
		padding-top:1em;
		padding-left:24px;
		clear:both;
		font-weight:bold;
	}

	dl.columns dd.columnsWrapper {
		clear:both
	}

	dl.columns dd.columnsWrapper div.column {
	}

	dl.columns dd.columnsWrapper div.column-left {
		margin-right:265px;

	}
	dl.columns dd.columnsWrapper div.column-right {
		width:228px;
		float:right;
		text-align:left;
	}

		dl.columns dd.columnsWrapper div.column-right .msgBox {
			margin-bottom:5px;
			padding:5px 5px 5px 24px;
		}
			dl.columns dd.columnsWrapper div.column-right .msg-error {
				border:1px #ffce00 solid;
				background:#ffffff url(../Img/Shared/form_info_sprite.png) 0 0 no-repeat;

				border-radius:3px;
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
				-khtml-border-radius:3px;
			}

			dl.columns dd.columnsWrapper div.column-right .msg-help {
				border:1px #ffce00 solid;
				background:#ffffff url(../Img/Shared/form_info_sprite.png) -734px 0 no-repeat;

				border-radius:3px;
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
				-khtml-border-radius:3px;
			}

/* WYSIWYG */
div.wysiwyg-wrapper {
    background-color:#fff;
    border:1px solid #85623E;
    margin:0 21px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -khtml-border-radius:3px;
}
.wysiwyg-editor {
    border:1px solid #85623E;
    border-width:1px 0;
}
.wysiwyg-editor textarea {
    width:100%;
    height:160px;
}
.wysiwyg-toolbar {
    height:2.5em;
    line-height:2.5em;
    position:relative;
    z-index:99;
}
.wysiwyg-toolbar li {
    float:left;
    height:100%;
    width:25px;
    text-align:center;
}
.wysiwyg-toolbar li a {
    background:url(../Img/Shared/sprite-wysiwyg.png) 0 5px no-repeat;
    color:#000;
    display:block;
    font-weight:bold;
    font-family:Georgia;
    width:25px;
    height:25px;
    text-indent:-8888px;
    overflow:hidden;
}
.wysiwyg-toolbar li li a {
    background:none;
    text-indent:0px;
}
    .wysiwyg-toolbar li a.btn-bold { background-position:0 5px; }
    .wysiwyg-toolbar li a.btn-italic { background-position:-25px 5px; }
    .wysiwyg-toolbar li a.btn-ul { background-position:-50px 5px; }
    .wysiwyg-toolbar li a.btn-color { background-position:-75px 5px; }
    .wysiwyg-toolbar li a.btn-emo { background-position:-100px 5px; }

.wysiwyg-toolbar li ul.popup {
    background-color:#fff;
    border:1px solid #EDE7E2;
    width:150px;
    overflow:hidden;
    position:absolute;
}
.wysiwyg-toolbar li ul.popup a {
    display:block;
    float:left;
    width:100%;
    height:100%;
}
.wysiwyg-toolbar li.emo ul.popup li {
    width:50px;
}
.wysiwyg-toolbar li.color ul.popup li {
    width:20px;
    height:20px;
    padding:3px;
    border:1px solid #eee;
}
.wysiwyg-submit {
    padding:5px 0 5px 20px;
}
form.def {
	zoom:1;
}

	form.def .field-single {
		margin:2px;
		padding-left:21px;
	}

	form.def .field-group {
		margin:2px;
		padding-left:21px;
	}

	form.def .field-single,
	form.def .field-group {
		zoom:1;


		border:none;
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-khtml-border-radius:3px;
	}
	form.def .field-single:after,
	form.def .field-group:after {
		content:"";
		display:block;
		height:0;
		overflow:hidden;
		clear:left;
	}

	form.def .vErr {
		background:transparent url(../Img/Shared/form_field_errmsg.png) 0 0 no-repeat;
	}

	form.def .vOK {
		background:transparent url(../Img/Shared/form_field_okmsg.png) 0 0 no-repeat;
	}

		form.def .inlineField {
			float:left;
		}

		form.def .fieldWrapper {
			display:block;
			width:100%;
			padding:1px 0;
			zoom:1;

			border:none;
			border-radius:3px;
			-moz-border-radius:3px;
			-webkit-border-radius:3px;
			-khtml-border-radius:3px;
		}

			form.def .vErr .fieldWrapper {
				color:#ffffff;
				background-color:#c50e0a;
			}
			form.def .vOK .fieldWrapper {
				color:#ffffff;
				background-color:#87b83b;
			}

			form.def .fieldWrapper ul.columns {
				width:32%;
				margin-right:1%;
				float:left;
			}
				form.def .fieldWrapper ul.columns li {
					vertical-align:middle;
				}

				form.def .fieldWrapper ul.columns li input[type="checkbox"],
				form.def .fieldWrapper ul.columns li input[type="radio"] {
					vertical-align:middle;
				}

				body.ie6 form.def .fieldWrapper ul.columns li input.checkbox,
				body.ie6 form.def .fieldWrapper ul.columns li input.radio {
					vertical-align:middle;
				}

				form.def .fieldWrapper ul.columns li label {
					vertical-align:middle;
				}

			form.def .fieldWrapper:after {
				content:"";
				display:block;
				height:0;
				overflow:hidden;
				clear:left;
			}

			form.def .fieldWrapper .fieldContainer {
				display:block;
				margin:0 2px;
				padding:0;

				background-color:#0000ff;
				border:1px #aaa solid;

				border-radius:3px;
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
				-khtml-border-radius:3px;
			}

				form.def .fieldWrapper .fieldContainer .field {
					width:100%;
					min-height:20px;
					overflow:hidden;
					display:block;
					background-color:#fff;
				}
					form.def .fieldWrapper .fieldContainer .field input {
						width:100%;
						background-color:#fff;
					}

		form.def .field-group .fieldWrapper {
			margin-top:4px;
		}
		form.def .field-group .fieldWrapper:first-child {
			margin-top:0;
		}
		body.ie6 form.def .field-group .first-child {
			margin-top:0;
		}

form.def input,
form.def select, form.def select option,
form.def textarea {
	color:#673C0F;
}


form.def input[type="text"],
form.def input[type="password"] {
	height:16px;
}
body.ie6 form.def input.text {
	height:16px;
}

form.def input[type="file"] {
}
body.ie6 form.def input.file {
}

form.def input[type="checkbox"] {
}
body.ie6 form.def input.checkbox {
}

form.def input[type="radio"] {
}
body.ie6 form.def input.radio {
}

form.def input[type="submit"] {
}
body.ie6 form.def input.submit {
}

form.def input[type="button"] {
}
body.ie6 form.def input.button {
}

form.def input[type="reset"] {
}
body.ie6 form.def input.reset {
}

form.def input[type="image"] {
}
body.ie6 form.def input.image {
}

form.def textarea {
	width:100%;
	border:none;
	min-height:170px;
}
body.ie6 form.def textarea {
	height:170px;
}

form.def input,
form.def select,
form.def textarea {
	font-size:11px;
}

form.def input[type="text"],
form.def input[type="password"],
form.def input[type="submit"],
form.def input[type="button"],
form.def input[type="reset"],
form.def input[type="image"] {
	border:none;
	border:0;
}

body.ie6 form.def input.text,
body.ie6 form.def input.password,
body.ie6 form.def input.submit,
body.ie6 form.def input.button,
body.ie6 form.def input.reset,
body.ie6 form.def input.image {
	border:none;
}

form.def input[type="submit"],
form.def input[type="button"],
form.def input[type="reset"],
form.def input[type="image"] {
	text-indent:-8888px;
}
body.ie6 form.def input.submit,
body.ie6 form.def input.button,
body.ie6 form.def input.reset,
body.ie6 form.def input.image {
	text-indent:-8888px;
}


form.def select {
}
	form.def select option {
	}

form.def textarea {
}

form.def .hr {
	zzdisplay:none;
}

			form.def input[type="submit"].wyslijKontakt {
				display:block;
				width:83px;
				height:30px;
				background:transparent url(../Img/Shared/btn_movie_wyslij2.png) 0 0 no-repeat;
			}
			form.def .wyslijKontakt {
				display:block;
				width:83px;
				height:30px;
				background:transparent url(../Img/Shared/btn_movie_wyslij2.png) 0 0 no-repeat;
			}

a.dodaj-komentarz {
	display:inline-block;
	width:112px;
	height:22px;
	background:transparent url(../Img/Shared/btn_dodaj-komentarz.png) 0 0 no-repeat;

	overflow:hidden;
	text-indent:-8888px;

	vertical-align:middle;
}

#tabs-receipeWrapper {
	position:relative;
	z-index:100;
}

#tabs-content-receipeWrapper {
	position:relative;
	z-index:10;
	margin-top:-10px;
}

ul.tabs-receipe {
}

	ul.tabs-receipe li {
		padding:0 10px;
		display:inline-block;
		background-color:transparent;
		border:1px #e5df9a solid;
		border-width:1px 1px 0 1px;
		border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		-khtml-border-radius:5px 5px 0 0;
	}
		ul.tabs-receipe li {
			float:left;
		}

		ul.tabs-receipe li a {
			padding:8px 0;
			display:inline-block;

			font-family:"Meta-Pro Bold", Arial, Tahoma, Verdana, sans-serif;
			font-size:12px;
			font-weight:bold;
			color:#673c0f;

			text-decoration:none;
		}

	ul.tabs-receipe li.active {
		position:relative;
		padding-bottom:0px;
		margin-bottom:-3px;
		color:#e41c17;
		background-color:#ffffff;
		border-color:#f64844;
		border-bottom:3px #ffffff solid;
	}
		ul.tabs-receipe li.active a {
			color:#e41c17;
		}

.ulWrapper {
}

ul.threeStepsList,
ul.prizeOrderStepsList {
	float:left;
	margin:10px 0;
}
	ul.threeStepsList:after,
	ul.prizeOrderStepsList:after {
		content:"";
		display:block;
		height:0;
		clear:both;
		overflow:hidden;
	}

	ul.threeStepsList li,
	ul.prizeOrderStepsList li {
		float:left;
		position:relative;

		width:233px;
		margin-left:1px;
		min-height:280px;
		text-align:center;

		background-color:#fbf9bc;

		border:0;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-khtml-border-radius:5px;
		zoom:1;
	}

	ul.prizeOrderStepsList li {
		min-height:210px;
	}

		ul.threeStepsList li img.step {
			padding:40px 0 25px 0;
		}
		ul.prizeOrderStepsList li img.step {
			padding:20px 0 0 0;
		}

		ul.threeStepsList li .stepIndicator,
		ul.prizeOrderStepsList li .stepIndicator {
			position:absolute;
			top:13px;
			right:0;
			padding:2px 5px;

			font-weight:bold;
			color:#ffffff;
			background:#ff0000;
		}

	ul.threeStepsList li:first-child,
	ul.prizeOrderStepsList li:first-child	{
		margin-left:0;
	}
	ul.threeStepsList li.first-child,
	ul.prizeOrderStepsList li.first-child	{
		margin-left:0;
	}

	ul.threeStepsList li div.content,
	ul.prizeOrderStepsList li div.content {
		padding:13px 9px;
		text-align:center;
	}

	.instructionScreen {
		padding:8px 0;
		text-align:center;
	}

	ul.magazineList {
		zoom:1;
	}
	ul.magazineList:after {
		content:"";
		display:block;
		height:0;
		overflow:hidden;
		clear:both;
	}

		ul.magazineList li {
			float:left;
			width:167px;
			margin-left:6px;
			overflow:hidden;
		}
		ul.magazineList li:first-child {
			margin-left:0;
		}
		ul.magazineList li.first-child {
			margin-left:0;
		}

		ul.magazineList li div.content {
			padding:5px 5px;
			border:1px #e5df9a solid;
		}
			ul.magazineList li div.content {
				text-align:center;
			}

			ul.magazineList li h5 {
				padding:2px 0;
				font-weight:bold;
				text-align:left;
			}

			ul.linkList {
				width:auto;
				float:none;

				text-align:left;
			}
				ul.linkList li {
					width:auto;
					float:none;
					margin-left:0;
					padding-left:0;

					background-position:0 0.75em;
				}

					ul.linkList li a {
						color:#e41c17;
					}

.boxYear {
	margin:10px 0;

	background-color:#fbf9bc;

	border:1px #e5df9a solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}

body.ie6 .boxYear {
	zoom:1;
}

	.boxYear h4 {
		padding:5px 7px;
		font-family:"Meta-Pro Bold", Arial, Tahoma, Verdana, sans-serif;
		font-size:18px;

		text-align:center;
		background-color:#fbf9bc;
		border:3px #ffffff solid;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-khtml-border-radius:5px;
	}

.article {
	padding:5px;
	border:1px #e5df9a solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}

	.article h4 {
		margin-bottom:14px;
		padding:12px;
		font-family:"Meta-Pro Bold", Arial, Tahoma, Verdana, sans-serif;
		font-size:16px;

		background-color:#fbf9bc;
		border:none;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-khtml-border-radius:5px;
	}

	.article h5 {
		clear:left;
		font-size:1em;
		font-weight:bold;
	}

	.article img.align-left {
		float:left;
		margin:0 14px 14px 0;
	}
	.article img.align-right {
		float:right;
		margin:0 0 14px 14px;
	}

	.article div.photoWrapper {
		float:left;
		margin:1em 14px 14px 0;
	}

	.article ul.bullets {;
	}

	.article ul.bullets li {
		list-style-image:url("../Img/Shared/bullet-list.png");
		list-style-position:inside;
		background-image:none;
	}


.boxTint {
	padding:3px;
	border:1px #e5df9a solid;

	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}
	.boxTint .content {
		margin-bottom:1px;
		padding:11px;
		background-color:#fbf9bc;

		border:0;

		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-khtml-border-radius:5px;
	}


#searchPomyslNa {
	margin:5px 0;
	padding:3px;
	border:1px #9bd046 solid;

	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}

#searchPomyslNa .header {
	width:auto;
	margin:0;
	padding:0 12px;
	min-height:146px;
	background:transparent url(../Img/Subpages/Pomysl-na/photo.jpg) 465px 100% no-repeat;
	border:none;
}

	#searchPomyslNa .header img {
		float:none;
		display:block;
		padding:16px 0 26px 12px;
	}


#searchPomyslNa .content {
	padding:11px;
	background-color:#fbf9bc;
}

/* Hide Gallery Overlay */
#overlayExposeContainer {
	display:none;
}

/* FLV Player */
	#flvOverlay {
		display:none;
		background-image:url(../Img/Shared/flv_transparent.png);
		color:#efefef;
		height:360px;
	}	

	/* container for external content. uses vertical scrollbar, if needed */
	.contentWrap {
		height:360px;
		overflow:hidden;
	}

	/* the overlayed element */
	.apple_overlay {
		/* initially overlay is hidden */
		display:none;

		/* growing background image */
		background-image:url(../Img/Shared/overlay_white.png);

		/*
			width after the growing animation finishes
			height is automatically calculated
		*/
		width:640px;
		height:380px;

		/* some padding to layout nested elements nicely  */
		padding:35px;

		/* a little styling */
		font-size:11px;
	}

	/* default close button positioned on upper right corner */
	.apple_overlay .close {
		background-image:url(../Img/Shared/overlay_close.png);
		position:absolute; right:5px; top:5px;
		cursor:pointer;
		height:35px;
		width:35px;
	}

.boxWrapper {
	padding-top:25px;
}

.boxWrapper h3 {
	font-size:16px;
	padding-bottom:8px;
}

.box-poradyWellness {
	padding:15px;

	background:#fbf9e5;
	border:1px #e5df9a solid;

	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}

.box-receipeMoviesAndImages {
	padding-bottom:10px;
}
	.box-receipeMoviesAndImages .column-left {
		float:left;
		width:520px;
	}
	.box-receipeMoviesAndImages .column-right {
		float:right;
	}
		.box-receipeMoviesAndImages .column-right img {
			vertical-align:middle;
		}

ol.decimal {
	margin-left:3em;
	list-style-type:decimal;
}
	ol.decimal li {
		margin-left:-1em;
	}

form .dodaj-zdjecie-film {
	display:block;
	width:119px;
	height:22px;
	background:transparent url(../Img/Shared/btn_dodaj-zdjecie-film.png) 0 0 no-repeat;
}

a.button {
	display:block;
}

	a.txt-dolacz {
		margin:0 5px;
		display:inline-block !important;
		width:59px;
		height:25px;
		background:transparent url(../Img/Shared/btn_dolacz.png) 0 0 no-repeat;

		vertical-align:middle;
	}

ul.winnersList {
	padding:10px 0;
}
	ul.winnersList li {
		padding:0 0 10px 0;
	}
		ul.winnersList li ul {
			margin-left:20px;
		}
			ul.winnersList li li {
				padding-bottom:0;
				padding-left:15px;
			}

div.quiz {
}

body.ie6 div.quiz h4 {
	zoom:1;
}

div.quiz .intro {
	padding:1em 1em 2em 1em;
}

div.quiz .section {
}
	div.quiz .section .column {
		width:48%;
	}

	div.quiz .section .column-left {
		float:left;
	}

	div.quiz .section .column-right {
		float:right;
	}

ol.quizQuestions {
	list-style-type:decimal;
	margin-left:1em;
}
	ol.quizQuestions li {
		margin-bottom:1em;
		font-weight:bold;
		list-style-position:inside;
	}
		ol.quizQuestions li ul {
			list-style-type:lower-alpha;
			margin-left:1.5em;
		}
			ol.quizQuestions li ul li{
				margin-bottom:0;
				font-weight:normal;
			}

#quizAnswers {
	display:none;
}

body.ie #quizAnswers {
	zoom:1;
}

/* filtrowanie */
div.filter { position:relative; z-index:10; float:left; width:210px; }
div.filter div.filter-options { background-color:#fbf9bc; display:none; position:absolute; top:2em; left:0; padding:3px 6px 3px 3px; }
div.show-up div.filter-options { top:auto; bottom:0; }
div.filter-visible div.filter-options { display:block; }
div.filter:hover div.filter-options { display:block; }
div.hover div.filter-options { display:block; }
div.filter div.toggle-btn { background:#fbf9bc url(../Img/Shared/bg_filtertoggle.png) 98% 8px no-repeat; padding:3px; float:left; height:18px; line-height:18px; padding-right:18px; }
div.filter:hover div.toggle-btn { background-position:98% -22px; }

/* dropdowns */
div.dropdown { position:relative; z-index;1; }
div.dropdown.hover { z-index:999; }
div.dropdown ul { background:#fff; border: 1px solid #ddd; border-width:0 1px 1px 1px; list-style:none; padding:0; margin:0; display:none; position:absolute; left:-3px; width:100%; z-index:999; }
div.dropdown.hover ul { display:block; }
div.dropdown li { width:100%; }
div.dropdown li:hover { background:#eee; }
div.dropdown li input { position:absolute;left:-9999px; }
div.dropdown li label { display:block; padding:1px 2px; }
div.dropdown div.active { padding:2px; background:url(../Img/Shared/dropdown.gif) 100% 50% no-repeat; }


.regulations {
}
	.regulations ol,
	.regulations ul {
		padding-left:2em;
	}
	
	.regulations>ol,
	.regulations>ul {
		padding-left:0;
	}
	
		.regulations ol.lower-alpha {
			list-style-type:lower-alpha;
		}
		
		.regulations ol.decimal {
			list-style-type:decimal;
		}
		
		.regulations ul.default {
			list-style-type:disc;
		}
		
		.regulations li {
			margin-left:1em !important;
		}
		.regulations ol ol,
		.regulations ol ul,
		.regulations ul ol,
		.regulations ul ul {
			margin-left: 0;
		}

#facebook-likebox-outer {
	position: fixed;
	right: -394px;
	z-index:1001;
	width: 400px;

	top: 100px;
	height: 570px;

}
#facebook-likebox-outer #facebook-likebox {
    background: url(../Img/Shared/facebook-likebox-bg.png) no-repeat 0 0;
    padding: 37px 13px 36px 35px;
	margin: 0;
	position: relative;
   }
   
   #facebook-likebox-outer #facebook-likebox .facebook-likebox-inner {
		background: #fff;
		cursor:pointer;
   }
   
#facebook-likebox-outer.unshown  {
	top: 233px;
	height: 92px;
}   
	#facebook-likebox-outer.unshown #facebook-likebox {
		margin: -133px 0 0;
	}

#facebook-likebox-outer #facebook-likebox .handle {
	width: 100px;
	height: 92px;
	position: absolute;
	left: -78px;
	top: 133px;
	cursor:pointer;
	background: url(../Img/Shared/facebook-likebox-handle.png) no-repeat 0 -92px;
}	
	#facebook-likebox-outer.shown #facebook-likebox .handle {
		background: url(../Img/Shared/facebook-likebox-handle.png) no-repeat 0 0;
	}	
#WebStar2010 {
	padding:0 !important;
	margin:0 !important;
	
	zoom:1;
}
	#WebStar2010 h2 {
		float:none;
		padding:30px 25px;
		
		color:#d0120d !important;
		
		zoom:1;
	}
	
	#WebStar2010 .Wbox {
		padding:35px 0px 20px 25px;
		border:0;
		
		background:#ffffff url(../Img/Subpages/Rozrywka-i-konkursy/WebStar/2010/bg_box.png) 0 100% repeat-x;
		border-top:1px #e5e5e5 solid;
				
		zoom:1;
		
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;

		
	}   	
		#WebStar2010 .Wbox:after {
			content:"";
			display:block;
			height:0;
			overflow:none;
			clear:both;
		}
			#WebStar2010 .Wbox .content {
				padding-top:50px;
				color:#673c0f;
				font-size:18px !important;
				
				zoom:1;
			}
			
				#WebStar2010 .Wbox .content h3,
				#WebStar2010 .Wbox .content h3 a {
					color:#d0120d !important;
					font-style:normal !important;
					font-weight:bold !important;
					font-size:22px !important;
				}
				#WebStar2010 .Wbox .content em {
					color:#d0120d !important;
					font-style:normal !important;
				}
				
				#WebStar2010 .Wbox .content .prize {
					color:#9f8263 !important;
					font-size:15px !important;
					line-height:29px !important;
				}
				
				#WebStar2010 .Wbox .intro {
					padding-top:0 !important;
					padding-bottom:25px !important;
					font-size:14px !important;
				}
				#WebStar2010 .Wbox .intro em {
					font-size:14px !important;
				}
				
				#WebStar2010 .Wbox .intro small {
					font-size:12px;
					
					font-weight:normal;
				}
	
		#WebStar2010 .Wbox img {
		}
		
		
	#WebStar2010 img.floated-left {
		float:left;
	}
	
	#WebStar2010 img.floated-right {
		margin-top:0px;
		padding:0 0 0 20px;
		float:right;
	}
	
#bottom-search {
    padding: 12px 12px 5px
    }	
    #bottom-search div{         
        margin-bottom: 3px;        
        }
    #bottom-search div div{         
        padding-left:95px;
        }
    #bottom-search strong 
    {
        float: left;
        }
    #bottom-search a { 
        background: url(
        "../Img/Shared/bg_link_bullet.png") no-repeat scroll 4px 50% transparent;
        color: #E41C17;
        padding-left: 14px;
        }

#mainContentContainer.noSidebarLeft {
    float: none;
    position: static;
    width: auto;
}

#sidebarLeft .adBox {
    display:block;
    margin-top:15px;
}

#recipes .subAdBox {
    margin-top:10px;
    display:block;
}

input#fblogin 
{
    background: url("../Img/Shared/fb_login.png") no-repeat scroll 0 0 transparent;
    display: block;
    left: 11px;
    position: relative;
    top: 13px;    
    height: 25px;
    width: 175px;
    float:right;    
    }
.fb-new-login 
{
    background: url("../Img/Shared/btn_zapisz-sie.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 25px;
    width: 64px;
    }

.no-js #facebook-likebox-outer {display:none; visibility:hidden;}

@media only screen and (max-width: 800px) {
    #facebook-likebox-outer {display:none; visibility:hidden;}
}/*/mediaquery*//* end of file */ 
/*  
sub.css  
*/  
#header {
	height:160px;

	background:transparent url(../Img/Subpages/header.jpg) 0 0 no-repeat;

	border:0 transparent solid;
	border-radius:0 0 5px 5px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	-khtml-border-radius:0 0 5px 5px;
}

#breadcrumbsContainer {
	min-height:34px;
	margin-bottom:4px;
}
	body.ie6 #breadcrumbsContainer {
		height:34px;
	}

	ul#breadcrumbs {
		height:100%;
	}
		ul#breadcrumbs li {
			line-height:34px;
			display:inline;
			color:#b2916e;
		}
			ul#breadcrumbs li:before {
				content:" \\ ";
			}
			ul#breadcrumbs li.before {
				content:" \\ ";
			}

			ul#breadcrumbs li:first-child:before {
				content:"";
			}
			ul#breadcrumbs li.first-child-before {
				content:"";
			}

			ul#breadcrumbs li span {
				color:#673c0f;
			}

			ul#breadcrumbs li a {
				color:#673c0f;
			}

				ul#breadcrumbs li:first-child a {
					color:#f64844;
					font-weight:bold;
				}
				ul#breadcrumbs li.first-child a {
					color:#f64844;
					font-weight:bold;
				}

/* gorne poziome menu w spolecznosci, szkole gotowania */
#communityMenu,
.secondaryMenu {
    margin:0 -1px 10px -1px;
    position:relative;
    z-index:9;
}
#communityMenu ul,
.secondaryMenu ul {
    zoom:1;

}
#communityMenu ul li,
.secondaryMenu ul li {
    float:left;
    height:60px;
    margin:-3px 0px -20px 0;
    text-align: center;
    /* width: XX% zaleznie od liczby elementow */
}
#communityMenu ul li a,
.secondaryMenu ul li a {
    color:#673C0F;
    font-family:"Meta-Pro Bold", Arial, Tahoma, Verdana, sans-serif;
    font-size:14px;
    display:inline-block;
    width:100%;
    height:54px;
    line-height:40px;
    margin:0 -4px 0 -4px;
}
#communityMenu ul li.active a:hover,
.secondaryMenu ul li.active a:hover {
    text-decoration:none;
    cursor:default;
}
#communityMenu ul li.active,
.secondaryMenu ul li.active {
    background-color:#fff;
    border-top-width:1px;
    border-color:#e41c17;
    border-style:solid;
    position:relative;
    z-index:9;
}
#communityMenu ul li.active a,
.secondaryMenu ul li.active a {
    color:#e41c17;
    border-color:#e41c17;
    border-width:0 1px;
    border-style:solid;
    position:relative;
    z-index:99;
    zoom:1;
}

.secondaryMenu ul li#tab-first.active { border-left-width:1px; margin-left:-1px; }
.secondaryMenu ul li#tab-first.active a { border-width:0 1px 0 0; }
.secondaryMenu ul li#tab-last.active { border-right-width:1px; margin-right:-2px; float:right; }
.secondaryMenu ul li#tab-last.active a { border-width:0 0 0 1px; }


#middleContainer {
	position:relative;
	margin-bottom:10px;
}

h2 {
	margin-right:1.6em;
	float:left;
	position:relative;
	font-size:24px;
	line-height:1.1em;

	color:#673c0f;

	padding-right:50px;
}
	h2 a {
		color:#673c0f;
	}

h2 span.flag {
	position:absolute;
	padding:1px 4px;
	font-size:8px !important;
	line-height:1em;
	font-family:"PixelSix10", Arial, Tahoma, Verdana;
	font-weight:normal;
	color:#ffffff;
	background-color:#e41c17;

	top:0;
	right:0;
}
h2 span.flag-wellness {
}
h2 span.flag-video {
	text-indent:-8888px;
	top:11px;
	right:20px;
	width:15px;
	height:13px;
	background:transparent url(../Img/Shared/ico_camera.png) 0 0 no-repeat;
}
	body.ie6 h2 span.flag-video {
		background:transparent url(../Img/Shared/ico_camera_ie6.png) 0 0 no-repeat;
	}
h2 span.flag-kids {
	text-indent:-8888px;
	top:11px;
	right:0;
	width:13px;
	height:12px;
	background:transparent url(../Img/Shared/ico_kids.png) 0 0 no-repeat;
}

.sidebar {
}
.sidebar-banner {
    margin:3px auto;
}

div#sidebarLeft {
	float:left;
	width:247px;
}

div.sidebar div.defaultBox {
	padding:15px 20px;
	background-color:#ffffff;

	border:0;
	/* CSS3 tweaks for modern browsers */
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
}

div.sidebar #searchReceipesContainer {
}
	div.sidebar #searchReceipes,
	#subNavigation {
		background-color:#ffffff;

		border:1px #F5F2CD solid;
		border-radius:5px;
		/* CSS3 tweaks for modern browsers */
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-khtml-border-radius:5px;
	}

	body.ie6 #subNavigation ul li {
		zoom:1;
	}

	#searchReceipes h4 {
	    font-size:12px;
	    margin:8px 0 4px 0;
	}

	div.sidebar #searchReceipes .contentContainer,
	#subNavigation .contentContainer {
		margin:1px;
		padding:4px 3px;
	}

		#searchReceipes .contentContainer form,
		#subNavigation .contentContainer .active {
			padding:8px;
			background-color:#fbf9bc;
			border:0 transparent solid;
			border-radius:5px5px;
			/* CSS3 tweaks for modern browsers */
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			-khtml-border-radius:5px;
		}

		#subNavigation .contentContainer ul,
		#subNavigation .contentContainer ul.active {
		    padding:0;
		}
		#subNavigation ul li {
		    display:block;
		    padding:0 10px;
		}
		#subNavigation .contentContainer ul li.active {
		    padding-top:0;
		    padding-bottom:0;
		}
		#subNavigation ul li a.selected {
		    font-weight:bold;
		}
		#subNavigation .active li + li {
		    border-top:1px solid #fff;
		}
		#subNavigation ul li + li {
		    border-top:1px solid #f5f2cd;
		}
		#subNavigation ul a {
		    background:transparent url(../Img/Shared/bg_link_bullet.png) no-repeat scroll 4px 50%;
		    color:#e41c17;
		    display:block;
		    padding:5px 5px 5px 14px;
		}

		div.sidebar #searchReceipes .inputTextWrapper input[type="text"] {
			padding:0;
			height:13px;
			width:202px;
			margin:5px 6px 6px 7px;
			font-size:11px;
			line-height:13px;
			background-color:transparent;
		}
		div.sidebar #searchReceipes .inputTextWrapper input.text {
			padding:0;
			height:13px;
			width:180px;
			margin:5px 6px 6px 7px;
			font-size:11px;
			line-height:13px;
			background-color:transparent;

			overflow:hidden;
		}

		div.sidebar #searchReceipes .inputTextWrapper div.dropdown  {
		    width:200px;
		}
		div.sidebar #searchReceipes div.append .inputTextWrapper div.dropdown  {
		    width:146px;
		}
		div.sidebar #searchReceipes .inputTextWrapper div.dropdown ul {
		    left:-3px;
		    width:100%;
		}
		div.sidebar #searchReceipes div.append {
		    padding:5px 0;
		    clear:both;
		    width:218px;
		}
		div.sidebar #searchReceipes div.append span.addbtn {
		    background:url(../Img/Shared/btn_dodaj.png) 50% 50% no-repeat;
		    cursor:pointer;
		    float:right;
		    height:22px;
		    width:56px;
		    text-indent:-999px;
		    overflow:hidden;
		    margin-top:1px;
		}
		div.sidebar #searchReceipes div.append .inputTextWrapper {
		    width:146px;
		}
		div.sidebar #searchReceipes .append .target .item {
		    background:url(../Img/Shared/bg_search-apender-item.png) 50% 50% no-repeat;
		    height:23px;
		    line-height:23px;
		    width:190px;
		    padding:0 20px 0 8px;
		    margin:2px 0;
		    overflow:hidden;
		}
		div.sidebar #searchReceipes .append .target .item input {
		    position:absolute;
		    left:-999px;
		}
		div.sidebar #searchReceipes .append .target .item span.del-item {
		    float:right;
		    width:18px;
		    height:18px;
		    cursor:pointer;
		    margin-right:-18px;
		    text-indent:-8888px;
		}

		#searchAdvancedToggle {
		    clear:both;
		    margin:5px 0;
			zoom:1;
		}
		#searchReceipes .expandTrigger {
		    background:url(../Img/Shared/btn_expandTrigger_wyszukiwarka.png) 0 0 no-repeat;
		    display:block;
		    width:100%;
		    height:32px;
		    margin:5px 0;
		}
		#searchReceipes .expandTrigger.expanded {
		    background-position:0 -34px;
		}
		#searchReceipes .split ul {
		    float:left;
		    width:49%;
		}
		#searchReceipes fieldset.submit * {
		    line-height:30px;
		    vertical-align:middle;
		}
/*
	Devel - for while (compatibility):
	#mainContentContainer
	To remove !!!
*/
#mainContentContainer {
	position:relative;
	float:right;
	width:734px;
}

.mainContentContainer {
	position:relative;
	float:right;
	width:734px;
	zzpadding-bottom:45px;
}

.generalSubContent,
.communitySubContent {
    background: #fff;
    padding:10px;
}
.generalSubContent .header-big {
    padding-right:275px;
}
.generalSubContent .header-big img {
    float:right;
    margin-right:-275px;
}
.generalSubContent .header {
    border-bottom:1px solid #f5f2cd;
    padding-right:275px;
    padding-bottom:10px;
    margin-bottom:10px;
}

.generalSubContent .header-noborder {
    border-bottom:0 !important;
}

.generalSubContent .header img {
    float:right;
    margin-right:-275px;
    margin-bottom:-10px;
}


#kochamzupy {
}

#kocham-zupy-main {
	position:relative;

	width:517px;
	height:479px;
	margin:0 auto;

	background:transparent url(../Img/Subpages/Kocham-zupy/kocham-zupy-bo.png) 0 0 no-repeat;
}
	#kocham-zupy-main li {
		position:absolute;
		text-indent:-8888px;
		overflow:hidden;
		width:255px;
		height:160px;
	}

		#kocham-zupy-main li a {
			position:absolute;
			top:0;
			left:0;

			display:block;
			width:255px;
			height:160px;
		}

	#kochambosmaczne {
		top:0;
		left:0;
	}
	#kochamboodzywcze {
		top:0;
		right:0;
	}
	#kochambotonaszaspecjalnosc {
		bottom:0;
		left:0;
	}
	#kochambolatwe {
		bottom:0;
		right:0;
	}

	#kochamzupy form {
		padding:12px 14px;

		background-color:#fbf9bc;

		border:0 transparent solid;
		border-radius:5px;
		/* CSS3 tweaks for modern browsers */
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-khtml-border-radius:5px;
	}

	#kochamzupy form .labeledfield {
		display:block;
		float:left;
	}

	#kochamzupy form input[type="submit"],
		float:left;
	}

	body.ie6 #kochamzupy form input.submit {
		float:left;
	}

	#kochamzupy .section {
		zoom:1;
	}
	#kochamzupy .section:after {
		content:"";
		display:block;
		height:0;
		overflow:hidden;
		clear:both;
	}

	#kochamzupy ul.column {
		float:left;
		width:33%;
		padding:0;
		border-left:1px #ffffff solid;
	}
		#kochamzupy ul.column li {
			padding-left:10%;
		}

	#kochamzupy ul.column:first-child {
		padding:0;
		border-left:none;
	}
	#kochamzupy ul.column.first-child {
		padding:0;
		border-left:none;
	}
		#kochamzupy ul.column:first-child li {
			padding:0;
		}
		#kochamzupy ul.column.first-child li {
			padding:0;
		}


#kochamzupy .whyContent {
}

#kochamzupy .whyContent h4 {
	padding-top:2em;
}

#kochamzupy ul.why {
}

	#kochamzupy ul.why li {
		padding-top:1em;
		padding-left:30px;
		background:transparent url(../Img/Shared/bullet_why.png) 0 1em no-repeat;
	}

#pomyslNa .expandable {
	zoom:1;
}
#kochamzupy .expandable {
	zoom:1;
}
	#pomyslNa .expandable:after {
	}

	#kochamzupy .expandable:after {
		content:"";
		display:block;
		height:0;
		overflow:hidden;
		clear:both;
	}

	#kochamzupy .expandable h5 {
		font-size:1.2em;
		font-weight:bold;
	}


	#pomyslNa .whyMore,
	#kochamzupy .whyMore {
	}

	#pomyslNa .more-less {
		clear:none !important;
	}
	#pomyslNa .more-less,
	#kochamzupy .more-less {
		margin-top:1.2em;
		display:block;

		clear:both;
		float:left;

		width:64px;
		height:22px;
		overflow:hidden;
		text-indent:-8888px;
		background:transparent url(../Img/Shared/btn_zwin-rozwin.png) 100% -26px no-repeat;
		cursor:pointer;
	}

	#pomyslNa .expanded,
	#kochamzupy .expanded {
		background-position:100% 0;
	}

#kochamzupy ul.receipeList {
}
	#kochamzupy ul.receipeList li {
		padding-top:1em;
		zoom:1;
	}
		#kochamzupy ul.receipeList li:after {
			content:"";
			display:block;
			height:0;
			overflow:hidden;
			clear:both;
		}

	#kochamzupy ul.receipeList li .photo {
		display:block;
		clear:left;
		float:left;
		width:90px;
	}

	#kochamzupy ul.receipeList li .desc {
		display:block;
		margin-left:100px;
	}

ul.prizeListHorizontal {
	margin:15px 0;
	padding:18px 0;

	text-align:center;
	background-color:#fbf9bc;

	border:0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}
	ul.prizeListHorizontal li {
		display:inline;
	}
		ul.prizeListHorizontal li img {
			padding:0 10px;
		}

ul.prizeList {
	background-color:#fbf9bc;
}
	ul.prizeList li {
		margin-top:5px;
		position:relative;
		padding:3px;
		background-color:#fff;

		border:1px #e5df9a solid;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		-khtml-border-radius:5px;

		zoom:1;
	}
		ul.prizeList li:first-child {
			margin-top:0;
		}
		ul.prizeList li.first-child {
			margin-top:0;
		}

		ul.prizeList li:after {
			content:"";
			display:block;
			height:0;
			overflow:hidden;
			clear:both;
		}

	ul.prizeList li .prizePhoto {
		float:left;
		width:163px;
		position:relative;
	}
		ul.prizeList li .prizePhoto span.out {
			position:absolute;
			left:0;
			bottom:0;
			width:163px;
			height:22px;

			text-indent:-8888px;

			background:transparent url(../Img/Shared/bg_prize-out.png) 0 0 no-repeat;
		}

		ul.prizeList li .prizePhoto img {
			display:block;
		}

	ul.prizeList li .prizeDesc {
		margin-left:176px;
		padding-bottom:30px;
	}

	ul.prizeList li .prizePoints {
		position:absolute;
		bottom:3px;
		right:10px;

		font-family:"Meta-Pro Bold", Arial, Tahoma, Verdana, sans-serif;
		font-size:16px;
		line-height:40px;
		color:#e41c17;
	}
	ul.prizeList li .prizePoints img {
	    vertical-align:middle;
	    margin-right:10px;
	}


	ul.myths-facts {
		margin:2em 0;
	}
		ul.myths-facts li {
			margin-bottom:10px;
			min-height:70px;
			padding-left:105px;
			background:transparent none 0 0 no-repeat;
		}
		body.ie6 ul.myths-facts li {
			height:70px;
		}

			ul.myths-facts li.myth {
				background-image:url(../Img/Subpages/Kocham-zupy/mity.png);
				background-position:18px 0;
			}
			ul.myths-facts li.fact {
				background-image:url(../Img/Subpages/Kocham-zupy/fakty.png);
			}

			ul.myths-facts li:nth-child(2) {
				margin-bottom:20px;
			}


	body.ie ul.reading-wrapper {
		zoom:1;
	}
		ul.reading-wrapper li {
			margin-bottom:2em;
			padding-left:180px !important;

			background:transparent none 0 0 no-repeat;
		}

			ul.reading-wrapper li.bez-glitaminianu-sodu {
				min-height:134px;
				background-image:url(../Img/Subpages/Kocham-zupy/opak-100proc-smaku.png);
			}
			body.ie6 ul.reading-wrapper li.bez-glitaminianu-sodu {
				height:134px;
			}

			ul.reading-wrapper li.blonnik-i-warzywa {
				min-height:113px;
				background-image:url(../Img/Subpages/Kocham-zupy/opak-blonnik-i-warzywa.png);
			}
			body.ie6 ul.reading-wrapper li.blonnik-i-warzywa {
				height:113px;
			}

			ul.reading-wrapper li.gda {
				min-height:155px;
				background-image:url(../Img/Subpages/Kocham-zupy/opak-gda.png);
			}
			body.ie6 ul.reading-wrapper li.gda {
				height:155px;
			}

			ul.reading-wrapper li.bez-konserwantow {
				min-height:106px;
				background-image:url(../Img/Subpages/Kocham-zupy/opak-bez-konserwantow.png);
			}
			body.ie6 ul.reading-wrapper li.bez-konserwantow {
				height:106px;
			}

	ul.what-in-wrapper {
	}
		ul.what-in-wrapper li {
			margin-bottom:2em;
			padding-left:180px;

			background:transparent none 0 0 no-repeat;
		}
			ul.what-in-wrapper li {
				margin-bottom:2em;
				padding-left:276px !important;
			}
			body.ie ul.what-in-wrapper li {
				zoom:1;
			}
				ul.what-in-wrapper li:after {
					content:"";
					display:block;
					height:0;
					overflow:hidden;
					clear:both;
				}

			ul.what-in-wrapper li img {
				margin-left:-276px;
				margin-right:10px;
				float:left;
			}


.floatedWrapper {
	width:100%;
	float:left;
}


#pricesByCodes .prices {
	padding:16px;

	background-color:#fbf9bc;

	border:0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}

#statute div.statute-section {
	margin-bottom:5px;
	padding:3px;

	background-color:#ffffff;
	border:1px #e5df9a solid;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}

	#statute div.statute-section ol {
		margin-left:40px;
		list-style-type:decimal;
	}
	#statute div.statute-section ol ol {
		margin-left:25px;
	}

	#statute div.statute-section ol,
	#statute div.statute-section ul {
		padding:0;
	}

	#statute div.statute-section p {
		padding:0 20px;
	}

	#statute div.statute-section ol ul {
		padding:0;
	}
		#statute div.statute-section ol ul li {
		}
	#statute div.statute-section ol p {
		padding:1em 0 0 0;
	}

#statute h4 {
	padding:10px 15px;

	font-family:"Meta-Pro Bold", Arial, Tahoma, Verdana, sans-serif;
	font-size:16px;

	color:#673c0f;
	background-color:#fbf9bc;

	border:0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
}

h5.paragraph {
	padding:1.5em 0 1em 0;
	text-align:center;
	font-weight:bold;
}

#forum table.thread .authorInfo a.avatar,
a.avatar {
    color:#fff;
    display:block;
    font-weight:bold;
    margin:5px auto;
    width:73px;
    padding-bottom:16px;
    position:relative;
    overflow:hidden;
}
a.avatar span {
    background:url(../Img/Subpages/Spolecznosc/bg_nick.png) 50% 100% no-repeat;
    position:absolute;
    left:0;
    bottom:0;
    height:20px;
    padding-top:4px;
    width:100%;
    text-align:center;
}
a.avatar:before {
    content:"";
    background:url(../Img/Subpages/Spolecznosc/bg_nick.png) 50% 0 no-repeat;
    display:block;
    position:absolute;
    left:0;
    top:0;
    height:6px;
    width:100%;
    text-align:center;
}
a.avatar img {
    min-width:73px;
}

#modForm {
    position:absolute;
    background:#FBF9BC;
    padding:5px;
    width:160px;
    z-index:999;
}
#modForm textarea {
    border: 1px solid #EDE7E2;
    font:12px/1.2 Verdana, sans-serif;
    height:6em;
    width:100%;
}
#modForm a.default {
    line-height:30px;
}
#modForm a.default, #modForm input {
    vertical-align:middle;
    margin:0 5px;
}

/*--- konkurs soserowy --*/
#konkursSoser {
	background:#ffffff url(../Img/Subpages/Rozrywka-i-konkursy/Soser/bg.jpg) 18px 55px no-repeat !important;
	height:380px;
}

#konkursSoser h2 {
	margin:0;
	margin-bottom:10px;
	padding:0;
	float:none !important;
	border-bottom:1px #b7b7b7 solid;
	zoom:1;
	margin-top:5px;
}
	
#konkursSoser h2 span {
	display:block;
	float:left;	
	margin-bottom:-6px;
	padding-right:0.25em;
	background-color:#ffffff;
	color:#4d4d4d;
}
	
#konkursSoser h2:after {
	content:"";
	display:block;
	height:0;
	overflow:hidden;
	clear:both;
}

#konkursSoser p {font-size:13px;}
#konkursSoser p.pFirst {}
#konkursSoser p.pSecond {margin-top:35px}
#konkursSoser p.pThird {margin-top:35px; font-size:16px;}
#konkursSoser p.pReg {padding-top:2px;}
#konkursSoser p.pReg a
{
    background: url("../Img/Shared/bg_link_bullet.png") no-repeat scroll 4px 50% transparent;
    display: block;
    font-size:12px;
    padding-left:15px;
    }
#konkursSoser a.btnCA {display: block;font-size: 16px;margin-top: 15px;}


#konkursSoser .content {border-bottom: 1px solid #b7b7b7;height:370px;}
#konkursSoser .content div{padding-left:214px;margin-top: 20px;}

#soserForm
{
    padding:20px 40px 20px 30px;
    width:575px;
    
    border-radius:5px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
    
}


#soserForm textarea {
    border:1px solid #e3e1bf;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background:#fff;
   
    width:400px;
    height:80px;
    float:none;
    display:block;
    padding:10px;
}
#soserForm .field {
    padding-bottom: 10px;
    clear:both;
    font-size: 13px;
}
#soserForm .field label {
    display:block;
    font-weight:bold;
    margin-bottom: 2px;
    float:left;
}

#soserForm .field span{
    float:right;
    color:Red;
    font-size: 12px;
    display:none;
    padding-top:2px;
}

#soserForm .error input, #soserForm .error textarea{
     border:1px solid red !important;
}

#soserForm .field input, #soserForm .field textarea,  #soserForm .field .dropdown {
    width:100%;
    border:1px solid #e3e1bf;
    display:block;
    padding:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    clear:both;
}

#soserForm .fieldCB {
    clear:both;
}

#soserForm .fieldCB input{
    float:left;
}

#soserForm .error .acceptLabel{
    color:Red;    
}

#soserForm .accept1CB div.error, #soserForm .accept2CB div.error
{
    display:none;    
    color: red;    
    font-weight: bold;    
    padding-left: 20px;
}

#soserForm .btnSubmit 
{
    background:url(../Img/Subpages/Rozrywka-i-konkursy/Soser/submit.png) 0 0 no-repeat;
	height: 34px;
    width: 84px;	
    border: medium none; 
     margin-top: 10px;
}

#soserForm .btnSubmit
{
    height:34px;
}


#Przepisownik {
	background:#ffffff url(../Img/Subpages/Rozrywka-i-konkursy/Przepisownik/bg.jpg) 50% 100% no-repeat !important;
	height:768px;
}

	#Przepisownik .content {
		padding-bottom:30px;
		margin-bottom:20px;
		border-bottom:1px #f59689 solid;
		position:relative !important;
		zoom:1;
	}
		#Przepisownik .content:after {
			content:"";
			display:block;
			height:0;
			overflow:hidden;
			clear:both;
		}
	
	#Przepisownik .content .btnLinkAndroid {
		position:absolute;
		right:185px;
		bottom:1px;
		
		cursor:pointer;
		
		z-index:20;
	}
	
	#Przepisownik .content .btnLinkiPhone {
		position:absolute;
		right:10px;
		bottom:1px;
		
		cursor:pointer;
		
		z-index:20;
	}
	
		#Przepisownik .content .btnLinkAndroid img,
		#Przepisownik .content .btnLinkiPhone img {
			display:block;
		}

	#Przepisownik h2 {
		margin:0;
		margin-bottom:1em;
		padding:0;
		float:none !important;
		border-bottom:1px #f79999 solid;
		zoom:1;
	}
	
	#Przepisownik h2 span {
		display:block;
		float:left;
		
		margin-bottom:-6px;
		padding-right:0.25em;	
		
		color:#ea0101;
		background-color:#ffffff;
	}
	
		#Przepisownik h2:after {
			content:"";
			display:block;
			height:0;
			overflow:hidden;
			clear:both;
		}
		
		#Przepisownik .iphone {
			position:absolute;
			top:40px;
			left:0;
			
			z-index:1;
		}
		
		#Przepisownik .txtWrapper {
			position:relative;
			padding-left:365px;
			
			z-index:10;
			
			font-size:12px;
			height:650px;
		}
		
		#Przepisownik .screensWrapper {	
			padding-top:1em;
			position:relative;
			
			z-index:10;
		}
		
		
---------

#ZagladamyDoReklamy {
	background:#ffffff;
}

	#ZagladamyDoReklamy .content {
		padding-bottom:30px;
		margin-bottom:20px;
		position:relative !important;
		zoom:1;
	}
		#ZagladamyDoReklamy .content:after {
			content:"";
			display:block;
			height:0;
			overflow:hidden;
			clear:both;
		}
	
	
		#ZagladamyDoReklamy .subcontent {
		padding-bottom:30px;
		margin-bottom:20px;
		border-top:1px #f59689 solid;
		position:relative !important;
		zoom:1;
	}
		#ZagladamyDoReklamy .subcontent:after {
			content:"";
			display:block;
			height:0;
			overflow:hidden;
			clear:both;
		}
	

	#ZagladamyDoReklamy .content h2 {
		margin:0;
		margin-bottom:1em;
		padding: 0px 0px 30px 0px; 
		float:none !important;
		border-bottom:1px #f79999 solid;
		zoom:1;
	}
	
	#ZagladamyDoReklamy .content h2 span {
		display:block;
		float:left;
		
		margin-bottom:-6px;
		padding-right:0.25em;	
		
		color:#ea0101;
		background-color:#ffffff;
	}
	
	#ZagladamyDoReklamy  .txtWrapper h3 {
		padding: 0; 
	}

		
		#ZagladamyDoReklamy .screensWrapper {	
			padding-top:1em;
			position:relative;
			z-index:10;
		}

 		#ZagladamyDoReklamy .content .gallery ul li {	
                float: left;
                padding: 20px 30px 10px 0px;
                text-align: center;
                border-bottom:1px #E7E3E0 solid;
		}
		
		#ZagladamyDoReklamy .content .gallery {	

                padding: 0px 0px 10px 0px;
		}
		
		#ZagladamyDoReklamy   a.movieTitle {	
                background: url("../Img/Shared/bg_link_bullet.png") no-repeat scroll 4px 50% transparent;
                padding-left: 14px;
                font-size: 12px;
                font-weight:bold;
          
		}
		   /* end of file */ 
/*  
sub_default_pages.css  
*/  
#middleContainer #DefaultPage {
	width:955px;
	background:#fff;
	padding:15px;
	border:1px solid #f64844;
	border-radius:0 0 5px 5px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
}

.searchScore {
	padding-bottom:14px;
	display:block;
}

.searchScore b {
	color:#673c0f;
}



#middleContainer #DefaultPage .FilterOptions {
		margin-bottom:10px;
		padding:7px 10px 7px 10px;
		border:1px solid #e5df9a;
		border-bottom:1px solid #daca87;
		/* CSS3 tweaks for modern browsers */
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		background:#ffffff url(../Img/Shared/bg_box.png) 0 100% repeat-x;
}

.FilterOptions .searchfield {
	padding:3px;
	width:140px;
	border:1px solid #ede7e2;
	border-top:1px solid #ede7e2;
	font-size:11px;
	border-radius:0 0 3px 3px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
}

.FilterOptions .searchsel {
	margin-left:2px;
	padding:3px;
	border:1px solid #ede7e2;
	border-top:1px solid #ede7e2;
	font-size:11px;
	border-radius:0 0 3px 3px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
}

.Down {
	margin-top:12px;
}

#middleContainer #DefaultPage .searchOption  {
	width:520px;
}

#middleContainer #DefaultPage .searchOption span {
	display:block;
	float:left;
}

#middleContainer #DefaultPage .FilterOptions a.btnSzukaj  {
	display:block;
	margin-left:5px;
	width:64px;
	height:25px;
	float:left;
	background:transparent url(../Img/Shared/btn_szukaj.png) 100% 0 no-repeat;
}
#middleContainer #DefaultPage .FilterOptions input[type=submit].btnSzukaj  {
	display:block;
	margin-left:5px;
	width:64px;
	height:25px;
	float:left;
	background:transparent url(../Img/Shared/btn_szukaj.png) 100% 0 no-repeat;
	text-indent:-8888px;
	font-size:1px;
	color:transparent;
}
#middleContainer #DefaultPage .FilterOptions input.btnSzukaj  {
	display:block;
	margin-left:5px;
	width:64px;
	height:25px;
	float:left;
	background:transparent url(../Img/Shared/btn_szukaj.png) 100% 0 no-repeat;
	text-indent:-8888px;
	font-size:1px;
	color:transparent;
}

#middleContainer #DefaultPage .sort {
	text-align:right;
	float:right;
	width:350px;
}

#middleContainer #DefaultPage .sort span {
	float:right;
}

#middleContainer #DefaultPage .FilterOptions .sort a.btnPokaz  {
	display:block;
	float:right;
	margin-left:5px;
	width:52px;
	height:25px;
	background:transparent url(../Img/Shared/btn_pokaz.png) 100% 0 no-repeat;
}

#middleContainer #DefaultPage .FilterOptions .sort a.btnPokaz:hover  {
	text-decoration:none;
}

.sort select {
	padding:3px;
	border:1px solid #ede7e2;
	border-top:1px solid #ede7e2;
	font-size:11px;
	border-radius:0 0 3px 3px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
}

#middleContainer .Paginal .default_back2 {
	padding-left:22px;
	color:#e41c17;
	margin-right:10px;
	background:transparent url(../Img/Shared/bg_link_bullet_back2.png) 4px 50% no-repeat;
}

#middleContainer .Paginal .default_back {
	padding-left:14px;
	color:#e41c17;
	background:transparent url(../Img/Shared/bg_link_bullet_back.png) 4px 50% no-repeat;
}


#middleContainer .Paginal .default2 {
}

#middleContainer .Paginal .more {
	width:165px;
	padding-left:170px;
	padding-right:0px;
	float:left;
}

#middleContainer .Paginal .second {
	width:220px;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	float:left;
}

#middleContainer .Paginal .pages {
	text-align:center;
	padding-top:4px;
	width:305px;
	#width:290px;
	float:left;
	display:inline;
}

#middleContainer .Paginal .second .normal {
	margin-right:30px;
}


#middleContainer .Paginal .box {
	clear:both;
	font-size:11px;
	margin-bottom:5px;
	margin-top:-4px;
	color:#f5f2cd;
	height:27px;
}

#middleContainer .Paginal .pages a.col_selected {
	margin-left:3px;
	margin-right:3px;
	display:inline;
	color:#673c0f;
	font-weight:bold;
	padding:3px 7px 3px 7px;
	margin-right:2px;
	text-align:center;
	background:#fbf9bc;
	border-radius:0 0 4px 4px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
}

#middleContainer .Paginal .pages a.col {
	display:inline;
	color:#e41c17;
	padding:3px 7px 3px 7px;
	margin-left:3px;
	margin-right:3px;
	text-align:center;
}

#middleContainer .Paginal span.dots {
	display:inline;
	color:#e41c17;
	margin-right:2px;
	padding:3px 7px 3px 7px;
	text-align:center;
	width:20px;
	height:19px;
}

#middleContainer .Paginal a.cl {
	display:inline;
	color:#e41c17;
	margin-right:2px;
	padding:3px 7px 3px 7px;
	text-align:center;
	width:20px;
	height:19px;
}

a.normal {
	padding-right:10px;
	color:#e41c17;
	background:transparent url(../Img/Shared/bg_link_bullet.png) right no-repeat;
	}

a.normal2 {
	padding-right:18px;
	color:#e41c17;
	background:transparent url(../Img/Shared/bg_link_bullet2.png) right no-repeat;
	}

	#middleContainer #DefaultPage .SearchContent {
	text-align:center;
	padding-top:12px;
	padding-bottom:10px;
	border-radius:0 0 3px 3px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	background:#fbf9bc;
	}

	.SearchContent .boxContainer, .sidebar .boxContainer {
		margin-bottom:4px;
		padding-top:0;
	}

	.SearchContent .boxContainer .box {
		text-align:left;
		background:#fff;
		margin:0 auto;
		width:638px;
		padding:5px;
		padding-right:10px;
		border-bottom:2px #dfd59b solid;
		color:#673c0f;
	}

	.SearchContent .boxContainer .pictureLeft {
		margin-right:18px;
		float:left;
		border-radius:0 0 3px 3px;
		/* CSS3 tweaks for modern browsers */
		-moz-border-radius:3px 3px 3px 3px;
		-webkit-border-radius:3px 3px 3px 3px;
	}
	.SearchContent .boxContainer .check {
		font-weight:bold;
		clear:both;
		color:#e41c17;
		padding-left:14px;
		margin-bottom:4px;
		background:transparent url(../Img/Shared/bg_link_bullet_go_orange.png) 4px 50% no-repeat;
}

	.SearchContent .boxContainer .categoryContainer span {
		float:right;
	}


	.SearchContent .boxContainer .categoryContainer {
		clear:both;
		float:right;
		display:block;
		margin-right:8px;
		margin-top:-5px;
		padding-bottom:5px;
	}

	.SearchContent .boxContainer .category {
		color:#8ec03e;
		padding-left:5px;
		float:right;
		display:block;
	}

	#DefaultPage .text {
		width:530px;
		float:right;
	}

	#middleContainer .shadow {
		background:#ffffff url(../Img/Shared/bg_box_top_shadow.png) 0 100% repeat-x;
	}


#sidebarLeft #addressSection {
}

#sidebarLeft #addressSection h3 {
	padding-bottom:8px;
}

#sidebarLeft #addressSection .box {
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	background:#fff;
}

#sidebarLeft #addressSection b {
	color:#673c0f;
}

#Contact b {
	color:#673c0f;
}

#middleContainer #Contact h3 {
			font-size:24px;
			padding-top:10px;
			padding-bottom:14px;
			margin-bottom:10px;
			border-bottom:1px #f5f2cd solid
		}

#middleContainer #Contact a {
	color:#e41c17;
}

#middleContainer .leftColumn {
	float:left;
	width:266px;
}

#middleContainer .Columns .rightColumn {
	border-left:1px #f5f2cd solid;
	float:right;
	width:415px;
	padding-left:18px;
}

#middleContainer #Contact .leftColumn {
	width:500px;
	text-align: center;
}

#middleContainer #Contact .Columns .rightColumn {
	width:179px;
}



#middleContainer .Columns .infoline {
	margin-bottom:10px;
	margin-top:12px;
}

#middleContainer .Columns .rightPicture {
	margin-bottom:-10px;
	float:right;
}

#middleContainer .Columns {
	padding-bottom:10px;
	border-bottom:1px #f5f2cd solid;
	margin-bottom:10px;
}

#middleContainer .Columns .red {
	color:#e41c17;
}

#mainContentContainer h4 {
	font-size:16px;
}

#middleContainer .box h4 {
	background:#fbf9bc;
}

#middleContainer #formSection .box {
	border:0;
	line-height:20px;
	padding-left:30px;
	margin-left:-12px;
	margin-right:-8px;
	margin-bottom:-4px;
	background:#fbf9bc;
}

#middleContainer #formSection .box h6 {
	margin-top:6px;
	margin-bottom:2px;
	color:#673c0f;
	font-weight:bold;
}

#middleContainer #formSection .normfield {
	font-size:11px;
	font-family:Arial;
	color:#b2916e;
	padding:3px;
	border:1px solid #f5f2cd;
	border-top:1px solid #ede7e2;
	border-left:1px solid #ede7e2;
	border-radius:0 0 5px 5px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
}

#middleContainer #formSection .classic {
	width:417px;
}

#middleContainer #formSection .short {
	width:266px;
}

#middleContainer #formSection .sendLine {
	padding-top:15px;
	padding-bottom:8px;
	margin-top:8px;
	width:100%;
	background:url(../Img/Shared/bg_sendform.png) repeat-x;
}

#middleContainer #formSection .sendForm {
	display:block;
	width:81px;
	height:32px;
	background:url(../Img/Shared/btn_movie_send.png) 0 100% no-repeat;
}

#middleContainer #formSection .formRow {
	position:relative;
}

#middleContainer #formSection .info_red {
	position:absolute;
	right:0;
	width:188px;
	color:#e41c17;
	margin-left:35px;
	border:1px solid #fa534f;
	padding:1px 22px 1px 22px;
	background:url(../Img/Shared/bg_alarm.png) #fff left top no-repeat;
	border-radius:0 0 5px 5px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
}

#middleContainer #formSection .Long .error {
	margin-left:-20px;
	width:425px;
	padding-left:20px;
	border:1px solid #fa534f;
	border-radius:0 0 5px 5px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	background:url(../Img/Shared/bg_alarm_form.png) #fff left top no-repeat;
}

#middleContainer #formSection .Long .done {
	margin-left:-20px;
	width:425px;
	padding-left:20px;
	border-radius:0 0 5px 5px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	background:url(../Img/Shared/bg_done.png) #fff left top no-repeat;
}

#middleContainer #formSection .Short .error {
	margin-left:-20px;
	width:274px;
	padding-left:20px;
	border:1px solid #fa534f;
	border-radius:0 0 5px 5px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	background:url(../Img/Shared/bg_alarm_form.png) #fff left top no-repeat;
}

#middleContainer #formSection .Short .done {
	margin-left:-20px;
	width:274px;
	padding-left:20px;
	border-radius:0 0 5px 5px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	background:url(../Img/Shared/bg_done.png) #fff left top no-repeat;
}

/* O NAS */

#middleContainer div.tabs {
	margin-bottom:10px;
	padding:10px 13px 10px 18px;
	border:1px solid #e5df9a;
	border-bottom:1px solid #daca87;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#middleContainer div.tabs b {
	color:#673c0f;
}

#middleContainer .shadow {
	background:#ffffff url(../Img/Shared/bg_box_top_shadow.png) 0 100% repeat-x;
}

#middleContainer .white {
	background:#fff;
}

#middleContainer h3  {
	padding-bottom:8px;
	font-weight:bold;
}

#middleContainer .rollTabsContainer a  {
	color:#e41c17;
}



#middleContainer .rollTabsContainer {
 	line-height:18px;
	padding:3px;
	border:1px solid #e5df9a;
	border-bottom:2px #e5df9a solid;
	background:#ffffff url(../Img/Shared/bg_box_top_shadow.png) 0 100% repeat-x;
	border-radius:0 0 5px 5px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	margin-bottom:7px;
}

#mainContentContainer .selected {
	border:1px solid #f64844;
}

#middleContainer .clear {
	padding:0px;
	border:0;
}

.big, .normal {
	padding-top:0;
}

.big .box {
	line-height:30px;
	color:#673c0f;
	font-weight:bold;
	font-size:24px;
	padding:20px 20px 20px 20px;
	margin-bottom:15px;
	border-bottom:2px solid #dfd59b;
}

.normal .box {
	color:#967451;
	font-weight:bold;
	font-size:14px;
	padding:16px 20px 20px 20px;
	margin-bottom:15px;
	border-bottom:2px solid #dfd59b;
}

.normal .box big {
	display:block;
	color:#673c0f;
	font-size:24px;
	padding-bottom:5px;
}

.normal .box span {
	color:#673c0f;
}

.big .red {
	color:#d71510;
}

#middleContainer .rollTabsContainer h6 {
	padding:8px 12px 6px 8px;
	font-size:16px;
 	color:#673c0f;
	font-weight:bold;
}

#middleContainer .selected .rollBox  h6 {
 	color:#e62b26;
}

#middleContainer .rollTabsContainer .boxContainer {
	background:#fbf9bc;
	padding:12px 12px 8px 12px;
}

#middleContainer .rollTabsContainer .box {
	border-bottom:2px solid #dfd59b;
	background:#fff;
	padding:5px 14px 0px 5px;
	margin-bottom:4px;
}

#middleContainer .picturePlace {
	margin:5px 10px;
	float:left;
	display:block;
}

#middleContainer .boxText {
	padding-top:1px;
	padding-bottom:8px;
}

#middleContainer .clear .boxText {
	width:472px;
}

#middleContainer .green {
	color:#8ec03e;
}

#middleContainer .points {
	line-height:24px;
}

#middleContainer .normalText {
	color:#967451;
	padding-bottom:5px;
}

#middleContainer .normalText a, .aboutText a, .kadryText a {
	color:#e41c17;
}

		#middleContainer .bottomPanel {
			margin-top:12px;
			font-size:11px;
			text-align:right;
			padding-top:10px;
			padding-bottom:3px;
			border-top:1px #f5f2cd solid;
		}

		#middleContainer .buttonBack {
			color:#e41c17;
			width:55px;
			height:19px;
			padding-left:10px;
			background:transparent url(../Img/Shared/bg_link_bullet_back.png) 0px 5px no-repeat;
		}

		#middleContainer .buttonOnTop {
			color:#e41c17;
			margin-left:14px;
			width:55px;
			height:19px;
			padding-left:10px;
			background:transparent url(../Img/Shared/bg_link_bullet_top.png) 0px 5px no-repeat;
		}

.kadryText {
	margin-bottom:-12px;
	color:#967451;
}

.aboutText .aboutPicture {
	float:right;
	margin-right:72px;
	margin-left:46px;
	margin-top:-36px;
}

.kadryText .kadryPicture {
	float:right;
	margin-right:62px;
	margin-left:46px;
}

span.light {
	font-weight:bold;
	color:#967451;
}
#middleContainer #PageContainer {
	clear:both;
	position:relative;
	zzmargin-bottom:35px;
}

#middleContainer #PageContainer .Main {
	z-index:2;
	width:955px;
	background:#fff;
	padding:8px 17px 17px 17px;
	border-radius:0 0 5px 5px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
}

#middleContainer #PageContainer .Main h3 {
	margin-top:0;
	border-bottom:1px solid #f5f2cd;
	margin-bottom:10px;
}

#middleContainer #PageContainer .Main h4 {
	margin-bottom:6px;
}

#PageContainer .error404 {
	position:relative;
	height:355px;
}

.infoBox1 {
	left:60px;
	top:100px;
}

.infoBox2 {
	left:592px;
	top:100px;
}

.infoBox1, .infoBox2 {
	position:absolute;
	padding:14px 20px 20px 14px;
	background:#fbf9bc;
	width:290px;
	height:130px;
}

.infoBox1 a, .infoBox2 a {
	color:#e41c17;
}

.infoBox1 ul li, .infoBox2 ul li {
	padding-bottom:6px;
	list-style:disc;
	padding-left:4px;
}

.infoBox1 ul, .infoBox2 ul {
	margin-left:14px;
}

.woman {
	left:306px;
	top:100px;
	width:363px;
	height:280px;
	position:absolute;
	background:transparent url(../Img/Subpages/Index/bg_box_404_2.png) -15px 5px no-repeat;
}

#middleContainer #Info {
	padding:3px;
	margin-bottom:14px;
	border:1px solid #e5df9a;
	border-radius:0 0 5px 5px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
}

#middleContainer #Info .box {
	color:#673c0f;
	padding:15px;
	border:0;
}

#middleContainer #Info h5 {
	padding-bottom:5px;
	color:#673c0f;
	font-weight:bold;
}

#middleContainer #Info ul li {
	padding-bottom:6px;
	list-style:disc;
	padding-left:4px;
}

#middleContainer #Info ul {
	margin-left:14px;
}

#middleContainer #Info .box {
	background:#fbf9bc;
}

#middleContainer .pictureRight {
	margin-right:-14px;
	float:right;
}

.bottomBoxes {
	color:#673c0f;
}

.thirdtext {
	padding-left:6px;
	padding-top:10px;
	margin-bottom:4px;
}

	#middleContainer .LinksContainer h6 {
		font-weight:bold;
		color:#673c0f;
		font-size:14px;
		padding-bottom:6px;
		padding-top:4px;
	}

	#middleContainer .LinksContainer h6 a {
		color:#673c0f;
	}

	#middleContainer .LinksContainer {
		margin-right:14px;
		float:left;
		width:224px;
		padding-bottom:-50px;
	}

	#middleContainer .end {
		margin-right:0;
	}

	#middleContainer .LinksContainer .content {
		line-height:6px;
		position:relative;
		padding:4px 4px 4px 5px;
		width:214px;

	}

		#middleContainer .LinksContainer h5 {
			padding-bottom:5px;
		}

.konkurs_tekst {
	display:block;
	padding-bottom:16px;
}

#middleContainer #Konkursy .intro {
	padding:1em 0;
}
	#middleContainer #Konkursy .intro h2 {
		float:none;
	}

#middleContainer #Konkursy .rollTabsContainer .boxContainer {
	background:#fff;
	padding:0px 0px 0px 0px;
	border-top:1px solid #f5f2cd;
}

#middleContainer #Konkursy .rollTabsContainer .rollBox {
	padding-left:8px;
	padding-right:8px;
}

#middleContainer #Konkursy .rollTabsContainer .rollBox .boxText {
	float:none;
	padding-left:0;
	width:100%;
}

#middleContainer #Konkursy h5 {
	font-weight:bold;
	padding-bottom:10px;
	padding-top:10px;
}

#middleContainer #Konkursy .rollTabsContainer h6 {
	padding:8px 2px 6px 0px;
}


#Konkursy .boxContainer .box {
	color:#673c0f;
	background:#fff;
	padding:8px 0 0 0;
	border:0px;
}

.nagrodyContainer {
	clear:both;
	margin-top:16px;
}

.nagrody1 {
	position:relative;
	text-align:center;
	background:#fbf9bc;
	float:left;
	width:348px;
	height:175px;
	margin-left:-10px;
}

.nagrody2 {
	position:relative;
	text-align:center;
	background:#fbf9bc;
	float:right;
	width:348px;
	height:175px;
	margin-right:-10px;
}

.counter_nagrody {
	font-size:22px;
	padding-top:20px;
	font-weight:bold;
	color:#fff;
	display:block;
	right:0px;
	top:5px;
	width:52px;
	height:48px;
	position:absolute;
	background:transparent url(../Img/Shared/nagrody_counter.png) 0px 5px no-repeat;
}


ol.normNum {
	list-style:decimal;
	margin-left:26px;
}

ol.normNum li {
	padding-bottom:6px;
}


#siteMapNote {
	padding-top:0;
}

#siteMapNote h3 {
	font-size:18px;
	font-weight:bold;
}

#siteMapNote .box {
	padding:10px 18px 14px 18px;
	background:#fff;
}

#siteMapNote b {
	color:#673c0f;
	background:#fff;
}

#siteMap h3 {
	font-size:24px;
	font-weight:bold;
	padding-bottom:8px;
	padding-top:5px;
	border-bottom:1px solid #f5f2cd;
	margin-bottom:4px;
}

#siteMap {
	background:#fff;
}

#siteMap h4 {
	font-size:16px;
	font-weight:bold;
	padding-bottom:8px;
	margin-bottom:8px;
}

#siteMap th {
	color:#673c0f;
	font-weight:bold;
	padding-bottom:8px;
	margin-bottom:10px;
	font-size:16px;
	font-weight:bold;
	padding-bottom:6px;
	padding-top:5px;
	margin-bottom:10px;
}

#siteMap .default {
	background:transparent url(../Img/Shared/bg_link_bullet_go_orange.png) 4px 6px no-repeat;
}

.topframe {
	font-size:1px;
	width:167px;
	height:3px;
	background:transparent url(../Img/Shared/sitemap_top.png) no-repeat;
}

.bottomframe {
	font-size:1px;
	width:167px;
	height:3px;
	background:transparent url(../Img/Shared/sitemap_bottom.png) no-repeat;
}

.break {
	width:11px;
}

.mainLinks {
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	padding-bottom:8px;
	background:#fbf9bc;
}

.mainLinks a {
	clear:both;
	display:block;
	padding-bottom:8px;
}

.SectionContainer table {
	margin-bottom:14px;
}

#middleContainer .subBox {
	color:#673c0f;
	width:100%;
	margin-bottom:14px;
}

#middleContainer .subBox .pictureLeft2 {
	margin-right:20px;
	float:left;
	border-radius:0 0 3px 3px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
}

#middleContainer .subBox .content {
	padding:10px 10px 10px 10px;
	background:#fbf9bc;
	border-radius:0 0 5px 5px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	/* CSS3 tweaks for modern browsers */
}

	#middleContainer .subBox .content span  {
		position:relative;
		display:block;
		}

	#middleContainer .subBox .content small {
		color:#8ec03e;
		margin-left:37px;
	}

#middleContainer .more .default {
	font-size:11px;
	color:#e41c17;
}/* end of file */ 
/*  
sub_kids.css  
*/  
#kids {
}

#middleContainer {
}

#kids div#sidebarLeft {
	float:left;
	width:247px;
}

	#kids a.normal {
		padding-right:10px;
		color:#e41c17;
		background:transparent url(../Img/Shared/bg_link_bullet.png) right no-repeat;
	}

	#kids a.normal2 {
		padding-right:18px;
		color:#e41c17;
		background:transparent url(../Img/Shared/bg_link_bullet2.png) right no-repeat;
	}

	#kids a.play {
		width:16px;
		height:16px;
		display:block;
		background:url(../Img/Shared/ico_play.png) no-repeat;
	}

	#kids a.play:hover {
		text-decoration:none;
	}

	#kids .cam {
			position:absolute;
			bottom:1px;
			right:2px;
		}

	#kids .cam a {
			width:15px;
			height:13px;
			display:block;
			background:url(../Img/Shared/ico_camera.png) no-repeat;
	}

	#kids .cam a:hover {
		text-decoration:none;
	}

	#kids .pictureLeft {
		margin-right:10px;
		float:left;
	}

	#kids div.sidebar #kidsMenu {
		margin:1px;
		padding:4px 3px;
		background-color:#ffffff;

		border:1px #F5F2CD solid;
		border-bottom:1px #ecdf95 solid;
		border-right:1px #f4e895 solid;
		border-radius:0 0 5px 5px;
		/* CSS3 tweaks for modern browsers */
		-moz-border-radius:5px 5px 5px 5px;
		-webkit-border-radius:5px 5px 5px 5px;
	}

	#kids div.sidebar	#kidsMenu a {
		color:#fff;
	}

	#kids div.sidebar #kidsMenu h3 {
		font-weight:bold;
		font-size:16px;
		padding-left:8px;
		padding-bottom:4px;
	}

		#kids div.sidebar #kidsMenu ul li {

		}

		#kids div.sidebar #kidsMenu ul li a {
			border-bottom:1px #f5f2cd solid;
			display:block;
			padding:8px 20px;
			background:url(../Img/Shared/bg_link_bullet.png) 10px 14px no-repeat;
			color:#e62c27;
		}


		#kids div.sidebar #kidsMenu ul li ul li a {
			background:url(../Img/Shared/bg_link_bullet.png) 26px 12px no-repeat;
			padding-left:40px;
			border-top:1px #fff solid;
			border-bottom:0;
		}



		#kids div.sidebar ul li ul li{
			font-weight:normal;

			/* CSS3 tweaks for modern browsers */
			-moz-border-radius:5px 5px 5px 5px;
			-webkit-border-radius:5px 5px 5px 5px;
			display:block;
			background-color:#fbf9bc;
		}

		#kids div.sidebar	ul li.selected  {
			border-bottom:0;
			font-weight:bold;
			border-radius:5px 5px 5px 5px;
			/* CSS3 tweaks for modern browsers */
			-moz-border-radius:5px 5px 5px 5px;
			-webkit-border-radius:5px 5px 5px 5px;
			display:block;
			background:#fbf9bc;
		}

		#kids div.sidebar	ul li.selected a{
			padding:8px 20px;
			border-bottom:0;
			background:url(../Img/Shared/bg_link_bullet_selected.png) #fbf9bc 10px 12px no-repeat;
		}


	#kids .shadow {
		background:#ffffff url(../Img/Shared/bg_box_top_shadow.png) 0 100% repeat-x;
	}

	#kids .white {
		background:#ffffff url(../Img/Shared/bg_box_top_shadow.png) 0 100% repeat-x;
	}

	#kids #gry-dla-dzieci .leftColumn {
		float:left;
		padding-right:22px;
		width:268px;
	}

	#kids #gry-dla-dzieci .rightColumn {
		line-height:16px;
		float:left;
		width:272px;
	}

	#kids #gry-dla-dzieci h3 {
		padding-bottom:6px;
	}

	#middleContainer #gry-dla-dzieci h4, #middleContainer #forParents h4  {
		padding-bottom:14px;
		font-size:16px;
	}

	#kids ul.gametabs {
		zoom:1;
	}

	#kids ul.gametabs li {
		float:left;
	}

	#kids #gry-dla-dzieci .gameChoose {
	    clear:both;
		margin-top:12px;
	}

	#kids #gry-dla-dzieci .gameChoose a {
		background:url(../Img/Subpages/Dzieci/game_menu.png) 0 100% repeat-x;
		color:#FFFFFF;
		display:block;
		float:left;
		font-size:10px;
		height:24px;
		line-height:22px;
		text-align:center;
		width:20px;
		margin:0 3px 0 0;
	}

	#kids #gry-dla-dzieci .gameChoose a:hover, #kids #gry-dla-dzieci .gameChoose a.current {
		text-decoration:none;
		background:url(../Img/Subpages/Dzieci/game_menu_selected.png) 0 100% repeat-x;
	}

	#kids #gry-dla-dzieci .gameChoose span {
		color:#673c0f;
		display:block;
		margin-bottom:-2px;
		padding-right:5px;
		float:left;
	}

	#kids #gry-dla-dzieci .zagraj {
		text-decoration:none;
		margin-top:20px;
		display:block;
		width:82px;
		height:33px;
		background:url(../Img/Subpages/Dzieci/btn_zagraj.png) no-repeat;
	}

	#kids #gry-dla-dzieci .zagraj:hover {
		text-decoration:none;
	}


	#kids .tabs .rightPicture {
		margin-top:-5px;
		float:right;
	}

	#kids .tabs .rightPicture2 {
		margin-top:-5px;
		margin-right:-12px;
		margin-left:65px;
		float:right;
	}

	#kids #dla-rodzicow {
		width:460px;
	}

	#kids .tabs h4 a {
		color:#673c0f;
	}

	#kids .tabs h5 {
		font-weight:bold;
		font-size:14px;
		color:#673c0f;
	}

	#kids .tabs h5 a {
		color:#673c0f;
	}

	#kids .tabs #dla-rodzicow h5 {
		line-height:16px;
		font-size:14px;
		padding-bottom:8px;
	}

	#kids .tabs h4  {
		font-size:16px;
	}


	#kids .boxContainer {
		padding-top:6px;
		padding-bottom:10px;
		width:auto;
		overflow:visible;
	}

	#kids .box {
		border-bottom:2px #e2dad2 solid;
	}
	#kids .tabs {
	    padding-right:0;
	}
	#kids .tabs  #dla-rodzicow .leftColumn {
		padding-top:8px;
		padding-left:17px;
		padding-right:10px;
		width:190px;
		float:left;
	}

	#kids #dzieci-skrot .leftColumn {
		width:460px;
		padding-right:20px;
		float:left;
	}

	#kids #dzieci-skrot .rightColumn {
		width:220px;
		float:right;
	}


	#kids #kidReceipe {
		position:relative;
		width:460px;
	}

		#kids #kidReceipe a.receipe {
			color:#b2916e;
	}



	#kids #kidReceipe .contentContainer {
		padding-top:8px;
		padding-bottom:8px;
		width:400px;
		height:125px;
		overflow:hidden;
		text-align:center;
		padding-left:37px;
		}

		#kids #kidReceipe .btn_back {
			position:absolute;
			display:block;
			margin-top:60px;
			left:0;
			width:22px;
			height:24px;
			background:url(../Img/Shared/btn_przepis_back.png) no-repeat;
			}

		#kids #kidReceipe .btn_go {
			position:absolute;
			display:block;
			margin-top:60px;
			right:0;
			width:22px;
			height:24px;
			background:url(../Img/Shared/btn_przepis_go.png) no-repeat;
			}

		#kids #kidReceipe .btn_back:hover, #middleContainer #kidReceipe .btn_go:hover {
			text-decoration:none;
			}

		#kids #kidReceipe .contentContainer .content {
			width:90px;
			float:left;
			margin-right:10px;
			}

		#kids #kidReceipe .contentContainer .content a.receipe {
			line-height:16px;
			margin-top:4px;
			display:block;
			}


#kids #forParents {
	line-height:17px;
}

	#kids #forParents b {
		color:#673c0f;
		}

	#middleContainer #forParents .rightPicture {
		margin-left:50px;
		float:right;
		}

	#kids #forParents h3 {
		padding-bottom:10px;
	}


	#kids #kidsCooking {

	}
		#kids #kidsCooking .content {
		}
			#kids #kidsCooking .content .rightPicture {
				margin-top:0;
			}

	#kids .ThirdsContainer h6 {
		font-weight:bold;
		color:#673c0f;
		font-size:14px;
		padding-bottom:6px;
		padding-top:4px;
	}

	#kids .ThirdsContainer .game h6 {
		padding-left:5px;
		font-weight:bold;
		color:#673c0f;
		font-size:14px;
		padding-bottom:6px;
		padding-top:4px;
	}

	#kids .ThirdsContainer h6 a {
		color:#673c0f;
	}

	#kids #forParents .fun {
		padding-bottom:10px;
	}

	#kids .ThirdsContainer {
		margin-right:14px;
		float:left;
		width:224px;
		font-size:11px;
	}

	#kids .end {
		margin-right:0;
	}

	#kids .ThirdsContainer .content {
		position:relative;
		padding:4px 4px 4px 5px;
		height:310px;
		width:213px;
	}

	#kids .ThirdsContainer .kolorowanka {
		position:relative;
		padding:4px 4px 4px 5px;
		height:190px;
		width:214px;
	}

		#kids .ThirdsContainer h5 {
			padding-bottom:5px;
		}

			#kids .ThirdsContainer .content .text {
				padding-left:10px;
			}

			#kids .ThirdsContainer .game .text {
				padding-left:5px;
			}

			#kids .ThirdsContainer .game {
				height:360px;
			}

				#kids .text a {
					color:#b2916e;
				}

				#kids .ThirdsContainer .content a.more_articles {
					margin-right:17px;
					display:block;
					position:absolute;
					bottom:10px;
					right:10px;;
					width:102px;
					height:24px;
					background:transparent url(../Img/Shared/btn_wiecej_artykulow.png) no-repeat;
				}

				#kids .ThirdsContainer .content span.more {
					display:block;
					position:absolute;
					bottom:10px;
				}


#kids #kidsMovies {
	padding-bottom:35px;
	line-height:17px;
}

#kids #addKidsMovies {
	padding-bottom:20px;
	line-height:17px;
}

	#kids #kidsMovies h3, #middleContainer #addKidsMovies h3  {
		padding-top:4px;
		line-height:22px;
		padding-bottom:16px;
	}

	#kids #kidsMovies b, #middleContainer #addKidsMovies b {
		color:#673c0f;
		}

	#kids #kidsMovies .rightPicture, #middleContainer #addKidsMovies .rightPicture {
		margin-left:50px;
		float:right;
	}

	#kids #kidsMovies .rightLogBox {
		color:#673c0f;
		float:right;
		margin-right:12px;
		margin-left:30px;
		background:transparent url(../Img/Subpages/Dzieci/login_box.png) top center no-repeat;
		padding-top:66px;
		width:253px;
		height:138px;
	}

	#kids #addKidsMovies .rightLogBox {
		color:#673c0f;
		float:right;
		margin-top:4px;
		margin-right:12px;
		margin-left:30px;
		margin-bottom:20px;
		width:253px;
		height:138px;
	}

	#kids #kidsMovies .rightLogBox .content {
		width:221px;
		height:133px;
		padding:5px 16px 16px 16px;
		line-height:34px;
		background:#fbf9bc;
		border-radius:0 0 5px 5px;
		/* CSS3 tweaks for modern browsers */
		-moz-border-radius:5px 5px 5px 5px;
		-webkit-border-radius:5px 5px 5px 5px;
		/* CSS3 tweaks for modern browsers */
	}

	#kids #addKidsMovies .rightLogBox .content {
		width:221px;
		height:190px;
		padding:5px 16px 16px 16px;
		line-height:34px;
		background:#fbf9bc;
		border-radius:0 0 5px 5px;
		/* CSS3 tweaks for modern browsers */
		-moz-border-radius:5px 5px 5px 5px;
		-webkit-border-radius:5px 5px 5px 5px;
		/* CSS3 tweaks for modern browsers */
	}

	#kids a.start_kolorowanki{
		width:105px;
		height:24px;
		margin-top:30px;
		margin-right:-14px;
		display:block;
		float:right;
		background:transparent url(../Img/Shared/btn_start_kolorowanki.png) no-repeat;
	}

		#kids #kidsMovies .rightLogBox .content span, #middleContainer #addKidsMovies .rightLogBox .content span  {
			position:relative;
			display:block;
			}

		#kids #kidsMovies .rightLogBox .content .logfm {
			position:absolute;
			top:4px;
			padding:4px;
			font-size:11px;
	 		left:38px;
			width:173px;
			background:#fff;
			border-top:1px solid #ede7e2;
			border-left:1px solid #ede7e2;
			border-bottom:1px solid #f5f2cd;
			border-radius:0 0 3px 3px;
			/* CSS3 tweaks for modern browsers */
			-moz-border-radius:3px 3px 3px 3px;
			-webkit-border-radius:3px 3px 3px 3px;
			}

		#kids #addKidsMovies .rightLogBox .content textarea {
			font-family:arial;
			padding:4px;
			zzmargin-bottom:16px;
			font-size:11px;
			width:207px;
			color:#b2916e;
			background:#fff;
			border-top:1px solid #ede7e2;
			border-left:1px solid #ede7e2;
			border-bottom:1px solid #f5f2cd;
			border-radius:0 0 3px 3px;
			/* CSS3 tweaks for modern browsers */
			-moz-border-radius:3px 3px 3px 3px;
			-webkit-border-radius:3px 3px 3px 3px;
			}

			#kids .rightLogBox .content textarea {
				min-height:0 !important;
			}

			body.ie6 #kids .rightLogBox .content textarea {
				height:80px !important;
			}

			#kids .rightLogBox .content .hr_form {
				height:20px !important;
				background-position:50% 50% !important;
			}


		#kids #addKidsMovies .rightLogBox .content .przegladaj {
			border-radius:0 0 3px 3px;
			font-size:12px;
			float:right;
			padding-bottom:2px;
			margin-top:8px;
			margin-right:2px;

			/* CSS3 tweaks for modern browsers */
			-moz-border-radius:3px 3px 3px 3px;
			-webkit-border-radius:3px 3px 3px 3px;
			border:1px solid #707070;
			}

			#kids #addKidsMovies .rightLogBox .content .hr_form {
				display:block;
				height:1px;
				font-size:1px;
				width:100%;
				clear:both;
				margin-top:4px;
				#margin-top:8px;
				padding-bottom:3px;
				#padding-bottom:8px;
				background:transparent url(../Img/Shared/hr_form.png) top repeat-x;
			}

		#kids #addKidsMovies .rightLogBox .content .wyslij {
			text-decoration:none;
			text-indent:-9999px;
			overflow:hidden;
			float:right;
			display:block;
			border:0;
			width:82px;
			height:33px;

			background:url(../Img/Shared/btn_movie_send.png) no-repeat;
	}

	#kids #addKidsMovies .pictureLeft {
		margin-right:10px;
		margin-bottom:-30px;
		float:left;
	}

		#kids #kidsMovies .rightLogBox .content small {
			color:#8ec03e;
			margin-left:37px;
		}

		#kids #kidsMovies .rightLogBox .content .login {
			border:0;
			float:right;
			display:block;
			margin-top:5px;
			*margin-top:-25px;
			margin-right:2px;
			width:74px;
			height:24px;
			background:url(../Img/Shared/btn_zaloguj_sie.png) no-repeat;}

#kids .Paginal .default_back2 {
	padding-left:22px;
	color:#e41c17;
	margin-right:10px;
	background:transparent url(../Img/Shared/bg_link_bullet_back2.png) 4px 50% no-repeat;
}

#kids .Paginal .default_back {
	padding-left:14px;
	color:#e41c17;
	background:transparent url(../Img/Shared/bg_link_bullet_back.png) 4px 50% no-repeat;
}


#kids .Paginal .default2 {

}

#kids .Paginal .more {
	width:190px;
	padding-left:50px;
	padding-right:20px;
	float:left;
}

#kids .Paginal .second {
	width:170px;
	text-align:right;
	padding-left:10px;
	padding-right:40px;
	float:left;
}

#kids .Paginal .pages {
	padding-top:4px;
	width:190px;
	float:left;
	display:block;
}

#kids .Paginal .second .normal {
	margin-right:30px;

}

#kids .Paginal .pages a.col_selected {
	display:block;
	float:left;
	color:#fff;
	font-weight:bold;
	margin-right:2px;
	padding-top:2px;
	text-align:center;
	width:20px;
	height:19px;
	background:transparent url(../Img/Shared/bg_btn_paginal_selected.png) no-repeat;
}

#kids .Paginal .box {
	height:27px;
}

#kids .Paginal .pages a.col {
	display:block;
	float:left;
	color:#e41c17;
	margin-right:2px;
	padding-top:2px;
	text-align:center;
	width:20px;
	height:19px;
	background:transparent url(../Img/Shared/bg_btn_paginal.png) no-repeat;
}

#kids .Paginal span.dots {
	display:block;
	float:left;
	color:#b2916e;
	margin-right:2px;
	padding-top:2px;
	text-align:center;
	width:20px;
	height:19px;
}

#kids .Paginal a.cl {
	display:block;
	float:left;
	color:#e41c17;
	margin-right:2px;
	padding-top:2px;
	text-align:center;
	width:20px;
	height:19px;
	text-decoration:underline;
}


#kids #movieContainer .movie {
	width:331px;
	color:#673c0f;
}

	#kids #movieContainer .movie .photoWrapper {
		float:left;
		margin-right:8px;
		width:136px;
		height:100px;
	}

	#kids #movieContainer .movie .cam {
		bottom:2px;
		right:3px;
	}

	#kids #movieContainer .textContainer a {
		color:#673c0f;
	}

	#kids #movieContainer .boxContainer {
		float:left;
		margin-bottom:-5px;
	}

	#kids #movieContainer .boxContainer .movie {
		padding:5px;
		margin-right:15px;
	}

	#kids #movieContainer {
		width:716px;
	}

	#kids #gameContainer {
		width:716px;
	}


		#kids #gameContainer .boxContainer {
			float:left;
			margin-right:15px;
		}

			#kids #gameContainer .boxContainer .box {
				position:relative;
				height:135px;
				width:331px;
				padding:1px;
			}


				#kids #gameContainer .boxContainer .box .photoWrapper {
					float:left;
					width:140px;
					padding:6px;
				}

				#kids #gameContainer h5 {
					padding-bottom:4px;
					padding-left:7px;
				}

				#kids .boxContainer .box .text a.more {
				    margin-right:17px;
					display:block;
					position:absolute;
					bottom:10px;
					right:0px;
				}
				#kids .boxContainer .box a.zagraj {
					width:55px;
					height:24px;
					background:transparent url(../Img/Shared/btn_zagraj.png) no-repeat;
					margin-right:17px;
					display:block;
					position:absolute;
					bottom:10px;
					right:0px;
				}


				#kids #gameContainer .boxContainer .textContainer {
					padding-top:5px;
					padding-left:5px;
					padding-right:5px
					padding-bottom:10px;}

				#kids #gameContainer .boxContainer .textContainer a {
					color:#b2916e;
				}
				#kids #addKidsMovies .rightLogBox .long  {
					height:300px;
				}


				#kids .tabs .subtext {
					display:block;
					padding-top:8px;
					padding-bottom:12px;
				}

					#kids .tabs .pobierz {
					margin-right:-27px;
					display:block;
					position:absolute;
					bottom:10px;
					right:0px;
					width:102px;
					height:24px;
					background:transparent url(../Img/Shared/btn_pobierz.png) no-repeat;
				}

				#kids .tabs .kolorowanka .thumbnail {
					border-top:1px solid #c1c1c1;
					border-left:1px solid #c1c1c1;
					border-right:1px solid #c1c1c1;
					border-bottom:1px solid #c1c1c1;
					border-radius:0 0 3px 3px;
					/* CSS3 tweaks for modern browsers */
					-moz-border-radius:3px 3px 3px 3px;
					-webkit-border-radius:3px 3px 3px 3px;
				}
	/* konkurs 1 czerwca */
#Konkurs-DzienDziecka h3 {
	font-size:28px;
	margin-bottom:1em;
}

#Konkurs-DzienDziecka .Columns {
	border:0 !important;
}

	#Konkurs-DzienDziecka .Columns .column {
	}

	#Konkurs-DzienDziecka .Columns .column-left {
		float:left;
		width:49%;
	}
	#Konkurs-DzienDziecka .Columns .column-right {
		float:right;
		width:49%;
	}

	#Konkurs-DzienDziecka .column-right .column-content {
		padding-left:20px;
	}

	#Konkurs-DzienDziecka .column-right .column-content div.errMsg {
		position:relative;
		margin:1em 0;
		left:-20px;
	}


	#Konkurs-DzienDziecka div.errMsg {
		padding-left:23px;

		background:#ffffff url(../Img/Shared/bg_alarm.png) 0 0 no-repeat;
		border:1px #ce110d solid;

		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-khtml-border-radius:3px;
		-o-border-radius:3px;
	}


	#Konkurs-DzienDziecka dl dt {
		margin-top:1em;
	}

	#Konkurs-DzienDziecka dl dd {
		left:-20px;
		position:relative;
	}

	#Konkurs-DzienDziecka ul {
		left:-20px;
		position:relative;
	}


	#Konkurs-DzienDziecka ul.winnersList {
		left:0;
		position:relative;
	}


	#Konkurs-DzienDziecka form.common {
	}

	#Konkurs-DzienDziecka form.common label {
		font-weight:bold;
	}

	#Konkurs-DzienDziecka form.common label.weight-normal {
		font-weight:normal !important;
	}

	#Konkurs-DzienDziecka form.common .submit-wyslij {
		margin:1em 0;
		display:block;
		width:83px;
		height:30px;
		background:transparent url(../Img/Shared/btn_movie_wyslij2.png) 0 0 no-repeat;

		overflow:hidden;
		text-indent:-8888px;
	}
	textarea#recipeContent
	{
	    font-size: 12px;
	}
	

/*
	Gadka Dla Niejadka
*/
	
	#Konkurs-GadkaDlaNiejadka {
		position:relative;
		padding:4px;
		
		height:870px;
		
		background:#fbe0bc url(../Img/Subpages/Dzieci/gadkadlaniejadka/bg.png) 0 0 repeat-x;
		
		border:3px #dcc5b9 solid;
		border-radius:10px;
		-moz-border-radius:10px;
		
		overflow:visible;
	}
	
	#Konkurs-GadkaDlaNiejadka  p {
		margin:0 !important;
		padding:0 !important;
	}
	
	
	#Konkurs-GadkaDlaNiejadka img.water-txt {
		position:absolute;
		left:0;
		top:0;
	}
	
	#Konkurs-GadkaDlaNiejadka img.txt1 {
		position:absolute;
		left:47px;
		top:31px;
	}
	
	#Konkurs-GadkaDlaNiejadka img.txt2 {
		position:absolute;
		left:46px;
		top:234px;
	}
	
	
	#Konkurs-GadkaDlaNiejadka .intro {
		width:450px;
		
		position:absolute;
		left:32px;
		top:101px;
		
		background:transparent url(../Img/Subpages/Dzieci/gadkadlaniejadka/bg_intro.png) 0 0 repeat-y;
		border:0;
		border-radius:10px;
		-moz-border-radius:10px;
		
		z-index:10;
	}
	
	#Konkurs-GadkaDlaNiejadka .intro .content {
		padding:8px 65px 8px 20px;
	}
	
	#Konkurs-GadkaDlaNiejadka .niejadekchlopiec {
		position:absolute;
		right:1px;
		top:1px;
		z-index:100;
	}
	
	body.ie #Konkurs-GadkaDlaNiejadka .niejadekchlopiec {
		position:absolute;
		right:3px;
		top:3px;
		z-index:100;
	}
	
		#Konkurs-GadkaDlaNiejadka .nagroda-lody {
			position:absolute;
			left:25px;
			top:295px;
		}
		
		#Konkurs-GadkaDlaNiejadka .nagroda-opiekacz {
			position:absolute;
			left:66px;
			top:496px;
		}
		
		#Konkurs-GadkaDlaNiejadka .nagroda-mikser {
			position:absolute;
			left:258px;
			top:420px;
		}
	
	#Konkurs-GadkaDlaNiejadka .niejadekdziewczynka {
		position:absolute;
		left:1px;
		bottom:1px;
	}
	body.ie #Konkurs-GadkaDlaNiejadka .niejadekdziewczynka {
		position:absolute;
		left:3px;
		bottom:3px;
	}
	
	#Konkurs-GadkaDlaNiejadka .galaretki {
		position:absolute;
		left:139px;
		bottom:15px;
	}
	
	#Konkurs-GadkaDlaNiejadka .form {
		padding:5px 0;
		width:333px;
		zzheight:435px;
	
		position:absolute;
		bottom:1px;
		right:1px;
		
		background:#fbe0bc url(../Img/Subpages/Dzieci/gadkadlaniejadka/bg.png) 0 0 repeat-x;
		
		border:3px #dcc5b9 solid;
		border-radius:10px;
		-moz-border-radius:10px;
		
		z-index:150;
	}
	
		body.ie #Konkurs-GadkaDlaNiejadka .form {
			bottom:4px;
			right:4px;
		}
	
	#Konkurs-GadkaDlaNiejadka h3.KubaReczny {
		padding-left:25px;
		
		font-size:28px;
		
		color:#6c5e54 !important;
	}
	
	#Konkurs-GadkaDlaNiejadka .form form {
		padding:4px;
	}
		#Konkurs-GadkaDlaNiejadka .form fieldset {
			padding:0 20px;
		}
	
		#Konkurs-GadkaDlaNiejadka .form form span.fWrapp {
			display:inline-block;
			width:99%;
		
			background-color:#f8f7cd;
			
			border:1px #817066 solid;
			border-radius:10px;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
			-khtml-border-radius:10px;
		}
		
		#Konkurs-GadkaDlaNiejadka .form form span.fWrapp.err {
			background-image:url(../Img/Subpages/Dzieci/gadkadlaniejadka/bg_field_err.png);
				background-position:3px 5px;
				background-repeat:no-repeat;
		}
			#Konkurs-GadkaDlaNiejadka .form form span.fWrapp.err input,
			#Konkurs-GadkaDlaNiejadka .form form span.fWrapp.err textarea {
				margin-left:35px;
				width:85%;
			}
		
	
		#Konkurs-GadkaDlaNiejadka .form form input.text,
		#Konkurs-GadkaDlaNiejadka .form form textarea {
			display:block;
			width:96%;
			margin:0 auto;
			
			font-size:1.3em;
			font-family:Tahoma, Verdana, Arial, sans-serif;
			color:#B2916E;
			background-color:#f8f7cd;
			border:0;
		}
		
		#Konkurs-GadkaDlaNiejadka .form form textarea {
			overflow-x:hidden;
		}
		
		#Konkurs-GadkaDlaNiejadka .form form label.KubaReczny {
			font-size:18px;
			
			color:#26201d;
		}
		
		#Konkurs-GadkaDlaNiejadka .form form input.text {
			height:2em;
			line-height:1.6em;
		}
		
		#Konkurs-GadkaDlaNiejadka .form form input.komunikat {
			padding-left:30px;
			background:inherit url(../Img/Subpages/Dzieci/gadkadlaniejadka/bg_komunikat.png) 5px 50% no-repeat;
		}
		
		
		#Konkurs-GadkaDlaNiejadka .agree1 {
			min-height:30px;
			padding:8px 4px 2px 25px;
			margin:2px;
		}
		
		body.ie6 #Konkurs-GadkaDlaNiejadka .agree1 {
			height:30px;
		}
		
		#Konkurs-GadkaDlaNiejadka .agree2 {
			margin:2px 2px 8px 2px;
			padding:8px 4px 8px 25px;
			color:#f8f7cd;
			background-color:#620000;
			
			border:1px #817066 solid;
			border-radius:10px;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
			-khtml-border-radius:10px;
		}
		
		#Konkurs-GadkaDlaNiejadka .agree.err {
			background-image:url(../Img/Subpages/Dzieci/gadkadlaniejadka/bg_field_err.png);
			background-position:3px 5px;
			background-repeat:no-repeat;
		}
		
		#Konkurs-GadkaDlaNiejadka .agree input[type="checkbox"] {
			float:left;
		}
		
		#Konkurs-GadkaDlaNiejadka .agree input.checkbox {
			float:left;
		}
		
		#Konkurs-GadkaDlaNiejadka .agree label {
			display:block;
			margin-left:25px;
		}
		
		#Konkurs-GadkaDlaNiejadka  input.submit {
			margin-left:130px;
			display:block;
			width:55px;
			height:22px;
			float:left;
		}
		
		#Konkurs-GadkaDlaNiejadka  input.wyslij {
			background:transparent url(../Img/Shared/btn_wyslij2.png) 0 0 no-repeat;
		}
/* end of file */ 
/*  
sub_pomysl-na.css  
*/  
#pomyslNa {
	zzmargin:10px 0;
}

#pomyslNa .box {
	margin:10px 0;
}

#pomyslNa .boxTint {
	margin:10px 0;
}

#pomyslNa h3 span {
	color:#967451;
}


#pomyslNa .columns {
}

#pomyslNa ul.threeColumns {
	width:33%;
	float:left;
}

	#pomyslNa ul.threeColumns li input[type="checkbox"] {
		clear:left;
		float:left;
		vertical-align:middle;
	}
	#pomyslNa ul.threeColumns li input.checkbox {
		clear:left;
		float:left;
		vertical-align:middle;
	}

	#pomyslNa ul.threeColumns li label {
		vertical-align:middle;
	}

.receipeDetails {
}

	.receipeDetails .header {
		width:100%;
		border:none;
	}

		.receipeDetails .header h2 {
			margin:0;
			padding:0;
			float:left;
			max-width:600px;
		}

		.receipeDetails .header ul.flagList {
			float:left;
		}
			.receipeDetails .header ul.flagList li {
				margin:0 2px;
				float:left;
				display:block;
				background:transparent none 0 0 no-repeat;
			}

			.receipeDetails .header ul.flagList li.new {
				width:37px;
				height:11px;
				background-image:url(../Img/Shared/ico_new.png);
			}
			.receipeDetails .header ul.flagList li.kids {
				width:13px;
				height:12px;
				background-image:url(../Img/Shared/ico_kids.png);
			}
			.receipeDetails .header ul.flagList li.wellness {
				width:13px;
				height:11px;
				background-image:url(../Img/Shared/ico_wellness.png);
			}

	.receipeDetails .author {
		font-weight:bold;
	}
		.receipeDetails .author .nick {
			color:#8ec03e;
			font-size:11px;
			font-family:Arial, Tahoma, Verdana, sans-serif;

		}

	.receipeDetails .receipeContent {
		padding:20px 0;
	}

	.receipeDetails .columns {
	}

		.receipeDetails .receipeContent .column-right {
			float:right;
			width:298px;
		}

		.receipeDetails .receipeContent .column-right .shortInfo {
			padding:12px 15px;
			background:#fbf9bc;
		}

		.receipeDetails .receipeContent .column-right .shortInfo .columns {
			width:100%;
		}

			.receipeDetails .receipeContent .column-right .shortInfo .columns .column {
				margin:0;
				padding:0;
			}

			.receipeDetails .receipeContent .column-right .shortInfo .columns .column-right {
				float:right;
				width:59%;
			}

			.receipeDetails .receipeContent .column-right .shortInfo .columns .column-left {
				float:left;
				width:40%;
			}

		.receipeDetails .receipeContent .column-left {
			margin-right:340px;
		}


	.receipeDetailsTabsNav {
		position:relative;
	}

	.receipeDetailsTabsNav .receipeDetailsSubNav {
		top:0;
		right:0;
		position:absolute;
	}
		.receipeDetailsTabsNav .receipeDetailsSubNav li {
			padding-left:20px;
			display:inline;
			line-height:30px;
		}
			.receipeDetailsTabsNav .receipeDetailsSubNav li:first-child {
				padding-left:0;
			}
			.receipeDetailsTabsNav .receipeDetailsSubNav li.first-child {
				padding-left:0;
			}

		.receipeDetailsTabs {
		}
			.receipeDetailsTabs li {
				float:left;
				margin-left:2px;
				padding:10px 20px;
				border:1px #f64844 solid;
				border-width:1px 1px 0 1px;

				border-radius:5px 5px 0 0;
				-moz-border-radius:5px 5px 0 0;
				-webkit-border-radius:5px 5px 0 0;
				-khtml-border-radius:5px 5px 0 0;
			}
				.receipeDetailsTabs li:first-child {
					margin-left:0;
				}
				.receipeDetailsTabs li.first-child {
					margin-left:0;
				}

				.receipeDetailsTabs li a {
					font-size:12px;
					color:#673c0f;
				}

				.receipeDetailsTabs li.current a {
					color:#e41c17;
				}

		.receipeDetails .receipeDetailsTabItems {
			border:1px #f64844 solid;

			border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			-khtml-border-radius:5px;
		}
			.receipeDetails .receipeDetailsTabItem {
				padding:10px;
				margin:0;
			}

				.receipeDetails .receipeDetailsTabItem .commentsList .avatar {
					float:left;
					width:73px;
					 margin:5px;

					text-align:center;
					text-decoration:none;
				}

				.receipeDetails .receipeDetailsTabItem .commentsList .avatar span {
					display:block;
					height:1.75em;
					overflow:hidden;
				}


.relatedMedia {
}

	.relatedMedia .headerWrapper {

	}
		.relatedMedia .headerWrapper h3 {
			padding:0;
		}

		.relatedMedia .headerWrapper p {
			padding-top:0 !important;
		}

	.relatedMedia .headerWrapper {
		position:relative;
		padding-right:200px;
		margin:10px 0;
	}

	.relatedMedia .addMovieWrapper {
		position:absolute;
		bottom:0;
		right:0;
	}

		.relatedMedia .addMovieWrapper a {
		}

		.relatedMedia .addMovieWrapper a img {
			vertical-align:middle;
		}

ul.shortReceipesList {
}
	ul.shortReceipesList li {
	}
		ul.shortReceipesList li {
		}

		ul.shortReceipesList li div.column {

		}
		ul.shortReceipesList li div.column-left {
			float:left;
		}

		ul.shortReceipesList li div.column-right {
			margin-left:318px;
			float:none;
		}

		ul.shortReceipesList li div.column-left img {
			margin:0 1em 1em 0;
		}

#pomyslNa .relatedReceipes {
	margin-left:220px;
}/* end of file */ 
/*  
sub_produkty.css  
*/  
.product .header h2 {
	position:static;
	margin-right:0;
	padding-right:0;
	display:block;
	float:none;
	zoom:1;
}

.categories {

}
.categories > ul {

}

.categories ul li {
    display:inline;
    float:left;
    text-align:center;
}

.categories ul li.box {
    height:215px;
    height:auto !important;
    min-height:215px;
}
.categories ul li.box {
    margin:10px 3px;
    padding: 5px 3px;
    width:31%;
    /*
    box-shadow: 1px 2px 2px #e8e2db;
    -moz-box-shadow: 1px 2px 2px #e8e2db;
    -webkit-box-shadow: 1px 2px 2px #e8e2db;*/
}

.categories ul ul li {
    margin:5px 0;
    width:33%;
    line-height:1em;
    margin:2em 0  3px 0;
    overflow:hidden;
}
.categories ul ul li a {
    color:#734c1f;
}
.categories ul ul li a:hover {
    text-decoration:none;
}
.categories ul ul li img {

    padding:0 7px 7px 7px;
}
.categories li span {
    display:block;
    margin:5px 3px -1.75em 5px;
    position:relative;
    text-align:left;
    z-index:1;
}
.categories ul ul,
.subCategories ul.produkty {
    background-color:#fbf9bc;
    overflow:hidden;
    margin:0 0 8px 0;
    zoom:1;
}
.categories > ul > li:nth-child(3n+1) {
    clear:left;
}

.subCategories li.category .title {
    padding:5px;
}
.subCategories li.category .title h3 {
    float:left;
}
.subCategories li.category .title span {
    background:url(../Img/Shared/btn_zwin-rozwin.png) 0 0 no-repeat;
    cursor:pointer;
    float:right;
    height:22px;
    width:64px;
}
.subCategories li.collapsed .title {
    padding:5px 15px;
}
.subCategories li.collapsed .title span {
    background-position:0 -26px;
}
.subCategories li.category {
    border: 1px solid #f00;
    margin:10px 0;
    padding:0 10px;
}
.subCategories li.collapsed {
    border:none;
    padding:0;
}
.subCategories li.collapsed .content {
    display:none;
}

.subCategories ul.produkty {
    background:none;
    margin:5px -10px 5px 0;
    padding:0;
}
.subCategories ul.produkty li {
    float:left;
    height:130px;
    padding:8px 0;
    width:19%;
    margin:3px 0.2%;
    overflow:hidden;
}
.subCategories ul.produkty li a {
    color:#967451;
    display: block;
    height:100%;
    width:100%;
    text-align:center;
}
.subCategories ul.produkty li a:hover {
    text-decoration:none;
}
.nutrition {
    /* border: 1px solid #e41c17; */
    padding:3px;
}
.nutrition table {
    border-collapse:collapse;
    width:100%;
}
.nutrition table th {
    background:url(../Img/Subpages/Produkty/tabletop.png) -5px 0 no-repeat;
    color:#fff;
    font-weight:bold;
    padding:3px 20px 3px 5px;
}
.nutrition table th.first {
    background-position:0 0;
}
.nutrition table th.last {
    background-position:100% 0;
}
.nutrition table td {
    color:#967451;
    padding:5px;
}
.nutrition table td:first-child {
    color:#e41c17;
    font-weight:bold;
}
.nutrition table tr:nth-child(2n) {
    background-color:#fbf9bc;
}
.nutrition table tr.odd {
    background-color:#fbf9bc;
}
.nutrition p {
    font-size:0.85em;
    padding:5px;
}
p.read-more {
    padding:5px;
    text-align:center;
}

.inSelectedShops {
	clear:both;
	padding-top:1em;
}
	.inSelectedShops li {
		margin:0;
		padding:0;
		line-height:15px;
		vertical-align:middle;
	}
	.inSelectedShops img {
		vertical-align:middle;
	}

.przygotowanie {
	margin-bottom:8px;
}

.przygotowanie ol {
    background-color:#fbf9bc;
    overflow:hidden;
    padding:5px 3px;
    margin:0 0 2px 0;
}
.przygotowanie li {
    border-right:2px solid #fff;
    float:left;
    padding:3px 0;
    margin-left:-2px;
    width:33.3%;
    overflow:hidden;
    text-align:center;
    min-height:130px;
    _height:130px;
}



.przygotowanie .zastosowanie li {
    height:auto !important;
    min-height:30px;
}
.przygotowanie .one-in-row li {
	width:100%;
	border-right:none;
	float:none;
}

.przygotowanie .two-in-row li {
	width:50%;
}
	.przygotowanie .two-in-row li:nth-child(2n) {
		border-right:none;
	}

.przygotowanie .three-in-row li {
	width:33.3%;
}
	.przygotowanie .three-in-row li:nth-child(3n)  {
		border-right:none;
	}

.przygotowanie .four-in-row li {
	width:25%;
}
	.przygotowanie .four-in-row li:nth-child(4n) {
		border-right:none;
	}

	.przygotowanie li p {
		padding:0 3px;
	}


.product .product-meta {
    float:left;
}
.product .product-meta img {
    float:left;
    margin-right:10px;
}
.porcje {
    float:left;
    padding:12px 20px 12px 0;
}
.porcje span {
    background:url(../Img/Subpages/Produkty/porcje.gif) 0 50% no-repeat;;
    margin-left:-4px;
    padding-left:35px;
}
.porcje strong {
    color:#673c0f;
}
.product .related {
    float:right;
    width:320px;
    margin-right:5px;
}

.product .przygotowanie {
    clear:both;
    padding-top:20px;
}


#productNews {
    background:url(../Img/Subpages/Produkty/nowosci/201009/bg-border.png) 50% 0 repeat-y;
    font-family:Tahoma, Arial, Sans-Serif;
    font-size:1.1em;
    padding:0;
    width:678px;
    margin:20px auto;
}
.productNewsOuter {
    background:url(../Img/Subpages/Produkty/nowosci/201009/bg-top.jpg) 50% 0 no-repeat;
    padding-top:370px;
}
.productNewsInner {
    background:url(../Img/Subpages/Produkty/nowosci/201009/bg-bottom.png) 50% 100% no-repeat;
    padding:10px 65px 20px 65px;
}
#productNews h3 {
    color:#d2130e !important;
    font-size:24px !important;
    clear:both;
}
#productNews a {
    font-weight:bold;
}

	#productNews li.category {
		padding-top:0;
		padding-bottom:2em;
	}

	#productNews li.category h3 {
		color:#c80f0b !important;

		font-size:1.636em;
		font-weight:normal !important;
		padding:1em 0 1.5em 0;
	}

	#productNews li.category h4 {
		font-size:1.36em;
		line-height:1.2em;
	}
	
	
#productNews2 {
	color:#673c0f;
	
	font-size:12px;
	
	padding:20px;
	
	border:1px #ff0000  solid;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
}
	#productNews2 h2 {
		padding:0.5em 0;
		float:none;
		
		font-size:22px;
		color:#d0120d;
	}
	
	#productNews2 h3 {
		clear:both;
		float:none;
		font-size: 16px;
		padding-bottom:0;
		padding-top:15px;
	}
	
	#productNews2 p {
		padding:0.5em 0;
	}
	
	#productNews2 img {
		padding:0 10px;
	}/* end of file */ 
/*  
sub_przepisy.css  
*/  
#recipes {
	font-size:1.0909em;
	padding-bottom:45px;
}

#recipes h1 {
	margin:1em 0 0 0;
	font-size:1.5em;
	color:#673C0F;
	font-family:"Meta-Pro Bold",Arial,Tahoma,Verdana,sans-serif;
}

/* wyniki wyszukiwania przepisów */
.serachListViev {margin-top:11px;}
.serachListViev li{margin: 0 5px 20px 5px;padding: 0 0 10px 0;border-bottom: 1px solid #ddd;}
.serachListViev li:last-child{border-bottom:none;}
.serachListViev .left img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #bbb;
}
.serachListViev .left a:hover img{border:1px solid #E41C17;}
.serachListViev .left{float:left;text-align:center;width:124px;overflow: hidden;}
.serachListViev .right{float:left;width: 550px;margin-left:10px;}
.serachListViev h4 a{font-size: 15px;}
.serachListViev .author{color: #673C0F;font-size:12px;font-weight:bold;} 
.serachListViev .listPreparation{margin:11px 0;line-height: 1.5em;}
.serachListViev .listDetails{font-size:11px;}

.topSearchResults .relatedPhrases{}
.topSearchResults .relatedPhrases a{border-bottom: 1px solid #DDDDDD;}
.topSearchResults .relatedPhrases a:hover{text-decoration:none; border-bottom: 1px solid #673C0F;}
.topSearchResults .relatedPhrases span {color: #888;}
#middleContainer .topSearchResults h3 {padding-bottom: 5px;}


/* Zakładki z grupami przepisów */
#tabs-receipes-container {
}
	#tabs-receipes-container #tabs-receipes {
		position:relative;
		height:110px;
		bottom:-1px;
	}
		#tabs-receipes-container #tabs-receipes li {
			position:absolute;
			height:110px;
			top:0;
			z-index:1;
		}


		#tabs-receipes-container #tabs-receipes li span.results-in-category {
			padding:2px 5px;
			position:absolute;
			right:1px;
			top:40%;

			background-color:#fcfac9;
		}


			#tabs-receipes-container #tabs-receipes li a {
				display:block;
				width:100%;
				height:100%;
			}

			#tabs-receipes-container #tabs-receipes li.current {
				z-index:10;
			}

		#tabs-receipes-container #tabs-receipes li#tabs-receipes-item-salatki {
			left:0;
			width:124px;
		}
			#tabs-receipes-container #tabs-receipes li#tabs-receipes-item-salatki a {
				background:transparent url(../Img/Shared/bg_tabs-przepisy.png) 0 0 no-repeat;
			}
				#tabs-receipes-container #tabs-receipes li#tabs-receipes-item-salatki.current a {
					background:transparent url(../Img/Shared/bg_tabs-przepisy.png) 0 -110px no-repeat;
				}

		#tabs-receipes-container #tabs-receipes li#tabs-receipes-item-zupy {
			left:124px;
			width:123px;
		}
			#tabs-receipes-container #tabs-receipes li#tabs-receipes-item-zupy a {
				background:transparent url(../Img/Shared/bg_tabs-przepisy.png) -123px 0 no-repeat;
			}
				#tabs-receipes-container #tabs-receipes li#tabs-receipes-item-zupy.current a {
					background:transparent url(../Img/Shared/bg_tabs-przepisy.png) -123px -110px no-repeat;
				}

		#tabs-receipes-container #tabs-receipes li#tabs-receipes-item-dania-glowne {
			left:246px;
			width:124px;
		}
			#tabs-receipes-container #tabs-receipes li#tabs-receipes-item-dania-glowne a {
				background:transparent url(../Img/Shared/bg_tabs-przepisy.png) -245px 0 no-repeat;
			}
				#tabs-receipes-container #tabs-receipes li#tabs-receipes-item-dania-glowne.current a {
					background:transparent url(../Img/Shared/bg_tabs-przepisy.png) -245px -110px no-repeat;
				}

		#tabs-receipes-container #tabs-receipes li#tabs-receipes-item-przystawki-kanapki-i-tosty {
			left:369px;
			width:122px;
		}
			#tabs-receipes-container #tabs-receipes li#tabs-receipes-item-przystawki-kanapki-i-tosty a {
				background:transparent url(../Img/Shared/bg_tabs-przepisy.png) -368px 0 no-repeat;
			}
				#tabs-receipes-container #tabs-receipes li#tabs-receipes-item-przystawki-kanapki-i-tosty.current a {
					background:transparent url(../Img/Shared/bg_tabs-przepisy.png) -368px -110px no-repeat;
				}

		#tabs-receipes-container #tabs-receipes li#tabs-receipes-item-ciasta-i-desery {
			left:490px;
			width:122px;
		}
			#tabs-receipes-container #tabs-receipes li#tabs-receipes-item-ciasta-i-desery a {
				background:transparent url(../Img/Shared/bg_tabs-przepisy.png) -489px 0 no-repeat;
			}
				#tabs-receipes-container #tabs-receipes li#tabs-receipes-item-ciasta-i-desery.current a {
					background:transparent url(../Img/Shared/bg_tabs-przepisy.png) -489px -110px no-repeat;
				}

		#tabs-receipes-container #tabs-receipes li#tabs-receipes-item-warto-zobaczyc {
			left:610px;
			width:123px;
		}
			#tabs-receipes-container #tabs-receipes li#tabs-receipes-item-warto-zobaczyc a {
				background:transparent url(../Img/Shared/bg_tabs-przepisy.png) -610px 0 no-repeat;
			}
				#tabs-receipes-container #tabs-receipes li#tabs-receipes-item-warto-zobaczyc.current a {
					background:transparent url(../Img/Shared/bg_tabs-przepisy.png) -610px -110px no-repeat;
				}

		#tabs-receipes-container #tabs-receipes li#tabs-receipes-item-wszystkie {
			left:610px;
			width:123px;
		}
			#tabs-receipes-container #tabs-receipes li#tabs-receipes-item-wszystkie a {
				background:transparent url(../Img/Shared/bg_tabs-przepisy.png) -733px 0 no-repeat;
			}
				#tabs-receipes-container #tabs-receipes li#tabs-receipes-item-wszystkie.current a {
					background:transparent url(../Img/Shared/bg_tabs-przepisy.png) -733px -110px no-repeat;
				}
/*
#tabs-receipes-content {
	padding:10px 13px 10px 15px;
	background:#ffffff url(../Img/Shared/bg_przepisy_sprite.png) 0 0 repeat-y;
}
*/
#tabs-receipes-content {
	padding:10px 13px 10px 15px;
	border:1px #f00 solid;
	background-color:#ffffff;
	margin-right:1px;
}


/* Zakładki z grupami przepisów */
/*
#tabsBottom-receipes-container {
	margin-top:-2px;
}
*/
#tabsBottom-receipes-container {
}

	#tabsBottom-receipes-container #tabsBottom-receipes {
		position:relative;
		height:50px;
	}
		#tabsBottom-receipes-container #tabsBottom-receipes li {
			position:absolute;
			height:50px;
			top:0;
			z-index:1;
		}
			#tabsBottom-receipes-container #tabsBottom-receipes li a {
				position:relative;
				display:block;
				width:100%;
				height:100%;
			}

			#tabsBottom-receipes-container #tabsBottom-receipes li.current a {
				margin-top:-1px;
			}

			#tabsBottom-receipes-container #tabsBottom-receipes li.current {
				z-index:10;
			}

		#tabsBottom-receipes-container #tabsBottom-receipes li#tabsBottom-receipes-item-salatki {
			left:0;
			width:124px;
		}
			#tabsBottom-receipes-container #tabsBottom-receipes li#tabsBottom-receipes-item-salatki a {
				background:transparent url(../Img/Shared/bg_tabs_bottom-przepisy.png) 0 0 no-repeat;
			}
				#tabsBottom-receipes-container #tabsBottom-receipes li#tabsBottom-receipes-item-salatki.current a {
					background:transparent url(../Img/Shared/bg_tabs_bottom-przepisy.png) 0 -50px no-repeat;
				}

		#tabsBottom-receipes-container #tabsBottom-receipes li#tabsBottom-receipes-item-zupy {
			left:123px;
			width:123px;
		}
			#tabsBottom-receipes-container #tabsBottom-receipes li#tabsBottom-receipes-item-zupy a {
				background:transparent url(../Img/Shared/bg_tabs_bottom-przepisy.png) -123px 0 no-repeat;
			}
				#tabsBottom-receipes-container #tabsBottom-receipes li#tabsBottom-receipes-item-zupy.current a {
					background:transparent url(../Img/Shared/bg_tabs_bottom-przepisy.png) -123px -50px no-repeat;
				}

		#tabsBottom-receipes-container #tabsBottom-receipes li#tabsBottom-receipes-item-dania-glowne {
			left:246px;
			width:124px;
		}
			#tabsBottom-receipes-container #tabsBottom-receipes li#tabsBottom-receipes-item-dania-glowne a {
				background:transparent url(../Img/Shared/bg_tabs_bottom-przepisy.png) -245px 0 no-repeat;
			}
				#tabsBottom-receipes-container #tabsBottom-receipes li#tabsBottom-receipes-item-dania-glowne.current a {
					background:transparent url(../Img/Shared/bg_tabs_bottom-przepisy.png) -245px -50px no-repeat;
				}

		#tabsBottom-receipes-container #tabsBottom-receipes li#tabsBottom-receipes-item-przystawki-kanapki-i-tosty {
			left:369px;
			width:123px;
		}
			#tabsBottom-receipes-container #tabsBottom-receipes li#tabsBottom-receipes-item-przystawki-kanapki-i-tosty a {
				background:transparent url(../Img/Shared/bg_tabs_bottom-przepisy.png) -368px 0 no-repeat;
			}
				#tabsBottom-receipes-container #tabsBottom-receipes li#tabsBottom-receipes-item-przystawki-kanapki-i-tosty.current a {
					background:transparent url(../Img/Shared/bg_tabs_bottom-przepisy.png) -368px -50px no-repeat;
				}

		#tabsBottom-receipes-container #tabsBottom-receipes li#tabsBottom-receipes-item-ciasta-i-desery {
			left:490px;
			width:122px;
		}
			#tabsBottom-receipes-container #tabsBottom-receipes li#tabsBottom-receipes-item-ciasta-i-desery a {
				background:transparent url(../Img/Shared/bg_tabs_bottom-przepisy.png) -489px 0 no-repeat;
			}
				#tabsBottom-receipes-container #tabsBottom-receipes li#tabsBottom-receipes-item-ciasta-i-desery.current a {
					background:transparent url(../Img/Shared/bg_tabs_bottom-przepisy.png) -489px -50px no-repeat;
				}

		#tabsBottom-receipes-container #tabsBottom-receipes li#tabsBottom-receipes-item-warto-zobaczyc {
			left:610px;
			width:124px;
		}
			#tabsBottom-receipes-container #tabsBottom-receipes li#tabsBottom-receipes-item-warto-zobaczyc a {
				background:transparent url(../Img/Shared/bg_tabs_bottom-przepisy.png) -610px 0 no-repeat;
			}
				#tabsBottom-receipes-container #tabsBottom-receipes li#tabsBottom-receipes-item-warto-zobaczyc.current a {
					background:transparent url(../Img/Shared/bg_tabs_bottom-przepisy.png) -610px -50px no-repeat;
				}

		#tabsBottom-receipes-container #tabsBottom-receipes li#tabsBottom-receipes-item-wszystkie {
			left:610px;
			width:124px;
		}
			#tabsBottom-receipes-container #tabsBottom-receipes li#tabsBottom-receipes-item-wszystkie a {
				background:transparent url(../Img/Shared/bg_tabs_bottom-przepisy.png) -734px 0 no-repeat;
			}
				#tabsBottom-receipes-container #tabsBottom-receipes li#tabsBottom-receipes-item-wszystkie.current a {
					background:transparent url(../Img/Shared/bg_tabs_bottom-przepisy.png) -734px -50px no-repeat;
				}



#receipesRankContainer {
}
	#receipesRankContainer ul.tabs {

	}
		#receipesRankContainer ul.tabs li {
			display:inline;
		}

	#receipesRankContainer .tabContentContainer {
		padding-bottom:10px;
		border:1px #f64844 solid;
		border-radius:0 0 5px 5px;
		/* CSS3 tweaks for modern browsers */
		-moz-border-radius:0 0 5px 5px;
		-webkit-border-radius:0 0 5px 5px;
		-khtml-border-radius:0 0 5px 5px;
	}

		#receipesRankContainer .tabContentContainer .tabContent {
			padding:0 15px;
		}


.wideTabTop {
	margin-top:-3px;

	padding-top:4px;
	zzbackground:transparent url(../Img/Shared/bg_przepisy_sprite.png) -734px 0 no-repeat;
}

.wideTabBottom {
	padding-bottom:4px;
	zzbackground:transparent url(../Img/Shared/bg_przepisy_sprite.png) -734px 100% no-repeat;
}

.wideTabMiddle {
	padding:0 15px;
	zzbackground:transparent url(../Img/Shared/bg_przepisy_sprite.png) 0 0 repeat-y;
}
body.ie6 .wideTabMiddle {
	zoom:1;
}
/*
.wideContentTabTop {
	width:700px;
	padding-top:4px;
	background:transparent url(../Img/Shared/content_border_sprite.png) -700px 0 no-repeat;
}

.wideContentTabBottom {
	padding-bottom:4px;
	background:transparent url(../Img/Shared/content_border_sprite.png) -700px 100% no-repeat;
}

.wideContentTabMiddle {
	padding:0 15px;
	background:transparent url(../Img/Shared/content_border_sprite.png) 0 0 repeat-y;
}
*/

#tabs-content-receipeWrapper {
	zzpadding:0 15px;
	padding:15px;
	border:1px #f00 solid;
}

a.txtNick {
	color:#8ec03e;
}


#box-rank {
	margin:1em 0;
}

	#box-rank div.dropdown {
		width:30px;
	}

	#box-rank .content {
		padding:3px 10px;
	}
	#box-rank .inputTextWrapper {
	    margin:-2px 10px 0 5px;
	}
	#box-rank form {
	    float:left;
	    padding-right:10px;
	    margin-right:10px;
	    border-right: 1px solid #f5f2cd;
	}

#receipeInformation {
	padding:12px 15px 15px 15px;
	background-color:#fbf9bc;
}

	#receipeInformation .section {
	}
		#receipeInformation .section .column {
		}
			#receipeInformation .section ul.column {
				margin:0 !important;
				padding:0 !important;
			}
				#receipeInformation .section ul.column li {
					margin:0 !important;
					padding:0 !important;
				}

		#receipeInformation .section .column-left {
			width:100px;
			float:left;
			text-align:left;
			zzbackground-color:#0000ff;
		}
		#receipeInformation .section .column-right {
			width:160px;
			float:right;
			text-align:left;
			zzbackground-color:#00ff00;
		}

#receipe-ingredients-description {
	float:left;
	width:391px;
}

#receipe-short-info {
	float:right;
	width:298px;
}



#receipe-short-info .photoWrapper {
	position:relative;
	overflow:visible !important;

	text-align:center;
}
	#receipe-short-info .photoWrapper a {
		display:block;
		zzbackground:transparent url(../Img/Shared/bg_player.png) 50% 50% no-repeat;
	}

	#receipe-short-info .photoWrapper .playerIco {
		width:100%;
		height:100%;
		display:block;
		background:transparent url(../Img/Shared/bg_player.png) 50% 50% no-repeat;

		cursor:pointer;
	}
	
	#receipe-short-info .photoWrapper .addPhoto {
		width:100%;
		height:100%;
		display:block;
		background:transparent url(../Img/Shared/btn_dodaj-zdjecie2.png) 50% 50% no-repeat;

		cursor:pointer;
	}


#tab-receipe-info {
    float:left;
}

#tab-content-receipe-info {
}

#tab-content-receipe-info #receipe-prepare {
	float:left;
	width:455px;
}

#tab-content-receipe-info #receipe-prepare-links {
	float:right;
	width:196px;
}

div.FBlikebox { position:relative; }
div.FBlikebox iframe {
    width:292px;
    height:62px;
    position:absolute;
    clip:rect(25px 292px 62px 50px);
}

#tabs-receipeWrapper div.FBlikebox {
    background:url(../img/Shared/bg-fblike-small.gif) 8px 0 no-repeat;
    float:left;
    height:34px;
    width:350px;
}
#tabs-receipeWrapper div.FBlikebox iframe {
    top:-25px;
    left:150px;
}

#sidebarLeft div.FBlikebox {
    background:url(../Img/Shared/bg-fblike-sidebar.jpg) 0 0 no-repeat;
    height:150px;
    width:246px;
    margin-top:10px;
}
#sidebarLeft div.FBlikebox a { display:block; position:absolute; top:62px; left:0; width:246px; height:30px; }
#sidebarLeft div.FBlikebox iframe {
    left:10px;
    top:65px;
}







div.searchfilter {
    padding:4px;
}
div.searchfilter div.sort {
    float:right;
    width:300px;
}
div.searchfilter span.inputTextWrapper {
    float:none;
    display:inline-block;
    width:160px;
}
div.searchfilter input {
    vertical-align:middle;
}

table.searchResults {
	width:100%;
	table-layout:fixed;
}
	table.searchResults tr {
	}

		table.searchResults tr td {
		}

		table.searchResults tr.odd td {
			background-color:#ffffff;
		}

		table.searchResults tr.even td {
			background-color:#fbf9bc;
		}

		table.searchResults thead tr {
		}
			table.searchResults thead tr td {
				text-align:left;
				font-size:16px;
				font-family:"Meta-Pro Bold", Arial, Tahoma, Verdana, sans-serif;
				color:#673c0f;
			}

		table.searchResults tfoot tr {
		}
			table.searchResults tfoot tr td {
				text-align:left;
				font-size:16px;
				font-family:"Meta-Pro Bold", Arial, Tahoma, Verdana, sans-serif;
				color:#673c0f;
			}

			table.searchResults tr td.align-left {
				text-align:left;
			}

			table.searchResults tr td.align-center {
				text-align:center;
			}

			table.searchResults tr td.align-right {
				text-align:right;
			}

		table.searchResults tbody tr {
		}
			table.searchResults tbody tr td {
				padding:5px 0;
			}
			table.searchResults tbody tr td img.thumb {
			    display:none;
			    position:relative;
			    z-index:99;
			    margin:-38px 0;
			    top:-12px;
			    padding:2px;
			    background:#fff;
			    border:1px solid #967451;
			}
			table.searchResults tbody tr td:hover img.thumb {
			    display:inline;
			}
			table.searchResults tbody tr td.hover img.thumb {
			    display:inline;
			}

			table.searchResults tbody tr td.icons {
				text-align:right;
				vertical-align:middle;
			}

				table.searchResults tbody tr td.icons span.icoWrapper {
				}
					table.searchResults tbody tr td.icons span.icoWrapper span.ico {
						margin:0 3px;
					}

			table.searchResults tbody tr td.nick {
				text-align:center;
				vertical-align:middle;
			}


			table.searchResults tbody tr td.comments {
				text-align:center;
				vertical-align:middle;
			}
			
			table.searchResults tbody tr td.more {
				text-align:center;
				vertical-align:middle;
				width: 100px;
				 font-weight: bold;
			}



			table.searchResults tbody tr td span.name {
				padding:0 10px;
			}
			table.searchResults thead tr.dimensions {
			    background:none;
			}
			table.searchResults thead tr.dimensions td.nazwa-przepisu {

			}
			table.searchResults thead tr.dimensions td.rodzaj-przepisu {
				width:65px;
			}
			table.searchResults thead tr.dimensions td.autor-przepisu {
				width:60px;
			}
			table.searchResults thead tr.dimensions td.komentarze-przepisu {
				width:95px;
			}

			table.searchResults a.receipe {
				font-weight:bold;
			}

ul.ingredientList {
}
	ul.ingredientList li {

	}
		ul.ingredientList li:after {
			content:"";
			display:block;
			height:0;
			overflow:hidden;
			clear:both;
		}

	ul.ingredientList li a {
		display:block;
		width:17px;
		height:17px;
		float:left;
	}
		ul.ingredientList li a.up {
			background:transparent url(../Img/Shared/bullet_ingredient_up.png) 50% 50% no-repeat;
		}
		ul.ingredientList li a.down {
			background:transparent url(../Img/Shared/bullet_ingredient_down.png) 50% 50% no-repeat;
		}
		ul.ingredientList li a.remove {
			background:transparent url(../Img/Shared/bullet_ingredient_remove.png) 50% 50% no-repeat;
		}

		ul.ingredientList li span.fieldWrapper {
			display:block;
			float:left;
		}

a.button {
	text-indent:-8888px;
}

a.btn-dodaj-nowy-skladnik {
	margin:5px 0 5px 45px;
	display:block;
	width:122px;
	height:22px;
	background:transparent url(../Img/Shared/btn_dodaj-nowy-skladnik.png) 0 0 no-repeat;
}

input.submit {
  text-indent:-8888px;
}

input.dodaj-przepis {
	display:block;
	width:138px;
	height:30px;
	background:transparent url(../Img/Shared/btn_dodaj-przepis2.png) 0 0 no-repeat;

	vertical-align:middle;
}



ul.commentsList {
}
	ul.commentsList > li {
	  margin:2px 0;

		background-color:#ffffff;
	  border:1px #e5df9a solid;
    /* CSS3 tweaks for modern browsers */
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-khtml-border-radius:3px;
	}


	ul.commentsList .avatar {
	  float:left;
	  margin:5px;
	  text-decoration:none;
	}

	ul.commentsList .statsWrapper {
	  margin:5px 10px 5px 85px;
	}

	ul.commentsList .stats {
	  float:left;
	  width:100%;
	}

	ul.commentsList .stats ul.linkList {
	}
		ul.membersList .stats ul.linkList li {
		  text-align:right;
		}

	ul.commentsList .stats .section {
	  width:100%;
	}

		ul.commentsList .stats .section .column {
		}
			ul.commentsList .stats .section .column-left {
			  float:left;
			  width:77%;
			}
			ul.commentsList .stats .section .column-right {
			  float:right;
			  width:22%;
			  text-align:right;
			}

.addCommentFieldWrapper {
	border:1px #F2F0F0 solid;
}
	.addCommentFieldWrapper .addCommentField {
		width:99%;
		color:#673C0F;
		border:0;
	}

	input.dodajKomentarz {
		display:inline-block;
		width:104px;
		height:22px;
		text-indent:-8888px;
		background:transparent url(../Img/Shared/btn_dodaj_komentarz.png) 0 0 no-repeat;
	}

/* dodaj przepis */
#dodajprzepis div.append .inputTextWrapper div.dropdown  {
    width:146px;
}
#dodajprzepis div.append {
    clear:both;
}
#dodajprzepis div.append .inputPadding {
    float:left;
    width:210px;
    margin-right:5px;
}
#dodajprzepis div.append span.addbtn {
    background:url(../Img/Shared/btn_dodaj.png) 50% 50% no-repeat;
    cursor:pointer;
    float:left;
    height:22px;
    width:56px;
    text-indent:-999px;
    overflow:hidden;
    margin-top:1px;
}
#dodajprzepis .append .target .item {
    background:url(../Img/Shared/bg_search-apender-item.png) 50% 50% no-repeat;
    height:23px;
    line-height:23px;
    width:190px;
    padding:0 20px 0 8px;
    margin:2px 0;
    overflow:hidden;
}
#dodajprzepis .append .target .item input {
    position:absolute;
    left:-999px;
}
#dodajprzepis .append .target .item span.del-item {
    float:right;
    width:18px;
    height:18px;
    cursor:pointer;
    margin-right:-18px;
    text-indent:-8888px;
}


ol.receipeKids {
	margin-left:3em;
	list-style-type:decimal;
}
	ol.receipeKids li {
		margin-left:-1.5em;
		padding:0.5em 0;

		border-top:1px #ede9ba solid;
	}
		ol.receipeKids li:first-child {
			border-top:0;
		}
		ol.receipeKids li.first-child {
			border-top:0;
		}

.receipeSubNav {
}

	.receipeSubNav ul {
	}

		.receipeSubNav ul li {
		}

		.receipeSubNav ul li.left {
			float:left;
			margin-right:1em;
		}
		.receipeSubNav ul li.right {
			float:right;
			margin-left:1em;
		}

#recipes #receipe-ingredients-description,
#recipes .tab-content-receipe-item {
	font-size:1.0833em;
}

#recipes #receipe-prepare-links {
	font-size:0.8462em;
}



/* test */
ul.receipesList2 {
}

	ul.receipesList2 li.receipesList2Item {
		position:relative;
		margin-bottom:5px;
		margin-right:8px;
		float:left;
		width:103px;
		background:transparent url(../Img/Shared/bg_photo_thumb.png) 0 0 no-repeat;
	}

		ul.receipesList2 li.receipesList2Item .content {
			position:relative;
			margin-top:5px;
			margin-bottom:-5px;
			padding:0 6px 6px 6px;
			background:transparent url(../Img/Shared/bg_photo_thumb.png) 0 100% no-repeat;
		}


		ul.receipesList2 li.receipesList2Item .container {
			position:relative !important;
			width:90px;
			height:90px;
			margin:0 auto;
			overflow:hidden !important;
		}

			ul.receipesList2 li.receipesList2Item .container img {
			}

		ul.receipesList2 li.receipesList2Item .nickContainer {
			position:absolute;
			left:0;
			bottom:-1px;
		}
		
/* ikona video proady */
ul.zebra li.ico-video a.default {
    background: url("../Img/Shared/ico_camera.png") no-repeat scroll 0 0 transparent;
    padding-left: 20px;    
}
/* end of file */ 
/*  
sub_spolecznosc.css  
*/  
/* #communityMenu */
#communityMenu ul li {
    width:16.6%;
}
#communityMenu ul li#tab-forum, #communityMenu ul li#tab-klubowicze { width:15%; }
#communityMenu ul li#tab-kacik { width:20%; }
#communityMenu ul li#tab-kuchniaonline { width:180px; }
#communityMenu ul li#tab-forum.active { border-right-width:1px; margin-right:-1px; float:right; }
.ie6 #communityMenu ul li#tab-forum.active { margin-right:-2px; }
#communityMenu ul li#tab-forum.active a { border-width:0 0 0 1px; }
/*#communityMenu ul li#tab-conowego.active { border-left-width:1px; margin-left:-1px; }
#communityMenu ul li#tab-conowego.active a { border-width:0 1px 0 0; }*/
#communityMenu ul li#tab-kuchniaonline.active { border-left-width:1px; margin-left:-1px; width: 180px; }
#communityMenu ul li#tab-kuchniaonline.active a { border-width:0 1px 0 0; width: 180px;}

.communitySubContent {
    border:1px solid #e41c17;
}

.communitySubContent h2 {
    color:#673C0F;
    float:none;
    font-size:22px;
    line-height:1.1em;
    margin:10px 0 8px 0;
}

#communityHome {

}
#communityHome .joinbanner {
    clear:both;
    height:160px;
}
#communityHome .joinbanner img {
    float:left;
}
#communityHome .split-v {
    margin:0 -0.5%;
}
#communityHome .split-v .column {
    display:inline;
    float:left;
    width:49%;
    margin:0 0.4%;
}
#communityHome .column h2 {
    font-size:17px;
    position:static;
}
#communityHome .forum-news li {
    margin:3px 0;
}
#communityHome .forum-news li a.avatar {
    float:left;
    margin:2px 10px 2px 3px;
}
#communityHome .forum-news li p {
    margin:0 5px 3px 90px;
    padding-top:0;
}
#communityHome .login-recent li {
    float:left;
    width:110px;
    text-align:center;
}
#communityHome .meta {
    float:right;
    padding:10px 10px 10px 0;
}

#forum h2 span {
    display:none;
}
#forum ul.forum-bar {
    display:block;
    padding:3px 5px 0 5px;
    position:relative;
}
#forum ul.forum-bar li {
    display:inline;
}
#forum ul.forum-bar li div {
    background:#fff;
    border:1px solid #f64844;
    border-width:0 1px 1px 1px;
    display:none;
    margin-top:-8px;
    padding:8px 0 3px 0;
}
#forum ul.forum-bar li:hover div {
    display:block;
}
#forum ul.forum-bar li.hover div {
    display:block;
}
.forum-bar li#categories-dropdown {
    position:absolute;
    right:185px;
    z-index:99;
}
.forum-bar li#categories-dropdown li {
    display: block;
    border-top:1px solid #e5df9a;
    margin: 0 6px;
    padding:5px 0;
}
.forum-bar li#categories-dropdown li:first-child {
    border-top:none;
}

.forum-bar li#search-dropdown {
    position:absolute;
    right:5px;
    z-index:99;
    _right:15px;
}
.forum-bar li#search-dropdown form {
    margin:0 3px;
    padding:3px;
}
.forum-bar li#search-dropdown form input.szukaj {
    float:right;
    margin-top:4px;
}

#forum .tablewrap {
    background-image:none;
    margin-bottom:10px;
}

.groupbox {
    background:#fbf9bc;
    padding:10px 14px;
}

#forum .tablewrap .categoryHeader {
    border-bottom:1px solid #e5df9a;
    margin-bottom:5px;
    padding:2px 5px;
}
#forum .tablewrap .categoryHeader p {
    padding-top:0;
}
#forum .tablewrap .categoryHeader h3 {
    margin-right:300px;
}
#forum .tablewrap .categoryHeader .meta {
    float:right;
    width:280px;
}
#forum .action {
    text-align:right;
}
#forum .tablewrap .categoryHeader .meta p {
    color:#673c0f;
    float:left;
    line-height:30px;
    width:50%;
}
#forum .tablewrap .categoryHeader p a {
    color:#967451;
}
#forum table {
    margin:3px 0.5%;
    width:99%;
    table-layout:fixed;
}
#forum thead {
    background:#fbf9bc;
}
#forum thead th {
    color:#673c0f;
    font-weight:bold;
    padding:5px 2px;
}
#forum thead th.meta {
    width:136px;
}
#forum table.categoryThreads th.meta {
    width:120px;
}
#forum table.categoryThreads th:first-child {
    width:260px;
}
#forum table.categoryThreads th.first-child {
    width:260px;
}
#forum td {
    border-bottom:1px solid #f5f2cd;
    padding:5px 2px;
    vertical-align:top;
}
#forum tr + tr td {
    border-bottom:none;
}
#forum tr + tr + tr td {
    border-top:1px solid #f5f2cd;
}

#forum table.categoryThreads h4 {
    background:none;
}
#forum a.threadTitle,
#forum table.categoryThreads h4 a {
    color:#e41c17;
    font-weight:bold;
}
#forum a.threadTitle {
	font-size:1.1818em;
}
#forum a.postExcerpt {
    color:#967451;
}
#forum a.postExcerpt em {
    background:transparent url(../Img/Shared/bg_link_bullet.png) no-repeat scroll 4px 50%;
    color:#E41C17;
    font-style:normal;
    padding-left:14px;
}
#forum a.authorNick {
    color:#8ec03e !important;
    font-weight:bold;
}

#forum td small {
    color:#967451;
    font-size:100%;
}

table.categoryThreads tr:nth-child(2n) td {
    background-color:#faf8e2;
}

#forum table.categoryThreads td + td {
    width:auto;
}
#forum table.categoryThreads a.postExcerpt {
    display:block;
    margin-bottom:4px;
}
#forum table.thread .postText {
	font-size:1.1818em;
	color:#673C0F;
}
#forum table.thread th.meta {
    width:160px;
}
#forum table.thread td + td{
    padding-left:5px;
    width:auto;
}
#forum .thread .categoryHeader h3 a {
    color:#e41c17;
}
#forum .thread .categoryHeader p a {

}

#forum table.thread .authorInfo {
    background:#fbf9bc;
    padding:5px;
    width:140px;
    height:140px;
    text-align:center;
}
#forum table.thread .authorInfo a {
    color:#e41c17;
    display:block;
    text-align:center;
}

#forum table.thread .authorInfo a.message, #forum table.thread .authorInfo a.replies {
    background-image:url(../Img/Subpages/Spolecznosc/avatar_actions.png);
    background-repeat:no-repeat;
    margin-left:15px;
    padding-left:15px;
    text-align:left;
}
.authorInfo a.message {
    background-position:-20px -8px;
}
.authorInfo a.replies {
    background-position:0 -28px;
}
#forum table.thread {
    border-bottom:1px solid #e5df9a;
}
/*
#forum table.thread .authorInfo .avatar {
    color:#fff;
    font-weight:bold;
    margin:5px auto;
    height:93px;
    width:73px;
    position:relative;
}
#forum table.thread .authorInfo .avatar span {
    background:url(../Img/Subpages/Spolecznosc/bg_nick.png) 50% 100% no-repeat;
    position:absolute;
    left:0;
    top:0;
    height:20px;
    width:100%;
    padding-top:73px;
}
*/
#forum .thread .postToolbar {
	position:relative;
    border-bottom:1px solid #f5f2cd;
    padding:3px 0 5px 0;
    margin-bottom:8px;
    font-size:10px;
}

#forum .thread .postToolbar a {
    float:right;
    font-size:11px;
    margin-left:5px;
}
#forum .thread blockquote {
    background:#fdfcdd url(../Img/Subpages/Spolecznosc/bg_blockquote.png) 0 28px no-repeat;;
    margin:5px 0;
    padding:8px 8px 12px 8px;
}
#forum .thread blockquote cite {
    display:block;
    border-bottom:1px solid #fff;
    line-height:2em;
}
#forum .thread p.moderated {
    color:#e41c17;
    font-size:16px;
    font-family:"Meta-Pro Bold", Arial, Tahoma, Verdana, sans-serif;
    font-weight:bold;
    text-align:center;
    padding-top:30px;
}
/* #forum .thread blockquote cite + br {
    display:none;
} */
#forum .thread blockquote em {
    color:#8ec03e;
    font-weight:bold;
    font-style:normal;
}

#forum .box.bottom {
    margin:10px 0;
}
#forum div.reply {
    padding:15px 0 10px 0;
}
#forum div.reply h2, #forum div.reply h3 {
    display:inline;
    font-size:16px;
}
#forum div.reply h3 {
    color:#e62b26 !important;
}
#rejestracja {
	margin-left:257px;
}
#rejestracja.communitySubContent {
	border:1px solid #9bd046;
}

#logowanie {
	margin-left:257px;
}

#logowanie.communitySubContent {
	border:1px solid #9bd046;
}


#logowanie .floatedLI {
	margin-right:0;
}
	#logowanie .floatedLI li {
		margin-right:0;
		padding-right:5px;
	}

.innerSidebar {
}

#innerSidebar-Left.innerSidebar {
	float:left;
	width:247px;
}

	#innerSidebar-Left.innerSidebar .box {
	}

		#innerSidebar-Left.innerSidebar .box ul {
		  padding:3px;

		  border:0;
	    /* CSS3 tweaks for modern browsers */
			border-radius:3px;
			-moz-border-radius:3px;
			-webkit-border-radius:3px;
			-khtml-border-radius:3px;
		}

			#innerSidebar-Left.innerSidebar .box ul li {
			  border-top:1px #f5f2cd solid;
			}
				#innerSidebar-Left.innerSidebar .box ul li:first-child {
				  border-top:none;
				  border-top:0;
				}

			  #innerSidebar-Left.innerSidebar .box ul li a {
			    display:block;
			    padding:8px 8px 8px 21px;

			    text-decoration:none;
			    color:#e41c17;

			    background:transparent url(../Img/Shared/bg_link_bullet.png) 11px 1.25em no-repeat;
			  }
			  #innerSidebar-Left.innerSidebar .box ul li a:hover {
			    background-color:#fbf9bc;
			  }

			  #innerSidebar-Left.innerSidebar .box ul li.current {
				  border-bottom:1px #f5f2cd solid;
				}
				  #innerSidebar-Left.innerSidebar .box ul li.current a {
				    font-weight:bold;
				    background-color:#fbf9bc;
				  }

.innerContent {
	margin-left:267px;
}


.pagesInfo {
	text-align:right;
}



.box2 {
  padding:10px;
	background-color:#fbf9bc;
  border:none;
  border:0;
  /* CSS3 tweaks for modern browsers */
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;

	zoom:1;
}


#membersSearch {
	padding:10px;
	background-color:#ffffff;
	border:1px #f64844 solid;
}

	#membersSearch h3 {
	}
		body.ie6 #membersSearch h3 {
			zoom:1;
		}

	#membersSearch .collapsable {
	}

#membersSearch form.default dl dd.columns div.column-field {
    width:418px;
}
#membersSearch form.default dl dd.columns div.column-field .input-text-full-width {
    width:394px;
}
#membersSearch form.default dl dd.columns div.column-field input {
    width:386px;
}
ul.membersList {
	zoom:1;
}
	ul.membersList > li {
	  margin:2px 0;

		background-color:#ffffff;
	  border:1px #e5df9a solid;
    /* CSS3 tweaks for modern browsers */
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-khtml-border-radius:3px;
	}


	ul.membersList .avatar {
	  float:left;
	  width:73px;
	  margin:5px;

	  text-align:center;
	  text-decoration:none;
	}

	ul.membersList .statsWrapper {
	  margin:5px 10px 5px 85px;
	}

	ul.membersList .stats {
	  float:left;
	  width:100%;
	}

	ul.membersList .stats ul.linkList {
	}
		ul.membersList .stats ul.linkList li {
		  text-align:right;
		}

	ul.membersList .stats .section {

	  width:100%;
	}

		ul.membersList .stats .section .column {
		  width:49%;
		}
			ul.membersList .stats .section .column-left {
			  float:left;
			}
			ul.membersList .stats .section .column-right {
			  float:right;
			}


.btn-zwin-rozwin {
	float:right;
	display:block;
	width:64px;
	height:24px;
	background:transparent url(../Img/Shared/btn_zwin-rozwin.png) 0 0 no-repeat;

	text-indent:-8888px;
	cursor:pointer;
}

	body.ie6 a.btn-zwin-rozwin {
		zoom:1;
	}

  a.btn-zwiniety {
    background-position:0 -26px;
  }

  #membersSearch .btn-zwin-rozwin {
	  width:64px;
  }


.box2 {
	margin-top:10px;
	padding:10px;
	background-color:#fbf9bc;
	border:none;
	border:0;
	/* CSS3 tweaks for modern browsers */
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
}

#poczta .box,
#profil .innerContent .box {
    margin:5px 0;
}

#profil .userInfo {
    padding-bottom:10px;
}
#profil .userInfo img.avatar-big {
    float:left;
    width:150px;
    height:150px;
}
#profil .userInfo div.default {
    border-bottom:1px solid #e5df9a;
    float:left;
    margin-left:10px;
    margin-bottom:1em;
    padding-bottom:1em;
    width:530px;
    overflow:hidden;
}

#profil .userInfo form.default {
	float:left;
	margin-left:10px;
}
	#profil .userInfo form.default dl dt {
		padding-left:0;
	}

	#profil .userInfo form.default div.field {
		padding-left:0;
	}

#profil .userInfo a.edytuj {
    float:left;
    margin-left:10px;
}
#profil .userInfo ul {
    float:left;
    width:300px;
}
#profil .userInfo ul.meta {
    width:200px;
}

.profileTabs {
    height:30px;
    clear:both;
    padding-top:10px;
}
.profileTabs ul li {
    border:1px solid #e5df9a;
    border-width:1px 1px 0 1px;
    height:30px;
    line-height:30px;
    float:left;
    display:inline;
    width:135px;
    text-align:center;
    margin:0 1px;
    border-radius:3px 3px 0 0;
    -moz-border-radius:3px 3px 0 0;
    -webkit-border-radius:3px 3px 0 0;
    -khtml-border-radius:3px 3px 0 0;
}
.profileTabs ul li.active {
    background:#fbf9bc;
    border-color:#fbf9bc;
}
.profileTabs ul li.active a {
    color:#e41c17;
    font-weight:bold;
}
.profileTabs ul li a {
    color:#673c0f;
}


#profil table.searchResults td {
    padding:3px;
    vertical-align:middle;
}
#profil table.comments td {
    padding:2px 5px;
    border:1px solid #f5f2cd;
    border-width:1px 0;
}
#profil table.comments td.in-out {
    background-color:#fbf9bc;
    vertical-align:middle;
    text-align:center;
    border-color:#fff;
}
#profil table.comments td.in-out img {
    margin:2px;
}
#profil table.comments td a {
    color:#e41c17;
}
#profil table.comments td a.item-title {
    display:block;
    font-weight:bold;
}
#profil table.comments td p {
    margin:0;
    padding:0;
}
#profil .box .filter {
    float:none;
}
#profil .box .filter-options {
    padding-right:30px;
}
ul.sendToList {
	width:200px;
	margin:0 auto;
	background:transparent url(../Img/Shared/bg_send-to.png) 50% 40% no-repeat;
}
	ul.sendToList > li {
		float:left;
		width:70px;
		margin:2px 0;
		border:0;
		/* CSS3 tweaks for modern browsers */
		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-khtml-border-radius:3px;
	}

	ul.sendToList > li:first-child {
		margin-right:60px;
	}

	ul.sendToList .avatar {
		display:block;

		text-align:center;
		text-decoration:none;
	}


table.messages {
	table-layout:fixed;
}
	table.messages thead {
	}
		table.messages thead tr {
		}
			table.messages thead tr th,
			table.messages tfoot tr th {
				font-weight:bold;
			}

			table.messages thead tr .checkbox,
			table.messages tfoot tr .checkbox {
				width:35px;
			}
			table.messages thead tr .subject,
			table.messages tfoot tr .subject {
				text-align:left;
			}
			table.messages thead tr .flag,
			table.messages tfoot tr .flag {
				width:40px;
			}
			table.messages thead tr .trash,
			table.messages tfoot tr .trash {
				width:80px;
				text-align:left;
			}

	table.messages tfoot {
	}

table.messages thead th,
table.messages tfoot th {
	background-color:#fbf9bc;
}

table.messages tbody td {
	border-bottom:1px #f5f2cd solid;
}

table.messages tbody td.checkbox {
	text-align:center;
	vertical-align:middle;
}
table.messages tbody td.subject {
	text-align:left;
}
	table.messages tbody td.subject a {

	}

table.messages tbody td.flag {
	text-align:right;
	vertical-align:middle;
}
table.messages tbody td.trash {
	text-align:left;
	vertical-align:middle;
}

table.messages .cellWrapper {
	display:block;
	padding:8px;
}

table.messages td .subject {
	display:block;
	color:#e41c17;
	font-weight:bold;
}

table.messages td .sender {
	color:#8ec03e;
	font-weight:bold;
}
ul.fag-list li.question {
    border-bottom:1px solid #F5F2CD;
    margin-bottom:1em;
    padding:1em;
}


/* Klub Radoznych Zakupów */
#klubKRZ {
}

#klubKRZ form table tr td {
	vertical-align:top;
}

#klubKRZ form table tr.labelRow td {
	padding-top:1em;
	padding-bottom:0.5em;
	vertical-align:top;
}


#klubKRZ form table label {
	margin-left:5px;
	font-weight:bold;
}

#klubKRZ form table span.fieldWrapper {
	margin:0 5px;
	display:inline-block;
	background-color:#ffffff;
	border:1px #85623E solid;
	border-left:1px #ede7e2 solid;
	border-top:1px #ede7e2 solid;

	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
}

#klubKRZ form table input[type="text"] {
	width:20em;
	border:none;
	border:0;
}
#klubKRZ form table input.text {
	width:20em;
	border:none;
	border:0;
}

#klubKRZ form table span.fieldWrapper input[type="text"] {
	margin:3px;
	height:auto;
	line-height:normal;
}
#klubKRZ form table span.fieldWrapper input.text {
	margin:3px;
	height:auto;
	line-height:normal;
	background-color:inherit;
}


#klubKRZ form table input.number-short {
	width:3em;
}
#klubKRZ form table input.zip-code {
	width:3em;
}

#klubKRZ form table td div.message {
	zoom:1;
	position:relative;
	padding:15px;
	border:1px #000000 solid;
}

#klubKRZ form table td div.error {
	background:transparent url(../Img/Shared/form_info_sprite.png) 0 0 no-repeat;
	padding:15px;
	border:1px #ff0000 solid;
}

#klubKRZ form table td div.info {
	background:transparent url(../Img/Shared/form_info_sprite.png) -734px 0 no-repeat;
	padding:15px;
	border:1px #FFCE00 solid;
}

#klubKRZ form .fieldsetAddnotation {
	margin-left:20px;
	margin-bottom:1em;
	padding:10px;
	width:60%;
	background-color:#fbf9bc;

	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	-khtml-border-radius:0 0 5px 5px;
}

#klubKRZ form .tableSummary {
	text-align:center;

	margin-right:5%;
	margin-left:30%;
	margin-bottom:1em;
	padding:10px;

	background-color:#fbf9bc;

	border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	-khtml-border-radius:0 0 5px 5px;
}

#klubKRZ form .dalej {
	border:0;
	float:right;
	font-size:1px;
	color:#ffffff;
	width:60px;
	height:24px;
	background:transparent url(../Img/Shared/btn_dalej.png) 0 0 no-repeat;
	text-indent:-8888px;
}
#klubKRZ form #btnprzelicz {
    background-image:url("../Img/Subpages/btn_przelicz.png");
    display:none;

}
#klubKRZ div.actionerror {
    background: url("../Img/Shared/form_info_sprite.png") no-repeat scroll 0 0 #FFFFFF;
    border:1px solid #e41c17;
    font-weight:bold;
    margin:5px 0;
    padding:5px 5px 5px 25px;
}
#klubKRZ div.actioninfo {
    background:url("../Img/Shared/form_info_sprite.png") no-repeat scroll -734px 0 #FFFFFF;
    border:1px solid #ffce00;
    font-weight:bold;
    margin:5px 0;
    padding:5px 5px 5px 25px;
}
form table tr.dim td {
	height:1px;
	font-size:1px;
	overflow:hidden;
}

#klubKRZ a.back {
	float:left;

	line-height:24px;
	padding-left:14px;
	color:#e41c17;
	background:transparent url(../Img/Shared/bullet_prev.png) 4px 50% no-repeat;
}


#klubKRZ h2 .programPoints {
	position:absolute;
	right:0;
	top:0.25em;
	font-family:arial, tahoma, verdana;
	vertical-align:middle;
	font-size:0.5em;
}
#klubKRZ h2 .programPoints * {
	font-family:arial, tahoma, verdana;
}

#klubKRZ .tableWrapper {
	padding:3px;
}
#klubInfoBar {
    position:relative;
    text-align:right;
    z-index:9;
}
#btnkoszyk {
    background:url(../Img/Subpages/Klub/btn-top-koszyk.png) 0 0 no-repeat;
    float:right;
    height:24px;
    line-height:24px;
    margin:-4px 0 0 4px;
    width:70px;
    padding-right:8px;
    text-align:right;
    color:#ffce00;
}
#klubInfoBar .lista {
    border:1px solid #e41c17;
    background:#fbf9bc;
    display:none;
    position:absolute;
    right:0;
    top:20px;
    padding:6px;
    text-align:left;
    width:60%;
}
#klubInfoBar ol {
    list-style:decimal inside;
}
#klubInfoBar ol li {
    border-bottom:1px solid #967451;
    vertical-align:middle;
    padding:4px;
}
#klubInfoBar ol li.zamow {
    border-bottom:none;
    vertical-align:middle;
    padding:4px;
    list-style:none;
}

#klubInfoBar ol img {
    width:55px;
    margin-right:5px;
    vertical-align:middle;
}
#klubInfoBar ol li.zamow img {
    width:auto;
}
#klubInfoBar ol strong {
    float:right;
    width:65px;
    font-weight:normal;
    color:#e41c17;
    text-align:right;
    line-height:50px;
}
#klubInfoBar .btnzamow {
    display:block;
    text-align:right;
    padding-top:4px;
}

	#klubKRZ table.basket-order  {
	}

	#klubKRZ table.basket-order thead th {
		padding:15px 10px;
		font-weight:bold;
		color:#ffffff;
		background:transparent url(../Img/Shared/bg_table.png) -5px 0 no-repeat;
	}

		#klubKRZ table.basket-order thead th:first-child {
			background:transparent url(../Img/Shared/bg_table.png) 0 0 no-repeat;
		}
		#klubKRZ table.basket-order thead th:last-child {
			background:transparent url(../Img/Shared/bg_table.png) 100% 0 no-repeat;
		}

	#klubKRZ table.basket-order tbody td {
		padding:5px 10px;
		vertical-align:middle;
	}
	#klubKRZ table.basket-order tbody td.prize {
		text-align:left;
	}

	#klubKRZ table.basket-order tbody tr.even td {
		background-color:#fbf9bc;
	}

	#klubKRZ table.basket-order tbody td img {
		margin-right:5px;
		vertical-align:middle;
	}

	#klubKRZ .points {
		color:#e41c17;
	}


	#klubKRZ .tableSummary ul.inline li {
		padding:0 20px 0 30px;
	}

.chart {
    margin-bottom:60px;
}
.chart-top {
    text-align:center;
}
.chart-left {
    float:left;
    width:230px;
    padding-left:120px;
}
.chart-right {
    float:right;
    width:230px;
    padding-right:120px;
}

.communication {
    background:transparent url(../Img/Subpages/Spolecznosc/bg_komunikacja_klubowa.png) 100% 0 no-repeat;
    height: 705px;
}

.communication fieldset{
    padding: 390px 0 0 80px;
}

.communication .text{
    border-color: #85623E;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    height: 20px;
    margin: 15px 0 0 0;
    width: 150px;
}
.communication .btn{
    background:transparent url(../Img/Subpages/Spolecznosc/wyslij.png) 100% 0 no-repeat;
    height:32px;
    width:120px;
    }

.sendform dt.error input {
    color:#f00;
    border-color:#f00;
}


.sendform .field-validation-error {
    color:#f00;
}


.homecooking {
    background:transparent url(../Img/Subpages/Spolecznosc/Homecooking/bg.jpg) 100% 0 no-repeat;   
    margin-left: 259px;
    font-size: 1.1em;
}
.homecookingList li {width:335px;height:302px; margin-top: 30px;float:left;}
.homecookingList li h3{color:#e2001a !important;font-weight:normal !important;font-size: 1.4em !important; height: 20px; overflow: hidden;}
.homecookingList li img {
    border: 1px solid #ccc;
    padding: 4px;    
    -webkit-box-shadow: 0px 0px 4px 1px #ccc;
    -moz-box-shadow: 0px 0px 4px 1px #ccc;
    box-shadow: 0px 0px 4px 1px #ccc;
    margin-top: 8px;
    position:absolute;
    
    }
    
    .homecookingList li div{   
    height: 170px;
    width: 245px;
    }
    
.homecookingList li a span{
    background:transparent url(../Img/Subpages/Spolecznosc/Homecooking/lop.png) 100% 100% no-repeat; 
    display:block;
    height: 155px;
    position: relative;
    width: 233px;
    }    
    
.homecookingList li p {line-height:18px;overflow:hidden;height:92px;}
.homecooking .pagerContainer { border-top:1px solid #f5f2cd; margin-top:20px;padding-top:9px;}


#communityAnkieta {}
#communityAnkieta .bg
{
    background:transparent url(../Img/Subpages/Spolecznosc/Ankieta/bg1_2.jpg) 0 0 no-repeat;
    margin-left: 259px;
    min-height: 515px;
    }
#communityAnkieta .bg2{margin-left: 259px;}
    
#communityAnkieta .textInfo
{
    font-size: 12px;
    margin-left: 226px;
    padding-top: 154px;
    width: 360px;
}

#communityAnkieta .toFormLink{display: block;height: 65px;margin-left: 491px;width: 210px;}
#communityAnkieta h2
{
    background:transparent url(../Img/Subpages/Spolecznosc/Ankieta/bg2.jpg) 0 0 no-repeat;
    width:650px;
    height:200px;
    }
    
#formClubAnkieta {  }
#formClubAnkieta .personal{background-color:#c20317;padding: 15px 25px;color:#fff;}
#formClubAnkieta .personal .left{float:left; width: 320px;}
#formClubAnkieta .personal .right{float:right;padding-top: 18px;width: 330px;}

#formClubAnkieta .personal .right div{font-size:14px;margin-top:20px;}
#formClubAnkieta .personal .right div a{color:#fff;font-weight:bold;padding-left:30px;}

#formClubAnkieta .personal .left div{margin-bottom: 5px;} 
#formClubAnkieta .personal .left div label{display:block;padding: 2px 0;font-size:13px;} 
#formClubAnkieta .personal .left div input{display:block;font-size:13px;padding:4px;width:270px;} 

#formClubAnkieta .questions {border:1px solid red;margin-top:8px;}
#formClubAnkieta .questions h3{background-color: #C20317;color: #FFFFFF !important;font-family: arial;font-size: 1.3em;text-align: center;padding: 7px 0;}
#formClubAnkieta .questions h4{font-size: 1.3em; color:#111 !important;}

#formClubAnkieta .questions fieldset{margin: 20px 30px 20px 120px;font-size:12px;color:#222;}
#formClubAnkieta .questions fieldset input[type=radio]{position: relative;top: 2px;}
#formClubAnkieta .questions fieldset input[type=checkbox]{position: relative;top: 2px;}
#formClubAnkieta .questions fieldset div{padding:2px 0;}
#formClubAnkieta .questions fieldset div.other{padding:5px 0 5px 20px;}
#formClubAnkieta .questions fieldset div.other label{padding-right:7px;}
#formClubAnkieta .questions fieldset input[type=text]{border:1px solid #bbb;padding:3px; width:400px;}
#formClubAnkieta .questions textarea{border:1px solid #bbb;width: 458px;}
#formClubAnkieta .questions .field-validation-error{background-color:#c20317; color:#fff;}

#formClubAnkieta .questions .contest{text-align:center;}
#formClubAnkieta .questions .contest h4{padding:15px;}
#formClubAnkieta .questions .contest textarea{width: 458px;}
#formClubAnkieta .questions .contest input[type=submit]{display:block;margin:20px auto;
                                                  background:transparent url(../Img/Subpages/Spolecznosc/Ankieta/button.png) 0 0 no-repeat;      
    text-indent: -8000em;
    
    width: 304px;
    height: 104px;
    }/* end of file */ 
/*  
sub_szkola.css  
*/  
.secondaryMenu ul li {
	width:25%;
}

#coockingSchool .textSection {
	font-size:1.0909em;
}
	#coockingSchool .textSection .boxQuiz {
		font-size:0.9167em;
	}
#coockingSchool #Comments .text {
	font-size:1.0909em;
}

#coockingSchool .Question {
	font-size:1.0909em;
}

#coockingSchool #lessonNameContainer {
	width:980px;
	padding:4px;
	border:1px solid #e5df9a;
	border-bottom:2px solid #e5df9a;
	background:#fff;
	border-radius:0 0 5px 5px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
}

	#coockingSchool #lessonNameContainer #Content {
		color:#673c0f;
		width:100%;
		padding-top:5px;
		padding-bottom:5px;
		background:#fbf9bc;
		border-radius:0 0 5px 5px;
		/* CSS3 tweaks for modern browsers */
		-moz-border-radius:5px 5px 5px 5px;
		-webkit-border-radius:5px 5px 5px 5px;
	}


		#coockingSchool #lessonNameContainer #Content .lessonBig {
			display:block;
			float:left;
			font-size:16px;
			padding-top:1px;
			padding-bottom:1px;
			padding-right:24px;
			width:326px;
			text-align:right;
			font-weight:bold;
			border-right:1px solid #e5df9a;
		}

		#coockingSchool #lessonNameContainer #Content .lessonInfo {
			display:block;
			float:left;
			font-size:11px;
			width:604px;
			padding-left:24px;
			padding-top:4px;
			font-weight:bold;
		}

		#coockingSchool .gotoList {
			width:965px;
			text-align:right;
			clear:both;
			padding-right:25px;
			padding-top:9px;
			padding-bottom:9px;
		}

			#coockingSchool .gotoList .default {
				padding-left:14px;
				font-weight:bold;
				color:#e41c17;
				background:transparent url(../Img/Shared/bg_link_bullet_back_orange.png) 4px 50% no-repeat;
		}


/* MENU Z ZAKŁADKAMI */

#coockingSchool #PageContainer {
	clear:both;
	position:relative;
	zzmargin-bottom:35px;
}

#coockingSchool .TabMenu {
		position:absolute;
		z-index:200;
		top:1px;
		left:0;
		width:991px;
	}

	#coockingSchool .TabMenu ul {
		margin-bottom:4px;
		height:44px;
		font-size:11px;
		background:transparent url(../Img/Shared/bg_zakladki.png) no-repeat;
	}

		#coockingSchool .TabMenu li {
			background:transparent url(../Img/Shared/bg_zakladki_separator.png) top right no-repeat;
			float:left;
		}

			#coockingSchool .TabMenu ul li a {
				color:#673c0f;
				display:block;
				font-weight:bold;
				text-align:center;
				width:247px;
				padding-top:14px;
				padding-bottom:5px;
				height:31px;
			}


			#coockingSchool .TabMenu ul li.selected a {
				background:#fff;
				color:#f64844;
				width:246px;
				border:1px solid #f64844;
				border-bottom:1px solid #fff;
				padding-top:14px;
				padding-bottom:5px;
				height:27px;
			}

			#coockingSchool .TabMenu ul li.selected_start a {
				background:#fff;
				color:#f64844;
				width:246px;
				border:1px solid #f64844;
				border-bottom:1px solid #fff;
				padding-top:14px;
				padding-bottom:5px;
				height:27px;
				border-radius:0 0 0px 5px;
				/* CSS3 tweaks for modern browsers */
				-moz-border-radius:5px 0px 0px 0px;
				-webkit-border-radius:5px 0px 0px 0px;
			}

			#coockingSchool .TabMenu ul li.selected_end a {
				background:#fff;
				color:#f64844;
				width:248px;
				border:1px solid #f64844;
				border-bottom:1px solid #fff;
				padding-top:14px;
				padding-bottom:5px;
				height:27px;
				border-radius:0 0 0px 5px;
				/* CSS3 tweaks for modern browsers */
				-moz-border-radius:0px 5px 0px 0px;
				-webkit-border-radius:0px 5px 0px 0px;
			}


			#coockingSchool #PageContainer .Main {
				z-index:2;
				width:955px;
				position:relative;
				background:#fff;
				padding:17px;
				border:1px solid #f64844;
			}

				#coockingSchool #PageContainer .Main .movieList {
					width:283px;
					margin-right:-3px;
				}

					#coockingSchool #PageContainer .Main .movieList li {
						position:relative;
						height:39px;
						*height:36px;
					}

					#coockingSchool #PageContainer .Main .movieList li.normal div {
						position:absolute;
						width:279px;
						height:26px;
						border: 1px solid #e5df9a;
						border-bottom:2px solid #e8e2db;
						border-right:1px dolid #e5df9a;
						padding:3px 0px 3px 3px;
						margin-bottom:5px;
						border-radius:0 0 5px 5px;
						background:#fff;
						/* CSS3 tweaks for modern browsers */
						-moz-border-radius:5px 0px 0px 5px;
						-webkit-border-radius:5px 0px 0px 5px;
					}

						#coockingSchool #PageContainer .Main .movieList li.normal div a {
						color:#e41c17;
						display:block;
						padding:6px 6px 6px 32px;
						background:url(../Img/Shared/ico_play.png) 6px 5px no-repeat;
						/* CSS3 tweaks for modern browsers */
						}

						#coockingSchool #PageContainer .Main .movieList li.selected div {
						position:absolute;
						width:281px;
						height:26px;
						border: 1px solid #e5df9a;
						border-bottom:2px solid #e8e2db;
						border-right:0px;
						padding:3px 0px 3px 3px;
						margin-bottom:5px;
						border-radius:0 0 5px 5px;
						background:#fff;
						/* CSS3 tweaks for modern browsers */
						-moz-border-radius:5px 0px 0px 5px;
						-webkit-border-radius:5px 0px 0px 5px;
						}

						#coockingSchool #PageContainer .Main .movieList li.selected div a {
							width:250px;
							color:#e41c17;
							padding:6px 6px 4px 32px;
							background:url(../Img/Shared/ico_play.png) #fbf9bc 6px 5px no-repeat;
							display:block;
						}

					#coockingSchool #PageContainer .Main .MovieContainer {
						padding:3px 3px 3px 3px;
						float:right;
						width:664px;
						border: 1px solid #e5df9a;
						background:#fff;
						border-radius:0px 0px 5px 5px;
						/* CSS3 tweaks for modern browsers */
						-moz-border-radius:4px 5px 5px 5px;
						-webkit-border-radius:4px 5px 5px 5px;
					}

					#coockingSchool #PageContainer .Main .MovieContainer .Content {
						padding:12px 10px;
						background:#fbf9bc;
					}


					#coockingSchool #PageContainer .Main .MovieContainer .Content a {
						float:right;
						margin-top:10px;
					}


	#coockingSchool #PageContainer .pictureSection {
		width:294px;
		padding-right:18px;
		float:left;
	}

	#coockingSchool #PageContainer .textSection {
		color:#673c0f;
		width:643px;
		padding-bottom:10px;
		float:right;
	}

	#coockingSchool #PageContainer .normlist {
		margin-top:14px;
		margin-left:20px;
		list-style:disc;
	}

	#coockingSchool #PageContainer .normlist li {
		padding-bottom:5px;
	}

	#coockingSchool #PageContainer .boxQuiz {
		color:#967451;
		float:right;
		margin-left:20px;
		padding:12px;
		background:#fbf9bc;
		border-radius:0px 0px 5px 5px;
		/* CSS3 tweaks for modern browsers */
		-moz-border-radius:4px 5px 5px 5px;
		-webkit-border-radius:4px 5px 5px 5px;
		width:166px;
		height:211px;
		padding-bottom:5px;
	}

	#coockingSchool #PageContainer .boxQuiz h6 {
		font-size:12px;
		font-weight:bold;
		padding-bottom:4px;
		color:#673c0f;
	}

	#coockingSchool #PageContainer .btnQuiz {
		overflow:hidden;
		text-indent:-9999px;
		width:87px;
		height:24px;
		display:block;
		margin-top:9px;
		background:transparent url(../Img/Shared/btn_rozwiaz_quiz.png) no-repeat;
	}

	#coockingSchool #PageContainer .linkSection {
			padding-top:16px;
			width:643px;
			float:right;
			border-top:1px solid #f5f2cd;
		}

	#coockingSchool #PageContainer .linkSection li {
		padding:4px 4px 4px 0px;
		}

	#coockingSchool #PageContainer .linkSection a {
		color:#f64844;
		padding:6px 6px 6px 30px;
		background:url(../Img/Shared/ico_play.png) 6px 5px no-repeat;
	}

	#coockingSchool #PageContainer .linkSection .movieShorts {
		width:255px;
		float:left;
	}

	#coockingSchool #PageContainer .boxContainer {
		padding-top:0;
		width:auto;
	}

	#coockingSchool #PageContainer .Main #Comments, 	#coockingSchool #PageContainer .Main #CommentsFm {
	border:0;
	background:#fbf9bc;
	text-align:center;
	}

	#coockingSchool #PageContainer .Main .comment {
	padding:5px;
	text-align:left;
	width:654px;
	margin:0 auto;
	margin-bottom:5px;
	background:#fff;
	border:1px solid #e5df9a;
	border-bottom:1px solid #daca87;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}

	#coockingSchool #PageContainer .Main .comment small {
	display:block;
	padding-top:2px;
	padding-bottom:4px;
	}

	#coockingSchool #PageContainer .Main .picturePlace {
		width:70px;
		height:70px;
		position:relative;
	}


	#coockingSchool #PageContainer .Main .name {
		font-weight:bold;
		color:#ffffff;
		text-align:center;
		width:70px;
		height:18px;
		padding-top:2px;
		position:relative;
		background:url(../Img/Shared/bg_comment_name.png) no-repeat;
	}

	#coockingSchool #PageContainer .Main .picturePlace img {
		position:absolute;
		z-index:1;
	}

	#coockingSchool #PageContainer .Main .roundPicture {
		width:70px;
		height:70px;
		display:block;
		position:absolute;
		z-index:10;
	}

.avatars {
	float:left;
	width:70px;
	padding-right:10px;
}

#coockingSchool #PageContainer .Main .comment div.text {
	border-right:1px solid #f5f2cd;
	padding-right:13px;
	float:left;
	color:#967451;
	width:420px;
	padding-right:10px;
}

.links {
	width:132px;
	float:right;
}

#coockingSchool #PageContainer .Main .links a.message {
	padding-left:14px;
	color:#e41c17;
	display:block;
	padding-bottom:3px;
	background:url(../Img/Shared/icon_mail.png) 0px 3px no-repeat;
}

#coockingSchool #PageContainer .Main .links a.add {
	padding-left:14px;
	color:#e41c17;
	display:block;
	padding-bottom:3px;
	background:url(../Img/Shared/icon_star.png) 0px 3px no-repeat;
}

#coockingSchool #PageContainer .Main .addComment {
	padding:5px;
	text-align:left;
	width:654px;
	margin:0 auto;
	margin-bottom:5px;
	background:#fff;
	border:1px solid #e5df9a;
	border-bottom:1px solid #daca87;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#coockingSchool #Comments {
	margin-bottom:1px;
	padding-top:12px;
}

#coockingSchool #PageContainer .Main .textFm {
	padding:10px 12px 4px 12px;
	float:right;
	width:555px;
	margin-left:-10px;
	background:#fbf9bc;
	border-radius:0 0 5px 5px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
}

#coockingSchool #PageContainer .Main .textFm b {
	color:#673c0f;
	padding-bottom:4px;
	display:block;
}

#coockingSchool #PageContainer .Main .red {
	color:#e41c17;
}

#coockingSchool #PageContainer .Main .commentArea {
	width:547px;
	font-size:11px;
	font-family:Arial;
	color:#b2916e;
	padding:3px;
	border:1px solid #f5f2cd;
	border-top:1px solid #ede7e2;
	border-left:1px solid #ede7e2;
	border-radius:0 0 5px 5px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
}

#coockingSchool #PageContainer .Main .add {
	margin-top:2px;
	display:block;
	width:53px;
	height:24px;
	background:url(../Img/Shared/btn_dodaj.png) no-repeat;
}

.headerPlace {
	margin:0 auto;
	text-align:left;
	width:654px;
}

#coockingSchool #PageContainer .Main .headerPlace h3 {
	padding-top:8px;
	padding-bottom:3px;
	font-size:14px;
	font-weight:bold;
	margin:0 auto;
	text-align:left;
	width:654px;
}

#coockingSchool #sidebarLeft #certyfikat .box {
	padding:4px;
	background:#fff;
}

#coockingSchool #sidebarLeft #certyfikat .box h3 {
	padding-bottom:3px;
}

#coockingSchool #certyfikat {
	padding-top:0;
}

#coockingSchool #sidebarLeft #certyfikat .box .subBox {
	padding:10px 3px 8px 4px;
	background:#fbf9bf;
}

#coockingSchool #sidebarLeft .pictureLeft {
	margin-top:20px;
	#float:left;
}

#coockingSchool #sidebarLeft .subBox .text {
	float:right;
	#float:left;
	display:block;
	width:115px;
	padding-right:5px;
}

#coockingSchool #smallMenuPage {
}

	#coockingSchool .shadow {
		background:#ffffff url(../Img/Shared/bg_box_top_shadow.png) 0 100% repeat-x;
	}

	#coockingSchool .white {
		background:#fff;
	}

	#coockingSchool #smallMenuPage {

	}

#coockingSchool .columnLeft {
	clear:left;
	width:457px;
}

	#coockingSchool #smallMenuPage h3  {
		font-size:24px;
	}

	#coockingSchool .boxFirst {
	padding:4px;
	border:1px solid #e5df9a;
	border-radius:0 0 5px 5px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	}

	#coockingSchool .boxSecond {
	float:left;
	padding:10px;
	width:426px;
	background: #fbf9bc;
	border-radius:0 0 5px 5px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	margin-bottom:1px;
	}

	#coockingSchool .boxSecond div.text {
	float:right;
	width:270px;
	padding-right:5px;
}

	#coockingSchool .boxSecond div.textNormal {
	width:406px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:10px;
}

	#coockingSchool .boxSecond div.textNormal .subHead {
	clear:both;
	font-weight:bold;
	color:#673c0f;
	margin-left:36px;
	font-size:14px;
	line-height:24px;
}

	#coockingSchool .boxSecond div.textNormal .subHead .num {
	width:21px;
	line-height:normal;
	padding-top:5px;
	height:22px;
	display:block;
	margin-left:-30px;
	margin-bottom:-2px;
	margin-right:12px;
	float:left;
	font-size:10px;
	color:#fff;
	text-align:center;
	background:transparent url(../Img/Shared/bg_numbers_center.png) no-repeat;
}

#coockingSchool .textWhite {
	float:left;
	padding-left:5px;
	padding-bottom:12px;
}

#coockingSchool .textWhite h4 {
	padding-top:5px;
	padding-bottom:1px;
	font-weight:bold;
	color:#673c0f;
}

#coockingSchool .SMenu {
	border:1px solid #e5df9a;
	border-radius:0 0 5px 5px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
}

#coockingSchool #Lekcje ol {
	margin-left:12px;
	list-style:none;
}

#coockingSchool #Lekcje span {
	font-size:5px;
	width:215px;
	margin-left:-10px;
}

#coockingSchool .SMenu ol {
	font-weight:bold;
	color:#e41c17;
	margin-left:26px;
	list-style:decimal;
}

#coockingSchool .SMenu ol li {
	vertical-align:middle;
	color:#e41c17;
}

#coockingSchool .SMenu span {
	font-size:5px;
	width:215px;
	margin-left:-24px;
	height:1px;
	clear:both;
	display:block;
	border-bottom:1px solid #f5f2cd;
}

#coockingSchool .SMenu ol li a {
	display:block;
	padding-bottom:7px;
	padding-top:5px;
	width:180px;
	font-weight:normal;
	color:#e41c17;
}

#coockingSchool .columnRight {
	float:right;
	width:222px;
}

#coockingSchool .padded {
	display:block;
	margin-left:6px;
	padding-top:7px;
	padding-bottom:7px;
}


#coockingSchool #Szkola b {
	color:#673c0f;
}

#coockingSchool .columnRight h4 {
	font-size:15px;
	padding-top:6px;
	padding-bottom:8px;
}

/*
.column1, .column2, .column3 {
	float:left;
	text-align:center;
	margin-right:1px;
	background:#fcfac2;
	width:232px;
	height:175px;
}
*/
/* zmiana do czasu pojawienia sie certyfikatu */
#coockingSchool .column1, .column2 {
	float:left;
	text-align:center;
	margin-right:1px;
	background:#fcfac2;
	width:232px;
	height:175px;
	padding:0 57px;
}

#coockingSchool .column1 .num {
	background:url(../Img/Subpages/Szkola/szkola_head_num1.png) 0 100% repeat-x;
}

#coockingSchool .column2 .num {
	background:url(../Img/Subpages/Szkola/szkola_head_num2.png) 0 100% repeat-x;
}

#coockingSchool .column3 .num {
	background:url(../Img/Subpages/Szkola/szkola_head_num3.png) 0 100% repeat-x;
}


#coockingSchool .column1 .num, .column2 .num, .column3 .num   {
	float:right;
	display:block;
	margin-top:12px;
	width:22px;
	height:22px;
	}

#coockingSchool .column1 a.szkola, .column2 a.szkola, .column3 a.szkola {
	margin-bottom:10px;
	margin-left:40px;
	display:block;
	margin-top:12px;
	width:150px;
	height:106px;
}

#coockingSchool .column1 a.szkola:hover, .column2 a.szkola:hover, .column3 a.szkola:hover {
	text-decoration:none;
}


#coockingSchool .column1 a.szkola {
	background:url(../Img/Subpages/Szkola/szkola_head1.png) 0 100% repeat-x;
}

#coockingSchool .column2 a.szkola {
	background:url(../Img/Subpages/Szkola/szkola_head2.png) 0 100% repeat-x;
}

#coockingSchool .column3 a.szkola {
	background:url(../Img/Subpages/Szkola/szkola_head3.png) 0 100% repeat-x;
}

	#coockingSchool #coockingSchool .tabs h5 {
		font-weight:bold;
		font-size:14px;
		color:#673c0f;
	}


	#coockingSchool #coockingSchool .tabs h5 a {
		color:#673c0f;
	}


	#coockingSchool .ThirdsContainer h6 {
		font-weight:bold;
		color:#673c0f;
		font-size:14px;
		padding-bottom:6px;
		padding-top:4px;
	}

	#coockingSchool .ThirdsContainer h6 a {
		color:#673c0f;
	}


	#coockingSchool .ThirdsContainer {
		margin-right:14px;
		float:left;
		width:224px;
	}

	#coockingSchool .end {
		margin-right:0;
	}

	#coockingSchool .ThirdsContainer .box.content {
		position:relative;
		padding:4px 4px 4px 5px;
		height:301px;
		zzwidth:214px;
	}

	#coockingSchool .ThirdsContainer h6 {
		font-weight:bold;
		color:#673c0f;
		font-size:14px;
		padding-bottom:6px;
		padding-top:4px;
	}

		#coockingSchool .ThirdsContainer h5 {
			padding-bottom:5px;
		}

			#coockingSchool .ThirdsContainer .content .text {
				padding-left:10px;
			}



				#coockingSchool .ThirdsContainer .content a.more_articles {
					margin-right:17px;
					display:block;
					position:absolute;
					bottom:10px;
					right:10px;;
					width:102px;
					height:24px;
					background:transparent url(../Img/Shared/btn_wiecej_artykulow.png) no-repeat;
				}

				#coockingSchool .ThirdsContainer .content span.more {
					display:block;
					position:absolute;
					bottom:10px;
				}

#coockingSchool .znajdzPorade {
	bottom:2px;
	position:absolute;
	padding:10px;
	margin:3px;
	width:196px;
	height:75px;
	background: #fbf9bc;
	border-radius:0 0 5px 5px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	margin-bottom:1px;
}

#coockingSchool .ThirdsContainer .SMenu {
	height:308px;
	position:relative;
}

#coockingSchool .ThirdsContainer .SMenu .szukaj {
	display:block;
	border:0;
	width:64px;
	height:25px;
	background:transparent url(../Img/Shared/btn_szukaj.png) no-repeat;
}

#coockingSchool .boxFirst .szukaj {
	float:right;
	display:block;
	border:0;
	width:64px;
	height:25px;
	background:transparent url(../Img/Shared/btn_szukaj.png) no-repeat;
}

#coockingSchool .ThirdsContainer .SMenu .searchfield {
	padding:3px;
	width:190px;
	margin-bottom:8px;
	border:1px solid #ede7e2;
	border-top:1px solid #ede7e2;
	font-size:11px;
	border-radius:0 0 3px 3px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
}

#coockingSchool .boxFirst .searchfield {
	padding:3px;
	width:415px;
	margin-bottom:12px;
	border:1px solid #ede7e2;
	border-top:1px solid #ede7e2;
	font-size:11px;
	border-radius:0 0 3px 3px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
}

#coockingSchool .boxFirst h5 {
	padding-bottom:12px;
}

#coockingSchool .textTop {
	padding:8px 8px 12px 6px;
}

#coockingSchool #Szkola h3 {
	font-size:24px;
	padding-top:6px;
	padding-bottom:10px;
}

#coockingSchool #LeftNote {
	color:#967451;
	text-align:left;
	float:left;
	width:232px;
	margin-right:20px;
}

#coockingSchool #LeftNote .boxContainer {
	padding-top:0px;
	width:auto;
}

#coockingSchool #LeftNote b, #RightNote b{
	color:#673c0f;
}



#coockingSchool #LeftNote #note .box {
	padding:8px 10px 10px 10px;
	width:210px;
	background:#fff;
	border:1px solid #e5df9a;
	border-radius:0 0 5px 5px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
}

#coockingSchool #RightSide {
	float:right;
	width:702px;
}

#coockingSchool #RightSide .Question .box {
	margin-bottom:1px;
	line-height:19px;
	color:#967451;
	width:638px;
	border:0;
	padding:12px 32px 12px 32px;
	background:#fbf9bc;
	border-radius:0 0 5px 5px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	}


#coockingSchool #RightSide .Question h5 {
	color:#673c0f;
	font-weight:bold;
	padding-bottom:3px;
}



#coockingSchool #RightSide .Question h5 span.num {
	width:22px;
	height:22px;
	display:block;
	padding-top:1px;
	margin-left:-30px;
	margin-top:-2px;
	float:left;
	font-size:10px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background:transparent url(../Img/Shared/bg_numbers.png) no-repeat;
}

#coockingSchool #RightSide .btnWyniki {
	margin-top:10px;
	display:block;
	width:90px;
	height:23px;
	background:transparent url(../Img/Shared/btn_zobacz_wyniki.png) no-repeat;
}

#coockingSchool #RightSide a:hover {
	text-decoration:none;
}


#coockingSchool .lessonContainer {
	border:0;
	padding:16px 0px 16px 0px;
	background:#fbf9bc;
	border-radius:0 0 5px 5px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
}


#coockingSchool .lessonContainer .boxContainer {
    display:inline;
    margin-bottom:12px;
	margin-left:6px;
	margin-right:6px;
	width:338px;
	float:left;
	padding-top:0;
}

#coockingSchool .lessonContainer .box {
	line-height:18px;
	padding:4px;
	width:328px;
	border:1px solid #e5df9a;
	background:#ffffff;
}

#coockingSchool .lessonContainer .lessonNameContainer {
	background:#fbf9bc;
	padding:5px;
	height:35px;
	border-radius:0 0 5px 5px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
}


#coockingSchool .lessonContainer .lessonNameContainer .num {
	vertical-align:middle;
	padding-right:8px;
	padding-left:12px;
	color:#673c0f;
	font-weight:bold;
	font-size:16px;
	width:74px;
	height:35px;
	background:transparent url(../Img/Shared/bg_lesson_separator.png) right no-repeat;
}



#coockingSchool .lessonContainer .lessonNameContainer .lessoninfo {
	vertical-align:middle;
	height:35px;
	line-height:16px;
	color:#673c0f;
	padding-left:18px;
	font-weight:bold;
	margin-right:20px;
	text-align:left;
}

#coockingSchool .lessonContainer .leftPiture {
	margin-right:10px;
	float:left;
}

#coockingSchool .lessonContainer .Content {
	padding-top:10px;
}

#coockingSchool .titles {
	clear:both;
	padding-top:10px;
}

#coockingSchool .titles li {
	padding-bottom:5px;
	color:#e41c17;
	padding-left:25px;
	background:transparent url(../Img/Shared/ico_play.png) no-repeat;

}

#coockingSchool .titles a {
	color:#e41c17;
}

#coockingSchool .Paginal .default_back2 {
	padding-left:22px;
	color:#e41c17;
	margin-right:10px;
	background:transparent url(../Img/Shared/bg_link_bullet_back2.png) 4px 50% no-repeat;
}

#coockingSchool .Paginal .default_back {
	padding-left:14px;
	color:#e41c17;
	background:transparent url(../Img/Shared/bg_link_bullet_back.png) 4px 50% no-repeat;
}


#coockingSchool .Paginal .default2 {
}

#coockingSchool .Paginal .more {
	width:160px;
	padding-left:35px;
	padding-right:0px;
	float:left;
}

#coockingSchool .Paginal .second {
	width:160px;
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	float:left;
}

#coockingSchool .Paginal .pages {
	text-align:center;
	padding-top:5px;
	width:305px;
	#width:290px;
	float:left;
	display:inline;
}

#coockingSchool .Paginal .second .normal {
	margin-right:30px;
}


#coockingSchool .Paginal .box {
	border-top:1px solid #e5df9a;
	border-left:1px solid #e5df9a;
	border-right:1px solid #e5df9a;
	border-bottom:2px solid #e2dad2;
	clear:both;
	font-size:11px;
	margin-top:5px;
	margin-bottom:-4px;
	color:#f5f2cd;
	height:27px;
	border-radius:0 0 5px 5px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
}

#coockingSchool .Down {
	margin-top:20px;
	margin-bottom:8px;
}

#coockingSchool .Paginal .pages a.col_selected {
	margin-left:3px;
	margin-right:3px;
	display:inline;
	color:#fff;
	font-weight:bold;
	padding:3px 7px 3px 7px;
	margin-right:2px;
	text-align:center;
	background:#fbf9bc;
	border-radius:0 0 4px 4px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	background:transparent url(../Img/Shared/bg_btn_paginal_selected.png) no-repeat;
}

#coockingSchool .Paginal .pages a.col {
	background:#fbf9bc;
	border-radius:0 0 4px 4px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px 4px 4px 4px;
	display:inline;
	color:#e41c17;
	padding:3px 7px 3px 7px;
	margin-left:1px;
	margin-right:1px;
	text-align:center;
}

#coockingSchool .Paginal span.dots {
	display:inline;
	color:#e41c17;
	padding:3px 7px 3px 7px;
	text-align:center;
	width:20px;
	height:19px;
}

#coockingSchool .Paginal a.cl {
	text-decoration:underline;
	display:inline;
	color:#e41c17;
	padding:3px 6px 3px 6px;
	text-align:center;
	width:20px;
	height:19px;
}
#coockingSchool a.normal {
	padding-right:10px;
	color:#e41c17;
	background:transparent url(../Img/Shared/bg_link_bullet.png) right no-repeat;
	}

#coockingSchool a.normal2 {
	padding-right:18px;
	color:#e41c17;
	background:transparent url(../Img/Shared/bg_link_bullet2.png) right no-repeat;
	}

	#coockingSchool #DefaultPage .SearchContent {
	text-align:center;
	padding-top:12px;
	padding-bottom:10px;
	border-radius:0 0 3px 3px;
	/* CSS3 tweaks for modern browsers */
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	background:#fbf9bc;
	}

#middleContainer #movieList.tabs {
	padding-right:0;
}

#coockingSchool #movieContainer .movie {
	width:331px;
	color:#673c0f;
}

	#coockingSchool #movieContainer .movie .photoWrapper {
		float:left;
		margin-right:8px;
		width:90px;
		height:90px;
	}

	#coockingSchool #movieContainer .movie .cam {
		bottom:2px;
		right:3px;
	}

	#coockingSchool #movieContainer .textContainer a {
		color:#673c0f;
	}

	#coockingSchool #movieContainer .boxContainer {
		float:left;
		width:auto;
	}

	#coockingSchool #movieContainer .boxContainer .movie {
		padding:5px;
		margin-right:10px;
	}

	#coockingSchool #movieContainer {
		width:716px;
	}

	#coockingSchool a.play {
		width:16px;
		height:16px;
		display:block;
		background:url(../Img/Shared/ico_play.png) no-repeat;
	}

	#coockingSchool a.play:hover {
		text-decoration:none;
	}

	#coockingSchool .cam {
			position:absolute;
			bottom:1px;
			right:2px;
		}

	#coockingSchool .cam a {
			width:15px;
			height:13px;
			display:block;
			background:url(../Img/Shared/ico_camera.png) no-repeat;
	}

	#coockingSchool .cam a:hover {
		text-decoration:none;
	}

#coockingSchool .videoplayer object {
    display:block;
    margin:4px auto;
}/* end of file */ 
/*  
sub_wellness.css  
*/  
#wellness {
}

#middleContainer {
}

#wellness div#sidebarLeft {
	float:left;
	width:247px;
}

	#wellness a.normal {
		padding-right:10px;
		color:#e41c17;
		background:transparent url(../Img/Shared/bg_link_bullet.png) right no-repeat;
	}

	#wellness a.normal2 {
		padding-right:18px;
		color:#e41c17;
		background:transparent url(../Img/Shared/bg_link_bullet2.png) right no-repeat;
	}

	#wellness a.play {
		width:16px;
		height:16px;
		display:block;
		background:url(../Img/Shared/ico_play.png) no-repeat;
	}

	#wellness a.play:hover {
		text-decoration:none;
	}

	#wellness .cam {
			position:absolute;
			bottom:1px;
			right:2px;
		}

	#wellness .cam a {
			width:15px;
			height:13px;
			display:block;
			background:url(../Img/Shared/ico_camera.png) no-repeat;
	}

	#wellness .cam a:hover {
		text-decoration:none;
	}





#wellness .Paginal .default_back2 {
	padding-left:22px;
	color:#e41c17;
	margin-right:10px;
	background:transparent url(../Img/Shared/bg_link_bullet_back2.png) 4px 50% no-repeat;
}

#wellness .Paginal .default_back {
	padding-left:14px;
	color:#e41c17;
	background:transparent url(../Img/Shared/bg_link_bullet_back.png) 4px 50% no-repeat;
}


#wellness .Paginal .default2 {

}

#wellness .Paginal .more {
	width:175px;
	padding-left:100px;
	padding-right:0px;
	float:left;
}

#wellness .Paginal .second {
	width:170px;
	text-align:right;
	padding-left:10px;
	padding-right:40px;
	float:left;
}

#wellness .Paginal .pages {
	text-align:center;
	padding-top:4px;
	width:150px;
	float:left;
	display:inline;
}

#wellness .Paginal .second .normal {
	margin-right:30px;
}


#wellness .Paginal .box {
	clear:both;
	font-size:11px;
	color:#f5f2cd;
	height:27px;
}

#wellness .Paginal .pages a.col_selected {
	margin-left:3px;
	margin-right:3px;
	display:inline;
	color:#673c0f;
	font-weight:bold;
	padding:3px 7px 3px 7px;
	margin-right:2px;
	text-align:center;
	background:transparent url(../Img/Shared/bg_btn_paginal.png) no-repeat;
}
#wellness .Paginal .pages a.col {
	display:inline;
	color:#e41c17;
	padding:3px 7px 3px 7px;
	margin-left:3px;
	margin-right:3px;
	text-align:center;
}

#wellness .Paginal span.dots {
	display:block;
	float:left;
	color:#b2916e;
	margin-right:2px;
	padding-top:2px;
	text-align:center;
	width:20px;
	height:19px;
}

#wellness .Paginal a.cl {
	display:block;
	float:left;
	color:#e41c17;
	margin-right:2px;
	padding-top:2px;
	text-align:center;
	width:20px;
	height:19px;
	text-decoration:underline;
}

		#wellness .articlePanel {
			padding:5px 10px 5px 10px;

			background:#fff;
			border:1px #e5df9a solid;
			border-radius:0 0 5px 5px;
			/* CSS3 tweaks for modern browsers */
			-moz-border-radius:5px 5px 5px 5px;
			-webkit-border-radius:5px 5px 5px 5px;
			float:right;
		}

		#wellness .articlePanel a {
			color:#b2916e;
			display:inline;
		}




		#wellness .articlePanel a.printButton {
			width:55px;
			height:19px;
			padding-left:16px;
			background:transparent url(../Img/Shared/ico_print.png) no-repeat;
		}

		#wellness .articlePanel a.recButton {
			margin-left:14px;
			width:95px;
			height:19px;
			padding-left:16px;
			background:transparent url(../Img/Shared/ico_rec.png) no-repeat;
		}



		#wellness .normList li {
			padding-left:14px;
			padding-bottom:4px;
			background:transparent url(../Img/Shared/bg_link_bullet.png) 0px 5px no-repeat;
		}

		#wellness .bottomPanel {
			margin-top:12px;
			font-size:11px;
			text-align:right;
			padding-top:10px;
			padding-bottom:3px;
			border-top:1px #f5f2cd solid;
		}

		#wellness .buttonBack {
			color:#e41c17;
			width:55px;
			height:19px;
			padding-left:10px;
			background:transparent url(../Img/Shared/bg_link_bullet_back.png) 0px 5px no-repeat;
		}

		#wellness .buttonOnTop {
			color:#e41c17;
			margin-left:14px;
			width:55px;
			height:19px;
			padding-left:10px;
			background:transparent url(../Img/Shared/bg_link_bullet_top.png) 0px 5px no-repeat;
		}


	#middleContainer #Wellnes .leftColumn {
		width:469px;
		padding-right:20px;
		float:left;
	}

	#middleContainer #Wellnes .rightColumn {
		width:212px;
		float:right;
	}

	#wellness .ThirdsContainer h6 {
		font-weight:bold;
		color:#673c0f;
		font-size:14px;
		padding-bottom:6px;
		padding-top:4px;
	}

	#wellness .ThirdsContainer h6 a {
		color:#673c0f;
	}

	#wellness .ThirdsContainer {
		margin-right:14px;
		margin-top:-20px;
		margin-bottom:12px;
		float:left;
		width:224px;
	}
	#Wellnes .content h3,
	#Wellnes .content h4,
	#wellness .content h3,
	#wellness .content h4 {
	    clear:both;
	    line-height:1em;
	}
	#Wellnes .content ul li,
	#wellness .content ul li {
	    background:url("../Img/Shared/bullet-list.png") no-repeat scroll 0 0.7em transparent;
	    line-height:1.8em;
	    padding-left:15px;
	}
	#Wellnes .content div.hr,
	#wellnes .content div.hr {
	    clear:both;
	}
	#Wellnes .content table,
	#wellness .content table {
	    border-collapse: collapse;
	}
	#Wellnes .content table td,
	#Wellnes .content table th,
	#wellness .content table td,
	#wellness .content table th{
	    border:1px solid #ddd;
	    padding:3px;
	}
	#Wellnes .content table th,
	#wellness .content table th {
	    font-weight:bold;
	}

#wellness .Paginal {
	margin-bottom:16px;
}

	#wellness .end {
		margin-right:0;
	}

	#wellness .ThirdsContainer .content {
		position:relative;
		font-size:11px;
		padding:4px;
		background:#ffffff url(../Img/Shared/bg_box.png) 0 100% repeat-x;
		height:320px;
		width:214px;
	}

		#wellness .ThirdsContainer h5 {
			padding-bottom:5px;
		}

			#wellness .ThirdsContainer h5 a {
				color:#673c0f;
			}

			#wellness .ThirdsContainer .content .text {
				line-height:16px;
				padding-left:10px;
				padding-right:10px;
			}


				#wellness .ThirdsContainer .content a.more_articles {
					margin-right:17px;
					display:block;
					position:absolute;
					bottom:10px;
					right:10px;
					width:102px;
					height:24px;
					background:transparent url(../Img/Shared/btn_wiecej_artykulow.png) no-repeat;
				}

				#wellness .ThirdsContainer .content span.more {
					display:block;
					position:absolute;
					bottom:10px;
				}

				#wellness .ThirdsContainer small {
					display:block;
					margin-top:-2px;
					color:#8ec03e;
					font-weight:normal;
				}

				#wellness .ThWrapp {
					clear:both;
					margin-top:18px;
				}

				#wellness .Down {
					margin-bottom:6px;
				}

#wellness .sekrety-list {
	margin-top:10px !important;
	list-style:none;
	background:transparent url(../Img/Subpages/Wellness/bg_sekrety_lista.jpg) 0 0 no-repeat;
}
	#wellness .sekrety-list li {
		height:207px;
		padding-top:53px;
		padding-left:302px;
	}/* end of file */ 
/*  
sub_article.css  
*/  
#middleContainer .articleWrapper {
	font-size:1.1818em;
}
	#middleContainer .articleWrapper  h3 {
		margin-bottom:10px;
		padding-top:10px;
		font-size:24px;
		line-height:1.2em;
		border-bottom:1px solid #F5F2CD;
	}

	#middleContainer .articleWrapper .artTop {
		margin-top:50px;
	}/* end of file */ 
/*  
sub_konkursy.css  
*/  
#wystawa-wielkanocna {
	padding-bottom:1em;
}
	#wystawa-wielkanocna .wystawa-wielkanocna-content {

		padding:16px;
	}

	#wystawa-wielkanocna .intro {
		margin-right:-11px;
		min-height:185px;

		font-size:12px;

		background:transparent url(../Img/Subpages/Rozrywka-i-konkursy/WystawaWielkanocna/jajo.jpg) 100% 100% no-repeat;
		border-bottom:1px #f5f2cd solid;
	}

	body.ie6 #wystawa-wielkanocna .intro {
		height:185px;
	}

		#wystawa-wielkanocna .intro {
			padding-right:353px;
			color:#75a22d;
		}

		#wystawa-wielkanocna h4 {
			margin:1em 0 0 0;
			color:#e41c17 !important;
		}

		#wystawa-wielkanocna .block-invitation {
			background:transparent url(../Img/Subpages/Rozrywka-i-konkursy/WystawaWielkanocna/wielkanocna-wystawa.jpg) 98% 15px no-repeat;
		}

		#wystawa-wielkanocna .block-invitation h4 {
			margin:0;
		}

		#wystawa-wielkanocna p {
			padding-top:0;
		}

		#wystawa-wielkanocna .block-recipes {
			background:transparent url(../Img/Subpages/Rozrywka-i-konkursy/WystawaWielkanocna/zajaczek.jpg) 450px 100% no-repeat;
		}

		#wystawa-wielkanocna .block-invitation {
			padding:12px;
			border:1px #e5df9a solid;
		}

		#wystawa-wielkanocna .block-content {
			padding-right:353px;
		}




#Konkurs-Zurek h3 {
	font-size:28px;
	margin-bottom:1em;
}

#Konkurs-Zurek .Columns {
	border:0 !important;
}

	#Konkurs-Zurek .Columns .column {
	}

	#Konkurs-Zurek .Columns .column-left {
		float:left;
		width:49%;
	}
	#Konkurs-Zurek .Columns .column-right {
		float:right;
		width:49%;
	}

	#Konkurs-Zurek .column-left .column-content {
		padding-left:20px;
	}

	#Konkurs-Zurek .column-left .column-content div.errMsg {
		position:relative;
		margin:1em 0;
		left:-20px;
	}


	#Konkurs-Zurek div.errMsg {
		padding-left:23px;

		background:#ffffff url(../Img/Shared/bg_alarm.png) 0 0 no-repeat;
		border:1px #ce110d solid;

		border-radius:3px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-khtml-border-radius:3px;
		-o-border-radius:3px;
	}


	#Konkurs-Zurek dl dt {
		margin-top:1em;
	}

	#Konkurs-Zurek dl dd {
		left:-20px;
		position:relative;
	}

	#Konkurs-Zurek ul {
		left:-20px;
		position:relative;
	}


	#Konkurs-Zurek form.common {
	}

	#Konkurs-Zurek form.common label {
		font-weight:bold;
	}

	#Konkurs-Zurek form.common label.weight-normal {
		font-weight:normal !important;
	}

	#Konkurs-Zurek form.common .submit-wyslij {
		margin:1em 0;
		display:block;
		width:138px;
		height:30px;
		background:transparent url(../Img/Subpages/Rozrywka-i-konkursy/Zurek/btn_wyslij-przepis.png) 0 0 no-repeat;

		overflow:hidden;
		text-indent:-8888px;
	}




	form.common {
		zzwidth:75%;
		zzoverflow:hidden;
		zoom:1;
	}
		form.common fieldset {
			display:block;
			border:0;
		}

		form.common input[type=text],
		form.common input[type=password] {
			padding:0;
			margin:0;
			height:14px;
			border:0;
			font-size:11px;
			line-height:14px;
			background-color:#fff;
			float:left;
			vertical-align:middle;
			zzmax-width:90%;
		}

		form.common input.text,
		form.common input.password {
			padding:0;
			margin:0;
			height:14px;
			border:0;
			font-size:11px;
			line-height:14px;
			background-color:#fff;
			float:left;
			vertical-align:middle;
		}
/*
		form.common input[type=file] {
			height:14px;
			border:0;
			font-size:10px;
		}
		form.common input.file {
			height:14px;
			border:0;
			font-size:11px;
		}
*/

		form.common input[type=submit],
		form.common input[type=button],
		form.common input[type=reset],
		form.common input[type=image] {
			width:20px; /* default value - must be changed in each use */
			height:20px;
			margin:0;
			font-size:11px;
			line-height:20px;
			border:0;
			vertical-align:middle;
			overflow:hidden;
			text-indent:-8888px;
		}

		form.common input.submit,
		form.common input.button,
		form.common input.reset,
		form.common input.image {
			width:20px; /* default value - must be changed in each use */
			height:20px;
			margin:0;
			font-size:11px;
			line-height:20px;
			border:0;
			vertical-align:middle;
			overflow:hidden;
			text-indent:-8888px;
		}

		form.common select {
			border:0;
			font-size:11px;
		}

		form.common textarea {
			border:0;
			font-size:10px;
		}

		form.common span.input-text-wrapper {
			display:inline-block;
			padding:2px;
			margin:0;
			line-height:normal;

			vertical-align:middle;
			background-color:#ffffff;
			border:1px #ede7e2 solid;

			border-radius:3px;
			-moz-border-radius:3px;
			-webkit-border-radius:3px;
			-khtml-border-radius:3px;
			-o-border-radius:3px;
		}

		form.common span.form-text-field-wrapper {
			display:inline-block;
			margin:2px 0;
			padding:1px 1px 1px 24px;
			line-height:normal;
			vertical-align:middle;
			zzbackground-color:#f00;
		}
			body.ie form.common span.form-text-field-wrapper {
				margin-right:4px;
			}

			form.common .validationError {
				background:#c50e0a url(../Img/Shared/form_field_errmsg.png) 0 0 no-repeat;
				border:0;

				border-radius:2px;
				-moz-border-radius:5px;
				-webkit-border-radius:3px;
				-khtml-border-radius:3px;
				-o-border-radius:3px;
			}
				form.common .validationError label {
					color:#ffffff;
				}

			form.common span.form-text-field-wrapper span.input-text-wrapper {
				float:left;
			}
			form.common span.form-text-field-wrapper span.field-separator {
				float:left;
			}

		form.common span.input-button-wrapper {
			display:inline-block;
			padding:0;
			margin:0 2px;
			line-height:normal;

			vertical-align:middle;
			background-color:transparent;
			background-color:#00f;
			border:0;
		}
			form.common span.input-button-wrapper input[type="submit"],
			form.common span.input-button-wrapper input[type="button"] {
				margin:0;
				padding:0;
				float:left;
				zzbackground-color:#0f0;
			}
			form.common span.input-button-wrapper input.submit,
			form.common span.input-button-wrapper input.button {
				margin:0;
				padding:0;
				float:left;
				zzbackground-color:#0f0;
			}

		form.common span.form-textarea-field-wrapper {
			display:inline-block;
			margin:2px 0;
			padding:1px 1px 1px 24px;
			line-height:normal;
			vertical-align:middle;
			zzbackground-color:#f00;
		}
			form.common span.form-textarea-field-wrapper span.input-text-wrapper {
				float:left;
			}

		form.common div.form-checkbox-agree-field-wrapper {
			margin:2px 0;
			padding:2px 10px 2px 24px;
			line-height:normal;
			vertical-align:middle;
			zoom:1;
		}
			form.common div.form-checkbox-agree-field-wrapper input[type=checkbox] {
				float:left;
				margin:0;
				padding:0;
			}
			body.ie6 form.common div.form-checkbox-agree-field-wrapper input.checkbox {
				float:left;
				margin:0;
				padding:0;
			}

			form.common div.form-checkbox-agree-field-wrapper label {
				display:block;
				margin-left:2em;
			}

		form.common div.form-checkradio-group-vertical-field-wrapper {
			margin:2px 0;
			padding:2px 10px 2px 24px;
			line-height:normal;
			vertical-align:middle;
			zoom:1;
		}
			form.common div.form-checkradio-group-vertical-field-wrapper input[type=checkbox],
			form.common div.form-checkradio-group-vertical-field-wrapper input[type=radio] {
				clear:left;
				float:left;
				margin:0;
				padding:0;
			}
			body.ie6 form.common div.form-checkradio-group-vertical-field-wrapper input.checkbox,
			body.ie6 form.common div.form-checkradio-group-vertical-field-wrapper input.radio {
				clear:left;
				float:left;
				margin:0;
				padding:0;
			}

			form.common div.form-checkradio-group-vertical-field-wrapper label {
				display:block;
				margin-left:2em;
				zoom:1;
			}
				form.common div.form-checkradio-group-vertical-field-wrapper label:after {
					content:"";
					display:block;
					height:0;
					overflow:hidden;
					clear:both;
				}

#MaggiWrapper {
	display:block;
	position:relative;
	width:680px;
	height:843px;
	
	margin:0 auto;
	
	background:transparent url(../Img/Subpages/Rozrywka-i-konkursy/Maggi/bg.png) 0 0 no-repeat;
	
	cursor:pointer;
}
	#maggiBottle {
		width:139px;
		height:371px;
		
		position:absolute;
		left:41px;
		top:96px;
		
		zoom:1;
		
		background:transparent url(../Img/Subpages/Rozrywka-i-konkursy/Maggi/bottle.png) 0 0 no-repeat;
	}
	
	#maggiPrizes {
		width:504px;
		height:297px;
		
		position:absolute;
		left:163px;
		top:146px;
		
		zoom:1;
		
		background:transparent url(../Img/Subpages/Rozrywka-i-konkursy/Maggi/prizes.png) 0 0 no-repeat;
	}
	
	#maggiToWin {
		width:562px;
		height:222px;
		
		position:absolute;
		left:50px;
		top:472px;
		
		zoom:1;
		
		background:transparent url(../Img/Subpages/Rozrywka-i-konkursy/Maggi/to-win.png) 0 0 no-repeat;
	}
				
/* BEGIN: INPUT [type=file] */
		form.common span.form-file-field-wrapper {
			display:inline-block;
			margin:2px 0;
			padding:1px 1px 1px 24px;
			line-height:normal;
			vertical-align:middle;
			zzbackground-color:#f00;
		}

		form.common span.file-field-wrapper {
			position:relative;
			display:block;
			overflow:hidden;
			padding:2px;

			vertical-align:middle;
			background-color:#ffffff;
			border:1px #ede7e2 solid;
			float:left;
		}
			form.common span.file-cover-wrapper {
				position:absolute;
				zztop:2px;
				top:25%;
				left:2px;
				z-index:1;
				overflow:hidden;
				vertical-align:middle;
				padding-right:75px;

				background:transparent url(../img/wybierz-plik.png) 100% 50% no-repeat;
			}
				form.common span.file-cover-wrapper input.file-cover {
					zzwidth:100%;
				}

			form.common span.form-file-field-wrapper input[type=file] {
				position:relative;
				zzheight:14px;
				zzopacity:0.1;
				zzfilter:alpha(opacity=10);
				opacity:0;
				filter:alpha(opacity=0);
				z-index:2;
				text-align:right;
			}
			form.common span.form-file-field-wrapper input.file {
				position:relative;
				zzheight:14px;
				zzfilter:alpha(opacity=10);
				filter:alpha(opacity=0);
				z-index:2;
				text-align:right;
			}
/* END: INPUT [type=file] */


/* Ziarenka smaku */
.ziarenka-smaku {
	position:relative;
	margin-top:-6px;
	margin-bottom:-6px;
	margin-left:-14px;
	width:724px;
	height:1301px;
	background:transparent url(../Img/Subpages/Rozrywka-i-konkursy/ZiarenkaSmaku/bg.jpg) 0 0 no-repeat;
}
	.ziarenka-smaku img.txt1 {
		position:absolute;
		
		left:0;
		top:0;
	}
	.ziarenka-smaku img.txt2 {
		position:absolute;
		
		left:0;
		bottom:0;
	}
	
	
	
/* CPS2010 */
#cps2010 {
	padding:0 19px 0 7px !important;
}
	#cps2010 h2 {
		float:none;
	}
	#cps2010 h2.fancy {
		font-family:"FranciscoLucasBriosa", Georgia, Arial, Tahoma, Verdana;
		font-size:22px;
		padding:0;
		
		color:#e2001a !important;
	}

	#cps2010 .intro {
		min-height:200px;
		font-family:"Cambria", Georgia, Arial, Tahoma, Verdana;
		font-size:15px;
		padding:30px 0;
		padding-right:270px;
		
		background:transparent url(../Img/Subpages/Rozrywka-i-konkursy/CPS2010/bg1.jpg) 100% -32px no-repeat
	}
		#cps2010 .intro h2.fancy {
			font-family:"FranciscoLucasBriosa", Georgia, Arial, Tahoma, Verdana;
			font-size:22px;
			padding:0;
			
			color:#e2001a !important;
		}

		
	#cps2010 .section {
		padding:17px 0 20px 0;
		font-family:Tahoma,Arial, Verdana;
		font-size:11px;
		
		border-top:1px #e8e2a4 solid;
	}
	
	#cps2010 .section h2 {
		padding:0 0 13px 0 !important;
		font-family:Arial, Tahoma, Verdana;
		font-size:15px;
		
		color:#e2001a !important;
	}
	
	#cps2010 .section h4 {
		padding:0 0 0 0 !important;
		font-family:Arial, Tahoma, Verdana;
		font-size:15px;
		
		color:#e2001a !important;
	}
	
	#cps2010 .section p {
		padding:16px 0 !important;
	}

	#cps2010 .section .productsListWrapper {
		padding:10px 5px;
		background-color:#fbf9bc;
	}
	
	#cps2010 .section .productsList {
	}
		#cps2010 .section .productsList li {
			float:left;
			width:88px;
			margin:0 5px;
			
			overflow:hidden;
			
			text-align:center;
		}
	
		#cps2010 .section .productsList li a {
			display:block;
		}
	
		#cps2010 .section .productsList li img {
		}

		#cps2010 .section .receipesList {
			padding-left:25px;
		}
		
	#cps2010 #wishes {
		font-family:"Cambria", Georgia, Arial, Tahoma, Verdana;
		font-size:15px;
		
		padding-bottom:20px;
		
		border-top:1px #e8e2a4 solid;
	}
		#cps2010 #wishes .box {
			min-height:280px;
			position:relative;
			
			padding:10px;
			padding-right:250px;
		}
		
		#cps2010 #wishes .box  img.choinka {
			position:absolute;
			top:-30px;
			right:-30px;
		}
		
		#cps2010 #wishes .box  a.zobacz {
			dislay:block;
			position:absolute;
			bottom:7px;
			left:290px;
		}
		
		#cps2010 #wishes li {
			padding-left:1em;
			line-height:1.3em;
			background:transparent url(../Img/Subpages/Rozrywka-i-konkursy/CPS2010/bullet.png) 0 0.5em no-repeat;
		}

		
		
		#BabciaDajeRade {
			position:relative;
			width:733px;
			height:867px;
			
			background:transparent url(../Img/Subpages/Rozrywka-i-konkursy/BabciaDajeRade/bg.jpg) 0 0 no-repeat;
		}
		
		
		#BabciaDajeRade .intro {
			position:absolute;
			left:400px;
			top:55px;
			
			width:315px;
			
			color:#810f0c;
			
			font-weight:bold;
			font-family:Tahoma, Arial, Verdana, sans-serif;
			font-size:12px;
			line-height:1.4em;
		}
		
		#BabciaDajeRade .intro .KubaReczny {
			font-size:20px;
			line-height:1.1em;
		
			color:#ac0000 !important;
		}
		
		
		#BabciaDajeRade .FormWrapper {
			position:absolute;
			
			bottom:0;
			right:0;
			
			background:#6a0b00 url(../Img/Subpages/Rozrywka-i-konkursy/BabciaDajeRade/bg_form.png) 0 0 repeat-x;
			
			border:3px #dcc5b9 solid;
		}
		
		#BabciaDajeRade .FormWrapper form {
			width:333px;
			
			color:#f8f7cd !important;
		}

/*		
		#BabciaDajeRade .FormWrapper form fieldset {
			padding:17px 27px;
		}
		
		
		
		
		#BabciaDajeRade form h3.KubaReczny {
			padding:17px 27px;
			font-size:22px;
			line-height:1.1em;
		
			color:#faedb4 !important;
		}
		
		#BabciaDajeRade form label.KubaReczny {
			font-size:18px;
			line-height:1.1em;
		
			color:#f3d9a4 !important;
		}
		
		#BabciaDajeRade form .agree1 {
			padding:2px 6px;
		}
		
		#BabciaDajeRade form .agree2 {
			margin:3px;
			padding:2px;
			border:1px #817066 solid;
		}
*/
		
		
/**/

	
	#BabciaDajeRade .form {
		padding:5px 0;
		width:333px;
		zzheight:435px;
	
		position:absolute;
		bottom:1px;
		right:1px;
		
		
		background:#6a0b00 url(../Img/Subpages/Rozrywka-i-konkursy/BabciaDajeRade/bg_form.png) 0 0 repeat-x;
		
		border:3px #dcc5b9 solid;
		border-radius:10px;
		-moz-border-radius:10px;
		
		z-index:150;
	}
	
		body.ie #BabciaDajeRade .form {
			bottom:4px;
			right:4px;
		}
	
	#BabciaDajeRade h3.KubaReczny {
		padding-left:25px;
		
		font-size:22px;
		
		color:#faedb4 !important;
	}
	
	#BabciaDajeRade .form form {
		padding:4px;
	}
	
		#BabciaDajeRade .form .contentWrapper {
			color:#f8f7cd !important;
		}
	
		#BabciaDajeRade .form fieldset {
			padding:0 20px;
		}
	
		#BabciaDajeRade .form form span.fWrapp {
			display:inline-block;
			width:99%;
		
			background-color:#f8f7cd;
			
			border:1px #817066 solid;
			border-radius:10px;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
			-khtml-border-radius:10px;
		}
		
		#BabciaDajeRade .form form span.fWrapp.err {
			background-image:url(../Img/Subpages/Dzieci/gadkadlaniejadka/bg_field_err.png);
				background-position:3px 5px;
				background-repeat:no-repeat;
		}
			#BabciaDajeRade .form form span.fWrapp.err input,
			#BabciaDajeRade .form form span.fWrapp.err textarea {
				margin-left:35px;
				width:85%;
			}
		
	
		#BabciaDajeRade .form form input.text,
		#BabciaDajeRade .form form textarea {
			display:block;
			width:96%;
			margin:0 auto;
			
			font-size:1.3em;
			font-family:Tahoma, Verdana, Arial, sans-serif;
			color:#B2916E;
			background-color:#f8f7cd;
			border:0;
		}
		
		#BabciaDajeRade .form form textarea {
			overflow-x:hidden;
		}
		
		#BabciaDajeRade .form form label.KubaReczny {
			font-size:16px;
			
			color:#f3d9a4;
		}
		
		#BabciaDajeRade .form form input.text {
			height:2em;
			line-height:1.6em;
		}
		
		#BabciaDajeRade .form form input.komunikat {
			padding-left:30px;
			background:inherit url(../Img/Subpages/Dzieci/gadkadlaniejadka/bg_komunikat.png) 5px 50% no-repeat;
		}
		
		
		#BabciaDajeRade .agree1 {
			min-height:30px;
			padding:8px 4px 2px 25px;
			margin:2px;
		}
		
		body.ie6 #BabciaDajeRade .agree1 {
			height:30px;
		}
		
		#BabciaDajeRade .agree2 {
			margin:2px 2px 8px 2px;
			padding:8px 4px 8px 25px;
			color:#f8f7cd;
			background-color:#620000;
			
			border:1px #817066 solid;
			border-radius:10px;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
			-khtml-border-radius:10px;
		}
		
		#BabciaDajeRade .agree.err {
			background-image:url(../Img/Subpages/Dzieci/gadkadlaniejadka/bg_field_err.png);
			background-position:3px 5px;
			background-repeat:no-repeat;
		}
		
		#BabciaDajeRade .agree input[type="checkbox"] {
			float:left;
		}
		
		#BabciaDajeRade .agree input.checkbox {
			float:left;
		}
		
		#BabciaDajeRade .agree label {
			display:block;
			margin-left:25px;
			
			color:#f8f7cd !important;
		}
		
		#BabciaDajeRade  input.submit {
			margin-left:130px;
			display:block;
			width:55px;
			height:22px;
			float:left;
		}
		
		#BabciaDajeRade  input.wyslij {
			background:transparent url(../Img/Shared/btn_wyslij2.png) 0 0 no-repeat;
		}

		
#KJM {
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
}		


	#KJM .KJM_Top {
		height: 576px;
		background: url(../Img/Subpages/Rozrywka-i-konkursy/KuchniaJakMarzenie/02.png) 100% 0 no-repeat;
		padding-right: 445px;	
	}
		#KJM .KJM_TopLeft {
			height: 576px;
			background: url(../Img/Subpages/Rozrywka-i-konkursy/KuchniaJakMarzenie/01.jpg) 100% 0 no-repeat;

		}
	#KJM .KJM_Mid {
		border-bottom: 1px solid #ffb2b2;
		color: #363636;
	}
		#KJM .KJM_Body {
			width: 458px;
			padding: 324px 27px 1px 14px;
			background: url(../Img/Subpages/Rozrywka-i-konkursy/KuchniaJakMarzenie/03.jpg) 100% 0 no-repeat;
		}
			#KJM p {
				margin-bottom: 1em;
				padding: 0;
			}
				#KJM p.center {
					text-align: center;
				}
				
				#KJM p.dreamsComeTrue {
					margin-right: -10px;
				}
				
			#KJM p strong.red {
				color: #ff0201;
				font-size: 14px;
			}			
			#KJM big {
				font-size: 14px;
			}
				#KJM big strong {
					font-size: 16px;
					line-height: 1;
				}
				
			#KJM sup {
				font-size: .75em;
				height: 0;
				line-height: 1;
				vertical-align: baseline;
				_vertical-align: bottom;
				position: relative;	
			}

			#KJM sup {
				bottom: 1ex;
			}				
			
			#KJM ol {
				margin: 0 0 1.5em 82px;
			}
				#KJM ol li {
					list-style: none none outside;
					padding-left: 40px;
					margin-bottom: 10px;
					background-position: 0 4px;
					background-repeat: no-repeat;
				}
					#KJM ol li#option1 {
						background-image: url(../Img/Subpages/Rozrywka-i-konkursy/KuchniaJakMarzenie/li1.png);
					}
					#KJM ol li#option2 {
						background-image: url(../Img/Subpages/Rozrywka-i-konkursy/KuchniaJakMarzenie/li2.png);
						margin-bottom: 0px;
					}
					
				#KJM a.blue {
					color: #125096;
				}
								
				#KJM a.wypowiedz {
					display: block;
					margin: 0 auto;
					background: url(../Img/Subpages/Rozrywka-i-konkursy/KuchniaJakMarzenie/wypowiedz.png) 50% 0 no-repeat;
					width: 292px;
					height: 28px;
				}
				
				#KJM .KJM_Pics {
					width: 198px;
					padding: 515px 0 1px;
					background: url(../Img/Subpages/Rozrywka-i-konkursy/KuchniaJakMarzenie/04.jpg) 100% 0 no-repeat;
				}

				#KJM .KJM_Prize {
					height: 251px;
					width: 210px;
					margin: 0px -6px 0;
					background: url(../Img/Subpages/Rozrywka-i-konkursy/KuchniaJakMarzenie/05.jpg) 100% 0 no-repeat;
				}
				
		
		
#KJM .KJM_Foot a	{
	padding: 12px 12px;
	cursor: pointer;
}

		
#KJM .fright {
	float: right;
}		

#KJM .fleft{
	float: left;
}		

#KJM span.wai {
	display: inline;
	text-indent: -8889px;
}

#walentynki2011 {  }
#walentynki2011 #Konkursy { background:#ffffff url(../Img/Subpages/Rozrywka-i-konkursy/Walentynki2011/bg_content.jpg) 50% 0 no-repeat; }

#walentynki2011 h3 { font-size:18px; color:#b01815 !important; }
#walentynki2011 h4 { padding-left:33px; font-size:14px; line-height:25px; background:transparent url(../Img/Subpages/Rozrywka-i-konkursy/Walentynki2011/bg_h4.png) 2px 50% no-repeat; }

#walentynki2011 {  }
#walentynki2011 .recipesWrapper { background:#ffffff url(../Img/Subpages/Rozrywka-i-konkursy/Walentynki2011/bg_content2.jpg) 100% 100% no-repeat; }
#walentynki2011 p { padding-bottom:1em; font-size:14px; line-height:16px; }

#walentynki2011 .recipesWrapper ul.videoRecipesList { padding-top:2em; }
#walentynki2011 .recipesWrapper ul.videoRecipesList li { float:left; width:227px; margin-right:9px; }
#walentynki2011 .recipesWrapper ul.videoRecipesList li:last-child { margin-right:0; }
#walentynki2011 .recipesWrapper ul.videoRecipesList li.last-child { margin-right:0; }
#walentynki2011 .recipesWrapper ul.videoRecipesList li img { border:1px #f0dbdb solid; }
#walentynki2011 .recipesWrapper ul.videoRecipesList li a { font-family: "Meta-Pro Book", Arial, Tahoma, Verdana, sans-serif; font-size:12px; text-decoration:none; }
#walentynki2011 .recipesWrapper ul.videoRecipesList li a span { text-decoration:none; }
#walentynki2011 .recipesWrapper ul.videoRecipesList li a:hover span { text-decoration:underline !important; }

#walentynki2011 .recipesWrapper ul.recipesList { padding:5.5em 0; }
#walentynki2011 .recipesWrapper ul.recipesList li { padding-left:10px; background:transparent url(../Img/Subpages/Rozrywka-i-konkursy/Walentynki2011/ul_bullet.png) 0 50% no-repeat; }
#walentynki2011 .recipesWrapper ul.recipesList li  a { font-family: "Meta-Pro Book", Arial, Tahoma, Verdana, sans-serif; font-size:14px; }


#Konkursy.warzylion-konkurs { padding:35px 45px 55px 35px !important; font-size:13px; background:#ffffff url(../Img/Subpages/Rozrywka-i-konkursy/Warzylion/bg.jpg) 100% 0 no-repeat; }
#Konkursy.warzylion-konkurs h2 { float:none; padding-bottom:30px; font-size:30px; text-align:center; color:#e41c17; background:transparent url(../Img/Subpages/Rozrywka-i-konkursy/Warzylion/hr_stars.png) 50% 100% no-repeat; }

#Konkursy.warzylion-konkurs .packshotLeft { margin-top:1.5em; min-height:350px; padding-left:323px; background:transparent url(../Img/Subpages/Rozrywka-i-konkursy/Warzylion/packshot.jpg) 0 0 no-repeat; }
.ie6 #Konkursy.warzylion-konkurs .packshotLeft { height:350px; }
#Konkursy.warzylion-konkurs ul.activitiesList { padding-top:31px; padding-bottom:16px; }
#Konkursy.warzylion-konkurs ul.activitiesList li { min-height:31px; padding-left:57px; margin-bottom:12px; font-family: "Meta-Pro Book", Arial, Tahoma, Verdana, sans-serif; font-size:18px; font-weight:bold; letter-spacing:-1px; line-height:1.1em; color:#673c0f; background:transparent url(../Img/Subpages/Rozrywka-i-konkursy/Warzylion/numbers_sprite.png) 14px 0 no-repeat; }
#Konkursy.warzylion-konkurs ul.activitiesList li.item2 { background-position:-386px 0%; }
#Konkursy.warzylion-konkurs ul.activitiesList li.item3 { background-position:-792px 0%; }
#Konkursy.warzylion-konkurs span.address { padding-top:0.5em; display:block; font-size:13px; font-weight:normal; line-height:1.2em; color:#e41c17; }

#KonkursyNagrodyNaDeser{
background:transparent url(../Img/Subpages/Rozrywka-i-konkursy/NagrodyNaDeser/main.jpg) 50% 0 no-repeat;
height:1417px;
padding:0 !important;
border:0 !important;
}
#KonkursyNagrodyNaDeser a {font-size: 12px; left: 650px; position: absolute; top: 1394px;}


#KonkursyRodzyinka{
background:transparent url(../Img/Subpages/Rozrywka-i-konkursy/Rodzyinka/main_big.jpg) 50% 0 no-repeat;
height:1010px;
padding:0 !important;
border:0 !important;
}
#KonkursyRodzyinka a {font-size: 12px; left: 450px; position: absolute; top: 1005px;}

#KonkursyJesienneZupy{
background:transparent url(../Img/Subpages/Rozrywka-i-konkursy/KonkursJesienneZupy/real.jpg) 50% 0 no-repeat;
height:1010px;
padding:0 !important;
border:0 !important;
}
#KonkursyJesienneZupy a {font-size: 12px; left: 550px; position: absolute; top: 1005px;}

#KonkursyJesienneZupyTesco{
background:transparent url(../Img/Subpages/Rozrywka-i-konkursy/KonkursJesienneZupy/tesco.jpg) 50% 0 no-repeat;
height:1010px;
padding:0 !important;
border:0 !important;
}
#KonkursyJesienneZupyTesco a {font-size: 12px; left: 550px; position: absolute; top: 1005px;}

#KonkursyJesienneZupyCarrefour{
background:transparent url(../Img/Subpages/Rozrywka-i-konkursy/KonkursJesienneZupyCarrefour/KonkursJesienneZupyCarrefour.jpg) 50% 0 no-repeat;
height:1010px;
padding:0 !important;
border:0 !important;
}
#KonkursyJesienneZupyCarrefour a {font-size: 12px; left: 550px; position: absolute; top: 1005px;}

#KonkursGotujSieNaNagrody{
background:transparent url(../Img/Subpages/Rozrywka-i-konkursy/KonkursGotujSieNaNagrody/KonkursGotujSieNaNagrody.jpg) 50% 0 no-repeat;
height:890px;
padding:0 !important;
border:0 !important;
}
#KonkursGotujSieNaNagrody a {font-size: 12px; left: 550px; position: absolute; top: 880px;}/* end of file */ 
/*  
sub_kanapki_2011.css  
*/  
﻿#Kanapki2011 {
	width: 732px;
}

#Kanapki2011 #ContentWrapper .top h2 {
     float: none;
	 }

/*
#Kanapki2011 #ContentWrapper.index {
    background: #fff url(../Img/SubPages/Kanapki/2011/main_bg.jpg) 0 0 no-repeat;
    overflow: hidden;
    height: 1049px;
    width: 732px;

	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    }
    
    #Kanapki2011 #ContentWrapper.indexafterkonkurs {
    background: #fff url(../Img/SubPages/Kanapki/2011/main_bg_after.jpg) 0 0 no-repeat;
    overflow: hidden;
    height: 1049px;
    width: 732px;

	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    }
*/
	
    #Kanapki2011 #ContentWrapper.index {
    background: #fff url(../Img/SubPages/Kanapki/2011/main_bg_redesign.jpg) 0 0 no-repeat;
    overflow: hidden;
    height: 1049px;
    width: 732px;

	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    }
    
#Kanapki2011 #ContentWrapper.index .top {
     height: 433px;
     position: relative;
}
#Kanapki2011 #ContentWrapper.index .top h2 {
     padding: 10px;
     width: 385px;
     height: 145px;
     margin: 0;
     overflow: hidden;
     text-indent: -8889px;
}
#Kanapki2011 #ContentWrapper.index .top p.universal {
    overflow: hidden;
    text-indent: -8889px;
    width: 385px;
    padding: 0 10px;
    }
	
#Kanapki2011 #ContentWrapper.index .top p#rotatedCopy1 
{
    padding: 0;
    width: 360px;
    height: 110px;
    color: #5a5532;
    font: 14px/22px Tahoma;
    position: absolute;
    top: 290px;
    left: 25px;
	overflow: hidden;

    }
#Kanapki2011 #ContentWrapper.index .top p#rotatedCopy1 span
{
    display: block;
    width: 360px;
    height: 110px;    
	margin: 0 0 0 -8889px;
	

    }

	/*	
#Kanapki2011 #ContentWrapper.index .top p#rotatedCopy1 
{
    padding: 0;
    width: 360px;
    height: 110px;
    color: #5a5532;
    font: 14px/22px Tahoma;
    position: absolute;
    top: 290px;
    left: 25px;

     -moz-transform:    rotate(-3.6deg);
     -o-transform:      rotate(-3.6deg);
     -webkit-transform: rotate(-3.6deg);
     transform:         rotate(-3.6deg);    
    }
*/

#Kanapki2011 #ContentWrapper.index .top a.wezUdzial 
{
    position: absolute;
    width: 300px;
    height: 400px;
    overflow: hidden;
    text-indent: -8889px;
    top: 40px;
    right: 25px;
    display: block;
    }
    
#Kanapki2011 #ContentWrapper.index .top a.wezUdzialLinkOnly 
{
    position: absolute;
    width: 300px;
    height: 400px;
    overflow: hidden;
    text-indent: -8889px;
    top: 40px;
    right: 25px;
    display: block;
    }
        
#Kanapki2011 #ContentWrapper.index .btm {
     height: 616px;
     position: relative;
}

#Kanapki2011 #ContentWrapper.index .btm p 
{
     padding: 0;
     width: 455px;
     height: 25px;
     line-height: 25px;
     position: absolute;
     color: #5a5532;
     overflow: hidden;
     top: 64px;
     left: 246px;
     font-size: 13px;
}


#Kanapki2011 #ContentWrapper.index .btm .menu li {
     position: absolute;
     display: block;
}
#Kanapki2011 #ContentWrapper.index .btm .menu li a {
     display: block;
}

#Kanapki2011 #ContentWrapper.index .btm .menu li.kanapki0 a,
#Kanapki2011 #ContentWrapper.index .btm .menu li.kanapki1 a,
#Kanapki2011 #ContentWrapper.index .btm .menu li.kanapki2 a,
#Kanapki2011 #ContentWrapper.index .btm .menu li.kanapki3 a,
#Kanapki2011 #ContentWrapper.index .btm .menu li.kanapki4 a {
     color: #fff;
     text-decoration: none;
     font-size: 12px;
     width: 75px;
     height: 30px;
     line-height: 12px;
     padding: 85px 20px 15px 36px;
}
#Kanapki2011 #ContentWrapper.index .btm .menu li a big {
    font-size: 16px;
    line-height: 16px;
    display: block;
    font-weight: bold;
    }
#Kanapki2011 #ContentWrapper.index .btm .menu li.kanapki5 a,
#Kanapki2011 #ContentWrapper.index .btm .menu li.kanapki6 a,
#Kanapki2011 #ContentWrapper.index .btm .menu li.kanapki7 a,
#Kanapki2011 #ContentWrapper.index .btm .menu li.kanapki8 a,
#Kanapki2011 #ContentWrapper.index .btm .menu li.kanapki9 a,
#Kanapki2011 #ContentWrapper.index .btm .menu li.kanapki10 a {
     overflow: hidden;
     text-indent: -8889px;
}
#Kanapki2011 #ContentWrapper.index .btm .menu li.kanapki5 {
    left: 33px;
    top: 272px;
}
#Kanapki2011 #ContentWrapper.index .btm .menu li.kanapki5 a {
    height: 115px;
    width: 183px;
}
#Kanapki2011 #ContentWrapper.index .btm .menu li.kanapki6 {
    left: 220px;
    top: 282px;
}
#Kanapki2011 #ContentWrapper.index .btm .menu li.kanapki6 a {
    height: 120px;
    width: 225px;
}
#Kanapki2011 #ContentWrapper.index .btm .menu li.kanapki7 {
    left: 460px;
    top: 301px;
}
#Kanapki2011 #ContentWrapper.index .btm .menu li.kanapki7 a {
    height: 100px;
    width: 225px;
}
#Kanapki2011 #ContentWrapper.index .btm .menu li.kanapki8 {
    left: 26px;
    top: 404px;
}
#Kanapki2011 #ContentWrapper.index .btm .menu li.kanapki8 a {
    height: 140px;
    width: 210px;
}
#Kanapki2011 #ContentWrapper.index .btm .menu li.kanapki9 {
    left: 254px;
    top: 412px;
}
#Kanapki2011 #ContentWrapper.index .btm .menu li.kanapki9 a {
    height: 142px;
    width: 222px;
}
#Kanapki2011 #ContentWrapper.index .btm .menu li.kanapki10 {
    left: 501px;
    top: 429px;
}
#Kanapki2011 #ContentWrapper.index .btm .menu li.kanapki10 a {
    height: 115px;
    width: 159px;
}

#Kanapki2011 #ContentWrapper.index .btm .menu li.kanapki0 {
    left: 52px;
    top: 114px;
}
#Kanapki2011 #ContentWrapper.index .btm .menu li.kanapki1 {
    left: 250px;
    top: 114px;
}
#Kanapki2011 #ContentWrapper.index .btm .menu li.kanapki2 {
    left: 399px;
    top: 108px;
}
#Kanapki2011 #ContentWrapper.index .btm .menu li.kanapki3 {
    left: 51px;
    top: -32px;
}
#Kanapki2011 #ContentWrapper.index .btm .menu li.kanapki4 {
    left: 547px;
    top: 114px;
}


#subNavigation h3 {
    font-weight: normal;
    }
	
	
/* przepisy */
#Kanapki2011.przepisy #ContentWrapper.kids, #Kanapki2011 #ContentWrapper.kids {
	background: #ffffff url(../Img/SubPages/Kanapki/2011/top1.jpg) 100% 0 no-repeat;
}
#Kanapki2011.przepisy #ContentWrapper.kids2, #Kanapki2011 #ContentWrapper.kids2 {
	background: #ffffff url(../Img/SubPages/Kanapki/2011/top5.jpg) 100% 0 no-repeat;
}
#Kanapki2011.przepisy #ContentWrapper.everyday {
	background: #ffffff url(../Img/SubPages/Kanapki/2011/top2.jpg) 50% 0 no-repeat;
}
#Kanapki2011.przepisy #ContentWrapper.meetings {
	background: #ffffff url(../Img/SubPages/Kanapki/2011/top3.jpg) 50% 0 no-repeat;
}
#Kanapki2011.przepisy #ContentWrapper.world {
	background: #ffffff url(../Img/SubPages/Kanapki/2011/top4.jpg) 50% 0 no-repeat;
}

#Kanapki2011.przepisy #ContentWrapper {
	width: 732px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;	
}

#Kanapki2011.przepisy #ContentWrapper .top {
	height: 105px;
}
#Kanapki2011.przepisy #ContentWrapper .top h2 {
	padding: 15px 28px;
	color: #967c59;
	font-size: 25px;
	font-weight: normal;
}
#Kanapki2011.przepisy #ContentWrapper .top h2 small {
	color: #80994b;
	font-size: 12px;
	display: block;
	width: 210px;
	line-height: normal;
	padding: 5px 0;
}

#Kanapki2011.przepisy #ContentWrapper .mid ul.recipes li {
	text-align: center;
	float: left;
	position: relative;
	width: 161px;
	height: 120px;
	overflow: hidden;
	padding: 14px 11px 6px 11px;
	line-height: 15px;
}
#Kanapki2011.przepisy #ContentWrapper .mid ul.recipes li.evenrow {
	background: #f3f1ee;
	padding: 14px 11px 9px;
}
#Kanapki2011.przepisy #ContentWrapper .mid ul.recipes li a {
	color: #967c59;
	text-decoration: none;
	font-family: 'Meta-Pro Bold';
	font-size: 12px;
}
#Kanapki2011.przepisy #ContentWrapper .mid ul.recipes li a img {
	border: 1px solid #dbd4b3;
	padding: 3px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    border-radius: 2px;	
	display: inline-block;
	width: 105px;
	height: 79px;
	margin-bottom: 3px;
}

#Kanapki2011.przepisy #ContentWrapper .mid ul.recipes li a span.arr {
	width: 35px;
	height: 34px;
	background: url(../Img/SubPages/Kanapki/2011/arr.png) 0 0 no-repeat;
	overflow: hidden;
	text-indent: -8889px;
	display: block;
	position: absolute;
	top: 44px;
	right: 16px;
}

#Kanapki2011.przepisy #ContentWrapper .btm {
	background: url(../Img/SubPages/Kanapki/2011/bottom.jpg) 0 100% no-repeat;
	height: 100px;
}

/* Historia kanapek */

#Kanapki2011 #ContentWrapper.history {
	width: 732px;
	background: #fff url(../Img/SubPages/Kanapki/2011/historia-top.jpg) 0 0 no-repeat;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;	
}
#Kanapki2011 #ContentWrapper.history .top {
	background: url(../Img/SubPages/Kanapki/2011/historia-top-prod.jpg) 100% 0 no-repeat;
	height: 157px;
	padding-bottom: 178px;
}
#Kanapki2011 #ContentWrapper.history .top h2 {
	background: url(../Img/SubPages/Kanapki/2011/historia-h2.png) 0 0 no-repeat;
	width: 336px;
	height: 157px;
	overflow: hidden;
	text-indent: -8889px;
}

#Kanapki2011 #ContentWrapper.history .mid {
	margin-top: -178px;
}

#Kanapki2011 #ContentWrapper.history .mid ul.periods{
	padding-top: 28px;
}
#Kanapki2011 #ContentWrapper.history .mid ul.periods li {
	height: 181px;
	position: relative;
}
#Kanapki2011 #ContentWrapper.history .mid ul.periods li.left {
	background: url(../Img/SubPages/Kanapki/2011/historia-li-left.png) 0 0 no-repeat;
	margin: -10px 0 0;
}
#Kanapki2011 #ContentWrapper.history .mid ul.periods li.right {
	background: url(../Img/SubPages/Kanapki/2011/historia-li-right.png) 100% 0 no-repeat;
	margin: -13px 0 0;
}
#Kanapki2011 #ContentWrapper.history .mid ul.periods li p {
	width: 375px;
}
#Kanapki2011 #ContentWrapper.history .mid ul.periods li.left img {
	float: left;
	margin: 1px 0 0 20px;
}
#Kanapki2011 #ContentWrapper.history .mid ul.periods li.left p {
	padding: 37px 50px 0 0;
	float: right;
}
#Kanapki2011 #ContentWrapper.history .mid ul.periods li.right img {
	float: right;
	margin: 1px 0px 0 0;
}
#Kanapki2011 #ContentWrapper.history .mid ul.periods li.right p {
	padding: 40px 0 0 75px;
	float: left;
}

#Kanapki2011 #ContentWrapper.history .btm {
	background: url(../Img/SubPages/Kanapki/2011/historia-bottom.jpg) 0 100% no-repeat;
	height: 167px;
	margin-top: -50px;
}

/* Konkurs */

#Kanapki2011 #ContentWrapper.konkurs {
	background: url(../Img/SubPages/Kanapki/2011/konkurs.jpg) 0 0 no-repeat;
	width: 732px;
	height: 509px;
	position: relative;	
}

#Kanapki2011 #ContentWrapper.afterkonkurs {
	background: url(../Img/SubPages/Kanapki/2011/konkurs_after.jpg?v=2) 0 0 no-repeat;
	width: 732px;
	height: 509px;
	position: relative;	
}

#Kanapki2011 #ContentWrapper.afterkonkurs2 {
	background: url(../Img/SubPages/Kanapki/2011/konkurs_after.jpg?v=2) 0 0 no-repeat;
	width: 732px;
	height: 509px;
	position: relative;	
}

#Kanapki2011 #ContentWrapper.konkurs .top h2 {
	position: absolute;
	width: 340px;
	height: 128px;
	overflow: hidden;
	text-indent: -8889px;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}

#Kanapki2011 #ContentWrapper.konkurs .mid p.description {
	position: absolute;
	top: 188px;
	left: 18px;
	width: 220px;
	height: 71px;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
	line-height: normal;
}
#Kanapki2011 #ContentWrapper.konkurs .mid p.description  a {
	display: block;
	text-align: right;
	background: url(../Img/SubPages/Kanapki/2011/back.gif) 100% 50% no-repeat;
	padding: 3px 12px 3px 0;
	font-size: 12px;
	color: #b00;
}
#Kanapki2011 #ContentWrapper.konkurs .mid ul.prizes li {
	position: absolute;
	overflow: hidden;
	display: block;
	text-indent: -8889px;
}
#Kanapki2011 #ContentWrapper.konkurs .mid ul.prizes li.first {
	top: 19px;
	left: 250px;
	width: 463px;
	height: 248px;
}
#Kanapki2011 #ContentWrapper.konkurs .mid ul.prizes li.second {
	top: 286px;
	left: 46px;
	width: 193px;
	height: 212px;
}
#Kanapki2011 #ContentWrapper.konkurs .mid ul.prizes li.third {
	top: 293px;
	left: 265px;
	width: 195px;
	height: 201px;
}
#Kanapki2011 #ContentWrapper.konkurs .mid ul.prizes li.fourth {
	top: 284px;
	left: 498px;
	width: 201px;
	height: 95px;
}

#Kanapki2011 #ContentWrapper.konkurs .mid  a.wezUdzial {
	position: absolute;
	overflow: hidden;
	display: block;
	text-indent: -8889px;
	top: 384px;
	left: 488px;
	width: 244px;
	height: 125px;
}

#Kanapki2011 #ContentWrapper.konkurs .mid  a.wezUdzialLinkOnly {
	position: absolute;
	overflow: hidden;
	display: block;
	text-indent: -8889px;
	top: 384px;
	left: 488px;
	width: 244px;
	height: 125px;
}

#Kanapki2011 #ContentWrapper.konkursGaleria {
	width: 732px;
	height: 592px;
	background: #fff url(../Img/SubPages/Kanapki/2011/galeria-bg.jpg) 0 0 no-repeat;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;	
}

#Kanapki2011 #ContentWrapper.konkursGaleria .top h2 {
	background: url(../Img/SubPages/Kanapki/2011/galeria-h2.png) 0 0 no-repeat;
	width: 373px;
	height: 134px;
	overflow: hidden;
	text-indent: -8889px;
}

#Kanapki2011 #ContentWrapper.konkursGaleria .mid ul.gallery {
	padding: 48px 0 0 22px;
	text-align: center;
}
#Kanapki2011 #ContentWrapper.konkursGaleria .mid ul.gallery li {
	display: inline-block;
	vertical-align: top;
	width: 182px;
	height: 242px;
	padding: 0 15px 0 0;
	background: url(../Img/SubPages/Kanapki/2011/galeria-image-bg.png) 0 0 no-repeat;
	overflow: hidden;
	position: relative;
	zoom: 1;
}
* html #Kanapki2011 #ContentWrapper.konkursGaleria .mid ul.gallery li {
	display: inline;
}
*+html #Kanapki2011 #ContentWrapper.konkursGaleria .mid ul.gallery li {
	display: inline;
}
#Kanapki2011 #ContentWrapper.konkursGaleria .mid ul.gallery li.winner {
	background: url(../Img/SubPages/Kanapki/2011/galeria-image-bg-winner.png) 0 0 no-repeat;
}
#Kanapki2011 #ContentWrapper.konkursGaleria .mid ul.gallery li .details {
	display: none;
}
#Kanapki2011 #ContentWrapper.konkursGaleria .mid ul.gallery li:last-child {
	padding: 0 9px 0 0;
}
#Kanapki2011 #ContentWrapper.konkursGaleria .mid ul.gallery li img{
	padding: 11px 14px 12px 11px;
}

#Kanapki2011 #ContentWrapper.konkursGaleria .mid ul.gallery li a {
	width: 182px;
	height: 50px;
	padding: 192px 0 0 0;
	position: absolute;
	bottom: 0;
	left: 0;	
	background: url(../Img/SubPages/Kanapki/2011/galeria-image-overlayer.png) 11px 11px no-repeat;
	color: #fff;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
}

#Kanapki2011 #ContentWrapper.konkursGaleria .mid ul.gallery li a small,
#Kanapki2011 #ContentWrapper.konkursGaleria .mid ul.gallery li a strong {
	display: block;
	text-align: center;
}
#Kanapki2011 #ContentWrapper.konkursGaleria .mid ul.gallery li a strong {
	font-size: 14px;	
}
#Kanapki2011 #ContentWrapper.konkursGaleria .mid ul.gallery li a small {
	padding: 0 0 0 40px;
	font-size: 11px;
}
#Kanapki2011 #ContentWrapper.konkursGaleria .mid ul.gallery li.bck,
#Kanapki2011 #ContentWrapper.konkursGaleria .mid ul.gallery li.nxt {
	width: 37px;
	background: none;
}
#Kanapki2011 #ContentWrapper.konkursGaleria .mid ul.gallery li.bck a,
#Kanapki2011 #ContentWrapper.konkursGaleria .mid ul.gallery li.nxt a  {
	width: 37px;
	height: 36px;
	padding: 0;
	position: absolute;
	bottom: auto;
	top: 70px;
	left: 0;	
	overflow: hidden;
	text-indent: -8889px;
	display: block;
}
#Kanapki2011 #ContentWrapper.konkursGaleria .mid ul.gallery li.bck a {
	background: url(../Img/SubPages/Kanapki/2011/galeria-btns.png) 0 0 no-repeat;
}
#Kanapki2011 #ContentWrapper.konkursGaleria .mid ul.gallery li.bck a.inactive {
	background: url(../Img/SubPages/Kanapki/2011/galeria-btns.png) 0 -36px no-repeat;
}
#Kanapki2011 #ContentWrapper.konkursGaleria .mid ul.gallery li.nxt a  {
	background: url(../Img/SubPages/Kanapki/2011/galeria-btns.png) -37px 0 no-repeat;
}

#Kanapki2011 #ContentWrapper.konkursGaleria .mid ul.gallery li.nxt a.inactive {
	background: url(../Img/SubPages/Kanapki/2011/galeria-btns.png) -37px -36px no-repeat;
}
#Kanapki2011 #ContentWrapper .mid ul.pager {
	text-align: center;
	line-height: 26px;
	padding: 25px 0 0;
}
#Kanapki2011 #ContentWrapper .mid ul.pager li {
	display: inline;
}
#Kanapki2011 #ContentWrapper .mid ul.pager li a {
	display: inline-block;
	text-align: center;
	width: 27px;
	height: 26px;
	background: url(../Img/SubPages/Kanapki/2011/galeria-pager-btns.png) -27px 0 no-repeat;	
	color: #677a00;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	
}
#Kanapki2011 #ContentWrapper .mid ul.pager li.active a {
	background: url(../Img/SubPages/Kanapki/2011/galeria-pager-btns.png) -54px 0 no-repeat;	
	color: #fff;
}
#Kanapki2011 #ContentWrapper .mid ul.pager li.hellip a {
	background: url(../Img/SubPages/Kanapki/2011/galeria-pager-btns.png) 0px 0 no-repeat;	

}

#Kanapki2011 #ContentWrapper.konkursGaleria .mid a.wezUdzial 
{
    position: absolute;
    width: 219px;
    height: 105px;
    overflow: hidden;
    text-indent: -8889px;
    top: 40px;
    right: 25px;
    display: block;
	background: url(../Img/SubPages/Kanapki/2011/wez-udzial.png) 0px 0 no-repeat;	
    }

#Kanapki2011 #ContentWrapper.konkursGaleria .mid a.wezUdzialLinkOnly 
{
    position: absolute;
    width: 219px;
    height: 105px;
    overflow: hidden;
    text-indent: -8889px;
    top: 40px;
    right: 25px;
    display: block;
	background: url(../Img/SubPages/Kanapki/2011/wez-udzial.png) 0px 0 no-repeat;	
    }
#Kanapki2011 #ContentWrapper.konkursGaleria #lightboxGallery {
	background: url(../Img/SubPages/Kanapki/2011/galeria-apla.png) 0px 0 no-repeat;	
	position: absolute;
	top: 0;
	left: 0;
	width: 732px;
	height: 592px;
	visibility: hidden;
}
#Kanapki2011 #ContentWrapper.konkursGaleria #lightboxGallery a.close {
	position: absolute;
	z-index: 2;
	top: -40px;
	right: -40px;
	float: right;
    width: 73px;
    height: 71px;
    overflow: hidden;
    text-indent: -8889px;
    display: block;
	background: url(../Img/SubPages/Kanapki/2011/lb-close.png) 0px 0 no-repeat;	
}
#Kanapki2011 #ContentWrapper.konkursGaleria #lightboxGallery .lightboxAbs {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 430px;
	min-height: 432px;
	margin: -215px 0 0 -216px;

}
#Kanapki2011 #ContentWrapper.konkursGaleria #lightboxGallery .lb_window {
	background: #fff;
	padding: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border-radius: 10px;	
	box-shadow: 0 0 35px #5c6c00;
	position: relative;
	z-index: 3;
}
#Kanapki2011 #ContentWrapper.konkursGaleria #lightboxGallery .lb_window  img.lb_img {
	display: block;
	margin-bottom: 10px;
}
#Kanapki2011 #ContentWrapper.konkursGaleria #lightboxGallery .lb_window p.description {
	float: left;
	awidth: 300px;
	color: #7a7a7a;
	font-size: 12px;
	font-family: Tahoma, sans-serif;
	padding: 0;
}
#Kanapki2011 #ContentWrapper.konkursGaleria #lightboxGallery .lb_window p.description  small {
	color: #7a7a7a;
	font-size: 12px;
}
#Kanapki2011 #ContentWrapper.konkursGaleria #lightboxGallery .lb_window p.description  strong {
	color: #e2021b;
	font-size: 14px;
}
#Kanapki2011 #ContentWrapper.konkursGaleria #lightboxGallery .lb_window .fblike {
	float: right;
	padding: 10px 0;
	overflow: hidden;
	width: 70px;
}
#Kanapki2011 #ContentWrapper.konkursGaleria #lightboxForm {
	background: url(../Img/SubPages/Kanapki/2011/galeria-apla.png) 0px 0 no-repeat;	
	position: absolute;
	top: 0;
	left: 0;
	width: 732px;
	height: 592px;
	visibility: hidden;
}
#Kanapki2011 #ContentWrapper.konkursGaleria #lightboxForm a.close {
	position: absolute;
	z-index: 3;
	top: 112px;
	right: 128px;
	float: right;
    width: 50px;
    height: 50px;
    overflow: hidden;
    text-indent: -8889px;
    display: block;
}
#Kanapki2011 #ContentWrapper.konkursGaleria #lightboxForm  form{
	width: 654px;
	height: 408px;
	background: url(../Img/SubPages/Kanapki/2011/danedodaj.png) 0px 0 no-repeat;	
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -204px 0 0 -327px;
	z-index: 2;

}
#Kanapki2011 #ContentWrapper.konkursGaleria #lightboxForm  form fieldset {
	padding: 110px 0 0 121px;
	overflow: hidden;
}

#Kanapki2011 #ContentWrapper.konkursGaleria #lightboxForm  form fieldset  .column {
	float: left;
	width: 210px;
	margin: 0 15px 0 0;
}
#Kanapki2011 #ContentWrapper.konkursGaleria #lightboxForm  form fieldset  .column.right {
	width: 230px;
	padding: 49px 0 0 0;
}

#Kanapki2011 #ContentWrapper.konkursGaleria #lightboxForm  form fieldset   p.error{
    bottom: 90px;
    color: #E21111;
    left: 122px;
    padding: 0;
    position: absolute;
    width: 333px;
	}

#Kanapki2011 #ContentWrapper.konkursGaleria #lightboxForm  form fieldset input.file {
	cursor: pointer;
    bottom: 218px;
    display: block;
    position: absolute;
    right: 85px;
	display: block;
	height:33px;
	opacity: 0;
	filter:alpha(opacity: 0);
	width:230px;
}
#Kanapki2011 #ContentWrapper.konkursGaleria #lightboxForm  form fieldset input.text {
	font-size: 11px;
	color: #707070;
	padding: 5px 0;
	background: none;
	width: 151px;
	height: 23px;
	border: 0 none;
	float: left;
}
#Kanapki2011 #ContentWrapper.konkursGaleria #lightboxForm  form fieldset div.fieldWrap {
	margin-bottom: 16px;
	position: relative;
}
#Kanapki2011 #ContentWrapper.konkursGaleria #lightboxForm  form fieldset div.fieldWrap  input.checkbox{
	position: absolute;
	top: -1px;
	left: -24px;
}
#Kanapki2011 #ContentWrapper.konkursGaleria #lightboxForm  form fieldset div.fieldWrap  p.agreement {
	ecolor: #e21111;
	font-size: 10px;
	padding: 0;
}
	


#Kanapki2011 #ContentWrapper.konkursGaleria #lightboxForm  form fieldset span.select {
	width: 72px;
	height: 30px;
	display: inline-block;
	vertical-align: top;
}

#Kanapki2011 #ContentWrapper.konkursGaleria #lightboxForm  form fieldset input.submit {
	width: 120px;
	height: 57px;
	padding: 0;
	margin: 40px 19px;
	background: none;
	border: 0 none;
	cursor: pointer;
	text-indent: -8889px;
	display: block;
	overflow: hidden;
	
}
#middleContainer div#Kanapki2011.tabs.hrecipe {
	background: #fff url(../Img/SubPages/Kanapki/2011/top0.jpg) 100% 0 no-repeat;	
	padding: 0;
}

#Kanapki2011.hrecipe .receipeSubNav li.left {
	line-height: 27px;
	}
#Kanapki2011.hrecipe .receipeSubNav li.right a img {
	margin: 4px 0 0;
	}
	
#Kanapki2011.hrecipe .receipeSubNav {
	padding: 0 0 5px;
	border-bottom: 1px solid #ede;
}	

#Kanapki2011.hrecipe .recipe_title {
	padding: 10px 0 5px;
}	
#Kanapki2011.hrecipe #ContentWrapper .top .recipe_title h2 {
	padding: 0 290px 0 0;
	line-height: 22px;
}

#Kanapki2011.hrecipe #ContentWrapper.kids2 .top .recipe_title h2, #Kanapki2011.hrecipe #ContentWrapper.kids .top .recipe_title h2 {
	padding: 0 406px 0 0;
}

#Kanapki2011.hrecipe #ContentWrapper.kids2 .recipe_title, #Kanapki2011.hrecipe #ContentWrapper.kids .recipe_title
{
    padding: 0 0 5px;
}

#Kanapki2011.hrecipe #box-rank {
	margin: 0 0 1em;
}	

#Kanapki2011.hrecipe .top {
	padding: 10px 13px 0px 18px;
}
#Kanapki2011.hrecipe .mid {
	padding: 0px 13px 0px 18px;
}
#Kanapki2011.hrecipe .btm {
	padding: 0px 13px 10px 18px;
	background: #fff url(../Img/SubPages/Kanapki/2011/bottom.jpg) 0 100% no-repeat;	
	height: 100px
}


/* zywienie */
#Kanapki2011.article {
	padding: 0;
	border: 0 none;
}
#Kanapki2011.article #ContentWrapper.kids {
	background: #ffffff url(../Img/SubPages/Kanapki/2011/top1.jpg) 100% 0 no-repeat;
	border-radius: 5px;
}
#Kanapki2011.article #ContentWrapper.kids2 {
	background: #ffffff url(../Img/SubPages/Kanapki/2011/top5.jpg) 100% 0 no-repeat;
}

#Kanapki2011.article #ContentWrapper .top {
	height: 105px;
}
#Kanapki2011.article #ContentWrapper .top h2 {
	padding: 15px 28px;
	color: #967c59;
	font-size: 25px;
	font-weight: normal;
}
#Kanapki2011.article #ContentWrapper .top h2 small {
	color: #80994b;
	font-size: 12px;
	display: block;
	width: 210px;
	line-height: normal;
	padding: 5px 0;
}

#middleContainer #Kanapki2011.article h3 {
	color: #866e4d !important;
	font-size: 18px;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 8px;
	}
#middleContainer #Kanapki2011.article h4 {
	font-family: tahoma, sans-serif;
	color: #4b8711 !important;
	font-size: 14px;
	font-weight: normal;
	padding: 0 0 0 0;
	text-indent: 30px;
	background: none;
	margin: 0 0 10px;
	border-radius: 0;
	}
#middleContainer #Kanapki2011.article p {
	font-family: tahoma, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #866e4d;
	text-indent: 30px;
	margin: 0 0 10px;
	padding: 0;
	}
#middleContainer #Kanapki2011.article p.noindent {
	text-indent: 0px;
	}
#middleContainer #Kanapki2011.article p.noheaderbefore {
	padding: 20px 0 20px;
	}
#Kanapki2011.dziendobry img.right {
	float: right;
	margin: -36px -20px 0px 20px;
	}
	
#middleContainer #Kanapki2011.article ul {
	font-family: tahoma, sans-serif;
	font-size: 13px;
	color: #866e4d;
	line-height: 22px;
	}
#middleContainer #Kanapki2011.article ul li p {
	text-indent: 0px;
	margin: 0;
	}
#middleContainer #Kanapki2011.article ul.extended {
	padding-top: 20px;
}	
#middleContainer #Kanapki2011.article ul.extended li p {
	margin: 0 0 1em;
	}
	
#Kanapki2011.article #ContentWrapper .mid {
	padding: 0 30px;
}
#Kanapki2011.article #ContentWrapper .btm {
	background: url(../Img/SubPages/Kanapki/2011/bottom.jpg) 0 100% no-repeat;
	height: 100px;
}
#Kanapki2011.dziendobry #ContentWrapper .btm,
#Kanapki2011.kanapkiiprodukty #ContentWrapper .btm {
	background: url(../Img/SubPages/Kanapki/2011/article-bottom.jpg) 100% 100% no-repeat;
	height: 100px;
}
#middleContainer #Kanapki2011.article ul.blue {
	margin-bottom: 1em;
}
#middleContainer #Kanapki2011.article ul.blue li {
	padding: 0 0 0 55px;
	background: url(../Img/SubPages/Kanapki/2011/blue-li.png) 26px 0 no-repeat;
	overflow: hidden;
	}

#Kanapki2011.article dl dt,
#Kanapki2011.article dl dd {
	display: inline;
}
#Kanapki2011.article dl dt {
	color: #967c59;
}

#Kanapki2011.article dl dd {
	color: #bd9661;
}


#Kanapki2011 .SchoolKidsTypes {
	padding: 20px 0 0;
}
#Kanapki2011 .SchoolKidsTypes li {
	border-bottom: 1px solid #ebe8e3;
	padding: 15px 0;
}
#Kanapki2011 .SchoolKidsTypes li li {
	border-bottom: 0 none;
}
#Kanapki2011 .SchoolKidsTypes li:last-child {
	border-bottom: 0 none;
}
#Kanapki2011 .SchoolKidsTypes li.shrinked .full {
	display: none;
}


#middleContainer #Kanapki2011.article .SchoolKidsTypes h3 {
	height: 0;
	overflow: hidden;
	line-height: 0;
	font-family: Tahoma, Arial, sans-serif;
	padding: 0;		
	margin: 0;
}
#middleContainer #Kanapki2011.article .SchoolKidsTypes h4 {
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bold;
	padding: 40px 0 20px 216px;
	height: 88px;
	line-height: normal;
	text-indent: 0;
	color: #967c59 !important;
}
#middleContainer #Kanapki2011.article .SchoolKidsTypes #type1 h4 {
	background: url(../Img/SubPages/Kanapki/2011/type1.jpg) 0 0 no-repeat;
}
#middleContainer #Kanapki2011.article .SchoolKidsTypes #type2 h4 {
	background: url(../Img/SubPages/Kanapki/2011/type2.jpg) 0 0 no-repeat;
}
#middleContainer #Kanapki2011.article .SchoolKidsTypes #type3 h4 {
	background: url(../Img/SubPages/Kanapki/2011/type3.jpg) 0 0 no-repeat;
}
#middleContainer #Kanapki2011.article .SchoolKidsTypes #type4 h4 {
	background: url(../Img/SubPages/Kanapki/2011/type4.jpg) 0 0 no-repeat;
}

#Kanapki2011 .SchoolKidsTypes .show {
	display: none;
}


#Kanapki2011 .SchoolKidsTypes .show.shown,
#Kanapki2011 .SchoolKidsTypes .hide {
	color: #967c59;
	text-decoration: underline;
	font-weight: normal;
	display: block;
	cursor: pointer;
}

#Kanapki2011 .SchoolKidsTypes li .full .hide {
	text-align: right;
}



#Kanapki2011 .games {
	position: relative;
}	

#Kanapki2011 .games #fb-like {
	left: 396px;
    position: absolute;
    top: 338px;
}	

#Kanapki2011 .produkty {
	width: 732px;
	height: 703px;
	background: url(../Img/SubPages/Kanapki/2011/produkty-bg.jpg) 0 0 no-repeat;
}
#Kanapki2011 .produkty .top h2 {
	width: 732px;
	height: 146px;
	background: url(../Img/SubPages/Kanapki/2011/produkty-h2.png) 0 0 no-repeat;
	overflow: hidden;
	text-indent: -8889px;
}
#Kanapki2011 .produkty .mid {
	height: 435px;
}
#Kanapki2011 .produkty .mid ul {
	display: block;
	margin: 0 auto;
	width: 612px;
	padding: 29px 0 0;
}
#Kanapki2011 .produkty .mid ul li {
	height: 193px;
	display: block;
}

#Kanapki2011 .produkty .mid ul li.first {
	background: url(../Img/SubPages/Kanapki/2011/produkt-sos.png) 0 0 no-repeat;
	margin: 0 0 20px;
}
#Kanapki2011 .produkty .mid ul li.second {
	background: url(../Img/SubPages/Kanapki/2011/produkt-majonez.png) 0 0 no-repeat;
}
#middleContainer #Kanapki2011 .produkty .mid ul li h3 {
	color: #e2021b !important;
	font-size: 18px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	padding: 55px 0 34px 238px;
}	
#middleContainer #Kanapki2011 .produkty .mid ul li p {
	color: #866e4d;
	font-size: 11px;
	font-family: Tahoma, sans-serif;
	padding: 0 0 0 238px;
}	
#Kanapki2011 .produkty .btm {
	height: 122px;
	background: url(../Img/SubPages/Kanapki/2011/bottom.png) 0 0 no-repeat;
}

#Kanapki2011.dziendobry a.zestawy {
	width: 183px;
	height: 132px;
	overflow: hidden;
	text-indent: -8889px;
	display: block;
	background: url(../Img/SubPages/Kanapki/2011/zestawy.png) 0 0 no-repeat;	
	margin: 20px 0 -70px 55px;
	position: relative;
}/* end of file */ 
/*  
sub_majonezy.css  
*/  
/*
.majonezy #mainContentContainer {
	width: auto;
	float: none;
	position: static;
}
*/

.majonezy #mainContentContainer.noSidebarLeft {
	width: auto;
	float: none;
	position: static;
}

.majonezy ul.mss {
	width: 993px;
	height: 90px;
	padding: 395px 0 0 0;
	background: url(../Img/SubPages/Majonezy/majonezowe-szalenstwo-smakow.jpg) no-repeat 0 0;
	margin: 0 -1px 10px -2px;
	overflow: hidden;
}

	.majonezy ul.mss li {
		float: left;
		width: 300px;
		padding: 0 15px;
	}
	.majonezy ul.mss li#mss1,
	.majonezy ul.mss li#mss2 {
		margin-right: 10px;
	}
	.majonezy ul.mss li#mss2,
	.majonezy ul.mss li#mss3 {
		width: 290px;
	}
	
		.majonezy #middleContainer ul.mss li  h3 {
			color: #c81611 !important;
			padding-bottom: 4px;
		}	

		.majonezy ul.mss li  p {
			padding: 0;
			color: #c81611;
			font-size: 1.091em;
		}	
		
		.majonezy ul.mss li  a.more {
			display: block;
			text-align: right;
			color: #c81611;
			text-decoration: underline;
			font-size: 1.091em;
		}			
		
	.majonezy .seealso {
		background: #fff url(../Img/SubPages/Majonezy/seealso.png) repeat-x 0 100%;
		padding: 15px;
		border: 1px solid #ffc600;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		overflow: hidden;
		zoom: 1;
		line-height: 24px;
	}
	
	.majonezy #middleContainer .seealso  h3 {
		padding: 0;
		color: #c81611 !important;
		float: left;
	}
	
	.majonezy .seealso .links {
		float: none;
		display: inline;
		margin-left: 22px;
	}
	.majonezy .seealso .links  li{
		float: none;
		display: inline;
		margin-right: 22px;
	}
	.majonezy .seealso .links  li a{
		color: #c81611;
		text-decoration: underline;
		font-size: 1.091em;
	}
	
	
/*  */

.majonezy .shadow h4 {
	margin-top:2em;
}

.majonezy .shadow  .artTop h4 {
	margin-top:0;
}

.majonezy ol.default {
	margin-top:1em;
	margin-left:2.5em;
	list-style-type:decimal;
}

.majonezy .box {
	padding:15px;
}

.majonezy .intro {
	margin-bottom:24px;
	padding-bottom:20px;
	border-bottom:1px #e8e2a4 solid;
}
	.majonezy .intro img,
	.majonezy .intro img.left {
		float:left;
		margin-right:15px;
	}
	.majonezy .intro img.right {
		float:right;
		margin-left:15px;
	}

ul.recipeList {
}
	ul.recipeList li {
		margin-bottom:24px;
		padding-bottom:15px;
		border-bottom:1px #e8e2a4 solid;
	}
		ul.recipeList li:last-child {
			border-bottom:0;
		}
		ul.recipeList li.last-child {
			border-bottom:0;
		}
		
		ul.recipeList li li {
			margin-bottom:0;
			padding-bottom:0;
			border-bottom:0;
		}
		
		ul.recipeList li div.imgWrapper {
			float:left;
		}
		
		ul.recipeList li div.recipeContent {
			margin-left:310px;
		}

.seeOtherWrapper {
	margin-top:15px;
	padding-top:15px;
	border-top:1px #e8e2a4 solid;
}
	.seeOtherWrapper .section {
	}
		.seeOtherWrapper .section ul {
			width:49%;
			float:left;
		}
		.seeOtherWrapper .section ul:last-child {
			width:49%;
			float:right;
		}

.col {
	width:49%;
	float:left;
	
}

.col.right {
	float:right;
	
}

.majonezy  .tabs h3 {
	font-size:24px;
}
	.majonezy .tabs h4 {
		background-color:transparent !important;
	}

.majonezy .noBorder {
	border:0 !important;
}		
		
.majonezy ul.productList {
}
	.majonezy ul.productList li {
		position:relative;
		margin:10px 0 30px 0;
		margin-left:58px;
	}
		.majonezy ul.productList li#li-majonez-dekoracyjny {
			margin-left:0;
		}
		
		.majonezy .right ul.productList li {
			width:453px;
			margin-left:0;
		}
	
	.majonezy ul.productList li  h4 {
		position:absolute;
		width:291px;
		height:95px;
		
		top:0;
		left:0;
		background-repeat:no-repeat;
		
		text-indent:-8888px;
		
		z-index:1;
	}
		.majonezy ul.productList li  h4 a {
			display:block;
			height:40px;
		}
		
		.right ul.productList li  h4 {
			width:auto;
			top:0;
			right:0;
			background-position:100% 0;
		}
		
	.majonezy ul.productList li  img {
		position:relative;
		
		margin-right:40px;
		
		z-index:5;
		float:left;
	}
	
	.majonezy .right ul.productList li  img {
		margin-right:30px;
		margin-left:30px;
		float:right;
	}
	
		.majonezy ul.productList li  p {
			padding-top:55px;
		}
		.majonezy ul.productList li {
			zoom:1;
		} 
		.majonezy ul.productList li:after {
			content:"";
			display:block;
			heighT:0;
			overflow:hidden;
			clear:both;
		} 
	
	
	#li-majonez-dekoracyjny h4 {
		left:135px;
		background-image:url(../Img/SubPages/Majonezy/produkty/h_majonez-dekoracyjny.png);
	}
		#li-majonez-dekoracyjny img {
			margin-bottom:6em;
		}
	#li-majonez-salatkowy h4 {
		left:75px;
		background-image:url(../Img/SubPages/Majonezy/produkty/h_majonez-salatkowy.png);
	}
	#li-majonez-light h4 {	
		left:65px;
		background-image:url(../Img/SubPages/Majonezy/produkty/h_majonez-light.png);
	}
	#li-sos-czosnkowy h4 {
		left:55px;
		background-image:url(../Img/SubPages/Majonezy/produkty/h_sos-czosnkowy.png);
	}
	#li-sos-paprykowy h4 {	
		left:45px;
		background-image:url(../Img/SubPages/Majonezy/produkty/h_sos-paprykowy.png);
	}
		#li-sos-paprykowy img {
			margin-bottom:2em;
		}
	
	#li-majonez-o3-6 h4 {	
		right:105px;
		background-image:url(../Img/SubPages/Majonezy/produkty/h_majonez-omega-3-6.png);
	}
	#li-jogomajo h4 {
		right:95px;
		background-image:url(../Img/SubPages/Majonezy/produkty/h_jogomajo.png);
	}
	#li-sos-chrzanowy h4 {
		right:90px;
		background-image:url(../Img/SubPages/Majonezy/produkty/h_sos-chrzanowy.png);
	}
	#li-sos-musztardowy h4 {
		right:55px;
		background-image:url(../Img/SubPages/Majonezy/produkty/h_sos-musztardowy.png);
	}
	#li-sos-tatarski h4 {
		right:110px;
		background-image:url(../Img/SubPages/Majonezy/produkty/h_sos-tatarski.png);
	}
	
	
	
	#li-majonez-kanapkowy h4 {
		left: 65px;
		background-image:url(../Img/SubPages/Majonezy/produkty/h_sos-kanapkowy.png);
	}	
	#li-sos-czosnkowoziolowy h4 {
		right:75px;
		background-image:url(../Img/SubPages/Majonezy/produkty/h_sos-czosnkowoziolowy.png);
	}
	/* end of file */ 
/*  
sub_majonezy_2011.css  
*/  
#Majonezy2011 {
	padding:0 !important;
}

#Majonezy2011 #contentWrapper {	
	padding:10px 18px;
	background:#fff url(../Img/SubPages/Majonezy2011/bg_index_bottom.png) 49% 100% no-repeat;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

#Majonezy2011 h2{
    float: none;
    font-size: 60px;
    font-weight: bold;    
}

#Majonezy2011 .orange {
    color: #ff7e00;
}

#Majonezy2011 .green {
    color: #325509;
}

#Majonezy2011 .textBig{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2em;
}

#Majonezy2011 .textSmall{
    font-size: 20px;
    line-height: 1em;
}

#Majonezy2011 #contentWrapper.noBG {

	background-image:none;
}

#Majonezy2011 .majonezRecipes .textBig{
    padding-top:12px;
}

#Majonezy2011 .majonezRecipes .bg-top-eggs{
    height:130px;
}

#Majonezy2011 .majonez-recipes-top-text {
    font-size:1.2em;   
    margin-top: 20px;
}

#Majonezy2011 .majonez-recipes-list {
    border-top:1px solid #ded;
    margin-top:10px;
}

#Majonezy2011 .majonez-recipes-list .searchResults {
    width:49%;
}

#Majonezy2011 .majonez-recipes-list .column-left {
    float: left;
    margin-right:13px;
}

#Majonezy2011 .majonez-recipes-list .more a{
    color:#f00;
}

#Majonezy2011 .bottomPanel{
    border: 0;
    margin-top:55px;
}

#Majonezy2011 .bottomPanel a{
    color: #fff;
}

#Majonezy2011 table.searchResults tbody tr td span.name {
position: relative;
}

#Majonezy2011 table.searchResults tbody tr td img.thumb {
position: absolute;
left: 172px;
top:0;
}

#Majonezy2011 .box {
    padding: 2px 1px;
}

#Majonezy2011 .instructions,
#Majonezy2011 .bullets {
font-size: 1.2em;
}

#Majonezy2011 .majonezy2011-recipe-bg {
    background:#fff url(../Img/SubPages/Majonezy2011/bg_recipe.jpg) 100% 0% no-repeat !important;
    padding: 10px 13px 10px 18px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

#Majonezy2011.hrecipe #contentWrapper,
#Majonezy2011.hrecipe {  
    padding:0 !important;
}

#Majonezy2011.hrecipe h2{font-size: 24px;}
#Majonezy2011.hrecipe h3{font-size: 1.5em;}

#Majonezy2011.hrecipe .bottomPanel{
    padding:0 13px 10px 0;
}


#Majonezy2011 .receipeSubNav {
    border-bottom: 1px solid #ede;
    height: 29px;
    margin-bottom: 15px;
    margin-top: 8px;
}

div#Majonezy2011.majonez-app{
   padding: 6px 6px 10px 7px; 
}

#Majonezy2011 .noBG {
	background-image:none !important;
}

#Majonezy2011 .page-products #content-header {
	margin-top:-10px;
	padding:10px 0;
	font-size:12px;
	background: transparent url(../Img/Subpages/Majonezy2011/bg_top.jpg) 100% 100% no-repeat;
	color:#673c0f;
}

	#Majonezy2011 .page-products h3 {
		font-size:26px;
		line-height:normal;;
		font-weight:bold;
		color:#673c0f !important;
	}
	
	#Majonezy2011 .page-products h4 {
		font-size:20px;
		line-height:normal;
		color:#e77d17 !important;
	}
	
#Majonezy2011 #content {
	padding-bottom:70px !important;
	background:transparent url(../Img/SubPages/Majonezy2011/bg_bottom.jpg) 50% 100% no-repeat !important;
}

#Majonezy2011 #contentWrapper.majonezApp {
    padding: 6px;
}
#Majonezy2011 .majonezApp .textBig{
    margin-bottom:15px;
}

#Majonezy2011 .majonez-app-bg{
    padding: 4px 7px 0 17px;
    background:transparent url(../Img/SubPages/Majonezy2011/bg_application.jpg) 50% 0 no-repeat;
}

#Majonezy2011 .majonezApp #flashContent{
    height: 415px;
}

#Majonezy2011 .bg-top-eggs {
    background:#fff url(../Img/SubPages/Majonezy2011/bg_top_eggs.jpg) 400px 0 no-repeat !important;    
    margin-top: -10px;
}

#Majonezy2011.majonez-gallery .bg-top-eggs{ border-bottom: 1px solid #ddd;height: 150px;margin-bottom: 10px;padding-bottom: 10px;}
#Majonezy2011.majonez-gallery .textSmall{width: 370px;}
#Majonezy2011.majonez-gallery h2{width: 390px; font-size:40px; padding:19px 0;}
#Majonezy2011.majonez-gallery .pagerContainer{margin-top:10px;}

#Majonezy2011 .majonez-gallery-list li{
    background:transparent url(../Img/SubPages/Majonezy2011/bg_egg_gallery.png) 0 100% repeat-x; 
    border: 1px solid #ddd;
    float: left;
    margin: 6px;    
    -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border-radius: 10px;    
    box-shadow: 0 0 3px #ddd;
    height: 215px;
    width: 160px;
}

#Majonezy2011 .majonez-gallery-list li:hover{    
    border: 1px solid #aaa;
    box-shadow: 2px 2px 5px #bbb;       
}


#Majonezy2011 .majonez-gallery-list li .fbEgg{
height: 7px;
margin: 6px 0 0 6px;
}

#Majonezy2011 .majonez-gallery-list li a{display: block;padding: 14px 25px;}
#Majonezy2011 .majonez-gallery-list li a:hover{text-decoration:none;}
#Majonezy2011 .majonez-gallery-list li a span{
    display: block;
    height: 16px;
    padding-top: 5px;
    overflow: hidden;
    text-align: center;
    width: 108px;
}

.eggOverlay{    
	display:none;
	background-color:#fff;
	background-image: none;
	left:37% !important;
	width: 350px;
	height: 345px;
	border: 1px solid #CCCCCC;	
	text-align: center;	
	padding: 13px 20px 20px 15px;
}



.eggOverlay .sendEggCart{    
    margin-top: 7px;
}

.eggOverlay .fbEgg{    
    height:20px;
    text-align: left;
    margin-bottom:10px;
}



.eggOverlay .nickEggCart{
    font-size: 1.4em;
    font-weight: bold;
    overflow: hidden;
    margin-bottom: 11px;
  margin-top:7px;
}

.eggOverlay #loading{
    margin-top:130px;
}

.eggOverlay .labelAuthor{
    color: #666666;
    font-weight: normal;
}

#Majonezy2011 #contentWrapper.index {
	position:relative;
	padding:5px;
	padding-bottom:40px;
	
	font-size:12px;
}
	#Majonezy2011 #contentWrapper.index > .tabs {
		border:none;
		background:transparent url(../Img/Subpages/Majonezy2011/bg_index.jpg) 0 0 no-repeat !important;
	}
	
	#Majonezy2011 #contentWrapper.index .intro {
		min-height:372px;
		margin-right:-10px;
		padding-right:312px;
		background:transparent url(../Img/Subpages/Majonezy2011/kosz.png) 127% 0 no-repeat !important;
		border:none;
	}
	
	#Majonezy2011 #contentWrapper.index .intro p {
		padding-top:0.5em;
	}
	
	#Majonezy2011 #contentWrapper.index .intro p:first-child {
		padding-top:0;
	}
	
	#Majonezy2011 #contentWrapper.index .indexMenu {
		margin-top:-110px;
	}

#Majonezy2011 #contentWrapper.index #indexBottom {	
	position:absolute;
	bottom:0;
	left:0;
	
	width:731px;
	height:84px;
	
	background:transparent url(../Img/Subpages/Majonezy2011/bg_index_bottom.png) 0 0 no-repeat;
}

#Majonezy2011 #contentWrapper.index #indexBottom img.kurczak {	
	position:absolute;
	right:10px;
	top:-67px;
}

	

#Majonezy2011 #contentWrapper.card {
	padding:5px;
	padding-bottom:80px;
	
	font-size:12px;
}

#Majonezy2011 #contentWrapper.card .msg {
	width:50%;
	margin:-1.5em auto 10px auto;
	padding:10px;
	
	color:#617200;
	
	font-size:18px;
	text-align:center;
	
	border:1px #E7EDC0 solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

}

#Majonezy2011 #contentWrapper.card .msg + .section {
	padding-top:0 !important;
}

#Majonezy2011 #contentWrapper.card h2 {
	float:none;
	display:block;
	width:100%;
	padding-bottom:0.71em;
	
	font-size:45px;
	color:#ff7d00;
}

#Majonezy2011 #contentWrapper.card h3 {
	font-size:12px;
	color:#617200 !important;
}


#Majonezy2011 #contentWrapper.card form {
	background:transparent url(../Img/SubPages/Majonezy2011/bg_card.jpg) 50% 0 no-repeat; 
}

#Majonezy2011 #contentWrapper.card form ul.checkList {
	padding-left:2em;
}
	#Majonezy2011 #contentWrapper.card form ul.checkList li {
		position:relative;
		padding-bottom:1.2em;
	}
		#Majonezy2011 #contentWrapper.card form ul.checkList li input {
			position:absolute;
			left:-2em;
		}
	
#Majonezy2011 #contentWrapper.card form dl.fieldList {
}
	#Majonezy2011 #contentWrapper.card form dl.fieldList dt {
	}
		#Majonezy2011 #contentWrapper.card form dl.fieldList dt label {
			line-height:1.8em;
			color:#b2916e;
		}
	#Majonezy2011 #contentWrapper.card form dl.fieldList dd {
	}
	
	#Majonezy2011 #contentWrapper.card form dl.fieldList .err {
		padding:0;
		padding-right:5%;
		margin:0;
		color:#ff0000;
		
		text-align:right;
	}
	#Majonezy2011 #contentWrapper.card form dl.fieldList .info {
		padding:0;
		margin:0;
		color:#afafaf;
	}
	#Majonezy2011 #contentWrapper.card form dl.fieldList input {
		width:95%;
		height:1.4em;
		line-height:1.4em;
		
		font-size:12px;
		
		border:1px #f5f2cd solid;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
	}
	
	
	#Majonezy2011 #contentWrapper.card form #cardSignature {
		display:block;
		width:245px;
		overflow:hidden;
	}
	
	
	#Majonezy2011 #contentWrapper.card table img {
		display:block;
	}
	#Majonezy2011 #contentWrapper.card table img.inline {
		display:inline;
	}
	
	#Majonezy2011 #contentWrapper.card input.submit {
		margin:0 auto;
		width:113px;
		height:39px;
		display:block;
		background:transparent url(../Img/SubPages/Majonezy2011/btn_wyslij.png) 0 0 no-repeat;
	}
	

#Majonezy2011 #contentWrapper.card .section {
	padding-top:43px;
}
		
#Majonezy2011 #contentWrapper.card .section .col-1 {
	margin:0 15px 0 25px;
	width:270px;
	float:left;
}

#Majonezy2011 #contentWrapper.card .section .col-2 {
	width:397px;
	float:right;
}

#Majonezy2011 .bg-top-eggs a.btn {
    left: 555px;
    position: absolute;
    top: 116px;
}

#Majonezy2011 #contentWrapper.advice .articleHeader {
	padding: 11px;
	color:#997857;
	/*background: #fbf9bc url(../Img/SubPages/Majonezy2011/advice_header.png) 100% 100% no-repeat;*/
	background-color: #fbf9bc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 2.5em;
	overflow: hidden;
	zoom: 1;
}
	#Majonezy2011 #contentWrapper.advice .articleHeader p {
		color:#997857;
	}

#Majonezy2011 #contentWrapper.advice .bg-top-eggs {
	height: 106px;
	wbackground: url("../Img/SubPages/Majonezy2011/bg_top_eggs.jpg") no-repeat scroll 280px 0 #FFFFFF !important
}

#Majonezy2011 #contentWrapper.advice .bg-top-eggs h2 {
	font-size: 2.2em;
    border-bottom: 1px solid #f5f2cd;
	padding: 10px 5px;
	margin: 0 0 10px;
}

#Majonezy2011 #contentWrapper.advice .bg-top-eggs .tools {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	border: 1px solid #e5df9a;
	padding: 2px;
	-moz-box-shadow: 0 2px #fec;
	-webkit-box-shadow: 0 2px #fec;
	box-shadow: 0 2px #fec;
	float: right;
	list-style: none none outside;
	background: #fff;
	display: none;
}
#Majonezy2011 #contentWrapper.advice .bg-top-eggs .tools li {
	background: url(../Img/SubPages/Majonezy2011/tools_bg.png) 0 100% repeat-x;
	float: left;
	height: 23px;
	line-height: 23px;
}

#Majonezy2011 #contentWrapper.advice .bg-top-eggs .tools li a {
	color: #b2916e;
	float: left;
	padding: 0 5px 0 23px;
}	

#Majonezy2011 #contentWrapper.advice .bg-top-eggs .tools li#tool_print a {
	background: url(../Img/SubPages/Majonezy2011/tool-print.png) 6px 50% no-repeat;
	width: 52px;
}	
#Majonezy2011 #contentWrapper.advice .bg-top-eggs .tools li#tool_refer a {
	background: url(../Img/SubPages/Majonezy2011/tool-refer.png) 6px 50% no-repeat;
}	

#Majonezy2011 #contentWrapper.advice .articleHeader img {
	float: left;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
	margin-right: 23px;
}

#Majonezy2011 #contentWrapper.advice .article {
	bordeR: 0 none;
}

#Majonezy2011 #contentWrapper.advice p,
#Majonezy2011 #contentWrapper.advice ul.default {
	color: #b2916e;
	margin-bottom: 1.25em;
	padding: 0;
	font-size: 1.141em;
}
#Majonezy2011 #contentWrapper.advice p:last-child {
	margin: 0;
}
#Majonezy2011 #contentWrapper.advice p strong {
	color: #673c0f;
}

#Majonezy2011 #contentWrapper.advice .section {
	border-bottom: 1px solid #F5F2CD;
	padding-bottom: 2em;
	margin-bottom: 2em;
	}
#Majonezy2011 #contentWrapper.advice .section:last-child {
	border-bottom: 0 none;
	padding-bottom: 0;
	margin-bottom: 2em;
	}
	
#Majonezy2011 #contentWrapper.advice .section .textContent {
	float: left;
	width: 450px;
}

#Majonezy2011 #contentWrapper.advice .section img {
	float: left;
	margin-right: 20px;
}
#Majonezy2011 #contentWrapper.advice .section img.right {
	float: right;
	margin-left: 20px;
	margin-right: 0px;
}

#Majonezy2011 #contentWrapper.advice .expandable a.more-less span.show {
	display: inline;
}
#Majonezy2011 #contentWrapper.advice .expandable a.more-less.expanded span.show {
	display: none;
}
#Majonezy2011 #contentWrapper.advice .expandable a.more-less span.hide {
	display: none;
}
#Majonezy2011 #contentWrapper.advice .expandable a.more-less.expanded span.hide {
	display: inline;
}

#Majonezy2011 #contentWrapper.advice .expandable .whyMore {
	background:  #FFf8c8;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;	
	padding: 11px;
	margin-bottom: 1em;

}

#Majonezy2011 #contentWrapper.advice ul.default li {
	padding: 0 0 0 10px;
	background: url(../Img/SubPages/Majonezy2011/advice_li.png) 0 .6em no-repeat;
	display: block;
}


#Majonezy2011.konkurs-main {
	width:731px;
}

	#Majonezy2011.konkurs-main .intro {
		margin:0;
		padding-left:31px;
		padding-right:345px;
		border:none;
	}
		#Majonezy2011.konkurs-main .intro p {
			padding:0.25em 0;;
			line-height:1.25em;
		}
		
	#Majonezy2011.konkurs-main .prizes {
	}
		#Majonezy2011.konkurs-main .prizes ul {
			padding-bottom:10px;
			text-align:center;
		}
			#Majonezy2011.konkurs-main .prizes ul li {
				display:inline;
			}
			
			#Majonezy2011.konkurs-main .prizes ul li img {
				display:inline-block;
				padding:0 1px;
			}

	
#Majonezy2011 #box1 {
	position:relative;
	min-height:415px;
	z-index:30;
	background:#ffffff url(../Img/Subpages/Majonezy2011/contest_bg_box1.jpg) 100% 0 no-repeat;
}

	#Majonezy2011 #box1-add {
		position:relative;
		z-index:50;
	}
		#Majonezy2011 #box1-add img {
			position:absolute;
			top:-60px;
		}
		
		#Majonezy2011 #box1-add img.place2 {
			left:395px;
		}
		
		#Majonezy2011 #box1-add img.place3 {
			left:582px;
		}

#Majonezy2011 #box2 {
	position:relative;
	height:50px;
	margin:8px 0;
	z-index:20;
	
	background:transparent url(../Img/Subpages/Majonezy2011/contest_bg_box2.png) 0 0 no-repeat;
}

	#Majonezy2011 #box2 img {
		position:absolute;
		top:-3px;
		left:10px;
	}

	#Majonezy2011 #box2 p {
		padding:10px 0 0 86px;
		font-size:12px;
		line-height:16px;
		max-height:30px;
		color:#443d2f;
	}

#Majonezy2011 #box3 {
	position:relative;
	width:731px;
	height:455px;
	z-index:30;
	background: url(../Img/Subpages/Majonezy2011/contest_bg_box3.jpg) 0 .6em no-repeat;
}

	#Majonezy2011 #box3 img.bubbles {
		position:absolute;
		top:-86px;
		left:273px;
	}

	#Majonezy2011 #box3 img.txt {
		position:absolute;
		top:100px;
		left:35px;
	}

	#Majonezy2011 #box3 a.btn {
		position:absolute;
		top:263px;
		left:33px;
	}

	#Majonezy2011 #box3 a.rules {
		position:absolute;
		bottom:25px;
		right:19px;
	}/* end of file */ 
/*  
sub_dzien_matki_2011.css  
*/  
#DzienMatki2011 {
	position:relative;
}

#DzienMatki2011 #ContentWrapper.index {
	background:#fff url(../Img/SubPages/DzienMatki2011/index_bg.jpg) 0 0 no-repeat;
	
	border:1px #cac5a2 solid;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#DzienMatki2011 #ContentWrapper.index .top {
	position:relative;
	height:588px;
}

	#DzienMatki2011 #ContentWrapper.index .intro {
		position:absolute;
		bottom:67px;
		width:662px;
		left:38px;
		
		text-align:center;
		
		font-size:16px;
		letter-spacing:-1px;
		
		color:#8e8c7c;
	}
		#DzienMatki2011 #ContentWrapper.index .intro span {
			color:#aa49c2;
		}

	#DzienMatki2011 #ContentWrapper.index .btn-wezUdzial {
		position:absolute;
		bottom:15px;
		width:197px;
		left:50%;
		margin-left:-98px;
	}


#DzienMatki2011 #ContentWrapper.index .btm {
	position:relative;
	height:385px;
}

	#DzienMatki2011 #ContentWrapper.index .btm ul.menu {
		position:absolute;
		left:35px;
		top:32px;
	}
	
	#DzienMatki2011 #ContentWrapper.index .btm ul.menu li {
		position:absolute;
		height:100px;
		width:304px;
		background-color:transparent;
		background-position:0 0;
		background-repeat:no-repeat;
	}
		#DzienMatki2011 #ContentWrapper.index .btm ul.menu li a {
			display:block;
			height:39px;
			padding-top:59px;
			padding-left:19px;
			padding-right:6px;
			font-family:"Swis721LtCnEUNormal", Arial, Tavoma, Verdana, sans-serif;
			font-size:16px;
			line-height:1.1em;
			letter-spacing:-1px;
			color:#7f7455;
			background:transparent url(../Img/SubPages/DzienMatki2011/bullet_play.png) 100% 100% no-repeat;
		}
		#DzienMatki2011 #ContentWrapper.index .btm ul.menu li a:hover {
			text-decoration:none;
		}
	
	#DzienMatki2011 #ContentWrapper.index .btm ul.menu li.ksiega {
		left:0;
		top:0;
		background-image:url(../Img/SubPages/DzienMatki2011/index_tab_ksiega.png);
	}
	#DzienMatki2011 #ContentWrapper.index .btm ul.menu li.bukiet {
		left:329px;
		top:0;
		background-image:url(../Img/SubPages/DzienMatki2011/index_tab_bukiet.png);
	}
	#DzienMatki2011 #ContentWrapper.index .btm ul.menu li.kuchnia {
		left:0;
		top:117px;
		background-image:url(../Img/SubPages/DzienMatki2011/index_tab_kuchnia.png);
	}
	#DzienMatki2011 #ContentWrapper.index .btm ul.menu li.prezenty {
		left:329px;
		top:117px;
		background-image:url(../Img/SubPages/DzienMatki2011/index_tab_prezenty.png);
	}
	#DzienMatki2011 #ContentWrapper.index .btm ul.menu li.przepisy {
		left:187px;
		top:225px;
		background-image:url(../Img/SubPages/DzienMatki2011/index_tab_przepisy.png);
	}


#DzienMatki2011 #ContentWrapper.bukiet {
	padding:370px 42px 22px 45px;
	background:#fff url(../Img/SubPages/DzienMatki2011/bukiet_bg.jpg) 0 0 no-repeat;
	
	border:1px #cac5a2 solid;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#DzienMatki2011 #ContentWrapper.bukiet p {
	padding:0.125em 0;
	line-height:1.2em;
}

#DzienMatki2011 #ContentWrapper.bukiet .title {
	font-size:24px;
	color:#a4ca54;
	font-weight:bold;
}

#DzienMatki2011 #ContentWrapper.bukiet .text {
	font-size:21px;
	color:#8e8c7c;
	letter-spacing:-1px;
}

#DzienMatki2011 #ContentWrapper.bukiet .text span {
	color:#aa49c2;
}

#DzienMatki2011 #ContentWrapper.bukiet ul {
	padding:1em 0;
}


#DzienMatki2011 #ContentWrapper.bukiet .colSection {
	padding-top:1em;
}
#DzienMatki2011 #ContentWrapper.bukiet .colSection .colLeft {
	float:left;
	width:195px;
}
	#DzienMatki2011 #ContentWrapper.bukiet .colSection .colLeft img {
		top:1em;
		position:relative;
		left:-20px;
	}

#DzienMatki2011 #ContentWrapper.bukiet .colSection .colRight {
	float:right;
	width:435px;
	
	font-size:16px;
	color:#8e8c7c;
	letter-spacing:-1px;
}

	#DzienMatki2011 #ContentWrapper.bukiet .colSection .colRight .btns {
		padding-top:1em;
	}

	#DzienMatki2011 #ContentWrapper.bukiet .text .colSection li span {
		color:#aa49c2;
	}


#DzienMatki2011 #ContentWrapper.roze {
	padding:17px 18px 120px 18px;
	background:#fff url(../Img/SubPages/DzienMatki2011/roses.jpg) 16px 100% no-repeat;
	
	border:1px #e5df9a solid;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#DzienMatki2011 #ContentWrapper.roze2 {
	position: relative;
	padding-bottom: 104px;
}
#DzienMatki2011 #ContentWrapper.roze2 .roses {
	position: absolute;
	z-index: 11;
	bottom: -10px;
	left: -18px;
	background: url(../Img/SubPages/DzienMatki2011/roses.png) 16px 100% no-repeat;
	width: 328px;
	height: 114px;
	overflow: hidden;
}

#DzienMatki2011 #ContentWrapper.roze3 #flashContent {
	position: relative;
}
#DzienMatki2011 #ContentWrapper.roze3 #flashContent .roses {
	position: absolute;
	width: 349px;
	height: 194px;
	background: url(../Img/SubPages/DzienMatki2011/roses_szpara.png) 0 0 no-repeat;
	top: -139px;
	right: 25px;
}

#DzienMatki2011 #ContentWrapper.white {
	padding:17px 18px 17px 18px;
	background:#fff;
	
	border:1px #e5df9a solid;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#DzienMatki2011 .dzienmatki2011-recipe-bg {
	background:#fff url(../Img/SubPages/DzienMatki2011/flower_header2.jpg) 100% 0 no-repeat;
}
#DzienMatki2011 .dzienmatki2011-recipe-bg p.spaced {
	padding: 1em 0;
}


#DzienMatki2011 .dzienmatki2011-recipe-bg h2.fn  {
	padding: 13px 0 2px 0;
}

#DzienMatki2011 .dzienmatki2011-recipe-bg h2.v {
	color: #aa49c2;
	float: none;
	padding: 8px 0 4px;
	}
#DzienMatki2011 .dzienmatki2011-recipe-bg h2.v small {
	color: #6b5471;
	font-size: 18px;
	}

#box-rank .content:after {
	display: block;
	float: none;
	height: 0;
	line-height: 0;
	overflow: hidden;
	clear: both;
	zoom: 1;
}

#DzienMatki2011 .formLayer {
	display:none;
	position:absolute;
	top:250px;
	left:50%;
	margin-left:-225px;
	
	width:450px;
	
	background-color:#fef7d7;
	box-shadow: 4px 4px 13px #777;
	border:1px #c0b27b solid;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#DzienMatki2011 #addFlowerFormEnd {	top: 460px; }
#addFlowerWishText { margin-bottom:10px;}

#DzienMatki2011 .btn-dalej{
    background: url("../Img/SubPages/DzienMatki2011/btn_dalej.png") no-repeat scroll 0 0 transparent;    
    height: 25px;
    width: 50px;
}
#DzienMatki2011 .btn-wyslij{
    background: url("../Img/SubPages/DzienMatki2011/btn_wyslij.png") no-repeat scroll 0 0 transparent;    
    height: 25px;
    width: 54px;
}

#DzienMatki2011 .btn-wstecz{
    float: left;
    margin-left: 155px;
    margin-right: 10px;
}

#DzienMatki2011 .formLayer .intro {
	font-size:13px;
}

#DzienMatki2011 .formLayer fieldset {	
	padding:12px 16px;
}

ul.flowerList { padding:0; overflow: hidden; zoom: 1;}
ul.flowerList li { float: left; padding:0 4px; text-align:center; }
ul.flowerList li.first-child { padding-left:0; }
ul.flowerList li.last-child { padding-right:0; }

ul.flowerList li label { display:block; height: 67px; padding-bottom:5px; }
ul.flowerList li label img { display:block; }
ul.flowerList li input.checkbox {  }


ul.fieldList { padding-top:5px; }
ul.fieldList li { position:relative; padding-bottom:9px; }
ul.fieldList li label { display:block; padding-bottom:2px; font-family:"Meta-Pro Book"; font-size:13px; color:#a09667; }
ul.fieldList li label.agree { font-size:10px; }
ul.fieldList li.inline label { display:inline-block; margin-left:25px; }
ul.fieldList li.inline input.checkbox { position:absolute; top:0; left:0; }

ul.fieldList li.inline { zoom: 1; }

.formLayer p.error {
	padding:2px 0;
	text-align:right;
	color:#ff0000;
	display:none;
}

ul.fieldList li.inline p.error {	
	padding-left:25px;
	text-align:left;
}

#DzienMatki2011 .formLayer a.close {	
	position:absolute;
	top:4px;
	right:4px;
	font-size: 14px;
    font-weight: bold;
    color: #666;
    padding: 2px 7px;
}

#DzienMatki2011 .formLayer a.close:hover {
text-decoration: none; color:#fff; background-color: red;
-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
}

#DzienMatki2011 .formLayer .textareaWrap {
	display:block;
	padding:12px 0 12px 16px;
	
	background-color:#ffffff;
	border:1px #c0b27b solid;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#DzienMatki2011 .formLayer .textareaWrap {}

#DzienMatki2011 .formLayer .textareaWrap textarea {	
	width:100%;
	padding:0;
	
	font-family:Arial, Tahoma, Verdana, sans-serif;
	font-size:11px;
	color:#9f9257;
	border:0;
	
	resize: none;
	overflow:auto;
}

#DzienMatki2011 .formLayer .inputtextWrap {
	display:block;
	padding:6px 16px;
	
	background-color:#ffffff;
	border:1px #c0b27b solid;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#DzienMatki2011 .formLayer .inputtextWrap input {	
	width:100%;
	padding:0;
	
	font-family:Arial, Tahoma, Verdana, sans-serif;
	font-size:11px;
	color:#9f9257;
	border:0;
}

#DzienMatki2011 .formLayer input.submit {
	
}


#DzienMatki2011 .flowerHeader {
	height: 90px;
	background:#fff url(../Img/SubPages/DzienMatki2011/flower_header.jpg) 100% 0 no-repeat;
	
}


#DzienMatki2011 #ContentWrapper.white  h3 {
	border-bottom:1px #f5f2cd solid;
	font-size: 24px;
	padding: 0 0 5px 0;
	position:relative;
	top: -10px;
	font-weight: normal;
}

#DzienMatki2011 .flowerHeader  h3{
	border-bottom:1px #f5f2cd solid;
	font-size: 24px;
	padding: 0 0 5px 0;
	position:relative;
	top: -10px;
	font-weight: normal;
}

#DzienMatki2011 #ContentWrapper.white h4,
#DzienMatki2011 #ContentWrapper.roze h4 {
	color: #673c0f;
	font-size: 14px;
	font-weight: bold;
	margin: 1.5em 0 1em;
}

#DzienMatki2011 #ContentWrapper.white p,
#DzienMatki2011 #ContentWrapper.roze p {
	color: #ab8c61;
	font-size: 13px;
	padding: 0;
	text-indent: 2em;
}
#DzienMatki2011 #ContentWrapper.white p strong,
#DzienMatki2011 #ContentWrapper.roze p strong{
	color: #673c0f;
	font-weight: bold;
}

#DzienMatki2011 #ContentWrapper.roze .subBox p {
	color: #673c0f;
	font-size: 14px;
}

#middleContainer #DzienMatki2011 #ContentWrapper.white .subBox .content {
	background: #fff;
	padding: 0 17px 0 0px;
}

#middleContainer #DzienMatki2011 #ContentWrapper.white .subBox .content h4 {
	font-size: 20px;
}

#middleContainer #DzienMatki2011 #ContentWrapper.white .subBox .content img {
	margin: 0 0 0 17px;
}
#middleContainer #DzienMatki2011 #ContentWrapper.white .subBox .content p {
	font-size: 16px;
	text-indent: 0;
}

#middleContainer #DzienMatki2011 div.separated {
	border-bottom: 1px solid #f5f2cd;
	padding-bottom: 1.8em;
}

#DzienMatki2011 .receipeSubNav  {
	border-bottom: 1px solid #eeddee;
	padding: 11px 13px 10px 0;
}


#DzienMatki2011 .majonez-recipes-list {
	border-top: 1px solid #ddeedd;
	}


#DzienMatki2011 .majonez-recipes-list .searchResults {
    width:49%;
}

#DzienMatki2011 table.searchResults tbody tr td span.name {
    position: relative;
	display: block;
}

#DzienMatki2011 table.searchResults tbody tr td img.thumb {
    left: 172px;
    position: absolute;
    top: 0;
}

#DzienMatki2011 .majonez-recipes-list .column-left {
    float: left;
    margin-right:13px;
}

#DzienMatki2011 .majonez-recipes-list .more a{
    color:#f00;
}

#DzienMatki2011 h3.twoline {
	font-size: 24px;
	font-weight: normal;
}
#DzienMatki2011 h3.twoline small {
	color: #ef7d17;
	font-size: 19px;
	display: block;
	line-height: 1.25em;
}
	
	
#DzienMatki2011  a.powrot {
	background:#fff url(../Img/SubPages/DzienMatki2011/btn_powrot.png) 0 0 no-repeat;
	width: 57px;
	height: 22px;
	overflow: hidden;
	text-indent: -9999px;
	float: right;
}	

#DzienMatki2011  a.dodajkwiatek {
	background:#fff url(../Img/SubPages/DzienMatki2011/btn_dodaj_kwiatek.png) 0 0 no-repeat;
	width: 86px;
	height: 22px;
	overflow: hidden;
	text-indent: -9999px;
	float: left;
}	/* end of file */ 
/*  
sub_soser.css  
*/  
.soser #mainContentContainer.noSidebarLeft {
	width: auto;
	float: none;
	position: static;
}

.soser .mainContent {
	padding:20px 20px 20px 20px;
	
	background:#ffffff url(../Img/SubPages/Soser/bg.png) 0 0 no-repeat; border:1px #eae7bd solid; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px; }

.soser .mainContent .narrowBox { padding:20px 0; padding-left:448px; }

.soser .mainContent .wideBox { padding:20px 0; }

.soser .mainContent h2 { position:relative; float:none; color:#d52b27; font-size:34px; }
.soser .mainContent h2 span { position:relative; display:inline-block; padding-right:84px; }
.soser .mainContent h2 span img { position:absolute; top:-0.1em; right:0; display:block; width:73px; }
.soser .mainContent h3.borders { margin:1em 0 2em 0; border-top:1px #c0ab93 solid; border-bottom:1px #c0ab93 solid; }

.soser .mainContent ul.movieList { text-align:center; }
.soser .mainContent ul.movieList li { display:inline; }

/* .soser .mainContent ul.movieList li a { padding:0 87px; } */ /* Wersja dla dwóch filmów */
.soser .mainContent ul.movieList li a { padding:0 17px; } /* Wersja dla trzech filmów */

.soserNew { position: relative; }
.soserNew .content { margin: 10px 0; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px; }

.soserNew #middleContainer h3.soserRecipeHeader { font-size: 18px; font-weight: normal; margin-top: 20px; padding-bottom: 15px; background: transparent url(../Img/SubPages/Soser/header_bg.png) -40px 15px no-repeat; }

.soserNew .homeContent { background: transparent url(../Img/SubPages/Soser/bg_new.jpg) 0 0 no-repeat; height: 605px; margin: 150px 0 10px 0; border:1px #eae7bd solid; -moz-border-radius:5px; -webkit-border-radius:5px; -khtml-border-radius:5px; border-radius:5px; }
.soserNew .homeContent a.btnContest { cursor: pointer; position: absolute; top: 425px; right: 0; background: transparent url(../Img/SubPages/Soser/contest_btn.png) -468px 0 no-repeat; width: 468px; height: 185px; }
.soserNew .homeContent a.btnContest:hover { background-position: 0 0; }
.soserNew .homeContent a.btnContest span,
.soserNew a.btnSposobyUzycia span,
.soserNew a.btnDowiedzSieWiecej span,
.soserNew a.btnGraj span { display: block; text-indent: -9999px; }

.soserNew a.btnSposobyUzycia { z-index: 3; cursor: pointer; position: absolute; top: 25px; right: 20px; background: transparent url(../Img/SubPages/Soser/sposoby_uzycia_btn.png) 0 0 no-repeat; width: 456px; height: 140px; }
.soserNew a.btnDowiedzSieWiecej { z-index: 3; cursor: pointer; position: absolute; top: 501px; left: 104px; background: transparent url(../Img/SubPages/Soser/dowiedz_sie_wiecej_btn.png) 0 0 no-repeat; width: 403px; height: 225px; }
.soserNew a.btnGraj { cursor: pointer; position: absolute; top: 450px; left: 25px; background: transparent url(../Img/SubPages/Soser/btn_graj.png) 0 0 no-repeat; width: 139px; height: 81px; }

.soserNew .coIJakContent { position: relative; background:transparent url(../Img/SubPages/Soser/table_bg.jpg) 0 0 no-repeat; height: 728px; width: 987px; }
.soserNew .contestContent { position: relative; background:transparent url(../Img/SubPages/Soser/contest_bg.jpg) 0 0 no-repeat; height: 533px; width: 988px; }
.soserNew .howToUseContent { margin-top: 80px; height: 640px; background: transparent url(../Img/SubPages/Soser/how_to_bg.jpg) 0 0 no-repeat; }
.soserNew .dowiedzSieWiecejContent { height: 519px; margin-top: 160px; background: transparent url(../Img/SubPages/Soser/dowiedz_sie_wiecej_bg.jpg) 0 bottom no-repeat; }
.soserNew .howToUseContent .soserHeader { top: -80px; font-size: 32px; padding: 62px 120px 62px 30px; }

.soserNew .contestContent h1.Meta-Pro-Bold { font-weight: normal; line-height: 36px; margin-bottom: 10px; font-size: 30px; color: #e31b16 !important; }
.soserNew .contestContent h2.Meta-Pro-Book { float: none; font-weight: normal; line-height: 24px; padding: 0; margin: 0 0 10px 0; font-size: 18px; }
.soserNew #middleContainer .contestContent h3.Meta-Pro-Book { padding: 0; font-weight: normal; line-height: 20px; font-size: 14px; }
.soserNew .contestContent h3.Meta-Pro-Book span { font-weight: bold; }
.soserNew .contestContent ol { border-top: 1px solid #f6d78e; margin-top: 20px; }
.soserNew .contestContent ol li { font-size: 16px; height: 46px; padding-top: 10px; }
.soserNew .contestContent ol li span { font-weight: bold; margin-right: 10px; height: 25px; line-height: 25px; width: 25px; padding: 10px; text-align: center; display: block; float: left; font-size: 26px; color: #ae150f; background-color: #fbf9bc; }

.soserNew a.btnContestSmall { cursor: pointer; position: absolute; top: 555px; left: 10px; background: transparent url(../Img/SubPages/Soser/contest_btn_small.png) 0 0 no-repeat; width: 263px; height: 72px; }
.soserNew a.btnContestSmall span { display: block; text-indent: -9999px; }
.soserNew .howToUseContent a.btnContestSmall { top: 565px; left: 30px; }

.soserNew #noteMenu { z-index: 2; position: absolute; top: 45px; left: 10px; background: transparent url(../Img/SubPages/Soser/note_bg.png) 0 0 no-repeat; width: 230px; height: 230px; padding: 50px 53px 50px 55px }
.soserNew #noteMenu.recipeNoteMenu { top: 32px; left: -45px; }
.soserNew #noteMenu.contestNoteMenu { top: 39px; left: -39px; }
.soserNew #noteMenu li { z-index: 5; }
.soserNew #noteMenu li a { display: block; line-height: 42px; background: transparent url(../Img/SubPages/Soser/menu_sprites.png) -220px 0 no-repeat; text-indent: -9999px; height: 42px; }
.soserNew #noteMenu li a.active, .soserNew #noteMenu li a:hover{ background-position: 1px 1px; }
.soserNew #noteMenu li#noteSoser a{ background-position: -220px -46px; }
.soserNew #noteMenu li#noteSoser a.active, .soserNew #noteMenu li#noteSoser a:hover{ background-position: 1px -45px; }
.soserNew #noteMenu li#noteRecipes a{ background-position: -220px -91px; }
.soserNew #noteMenu li#noteRecipes a.active, .soserNew #noteMenu li#noteRecipes a:hover{ background-position: 1px -90px; }
.soserNew #noteMenu li#noteContest a{ background-position: -220px -136px; }
.soserNew #noteMenu li#noteContest a.active, .soserNew #noteMenu li#noteContest a:hover{ background-position: 1px -135px; }
.soserNew #noteMenu li a span {  }

h1.homeHeader { padding: 32px 0 0 70px; font-size: 43px; color: #db1611 !important; background: transparent url(../Img/SubPages/Soser/top_phrases.png) right 0 no-repeat; width: 611px; height: 118px; position: absolute; left: 270px; top: -149px; }
h2.homeHeader { font-size: 21px; font-weight: normal; color: #fff !important; position: absolute; left: 340px; top: -50px; }

.soserHeader { color: #fff !important; font-size: 36px; padding: 60px 140px 60px 40px; background: transparent url(../Img/SubPages/Soser/soser_header.png) right 0 no-repeat; position: absolute; top: -160px; left: 300px; }
.soserHeader span { display: block; }
.soserHeader a { position: absolute; top: 40px; right: 35px; background: transparent url(../Img/SubPages/Soser/back.png) right 0 no-repeat; width: 53px; height: 34px; }
.soserHeader a span { margin: 0; }

#soserHowToContainer { position: absolute; top: 270px; left: 0; }
#soserHowToContainer .soserHowTo { float: left; }
#soserHowToContainer .soserHowTo p { color: #E41C17; margin-bottom: 10px; }
#soserDowiedzSieWiecejContainer {  position: absolute; top: 90px; left: 0; }
.soserHowTo { margin-left: 15px; background: transparent url(../Img/SubPages/Soser/how_to_box.png) 17px bottom no-repeat; }
#soserDowiedzSieWiecejContainer .soserHowTo { background: transparent url(../Img/SubPages/Soser/dowiedz_sie_wiecej_box.png) 12px bottom no-repeat; }
.soserHowTo .howToHeader { width: 308px; height: 92px; background: transparent url(../Img/SubPages/Soser/how_to_header.png) 0 0 no-repeat; }
#soserDowiedzSieWiecejContainer .soserHowTo .howToHeader { width: 281px; height: 91px; background: transparent url(../Img/SubPages/Soser/dowiedz_sie_wiecej_header.png) 0 0 no-repeat; }
.soserHowTo .howToHeader h3 { padding: 30px 80px 30px 25px !important; font-size: 18px; color: #fff !important; line-height: 20px; font-weight: normal !important; }
.soserHowTo .howToBox { width: 256px; padding: 0 10px 30px 30px; }
.soserHowTo .howToBox ul li { padding-left: 15px; background: transparent url(../Img/SubPages/Soser/bullets.gif) 3px 5px no-repeat; }
.soserHowTo .howToBox ul li a { color: #673C0F; }
#soserDowiedzSieWiecejContainer .soserHowTo .howToBox { width: 229px; padding: 0 5px 20px 30px; }

#kulinarneEksperymentyBox .howToHeader h3 { padding-left: 40px !important; background: transparent url(../Img/SubPages/Soser/kulinarne_eksperymenty_bg.png) right 0 no-repeat; }
#dlaSmakuBox { margin-top: 50px; }
#dlaSmakuBox .howToHeader h3 { padding-left: 40px !important; background: transparent url(../Img/SubPages/Soser/dla_smaku_bg.png) right 0 no-repeat; }
#sosPieczeniowyBox { margin-top: 100px; }
#sosPieczeniowyBox .howToHeader h3 { padding-left: 40px !important; background: transparent url(../Img/SubPages/Soser/jako_sos_pieczeniowy_bg.png) right 0 no-repeat; }

#BezKonserwantowBox { position: absolute; top: 70px; left: 0; }
#BezKonserwantowBox .howToHeader h3 { background: transparent url(../Img/SubPages/Soser/bez_konserwantow_bg.png) right 11px no-repeat; }
#soserDowiedzSieWiecejContainer #PoreczneOpakowanieBox { margin-left: 10px; background-position: 28px bottom;  position: absolute; top: 250px; left: 0; }
#soserDowiedzSieWiecejContainer #PoreczneOpakowanieBox .howToHeader { width: 300px; height: 91px; background: transparent url(../Img/SubPages/Soser/how_to_header2.png) 0 0 no-repeat; }
#soserDowiedzSieWiecejContainer #PoreczneOpakowanieBox .howToBox { padding-left: 54px; }
#PoreczneOpakowanieBox .howToHeader h3 { background: transparent url(../Img/SubPages/Soser/poreczne_opakowanie_bg.png) right 10px no-repeat; }
#BazaDoSosuBox { position: absolute; top: 20px; left: 675px; }
#BazaDoSosuBox .howToHeader h3 { background: transparent url(../Img/SubPages/Soser/baza_do_sosu_bg.png) right 6px no-repeat; }
#DozowanieBox { position: absolute; top: 215px; left: 675px; }
#DozowanieBox .howToHeader h3 { background: transparent url(../Img/SubPages/Soser/dozowanie_bg.png) right 4px no-repeat; }

#soserBig { background: transparent url(../Img/SubPages/Soser/soser_big.png) 0 0 no-repeat; width: 693px; height: 601px; position: absolute; top: 127px; left: 185px; z-index: 2; }
#giftsBig { background: transparent url(../Img/SubPages/Soser/gifts_bg.png) right 0 no-repeat; padding: 60px 415px 0 0; width: 305px; height: 360px; position: absolute; top: -25px; right: -45px;}

ul.receipesList li.soserReceipesListItem { width: 138px !important; margin: 10px 24px 10px 0; background-image: url("../Img/Subpages/Soser/bg_photo_thumb.png"); }
ul.receipesList li.soserReceipesListItem .receipesListItemContainer { background-image: url("../Img/Subpages/Soser/bg_photo_thumb.png"); }
ul.receipesList li.soserReceipesListItem div.content .photoWrapper { width: 125px; height: 108px; }

#soserRecipeContainer .pagerContainer { position: relative; }
#soserRecipeContainer .pagerContainer ul.pager li a.next-page,
#soserRecipeContainer .pagerContainer ul.pager li a.previous-page 
{
    position: absolute; text-indent: -9999px; top: 180px; padding: 0; width: 22px; height: 24px;
}
#soserRecipeContainer .pagerContainer ul.pager li a.next-page { right: 10px; background:transparent url(../Img/Shared/btn_przepis_go.png) 0 0 no-repeat; }
#soserRecipeContainer .pagerContainer ul.pager li a.previous-page { left: -35px; background:transparent url(../Img/Shared/btn_przepis_back.png) 0 0 no-repeat; }

#contestOverlay { background: #ffffff url(../Img/Subpages/Soser/quiz_bg.gif) 0 0 repeat-x; width: 700px; height: auto; }
#contestOverlay .contestWrap { width: 480px; margin: 0 auto; }
#contestOverlay .contestWrap h1 { padding: 0; background: transparent url(../Img/Subpages/Soser/quiz.png) 0 0 no-repeat; text-indent: -9999px; width: 340px; height: 110px; margin: 0; float: none; position: absolute; top: 0; left: -80px; }
#contestOverlay .contestWrap h1.otwarte { padding: 0; background: transparent url(../Img/Subpages/Soser/pytanie_otwarte.png) 0 0 no-repeat; text-indent: -9999px; width: 400px; height: 110px; margin: 0; float: none; position: absolute; top: 0; left: -80px; }
#contestOverlay .contestWrap h1.logowanie { padding: 0; background: transparent url(../Img/Subpages/Soser/logowanie.png) 0 0 no-repeat; text-indent: -9999px; width: 400px; height: 110px; margin: 0; float: none; position: absolute; top: 0; left: -80px; }
#contestOverlay .contestWrap h1.rejestracja { padding: 0; background: transparent url(../Img/Subpages/Soser/rejestracja.png) 0 0 no-repeat; text-indent: -9999px; width: 400px; height: 110px; margin: 0; float: none; position: absolute; top: 0; left: -80px; }
#contestOverlay .close { background: transparent url("../Img/Subpages/Soser/overlay_close.gif") 0 0 no-repeat; height: 9px; width: 12px; top: 20px; right: 20px; }
#contestOverlay form.default { margin-top: 100px; }
#contestOverlay form.default dl dt { display: block; float: left; padding-top: 13px; text-align: right; width: 80px; }
#contestOverlay form.default dl dd.columns div.field { padding: 3px;  color: inherit; }
#contestOverlay form.default dl dd.columns div.fieldAnswers { padding: 10px;  color: inherit; font-family: "Meta-Pro Bold",Arial,Tahoma,Verdana,sans-serif;    text-decoration: none;   font-size: 16px;   }
#contestOverlay form.default dl dd.columns div.column-info { float: left; width: 40%; }
#contestOverlay form.default dl dd.columns div.column-field { float: left; width: 300px; }
#contestOverlay form.default .fieldWrapper-input-text { background-color: #d7dce3; }
#contestOverlay form.default .fieldWrapper-input-text span.input-roundedBorder { border-radius: 0; }
#contestOverlay form.default .input-text-full-width { width: 235px; }
#contestOverlay form.default .input-text-full-width input.text,
#contestOverlay form.default .input-text-full-width input.password { width: 227px; }
#contestOverlay form.default a.soserQuizAjax, #contestOverlay form.default a.soserQuizAjaxPost { display: block; }
#contestOverlay form.default a.soserQuizAjax span,
#contestOverlay form.default a.soserQuizAjaxPost span { display: block; text-indent: -9999px; }
#contestOverlay form.default a.zarejestruj-sie { background-image: url("../Img/Subpages/Soser/btn_zarejestruj-sie.png"); height: 38px; width: 117px; }
#contestOverlay form.default a.nastepne-pytanie { background-image: url("../Img/Subpages/Soser/btn_nastepne_pytanie.png"); height: 40px; width: 185px; }
#contestOverlay form.default a.zaloguj { background-image: url("../Img/Subpages/Soser/btn_zaloguj.png"); height: 38px; width: 88px; }
#contestOverlay form.default a.dalej { background-image: url("../Img/Subpages/Soser/btn_dalej.png"); height: 38px; width: 73px; }
#contestOverlay form.default .fieldWrapper-input-text span.textarea-roundedBorder textarea { width: 470px; height: 150px; }
#contestOverlay form.default a.wyslij { background-image: url("../Img/Subpages/Soser/btn_wyslij.png"); height: 38px; width: 73px; }
#contestOverlay form.default span.pageNr { font-family: "Meta-Pro Bold",Arial,Tahoma,Verdana,sans-serif;    text-decoration: none;   font-size: 16px; }
#contestOverlay form.default dl dd.columns div.column-info .error { width: 150px; }



#soserNavig { width: 940px; margin-left: 5px; background: transparent url(../Img/Subpages/Soser/top_phrases.png) top right no-repeat; }

#soserRecipeContainer { background: transparent url(../Img/SubPages/Soser/soser_bg.jpg) 0 170px no-repeat; position: relative; background-color: #fff; margin-bottom: 10px; padding: 10px; min-height: 620px; }
#soserRecipe, #soserRecipes { float: right; width: 650px; }
#soserRecipe #receipe-ingredients-description { width: 340px; }
#soserRecipe #tabs-content-receipeWrapper { margin-bottom: 10px; }
#soserRecipe #tab-content-receipe-info #receipe-prepare { width: 405px; }
#soserRecipe ol.receipeKids { list-style-type: none; margin-left: 0; }
#soserRecipe ol.receipeKids li:first-child { margin-left: 0; }
#soserRecipes h1 { color: #db1611; font-size: 43px; }
#soserRecipes h2 { float: none; margin-top: 10px; padding: 0; }
#soserRecipes h4 { font-weight: normal; }
#soserRecipes ul.receipesList li.soserReceipesListItem { margin-right: 17px; }
#soserRecipeMenu { width: 350px; position: absolute; left: -40px; top: -5px; }

#RulesDownload { position: absolute; bottom: 20px; right: 20px; color: #ab0f09; }

.btnRecipesBack { background: transparent url(../Img/SubPages/Soser/powrot_do_listy_przepisow.png) 0 0 no-repeat; width: 140px; height: 22px; display: block; }
.btnRecipesBack span { display: block; text-indent: -9999px; }/* end of file */ 
/*  
sub_kuchniapolska.css  
*/  
/*
.KuchniaPolska #mainContentContainer {
	width: auto;
	float: none;
	position: static;
}
*/

.KuchniaPolska #mainContentContainer.noSidebarLeft {
	width: auto;
	float: none;
	position: static;
}

.KuchniaPolska ul.mss {
	width: 993px;
	height: 230px;/* tu bylo 330 jak by konkurs*/
	padding: 250px 0 0 20px; /* tu bylo 150 jak by konkurs*/
	background: url(../Img/SubPages/KuchniaPolska/main_banner.jpg) no-repeat 0 0;
	margin: 0 -1px 10px -2px;
	overflow: hidden;
}

	.KuchniaPolska ul.mss li {
		/*float: left;*/
		width: 378px;
	}
	

	.KuchniaPolska ul.mss li#mss1
	{
		background: url(../Img/SubPages/KuchniaPolska/menu_czymjestkuchnia.png) no-repeat 0 0;
		height: 102px;
	}
	.KuchniaPolska ul.mss li#mss2
	{
		background: url(../Img/SubPages/KuchniaPolska/menu_przepisy.png) no-repeat 0 0;
		height: 90px;
	}
	.KuchniaPolska ul.mss li#mss3
	{
		background: url(../Img/SubPages/KuchniaPolska/menu_konkurs.png) no-repeat 0 0;
		height: 102px;
	}
	

	
		.KuchniaPolska #middleContainer ul.mss li  h3 {
			color: #c81611 !important;
			padding-bottom: 4px;
		}	

		.KuchniaPolska ul.mss li  p {
    	    padding: 40px 20px 5px 20px;
			color: #673C0F;
		/*	font-size: 1.091em;*/
		}	
		
		.KuchniaPolska ul.mss li  a.more {
			color: #c81611;
		    font-weight:bold;
		    background: url("../Img/Shared/bg_link_breadcrumb_red.png") no-repeat scroll 80px 50% transparent;
		    padding-right: 15px;
			
		}			
		
	.KuchniaPolska .seealso {
		background: #fff url(../Img/SubPages/KuchniaPolska/seealso.png) repeat-x 0 100%;
		padding: 15px;
		border: 1px solid #ffc600;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		overflow: hidden;
		zoom: 1;
		line-height: 24px;
	}
	
	.KuchniaPolska #middleContainer .seealso  h3 {
		padding: 0;
		color: #c81611 !important;
		float: left;
	}
	
	.KuchniaPolska .seealso .links {
		float: none;
		display: inline;
		margin-left: 22px;
	}
	.KuchniaPolska .seealso .links  li{
		float: none;
		display: inline;
		margin-right: 22px;
	}
	.KuchniaPolska .seealso .links  li a{
		color: #c81611;
		text-decoration: underline;
		font-size: 1.091em;
	}
	
	
/*  */

.KuchniaPolska .shadow h4 {
	margin-top:2em;
}

.KuchniaPolska .shadow  .artTop h4 {
	margin-top:0;
}

.KuchniaPolska ol.default {
	margin-top:1em;
	margin-left:2.5em;
	list-style-type:decimal;
}

.KuchniaPolska #middleContainer .box {
	padding:0px;
	border: 0px;
	border-left: 0px;
	border-bottom: 0px;
}



.KuchniaPolska #middleContainer .tabs p {
	font-size:  12px;
	padding: 10px
	
}

.KuchniaPolska #middleContainer .tabs p.yellowbox {
	background-color:#f6eca2;
	
}

.KuchniaPolska #middleContainer .tabs a {
    color: #E41C17;
    
}

.KuchniaPolska #middleContainer .tabs a.bullet {
    background: url("../Img/Shared/bg_link_bullet.png") no-repeat scroll 4px 50% transparent;
    color: #E41C17;
    display: block;
    padding: 5px 5px 5px 14px;
}


 

.KuchniaPolska .intro {
	margin-bottom:10px;
	/*padding-bottom:80px;*/
	/*border-bottom:1px #e8e2a4 solid;*/
	height: 220px;
	background: url("../Img/SubPages/KuchniaPolska/przepisy_header.jpg") repeat-x scroll 0 100% #FFFFFF;
	
}

.KuchniaPolska .intro p{
	/*margin-bottom:24px;
	padding-bottom:80px;*/
	/*border-bottom:1px #e8e2a4 solid;*/
	width: 255px;
	padding: 0 0 0 40px;
}

.KuchniaPolska #middleContainer .intro p.recipesHeader{
	/*margin-bottom:24px;
	padding-bottom:80px;*/
	/*border-bottom:1px #e8e2a4 solid;*/
	width: 270px;
	padding: 45px 0 10px 40px;
	font-weight: bold;
	font-size: 12px;

}

.KuchniaPolska #middleContainer .intro p.recipesHeader2{
	padding: 0px 0 0px 40px;
	font-size: 12px;
}

.KuchniaPolska .intro2 {
	margin-bottom:10px;
	/*padding-bottom:80px;*/
	/*border-bottom:1px #e8e2a4 solid;*/
	height: 220px;
	background: url("../Img/SubPages/KuchniaPolska/kuchnia_top.png") repeat-x scroll 0 100% #FFFFFF;
	
}

.KuchniaPolska .intro3 {
	margin-bottom:10px;
	/*padding-bottom:80px;*/
	/*border-bottom:1px #e8e2a4 solid;*/
	height: 220px;
	background: url("../Img/SubPages/KuchniaPolska/badania_top.png") repeat-x scroll 0 100% #FFFFFF;
	
}

.KuchniaPolska .intro4 {
	margin-bottom:10px;
	/*padding-bottom:80px;*/
	/*border-bottom:1px #e8e2a4 solid;*/
	height: 220px;
	background: #fff url(../Img/SubPages/KuchniaPolska/atrybuty_top.png) repeat-x 0 100%;
	
}

.KuchniaPolska .recipesBox {
    background: url("../Img/Shared/box-gradient-bottom.gif") repeat-x scroll 0 100% #FFFFFF;
    border: 1px solid #E5DF9A;
    border-radius: 5px 5px 5px 5px;
    padding: 20px 15px 20px 15px;
}


	.KuchniaPolska .intro img,
	.KuchniaPolska .intro img.left {
		float:left;
		margin-right:15px;
	}
	.KuchniaPolska .intro img.right {
		float:right;
		margin-left:15px;
	}
	
	
	

ul.recipeList {
}
	ul.recipeList li {
		margin-bottom:24px;
		padding-bottom:15px;
		border-bottom:1px #e8e2a4 solid;
	}
		ul.recipeList li:last-child {
			border-bottom:0;
		}
		ul.recipeList li.last-child {
			border-bottom:0;
		}
		
		ul.recipeList li li {
			margin-bottom:0;
			padding-bottom:0;
			border-bottom:0;
		}
		
		ul.recipeList li div.imgWrapper {
			float:left;
		}
		
		ul.recipeList li div.recipeContentNKP {
			margin-left:195px;
		}

.seeOtherWrapper {
	margin-top:15px;
	padding-top:15px;
	border-top:1px #e8e2a4 solid;
}
	.seeOtherWrapper .section {
	}
		.seeOtherWrapper .section ul {
			width:49%;
			float:left;
		}
		.seeOtherWrapper .section ul:last-child {
			width:49%;
			float:right;
		}

.col {
	width:49%;
	float:left;
	
}

.col.right {
	float:right;
	
}

.KuchniaPolska  .tabs h3 {
	font-size:24px;
}
	.KuchniaPolska .tabs h4 {
		background-color:transparent !important;
		padding: 0 0 5px 0;
	}

.KuchniaPolska .noBorder {
	border:0 !important;
}		
		
.KuchniaPolska ul.productList {
}
	.KuchniaPolska ul.productList li {
		position:relative;
		margin:10px 0 30px 0;
		margin-left:58px;
	}
		.KuchniaPolska ul.productList li#li-majonez-dekoracyjny {
			margin-left:0;
		}
		
		.KuchniaPolska .right ul.productList li {
			width:453px;
			margin-left:0;
		}
	
	.KuchniaPolska ul.productList li  h4 {
		position:absolute;
		width:291px;
		height:95px;
		
		top:0;
		left:0;
		background-repeat:no-repeat;
		
		text-indent:-8888px;
		
		z-index:1;
	}
		.KuchniaPolska ul.productList li  h4 a {
			display:block;
			height:40px;
		}
		
		.right ul.productList li  h4 {
			width:auto;
			top:0;
			right:0;
			background-position:100% 0;
		}
		
	.KuchniaPolska ul.productList li  img {
		position:relative;
		
		margin-right:40px;
		
		z-index:5;
		float:left;
	}
	
	.KuchniaPolska .right ul.productList li  img {
		margin-right:30px;
		margin-left:30px;
		float:right;
	}
	
		.KuchniaPolska ul.productList li  p {
			padding-top:55px;
		}
		.KuchniaPolska ul.productList li {
			zoom:1;
		} 
		.KuchniaPolska ul.productList li:after {
			content:"";
			display:block;
			heighT:0;
			overflow:hidden;
			clear:both;
		} 
	
	
	#li-majonez-dekoracyjny h4 {
		left:135px;
		background-image:url(../Img/SubPages/KuchniaPolska/produkty/h_majonez-dekoracyjny.png);
	}
		#li-majonez-dekoracyjny img {
			margin-bottom:6em;
		}
	#li-majonez-salatkowy h4 {
		left:75px;
		background-image:url(../Img/SubPages/KuchniaPolska/produkty/h_majonez-salatkowy.png);
	}
	#li-majonez-light h4 {	
		left:65px;
		background-image:url(../Img/SubPages/KuchniaPolska/produkty/h_majonez-light.png);
	}
	#li-sos-czosnkowy h4 {
		left:55px;
		background-image:url(../Img/SubPages/KuchniaPolska/produkty/h_sos-czosnkowy.png);
	}
	#li-sos-paprykowy h4 {	
		left:45px;
		background-image:url(../Img/SubPages/KuchniaPolska/produkty/h_sos-paprykowy.png);
	}
		#li-sos-paprykowy img {
			margin-bottom:2em;
		}
	
	#li-majonez-o3-6 h4 {	
		right:105px;
		background-image:url(../Img/SubPages/KuchniaPolska/produkty/h_majonez-omega-3-6.png);
	}
	#li-jogomajo h4 {
		right:95px;
		background-image:url(../Img/SubPages/KuchniaPolska/produkty/h_jogomajo.png);
	}
	#li-sos-chrzanowy h4 {
		right:90px;
		background-image:url(../Img/SubPages/KuchniaPolska/produkty/h_sos-chrzanowy.png);
	}
	#li-sos-musztardowy h4 {
		right:55px;
		background-image:url(../Img/SubPages/KuchniaPolska/produkty/h_sos-musztardowy.png);
	}
	#li-sos-tatarski h4 {
		right:110px;
		background-image:url(../Img/SubPages/KuchniaPolska/produkty/h_sos-tatarski.png);
	}
	
	
	
	#li-majonez-kanapkowy h4 {
		left: 65px;
		background-image:url(../Img/SubPages/KuchniaPolska/produkty/h_sos-kanapkowy.png);
	}	
	#li-sos-czosnkowoziolowy h4 {
		right:75px;
		background-image:url(../Img/SubPages/KuchniaPolska/produkty/h_sos-czosnkowoziolowy.png);
	}
	/* end of file */ 
/*  
jquery.dropdowns.css  
*/  
div.dropdown { position:relative; height:20px; line-height:20px; }
div.dropdown select, div.dropdown span.current {
    position:absolute; 
    left:0; 
    top:0;
    font-size:11px;
    color:#B2916E;
    width:100%; 
    height:20px;
}
div.dropdown select { z-index:9; left:-3px; border:none; }
div.dropdown span.current { 
    background:url("../Img/Shared/dropdown.gif") 100% 50% no-repeat;
    z-index:1; text-indent:3px; overflow:hidden; }

/* end of file */ 
/*  
basic-overlay.css  
*/  
/* the overlayed element */
.simple_overlay {
	/* must be initially hidden */
	display:none;

	/* place overlay on top of other elements */
	z-index:10000;

	/* styling */
	background-color:#FBF3BC;

	width:675px;
	min-height:200px;
	border:1px solid #666;

	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../Img/Shared/overlay-close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
/* end of file */ 
/*  
overlay-gallery.css  
*/  
/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
.next, .prev {

	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;
	border:1px solid #666;
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;

	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;
}

.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;
}

/* the "information box" */
/*
.info {
	position:absolute;
	bottom:0;
	left:0;
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}
*/

/*
.info strong {
	display:block;
}
*/
/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
/*
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(/img/global/gradient/h80.png) repeat-x;
}
*/
/* end of file */ 
/*  
tabs.css  
*/  
/* root element for tabs  */
ul.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	zzborder-bottom:1px solid #666;
	height:30px;
}

/* single tab */
ul.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
}

/* link inside the tab. uses a background image */
ul.tabs a {
	background: url(../Img/Shared/bg_tabs-ranking-przepisow-przepisy.png) no-repeat 0 0;
	font-size:11px;
	display:block;
	height: 30px;
	line-height:30px;
	width: 125px;
	text-align:center;
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: 0 -31px;
	zzcolor:#fff;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: 0 -62px;
	cursor:default !important;
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */



/* initially all panes are hidden */
div.panes div.pane {
	display:none;
}

#membersSearch ul.tabs li a {
    background:#fff;
}
#membersSearch ul.tabs li a.current {
    background:#FBF9BC;
}/* end of file */ 
/*  
crowdsourcing.css  
*/  
/* #71491f #b2916e  #b37432 */
#crowdsourcing {}
#crowdsourcing .split-v {
    
}
#crowdsourcing .box h4 {
    background:none;
}
#crowdsourcing .banner {
    background:url(../Img/Subpages/Crowdsourcing/banner.jpg) 0 0 no-repeat;
    width:734px;
    height:223px;
    margin-bottom:10px;
}
#crowdsourcing .banner a {
    position:relative;
    top:150px;
    left:500px;
}
#crowdsourcing .split-v > div {
    float:left;
    width:49%;
    padding-right:1%;
}
#crowdsourcing .split-v > div + div {
    padding-right:0;
    padding-left:1%;
}
#crowdsourcing .split-v a.more {
    float:right;
    font-size:11px;
    line-height:50px;
}
#crowdsourcing .ideas, #crowdsourcing .meta {
    color:#b2916e;
}

#crowdsourcing .ideas li {
    background:none;
    margin-bottom:5px;
    padding:5px;
}
#crowdsourcing .ideas li a, #crowdsourcing .meta a {
    color:#b37432;
}

#crowdsourcing .vote {
    background:url(../Img/Subpages/Crowdsourcing/votebox.png) 50% 0 no-repeat;
    float:left;
    width:95px;
    height:75px;
    text-align:center;
}

#crowdsourcing .vote * {
    display:block;
}
#crowdsourcing .vote strong {
    color:#fff;
    height:20px;
}
#crowdsourcing .vote a {
    background:url(../Img/Subpages/Crowdsourcing/thumbs.png) 0 0 no-repeat;
    height:24px;
    line-height:24px;
    padding-left:23px;
    font-size:10px;
    font-weight:bold;
    color:#71491f;
    text-align:left;
}
#crowdsourcing .vote a.vote-up { background-position:4px 3px; }
#crowdsourcing .vote a.vote-down { background-position: 4px 100%; }

#crowdsourcing .vote strong.count-down {
    background:url(../Img/Subpages/Crowdsourcing/votebox-down.png) 50% 0 no-repeat;
}

#crowdsourcing .ideas li p {
    font-size:11px;
    float:right;
    padding:0;
    width:570px;
}
#crowdsourcing .split-v .ideas li p {
    width:215px;
}
#crowdsourcing .top li p {
    width:500px;
}
#crowdsourcing .ideas li .title {
    font-size:14px;
    font-weight:bold;
    display:block;
}
#crowdsourcing .ideas li .title a {
    color:#71491f;
}
#crowdsourcing .meta {
    font-size:11px;
    margin:10px 0;
}
#crowdsourcing .ideas li p .short {
    color:#71491f;
    display:block;
    margin:10px 0;
    font-size:12px;
}
#crowdsourcing .idea-full {
    margin-left:110px;
}

#crowdsourcing ul.top li {
    padding-left:10px;
    position:relative;
}
#crowdsourcing ul.top span.rank {
    position:absolute;
    left:-60px;
    top:0;
    width:50px;
    height:50px;
    background:url(../Img/Subpages/Crowdsourcing/rankbullet.png) 50% 50% no-repeat;
    text-align:center;
    line-height:44px;
    font-size:28px;
    font-family:"Meta-Pro Bold", Arial, sans-serif;
    color:#673c0f;
}
#crowdsourcing ul.top {
    border-left:1px solid #eae7be;
    margin-left:60px;
}

#crowdsourcing #comments li {
    background:#fbf9bc;
    color:#673c0f;
    overflow:hidden;
    padding:10px;
}
#crowdsourcing #comments li .date {
    color:#71491f;
    font-size:11px;
}
#crowdsourcing #comments li:nth-child(2n) {
    background:#fff;
}
#crowdsourcing #comments .avatar {
    float:left;
    margin:-0 15px 15px 15px;
}
#crowdsourcing #comments .avatar span {
    background:none;
    color:#673c0f;
}

#crowdsourcing #comments p {
    
}
#crowdsourcing #comments p {

}

#crowdsourcing #addcomment textarea {
    border:1px solid #e3e1bf;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background:#fff;
    margin:10px;
    width:400px;
    height:100px;
    float:none;
    display:block;
    padding:10px;
}

#crowdsourcing #add {
    background:#fff url(../Img/Subpages/Crowdsourcing/add-bg.jpg) 100% 0 no-repeat;
}

#crowdsourcing #add .intro {
    margin:20px 0;
    font-size:13px;
    padding-right:120px;
}
#crowdsourcing #add .info {
    font-size:11px;
    color:#71491f;
}

#crowdsourcing .field {
    padding:8px;
    margin:10px 0;
    clear:both;
}
#crowdsourcing .field.odd {
    background:#fbf9bc;
}
#crowdsourcing .field label {
    display:block;
    font-weight:bold;
}
#crowdsourcing .field input, #crowdsourcing .field textarea,  #crowdsourcing .field .dropdown {
    width:65%;
    border:1px solid #e3e1bf;
    display:block;
    padding:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
#crowdsourcing .field .dropdown {
    padding:1px;
}
#crowdsourcing input.dodajKomentarz {
    background-image:url(../Img/Shared/btn_dodaj2.png);  
     display: block;  
    height: 25px;
    width: 58px;
}

#crowdsourcing .about {
    clear:both;
    margin-bottom:10px;
}

#crowdsourcing .aboutideas {
    background:transparent url(../Img/Subpages/Crowdsourcing/about-bg.jpg) 490px 0 no-repeat;
    height: 240px;
    padding-top: 10px;
}

#crowdsourcing .aboutideas p{
    width: 430px;
}

#crowdsourcing .aboutideas div{
    margin-top:15px;
    font-size:16px;
    color:#b2916e;
}

#crowdsourcing .searchfilter
{
    margin-bottom:8px;
}

#crowdsourcing div.searchfilter div.sort
{
    float:left;
} 

#crowdsourcing div.searchfilter input
{
    float:right;
}

#crowdsourcing div.searchfilter {
    padding: 7px 7px 4px;
}

#crowdsourcing div.searchfilter span.inputTextWrapper 
{
    width:200px;
}/* end of file */ 

