/*  
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 */ 
/*  
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;
}/* 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 .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 .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;
	}/* 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;
}

.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 {

}

	#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;
	}/* 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;
}

/* 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;
	}


#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:200px;
    width:246px;
    margin-top:10px;
}
#sidebarLeft div.FBlikebox a { display:block; position:absolute; top:0; left:0; width:246px; height:30px; }
#sidebarLeft div.FBlikebox iframe {
    left:10px;
    top:10px;
}







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 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;
		}
/* 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-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; }

.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 {
    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;
}/* 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;
				}

/* 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] *//* 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 */ 
