/*** Enter Place ***/

div.enter-place {
}

div.enter-place div.form {
    margin: 0px 0px 0px 0px;
    padding-bottom: 30px;
    float: left;
    width: 640px;
}

div.enter-place h1 {
    padding: 0px 0px 15px 0px;
    margin: 0px;
    text-align: center;
}

div.enter-place h1.first {
    padding-top: 20px;    
}

div.enter-place h1.second {
    padding-top: 35px;    
}

div.enter-place h1.main-title {
    padding-top: 30px;    
}

div.enter-place div.closed-reason {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 210px 0px 210px;
    border: 2px solid #C7050D;
    padding: 10px 0;
}

div.enter-place div.found-places {
    margin: 0px 0px 0px 50px;
    width: 580px;
    font-size: 14px;
}

div.enter-place div.found-places div.found-places-column {
    float: left;
    width: 280px;
}

div.enter-place div.found-places div.found-places-column-left {
    margin-right: 20px;
}

div.enter-place div.found-places div.link {
    margin: 0px 0px 5px 0px;
}

div.enter-place div.found-places div.link-important {
    font-weight: bold;
}

div.enter-place div.place {
    height: 43px;
    background: url("../../../gfx/images/place-input-bg.gif") no-repeat top center;
}

div.enter-place div.place-label {
    text-align: center;
    font-size: 14px;
    margin: 0px 0px 16px 0px;
}

div.enter-place div.place input.place {
    border-width: 0px;
    font-size: 14px;
    width: 290px;
    color: #5f5f5f;
    margin: 11px 0px 0px 175px;
}

div.enter-place div.place-indicator {
    width: 35px;
    float: left;
    margin: 3px 0px 0px 12px;
}

div.enter-place img.place-indicator {
    margin: 2px 0px 0px 20px;
    vertical-align: top;
}

div.enter-place input.place-submit {
    margin: 20px 0px 0px 230px;
    width: 190px;
}

div.enter-place div.last-selected {
    text-align: center;
    font-size: 14px;
}

div.enter-place div.last-selected a {
    color: #C7050D;
}

div.enter-place div.last-selected-city {
    margin-top: 35px;
}

div.enter-place div.last-selected-restaurant {
    margin-top: 15px;
    margin-bottom: 20px;
}

div.enter-place div.most-popular-cities {
    margin: 30px 0px 0px 40px;
}

div.enter-place div.most-popular-cities div.title {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 40px 10px 0px;
}

div.enter-place div.most-popular-cities div.city {
    float: left;
    width: 200px;
}

div.enter-place div.facebook-fan-box {
    margin: 20px 0px 0px 220px;
}

div.enter-place div.enter-place-right-column {
    float: right;
    width: 270px;
    margin: 15px 30px 35px 0px;
}

div.enter-place div.sell-points {
    margin: 0px 0px 20px 0px;
    border: 2px solid #d2d2d2;
    background: url("../../../gfx/images/kuchar-right-medium.jpg") no-repeat bottom right;
    font-size: 14px;
}

div.enter-place div.sell-points ul {
    margin: 15px 12px 0px 12px;
    padding: 0px;
    list-style: none;
}

div.enter-place div.sell-points ul li {
    background: url("../../../gfx/images/tick-green.gif") no-repeat left top;
    list-style: none;
    padding: 0px 0px 6px 28px;
}

div.enter-place div.sell-points ul li strong {
    color: #86b42c;  
    font-weight: bold;  
}

div.enter-place div.sell-points div.point {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #86b42c;  
    margin: 8px 0px 125px 40px;
}

div.enter-place div.sell-points-register-restaurant {
    text-align: center;
    font-size: 14px;
}

div.places-autocomplete {
    text-align: left;
    position: absolute;
    background-color: white;
    border: 1px solid #d9d9d9;
    margin: 0;
    padding: 0;
}

div.places-autocomplete ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.places-autocomplete ul li {
    list-style-type: none;
    display: block;
    margin: 0;
    padding: 2px 4px;
    /*height: 32px;*/
    cursor: pointer;
}

div.places-autocomplete ul li span.city {
    color: #000000;
}

div.places-autocomplete ul li.selected {
    background-color:  #FE9F16;
    color: #000000;
}



/*** List Restaurants ***/

div.list-restaurants-change-place {
    margin-bottom: 12px;
    margin-top: -4px;
    text-align: center;
    font-weight: bold;
}

h2.select-restaurant {
    margin-bottom: 27px;
}

h2.select-restaurant span.subtitle {
    display: block;
    margin-top: -5px;
}

div.list-restaurants {
    margin-bottom: 30px;
}

div.list-restaurants-restaurant {
    width: 250px;
    height: 80px;
    padding: 8px 12px 0px 8px;
    margin: 0px 20px 0px 0px;
    float: left;
}

