/* width: 940px */
/* basic elements */
html {

}

body {
    font-family: arial;
    font-size: 12px;
    color: black;
   /* background: #0e191f repeat top center; */
    background: #C9C9C9 url(../images/bg.jpg) repeat-x top left;
    margin: 0;
    padding: 0;
}

p {
    text-align: justify;
    padding: 0;
    margin: 10px 0 10px 0;
}

div {
    padding: 0;
    margin: 0;
}

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

h1 {
    /*font-size: bold 16px verdana, sans-serif;*/
	font-size: 15px;
        text-transform: uppercase;
	color: #5a9400;
	font-weight: bold;
        margin-left: 10px;
}

h1.partner {
    font-size: 18px;
    color: #697739;
    text-transform: none;
    margin-left: 10px;
}

h1#page{
    color: #5a9400;
    font-size: 20px;
    text-transform: none;
    padding: 10px;
    width: 560px;
}

h2 {
    font: bold 13px;
}

h2.pl_category {
    color: black;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #99FE04;
    padding: 5px;
}

h3 {
    font: bold 12px;
}

a, a:link, a:visited {
    color: #5A9400;
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

acronym {
    color: red;
}

ul {
    margin: 10px 0;
    padding-left: 20px;

}

div#content_text ul {
	padding-left:0px;
	list-style:none;
}

div#content_text li {
	background-image: url(../images/li.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	margin-left:0px;
	margin-bottom:5px;
	padding-left:25px;
	list-style:none;
	min-height:20px;
}

div#content_text li.second{
	background-image: url(../images/li-green.jpg);
}

table {
    font-size: 11px;
    color: #000;
    padding: 0;
    border: none;
    margin: 0;
}

tr, td {
    padding: 0;
    margin: 0;
}

td {
    vertical-align: top;
}

img {
    border: none;
}

form {
    padding: 0;
    margin: 0;
}

/* specific divs */

/*** PAGE DESIGN ***/
#page {
    width: 940px;
    height: auto;
    margin: auto;
}

#page_top {
    height: 100px;
    padding: 0;
    width: 940px;
   /* background: #fff */
}

#page_middle {
    padding: 0;
    background: transparent url(../images/bg_middle_top.jpg) no-repeat top left;
}

#page_bottom_outer {
    height: 10px;
    padding: 0 42px 42px 42px;
    clear: both;
  /*  background: transparent url(../images/bg_page_bottom.png) no-repeat top center; */
}

#page_bottom_inner {
    height: 52px;
    overflow: hidden;
}

/*** PAGE MIDDLE ***/
#left_column {
    width: 180px;
    float:left;
}

#right_column {
    width: 180px;
    min-height:440px;
    float:right;
    background: #fff url(../images/bg_right_column.jpg) no-repeat top left;
}

#content_column {
    margin: 0 180px;
    width: 580px;
    position: relative;
    background-color: #fff;
}

/*page top - phone contact*/
#phone_contact {
    float: right;
    width: 400px;
}

#phone_contact .objednaj {
    display: block;
    background: url(../images/phone.jpg) no-repeat top left;
    float: left;
    position: relative;
    top: 10px;
    left: 130px;
    width:50px;
    height: 50px;
}

#phone_contact .objednaj p{
    font-size: 20px;
}

#phone_contact .mobil{
    display: block;
    float: right;
    font-size: 30px;
    font-weight: bold;
    /*position: relative;*/

}

#phone_contact .mobil .black{
    color: black;
}

#phone_contact .mobil .green{
    color: #5a9400;
}

img#logo {
    border: none;
    height: 100px;
    width: 455px;
}

.addthis_toolbox{
    height: 31px;
    left: 176px;
    position: relative;
    top: 75px;
    width: 208px;
}

/* TOP HEADER */
#top_header {
    width: 100%;
    height: 56px;
    overflow: hidden;
}

#top_header .buttons{
    float: right;
    margin: 10px 0;
}

#top_header .buttons .register{
    color: black;
    background: url(../images/button_register.jpg) no-repeat top left;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    float: left;
    width: 99px;
    height: 25px;
    margin-right: 10px;
}

#top_header .buttons .register:hover{
    color: white;
    text-decoration: underline;
}

#top_header .buttons .login{
    color: white;
    background: url(../images/button_login.jpg) no-repeat top left;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    float: left;
    width: 99px;
    height: 25px;
}

#top_header .buttons .login:hover{
    color: #99FC01;
    text-decoration: underline;
}
/* TOPMENU */
#topmenu {
    color: white !important;
    margin: 15px 0;
    float: left;
}

#topmenu a {
    display: block;
    color: white !important;
    padding: 0 12px;
    line-height: 1;
}
#topmenu a:hover {
    text-decoration: underline;
}

#topmenu a.last {
    border: none;
}

#topmenu ul {
    display: block;
    margin: 0;
    padding: 0;
    float:left;
}

