* { margin: 0; padding: 0; }
html { margin: 0; padding: 0; }

body {
	background: #e8ecee url("../_images/bodyBg.jpg") repeat-x;
	text-align: center;
	font-family: Verdana,Arial,sans-serif;
}

h1 a {
	position: absolute;
	top: 60px;
	left: 20px;
	display: block;
	width: 220px;
	height: 60px;
}
h1 span { display: none; }

h2 { font-size: 100%; margin-top: 10px; }

h3 {
	font: bold 80% Verdana,Arial,sans-serif;
	margin: 20px 0 5px 0;
}
h4 { font-size: 60%; font-weight: normal; }

img { border: 0; }

fieldset { border: none; }

a { color: #016dc7; }
a:hover { text-decoration: none; }

div#lead {
	width: 955px;
	position: relative;
	margin: 0 auto;
}

div#top {
	background: url("../_images/topBg.jpg") no-repeat 0px 10px;
	height: 180px;
}

div#top div#topMenu {
	position: absolute;
	left: 480px;
}
div#top div#topMenu ul { list-style-type: none; margin: 0; }
div#top div#topMenu ul li {
	float: left;
	font-size: 60%;
	margin: 0 5px 0 0;
	padding: 0;
}
div#top div#topMenu ul li a {
	color: #555555;
	text-decoration: underline;
	display: block;
	padding: 10px 15px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
div#top div#topMenu ul li a:hover {
	background: #000000;
	text-decoration: none;
	color: #ffffff;
}
div#top div#topMenu ul li.active {
	background: #000000;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
div#top div#topMenu ul li.active a { color: #ffffff; text-decoration: none; }

div#top div#topRight {
	position: absolute;
	top: 65px;
	left: 670px;
	font-size: 70%;
	color: #ffffff;
}
div#top div#topRight p {
	margin: 0 0 10px 0;
}
div#top div#topRight p img { margin-left: -30px; }
div#top div#topRight a { color: #ffffff; }

div#top div#topForm {
	position: absolute;
	top: 130px;
	left: 635px;
	font-size:0.75em;
}
div#top div#topForm input {
	background: #ffffff;
	border: 0;
	color: #888888;
	width: 95px;
	padding: 2px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
div#top div#topForm p { font:Verdana,Arial,sans-serif; text-align: left; margin-top: 2px; }
div#top div#topForm a { color: #ffffff; }

div.top {
	background: url("../_images/boxTop.jpg") no-repeat -1px 0px;
	width: 956px;
	margin-top: 7px;
	height: 9px;
}
div.bottom {
	background: url("../_images/boxBottom.jpg") no-repeat -2px 0px;
	width: 956px;
	height: 13px;
}

div#content {
	background: #ffffff;
	margin: 0;
}
div#content div#leftCol {
	float: left;
	width: 251px;
	padding-top: 10px;
}
div#content div#leftCol h2 {
	background: #000000;
	color: #ffffff;
	margin: 0;
	padding: 6px 0 10px 20px;
	font: bold 70% Verdana,Arial,sans-serif;
	text-align: left;
}
div#content div#leftCol div#search {
	background: #cfcfcf;
	padding: 10px;
}
div#content div#leftCol div#search input {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px;
	color: #888888;
	background: #ffffff;
}
div#content div#leftCol div#search input[type="text"], div#content div#leftCol div#search input.search { background: #ffffff url("../_images/lupa.jpg") no-repeat 2px 2px; padding-left: 22px; width: 120px; }
div#content div#leftCol ul {
	background: #4d4d4d;
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,sans-serif;
}
div#content div#leftCol ul li a {
	display: block;
	border-top: 1px solid #666666;
	color: #ffffff;
	padding: 5px 10px 5px 20px;
	text-decoration: none;
}
div#content div#leftCol ul li a:hover {
	background: #cfcfcf;
	color: #4d4d4d;
}
div#content div#leftCol ul li.active a {
	background: #cfcfcf;
	color: #000000;
}

