html {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	position: relative;
	border: none;
	margin: 0px;
	padding: 0px;
	color: #444;
	background-color: white;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4 {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: medium;
}

h2 {
    font-size: small;
    color: #2255aa;
    background: transparent url(../images/reference-bullet.png) 0 4px no-repeat; 
    padding: 0px 0px 0px 15px;
    margin: 0;
}

a img {
	border: 0;
    text-decoration: none;
}

a {
    color: #444;
}

input {
	border: 1px solid black;
	background-color: #d1d1d1;
}

button {
	border: 0px;
	background: #316abb;  
	color: white;
	margin: 0;
}

span.button button {
    display: inline-block;
	border: 0px;
/*	border-bottom: 2px solid #c8c8c8;
	border-right: 2px solid #c8c8c8; */
	background: #316abb url(../images/button_bg.png) no-repeat left top;  
	color: white;
	margin: 0;
	padding: 0px 2px 4px 8px;
	line-height: 18px;
	height: 22px;
}
span.button {
	background: transparent url(../images/button_bg_r.png) no-repeat right 0;
/*    border: 1px solid red; */
    display: inline-block;
    margin: 0;
    margin-bottom: 1px;
    padding: 0;
    padding-right: 7px;
    vertical-align: top;
}

button img {
    margin-bottom: -2px;
}

input.error {
    border-color: red;
}

#body_div {
	margin-right: auto;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	width: 930px;
	position: relative;
}

#header_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	background-image: url(../images/header_right.png);
	height: 120px;
}

#header_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50%;
	background-image: url(../images/header_background.png);
	height: 4px;
	background-repeat: repeat-x;
}

#hotova_jidla {
    background: transparent url(../images/hotova_jidla.png) no-repeat top left;
    width: 133px;
    height: 118px;
    
	position: absolute;
	top: 0px;
	left: 1px;
}
#hotova_jidla:hover, #hotova_jidla.active {
    background-position: bottom left;
}
#chlazena_jidla {
    background: transparent url(../images/chlazena_jidla.png) no-repeat top left;
    width: 143px;
    height: 118px;

    position: absolute;
	top: 0px;
	left: 138px;
}
#chlazena_jidla:hover, #chlazena_jidla.active {
    background-position: bottom left;
}

#moto {
	position: absolute;
	top: 0px;
	right: 0px;
}

#footer {
	position: relative;
	height: 22px;
	background-image: url(../images/footer_background.png);
	background-repeat: repeat-x;
	padding-top: 28px;
	clear: both;
	font-size: 75%;
	border-bottom: 1px solid white;
}

#footer span {
	float: right;
}

#footer a {
	float: left;
	color: #4a4a4a;
	text-decoration: none;
	margin-left: 15px;
}

/*
#footer_left {
	position: absolute;
	bottom: 1px;
	left: 0px;
	width: 50%;
	height: 22px;
	padding-bottom: 28px;
	background-image: url(../images/footer_background.png);
	background-repeat: repeat-x;
}
*/

#footer_right {
	position: absolute;
	top: 0px;
	right: 0px;
}

#right_panel {
	position: relative;
	width: 620px;
	float: right;
	background-color: white;
	background-image: url(../images/header_background.png);
	background-repeat: repeat-x;
}

#left_panel {
	float: left;
	width: 310px;
	background-image: url(../images/header_background.png);
	background-repeat: repeat-x;
	background-color: white;
}

#logo_all {
    background: transparent url(../images/logo_all.png) no-repeat 0 0;
    width:310px;
    height:443px;
    margin: 0;
    padding: 0;
}

#menu {
	width: 210px;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

#menu li {
	list-style-type: none;
	background-image: url(../images/li_style.png);
	background-repeat: no-repeat;
	background-position: 13px 5px;
	border-bottom: 1px solid #dfdfdf;
	height: 25px;
	padding-left: 42px;
	padding-top: 7px;
}
#menu li:hover, #menu li.active {
	background-image: url(../images/li_style_active.png);
	font-weight: bold;
}
    
#menu li a {
	color: #4a4a4a;
	text-decoration: none;
}

