@media all {

* { padding:0; margin:0; }
fieldset, img { border:0; }
label, a { cursor:pointer; }
body, textarea, input, select, table, code, h1, h2 { font-size:100%; font-family:Tahoma, Verdana, sans-serif; }
option { padding-right:0.5em; }

#content ul, #content ol, #content dd { margin-left:2em; }
h3, h4, h5, h6 { font-size:1em; margin:1em 0; }
#content p { margin-bottom:1em; }

}
@media screen, projection {

a { color:#cc0001; text-decoration:underline; }
a:focus, a:hover { text-decoration:none; }

#skipLinks, hr, div.pages h3,
#menuTeas h2,
#products ul.products dl.details dt.desc,
#product dl.details dt.picture, #product div.moreDetails h3, #comments h2, #recommends h2,
#order h3,
#menuMain h2, #menuMain #MMBackToTop, #menuPage h2, #menuFast h2, #boxLogin h2, #boxSearch h2, #boxBasket div.summary h3, #boxBasket div.items h3, #boxForum div.items h3, #footer h2 { position:absolute; bottom:0; left:-1000em; }

/* lay g */

html, body { height:100%; width:100%; }

html {
	background-color:#fcfded;
	font-size:100.01%;
	color:#333;
}

body {
	font-size:0.69em;
}

#arrow {
	display: inline;
}
#arrow_down {
	display: none;
}
#adv_sort {
	display: none;
}

#main {
	width:959px;
	background-color:#fff;
	position:relative;
	z-index:0;
	margin:0 auto;
}

/* content */

#content {
	width:572px;
	padding:0 224px 25px 0;
	float:right;
	margin-left:-10px;
	position:relative;
	z-index:10;
	/*min-height: 1200px;*/
}
#content::after {
	content:"";
	display:block;
	height:1px;
	clear:both;
}

body.isTeaMenu #content {
	padding-top:50px;
}

/* common */

#content h2 {
	font-size:1.5em;
	color:#29573a;
	font-weight:normal;
}

	#content h2 a {
		text-decoration:none;
		cursor:text;
	}

/* paging */

#content div.pages {
	padding-top:8px;
	overflow:hidden;
	background:url(/www/gfx/dotsHorizontalGreen.gif) repeat-x 0 0;
	zoom:1; /* IE fix */
}

	#content div.pages p {
		padding-right:0.3em;
		border-right:1px solid #333;
		float:left;
		margin-right:0.3em;
		white-space:nowrap;
	}

		#content div.pages ol {
			list-style:none;
			overflow:hidden;
			margin:0;
		}

			#content div.pages li {
				float:left;
			}

				#content div.pages li a,
				#content div.pages li em {
					padding:5px;
				}

/* pages */

/* home */

/* welcome */

#welcome {
	background:#fcf9de url(/www/gfx/boxRounded572x1000B.png) no-repeat 0 0;
	font-size:1.1em;
	line-height:2;
}

	#welcome h2 {
		padding:7px 15px 0;
		margin-bottom:-2px;
		font-size:1.15em;
		font-weight:bold;
	}

	#welcome div.text {
		padding:0 15px 14px;
		background:url(/www/gfx/boxRounded572x1000B.png) no-repeat 0 100%;
		font-weight:bold;
	}

		#welcome div.text p {
			margin:0;
		}

/* news */

#news h2 {
	padding-top:12px;
	color:#859a3e;
}

#news ol.news {
	list-style:none;
	margin:0;
	line-height:1.65;
}

	#news ol.news h3 {
		padding-right:0.3em;
		float:left;
		margin:0;
		color:#2a5639;
	}

	#news ol.news p {
		margin-bottom:4px;
	}

/* item kinds */

#itemKinds h2 {
	padding-top:15px;
}

#itemKinds ul.kinds {
	list-style:none;
	padding-top:13px;
	overflow:hidden;
	margin:0;
	position:relative;
	right:9px;
	zoom:1; /* IE fix */
}

	#itemKinds ul.kinds li {
		width:33%;
		float:left;
		line-height:1.65;
	}

		#itemKinds ul.kinds h3 {
			margin:0;
		}

			#itemKinds ul.kinds h3 img {
				padding:0 9px 35px;
				float:left;
			}

/* did you know */

#didYouKnow {
	padding-bottom:50px;
	background:#fefdf6 url(/www/gfx/boxDidYouKnow.png) no-repeat 50% 100%;
}

	#didYouKnow h2 {
		height:38px;
		padding:10px 53px 0;
		background:#fefdf6 url(/www/gfx/boxDidYouKnow.png) no-repeat 50% 0;
		color:#998f16;
	}

	#didYouKnow div.text {
		margin:0 18px;
	}

		#didYouKnow div.text p:first-child {
			font-weight:bold;
		}

/* products */

#products h2 {
	padding:1px 16px 30px;
}

