﻿        .hidden
        {
            display: none;
        }
        BODY
        {
            /*margin: 10px 0px 0px;*/
            color: #333;
            /*font-family: "Trebuchet MS" , Helvetica, Arial;*/
            background-color: #fff;
            /*font-size: 10pt;*/
        }
        H2
        {
            font-size: 12pt;
        }
        TD
        {
            vertical-align: top;
            font-size:9pt;
        }
        .clear
        {
            clear: both;
            display: block;
            overflow: hidden;
            visibility: hidden;
            width: 0;
            height: 0;
        }
        /*
        DIV
        {
            display: inline;
            float: left;
            position: relative;
        }
*/
        .grey_border
        {
            border: 1px solid #CCC;
        }
        .grey_border TD TR TH TBODY
        {
            border: 2px solid #FFF;
        }
        .grey-heading TD TR TH TBODY
        {
        	border:solid 1px #FFFFFF;
        }
        .checkout-label
        {
            display: block;
        }
        .blue-heading
        {
            background: transparent url(/images/reccommended-heading-bg.gif) repeat-x top left;
            border-bottom: 1px solid #CCC;
        }
        .blue-heading DIV
        {
            width: auto;
            display: block;
        }
        .blue-heading h2
        {
            padding: 0 0 0 20px;
            font-size: 100%;
            font-weight: bold;
            margin: 2px 0 0 0;
            color: #FFF;
        }
        .grey-heading DIV
        {
            width: auto;
            display: block;
        }
        .grey-heading
        {
            background: transparent url(/images/left-header-bg.jpg) repeat-x top left;
            /*border-bottom: 1px solid #CCC;*/
            height:20px;
        }
        .grey-heading h2
        {
            padding: 0 0 0 20px;
            font-size: 100%;
            font-weight: bold;
            margin: 2px 0 0 0;
            color: #444;
        }

.DropShipItem {
color:Red;
font-family:georgia;
font-size:17px;
font-weight:bold;
}

.RXItem {
color:#2357A1;
font-family:georgia;
font-size:17px;
font-weight:bold;
}

.dvDropShipMsg
{
    float:left;
    text-align:left;
    color:Red;
    width:500px;
    clear:both;
}
.dvRXItemMsg
{
    float:left;
    text-align:left;
    color:#2357A1;
    width:500px;
    clear:both;

}
