/***********************************************/
/* HTML tag styles                             */
/***********************************************/
#left, #right, #header, #do_kosiku, #created, #bottom, #poctiva_cena {
	display: none;
}
body, p, h1, h2, h3, ul, li {
	margin: 0;
	padding: 0;
}
body, td, th {
	font-family: Tahoma, Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: small;
}
td, th {
	font-size: 100%;
}

div#base {
	font-size: 82%;
}
#footer {
	border-top: 3px inset #999999;
	margin-top: 10px;
	padding-top: 10px;
}
ul #detail_navigation {
	list-style: none;
}
img {
	margin: 0 0 10px 0;
	border: none;
}
p {margin: 0 0 10px 0;}
#cena {
	margin: 10px 0 10px 0;
}
#cena .price {
	color: #FF0000;
	font-size: 160%;
	margin: 10px 0 10px 0;
	font-weight: bold;
}
#kontakty {margin: 10px 0 0 0;}

/***********************************************/
/* HEADER                                      */
h1 {
	font-size: 160%;
	margin: 10px 0 10px 0;
}
h2 {font-size: 160%;
	margin: 10px 0 10px 0;}
h3 {
	font-size: 100%;
	margin: 10px 0 10px 0;
}
/* ANCHORS ***/
a {color: #CC0000;}
a:hover {text-decoration: none; color: #FF0000;}