div.list-restaurants-restaurant-medium {
    width: 412px;
    height: 150px;
    margin-right: 0px;
    margin-bottom: 4px;
}

div.list-restaurants-restaurant-link {
    cursor: pointer;
}

div.list-restaurants-restaurant:hover {
    background-color: #ebebeb;
}

div.list-restaurants-restaurant div.image {
    float: left;
    overflow: hidden;
    margin: 2px 8px 0px 0px; 
    width: 88px;
    height: 66px;
}

div.list-restaurants-restaurant-medium div.image {
    width: 180px;
    height: 135px;
}

div.list-restaurants-restaurant div.text {
    float: left;
    width: 150px;
}

div.list-restaurants-restaurant-medium div.text {
    font-size: 14px;
    width: 210px;
    margin-left: 10px;
}

div.list-restaurants-restaurant-medium div.text div.is-opened {
    color: #86B42C;
    text-transform: uppercase;
    font-weight: bold;
    margin: 5px 0px;
}

div.list-restaurants-restaurant-medium div.text div.button-arrow-green-right {
    width: 190px;
    margin-bottom: 7px;
}

div.list-restaurants-restaurant-medium div.text div.delivery-price {
    margin: 0px 0px 0px 0px;
}

div.list-restaurants-restaurant-medium div.text div.delivery-best-locations {
    font-size: 12px;
}

div.list-restaurants-restaurant h2 {
    color: inherit;
    font-size: inherit;
    font-weight: bold;
    margin-right: 0px;
}

div.list-restaurants-restaurant a {
    text-decoration: none;
}

div.list-restaurants-discount {
    color: #C7050D;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 2px;
}

div.list-restaurants-discount a {
    color: #C7050D;
    text-decoration: underline;
}

div.list-restaurants-discount a:hover {
    text-decoration: none;
}

div.list-restaurants-empty {
    padding-bottom: 20px;
}

div.list-restaurants-no-restaurants {
    margin: 20px 0px 30px 0px;
    text-align: center; 
}

div.list-restaurants-no-restaurants div.button-arrow-green-right {
    margin: 20px 300px 0px 300px;
}

div.list-restaurants-no-restaurants-form-info {
    text-align: center;
    margin: 5px 0px 10px 0px;
}

div.list-restaurants-no-restaurants-form {
    margin: 0px 0px 0px 310px;
}

div.list-restaurants-no-restaurants-form div.input input {
    width: 150px;
    padding: 3px 2px 3px 2px;
}

div.list-restaurants-no-restaurants-form div.input {
    float: left;
}

div.list-restaurants-no-restaurants-form div.submit {
    float: left;
    margin: 0px 0px 0px 10px;
}

div.list-restaurants-no-restaurants-form input.submit {
    margin-top: 0px;
    width: 90px;
}

div.list-restaurants-no-restaraunts-facebook-comment {
    text-align: center;
    margin: 20px 0px 0px 0px;
}

div.list-restaurants-no-restaurants-facebook {
    float: left;
    margin: 10px 0px 20px 294px;
    width: 300px;
}

div.list-restaurants-no-restaurants-ads {
    margin: 24px 0px 20px 0px;
    float: right;
    width: 250px;
}

div.bottom-latest-restaurants {
    float: left;
    width: 500px;
}

div.bottom-latest-restaurants h2 {
    margin-right: 0px;
}

div.bottom-latest-restaurants div.bottom-latest-restaurants-restaurant {
    margin: 0px 0px 10px 0px;
}

div.bottom-latest-restaurants div.bottom-latest-restaurants-restaurant:hover {
    background-color: #EB9315;
}

div.bottom-latest-restaurants div.list-restaurants-restaurant {
    margin-right: 0px;
}

div.bottom-latest-restaurants div.list-restaurants-restaurant:hover {
    background-color: inherit;
}

div.bottom-latest-restaurants div.bottom-latest-restaurants-restaurant-info {
    width: 210px;
    float: left;
    padding: 8px 0px 0px 0px;
}

div.bottom-latest-restaurants div.list-restaurants-restaurant a {
    color: #343434
}

div.bottom-latest-restaurants div.list-restaurants-restaurant div.list-restaurants-discount a {
    color:#C7050D;
}

div.bottom-latest-blogposts {
    float: left;
    width: 378px;
    margin: 0px 0px 0px 10px;
}

div.bottom-latest-blogposts-post {
}

div.bottom-latest-blogposts-post h2 {
    margin-right: 0px;
}

div.bottom-latest-blogposts-post a {
    color: #343434;
}

div.bottom-latest-blogposts-post div.text {
}




/*** Show Menu ***/

