﻿html {
  width: 1024px;
  height: 768px;
  margin: 0;
  padding: 0;
  border: 0;
}

body {
   font: 12px 'Trebuchet MS',Tahoma, Arial, Helvetica, sans-serif;
   color: #323232; 
   width: 1024px;
   height: 768px;
   margin: 0;
   padding: 0;
   border: 0;
}

#container {
    width: 1024px;
    height: 768px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 0px;
    left: 0px;
}

#header {
    background: url("../images/top-bg-1024x49.png") no-repeat; 
    width: 1024px;
    height: 49px;
    margin: 0 auto;
    padding: 0;
}

#langs {
    position: absolute;
    top: 9px;
    left: 700px;
    list-style: none;
    padding:  0;
    margin: 0;
    z-index: 200;
}

#langs li{
    float: left;
    text-decoration: none;
    cursor: pointer;
    padding: 0;
    margin: 0 8px;
}
#langs li img {
    width: 35px;
}

#langs li.select img {
    box-shadow: 0 0 6px rgba(255, 125, 0, 1);
    -webkit-box-shadow: 0 0 6px rgba(255, 125, 0, 1);
    -moz-box-shadow: 0 0 6px rgba(255, 125, 0, 1);
    border: 1px solid rgba(255, 125, 0, 0.80);
    border-radius: 1px;
}

#complain textarea {
    display: block;
    width: 530px;
    height: 170px;
    border:1px solid #DDDDDD;
    color:#333333;
    resize: none;
    margin-top: 10px;
}

#complain-send {
    position: absolute;
    top: 270px;
    left: 10px;
}


#complain-close {
    position: absolute;
    top: 40px;
    left: 85px;
}

.ui-widget-header {
    background-color: rgba(86, 42, 32, 0.74);
    border-radius: 5px;
    background-image: none;
    border: 1px solid rgba(86, 42, 32, 0.74);
}

#top-menu {
    background: url("../images/top-menu-bg-1024x47.png") no-repeat; 
    width: 1024px;
    height: 47px;
    margin: 0 auto;
    padding: 0;
    z-index: 999999;
}

#content {
    background: url("../images/content-bg-1024x626.png") no-repeat; 
    width: 1024px;
    height: 626px;
    margin: 0 auto;
    padding: 0;
}

#bottom-menu {
    background: url("../images/bottom-menu-bg-1024x46.png") no-repeat; 
    width: 1024px;
    height: 46px;
    margin: 0 auto;
    padding: 0;
}

#coffee-mug {
    background: url("../images/coffe-mug-390x620.png") no-repeat; 
    width: 390px;
    height: 620px;
    position: absolute;
    top: 101px;
    left: 340px;
    padding: 0;
}

#welcome-msg {
    width: 620px;
    height: 90px;
    position: absolute;
    top: 475px;
    left: 200px;
    padding: 0;
}

#welcome-msg h1 {
    font-size: 50px;
    margin: 0;
    padding: 0;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#a20205), to(#6c0905));
    font-style: italic;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0px 4px 5px rgba(100, 100, 100, 0.4);
    font-weight: 700;
}

#welcome-msg p {
    text-align: center;
    color: #381408;
    font-size: 16px;
    font-weight: 700;
    text-shadow: 0px 0px 7px rgba(241, 236, 211, 0.4);
}


.btn {
    background: url("../images/empty-btn.png") no-repeat;
    padding: 13px 0;
    color: #F1ECD3;
    font-weight: bold;
    font-size: 18px;
    text-shadow: 2px 2px 2px #440304;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    width: 130px;
    height: 50px;
}


#btn-next {
    background: url("../images/btn-next-130x50.png") no-repeat;
    position: absolute;
    top: 612px;
    left: 525px;
}

#btn-help {
    background: url("../images/btn-next-130x50.png") no-repeat;
    position: absolute;
    top: 612px;
    left: 389px;
}