#products ul.products {
	list-style:none;
	margin-left:16px;
}

	#products ul.products li {
		width:270px;
		padding-right:6px;
		background:url(/www/gfx/boxRounded270x500.png) no-repeat 0 100%;
		float:left;
		position:relative;
	}

		#products ul.products h3 {
			padding-top:14px;
			background:url(/www/gfx/boxRounded270x500.png) no-repeat 0 0;
			margin:0;
		}

			#products ul.products h3 img {
				padding:2px 6px 47px 12px;
				float:left;
			}

		#products ul.products dl.details {
			padding:0 10px 0 140px;
			font-size:0.9em;
		}

			#products ul.products dl.details dt {
				padding-right:0.3em;
				float:left;
				color:#777;
				text-transform:lowercase;
			}

			#products ul.products dl.details dd {
				padding-bottom:1px;
				margin:0;
			}

			#products ul.products dl.details dd.desc {
				padding:4px 0 13px;
				line-height:1;
			}

			#products ul.products dl.details dt.price {
				padding-top:1px;
				font-size:1.1em;
				color:#333;
			}

			#products ul.products dl.details dd.price {
				padding-top:1px;
				font-size:1.1em;
				color:#2a5639;
			}

		#products ul.products p.addToBasket {
			clear:both;
			margin:0;
		}

			#products ul.products p.addToBasket input {
				position:absolute;
				bottom:12px;
				left:11px;
			}

/* product */

#product h2 {
	width:203px;
	padding-bottom:10px;
	float:right;
}

	#product dl.details dd {
		padding-bottom:5px;
		margin:0;
	}

	#product dl.details dd.picture {
		width:369px;
		float:left;
	}

		#product dl.details dd.picture img {
			display:block;
			padding-bottom:3px;
		}

		#product dl.details dd.picture a {
			background:url(/www/gfx/icoMagnifyingGlass.png) no-repeat 100% 50%;
		}

	#product dl.details dt.aroma,
	#product dl.details dt.taste {
		width:52px;
		float:left;
	}

	#product dl.details .aroma,
	#product dl.details .taste {
		font-size:0.9em;
		text-transform:lowercase;
	}

	#product dl.details dt.available {
		padding:21px 0 1px;
		font-size:1.1em;
	}

	#product dl.details dd.available {
		padding-bottom:13px;
		color:#2a5639;
	}

/* form add to basket */

#product ul form fieldset div {
	padding-top:9px;
}

	#product ul form fieldset label {
		font-size:1.1em;
	}	

	#product ul form #FATBS1 {
		width:175px;
	}

#product ul form div.submit {
	padding-top:27px;
}

/* more details */

#product div.moreDetails {
	padding-top:33px;
	overflow:hidden;
	clear:both;
	position:relative;
	top:8px;
	zoom:1; /* IE fix */
}

	#product div.moreDetails ul {
		list-style:none;
		margin:0 22px;
	}

		#product div.moreDetails li {
			display:inline;
			padding-left:10px;
			background:#bad757 url(/www/gfx/tabRoundedGreen.png) no-repeat 0 0;
			float:left;
			margin-right:3px;
		}

			#product div.moreDetails li a {
				display:block;
				height:18px;
				padding:4px 18px 0 8px;
				background:url(/www/gfx/tabRoundedGreen.png) no-repeat 100% 0;
				float:left;
				font-size:1.1em;
				color:#fff;
				font-weight:bold;
				text-decoration:none;
			}

		#product div.moreDetails li.current {
			background:#2a5639 url(/www/gfx/tabRoundedDarkGreen.png) no-repeat 0 0;
			position:relative;
			bottom:3px;
		}

			#product div.moreDetails li.current a {
				height:20px;
				padding-top:5px;
				background-image:url(/www/gfx/tabRoundedDarkGreen.png);
			}

/* comments */

#comments {
	padding-top:15px;
	background:url(/www/gfx/boxRounded574x1000.png) no-repeat 0 0;
	clear:both;
	zoom:1; /* IE fix */
}

	#comments ol.comments {
		list-style:none;
		padding-bottom:35px;
		background:url(/www/gfx/boxRounded574x1000.png) no-repeat 0 100%;
		margin:0;
	}

		#comments ol.comments li {
			padding:10px 22px 1.8em;
			background:url(/www/gfx/boxRounded574x1000Middle.png) repeat-y 0 0;
			position:relative;
			zoom:1; /* IE fix */
		}

			#comments ol.comments h3 {
				width:530px;
				padding-bottom:11px;
				background:url(/www/gfx/dotsHorizontalGreen.gif) repeat-x 0 100%;
				margin:0;
				position:absolute;
				bottom:0;
				left:22px;
				color:#2a5639;
				font-weight:normal;
			}

				#comments ol.comments h3 span {
					color:#333;
				}

			#comments ol.comments blockquote p {
				line-height:1.4;
			}

			#comments ol.comments blockquote dl {
				position:absolute;
				right:22px;
				bottom:11px;
				text-align:right;
				text-transform:lowercase;
			}

				#comments ol.comments blockquote dl * {
					display:inline;
					margin:0;
					vertical-align:middle;
				}

				#comments ol.comments blockquote dt.taste {
					padding-left:0.3em;
					border-left:1px solid #333;
				}

