button#btn_order1 {
    color: #ffffff;
    background-color: #006dcc;
    background-color: #0044cc;
    text-shadow: none;
    background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
    background-image: -o-linear-gradient(top, #0088cc, #0044cc);
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    border-color: #0044cc #0044cc #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

div#order_main {
    padding-top: 60px;
}

.red-star {
    color: red;
}

.order_title_bar2 {
    font-family: Verdana;
    font-size: 14px;
    font-weight: 700;
    color: #A00020;
    text-align: left;
    background-color: white;
    border: none;
    font-variant: small-caps
}

.order_title_bar2_border { 
    border-top: solid 2px #A00020;
}

.order_title_bar3 {
    font-family: Verdana;
    font-size: 11px;
    font-weight: 700;
    color: #F00020;
    text-align: left;
    background-color: white;
    border: none;
}

.order_title_bar3_border { 
    border-top: solid 2px #F00020;
}

.row-item-highlight {
    background-color: #ffff99;
}

.order_progress_bar {
    width:24%;
    text-align:center;
    font-family: Verdana;
    font-size: 12px;
    border: solid 1px #800000;
    float: left;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    height: 60px;
    min-height: 60px;
    
}


.order_progress_bar_active {
    background-color: #800000;
    color: white;
    font-weight: bold;
}

.order_progress_bar_not_active {
    background-color: #b16363;
    color: white;
    opacity: 0.4;
}

div#order_main {
    clear: both;
}

.left {
    text-align: right;
    font-size: 12px;
    vertical-align: bottom;
}

div.right {
    font-weight: bold;
    vertical-align: bottom;
}



#desc {
    background-color: white;
    color: black;
    font-family: Arial, serif;
    font-size: 14px;
    padding: 4px;
    height: auto;
    overflow: hidden;

}

#desc.desc_div {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 3px 12px;

}

#desc.ui-dialog-buttonpane {
    margin-top: 0;
    border-top: none;
}

.prod-image-border {
    border: solid 1px black;
    -webkit-box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 4px 6px 5px 0px rgba(0,0,0,0.75);
}

td.r {
    text-align: right;
}

.order_directions {
    font-size: 75%;
    font-style: italic;
}

span.star {
    color: red;
}

span#discount {
    /* padding-right: 3px; */
}