#topmenu ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    font-size: 13px;
    font-weight: bold;
}

/*BASKET*/
#basket, #login {
    float: right;
    width: 180px;
    margin: 5px 0;
    text-align: center;
    color: white !important;
    font-weight: bold;
}

#basket a {
	color:#a5fc20;
}

#basket a:hover {
	color:white;
        text-decoration: none;
}

#basket #basket_link{
	position:relative;
	top: 3px;
        font-size: 30px;
}

#basket_text {
    margin: 10px 0;
    padding: 0px;
    text-align: center;
    color: white !important;
    font-weight: bold;
}

#basket_text a span{
    color: white;
    font-size: 18px;
}

.basket_price {
    margin: 5px 0;
}

.basket_comment {
    font-size: 90%;
    font-style: italic;
}

/*CATEGORY MENU*/
#category_menu{
    margin-left: 20px;
}

#category_menu ul{
    list-style-image: url(../images/bullet_menu.jpg);
}

#category_menu ul li{
    padding-top: 5px;
}

#category_menu ul li a{
    font-size: 20px;
    font-weight: bold;
    color: #343434;
}

#category_menu ul ul{
    list-style-image: none;
    list-style-type: square;
    padding: 0;
}

#category_menu ul ul li a{
    font-size: 14px;
    color: #000;
}

/*SELECT OPTION*/
#left_column .select{
    width: 100%;
    height: 50px;
    text-align: center;
    background: url(../images/bg_select.jpg) no-repeat top left;
}

#left_column .select select{
    margin: 10px 0;
    width: 150px;
}

/*SEARCH*/
#search {
    background: url(../images/bg_search.jpg) no-repeat top left;
    width: 150px;
    height: 74px;
    text-align: center;
    padding: 10px;
    margin-top: 5px;
}

#search input {
    width: 120px;
    height: 20px;
    margin: 2px 0;
    font-size: 12px;
    text-align: left;
    padding-left: 20px;
}

input.green_button{
    background: #fff;
    color: #5A9400;
    font-weight: bold;
}

.gray_button {
    background: #fff;
    color: #8e9485;
    font-weight: bold;
}

#search_input {
    background: white url(../images/magnifier.jpg) no-repeat left top;
    border-top: 1px solid #ccc;
}

#search_submit {
    background: url(../images/button_search.jpg) no-repeat top left;
    border: none;
    color: #000;
    font-weight: bold;
    text-align: right;
    padding-left: 15px;
    padding-bottom: 3px;
}

#search_submit:hover {
    color: #fff;
}

/*main banner*/
#main_banner {
    display: block;
    bottom: 0;
}

#content_column .upper_left_corner{
    background: url(../images/upper_left_corner.png) no-repeat top left;
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    z-index: 3000;
}

#content_column .upper_right_corner{
    background: url(../images/upper_right_corner.png) no-repeat top right;
    position: absolute;
    right: 0;
    top: 0;
    width: 9px;
    z-index: 3000;
}

/*BUTTON AREA*/
#button_area{
    display: block;
    width: 565px;
    height: 311px;
    background: url(../images/bg_buttons.jpg) no-repeat top left;
    padding-left: 15px;
    padding-top: 20px;

}

#button_area a.restauracie{
    background: url(../images/button_restauracie.jpg) no-repeat top left;
    display: block;
    height: 133px;
    width: 139px;
    float: left;
}

#button_area a.catering{
    background: url(../images/button_catering.jpg) no-repeat top left;
    display: block;
    height: 133px;
    width: 139px;
    float: left;
}

#button_area a.kvety{
    background: url(../images/button_kvety.jpg) no-repeat top left;
    display: block;
    height: 133px;
    width: 139px;
    float: left;
}

#button_area a.napoje{
    background: url(../images/button_napoje.jpg) no-repeat top left;
    display: block;
    height: 133px;
    width: 139px;
    float: left;
}

#button_area a.zakusok{
    background: url(../images/button_zakusok.jpg) no-repeat top left;
    display: block;
    height: 133px;
    width: 139px;
    float: left;
}

#button_area a.darcek{
    background: url(../images/button_darcek.jpg) no-repeat top left;
    display: block;
    height: 133px;
    width: 139px;
    float: left;
}

#button_area a.empty_green{
    background: url(../images/button_empty_green.jpg) no-repeat top left;
    display: block;
    height: 133px;
    width: 139px;
    float: left;
}

#button_area a.empty_black{
    background: url(../images/button_empty_black.jpg) no-repeat top left;
    display: block;
    height: 133px;
    width: 139px;
    float: left;
}

#partners_area{
    display: block;
    position: relative;
    left: 25px;

}

/*RIGHT COLUMN*/
#cash {
    margin: 15px 0;
}

#cash a.button_cash{
    color: black;
    background: url(../images/button_cash.jpg) no-repeat top left;
    text-align: center;
    text-decoration: none;
    line-height: 29px;
    font-weight: bold;
    font-size: 16px;
    display: block;
    width: 137px;
    height: 29px;
    margin: auto;
}

