﻿.CartGridView
{
    width: 100%;
}
.CartProductName
{
	font-weight: bold;
	color: #990000;
}
.CartProductDescription
{
}
.CartProductPriceLabel
{
	float: left;
	font-weight: bold;
	width: 60px;
	text-align: right;
	padding-right: 5px;
}
.CartProductPrice
{
}
.CartProductQuantityLabel
{
	float: left;
	font-weight: bold;
	width: 60px;
	text-align: right;
	padding-right: 5px;
}
.CartProductQuantity
{
}
.CartProductQuantity input
{
	width: 40px;
}
.CartProductSeparator
{
	height: 1px;
	border-top: solid 1px Gray;
}
.CartProductAltRow
{
	background-color: #F4F4F4;
}
.CartProductError
{
}
.CartProductAddButton
{
	margin-top: 5px;
	width: 115px;
	height: 25px;
	background-image: url(/Assets/Images/MedButton.gif);
}
.CartProductAddButton a:link, .CartProductAddButton a:visited, .CartProductAddButton a:active
{
	line-height: 25px;
	color: White;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
.CartProductAddButton a:hover
{
	line-height: 25px;
	color: Yellow;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
.CenterButton
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#CartTotals
{
    width: 494px;
    text-align: center;
}
#CartTotals table
{
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}
.CartFieldLabel
{
    text-align: right;
    font-weight: bold;
}
.CartFieldValue
{
    text-align: right;
}
.CartProductCheckoutButton
{
	margin-top: 5px;
	width: 115px;
	height: 25px;
	background-image: url(/Assets/Images/MedButton.gif);
	margin-left: auto;
	margin-right: auto;
}
.CartProductCheckoutButton a:link, .CartProductCheckoutButton a:visited, .CartProductCheckoutButton a:active
{
	line-height: 25px;
	color: White;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
.CartProductCheckoutButton a:hover
{
	line-height: 25px;
	color: Yellow;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
.CartBillingButton
{
	margin-top: 5px;
	width: 115px;
	height: 25px;
	background-image: url(/Assets/Images/MedButton.gif);
}
.CartBillingButton a:link, .CartBillingButton a:visited, .CartBillingButton a:active
{
	line-height: 25px;
	color: White;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}
.CartBillingButtons a:hover
{
	line-height: 25px;
	color: Yellow;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}