/*  
fonts.css  
*/  
@font-face {
  font-family: "Meta-Pro Bold";
  src: url(../Fonts/MetaPro-Bold.eot);
  src: local("Meta-Pro Bold"), url(../Fonts/MetaPro-Bold.ttf) format("opentype");
}

.Meta-Pro-Bold {
	font-family:"Meta-Pro Bold", Arial, Tahoma, Verdana, sans-serif;
}

@font-face {
  font-family: "PixelSix00";
  src: url(../Fonts/pixelsix00.eot);
  src: local("PixelSix00"), url(../Fonts/pixelsix00.ttf) format("truetype");
}

.PixelSix00 {
	font-family:"PixelSix00", Arial, Tahoma, Verdana, sans-serif;
}

@font-face {
  font-family: "PixelSix10";
  src: url(../Fonts/pixelsix10.eot);
  src: local("PixelSix10"), url(../Fonts/pixelsix10.ttf) format("truetype");
}

.PixelSix10 {
	font-family:"PixelSix10", Arial, Tahoma, Verdana, sans-serif;
}

@font-face {
  font-family: "PixelSix14";
  src: url(../Fonts/pixelsix14.eot);
  src: local("PixelSix14"), url(../Fonts/pixelsix14.ttf) format("truetype");
}

.PixelSix14 {
	font-family:"PixelSix14", Arial, Tahoma, Verdana, sans-serif;
}/* 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;
				}

/*
 *  Wygąd
 */
 body {
	zzcolor:#967451;
	color:#673c0f;
	background-color:#f6eca2;
 }

	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;
	}

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;
					}

	.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 82px;
	background:transparent url(../Img/Subpages/Index/bg_box_newsletter.png) 0 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-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 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 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 div.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; }/* end of file */ 
/*  
index.css  
*/  
#header {
	height:420px;
}

#header #searchReceipesContainer {
	position:absolute;
	top:139px;
	left:20px;

	width:247px;

	z-index:10;
}
	#header #searchReceipes {
		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;

		zoom:1;
	}

		#header #searchReceipes .contentContainer {
			margin:1px;
			padding:4px 3px;
			background:transparent url(../Img/Subpages/Index/bg_content_container_search_receipes.png) 0 100% repeat-x;
		}

			#header #searchReceipes .contentContainer form {
				position:relative;
				padding:8px 10px;

				background-color:#fbf9bc;

				border:0 transparent solid;
				border-radius:5px 5px 0 0;
				/* CSS3 tweaks for modern browsers */
				-moz-border-radius:5px 5px 0 0;
				-webkit-border-radius:5px;
				-khtml-border-radius:5px;

				zoom:1;
			}

			#header #searchReceipes .contentContainer fieldset.extended {
			}

			#header #searchReceipes a.expandTrigger {
				position:absolute;
				right:10px;
				bottom:0;
				display:block;
				width:56px;
				height:16px;
				background:transparent url(../Img/Shared/btn_zwin-rozwin2.png) 0 100% no-repeat;
			}
			#header #searchReceipes a.expanded {
				background:transparent url(../Img/Shared/btn_zwin-rozwin2.png) 0 0 no-repeat;
			}

				#header #searchReceipes .expandTrigger span.show {
					display:inline;
				}
				#header #searchReceipes .expandTrigger span.hide {
					display:none;
				}

				#header #searchReceipes .expanded span.show {
					display:none !important;
				}
				#header #searchReceipes .expanded span.hide {
					display:inline !important;
				}
			#header #searchReceipes div.dropdown {
			    width:218px;
			}

/* container for slides */
#photoWrapper {
	position:relative;
	z-index:1;
	zoom:1;
}

#photoWrapper .tabsWrapper {
	position:absolute;
	top:297px;
	left:526px;

	z-index:10;
	height:20px;
	width:300px;
	zoom:1;
}

#photoWrapper .tabs {
	display:block;
	height:20px;
	width:300px;
	zoom:1;
}
	#photoWrapper .tabs li {
	    float:left;
	    width:16px;
	    height:16px;

		margin-right:2px;
	}

		#photoWrapper .tabs a {
			display:inline-block;
			width:16px;
			height:16px;

			font-size:8px;
			line-height:16px;
			font-family:"PixelSix10";
			color:#ffffff;
			text-align:center;
			text-decoration:none;
			background:transparent url(../Img/Shared/bg_photo_switcher.png) 0 100% no-repeat;
		}

			#photoWrapper .tabs a.current {
				background-position:0 0;
			}

#photoWrapper .items {
	position:relative;
	height:420px;
	width:990px;
	float:left;
	zzcursor:pointer;
	z-index:5;
}

/* single slide */
#photoWrapper .items div.item {
	display:none;
	position:absolute;
	top:0;
	left:0;
	height:420px;
	width:990px;;
	font-size:12px;
	z-index:1;
	background-repeat:no-repeat;
}

