/* Generic styling */

html, body {
    margin: 0;
    direction: rtl;
    font-family: arial;
    font-size: 12px;
}
body {
    background: url('../images/bg.png') repeat-x #6c6d6d;
    background-size: cover;
}
#container {
    background: url('../images/bg_brush.png') no-repeat;
    background-size: 100% auto;
}

/* Standard corrections */


img {
    border: none;
}
p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
a, a:visited, a:active {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}


/* Generic classes */


.center {
    width: 900px;
    position: relative;
    right: 50%;
    margin-right: -450px;
}
.rtl {                                      /* radius top left */
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
}
.rtr {                                      /* radius top right */
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}
.rbl {                                      /* radius bottom left */
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
.rbr {                                      /* radius bottom right */
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}
.box {
    -moz-box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 11px;
}
.fading, .delmenu_seperator {
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
input, select, textarea, #chat, .list {
    font-size: 13px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box; -moz-box-sizing: border-box;
    background-color: #eee;
    -moz-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.45);
    box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.45);
    resize: none;
}
input[type=checkbox] {
    width: auto;
    padding: 0;
}
input:hover, select:hover, textarea:hover {
    background-color: #ddd;
}
button {
    background: #494a4a;
    background: -moz-linear-gradient(top,  #494a4a 0%, #494a4a 50%, #525354 51%, #6c6d6d 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#494a4a), color-stop(50%,#494a4a), color-stop(51%,#525354), color-stop(100%,#6c6d6d));
    background: -webkit-linear-gradient(top,  #494a4a 0%,#494a4a 50%,#525354 51%,#6c6d6d 100%);
    background: -o-linear-gradient(top,  #494a4a 0%,#494a4a 50%,#525354 51%,#6c6d6d 100%);
    background: -ms-linear-gradient(top,  #494a4a 0%,#494a4a 50%,#525354 51%,#6c6d6d 100%);
    background: linear-gradient(to bottom,  #494a4a 0%,#494a4a 50%,#525354 51%,#6c6d6d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#494a4a', endColorstr='#6c6d6d',GradientType=0 );
}
button.active {
    padding: 4px;
    box-sizing: border-box; -moz-box-sizing: border-box;
    -moz-box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.25);
    color: white;
    text-align: center;
    border: none;
    cursor: pointer;
}
button.active:hover {
    -moz-box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.35);
    box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.35);
}
button.active:active {
    -moz-box-shadow: inset -2px 2px 2px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset -2px 2px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset -2px 2px 2px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    top: 1px;
}
#del_guy {
	word-wrap: break-word;      /* IE 5.5-7 */
    white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
    white-space: pre-wrap;      /* current browsers */
}
button.disabled {
    cursor: default;
    padding: 4px;
    box-sizing: border-box; -moz-box-sizing: border-box;
    color: white;
    text-align: center;
    border: none;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.error {
    color: rgb(194, 101, 101);
    opacity: 0;
    filter: alpha(opacity=0);
}
.success {
    color: rgb(101, 194, 112);
}
#footer {
    box-sizing: border-box; -moz-box-sizing: border-box;
    padding-top: 9px;
    color: black;
    background-color: #58b4bf;
    width: 100%;
    -moz-box-shadow: 0px -1px 2px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px -1px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0px -1px 2px 0 rgba(0, 0, 0, 0.25);
    z-index: 1;
}
.x {
    padding: 2px 7px;
    font-size: 18px;
    font-weight: bold;
}
.x:after {
    content: 'X';
}
.x:hover {
    background: black;
    color: white;
}

/* Texts */

.title_bigger {
    font-size: 35px;
    font-family: yehuda, eng, arial;
}
.title_big, h1 {
    font-family: yehuda bold, eng, arial;
    font-size: 23px;
}
.title_mid, h2 {
    font-family: yehuda, eng, arial;
    font-size: 23px;
}
.title_small, h3 {
    font-family: yehuda, eng, arial;
    font-size: 18px;
}
.title_tiny {
    font-family: yehuda, eng, arial;
    font-size: 14px;
}

.cart_button {
    font-family: arial;
    font-size: 10px;
}
.text_small {
    font-family: arial;
    font-size: 12px;
}
.text_mid {
    font-family: arial;
    font-size: 14px;
}
.text_big {
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
}
input, textarea {
    font-family: yehuda, eng, arial;
}


/* Colors */

::-moz-selection {
    background-color: #8d9fd0;
    color: #171717;
}
::selection {
    background-color: #8d9fd0;
    color: #171717;
}
body {
    color: #707272;
}
a, a:visited, v:active, .mnu_item, #delmenu {
    color: #171717;
}
.bg1 {
    background-color: #7bd9e4;
}
.bg2, .summery_table thead {
    background-color: #707272;
    color: white;
}
.bg3 {
    background-color: #58b4bf;
}
input, select, textarea {
    border: 1px solid #919191;
}
.text_blue {
    color: #7bd9e4;
}
.border_bottom {
    border-bottom: 1px solid #707272;
}