#customer {
	width: 240px;
	font-size: 75%;
	margin: 10px;
	margin-top: 30px;
	color: #000000;
	
}
#customer_sep {
    margin-bottom: 20px;
    clear: both; 
}

#customer_logout {
    padding-left: 2px;
}
#customer_no_label {
	float: right;
}

#customer_no {
	color: #1d54a2;
}

#customer_info {
	position: relative;
	clear: both;
	width: 240px;
	height: 81px;
	background-image: url(../images/customer_info.png);
	color: #000000;
	font-weight: bold;
}

#customer_info table {
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
}
#customer_info td {
    width: 50%;
}
#customer_info td.button {
    width: 100%;
    text-align: right;
}
#customer_info td.button button {
    border: none;
    border-bottom: 1px solid white;
    background: transparent;
    color: white;
    cursor: pointer;
    padding: 0;
    margin: 0;
    font-size: smaller;
}
#customer_info th {
    width: 50%;
    color: white;
    text-align: right;
    font-weight: normal;
}
#customer_info input {
    width: 98%;
    border: none;
    background-color: white;
}

#customer_name {
	position: absolute;
	left: 17px;
	top: 13px;
	color: #1d4c90;
}

#porci_label {
	position: absolute;
	left: 17px;
	top: 44px;
}

#porci {
	color: white;
}

#cena_label {
	position: absolute;
	left: 17px;
	top: 60px;
}

#cena {
	color: white;
}

#basket {
	display: block;
	margin-top: 6px;
	width: 117px;
	height: 62px;
	float: left;
	clear: left;
}

#profile_settings {
	display: block;
	margin-top: 6px;
	width: 117px;
	height: 62px;
	float: right;
	clear: right;
}

#help {
	display: block;
	margin-top: 6px;
	width: 117px;
	height: 62px;
	float: left;
	clear: left;
}

#print_meals {
	display: block;
	margin-top: 6px;
	width: 117px;
	height: 62px;
	float: right;
	clear: right;
}

#search {
	display: block;
	clear: both;
	float: left;
	width: 240px;
	height: 33px;
	margin-top: 6px;
	margin-bottom: 6px;
}

#zapomenute_heslo {
	display: block;
	margin-top: 6px;
	width: 117px;
	height: 62px;
	float: left;
	clear: left;
}

#registrace {
	display: block;
	margin-top: 6px;
	width: 117px;
	height: 62px;
	float: right;
	clear: right;
}

#contents {
	padding-left: 20px;
	width: 600px;
	font-size: 75%;
	margin-top: 125px;
}

#rozliseni {
	float: right;
	padding-bottom: 5px;
}

#rozliseni img {
	margin-bottom: -2px;
}

#rozliseni .selected {
	margin-left: 5px;
	margin-right: 5px;
	color: #316abb;
}

#rozliseni a {
	margin-left: 5px;
	margin-right: 5px;
	color: black;
}

.time_select {
	float: right;
	clear: right;
	margin-bottom: 15px;
}

.time_select img {
	margin-bottom: -2px;
}

.time_select a {
	margin-right: 5px;
	margin-left: 5px;
	color: black;
	text-decoration: none;
}

.time_select a span {
	text-decoration: underline;
}

.time_select .left_arrow {
	margin-right: 5px;
}

.time_select .right_arrow {
	margin-left: 5px;
}

