html {font-size: 100.01%;}
body {
	margin: 0 0 30px 0;
	padding: 0 10px;
	font-size: 62.5%;
	text-align: center;
	font-family: "Arial CE", Arial, "Verdana CE", Verdana, sans-serif;
	color: #FFF;	
	line-height: 1.7em;
	}
	body#homepage.podzim  {background-image: url(../img/tpd09/podzim/body-bg-hp.jpg);}
	body#homepage.zima  {background-image: url(../img/tpd09/zima/body-bg-hp.jpg);}
	body#homepage.jaro  {background-image: url(../img/tpd09/jaro/body-bg-hp.jpg);}
	
	body.zima {background: url(../img/tpd09/zima/body-bg.jpg) no-repeat top center #05060B;}
	body.podzim {background: url(../img/tpd09/podzim/body-bg.jpg) no-repeat top center #05060B;}
	body.jaro {background: url(../img/tpd09/jaro/body-bg.jpg) no-repeat top center #05060B;}
	body#preview.zima {background: url(../img/tpd09/zima/body-bg-nahled.jpg) no-repeat top center #05060B;}
	body#preview.jaro {background: url(../img/tpd09/jaro/body-bg-nahled.jpg) no-repeat top center #05060B;}

/* global reset */
ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {margin: 0; padding: 0;}
ul {list-style: none;}
table {	border-collapse: collapse;	font-size: 1em;}
th {text-align: left;}
fieldset {border: 0;}

/* wysiwyg reset */	
font {
	font-family: inherit !important; 
	color: inherit !important;
	font-size: inherit !important;
	}

/* ************* COMMON ************* */

.left	{text-align: left;}
.center	{text-align: center;}
.right	{text-align: right;}
.clr	{
	clear: both;
	margin-top: -1px;
	position: relative;
	padding: 0;
	height: 0;
	border: none;
	overflow:hidden;
	visibility: hidden;
	line-height: 0;
	}
.clear {clear: both;}
.hide, legend span {position: absolute; top: 0; left: -30000px;}
	
hr {
  	border: 0;
  	width: 100%;
  	color: #FF0000;
	background-color: #FF0000;
	height: 1px;
	margin: 0 0 15px 0;
	position: relative;
	}

.podzim a {color: #dbc7a1;}
.zima a {color: #bdd4ff;}
.jaro a {color: #eaffbd;}
a:hover {color: #FFF;}
img {border: none;}
p {margin-bottom: 15px;}
#content img {border: 1px solid #FFF;}
#content button img, .twoCols #content .leftcol img.lft {border: 0;}

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
	}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
	}

.none 		{display: none;}
.bold       { font-weight:bold; }
.italic     { font-style:italic; }
.nopadding  { padding:0; }
.noindent   { margin-left:0;padding-left:0; }
.nobullet   { list-style:none;list-style-image:none;}

img.floatleft {
	float: left;
	margin: 0 10px 10px 0;
	}

img.floatright {
	float: right;
	margin: 0 0 10px 10px;
	}
	
.rgt {float: right;}
.lft {float: left;}

.leftcol {
	width: 48%;
	float: left;
}
.rightcol {
	width: 48%;
	float: right;
}

.vice {
	display: inline-block;
	width: 109px;
	height: 23px;
	background: url(../img/tpd09/but-viceodarku.png) no-repeat;
	}
.dalsi {
	width: 104px;
	height: 23px;
	display: inline-block;
	background: url(../img/tpd09/but-dalsidarky.png) no-repeat;
	}
	
.linka {
	background: url(../img/tpd09/dots.gif) repeat-x bottom left;
	padding-bottom: 10px;
}

	.pager span {display: none; }
	.prev, .next {
		display: block;
		height: 18px;
		float: right;
		margin-left: 10px;
		position: relative;
		}
	.prev {
		background: url(../img/tpd09/but-predchozi.png) no-repeat;
		width: 93px;
		cursor: pointer;
		}
	.next {
		background: url(../img/tpd09/but-nasledujici.png) no-repeat;
		width: 113px;
		cursor: pointer;
		}
/*		.prev:hover, .next:hover {background-position: 0 -18px;}
*/

.pager2 a, .pager2 span {margin: 0 2px;}

#nahled {margin-bottom: 100px; margin-top: 100px; margin-left: -20px}
			
/* ********* zkratky ********* */

.focus {position: absolute; left: 198px;}

.focus a, .focus span {
	position: absolute;
	top: 0;
	left: -5000px;
	z-index: -10;
	white-space: nowrap;
	}

.focus a:focus, .focus a:active {
    z-index:2;
	top: 0;
	left: 248px;
    background:#FFED00;
	padding: 2px 5px 4px 6px;
	color: #A00000;
	font-size: 1.1em;
	font-weight: bold;
	}

/* ************* HEADINGS ************* */

h1 {font-size: 2em; font-weight: normal; color: #FFF; margin-bottom: 10px;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5, h6, h7 {font-size: 1em;}

h2, h3, h4, h5, h6, h7 {margin-bottom: 10px;}

h1.cufon, h2.cufon {font-size: 2.1em; margin-bottom: 10px}


/* ************* LISTS ************* */

#content ul, #content ol {margin: 0 0 20px 15px;}
	#content ul ul, #content ol ol {margin: 0 0 0 15px;}
	
	#content ul {list-style: none;}
	#content ul li {
		background: url(../img/tpd09/odrazka.png) no-repeat 0 5px;
		padding-left: 13px;
		margin-top: 5px;
	}
	
	#content ol {margin-left: 34px;}
	
/* ************* FORMS ************* */

input, select, textarea {font-family: Arial, Helvetica, sans-serif; font-size: 1em;}

button {
	background: none;
	border: 0;
	cursor: pointer;
	}
	


/* IE button fix */
	
input.button {
	width: 0;
	overflow: visible;
}
input.button[class] {width: auto;}


/* ************* TABLES ************* */

table {
	border: 0;
	border-collapse: collapse;
	font-size: 1em;
	margin-bottom: 15px;
	}
	th, td {
		padding: 5px 10px;
		vertical-align: top;
		border: 0;
		}

table.dataTable {
border: 1px solid gray;
	}
	table.dataTable th, table.dataTable td {
		border: 1px solid gray;
		}
		
/* ************* OFFERS **************** */

.related {
	margin-top: 25px;
}
.related h3 {font-size: 1.4em;}

.offerItem {
	  width: 50%;
	  float: left;
	  margin-bottom: 10px;
	  _width: 48%; /* fix kvuli png fixu */
	  _height: 100px;
	  min-height: 100px;
	  line-height: 1.3em;
	  }
	  .offerItem img {
		  border: 1px solid #FFF;
		  float: left;
		  margin-right: 10px;
		  margin-bottom: 5px;		  
		  }
	  .offerItem h2 {
		  margin-bottom: 0;
		  padding-right: 15px;
		  font-size: 1em;
		  font-weight: normal;
		  }
	  .offerItem p {padding-right: 15px; margin-bottom: 0;}
	  
/* **************** offer imgs *************** */

.imgArea {
		clear: both;
		position: relative;
		margin-bottom: 30px;
		}
		.imgArea img {border: 1px solid #FFF;  }
		.vybrat {
			display: block;
			width: 104px;
			height: 103px;
			background: url(../img/tpd09/but-vybrat.png) no-repeat;
			position: absolute;
			top: 20px;
			right: 10px;
			_right: 30px;
			cursor: pointer;
			}
			.vybrat span {display: none;}
					
		
/* ************* IMAGE REPLACEMENT ************* */


#mainMenu span, .imgOffer span, .weChoseImg span, .imgH h1 span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	}
	.imgH h1 {display: block; overflow: hidden; position: relative; width: 526px; height: 113px; text-align: center; margin-bottom: 15px;}
		.komplet h1 span {background: url(../img/tpd09/img-kompletni.png) no-repeat;}
		.gastronomie h1 span {background: url(../img/tpd09/img-gastronomie.png) no-repeat;}
		.romantika h1 span {background: url(../img/tpd09/img-romantika.png) no-repeat;}
		.zdravi h1 span {background: url(../img/tpd09/img-zdravi.png) no-repeat;}
		.wellness h1 span {background: url(../img/tpd09/img-wellness.png) no-repeat;}
		.sport h1 span {background: url(../img/tpd09/img-sport.png) no-repeat;}
		.nejistota h1 span {background: url(../img/tpd09/img-nejistota.png) no-repeat;}
	
/* ************* FLOAT CLEAR ************* */

#footer, .offer, .actions {
	overflow: hidden;
	_display: inline-block;
	}
	
/* cistic uzivatelskych wysiwyg okras */
	
font {
	font-family: inherit;
	color: inherit;
	font-size: inherit;
	}
	

/* ****************************************** */	
/* ******************* PAGE ***************** */
/* ****************************************** */	

#all {
margin: 0 auto;
text-align: left;
font-size: 1.2em;
width: 939px;
position: relative;
}

/* *************************************** */	
/* ************** HEADER ***************** */
/* *************************************** */	

#top {
	position: relative;	
	width: 100%;
	height: 120px;
	}
	#homepage #top {height: 525px;}
	.logo {
		top: 30px;
		left: 30px;
		position: absolute;
		}
		
	#homepage #top, .osa1 {background: url(../img/tpd09/osa-1.png) no-repeat 260px 0;}
	.osa2 {background: url(../img/tpd09/osa-2.png) no-repeat 260px 0;}
	.osa3 {background: url(../img/tpd09/osa-3.png) no-repeat 260px 0;}

#langswitch {
	float: left;
	font-size: 0.9em;
	padding: 2px 7px 3px 7px;
	position: relative;
	z-index: 999;
	background: url(../img/tpd09/lang-bg.png) no-repeat;
	margin: 10px;
}
	
	
/* **************************************** */	
/* ***************** MENU ***************** */
/* **************************************** */	

#homepage #mainMenu {
	position: absolute;
	top: 120px;
	left: 0;
	z-index: 2500;
	}
	#mainMenu ul {
		list-style: none;
		position: relative;
		margin-left: -25px;
		margin-bottom: 25px;
		}
		#mainMenu ul li {
			margin-bottom: 16px;
			}
			#mainMenu ul li a {
				display: block;				
				text-decoration: none;
				color: #FFF;
				width: 177px;
				height: 25px;
				position: relative;
				overflow: hidden;
				text-align: center;
				}
				#mainMenu ul li a span {cursor: pointer;}
				#mainMenu ul li a:hover span, #mainMenu ul li a.selected span {background-position: -177px 0;}
				.podzim .m1 span {background: url(../img/tpd09/podzim/m1.png) no-repeat;}
				.podzim .m2 span {background: url(../img/tpd09/podzim/m2.png) no-repeat;}
				.podzim .m3 span {background: url(../img/tpd09/podzim/m3.png) no-repeat;}
				.podzim .m4 span {background: url(../img/tpd09/podzim/m4.png) no-repeat;}
				.podzim .m5 span {background: url(../img/tpd09/podzim/m5.png) no-repeat;}
				.podzim .m6 span {background: url(../img/tpd09/podzim/m6.png) no-repeat;}
				.podzim .m7 span {background: url(../img/tpd09/podzim/m7.png) no-repeat;}
				.podzim .m8 span {background: url(../img/tpd09/podzim/m8.png) no-repeat;}
				.zima .m1 span {background: url(../img/tpd09/zima/m1.png) no-repeat;}
				.zima .m2 span {background: url(../img/tpd09/zima/m2.png) no-repeat;}
				.zima .m3 span {background: url(../img/tpd09/zima/m3.png) no-repeat;}
				.zima .m4 span {background: url(../img/tpd09/zima/m4.png) no-repeat;}
				.zima .m5 span {background: url(../img/tpd09/zima/m5.png) no-repeat;}
				.zima .m6 span {background: url(../img/tpd09/zima/m6.png) no-repeat;}
				.zima .m7 span {background: url(../img/tpd09/zima/m7.png) no-repeat;}
				.zima .m8 span {background: url(../img/tpd09/zima/m8.png) no-repeat;}
				.jaro .m1 span {background: url(../img/tpd09/jaro/m1.png) no-repeat;}
				.jaro .m2 span {background: url(../img/tpd09/jaro/m2.png) no-repeat;}
				.jaro .m3 span {background: url(../img/tpd09/jaro/m3.png) no-repeat;}
				.jaro .m4 span {background: url(../img/tpd09/jaro/m4.png) no-repeat;}
				.jaro .m5 span {background: url(../img/tpd09/jaro/m5.png) no-repeat;}
				.jaro .m6 span {background: url(../img/tpd09/jaro/m6.png) no-repeat;}
				.jaro .m7 span {background: url(../img/tpd09/jaro/m7.png) no-repeat;}
				.jaro .m8 span {background: url(../img/tpd09/jaro/m8.png) no-repeat;}


	#homepage #mainMenu ul {margin-left: -10px;}

			