/* description */

#description {
	padding-bottom:6px;
	background:url(/www/gfx/boxRounded574x1000.png) no-repeat 0 100%;
	zoom:1; /* IE fix */
}

	#description h2 {
		height:15px;
		overflow:hidden;
		background:url(/www/gfx/boxRounded574x1000.png) no-repeat 0 0;
		text-indent:-100em;
	}

	#description div.text {
		padding:8px 22px;
		background:url(/www/gfx/boxRounded574x1000Middle.png) repeat-y 0 0;
		font-size:1.1em;
		line-height:1.3;
	}

		#description div.text dfn {
			font-style:normal;
			font-weight:bold;
		}

/* recommends */

#recommends {
	padding-bottom:14px;
	background:url(/www/gfx/boxRounded574x1000.png) no-repeat 0 100%;
}

	#recommends div.recommends {
		padding:20px 0 3px;
		background:url(/www/gfx/boxRounded574x1000.png) no-repeat 0 0;
	}

		#recommends h3 {
			padding-bottom:13px;
			margin:0 22px;
			font-size:1.1em;
		}

	#recommends div.alsoBought {
		background:url(/www/gfx/boxRounded574x1000Middle.png) repeat-y 0 0;
	}

		#recommends div.alsoBought h3 {
			padding-top:18px;
			background:url(/www/gfx/dotsHorizontalGreen.gif) repeat-x 0 0;
		}

/* products */

#recommends ul.products {
	list-style:none;
	padding:0 22px;
	overflow:hidden;
	margin:0;
	font-size:0.9em;
	line-height:1.8;
	zoom:1; /* IE fix */
}

	#recommends ul.products li {
		width:33%;
		float:left;
	}

		#recommends ul.products h4 {
			margin:0;
		}

			#recommends ul.products h4 img {
				padding:0 1px 9px;
				float:left;
			}

/* basket */

#basket {
	background:url(/www/gfx/boxRounded574x1000Middle.png) repeat-y 0 0;
}

	#basket h2 {
		padding-bottom:24px;
		background:#fff url(/www/gfx/boxRounded574x1000.png) no-repeat 0 30px;
		zoom:1; /* IE fix */
	}

		#basket h2 a {
			color:#295637;
		}

	#basket div.submit {
		background-color:#fff;
		position:relative;
		z-index:10;
	}

		#basket div.submit input {
			float:right;
		}

		#basket div.submit a {
			display:block;
			width:168px;
			height:32px;
			overflow:hidden;
			background:url(/www/gfx/btnKontynuujZakupy.png) no-repeat 0 0;
			font-size:1.1em;
			line-height:28px;
			text-align:center;
			text-decoration:none;
		}

			#basket div.submit a b {
				padding:0 5px;
				background-color:#fcf8db;
				position:relative;
				z-index:-1;
				color:#333;
				font-weight:bold;
			}

/* common basket */

#basket fieldset {
	padding:0 17px;
}

	#basket fieldset legend,
	#basket div h3 {
		padding-bottom:12px;
		font-size:1.25em;
		color:#cc0001;
		font-weight:bold;
	}

	#basket fieldset legend {
		margin-left:expression('-6px');
	}

#basket table {
	width:100%;
	border-collapse:separate;
	border-spacing:0;
	border:0;
}

	#basket table th,
	#basket table td {
		padding:10px 4px;
		background:url(/www/gfx/dotsHorizontalGreen.gif) repeat-x 0 0;
		border:0;
	}

	#basket thead th {
		padding:3px 5px 4px;
		background-color:#fafafa;
		color:#295637;
		text-align:center;
		text-transform:lowercase;
	}

	#basket thead th.price {
		width:20%;
		text-align:right;
	}

		#basket tbody td label {
			display:block;
			padding-left:21px;
			position:relative;
			zoom:1; /* IE fix */
		}

			#basket tbody td label input {
				height:1.2em;
				position:absolute;
				bottom:0;
				left:-3px;
			}

/* content */