#cash a.button_cash:hover{
    color: white;
    text-decoration: underline;
}

#taxi {
    margin: 20px 0;
    text-align: center;
}

#right_column .button{
    margin: 10px 0;
    text-align: center;
}

#right_column .button a.why_fd{
    background: url(../images/button_why_ft.png) no-repeat top left;
    display: block;
    margin: 10px auto;
    width: 159px;
    height: 28px;
    color: black;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    line-height: 28px;
}

#right_column .button a.why_fd:hover{
    color:white;
    text-decoration: none;
}

#right_column .button a.why_fd:hover{
    color: white;
    text-decoration: none;
}

/*right column menu*/
#right_menu{
    margin: 15px 15px 15px 50px;
}

#right_menu ul{
    list-style-image: url(../images/bullet_menu.jpg);
}

#right_menu ul li{
    padding-top: 5px;
}

#right_menu ul li a{
    font-size: 17px;
    font-weight: bold;
    color: white;
}

#right_menu ul li a:hover{
    text-decoration: underline;
}

/*CONTENT*/
#page_sub_page {
    padding: 10px;
    min-height: 300px;
    overflow: hidden;
}

#content_text{
    display: block;
    padding: 10px;
}

/*RESTAURANT*/
#restaurant_info .info_line {
    width: 100%;
    min-height: 100px;
}

#restaurant_info .info_line img{
    float: right;
    padding: 5px;
}

#restaurant_info .info_line p span.green{
    color: #5a9400;
    font-weight: bold;
}

#page_sub_page .pl_item{
    width: 100%;
    min-height: 60px;
    display: block;
    overflow: hidden;
}

#page_sub_page .pl_item .number{
    float: left;
    background: url(../images/bullet_increment.jpg) no-repeat top left;
    display: block;
    height: 40px;
    width: 40px;
}

#page_sub_page .pl_item .volume{
    float: left;
    width: 25px;
    position: relative;
    top: 10px;
    left: 5px;
}

#page_sub_page .pl_item .volume span{
    font-size: 10px;
    font-style: italic;
}

#page_sub_page .pl_item .number span{
    font-size: 17px;
    position: relative;
    top: 13px;
    left: 18px;
    font-weight: bold;
}

#page_sub_page .pl_item .info{
    width: 330px;
    float: left;
    position: relative;
    left: 10px;
}

#page_sub_page .pl_item .info p.name{
    padding: 0;
    margin: 0;
    margin-bottom: 3px;
    color: #5a9400;
    font-size: 14px;
    font-weight: bold;
    width: 310px;
    text-align: left;
}

#page_sub_page .pl_item .info p.description{
    padding: 0;
    margin: 0;
    width: 310px;
}

#page_sub_page .pl_item .image img{
    float: left;
    width: 40px;
    height: 40px;
    position: relative;
    right: 10px;
}

#page_sub_page .pl_item .price{
    float: left;
    width: 70px;
}

#page_sub_page .pl_item .price span{
    position: relative;
    top: 10px;
}

#page_sub_page .pl_item a.cart{
    float: right;
}

#page_sub_page .pl_item .horiz_line{
    border-left: 1px solid black;
    float: left;
    height: 35px;
    margin-right: 5px;
}

/*RESTAURANT ICON LIST*/
#restaurant_page{
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#restaurant_page ul.restaurant_list{
    display: block;
    margin: 0;
    padding: 0;
    float:left;
    background-color: white;
}

#restaurant_page ul.restaurant_list li{
    display: block;
    background: url(../images/bg_square.png) no-repeat top left;
    width: 110px;
    height: 100px;
    list-style: none;
    margin: 0;
    padding: 20px 15px;
    float: left;
    text-align: center;
}

#restaurant_page ul.restaurant_list li a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

#restaurant_page ul.restaurant_list li span{
    font-size: 12px;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}

/*SEARCH*/
#category_menu .search_item {
    display: block;
    width: 500px;
    height: 110px;
}

#category_menu .search_item .search_left{
    float: left;
}

#category_menu .search_item a.cart{
    float: right;
}

#navigator{
    padding: 10px;
}

#login_table{
    margin: 10px auto;
}

.login_input input {
    width: 200px;
}

.td_input_long input, .td_input_long select, .td_input_long textarea {
    width: 400px;
}

.td_checkbox, .td_checkbox input {
    vertical-align: middle;
}

div.list_descr{
    margin-left: 10px;
}

/* PRIVATE ZONE */
#orders_table {
    border-spacing: 7px;
}

.lister {
    text-align: center;
}

.repete_order {
    font-weight: bold;
    color: black !important;
    background: #bbfc58;
    padding: 2px;
    border: 1px solid #99fc01;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.repete_order:hover {
    background: #a8fc26;
}