/* ********************************************** */	
/* ************** PAGE STRUCTURE ***************** */
/* ********************************************** */	

.column {
	float: left;
	}

#main {
	margin: 0;
	padding-bottom: 1px;
/*	background: url(../img/tpd09/bottom-bg.png) no-repeat bottom right;
*/	}
	#maincol {
		width: 100%;
		}
		#contentContainer {padding: 0 197px 0 166px;}
				.twoCols #contentContainer {padding-right: 0;}
			#content {
				margin: 0 25px 0 25px;
				padding-bottom: 15px;
				 zoom: 1;
				 position: relative;
				}
	#sidecol1 {
		width: 166px;
		margin-left: -100%;
		}
	#sidecol2 {
		width: 197px;
		margin-left: -197px;
		padding-top: 140px;
		padding-bottom: 15px;
		}
		
	#homepage #contentContainer {padding: 0 22px 0 0;}
		

/* appendix */
.appendix {margin-bottom: 10px;}
.appendix p {
	background-repeat: no-repeat;
	padding-left: 30px;
	margin-bottom: 5px;
}

/* document */
.documentPerex {font-style: italic;}
.documentData {font-size: 0.9em; text-align: right;}
	
/* ***************************************** */	
/* ************** COLUMN 1 ***************** */
/* ***************************************** */	

