﻿
body {
    background-color:#ffffff;
	background-image:none;
	background-repeat:no-repeat;	
	background-position:center top;
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:100%;
}
.PD_GroceryPrint
{
    width:300px;
    float:left;
}
    .PD_GroceryPrint h1
    {
        font-size:20px !important;
        width:300px !important;
    }
.PD_GroceryWidth
{
    width:300px !important;
}
.PD_Grocery
{
    float:left;
    width:181px;
}
    .PD_Grocery h3
    {
        color:#0084BB;
        font-family:Georgia;
        font-size:16px;
    }
    .PD_Grocery .PD_List
    {
        
        border-top:2px solid #0084BB;
        float:left;
        width:300px;
    }
        .PD_Grocery .PD_List ul
        {
            padding:5px 4px;
        }
            .PD_Grocery .PD_List ul li
            {
                border-bottom:1px solid #E5E5E5;
                color:#838383;
                font-family:Georgia;
                font-size:15px;
                padding:3px 0 5px 11px;
                width:281px;
            }

.PD_PrintLogo
{
    padding:10px 0 30px 0;
}
.PD_PrintFooter
{
    width:650px;
    float:left;
    padding:30px 0 20px 0;
}
    .PD_PrintFooter .PD_PrintFooter_Content
    {
        float:right;        
    }
        .PD_PrintFooter .PD_PrintFooter_Content .FD_Text
        {
            color:#000000 !important;
        }

.print
{
     display:block;
}

        