/* Layout */

.mnu_item {
    float: right;
    margin: 0 10px;
}
.delmenu_seperator {
    float: right;
    margin: 0 10px;
}
.delmenu_item {
    float: right;
}

.item, .sub_item {
    width: 205px;
    height: 164px;
    margin: 5px;
    float: right;
    cursor: pointer;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.sub_item {
    width: 302px;
    height: 101px;
    margin: 10px;
    overflow: hidden;
}
.item_top {
    background: url('../images/item_top.png');
    width: 176px;
    height: 34px;
    line-height: 34px;
    padding: 8px 14px 15px 14px;
    margin-bottom: -15px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.sub_item_top {
    background: url('../images/sub_item_top.png');
    width: 262px;
    height: 29px;
    line-height: 29px;
    padding: 7px 20px 13px 20px;
    margin-bottom: -13px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.item_bottom {
    background: url('../images/item_bottom.png');
    width: 176px;
    height: 34px;
    line-height: 34px;
    padding: 11px 14px 12px 14px;
    margin-top: -11px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.item_center {
    position: relative;
    height: 77px;
}
.item_times {
    position: absolute;
    right: 23px;
    top: -12px;
    background: white;
    text-align: center;
    width: 72px;
    height: 65px;
}
.item_pic {
    position: absolute;
    left: 23px;
    bottom: -12px;
    background: white;
    width: 56px;
    height: 49px;
    padding: 8px;
}
.sub_item_under {
    position: relative;
}
.sub_item_pic {
    position: absolute;
    right: 24px;
    background: white;
    width: 52px;
    height: 49px;
    padding: 8px;
}
.sub_item_desc {
    position: absolute;
    left: 30px;
    background: white;
    width: 154px;
    height: 49px;
    padding: 8px;
    top: -18px;
    overflow: hidden;
}
.sub_item_price {
    float: left;
    margin: 29px 5px 5px 0;
}
.item_times_top {
    margin-top: 14px;
}
.loader, .small_loader {
    display: none;
}

.popup_check_wrapper {
    float: right;
    width: 190px;
}
.demand {
    margin: 15px 0;
}
.cart_item {
    margin: 5px 0;
    padding: 5px 0;
}
.cart_button {
    float: right;
    margin-left: 6px;
    text-decoration: none;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.cart_button:hover {
    text-decoration: underline;
}
.order_detail {
    width: 230px;
    padding: 8px;
}
.order_detail_wrapper {
    margin: 8px 0 8px 30px;
    float: right;
}
.order_detail_required {
    border: 1px solid rgb(233, 28, 28);
}

.msg {
    margin: 10px 0;
}
.incoming {
    background-color: #ddd;
}
.msg_details {
    border-left: 1px solid #999999;
    width: 100px;
}
.msg_content {
    width: 462px;
}
.msg_details, .msg_content {
    padding: 10px;
    float: right;
}
.new {
    background-color: #D0D56E;
}
.new_counter {
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.user {
    padding: 5px;
    border-bottom: 1px solid #999999;
    background-color: rgb(176, 204, 206);
}
.user_off {
    cursor: pointer;
    background-color: #eee;
}
.under_cart {
    width: 205px;
    height: 140px;
    overflow: hidden;
    cursor: pointer;
}
.interface_title {
    margin: 10px 0;
    padding: 10px 20px;
}
td, th {
    margin-bottom: 1px;
    padding: 5px;
}
.status0 {
    background: #CC8585;
}
.status0:hover {
    background: #D89494;
}
.status04 {
    background: #8A8A8A;
}
.status04:hover {
    background: #636363;
}
.status1 {
    background: #DDC45F;
}
.status1:hover {
    background: #E4CC6B;
}
.status2 {
    background: #79B67E;
}
.status2:hover {
    background: #83BE88;
}
.status21 {
    background: #4C8C51;
}
.status21:hover {
    background: #4A824F;
}
.status22 {
    background: #2092E3;
}
.status22:hover {
    background: #3F55E8;
}
.status3 {
    background: #D0D4D1;
}
.status3:hover {
    background: #DFDFDF;
}
.status4 {
    background: #888;
}
.status4:hover {
    background: #999;
}
.statusprep {
    background: #cc99ff;
}
.statusprep:hover {
    background: #bf80ff;
}
#rest_list button {
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    color: black;
}
#results .hidden {
    display: none;
}
.summery_table {
    width: 100%; border-spacing: 0px; margin: 20px 0; border: 1px solid black; color: black; font-size: 14px;
}
.summery_table td {
    border: 1px solid black;
    text-align: center;
}