/* View Cart Info */
.Row { float:left; padding: 0 auto; }
.Cell { float:left; }

/* BEGIN View Cart */
/* Cart Rows */
.CartPage {
    padding-left: 15px;
}

.CartPage a:link {
    font-size: 75%;
}
.CartPage a:visited {
    font-size: 75%;
}
.CartPage a:active {
    font-size: 75%;
}

.CartTable {
    width: 85%;
}
.CartHeader 
{
	background-color: #d4d4d4;
	text-align:center;
	font-size:15px;
	font-weight:bold;
}
.CartHeaderCell {
}
.CartRow 
{
	border-bottom: solid 1px #a4a4a4;
}
.CartARow {
}
.CartFooter {
}

/* Row Items */
.CartCell 
{
	border-bottom:solid 1px silver;
}
.CartQty {
}

.CartThumb { border: solid 1px silver; }

.CartItemName {
	font-size: 20px;
}
.CartItemDesc 
{
	font-size: 75%;
}
.CartPrice {
}
.CartSubTotal {
	font-weight:bold;
}

/* Footer Items */
.CartTotalItems {
}
.CartTotal {
}

/*Buttons */
.CartButtons {
}
/* END View Cart */

/* Product View */
/* Product Rows */
.ProductTable {
    width: 100%;
}
.ProductRow 
{
	border-bottom: solid 1px #a4a4a4;
}
.ProductARow {
}
.ProductFooter {
}

/* Row Items */
.ProductCell 
{
	border-bottom:solid 1px silver;
}
.ProductQty {
}

.ProductThumb 
{
}

.ProductItemName {
	font-size: 16px;
	font-weight:bold;
	line-height: 32px;
}

.ProductItemDesc 
{
	/*font-size: 75%;*/
}

.ProductTblPriceQtyAdd
{
	padding-top:5px;
	padding-bottom:5px;
}

.ProductPrice 
{
    font-weight:bold;
    color:Gray;
}

.ProductButton 
{
	background-color: Silver;
	border: solid 1px Gray;
	height: 22px;
	padding: 3px;
	font-size: 11px;
	font-weight:bold;
}

.ProductButton_Hover
{
	background-color: Gray;
	color: White;
	border: solid 1px Black;
	height: 22px;
	padding: 3px;
	font-size: 11px;
	font-weight:bold;
}
/* END Product View */