#user-menu {
    background: url("../images/user-menu-empty.png") repeat-y;
    width: 288px;
    height: 627px;
    position: absolute;
    display: none;
    top: 46px;
    left: 740px;
    padding: 0;
    margin: 50px 0 0 0;
}

#orders-list, #orders-list-big {
    width: 288px;
    height: 51px;
    position: absolute;
    top: -37px;
    list-style: none;
    padding:  0px;
    margin: 0px;
    z-index: 200;
}

#orders-list li, #orders-list-big li {
    float: left;
    text-transform: uppercase;
    text-decoration: none;
    color: #381408;
    border: 2px solid #735A4D;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    background-color: #e1dacc;
    width: 50px;
    margin: 4px -2px 0 0;
    cursor: pointer;
    padding: 8px 3px 3px 8px;
    font-size: 16px;
    font-weight: bold;
}

#orders-list li img {
    padding-left: 10px;
}

#orders-list li.active, #orders-list-big li.active {
    border-bottom: 2px solid #F9F2E2;
    background-color: #F9F2E2;
}

#order-items-list {
    width: 280px;
    height: 410px;
    position: absolute;
    top: 95px;
    left: 10px;
    padding: 0;
    overflow-y: hidden;
}

#order-items-list table {
    width: 100%;
    border: 0px; 
    border-spacing: 0px; 
    border-collapse: collapse;
    position: relative;
    top: 0;
    left: 0;
}

#order-items-list table td {
    height: 35px;
    padding: 0px;
    font: 13px Arial, Helvetica, sans-serif;
    color: #673731;
    vertical-align: middle;
    font-weight: bold;
}


#order-btn-more {
    width: 130px;
    height: 50px;
    position: absolute;
    top: 520px;
    left: 10px;
    display:  none;
}

#order-btn-ordernow {
    width: 130px;
    height: 50px;
    position: absolute;
    top: 520px;
    left: 150px;
    display:  none;
}

#order-btn-addorder {
    width: 260px;
    height: 52px;
    position: absolute;
    top: 570px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    font: 14px Arial, Helvetica, sans-serif;
    color: #673731;
    font-weight: bold;
}

#text-order-add {
    padding: 10px;
    text-align: center;
}

.btn-min {
    width: 50px;
    height: 50px;
    color: #F1ECD3;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    background: url("../images/item-btn-empty.png") no-repeat;
}

#img-order-add {
    float: right;
}

#order_total_div {
    width: 150px;
    height: 52px;
    position: absolute;
    top: 30px;
    left: 130px;
    padding: 0;
    font: 14px Arial, Helvetica, sans-serif;
    color: #673731;
    font-weight: bold;
}

#order-complete {
    width: 250px;
    height: 52px;
    position: absolute;
    top: 75px;
    left: 10px;
    padding: 0;
    font: 14px Arial, Helvetica, sans-serif;
    color: #673731;
    font-weight: bold;
}

#order-complete-big {
    width: 250px;
    height: 52px;
    position: absolute;
    top: 75px;
    left: 10px;
    padding: 0;
    font: 14px Arial, Helvetica, sans-serif;
    color: #673731;
    font-weight: bold;
}

#order_title {
    width: 260px;
    height: 52px;
    position: absolute;
    top: 30px;
    left: 10px;
    padding: 0;
    font: 16px Arial, Helvetica, sans-serif;
    color: #673731;
    font-weight: bold;
}

#categories-list {
    width: 672px;
    height: 60px;
    position: absolute;
    display: none;
    left: 30px;
    top: 110px;
    padding: 0;
}

#categories-list-btn-left {
    position: absolute;
    left: 10px;
    top: 10px;
    cursor: pointer;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    z-index: 99;
}

#categories-list-btn-right {
    position: absolute;
    left: 640px;
    top: 10px;
    cursor: pointer;
    z-index: 99;
}                                                            