#sidecol1 img, #sidecol1 form, #sidecol1 div {margin-left: 15px;}
	#sidecol1 .banner2 img {margin-left: 0;}

#sidecol1 img {margin-bottom: 25px;}

#search .pole {margin-bottom: 5px; width: 116px;}
#search select.pole {width: 120px;}
#search p {background: url(../img/tpd09/dots.gif) repeat-x bottom left; padding-bottom: 13px;}
#search p.noLine {background: none; padding: 0; margin: 0; zoom: 1;}
#search div {text-align: center;}

/* ***************************************** */	
/* ************** COLUMN 2 ***************** */
/* ***************************************** */

	#sidecol2 p {margin-left: 20px; margin-right: 20px;}
	
#newsletter {
	background: url(../img/tpd09/newsletter-bg2.png) no-repeat top left;
	padding-top: 8px;
	position: relative;
	height: 120px;
	}
	#newsletter p {margin: 0 27px 8px 10px;}
	#newsletter .pole {width: 154px;}
	#newsletter p.right {position: absolute; top: 75px; right: 5px;}

	
/* *********************************** */
/* *********** MENU ****************** */
/* *********************************** */

.footerMenu { 
	text-align: center;
	text-transform: uppercase;
	font-size: 0.9em;
	margin-top: 25px;
	padding-top: 15px;
	margin: 0 15px 23px 15px;
	background: url(../img/tpd09/dots.gif) repeat-x;
	clear: both;
	}