#basket fieldset.content,
#basket fieldset.delivery {
	padding-bottom:46px;
	background:url(/www/gfx/boxRounded574BottomAndTop.png) no-repeat 0 100%;
}

	#basket fieldset.content p {
		margin-bottom:6px;
		position:relative;
		bottom:4px;
		font-size:1.1em;
	}

	#basket fieldset.content tbody td {
		-ie-exp:expression(this.done||(this.done=this.previousSibling?++this.previousSibling.done:1,this.className+=' '+'node-'+this.done));
	}

	#basket fieldset.content th.item {
		text-align:left;
	}

	#basket fieldset.content th.count {
		width:8em;
	}

	#basket fieldset.content tfoot th {
		font-weight:normal;
		text-align:right;
	}

	#basket fieldset.content tfoot td {
		padding-right:37px;
		font-weight:bold;
		text-align:right;
	}

	#basket fieldset.content tbody td + td + td {
		padding-right:37px;
		text-align:right;
	}

	#basket fieldset.content tbody td.node-3 {
		padding-right:37px;
		text-align:right;
	}

		#basket fieldset.content td input {
			display:block;
			margin:0 auto;
		}

	#basket fieldset.content div.submit {
		text-align:right;
	}

/* delivery */

#basket fieldset.delivery thead th.delivery {
	padding-left:25px;
	text-align:left;
}

	#basket fieldset.delivery tbody td {
		padding-right:37px;
		text-align:right;
	}

	#basket fieldset.delivery tbody td label {
		display:block;
		text-align:left;
	}

/* payment */

#basket fieldset.payment thead th.payment {
	padding-left:25px;
	text-align:left;
}
	
#basket fieldset.payment tbody td {
	padding-right:37px;
	text-align:right;
}

#basket fieldset.payment tbody td label {
	display:block;
	text-align:left;
}

/* summary */

#basket div.summary {
	padding:20px 17px 0;
	background:#fff url(/www/gfx/boxRounded574BottomAndTop.png) no-repeat 0 0;
}

	#basket div.summary h3 {
		padding-top:19px;
		background-color:#fff;
		margin:0 -17px;
		text-indent:17px;
	}

	#basket div.summary tbody th {
		font-weight:normal;
		text-align:left;
	}

	#basket div.summary tbody th,
	#basket div.summary tbody td {
		background-position:0 100%;
	}

	#basket div.summary td {
		padding-right:37px;
		text-align:right;
	}

	#basket div.summary tfoot th,
	#basket div.summary tfoot td {
		padding-top:14px;
		padding-bottom:29px;
		background:none;
		font-size:1.1em;
	}

	#basket div.summary tfoot th {
		text-align:left;
	}

	#basket div.summary tfoot td {
		font-weight:bold;
		text-align:right;
	}

/* account */

#account {
	background:#fcf9de url(/www/gfx/boxRounded572x1000B.png) no-repeat 0 0;
	margin-bottom:20px;
	line-height:1.6;
}

	#account h2 {
		padding:9px 15px 0;
		font-size:1.25em;
		font-weight:bold;
	}

		#account h2 a {
			color:#2a5738;
		}

	#account div.text {
		padding:0 15px 14px;
		background:url(/www/gfx/boxRounded572x1000B.png) no-repeat 0 100%;
	}

		#account div.text p {
			margin:0;
		}

		#account div.text dfn {
			font-style:normal;
			font-weight:bold;
		}

/* order history */

#orderHistory {
	padding:0 17px;
	background:url(/www/gfx/boxRounded574x1000Middle.png) repeat-y 0 0;
}

	#orderHistory h2 {
		padding:14px 17px 5px;
		background:url(/www/gfx/boxRounded574x1000.png) no-repeat 0 0;
		margin:0 -17px;
		font-size:1.25em;
		color:#c60301;
		font-weight:bold;
	}

	#orderHistory p {
		margin-bottom:9px;
	}

	#orderHistory table {
		width:100%;
		border-collapse:separate;
		border-spacing:0;
		border:0;
		color:#29553a;
	}

		#orderHistory table th,
		#orderHistory table td {
			padding:3px 4px 5px;
			background:url(/www/gfx/dotsHorizontalGreen.gif) repeat-x 0 0;
			border:0;
		}

		#orderHistory thead th {
			padding:3px 5px 4px;
			background-color:#fafafa;
			color:#295637;
			text-align:left;
		}

		#orderHistory th.date,
		#orderHistory th.number {
			width:16%;
		}

		#orderHistory th.status {
			padding-right:10px;
			text-align:right;
		}

		#orderHistory tbody td {
			-ie-exp:expression(this.done||(this.done=this.previousSibling?++this.previousSibling.done:1,this.className+=' '+'node-'+this.done));
		}

		#orderHistory tbody td + td + td + td {
			padding-right:10px;
			text-align:right;
		}

		#orderHistory tbody td.node-4 {
			padding-right:10px;
			text-align:right;
		}

			#orderHistory tbody td:first-child + td a {
				color:#29553a;
			}

			#orderHistory tbody td.node-2 a {
				color:#29553a;
			}

			#orderHistory tbody ul {
				list-style:none;
				margin:0;
				line-height:1.75;
			}

/* points */