#categories-items {
   width: 580px;
   position: absolute;
   height: 50px;
   top: 0;
   padding: 0 50px;
   background-color: rgba(86, 42, 32, 0.74);
   border-radius: 25px;
}

#categories-items .item{
   padding:0;
   width: 136px;
   float: left;
   cursor: pointer;
}

#categories-items .sel-item{
   padding:0;
   width: 136px;
   float: left;
   cursor: pointer;
   position: relative;
   top: -8px;
}

#categories-items table{
   width: 100%;
   height: 50px;
   border: 0;
   border-spacing: 0;
   border-collapse: collapse; 
}

#categories-items .item td{
   font: 19px Arial, Helvetica, sans-serif;
   color: #fff;
   text-align: center;
   vertical-align: middle;
   padding: 0;
}

#categories-items .sel-item td{
   font: 19px Arial, Helvetica, sans-serif;
   color: #fff;
   text-align: center;
   padding: 0;
}

#categories-items .sel-item table td.left{
   width: 5px;
   height: 63px;
   background: url("../images/category-selected-btn-left-5x63.png") no-repeat; 
}

#categories-items .sel-item table td.right{
   width: 5px;
   height: 63px;
   background: url("../images/category-selected-btn-right-5x63.png") no-repeat; 
}

#categories-items .sel-item table td.center{
   height: 63px;
   background: url("../images/category-selected-btn-center-1x63.png") repeat-x; 
   text-align: center;
   padding:0px;
}

#item-card{
    width: 640px;
    height: 460px;
    position: absolute;
    left: 50px;
    top: 200px;
    display: none;
    padding: 0;
    background-color: white;
    box-shadow: 0 4px 4px rgba(86, 42, 32, 0.4), inset 0 1px 0 #FFF;
    border-radius: 8px;
}

#item-card-btn-left{
    width: 50px;
    height: 50px;
    position: absolute;
    left: -30px;
    top: 200px;
    display: none;
    padding: 0;
    cursor: pointer;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
}

#item-card-btn-right{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 622px;
    top: 200px;
    display: none;
    padding: 0;
    cursor: pointer;
}

#item-image{
    width: 300px;
    height: 300px;
    padding:  0;
    float: left;
    border-radius: 8px;
    margin: 15px;
}

#item-name{
    font: 18px Arial, Helvetica, sans-serif;
    color: #712d1d;
    font-weight: bold;
    margin: 10px;
}

#item-description{
    font: 14px Arial, Helvetica, sans-serif;
    color: #441107;
    font-style: italic;
    margin-right: 10px;
}

#item-details {
    font: 12px Arial, Helvetica, sans-serif;
    color: #441107;
}

#cost {
    font: 16px Arial, Helvetica, sans-serif;
    color: #8b0000;
    font-weight: bold;
    text-align: right;
}

#item-btn-remove{
    position: absolute;
    left: 410px;
    top: 270px;
    cursor: pointer;
}

#item-btn-add {
    position: absolute;
    left: 500px;
    top: 270px;
    cursor: pointer;
}

#item-recommended {
    width: 615px;
    position: absolute;
    left: 15px;
    top: 330px;
    padding: 0;
    cursor: pointer;
    color: #441107;
    font-style: italic;
}

#item-recommended-list ul {
    list-style-type: none;
    margin:  13px 0 0 0;
    padding:  0;
}

#item-recommended-list ul li {
    float: left;
    width: 200px;
    padding: 2px;
    overflow: hidden;
}

#item-recommended-list ul li img {
    float: left;
    margin-right: 4px;
    border-radius: 8px;
}

.cost {
    color: #8b0000;
    margin-top: 10px;
    display: block;
}

#garcon-info {
    display: none;
    position: absolute;
    top: 92px;
    left: 533px;

    width: 160px;

    padding: 10px 0 0 35px;
    margin-left: 3px;
    z-index: 100;

    border: 2px solid #735A4D;
    box-shadow: 0 8px 6px -6px #111;

    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, rgba(245, 238, 225, 0.87), rgba(255, 255, 255, 0.87));

    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, rgba(245, 238, 225, 0.87), rgba(255, 255, 255, 0.87));
}

