﻿.SimpleShoppingCartTable
{
	width: 100%;
}
.lblTitle{
	font-weight:bold;
}
.lblTotalPrice{
	font-weight:bold;
}
.btnCheckOut{
	display:block;
	background: url(Images/button.gif) no-repeat;
	text-decoration: none;
	text-align: center;
	Width: 85px;
	Height: 18px;
}
.btnCheckOut:hover
{
	color: #4e4e4e;
	background: url(Images/buttonhover.gif) no-repeat;
}