#points {
	padding:0 17px 11px;
	background:url(/www/gfx/boxRounded574x1000Middle.png) repeat-y 0 0;
}

	#points h2 {
		padding:45px 17px 5px;
		background:url(/www/gfx/boxRounded574BottomAndTop.png) no-repeat 0 0;
		margin:0 -17px;
		font-size:1.25em;
		color:#c60301;
		font-weight:bold;
	}

	#points p {
		margin-bottom:20px;
		font-size:1.1em;
	}

	#points h3 {
		margin:0 0 1px;
		font-size:1.1em;
		color:#295836;
	}

		#points div p {
			font-size:1em;
		}

		#points ul {
			list-style:none;
			margin:0;
		}

			#points li {
				padding-left:8px;
				background:url(/www/gfx/bullet3x3Green.gif) no-repeat 0 50%;
			}

				#points li a {
					color:#343434;
					text-decoration:none;
				}

				#points li a:focus,
				#points li a:hover {
					text-decoration:underline;
				}

/* personal data */

#personalData {
	padding:0 17px;
	background:url(/www/gfx/boxRounded574x1000Middle.png) repeat-y 0 0;
}

	#personalData h2 {
		padding:45px 17px 5px;
		background:url(/www/gfx/boxRounded574BottomAndTop.png) no-repeat 0 0;
		margin:0 -17px;
		font-size:1.25em;
		color:#c60301;
		font-weight:bold;
	}

/* form personal data */

#formPersonalData fieldset div {
	padding-top:5px;
	clear:left;
	font-size:0.9em;
	line-height:2;
	zoom:1; /* IE fix */
}

	#formPersonalData label {
		width:7.5em;
		float:left;
		margin-right:10px;
		font-size:1.1em;
		text-align:right;
	}

	#formPersonalData fieldset div.even label {
		background-color:#f7f5f6;
	}

#formPersonalData div.submit {
	padding-right:5px;
	text-align:right;
}

/* address */

#address {
	padding:0 17px;
	background:url(/www/gfx/boxRounded574x1000Middle.png) repeat-y 0 0;
	position:relative;
	zoom:1; /* IE fix */
}

	#address h2 {
		padding:45px 17px 5px;
		background:url(/www/gfx/boxRounded574BottomAndTop.png) no-repeat 0 0;
		margin:0 -17px;
		font-size:1.25em;
		color:#c60301;
		font-weight:bold;
	}

	#address ol {
		list-style:none;
		margin:0;
		line-height:1.25;
	}

		#address li {
			padding-bottom:8px;
		}

		#address li:first-line {
			font-weight:bold;
		}

	#address p.add {
		height:15px;
		background:url(/www/gfx/boxRounded574BottomAndTop.png) no-repeat 0 0;
		margin:0 -17px;
	}

		#address p.add a {
			width:168px;
			height:32px;
			overflow:hidden;
			background:url(/www/gfx/btnDodajAdres.png) no-repeat 0 0;
			position:absolute;
			top:77px;
			right:22px;
			z-index:10;
			font-size:1.1em;
			line-height:28px;
			text-decoration:none;
		}

			#address p.add a b {
				padding:0 10px;
				background-color:#fcf8db;
				margin-left:27px;
				position:relative;
				z-index:-1;
				color:#333;
				font-weight:bold;
			}

/* order */

#order {
	padding:0 17px 5px;
	background:url(/www/gfx/boxRounded574x1000Middle.png) repeat-y 0 0;
}

	#order h2 {
		height:53px;
		background:#fff url(/www/gfx/boxRounded574x1000.png) no-repeat 0 40px;
		margin:0 -17px;
		font-size:1.45em;
		font-weight:normal;
	}

		#order h2 a {
			color:#29573b;
		}

/* order details */

#order div.details p.status {
	margin-bottom:5px;
	font-size:1.25em;
	color:#c60301;
	font-weight:bold;
}

/* order shipping address */

#order div.address {
	line-height:1.25;
}

	#order div.address h3 {
		margin:0;
		position:static;
		color:#c60301;
		font-weight:bold;
	}

	#order div.address p:first-line {
		font-weight:bold;
	}

/* order tables */

#order table {
	width:100%;
	border-collapse:separate;
	border-spacing:0;
	border:0;
}

	#order table th,
	#order table td {
		padding:10px 4px;
		background:url(/www/gfx/dotsHorizontalGreen.gif) repeat-x 0 0;
		border:0;
	}

	#order thead th {
		padding:3px 5px 4px;
		background-color:#fafafa;
		color:#295637;
		text-align:center;
		text-transform:lowercase;
	}

	#order thead th.price {
		width:20%;
		text-align:right;
	}

/* items in order */

#order thead th.item {
	text-align:left;
}

#order thead th.count {
	width:8em;
}

#order div.summary tbody td {
	-ie-exp:expression(this.done||(this.done=this.previousSibling?++this.previousSibling.done:1,this.className+=' '+'node-'+this.done));
}

#order div.summary tbody td + td {
	text-align:center;
}

#order div.summary tbody td.node-2 {
	text-align:center;
}

#order div.summary td + td + td {
	padding-right:20px;
	text-align:right;
}