.footerMenu a {
	color: #93979b;
	color: #858178;
	margin: 0 12px;
	text-decoration: none;
	}
	.podzim .footerMenu a {color: #858178;	}
	.zima .footerMenu a {color: #93979b;}
	.jaro .footerMenu a {color:#a1a892;}
	.footerMenu a:hover {color: #fff;}
	
	

/* *************************************** */	
/* ************** FOOTER ***************** */
/* *************************************** */	

#footer {
	clear: both;
	width: 100%;
	font-size: 0.85em;	
	color: #808080;
	}
	#footer p {margin-bottom: 0;}
	#footer a {color: #808080; }
	#footer a:hover {color: #FFF;}
	
	.developer {
		float: left;
		padding: 20px 22px 10px 10px;
		background: url(../img/tpd09/logo-mf-mini.gif) no-repeat 100% 70%;
		}
	.copyright {
		float: right;
		padding: 20px 120px 10px 0;
		background: url(../img/tpd09/logo-orea.png) no-repeat 90% 80%;
		}
		
/* **************************************** */	
/* ************** GLASS BOXES ******************* */
/* **************************************** */

#sidecol1 .box {
	padding: 16px 10px 1px 7px;
	}
	#sidecol1 #search {padding: 16px 15px 1px 12px;}
		
#sidecol2 .box {
	margin-right: 15px;
	padding: 16px 15px 1px 17px;
	}
	
	#sidecol1 h2, #sidecol2 h2 {font-size: 1.7em; margin-bottom: 5px;}
	#sidecol1 .box h2, #sidecol2 .box h2 {margin-bottom: 15px;}

#homepage .box {
	padding: 18px 31px 1px 31px;
	position: relative;
}
.boxBottom {
	height: 40px;
	}
