﻿/* RIGHT SIDE MAIN PAGE */

#ShoppingListContainer {
    width: 180px;
    padding-top: 5px;
    margin: 0px auto 0px auto;
}

#ShoppingListHeader {
    width: 180px;
    height: 25px;
    padding-top:5px;
    padding-bottom: 5px;
}

.ShoppingListHeaderDivide {
    border-top: dotted 1px #939598;
    width: 180px;
    height: 5px;
    display: block;
}

.ShoppingListTable {width: 180px;}

.ItemQuantity{
    width: 15px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10px; 
    height:17px;
}

.ItemDescription{
    width: 125px;
    font-family: Arial, Helvetica, Sans-Serif; 
    font-size: 10px; 
    height:17px;
}

.ItemDescription a:link, .ItemDescription a:active, .ItemDescription a:visited {
    color: #000;
    text-decoration: none;
    font-size: 10px !important; 
    font-weight: normal !important;
}

.ItemDescription a:hover {
    color: #164A6C;
    text-decoration: underline !important;
    font-size: 10px !important; 
    font-weight: normal !important;
}

.ItemRemove{
    width: 40px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10px; 
    height:17px;
}

.ItemRemove a:link, .ItemRemove a:active, .ItemRemove a:visited {
    color: #164A6C;
    text-decoration: none;
    font-size: 10px !important; 
    font-weight: normal !important;
}

.ItemRemove a:hover {
    color: #164A6C;
    text-decoration: underline !important;
    font-size: 10px !important; 
    font-weight: normal !important;
}

.NoItems{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10px; 
}

.ShoppingListDisclaimer{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 9px; 
    padding: 10px 0px 10px 0px;
    color: #000;
    display: block;
    text-align: justify;
}