#order div.summary td.node-3 {
	padding-right:20px;
	text-align:right;
}

#order div.summary tfoot th {
	font-weight:normal;
	text-align:right;
}

#order div.summary tfoot td {
	padding-right:20px;
	font-weight:bold;
	text-align:right;
}

/* payment */

#order div.payment h3 {
	width:574px;
	height:15px;
	overflow:hidden;
	background:url(/www/gfx/boxRounded574BottomAndTop.png) no-repeat 0 0;
	bottom:0;
	left:0;
	text-indent:-100em;
}

#order div.payment th,
#order div.payment td {
	background-position:0 100%;
	font-weight:normal;
	text-align:left;
}

#order div.payment td {
	text-align:right;
}

#order div.payment tfoot th,
#order div.payment tfoot td {
	background:none;
	font-size:1.1em;
	font-weight:bold;
}

/* boxes */

/* box last added */

#boxLastAdded {
	width:154px;
	padding-left:10px;
}

	#boxLastAdded h2 {
		padding:23px 0 4px;
		font-size:1.1em;
		line-height:1.5;
		color:#c00;
	}

	#boxLastAdded ul {
		list-style:none;
		margin:0;
		font-size:0.9em;
	}

		#boxLastAdded li {
			padding:3px 0 3px 9px;
			background:url(/www/gfx/bullet3x3Green.gif) no-repeat 1px 50%;
		}

			#boxLastAdded li a {
				color:#333;
				text-decoration:none;
			}

			#boxLastAdded li a:focus,
			#boxLastAdded li a:hover {
				text-decoration:underline;
			}

/* box last changes */

#boxMops {
	width:154px;
	padding-left:10px;
}

	#boxMops h2 {
		padding:23px 0 4px;
		font-size:1.1em;
		line-height:1.5;
		color:#c00;
	}

	#boxMops ul {
		list-style:none;
		margin:0;
		font-size:0.9em;
	}

		#boxMops li {
			padding:3px 0 3px 9px;
			background:url(/www/gfx/bullet3x3Green.gif) no-repeat 1px 50%;
		}

			#boxMops li a {
				color:#333;
				text-decoration:none;
			}

			#boxMops li a:focus,
			#boxMops li a:hover {
				text-decoration:underline;
			}

/* box last changes */

#boxLastWatched {
	width:154px;
	padding-left:10px;
	padding-bottom:20px;
}

	#boxLastWatched h2 {
		padding:23px 0 4px;
		font-size:1.1em;
		line-height:1.5;
		color:#c00;
	}

	#boxLastWatched ul {
		list-style:none;
		margin:0;
		font-size:0.9em;
	}

		#boxLastWatched li {
			padding:3px 0 3px 9px;
			background:url(/www/gfx/bullet3x3Green.gif) no-repeat 1px 50%;
		}

			#boxLastWatched li a {
				color:#333;
				text-decoration:none;
			}

			#boxLastWatched li a:focus,
			#boxLastWatched li a:hover {
				text-decoration:underline;
			}

/* box basket */


#menuRight {
position:absolute;
right:0;
width:213px;
}

body.isTeaMenu #menuRight {
	top:293px;
}


#likebox iframe{
	border:none;
	overflow:hidden;
	width:195px;
	height:270px;
	frameborder: 0;
	scrolling: no;
	padding-top: 15px;
}
.menuRightList{
	padding:9px 15px 3px;
	z-index: 50;
	position: relative;
	float: left;
	font-size:larger;
}

	.menuRightList h2 {
		padding:10px 0 4px;
		font-size:1.1em;
		line-height:1.5;
		color:#c00;
	}

	.menuRightList ul {
		list-style:none;
		margin:0;
		font-size:0.9em;
	}

		.menuRightList li {
			padding:3px 0 3px 9px;
			background:url(/www/gfx/bullet3x3Green.gif) no-repeat 1px 50%;
		}

			.menuRightList li a {
				color:#333;
				text-decoration:none;
			}

			.menuRightList li a:focus,
			.menuRightList li a:hover {
				text-decoration:underline;
			}
			
#boxBasket {
	width:213px;
	background:url(/www/gfx/boxRounded213x1000.png) no-repeat 0 0;
	z-index:30;
	line-height:1.4;
	
	position:relative;
	float:left;
}

body.isTeaMenu #menuRight {
	top:293px;
}

	#boxBasket h2 {
		padding:9px 15px 3px;
		font-size:1.25em;
		line-height:1.5;
		color:#c00;
	}

/* summary */

#boxBasket div.summary {
	height:62px;
	padding:0 15px 0 51px;
	background:url(/www/gfx/icoBasket.png) no-repeat 10px 0;
	font-size:0.9em;
}

	#boxBasket div.summary dt {
		float:left;
	}

	#boxBasket div.summary dd {
		padding-bottom:4px;
		margin:0;
	}

/* items */