.meal_time_divider {
	clear: both;
	background-image: url(../images/meal_time_divider_line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 26px;
	margin: 25px 0 0 0 !important;
	padding: 0 0 6px 0 !important;
    position: relative;
}
.meal_time_divider .left_shadow {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.meal_time_divider .right_shadow {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.meal_time_divider div {
	position: relative;
	border: 1px solid #467ac4;
	border-bottom: 1px solid #3e72bd;
	background-color: #3f75c2;
	line-height: 20px !important;
	margin: 0 !important;
	padding: 4px 10px 0px 10px !important;
	color: white;
	font-weight: bold;
	float: left;
}

.meal_time_divider div .text_right_shadow {
	position: absolute;
	top: -1px;
	right: -1px;
}

.meal_time_divider div .text_left_shadow {
	position: absolute;
	top: -1px;
	left: -1px;
}

.meal img {
	float: left;
}

.meal .description {
	width: 433px;
	font-size: 110%;
	float: right;
}

.meal .description h4 {
	color: #316abb;
	padding-left: 15px;
	background-image: url(../images/meal_li_style.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 12px;
}

.meal .description .text {
	margin-top: 7px;
}

.meal .description .info {
	margin-top: 7px;
	display: block;
	color: black;
}

.meal .description .more_info {
	margin-top: 7px;
	color: #4c7ec6;
}

.meal .description .more_info .label {
	font-weight: bold;
}

.meal .description .order {
	margin-top: 7px;
}

.meal .description .order .price_label {
	float: left;
}

.meal .description .order .price_label .price {
	color: #3f75c2;
	font-size: 110%;
}

.meal .description .order form {
	float: right;
}

.meal .description .order form div {
	display: inline;
}

.meal .description .order form .count {
	border: 0px;
/*	border-bottom: 2px inset #808080;
	border-right: 1px inset #808080; */
}

.meal .description .order form .count input {
	margin-left: 3px;
	width: 38px;
	height: 15px;
	border: 1px solid black;
	background-color: #d1d1d1;
}

.meal .description .order form .submit_order {
	margin-left: 3px;
	height: 21px;
	border: 0px;
/*	border-bottom: 2px solid #c8c8c8;
	border-right: 2px solid #c8c8c8; */
	background-color: #316abb;
	color: white;
}

.meal_hr {
	height: 2px;
	background-color: #dddddd;
	border: 0px;
	clear: both;
}

.cleaner {
	height: 0px !important;
	clear: both !important;
	margin: 0 !important;
	padding: 0 !important;
}

#reference {
}
#reference p {
    margin: 0;
    padding: 0;
    font-style: italic;
}
#reference table.links {
    width: 100%;
}
#reference table.links td {
    width: 33%;
}
#reference table.links span {
    font-weight: bold;
}
#reference div.line {
    height: 0px;
    margin: 10px 0px 10px 0px;
    border-bottom: 1px solid #aaa;
}

#kontakt_detail {
    width:220px;
}
#kontaktni_formular_cont {
    border-left: 2px solid #2255aa;
    float: right;
    padding-left: 25px; 
    padding-bottom: 10px; 
    padding-right: 25px;
}
#kontaktni_formular th {
    text-align: left;
    font-weight: normal;
}

#kosik {
}

#kosik th {
     color: #316abb;
     padding-top: 10px;
     padding-bottom: 10px;
}
#kosik td {
     border-top: 1px solid #dddddd;
}

#objednavka {
    padding-bottom: 30px;
}
#objednavka div {
    margin-top: 10px;
    padding-left: 5px;
}
#objednavka div.firma {
    float:right;
    width:150px;
    margin-top: 20px;
}
#objednavka div.nadpis {
    font-size:medium;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 10px;
}
#objednavka th {
    text-align: left;
    font-weight: normal;
}
#objednavka .popis {
    color: #316abb;
    margin-top: 20px;
    padding-left: 15px;
	background-image: url(../images/meal_li_style.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
    
}

#kosik_sumar {
    width: 100%;
}
#kosik_sumar th {
    text-align: right;
    font-weight: normal;
}
#kosik_sumar td {
    text-align: right;
    font-weight: bold;
    color: #316abb;
    width: 50px;
    padding: 6px
}

#kosik_buttons1 {
    margin-top: 10px;
	float: left;
	margin: 0;
}
#kosik_buttons2 {
    margin-top: 10px;
    float: right;
    text-align: right;
	margin: 0;
}
#hledani div {
    margin-top: 15px;
}
#hledani input {
    margin-right: 5px;
}

#jidelnicek_print {
    position: absolute;
    background: #777 url(../images/dialog_bg.png) no-repeat 0 0;
    color: #000;
    font-size: small;
    top: 20%;
    left: 40%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 20px 20px 20px;
    border: 1px solid black;
    width: 400px;
}
#jidelnicek_print h1 {
    color: white;
    margin-bottom: 10px;
}
#jidelnicek_print th {
    text-align: right;
}
#jidelnicek_print input {
    margin-right: 5px;
}
