@CHARSET "UTF-8";

body
{
	background-image: url("images/background_px.png");
	background-repeat: repeat;
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 0.9em;
	text-decoration: none;	 
}
a
{
	color: #0066cc;
}
a:hover
{
	background-color: #c6c600;
	color: black;
}
a.corner_link
{
	text-decoration: none;
	color: white;
}
a.corner_link:hover
{
	text-decoration: none;
	color: black;
}
.modre
{
	color: #659bcc;	
}
h1
{
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 0;
	color: #0066cc;
}
h3
{	
	color: white;
	margin: 0;
	margin-top: 2px;
	&margin-top: 3px;
	padding: 0px;
	font-size: 1.4em;
	font-weight: 500;
}
h2#filter
{	
	
	margin: 0px;
	margin-top: 32px;
	font-size: 1.5em;
	font-weight: 500;
}
div#content_pannel h4
{
	padding: 0;
	margin: 6px;
	margin-left: 12px;
	font-size: 1.6em;
	font-weight: 500;
}
div#navigation_pannel h4
{
	padding: 0	;
	margin: 0px;
	margin-left: 12px;
	font-size: 1.0em;
	font-weight: 500;
}
div#motto
{
	position: absolute;
	top: 80px;
	left: 440px;	
}
div#corner_menu
{
	position: absolute;
	top: 10px;
	left: 35px;
}

div#corner_menu ul {
	margin: 0;
	list-style: none;	
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 1.1em;
	font-weight: bold;
	width: 710px;
}

div#corner_menu ul li {
	padding-top: 12px;
	padding-bottom: 6px;
	&padding-bottom: 8px;
}

img#corner_logo
{
	float: left;
	vertical-align: top;
	display: inline;
	padding: 0;
	margin: 0;
	border-color: black;
	border: 0;
	border-right: solid 2px;
	border-bottom: solid 2px; 
}
img#main_logo
{
	float: left;
	display: inline;
	padding: 0;
	margin: 0;
	border: 0;
}
div#content_header
{
	position: absolute;
	top: 200px;
	left: 217px;
	background: url("images/content_header.png");
	background-repeat: no-repeat;
	height: 84px;
	width: 722px;
	padding-left: 20px;
}	
div#navigation_pannel
{
	position: absolute;
	top: 200px;
	left: 0;	
	border: solid 2px;
	border-color: black;
	border-left: 0;
	border-right: solid 1px;
	background-color: #3b3b3b;
	width: 216px;
	min-height: 50px;
}
div#content_pannel
{		
	position: absolute;
	top: 284px;
	left: 217px;
	width: 719px;
	min-height: 200px;
	background-color: #dddddd;
	border-color: black;
	border-top: 0;
	border-left: solid 1px;
	border-right: solid 2px;
	border-bottom: solid 2px;	
}
div#content_pannel table#items_table
{	
	margin: 7px;
	margin-top: 10px;
	margin-bottom: 5px;
}
table#items_table tr
{    
    height: 143px;
}

table#items_table td
{   	
	background-image: url("images/items_background.png");
	background-repeat: no-repeat;
    vertical-align: top;
    width: 335px;
}
table#items_table img
{
	display: inline;
	float: left;
	border: solid 0px;
	margin: 7px;
	margin-left: 12px;
	margin-right: 35px;
	max-height: 90px;
	_height: 90px;
	max-width: 110px;
}
table#items_table img.show_detail
{	
	display: inline;
	padding: 0;
	margin: 0;
	margin-top: 12px;
	_height: 20px;
	_width: 20px;
}
table#items_table p
{
	font-size: 1.2em;	
	margin-top: 10px;
	&margin-top: 12px;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
table#navigation_table
{
	background-color: #3b3b3b;
	margin: 0;
	padding: 0;
}
table#navigation_table td.prvni
{
	width: 22px;	
}
table#navigation_table td.druhy
{
	width: 182px;		
}
table#navigation_table td.treti
{
	width: 7px;
}
table#navigation_table tr.title
{
	vertical-align: top;
	height: 36px;
	&height: 35px;
}
table#navigation_table tr.upper_button
{
	height: 32px;
	&height: 28px;	
}
table#navigation_table tr.last_button
{
	height: 32px;
	&height: 28px;	
}
table#navigation_table tr.spacer
{
	height: 9px;
}
table#navigation_table td.cross_bg
{
	background-image: url("images/linker_title.gif");
	background-repeat: no-repeat;
}
table#navigation_table td.upper_bg
{
	background-image: url("images/linker_upper.gif");
	background-repeat: no-repeat;
}
table#navigation_table td.last_bg
{
	background-image: url("images/linker_bottom.gif");
	background-repeat: no-repeat;
}
table#navigation_table td.button_bg
{
	border-color: black;
	padding: 0;
	margin: 0;
	border: solid 1px;
}
table#navigation_table td.button_bg a
{
	display: block;
	width: 182px;
	height: 30px;
	text-indent:12px;
	line-height:30px;
	text-decoration: none;
	background-image: url("images/button_background.gif");
	background-repeat: repeat-x;
}
table#navigation_table td.button_bg a:hover
{
	display: block;
	width: 182px;
	height: 30px;
	text-indent:12px;
	line-height:30px;
	text-decoration: none;
	color: #659bcc;	
	background-image: url("images/button_background_hovered2.gif");
	background-repeat: repeat-x;
}
p#list_footer
{
	margin: 0;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 0;
}
hr
{
	color: gray;
	height: 1px;
}
div#kontakty
{
	margin: 30px;
}
table#detail_table
{
	display: block;
	margin: 30px;	
	margin-right: 0;
	font-size: 1.1em;
}
img#detail_main
{
	border-color: black;
	border: solid 2px;
	width: 322px;
	float: left;
}
table#detail_table p
{
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	margin-left: 20px;	
}
img.dalsi_foto
{
	border-color: black;
	border: solid 1px;
	width: 120px;
	max-height: 100px;
}
table#pris_table tr
{    
    height: 179px;
}

table#pris_table td
{   	
	background-image: url("images/pris_items_background2.png");
	background-repeat: no-repeat;
    vertical-align: top;
    width: 685px;
}
table#pris_table img
{
	display: block;
	float: left;
	border: solid 0px;
	margin: 7px;
	margin-left: 8px;
	_margin-left: 4px;
	margin-right: 6px;
	max-height: 120px;
	_height: 120px;
	max-width: 160px;
}
table#pris_table p
{	
	font-size: 1.1em;	
	margin-top: 16px;
	&margin-top: 18px;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
table#pris_table h4
{
	padding: 0;
	margin: 6px;
	margin-left: 12px;
	font-size: 1.6em;
	font-weight: 500;
}
div#logo_img_link
{
	position: absolute;
	top: 150px;
	left: 433px;
}

.novinka
{
  color : red;
}