div.side-restaurant-info {
    float: left;
    width: 220px;
    margin: 0px 15px 30px 15px;
    overflow: hidden;
}

div.side-restaurant-info-header {
    height: 65px;
}

div.side-restaurant-info h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: #C7050D;
    text-transform: none;
}

div.side-restaurant-info-change {
    margin-top: -4px;
}

div.side-restaurant-info-change-closed {
    font-weight: bold;
}

div.side-restaurant-info-change-closed a {
}

div.side-restaurant-info div.button-arrow-green-left {
    margin-bottom: 10px;
}

div.side-restaurant-info-photo {
    margin: 0px 0px 2px 0px;
    overflow: hidden;
}

div.side-restaurant-info-photos {
}

div.side-restaurant-info-photos div.photo {
    float: left;
    width: 72px;
    height: 54px;
    margin: 0px 2px 2px 0px;
    overflow: hidden;
}

div.side-restaurant-info-photos div.photo a {
    display: block;
    width: 72px;
    height: 54px;
}

div.side-restaurant-info-discount {
    color: white;
    background-color: #C7050D;
    font-weight: bold;
    padding: 2px 0px 2px 15px;
}

div.side-restaurant-info-sales-text-main {
    color: white;
    background-color: #C7050D;
    padding: 7px 10px 7px 10px;
    margin-top: 8px;
    font-size: 14px;
}

div.world-iframe div.side-restaurant-info-sales-text-main {
    padding-top: 1px;
    padding-bottom: 1px;
}

div.side-restaurant-info-sales-text-main h2 {
    color: white;
    font-weight: bold;
}

div.side-restaurant-info-block {
    border-bottom: 1px solid #cccac1;
    /*padding: 8px 10px 8px 15px;*/
    padding: 8px 0px 8px 0px;
}

div.side-restaurant-info-block-last {
    border-bottom-width: 0px;
}

div.side-restaurant-info-block h2 {
    font-size: 12px;
    font-weight: bold;
    margin: 0px;
}

div.side-restaurant-info div.business-hours-day {
    width: 80px;
    float: left;
    margin: 0px 0px 0px 2px;
}

div.side-restaurant-info div.business-hours-hours {
    float: left;
}



div.pizza-list {
    float: right;
    width: 670px;
    margin: 0px 30px 180px 0px;
}

div.pizza-list-inner {
    padding: 10px 15px 15px 15px;
    border: 1px solid #e5e5e5;
}

div.pizza-list-top {
    margin-bottom: 14px;
}

div.pizza-list-top-title {
    float: left;
    width: 435px;
    margin: 0px 0px 0px 15px;
}

div.pizza-list-top-title h1 {
    margin-top: 0px;
    text-transform: none;
    font-size: 36px;
}

div.pizza-list-top-title h1 span.address {
    font-size: 14px;
    color: #989898;
    padding-left: 2px;
}

div.pizza-list-top-title div.subtitle-small-note, div.pizza-list-top-title div.subtitle-small-note a {
    color: #989898;
}

div.pizza-list-top-place {
    float: right;
    margin-top: 2px;
}

div.pizza-list-top-place div.label {
    color: #C7050D;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 2px 0px;
}

div.pizza-list-top-place div.place {
    color: #C7050D;    
    font-size: 14px;
    font-weight: bold;
}

div.pizza-list-top-place select {
    width: 212px;
}

div.pizza-list-top-place div.change {
    font-weight: bold;
    margin: 0px 0px 0px 4px;
}

div.pizza-list-top-place div.change-closed {
    font-weight: bold;
}

div.pizza-list-top-place div.change-closed a {
}

div.pizza-list-top-discount {
    float: right;
    color: #C7050D;
    font-weight: bold;
}

div.pizza-list-top-discount strong {
    font-size: 14px;
    text-transform: uppercase;
}

div.pizza-list-inner div.change-restaurant {
    margin: -10px 0px 8px 0px;
    font-weight: bold;
}

div.pizza-list-inner span.same-prices {
    color: #4C4C4C;
    font-size: 16px;
    text-transform: none;
}

div.pizza-list-header {
    border-bottom: 1px solid #cccac1;
    color: #989898;
    text-transform: uppercase;
    padding: 0px 0px 2px 0px;
    margin: 0px 0px 5px 0px;
    font-size: 11px;
    overflow: hidden;
}

div.pizza-list-header-next {
    margin-top: 20px;
}

div.pizza-list-header div.name {
    float: left;
    width: 280px;
}

div.pizza-list-header div.name h2 {
    margin: 8px 0px 0px 0px;
    line-height: inherit;
}

div.pizza-list-header div.description {
    float: left;
    width: 108px;
    text-align: right;
    margin-right: 12px;
}