#sidecol1 .box {background: url(../img/tpd09/sidebox2-top.png) no-repeat top left; margin-bottom: 30px;}
#sidecol1 .boxBottom {background: url(../img/tpd09/sidebox2-bottom.png) no-repeat top left;}	
#sidecol2 .box {background: url(../img/tpd09/sidebox-top.png) no-repeat top left; margin-bottom: 30px;}
#sidecol2 .boxBottom {background: url(../img/tpd09/sidebox-bottom.png) no-repeat top left;}
.leftCol .box {background: url(../img/tpd09/hp-box1-top.png) no-repeat top left; margin-left: 22px;}
.leftCol .boxBottom{background: url(../img/tpd09/hp-box1-bottom.png) no-repeat top left; margin-left: 22px;}
.rightCol .box {background: url(../img/tpd09/hp-box2-top.png) no-repeat top left; margin-bottom: 30px;}
.rightCol .boxBottom {background: url(../img/tpd09/hp-box2-bottom.png) no-repeat top left;}


#subFlash {
	margin-bottom: 30px;
}
		
/* **************************************** */	
/* ************** HOMEPAGE ***************** */
/* **************************************** */	



#homepage .leftCol {
	width: 508px;
	float: left;
	}
#homepage .rightCol {
	width: 386px;
	float: right;
	}
	
#hpFlash {
	position: absolute;
	top: 110px;
	left: 20px;
	width: 900px;
	height: 389px;
	z-index: 2000;
}
#homepage .topSellers {margin-bottom: 15px;}
#homepage .topSellers li {
	text-align:right;
	clear: both;
	margin-bottom: 6px;
	}