#photoWrapper .items div.item .itemCopyWrapper {
	position:absolute;
	top:96px;
	right:0px;

	width:502px;
	height:243px;

	font-family:"Meta-Pro Bold", Arial, Tahoma, Verdana, sans-serif;
	font-size:14px;
	line-height:16px;
	color:#ffffff;;
	background:transparent url(../Img/Header/bg_text.png) 0 0 repeat-y;
}

#photoWrapper .items div.item .itemCopy {
	padding:20px 60px 20px 38px;
	text-decoration:none;
}
	#photoWrapper .items div.item .itemCopy a {
		color:#ffffff !important;
	}

	#photoWrapper .items div.item .itemCopy h2 {
		padding-bottom:14px;
	}


#box-dlaDzieci .content {
	margin-left:10px;
	padding:4px 4px 8px 57px;
	background:transparent url(../Img/Subpages/Index/bg_box_dla-dzieci.png) 0 25% no-repeat;
}

#box-wellness .content {
	margin-left:12px;
	padding:4px 4px 8px 72px;
	background:transparent url(../Img/Subpages/Index/bg_box_wellness.png) 0 25% no-repeat;
}

#box-kochamzupy .content {
	margin-left:12px;
	padding:4px 4px 8px 72px;
	background:transparent url(../Img/Subpages/Index/bg_box_kochamzupy.png) 0 25% no-repeat;
}

#box-przepisyKlubowiczow .contentContainer {
	background-image:none;
}
	#box-przepisyKlubowiczow .contentContainer {
		padding:3px 4px;
	}

	#box-przepisyKlubowiczow .contentContainer .section {
	}
		#box-przepisyKlubowiczow .contentContainer .section .column-left {
			width:75px;
			float:left;
			margin:0;
			margin-right:5px;
		}
		#box-przepisyKlubowiczow .contentContainer .section .column-right {
			float:none;
			width:auto;
			margin:0;
		}

	#box-przepisyKlubowiczow .contentContainer .photoWrapper {
		width:75px;
	}

#box-szkolaGotowania {
	border:0;
}

	#box-szkolaGotowania .contentContainer {
		border:0;
		background-image:none;
	}

		#box-szkolaGotowania .contentContainer {
		}
			#box-szkolaGotowania .contentContainer ul {
			}
				#box-szkolaGotowania .contentContainer li {
					margin:0;
					padding:0;
					display:block;
					width:88px;

				}
					#box-szkolaGotowania .contentContainer li.leftCol {
						float:left;
					}
					#box-szkolaGotowania .contentContainer li.rightCol {
						float:right;
					}

				#box-szkolaGotowania .contentContainer li div.content {
					padding:5px;

					text-align:center;

					border:1px #e5df9a solid;
					border-radius:3px;
					/* CSS3 tweaks for modern browsers */
					-moz-border-radius:3px;
					-webkit-border-radius:3px;
					-khtml-border-radius:3px;
				}

				#box-szkolaGotowania .contentContainer li div.content div.photoWrapper {
				}
					#box-szkolaGotowania .contentContainer li div.content div.photoWrapper img {
					}

#hometabs {
    padding:20px 0 0 0;
    width:550px;
}
#hometabs ul.navigator {
    height:114px;
    position:relative;
    z-index:9;
    margin-bottom:-6px;
}
#hometabs ul.navigator li {
    float:left;
}
#hometabs ul.navigator li a {
    background:transparent url(../Img/Subpages/Index/bg_hometabs.png) 0 0 no-repeat;
    display:block;
    height:110px;
    width:110px;
    overflow:hidden;
    text-indent:-8888px;
}
#hometabs ul.navigator li a.current {
    height:114px;
}
#hometabs ul.navigator li#tab-salatki a {background-position:0 0;}
#hometabs ul.navigator li#tab-salatki a.current {background-position:0 -110px;}
#hometabs ul.navigator li#tab-zupy a {background-position:-110px 0;}
#hometabs ul.navigator li#tab-zupy a.current {background-position:-110px -110px;}
#hometabs ul.navigator li#tab-glowne a {background-position:-220px 0;}
#hometabs ul.navigator li#tab-glowne a.current {background-position:-220px -110px;}
#hometabs ul.navigator li#tab-przystawki a {background-position:-330px 0;}
#hometabs ul.navigator li#tab-przystawki a.current {background-position:-330px -110px;}
#hometabs ul.navigator li#tab-ciasta a {background-position:-440px 0;}
#hometabs ul.navigator li#tab-ciasta a.current {background-position:-440px -110px;}

#hometabs .panes {
    border:1px solid #E41C17;
    padding:10px;
}

#hometabs .panes > div {
    overflow:hidden;
}
#hometabs .panes div.info {
    float:left;
    margin-right:10px;
    width:185px;
}/* 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 */ 