#boxBasket div.items {
	padding:0 15px 19px;
	background:url(/www/gfx/boxRounded213x1000.png) no-repeat 0 -10px;
	font-size:0.9em;
}

	#boxBasket table {
		width:100%;
		border-collapse:separate;
		border-spacing:0;
		border:0;
	}

		#boxBasket table th,
		#boxBasket table td {
			padding:7px 4px;
			background:url(/www/gfx/dotsHorizontalGreen.gif) repeat-x 0 0;
			border:0;
		}

		#boxBasket thead th {
			padding:3px 5px;
			background-color:#fafafa;
			color:#295637;
			text-align:center;
			text-transform:lowercase;
		}

		#boxBasket thead th.item {
			text-align:left;
		}

		#boxBasket thead th.price {
			text-align:right;
		}

	#boxBasket div.submit {
		padding-top:10px;
		background:url(/www/gfx/dotsHorizontalGreen.gif) no-repeat 0 0;
		text-align:right;
	}

/* shipping */

#boxBasket div.shipping {
	padding:0 15px 19px;
	background:url(/www/gfx/boxRounded213x1000.png) no-repeat 0 100%;
}

	#boxBasket div.shipping h3 {
		margin:0;
	}

	#boxBasket div.shipping p.more {
		padding-top:7px;
		margin:0;
		text-align:right;
	}

		#boxBasket div.shipping p.more a {
			color:#c00;
		}

/* box search */

#boxSearch {
	position:absolute;
	top:197px;
	right:22.5em;
}

/* form search */

#formSearch {
	width:250px;
	padding-right:117px;
}

	#formSearch label {
		height:20px;
		width:20px;
		background:url(/www/gfx/icoSearch.png) no-repeat 0 50%;
		position:absolute;
		text-indent:20px;
		white-space:nowrap;
	}

	#formSearch fieldset input {
		width:230px;
		padding:2px;
		background-color:#fff;
		border:1px solid #c0d676;
		margin-left:20px;
		position:relative;
	}

#formSearch div.submit input {
	position:absolute;
	top:-4px;
	left:260px;
}

/* box login */

#boxLogin {
	width:22.2em;
	position:absolute;
	top:183px;
	right:0;
	line-height:1.8;
}

	#boxLogin p.register {
		width:10em;
		position:absolute;
		top:0;
		right:24px;
		text-align:right;
		text-transform:lowercase;
	}

		#boxLogin p.register a {
			color:#c00;
		}

/* form login */

#formLogin fieldset div {
	zoom:1; /* IE fix */
}

	#formLogin fieldset label {
		width:3.3em;
		float:left;
	}

	#formLogin fieldset input {
		width:8em;
		padding:1px;
		border:1px solid #bfd574;
	}

#formLogin fieldset div.remember {
	position:absolute;
	right:47px;
	bottom:0;
}

	#formLogin fieldset div.remember label {
		width:5.3em;
	}

	#formLogin fieldset div.remember label input {
		width:1.2em;
		height:1.2em;
		padding:0;
		border:0;
		position:absolute;
		bottom:0.1em;
		top:0.4em;
		right:0;
	}

#formLogin div.submit input {
	position:absolute;
	right:13px;
	bottom:-3px;
}

/* header */

#header {
	height:243px;
	background:url(/www/gfx/bgdHeader2.jpg) no-repeat 0 0;
}

	#header h1 a img {
		position:absolute;
		top:51px;
		left:195px;
	}

/* footer */

#footer {
	padding:10px 15px 8px;
	background-color:#bbd377;
	border-bottom:3px solid #b6c46d;
	clear:both;
	color:#fff;
	font-weight:bold;
}

	#footer a {
		color:#fff;
		text-decoration:none;
	}

/* box popular */

#boxPopular {
	height:5em;
	padding:7px 13px 0;
	line-height:1.4;
	color:#666;
}

	#boxPopular h2 {
		float:left;
		font-size:0.9em;
		font-weight:normal;
	}

	#boxPopular p {
		margin:0;
		font-size:0.9em;
	}

		#boxPopular p a {
			color:#666;
			text-decoration:none;
		}

/* menu page */

#menuPage {
	width:154px;
	padding-top:2px;
}

	#menuPage ul {
		list-style:none;
		margin:0;
	}

		#menuPage li {
			padding:0 20px 4px;
			background:#fcf8db url(/www/gfx/bgdMenuPageLink.png) no-repeat 0 50%;
			font-size:1.1em;
			line-height:26px;
		}

			#menuPage li a {
				color:#4c4b49;
				font-weight:bold;
				text-decoration:none;
			}

			#menuPage li a:focus,
			#menuPage li a:hover {
				text-decoration:underline;
			}

/* menu teas */