div.pizza-list-header div.description-narrow {
    width: 184px;
    margin-right: 16px;
}

div.pizza-list-header div.price-original {
    float: left;
    width: 80px;
    text-align: center;
}

div.pizza-list-header div.price {
    float: left;
    width: 80px;
    text-align: center;
}

div.pizza-list-note {
    margin: 0px 0px 5px 0px;
    text-align: justify;
    color: #898989;
}

div.pizza-list-note a {
    color: #898989;
}

div.pizza-list-sales-text {
    margin: 0px 0px 8px 0px;
    padding: 5px 10px;
    background-color: #fffaea;
    font-weight: bold;
}

div.pizza-list-sales-text div.tick {
    font-size: 16px;
    color: #86B42C;
    padding-right: 7px;
    float: left;
}

div.pizza-list-sales-text div.text {
    margin: 3px 0px 0px 0px;
    float: left;
    width: 580px;
}

div.pizza-list-pizza {
    border-bottom: 1px solid #cccac1;
    padding: 0px 0px 3px 0px;
    margin: 0px 0px 3px 0px;
}

div.pizza-list-pizza-last {
    /*border-bottom-width: 0px;*/
}

div.pizza-list-pizza-info {
    float: left;
    width: 280px;
}

div.pizza-list-pizza-info-no-discount {
    width: 360px;
}

