.mleft {
    float: left;
    width: 80%;
}

.mright {
    float: right;
    margin-right: 0px;
}

.category {
    font-size: 1.3em;
    text-align: left;
    padding-top: 1.1em;
/*    border-bottom: 2px solid #1e3678; */
    padding-bottom: 3px;  
    font-weight:bolder;
    
/*    
    padding-right: 50px;
    padding-bottom: 25px;  
    padding-left: 50px;    */
}

.category_desc {
    font-size: 1.0em;
    text-align: left;
    font-style:italic;
}

.normal_text {
    font-size: 1.1em;
}

.pcmenu_desc {
	padding-bottom: 0.5em;
	padding-top: 0.3em;
	font-style:italic;
	font-weight: normal;
}
.subtitle_text {
	font-size: 1.1em;
    text-align: left;
    font-weight: bold;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}
.category_desc_backup {
	font-family: 'TT Norms Regular', Helvetica, Arial, sans-serif;
    font-size: 1.1em;
    text-align: left;
}

.news {
    color: #ff0000;
}


td#cell{
    background-color: #ffffff;
    cursor: default;
    height: 30px;
    border-bottom: 1px dashed #aaaaaa;
    font-size: 1.1em;
    font-weight:normal;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

td#cell2{
    background-color: #ffffff;
    cursor: default;
    height: 30px;
    border-bottom: 1px dashed #aaaaaa;
    font-family: 'TT Norms Medium', Helvetica, Arial, sans-serif;
    font-size: 1.1em;
}

td#cell:hover{
    background-color: #FFFF99;
    cursor: pointer;
}

/*  http://css3buttongenerator.com/  */

.order_title {    
    text-align:center; 
    font-size:1.3em; 
    font-weight:bolder;
    padding: 10px 10px; 
}

.location_title {    
    text-align:center; 
    font-size:1.3em; 
    padding: 10px 10px; 
}

.hrTable {border-top: 2px solid #1e3678;color: #1e3678;font-size: 10px;margin-top: 12px;overflow: auto;padding-top: 6px 10px; width: auto;}

.ordersection {
    background-color: #ffffd2; 
    border-radius: 6px;
    box-shadow: 2px 2px 5px #c0c0c0;
    float: right;
    margin: 10px 0 19px;
    width: 100%;
}

.cart_table {
	border-collapse:collapse;
}

.orderlist_head thead tr th {
 	border-bottom: 2px solid #000040;
    padding: 5px 0px;
	font-size:1.1em; 
} 

.orderlist_head tr td {
    border-bottom: 1px dashed #aaaaaa;
    padding: 5px 0px;
	font-size:1.1em; 
} 

.orderlist_head tr:hover{
    background-color: #FF9F00;
    cursor: default;
}
.orderlist_foot tfoot tr td {
    border-top: 2px solid #000040;
    border-bottom: 0px solid #000040;
	font-size:1.1em; 
    padding: 5px 0px
} 

.item_note {
  color: #800000;
  display: inline
}

.tiny_note {    
    color: #666666;
       text-align:center; 
    font-weight:plain;
    padding: 10px 20px; 
}

inputs:-webkit-input-placeholder {
    color: #b5b5b5;
}

inputs-moz-placeholder {
    color: #b5b5b5;
}

.inputs {
    padding: 5px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
	font-size:1.1em; 
    color: #9D9E9E;
    text-shadow: 1px 1px 0 rgba(256, 256, 256, 1.0);
    background: #FFF;
    border: 1px solid #FFF;
    border-radius: 5px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
}

.inputs:focus {
    background: #f9fad1;
    color: #414848;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    outline: 0;
}

.inputs:hover {
    background: #ffffb7;
    color: #414848;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/preloader.gif) center no-repeat #fff;
}

.info_hiden {
 display:none !important;    
}


.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/load.gif') 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

.booking_title {    
    font-size:14px; 
    font-weight:bold;
    padding: 10px 10px; 
}