#menuTeas {
	width:959px;
	padding-top:13px;
	overflow:hidden;
	background:url(/www/gfx/boxRounded959x100.png) no-repeat 0 0;
	position:absolute;
	top:241px;
	left:0;
	z-index:40;
	font-size:0.9em;
}

	#menuTeas ul {
		list-style:none;
		padding:0 13px 13px;
		overflow:hidden;
		background:url(/www/gfx/boxRounded959x100.png) no-repeat 0 100%;
		margin:0;
		zoom:1; /* IE fix */
	}

		#menuTeas li {
			padding:0 7px;
			border-left:1px solid #bed476;
			float:left;
			-ie-exp:expression(this.done||(this.done=this.previousSibling?1:this.className+=' '+'first-child'));
		}

		#menuTeas li:first-child {
			border:0;
		}

		#menuTeas li.first-child {
			border:0;
		}

			#menuTeas li a {
				float:left;
				color:#333;
				text-decoration:none;
			}

			#menuTeas li em,
			#menuTeas li a:focus,
			#menuTeas li a:hover {
				float:left; 
				color:#c00;
				font-style:normal;
			}

/* submenu teas */

#submenuTeas {
	width:154px;
	padding-top:52px;
}

	#submenuTeas h2 {
		padding:0 20px 4px;
		background:#fcf8db url(/www/gfx/bgdMenuPageLink.png) no-repeat 0 50%;
		font-size:1.1em;
		line-height:26px;
	}

		#submenuTeas h2 a {
			color:#4c4b49;
			font-weight:bold;
			text-decoration:none;
			cursor:text;
		}

	#submenuTeas ul {
		list-style:none;
		margin:5px 8px 0;
		line-height:1.3;
	}

		#submenuTeas li {
			padding:0 0 4px 10px;
			background:url(/www/gfx/bullet3x3Green.gif) no-repeat 0 0.5em;
		}

			#submenuTeas li a {
				color:#333;
				text-decoration:none;
			}

			#submenuTeas li em {
				color:#c00;
				font-style:normal;
				font-weight:bold;
			}

			#submenuTeas li a:focus,
			#submenuTeas li a:hover {
				color:#c00;
			}

/* new menu */
.MainMenu {
	width:154px;
	padding-top:0px;
}

	.MainMenu h2 {
		padding:0 20px 4px;
		background:#fcf8db url(/www/gfx/bgdMenuPageLink.png) no-repeat 0 50%;
		font-size:1.1em;
		line-height:26px;
	}

		.MainMenu h2 a {
			color:#4c4b49;
			font-weight:bold;
			text-decoration:none;
			cursor:text;
		}

	.MainMenu ul {
		list-style:none;
		margin:5px 8px 0;
		line-height:1.3;
	}

		.MainMenu li {
			padding:0 0 4px 10px;
			background:url(/www/gfx/bullet3x3Green.gif) no-repeat 0 0.5em;
		}

			.MainMenu li a {
				color:#333;
				text-decoration:none;
			}

			.MainMenu li em {
				color:#c00;
				font-style:normal;
				font-weight:bold;
			}

			.MainMenu li a:focus,
			.MainMenu li a:hover {
				color:#c00;
			}

/* menu */

#menuMain {
	background:#bad757 url(/www/gfx/bgdHeader2.jpg) no-repeat 100% -155px;
	overflow:hidden;
	position:absolute;
	top:155px;
	right:0;
}

	#menuMain ul {
		min-height:21px;
		list-style:none;
		margin:0 20px 0 0;
	}

		#menuMain li {
			padding:0 8px;
			border-left:1px solid #76a034;
			float:left;
			position:relative;
			right:1px;
		}

			#menuMain li a,
			#menuMain li em {
				float:left;
				color:#fff;
				font-weight:bold;
				font-style:normal;
				text-decoration:none;
			}

			#menuMain li a:focus,
			#menuMain li a:hover {
				text-decoration:underline;
			}

/* menu fast */

#menuFast {
	padding:10px 13px 18px;
	overflow:hidden;
	position:absolute;
	right:0;
	bottom:5em;
}

	#menuFast ul {
		list-style:none;
		overflow:hidden;
		background-color:#bbd377;
		margin:0;
	}
		
		#menuFast li {
			padding:0 7px;
			border-left:1px solid #fff;
			float:left;
			position:relative;
			right:1px;
		}

			#menuFast li a {
				color:#fff;
				text-decoration:none;
			}

			#menuFast li a:focus,
			#menuFast li a:hover {
				text-decoration:underline;
			}

}
@media print {

/* printer styles */

div, hr, #content a.more { display:none; }

#main, #header, #content, #content div { display:block; }

#main {
	margin:5px 10px;
	position:relative;
	font-size:11px;
	color:#333;
}

	#main * {
		margin:0;
		text-decoration:none;
	}

	a { color:#333; }

	#content {
		line-height:2em;
		color:#333;
	}

		#content h2 {
			margin-bottom:1.5em;
			font-size:12px;
		}

		#content p {
			text-indent:2em;
		}

}

