body{
	font-family: verdana;
	font-size: 0.9em;

	text-align: center;
	margin: 0em;
	padding: 0em;
}

form{
	display: inline;
}

#basic{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;

	width: 800px;

	border: solid #2caf2f 1px;
}

a {
	color: black;
	text-decoration:none;
}

a:hover {
	color: black;
	text-decoration: underline;
}


#head{
	background-image: url('/images/header.png');
	background-repeat: no-repeat;
	
	height: 156px;

	position:relative;
	text-align: left;
}

#head_menu{
	background-color: #2caf2f;
	background-image: url('/images/background-menu.png');
	background-repeat: repeat-x;

	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 25px;
	
	text-align:center;
}

#head_menu a{
	display: block;
	float: left;
	
	margin-top: 3px;
	font-size: 0.9em;
	width: 32%;
	color: #FFF;
}

#head span{
	font-size: 2em;
	line-height: 3em;
}

#body{
	width: 798px;
	min-height: 300px;
	_height: 300px;

	margin-right:auto;
	margin-left:auto;

	background-image: url('/images/background.png');
}

#menu_left{
	background-color: #f4fbf4;

	float: left;
	width: 145px;
	_width: 156px;
	

	text-align: left;
	font-size: 0.8em;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#menu_left a{
	display: block;
	width: 145px;
}

#menu_left a:hover{
	text-decoration: none;
	background-color: #e4ebe4;
}

#menu_right{
	float: left;
	width: 153px;
	_width:152px;
	text-align: left;
	font-size: 0.7em;
}

#menu_right h3{
	margin-top: 5px;
	margin-bottom: 0px;
	font-size: 1.2em;
	padding-left: 5px;
}

#menu_right div{
	padding-left: 5px;
}

#opentime{
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #f4fbf4;
}

#opentime table{
	font-size: 0.9em;
}

#opentime table td{
	padding: 0px;
	margin: 0px;
}


#center{
	float: left;
	width: 490px;
	text-align: center;
}

#real_body{
	padding: 10px;
	width: 96%;

	text-align: left;
}

#real_body h3{
	border-bottom: solid #2caf2f 1px;
	margin-top: 0px;
	width: 57%;

	text-align:left;	
	font-size: 1.1em;
}


.news_title{
	font-weight: bold;
	font-size: 0.8em;	
}

.news_time{
	font-size: 0.5em;	
}

.news_text{
	margin-bottom: 20px;
	margin-top: 2px;
	font-size: 0.8em;
	text-align: justify;	
}

#conditions_text{
	font-size: 0.8em;
	text-align: justify;	
}

#conditions_time{
	margin-top: 10px;
	font-weight: bold;
	font-size: 0.6em;
	text-align: right;
}

#aboutus_text{
	font-size: 0.8em;
	text-align: justify;	
}

#aboutus_time{
	margin-top: 10px;
	font-size: 0.6em;
	text-align: right;
}

.article{
	float: left;
/* 	width: 133px; */
/* 	_width: 118px; */
	width:95%;
	border: solid black 1px;
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;

	_margin-right: 3px;
	_margin-left: 3px;

	margin-bottom: 10px;
}

.article h3{
	margin: 0em !important;
 	height: 2em !important; 
	font-size: 0.6em !important;
	border: none !important;
	text-align: left !important;
}

.article img{
	float:left;
	width: 100px;
	height: 100px;

	border: none;
}

.article div{
	float:left;
	margin-left: 5px;

	font-size: 0.7em;
}

.article input{
	font-size: 0.9em;
	border: solid black 1px;
	text-align: center;
	width: 2em;
	_width: 20px;
}

.article_description{
	float: left;
	width: 20em;
	font-size: 1em !important;
}

.article form{
	float: right;
	position: relative;
	top: +3px;
	width: 48px;
}

.article_sumary{
	float: left;
	font-size: 0.9em !important;
}

#category_h3{
	width: 70%;
	float: left;
}

.category_nav{
	font-size: 0.8em;
	float: right;
	position: relative;
	top: +10px;
}

#article_detail_img{
	width: 250px;
}

#article_detail_desc{
	float: left;
	text-align: justify;
	font-size: 0.8em;
}

#article_detail_back{
	text-align: center;
	font-size: 0.7em;
}

#article_detail_sumary{
	margin-left: 50px;
	margin-top: 10px;

	font-size: 0.8em;
}

#article_detail_sumary input{
	font-size: 0.9em;
	border: solid black 1px;
	text-align: center;
	width: 2em;
	_width: 20px;
}

#article_detail_image{
	border: none !important;
	position: relative;
	top: +3px;
}

#article_detail_text{
	float: left;
	width: 200px;
	font-size: 0.9em;
	margin-left: 5px;
}

#article_detail_text h3{
	width: 100% !important;
	border: none !important;
	font-size: 1em !important;
}

#order_kosik{
	width: 100%;
	font-size: 0.7em;
}

#order_kosik input{
	border: solid black 1px;
	text-align: center;
	font-size: 0.9em;

	width: 2em;
	_width: 20px;

	position: relative;
}

#order_kosik th{
	background-color: #2caf2f;
}


#order_form{
	margin-top: 10px;
	text-align: center;
}

#order_form input{
	border: solid black 1px;
	text-align: center;
	font-size: 0.9em;
}

#order_form form{
	display: inline;
}

#order_empty{
	text-align: center;
}

#order_empty input{
	border: solid black 1px;
	text-align: center;
	font-size: 0.9em;
	margin-top: 10px;
}

.order_povinny{
	font-weight: bold;
}

#orderinfo_text{
	font-size: 0.8em;
}

#orderinfo_table{
	margin-top: 15px;
}

#orderinfo_table table{
	font-size: 0.8em;
}

#orderinfo_submit{
	text-align: center;
	margin-top: 15px;
}

#orderinfo_submit input{
	border: solid black 1px;
	text-align: center;
	font-size: 0.9em;
}

.error{
	color: #ff0000;
}

#order_ok{
	text-align: center;
}

#order_notice{
	margin-top: 300px;
	font-size:0.55em;
}

#tail{
	text-align:center;
	background-color: #2caf2f;
	background-image: url('/images/background-menu.png');
	background-repeat: repeat-x;

	font-size: 0.5em;
	height: 20px;
}

#head_search {
	position: relative;
	top: +84px;
	_top: +86px;
	left: +24px;
}

#head_search input{
	font-size: 0.7em;
	border: solid #2caf2f 1px;
	width: 153px;
	height: 20px;
}