div.pizza-list-pizza-info h3 {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

div.pizza-list-pizza-info h3 a {
    text-decoration: underline;
}

div.pizza-list-pizza-info h3 a:hover {
    color: #C7050D;
}


div.pizza-list-pizza-info div.ingredients {
    color: #898989;
}

div.pizza-list-pizza-prices {
    float: right;
    width: 350px;
}

div.pizza-list-pizza-prices-no-discount {
    width: 270px;
}

div.pizza-list-pizza-prices-line {
    margin: 0px 0px 1px 0px;
}

div.pizza-list-pizza-prices-line-active {
    cursor: pointer;
}

div.pizza-list-pizza-prices-line-active:hover {
    color: #C7050D;
}

div.pizza-list-pizza-prices-line div.description {
    float: left;
    width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
    padding: 2px 0px;
}

div.pizza-list-pizza-prices-line div.price-original {
    color: #989898;
    text-decoration: line-through;
    float: left;
    width: 75px;
    text-align: right;
    padding: 2px 0px;
}

div.pizza-list-pizza-prices-line-active:hover div.price-original {
    color: #C7050D;
}

div.pizza-list-pizza-prices-line div.price {
    float: left;
    width: 80px;
    text-align: right;
    font-weight: bold;
    padding: 2px 0px;
}

div.pizza-list-pizza-prices-line div.button {
    float: right;
    text-align: right;
    text-transform: uppercase;
    padding: 2px 5px;
    background-color: #ADADAD;
    color: white;
    font-weight: bold;
}

div.pizza-list-pizza-prices-line-active:hover div.button {
    color: white;
    background-color: #C7050D;
}



div.world-iframe div.pizza-list {
    float: none;
    margin-right: 0px;
}

div.world-iframe div.pizza-list-inner {
    border-width: 0px;
}

div.world-iframe div.pizza-list-top {
    margin-bottom: 0px;
}



div.extras-popup {
    position: fixed;
    margin: 200px 0px 0px 330px;
    padding: 15px 20px;
    top: 0px;
    z-index: 200;
    background: url("../../../gfx/images/extras-popup-bg.jpg") repeat-x top center #e4e4e4;
    border: 1px solid #4C4C4C;
    width: 290px;
}

div.world-iframe div.extras-popup {
    margin-left: 200px;
}

div.extras-popup-heading {
    float: left;
    font-weight: bold;
}

div.extras-popup-close {
    float: right;
}

div.extras-popup-name {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0px 10px 0px;
    text-transform: uppercase;
    color: #c7040d;
}

div.extras-popup-description {
    margin: 0px 0px 5px 0px;
}

div.extras-popup-description div.info {
    float: left;
    width: 80px;
}

div.extras-popup-equation div.description {
    float: left;
    margin-right: 10px;
}

div.extras-popup-equation {
    margin: 0px 0px 15px 0px;
}

div.extras-popup-equation div.info {
    float: left;
    width: 80px;
}

div.extras-popup-equation div.amount {
    float: left;
    margin-right: 10px;
}

div.extras-popup-equation div.times {
    float: left;
    margin-right: 10px;
}

div.extras-popup-equation div.price {
    float: left;
    margin-right: 10px;
}

div.extras-popup-equation div.equals {
    float: left;
    margin-right: 10px;
}

div.extras-popup-equation div.sum {
    float: left;
    font-weight: bold;
    /*margin-right: 10px;*/
    width: 52px;
}

div.extras-popup-button {
    float: left;
    margin: 0px 0px 0px 53px;
}



/*** Cart ***/

div.cart {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 90;
    background-color: #C4030B;
    border-top: 1px solid #9e0b0f;
    width: 100%;
}

div.cart-inner {
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    color: #4c4c4c;
    background-color: #f0f0f0;
}

div.cart-top {
    color: white;
    background-color: #C4030B;
    padding: 2px 0px 0px 15px;
}

div.cart-top div.cart-top-title {
    font-size: 14px;
    font-weight: bold;
    float: left;
    margin: 2px 0px 0px 0px;    
    text-transform: uppercase;
}

div.cart-top div.cart-top-empty {
    float: right;
    margin: 0px 30px 0px 0px;
}

div.cart-top div.cart-top-empty a {
    color: white;
}

div.cart-top-iframe-order-button {
    float: right;
    width: 140px;
    margin-right: 10px;
}

div.cart-top-iframe-order-button div.button-arrow-green-right {
    height: 19px;
    font-size: 13px;
}

div.cart-top-iframe-order-button div.button-arrow-green-right a {
    padding-top: 1px;
}

div.cart-header {
    text-transform: uppercase;
    color: white;
    background-color: #C4030B;
    padding: 2px 0px 2px 15px;
}

div.cart-header div.pizza {
    float: left;
    width: 190px;
}

div.cart-header div.amount {
    float: left;
    width: 155px;
}

div.cart-header div.price {
    float: left;
    width: 115px;
}

div.cart-header div.sum {
    float: left;
}

div.cart-header div.empty {
    float: right;
    text-transform: none;
    margin-right: 30px;
}

div.cart-header a {
    color: white;
}

div.cart-content {
    float: left;
    width: 440px;
    margin: 2px 0px 0px 15px;
}

div.cart-item {
    border-top: 1px solid #b5b5b5;
    padding: 1px 0px;
}

div.cart-item:first-child {
    border-top-width: 0px;
}

div.cart-item div {
    overflow: hidden;
}

div.cart-item div.name {
    float: left;
    width: 190px;
    color: #000000;
}

div.cart-item div.amount {
    float: left;
    width: 49px;
}

div.cart-item div.times {
    float: left;
    width: 13px;
}

div.cart-item div.price {
    float: left;
    width: 50px;
    text-align: right;
}

div.cart-item div.equals {
    float: left;
    width: 13px;
    margin-left: 8px;
}

div.cart-item div.sum {
    float: left;
    width: 58px;
    font-weight: bold;
    text-align: right;
}

div.cart-item div.remove {
    float: right;
}

div.cart-item div.remove a {
    text-decoration: none;
    padding: 1px 5px;
    display: block;
}

div.cart-item div.remove a:hover {
    color: white;
    background-color: #C7050D;
}

div.cart-hint {
    background-color: #FFFAEA;
    border: 1px solid #6DB31F;
    color: #6DB31F;
    margin: 3px -6px 6px;
    padding: 2px 5px;
}

div.cart-sum {
    width: 295px;
    float: left;
    border: 1px solid #a5a5a5;
    background-color: white;
    padding: 4px 0px;
    margin: 8px 0px 6px 20px;
}

div.cart-sum div.text {
    float: left;
    text-align: right;
    width: 210px;
}

div.cart-sum div.number, div.cart-sum div.ajax-loader {
    float: left;
    text-align: right;
    width: 75px;
}

div.cart-sum div.number-linethrough {
    text-decoration: line-through;
}

div.cart-sum div.text-total, div.cart-sum div.number-total {
    font-size: 14px;
    font-weight: bold;
}

div.cart-sum div.cart-change-city {
    margin: 3px 0px 3px 5px;
}

div.cart-sum a.cart-change-city {
    color: #C7050D;
    font-weight: bold;
}

div.cart-sum div.cart-change-city select {
    width: 255px;
}

div.cart-sum div.cart-sales-text {
    text-align: center;
    margin: 3px 0px;
    font-weight: bold;
    color: #C7050D;
}

div.cart-button {
    float: left;
    padding: 20px 0px 0px 20px;
}

div.cart-button div.button-arrow-green-right {
    font-size: 13px;
}

div.cart-button div.button-arrow-green-right a {
    line-height: 106%;
    padding-top: 2px;
    text-align: center;
}


div.cart-iframe div.cart-inner {
    width: 670px;
}

div.cart-iframe div.cart-header div.pizza {
    width: 180px;
}

div.cart-iframe div.cart-header div.price {
    width: 95px;
}

div.cart-iframe div.cart-header div.amount {
    width: 148px;
}

div.cart-iframe div.cart-content {
    width: 415px;
}

div.cart-iframe div.cart-item div.name {
    width: 180px;
}

div.cart-iframe div.cart-item div.sum {
    width: 52px;
}

div.cart-iframe div.cart-sum {
    margin-left: 8px;
    width: 220px;
}

div.cart-iframe div.cart-sum div.text {
    width: 145px;
}

div.cart-iframe div.cart-sum div.number, div.cart-iframe div.cart-sum div.ajax-loader {
    width: 65px;
}

div.cart-iframe div.cart-sum div.cart-change-city select {
    width: 210px;
}




/*** Address Form ***/

div.address-form-order {
    width: 560px;
    float: left;
    margin: 0px 0px 30px 30px;
    _margin: 0px 0px 0px 15px;
}

div.address-form-order-list {
    margin: 20px 0px 0px 0px;
}

div.address-form-order-list-line {
    border-top: 1px solid #cac9c5;
    padding: 3px 18px 3px 12px;
}

div.address-form-order-list-total {
    background-color: #898989;
    color: white;
    border-bottom: 1px solid #cac9c5;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size:14px;
}

div.address-form-order-list-sales-text {
    background-color: #c6020e;
    color: white;
}

div.address-form-order-list-original {
    background-color: #f3f3f3;
    color: #a0a0a0;
}

div.address-form-order-list-original div.sum {
    text-decoration: line-through;
    font-size: 14px;
}

div.address-form-order-list-discount {
    background-color: #f5f5f5;
    color: #79ba3a;
    margin: 8px 0px 0px 0px;
    padding: 5px 0px;
    text-align: center;
    font-size: 14px;
}

div.address-form-order-list-discount img {
    margin: 0px 10px 3px 0px;
    vertical-align: middle;
}

div.address-form-order-list-line div.name {
    font-weight:bold;
    text-transform:uppercase;
    float: left;
    width: 240px;
}

div.address-form-order-list-line div.delivery {
    font-weight:bold;
    float: left;
}

div.address-form-order-list-line div.description {
    float: left;
    width: 70px;
    text-align: right;
}


div.address-form-order-list-line div.amount {
    float: left;
    width: 49px;
    text-align: right;
}

div.address-form-order-list-line div.times {
    float: left;
    width: 13px;
    margin-left: 8px;
}

div.address-form-order-list-line div.price {
    float: left;
    width: 60px;
    text-align: right;
}

div.address-form-order-list-line div.equals {
    float: left;
    width: 13px;
    margin-left: 8px;
}

div.address-form-order-list-line div.sum {
    float: right;
    font-weight: bold;
    text-align: right;
}

div.address-form-order-back {
    float: right;      
    font-weight: bold;
    margin: 10px 0px 0px 0px;  
}


div.address-form-contacts {
    float: right;
    width: 290px;
    margin: 0px 30px 30px 0px;
    _margin: 0px 10px 0px 0px;
}

div.address-form-contacts div.input {
    margin: 0px 0px 12px 0px;
}

div.address-form-contacts div.input label {
    display: block;
    font-weight: bold;
    margin: 0px 0px 2px 0px;
}

div.address-form-contacts div.input input {
    width: 290px;
    height: 20px;
    padding: 6px 7px 4px 7px;
    background: url("../../../gfx/images/narrow-input-bg.gif") no-repeat;
    border-width: 0px;
    color: #5F5F5F;
}

div.address-form-contacts div.input textarea {
    width: 290px;
    height: 70px;
    padding: 6px 7px 4px 7px;
    background: url("../../../gfx/images/narrow-textarea-bg.gif") no-repeat;
    border-width: 0px;
    color: #5F5F5F;
}

div.address-form-contacts div.input div.selectbox {
    width: 290px;
    height: 20px;
    padding: 6px 7px 4px 7px;
    background: url("../../../gfx/images/narrow-input-bg.gif") no-repeat;
    border-width: 0px;
    color: #5F5F5F;
}

div.address-form-contacts div.input-error div.selectbox {
    background: url("../../../gfx/images/narrow-input-bg-error.gif") no-repeat;
}

div.address-form-contacts div.input select {
    border-width: 0px;
    width: 274px;
    color: #5F5F5F;
}

div.address-form-contacts div.input-error label {
    color: #C7050D;
}

div.address-form-contacts div.input-error input {
    background: url("../../../gfx/images/narrow-input-bg-error.gif") no-repeat;
}

div.address-form-contacts div.input-error textarea {
    background: url("../../../gfx/images/narrow-textarea-bg-error.gif") no-repeat;
}

input.address-form-contacts-submit {
    float: right;   
}



/*** Confirm Order ***/

div.confirm-main {
    float: left;
    width: 500px;
    margin: 0px 0px 15px 65px; 
    min-height: 440px;
}

div.confirm-main div.info-outer {
    min-height: 200px;
    /*overflow: hidden;*/
}

div.confirm-main div.info {
    height: 200px;
    text-align: center;
}

div.confirm-main div.info-bg {
/*    background: url('../../../gfx/images/kuchar.jpg') no-repeat 90% 100%;*/
}

div.confirm-main div.info h1 {
    margin-top: 0px;
}

div.confirm-main div.info div.video {
    margin: 10px 0px 10px 0px;
}

div.confirm-main div.info div.wait {
    color: #d10510;
    font-size: 14px;
    margin-top: 25px;
}

div.confirm-main div.info div.thanks {
    font-size: 14px;
    margin-top: 40px;
}

div.confirm-main div.info div.sorry {
    font-size: 14px;
    margin: 0px 0px 15px 0px;
}

div.confirm-main div.info div.status-text {
    margin: 10px 0px 0px 0px;
    font-style: italic;
}

div.confirm-main div.info div.retry-text {
    margin: 20px 105px 20px 105px;
}

div.confirm-main div.info div.thanks div.thanks-operator {
    margin: 10px 0px 0px 0px;
}

div.confirm-main div.list-restaurants {
    margin: 10px 0px 0px 45px;
    text-align: left;
}

div.confirm-main div.facebook {
    background-color: #f3f6fb;
    border-top: 1px solid #395795;
    border-bottom: 1px solid #bebebe;
    text-align: center;
}

div.confirm-main div.facebook div.title {
    font-size: 14px;
    font-weight: bold;
    color: #395795;
    margin: 17px 0px 0px 0px;
}

div.confirm-main div.facebook div.text {
    margin: 3px 0px 0px 0px;
}

div.confirm-main div.facebook div.feed {
    margin: 15px 0px 0px 0px;
}

div.confirm-main div.facebook div.fan {
    margin: 12px 0px 4px 57px;
}

div.confirm-main div.facebook div.twitter {
    margin: 0px 0px 17px 0px;
}

div.confirm-side {
    float: right;
    width: 260px;
    margin: 0px 30px 0px 0px;
}

div.confirm-side div.list {
    background-color: #f7f7f7;
    padding: 8px 12px;
}

div.confirm-side div.list div.item {
}

div.confirm-side div.list div.item div.name {
    float: left;
}

div.confirm-side div.list div.item div.price {
    float: right;
    text-align: right;
}

div.confirm-side div.list div.total {
    font-weight: bold;
    border-top: 1px solid #4C4C4C;
    margin-top: 3px;
    padding-top: 3px;
}

div.confirm-side div.list div.address {
    margin: 20px 0px 0px 0px;
}

div.confirm-side div.info {
    margin: 12px 12px 50px 12px;
}



/*** Operator Order List ***/

div.orders-list {
}

div.orders-list-header {
    border-bottom: 1px solid #cccac1;
    color: #989898;
    text-transform: uppercase;
    padding: 0px 2px 5px 2px;
    margin: 0px 0px 0px 0px;
    font-size: 11px;
    line-height: 100%;
}

div.orders-list-brief {
    border-bottom:1px solid #CCCAC1;
    padding: 1px 2px 1px 2px;   
    cursor: default; 
}

div.orders-list-brief-dark {
    background-color: #f0f0f0;
}

div.orders-list-brief-cancelled, div.orders-list-brief-expired {
    color: #CCCAC1;
}

div.orders-list-brief-new, div.orders-list-brief-confirmed {
    color: #000000;
}

/*
div.orders-list-full {
    border: 2px solid #86b42c;
    padding: 0px 0px 0px 0px;
    margin-top: -1px;
    color: #000000;
}
*/

div.orders-list-summary {
    padding: 4px 0px;
}

div.orders-list-details {
    padding: 0px 0px 4px 0px;
}

div.orders-list-brief div.orders-list-details {
    display: none;
}

div.orders-list-brief-confirmed div.orders-list-details {
    display: block;
}

/*
div.orders-list-full-confirmed div.orders-list-details {
    display: block;
}
*/

div.orders-list-brief div.orders-list-form {
    /*display: none;*/
}

div.orders-list-full div.orders-list-form {
    /*display: block;*/
}

div.orders-list-brief-processed div.orders-list-form {
    display: none;
}

div.orders-list div.new-only, div.orders-list div.processed-only, div.orders-list div.confirmed-only, div.orders-list div.cancelled-only, div.orders-list div.expired-only {
    display: none;
}

div.orders-list-brief-new div.new-only {
    display: block;
}

div.orders-list-brief-processed div.processed-only {
    display: block;
}

div.orders-list-brief-confirmed div.confirmed-only {
    display: block;
}

div.orders-list-brief-cancelled div.cancelled-only {
    display: block;
}

div.orders-list-brief-expired div.expired-only {
    display: block;
}

div.orders-list div.pin {
    float: left;
    width: 26px;
}

div.orders-list div.pin img {
    margin: 2px 0px 0px 5px;
}

div.orders-list div.time {
    float: left;
    width: 48px;
}

div.orders-list div.code {
    float: left;
    width: 80px;
}

div.orders-list div.restaurant {
    float: left;
    width: 170px;
}

div.orders-list-details div.restaurant div.phone {
    font-size: 1.3em;
    font-weight: bold;
    margin-top: 5px;
}

div.orders-list div.products {
    float: left;
    width: 345px;
}

div.orders-list-summary div.products {
    overflow: hidden;
    white-space: nowrap;
}

div.orders-list-brief-confirmed div.orders-list-summary div.products {
    visibility: hidden;
}

div.orders-list-details div.products {
    width: 400px;
    margin: -19px 0px 5px 0px;
}

div.orders-list div.sum {
    float: left;
    width: 40px;
    margin-right: 15px;
    text-align: right;
}

div.orders-list-full-confirmed div.orders-list-summary div.products {
    color: #989898;
}

div.orders-list div.name {
    float: left;
    width: 210px;
}

div.orders-list-full div.name span.name {
    font-weight: bold;
}

div.orders-list div.status {
    float: right;
    width: 80px;
    font-weight: bold;
}

div.orders-list div.status-new {
	color: #000000;
    /*text-decoration: blink;*/
    text-transform: uppercase;
}

div.orders-list div.status-confirmed {
    color: #86b42c;
}

div.orders-list div.status-cancelled {
    /*color: #C7050D;*/
    color: #CCCAC1;
}

div.orders-list div.status-expired {
    /*color: #FE9F16;*/
    color: #CCCAC1;
}

div.orders-list div.orders-list-status-text {
    margin: 4px 0px 0px 474px;
    font-style: italic;
}



div.orders-list-form {
    margin: 8px 0px 4px 25px;
}

div.orders-list-form div.button {
    float: left;
    width: 90px;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    padding: 4px 0px 0px 0px;
    height: 22px;
    margin: 0px 10px 0px 0px;
}

div.orders-list-form div.button:hover {
    color: #000000;
}

div.orders-list-form div.button-red {
    background-color: #C7050D;
}

div.orders-list-form div.button-orange {
    background-color: #FE9F16;
}

div.orders-list-form div.button-green {
    background-color: #86b42c;
}

div.orders-list-form div.button-grey {
    background-color: #717171;
}

div.orders-list-form div.first-buttons {
    float: left;
}

div.orders-list-form div.text-input {
    float: left;
    margin: 0px 0px 0px 190px;
}

div.orders-list-form div.text-input input {
    padding: 3px 4px;
    height: 18px;
    border: 1px solid #000000;
    margin-right: 10px;
    width: 440px;
}

div.orders-list-form div.text-input input.green {
    border-color: #86b42c;
}

div.orders-list-form div.text-input input.red {
    border-color: #C7050D;
}

div.orders-list-form div.second-buttons {
    float: left;
}

div.orders-list-form div.third-buttons div.text-info {
	float: left;
	padding: 0px 0px 0px 2px;
    width: 248px;
	margin: -5px 0px 0px 0px;
	font-weight: bold;
    color:#C7050D;
}



div.orders-list-settings {
    margin: 0px 0px 20px 0px;
}

div.orders-list-settings-status {
    float: left;
    width: 260px;
    margin: 0px 30px 0px 0px;
}

div.orders-list-settings-status div.status-box {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #86b42c;
    color: #86b42c;
    padding: 12px 0px;
}

div.orders-list-settings-status div.status-box-red {
    border-color: #C7050D;
    color: #C7050D;
}

div.orders-list-settings-description {
    float: left;
    width: 370px;
}

div.orders-list-settings-sounds {
    float: right;
    width: 210px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

div.orders-list-settings-sounds a.sound {
    color: #989898;
    text-decoration: none;
    padding: 0px 3px;
}

div.orders-list-settings-sounds a.sound-green {
    background-color: #86b42c;
    color: white;
}

div.orders-list-settings-sounds a.sound-red {
    background-color: #C7050D;
    color: white;
}

div.orders-list-settings-sounds img {
    vertical-align: top;
}

div.orders-list-archive {
    margin-bottom: 20px;
}

div.orders-list-archive h1 {
    float: left;
    margin: 0px 15px 0px 0px;
}

div.orders-list-archive-left {
    float: left;
}

div.orders-list-archive-left div.calendar {
    margin-left: 110px;
}

div.orders-list-archive-right {
    float: right;
}

