﻿.ShoppingList
{
	font-size:15px;
}

.PaymentType
{
	border:0px;
	font-size:15px;
	color:#404040;
}

.PaymentType input
{
	border:0px;
	font-size:15px;
	color:#404040;
}


.Price
{
    font-size: 15px;
    line-height: 30px;
    vertical-align:middle;
}


.SubTotal
{
    font-size: 15px;
    line-height: 30px;
    vertical-align:middle;
}

.BuyItem
{
    font-size: 16px;
    line-height: 25px;
    vertical-align:middle;
}


.BuyItem Input
{
    font-size: 16px;
    line-height: 25px;
    vertical-align:middle;
}

.grdItem .Product a
{
    font-size: 13px;
    line-height: 25px;
    color: cornflowerblue;
}

.grdItem .Product a:hover
{
    font-size: 13px;
    line-height: 25px;
    color: #99cc33;
    text-decoration: underline;
}

.grdAlterItem .Product a
{
    font-size: 13px;
    line-height: 25px;
    color: cornflowerblue;
}

.grdAlterItem .Product a:hover
{
    font-size: 13px;
    line-height: 25px;
    color: #99cc33;
    text-decoration: underline;
}

.panFee
{
	font-family: "Arial";
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	color: 642F87;
}