#garcon-btn {
    width: 201px;
    height: 46px;
    position: absolute;
    top: 49px;
    left: 535px;
    padding: 10px;
    margin: 0;
    cursor: pointer;
    font: 24px Arial, Helvetica, sans-serif;
    font-weight: bold;

    color: #fff;
    text-shadow: -2px 0 #81635B, 0 2px #81635B, 2px 0 #81635B, 0 -2px #81635B;
    display: none;
    text-align: center;
    vertical-align: middle;
}

.garcon-inactive {
    background: url("../images/garcon-up.png") no-repeat;
}

.garcon-active {
    background: url("../images/garcon-down.png") no-repeat;
}


#user-menu-big {
    background: url("../images/user-menu-big-empty.png") no-repeat;
    width: 900px;
    height: 627px;
    position: absolute;
    display: none;
    top: 47px;
    left: 125px;
    padding: 0;
    z-index: 100;
    margin: 48px 0 0 0;
}

#order-btn-more-big {
    background: url("../images/empty-btn.png") no-repeat;
    width: 130px;
    height: 50px;
    position: absolute;
    top: 520px;
    left: 10px;
    cursor: pointer;
}

#order-btn-ordernow-big {
    position: absolute;
    top: 520px;
    left: 160px;
}

#order-items-list-big {
    height: 420px;
    position: absolute;
    top: 65px;
    left: 10px;
    padding: 13px 0 0 0 ;
    overflow-y: hidden;
}

#order-items-list-big tr {
    height: 53px;
    padding: 0px;
    font: 13px Arial, Helvetica, sans-serif;
    color: #673731;
    vertical-align: middle;
    font-weight: bold;
}

#order-items-list-big td {
    text-align: left;
}

#order-items-list-big td img {
    border-radius: 5px 5px;
}

#order-big-list-btn-up {
    cursor: pointer;
    position: absolute;
    bottom: 40px;
    left: 500px;
    height: 80px;
    width: 40px;

    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    background: url("../images/btn.png") no-repeat;
}

#order-big-list-btn-down {
    cursor: pointer;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    position: absolute;
    bottom: 40px;
    left: 350px;
    height: 80px;
    width: 40px;
    background: url("../images/btn.png") no-repeat;
}

.order-btn-info {
    font-size: 36px;
    font-style: italic;
}

#order_big_total_div {
    width: 500px;
    height: 52px;
    position: absolute;
    top: 20px;
    left: 10px;
    padding: 0;
}

#order_big_total_div td {
    font: 16px Arial, Helvetica, sans-serif;
    color: #673731;
    font-weight: bold;
}

.grayscale {
    -webkit-opacity: 0.50;
    -webkit-filter: grayscale(99%);
    cursor: default;

    /* Older than Firefox 0.9 */
    -moz-opacity:0.50;
    -moz-filter: grayscale(99%);

    -o-filter: grayscale(99%);
    -ms-filter: grayscale(99%);

    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
}

#tooltip {
    width: 200px;
    height: 100px;
    padding: 0 10px;
    font: 14px Arial, Helvetica, sans-serif;
    color: #673731; outline: none;
    text-decoration: none;
    position: absolute;

    border-radius: 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);

    background: #FFFFAA;
    border: 1px solid #FFAD33;

    display: none;
    z-index: 999999;
}

#tooltip span {
    margin-left: 193px;
}

.ajax_loader {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;

    background-color: #666666;
    background-image:url(http://172.16.0.29/css/lib/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png);
    background-position:50% 50%;
    opacity:0.5;

}
.ajax_loader img {
    position:   fixed;
    top:        350px;
    left:       400px;
    opacity:1;
}

body.loading {
    overflow: hidden;
}

body.loading .ajax_loader {
    display: block;
}​