div#content div#leftCol ul.level0 li { font-size: 90%; padding-left: 0; }
div#content div#leftCol ul.level1 li { font-size: 80%; padding-left: 10px; background: #5a5a5a; }
div#content div#leftCol ul.level2 li { font-size: 60%; padding-left: 20px; background: #666666; }

div#content div#leftCol ul.selected li { background: #4d4d4d; }

div#content div#leftCol span.top {
	background: #000000 url("../_images/leftColBoxTop.jpg") no-repeat;
	display: block;
	height: 4px;
}
div#content div#leftCol span.bottom.grey {
	background: #000000 url("../_images/leftColBoxBottomGrey.jpg") no-repeat;
	display: block;
	height: 4px;
	margin-bottom: 20px;
}
div#content div#leftCol span.bottom.dark {
	background: #000000 url("../_images/leftColBoxBottomDark.jpg") no-repeat;
	display: block;
	height: 5px;
	margin-bottom: 20px;
}
div#content div#leftCol h3 {
	text-align: left;
	font: normal 80% Verdana,Arial,sans-serif;
	margin-left: 10px;
	margin-bottom: 10px;
}
div#content div#leftCol p {
	font: normal 70% Verdana,Arial,sans-serif;
	text-align: left;
	margin-left: 10px;
	line-height: 1.5em;
}

div#content div#rightCol {
	float: right;
	width: 670px;
	text-align: left;
}
div#content div#rightCol p {
	font-size: 80%;
	color: #444444;
	line-height: 1.5em;
	margin-top: 5px;
}
div#content div#rightCol p.breadcrumbs { font-size: 60%; margin-top: 10px;  }
div#content div#rightCol p.breadcrumbs a { color: #000000; }
div#content div#rightCol p.breadcrumbs a:hover { text-decoration: none; }

div#content div#rightCol table { margin: 20px 0; }
div#content div#rightCol table td {
	vertical-align: top;
	border: 1px solid #dddddd;
	padding: 10px;
	font-size: 80%;
	width: 280px;
	_width: 320px;
}
div#content div#rightCol table td div.right { width: 160px; }
div#content div#rightCol table td div.right p { font-size: 85%; margin-bottom: 10px; line-height: 1.4em; }
div#content div#rightCol table td div.right p strong { color: #ff8b00; }
div#content div#rightCol table td div.right p span.dph { color: #818181; }

div#content div#rightCol div.product {
font-size: 85%; margin-bottom: 10px; line-height: 1.4em;
border: 1px solid #cccccc;
padding: 10px;
min-height: 200px;
}
div#content div#rightCol div.product h3 { margin: 0 0 10px 0; font-size: 100%; }
div#content div#rightCol div.product p.price strong { color: #ff8b00; }
div#content div#rightCol div.product img { vertical-align: middle; }
div#content div#rightCol div.product form { display: inline; }
div#content div#rightCol div.product form input[type="image"], div#content div#rightCol div.product form input.submit { vertical-align: middle; }
div.product p.text { height: 100px; max-height: 100px; overflow: hidden; }
div.product p.image { height: 100px; max-height: 100px; overflow: hidden; }

div.item {max-height:200px;_height:200px;}
div.item img { border: 1px solid #cccccc; }
div.item div.left { width: 200px; }
div.item div.right { width: 360px; }
div.item h2 { font-size: 90%; }
div.item p {
	font-size: 70%;
	margin-top: 15px;
	margin-right: 30px;
	line-height: 1.6em;
}

table.products {
	border-collapse: collapse;
	margin: 0 30px 0 0;
	width: 660px;
	max-width: 660px;
	table-layout: fixed;
	word-wrap: break-word; 
}
table.products th {
	background: #eeeeee;
	border: 1px solid #cccccc;
	font-size: 70%;
	padding: 5px;
	vertical-align: top;
}
table.products th.popis { width: 150px; }
table.products td {
	vertical-align: top;
	padding: 5px !important;
	font-size: 70% !important;
	width: auto !important;
}
table.products td.buy { width: 80px !important; }
table.products td input.pocet { width: 20px; padding: 2px; border-radius: 5px; position: relative; top: -7px; }

table.products td input[type="image"], table.products td input.kosik { vertical-align: middle; }

div.footerTop {
	background: url("../_images/footerTop.jpg") no-repeat -1px 0px;
	height: 11px;
	margin-top: 5px;
}
div.footerBottom {
	background: url("../_images/footerBottom.jpg") no-repeat -1px 0px;
	height: 9px;
	margin-bottom: 20px;
}
div#footer {
	background: #000000;
}
div#footer p {
	margin: 5px 20px -10px 20px;
	padding: 0;
	color: #ffffff;
	font: normal 70% Verdana,Arial,sans-serif;
}
div#footer p a { color: #ffffff; }

