/* Overlay --------------- */
/* the overlayed element */ 
#small-print {
	text-decoration:underline;
	cursor: hand; 
	cursor: pointer;
}
.show {
    display: inline;
    }
.hide {
    display: none;
    }
.order-uber-header {
    text-align:center;
}
.order-options {
    margin-left:18%;
}
.left { text-align: left; }
    img.left { float: left; }
    table.left { float: left; }
    .right { text-align: right; }
    img.right { float: right; }
    table.right { float: right; }
    .center { text-align: center; }
    img.center { display: block; margin: 0 auto; }
    table.center { display: block; margin: 0 auto; }
    .full { text-align: justify; }
    img.full { display: block; margin: 0 auto; }
    table.full { display: block; margin: 0 auto; }
    .bold { font-weight: bold; }
    .italic { font-style: italic; }
    .underline { text-decoration: underline; }
.running-total-order {
    display:none;
    }
.order-security-blurb {
    font-size:9px;
    font-weight:normal;
}
.send-to-me-row {
    margin-top:5px;
    padding-bottom:5px;
}
.delivery-date-spacing {
    padding-bottom:5px;
}
.order-logo-img {
    max-width:300px;
}
.bigx {
    cursor:pointer;
}
.pickup-time-all {
    display:none;
}
.select-day-all,.select-day-delivery,.select-day-pickup {
    display:none;
}
.menu-item-standard {

}
.menu-item-left {
float:left;padding-top:0px;
width:85%;
}
.menu-item-left-pic {
float:left;padding-top:0px;
width:60%;

}
.menu-item-right-pic {
width:22%;
}
.simple_overlay  { 
     
    /* must be initially hidden */ 
    display:none;
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#F5F5F5; 
     
    margin-top:35px;
    margin-left:20%;

    width:400px;     
    min-height:100px; 
    border:1px solid #666;
    
    
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
}
div.overlay {
    display:none;
    padding:20px;
    width:100%;
    max-width:550px;
    box-shadow:none;
    box-sizing:border-box;
    border:1px solid #666;
}
.simple_overlay ul {
	margin-top:5px;
	margin-bottom:5px;
} 
.simple_overlay   .close { 
    position:absolute; 
    right:-15px;
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}
.simple_overlay h3 {
    color:#444444;
    margin-bottom:3px;
    margin-top:5px;
    font-size:14px;
}
/* styling for elements inside overlay */ 
.details { 
    margin-top:10px;
    margin-left:10px;
    margin-bottom:10px;
    font-size:14px;
    color:#444444; 
	white-space:normal; 
}
.details-indent { 
    margin-top:12px;
    margin-left:10px;
    margin-right:15px;
    margin-bottom:12px;
    font-size:12px;
}
.order-header, .order-description {
    text-align:center;
}
.order-header-event-info {
clear:left;
}
.order-state-field {
display:normal;
}
.order-top-margin {
	margin:-10px;
}
.nlm {
	margin-left:0px;
}
.recipient-size-name {
    width:150px;
}
