/*div {
	border: 1px dotted gray;
}*/

#obsah {
	font: 12pt Times, serif;
	line-height: 16pt;
}

h1 {
	font: bold 200% Times, serif;
	margin-top: 0.5em;
	margin-bottom: 0;
	border-bottom: 4px double black;
}

#sub_navigace, #navigace, #tools {
	display: none;
}

#dd {
	clear: both;
	text-align: right;
	border-top: 1px dotted silver;
	padding: 1em 0;
}

#url {
	font-family: "Courier New", Courier, monospace;
	text-align: right;
}
/* =Tables
-----------------------------------------------------------------------------*/

table {
	border-collapse: collapse;
	border: 1px solid #666;
	/*margin: 0;*/
}

th, td, caption {
	font-size: 8pt;
}

th, td {
/*	font-family: Arial, sans-serif;*/
	padding: .2em 1em;
	font-weight: normal;
	text-align: left;
}

td {
	text-align: right;
}

thead {
	color: inherit;
	background: #d5d5d5;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
}

col#pocet_barev {
	border-right: 1px solid #000;
}

col#pocet_barev td {
	text-align: center;
}

caption {
	font-weight: bold;
	margin: 1em 0;
	text-align: left;
}

* html table {
	padding: 1em 0;
}

tr:hover {
	background-color: #5d5d5d;
	color: #fff;
}

thead tr:hover {
	background-color: #d5d5d5;
	color: #000;
}

.odd {
	color: inherit;
	background-color: #e9e9e9;
}

p.tab_pzn{
	padding: 0;
	margin: 0;
}

/* =Detail produktu
-----------------------------------------------------------------------------*/
div.produkt {
	border-top: 1px dotted #969696;
	clear: both;
	padding: 10px 0 10px 0;
}

div.produkt a {
	padding: 1px;
}

div.foto {
	float: right;
}

div.popis {
}

div.popis ul {
	padding: 8px 16px;
	background-color: #F5F5F5;
}

div.produkt ul ul {
	float: left;
}
div.popis ul.cena {
	background-color: #f0f0f0;
}

img.color {
	padding: 2px 2px;
}

/* =Seznam produktů (název s obrázkem)
-----------------------------------------------------------------------------*/
div.polozka {
	width: 200px;
	height: 210px;
	padding: 2px 0 0 0;
	margin: 5px 3px;
	background: url(../img/produkt_bg.gif) repeat-x left top;
	float: left;
	border: 2px solid #e9e9e9;
	text-align: center;
}

div.polozka a {
	text-transform: uppercase;
}

div.polozka img {
	margin: 6px 0 0 0;
	border: none;
}