.topSellers li {margin-bottom: 6px;}
	#homepage .topSellers li span {
		float: left;
		}
		.topSellers strong {
			display: inline-block;			
			width: 24px;
			margin-right: 5px;
			line-height: 21px;
			text-align: center;
			float: left;
			}			
			
			.podzim .topSellers strong {background: url(../img/tpd09/podzim/disc2.png) no-repeat;}
			.zima .topSellers strong {background: url(../img/tpd09/zima/disc2.png) no-repeat;}
			.jaro .topSellers strong {background: url(../img/tpd09/jaro/disc2.png) no-repeat;}
			
			.podzim .topSellers .mostWanted strong {background-image: url(../img/tpd09/podzim/disc1.png)}
			.zima .topSellers .mostWanted strong {background-image: url(../img/tpd09/zima/disc1.png)}
			.jaro .topSellers .mostWanted strong {background-image: url(../img/tpd09/jaro/disc1.png)}
		
		.topSellers a {display: block; =display: inline-block;}
		#homepage .topSellers a {display: inline;}
		#homepage .box p.right {margin-bottom:0;}
			
.offer {
	background: url(../img/tpd09/dots.gif) repeat-x bottom left;
	padding: 0 0 15px 0;
	=padding-bottom: 1px;
	margin-bottom: 15px;
	}
	.offer h3, .leftCol h3 {
		font-size: 1.1em;
		font-weight: normal;
		margin-bottom: 4px;
		}
		
		.imgOffer {display: block; width: 74px; height: 74px; position: relative; 		float: left;
		margin-right: 10px;
}
			.imgOffer span {background: url(../img/tpd09/thumb-bg.png) no-repeat; cursor: pointer; height: 74px;}
		
.weChose {
	background: url(../img/tpd09/gradient-bg.png) no-repeat -55px 15px;
	padding-left: 22px;
}
.weChose h2 {margin-bottom: 30px;}

.weChoseImg {width: 419px; height: 95px; position: relative; display: block; margin-bottom: 15px;}
	.weChoseImg span {background: url(../img/tpd09/thumb-wide-bg.png) no-repeat; cursor: pointer; height: 95px;}
		
/* **************************************** */	
/* ************** VARIOUS ***************** */
/* **************************************** */

.details {
	width: 200px;
	float: left;
	}
	.leftcol .detail {float: none; width: auto;}
.giftText {
	width: 320px;
	float: right;
	}
.twoCols img {margin-right: 20px; margin-bottom: 20px;}
.twoCols .pole {width: 300px;}
.actions {clear: both;}
.email {clear: left;}

.objednat {
	position: absolute;
	top: 280px;
	_top: 160px;
	left: 790px;
	}

.finalObjednat {
	position: absolute;
	width: 102px;
	height: 102px;
	background: url(../img/tpd09/but-dokoncit.png) no-repeat;
	top: 145px;
	left: 620px;
	border: 0;
	cursor: pointer;
	}

.actions {margin-bottom: 25px;}

#all .actions a {
	display: block;
	float: left;
	width: 114px;
	height: 20px;
	margin-right: 10px;
}
.actions span {position: absolute; top: 0; left: -30000px;}
.detail {background: url(../img/tpd09/but-detail.png) no-repeat;}
.zmenit {background: url(../img/tpd09/but-zmenit.png) no-repeat;}
.upravit {background: url(../img/tpd09/but-upravit.png) no-repeat;}
.nahled {background: url(../img/tpd09/but-nahled.png) no-repeat;}

.postit {
	position: relative;
	float: right;
	margin-top: -40px;
	margin-right: -60px;	
}
		
/* ***** IE6 italic bug hack ***** */

/* \*/

.WYSIWYGContentBody {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}
/* */
#content img.nobrd { border: none; }
.offer.last { background-image: none; }

#tipy a {
	display: block;
	width: 100px;
	height: 21px;
	margin: 0 auto;
	background: url(../img/tpd09/btn-preskocit.png) no-repeat;
	text-indent: -30000px;
	outline: none;
}