ul.menuEshopTop { margin-left: 15px; }

div.left { float: left; }
div.right { float: right; }

div.clearing { clear: both; }

div.oznam {width:630px;margin-bottom:20px;color:#FFFFFF;background:#016DC7;border:1px solid #003078;padding:10px;font-size:0.9em;line-height:1.6em;}
div.oznam span {display:block;font-weight:bold;}

div.homeText {padding:0 0 20px 0;width:650px;text-align:justify;}

/*dodelavkz TF*/
div#content div#rightCol .shop {font-size:0.9em;}
div#content div#rightCol table.table_title {border:0;border-collapse:collapse;padding:0;margin:0;width:95%;}
div#content div#rightCol table.table_title td {border:0;border-collapse:collapse;padding:0;margin:0;text-align:right;}
div#content div#rightCol table.table_title h2 {margin-top:0px;font-size:1.2em;text-align:left;}

div#content div#rightCol .shop table {border-collapse:collapse;border:0;margin:0;padding:0;}
div#content div#rightCol .shop table td {border-collapse:collapse;border:0;margin:0;padding:3px;}
div#content div#rightCol .shop table th {font-size:1em;padding-bottom:5px;}

div.user_menu {padding:12px 0 0 15px;color:#FFFFFF;}

div#content div#rightCol .pokladna {font-size:0.9em;}
div#content div#rightCol .pokladna table {border-collapse:collapse;margin:15px 0 0 0;padding:0;width:90%;}
div#content div#rightCol .pokladna table td {border-collapse:collapse;margin:0;padding:5px;}
div#content div#rightCol .pokladna table td table,
div#content div#rightCol .pokladna table td table td {border:0;}
div#content div#rightCol .pokladna table th {background: #eeeeee;border: 1px solid #cccccc;padding: 5px;vertical-align: top;font-size:0.9em;}

div#content div#rightCol .hledej {font-size:0.9em;}
div#content div#rightCol .hledej table {border-collapse:collapse;margin:15px 0 0 0;padding:0;width:90%;}
div#content div#rightCol .hledej table td {border-collapse:collapse;margin:0;padding:5px;}
div#content div#rightCol .hledej table th {background: #eeeeee;border: 1px solid #cccccc;padding: 5px;vertical-align: top;font-size:70%;}


div#content div#rightCol .objednavka {font-size:0.9em;}
div#content div#rightCol .objednavka table {border-collapse:collapse;margin:15px 0 0 0;padding:0;width:90%;}
div#content div#rightCol .objednavka table td {border-collapse:collapse;margin:0;padding:5px;}
div#content div#rightCol .objednavka table th {background: #eeeeee;border: 1px solid #cccccc;padding: 5px;vertical-align: top;font-size:0.9em;}

div.podminky {padding-right:15px;}
div.podminky ul,
div.podminky ol {padding-left:30px;}
div.podminky ol {list-style-type: decimal;}
div.podminky ol ul li {list-style-type:none;}
div.podminky ul li,
div.podminky ol li {font-size:0.8em;color:#444444;padding-bottom:8px;line-height:1.6em;}
div.podminky ol li ul li {font-size:1em;}