#cartInfo
{
	
  position: absolute;
  top: 100px;
  right: 3px;
	
}

#cartOption2
{
  position: absolute;
  top: 190px;
  right: 3px;
}

#tableCartInfo
{
  width: 370px;
  height: 25px;
}

#cartInfoLeftCorner
{
  background-image: url(../Images/cartInfoLeftCorner.gif);
  background-position: right top;
  background-repeat: no-repeat;
  width: 25px;
}

#cartProductCount
{
  font-weight: bold;
  color: #ffffff;
  background-color: #6e90a1;
}

#cartItemInfo
{
  font-weight: bold;
  color: #ffffff;
  background-color: #6e90a1;
}

#cartTotal
{
  font-weight: bold;
  color: #ffffff;
  background-color: #6e90a1;
}

#cartViewCart
{
  font-weight: bold;
  color: #ffffff;
  background-color: #6e90a1;
}

.spanItemInfo
{
  font-weight: bold;
  color: #ffffff;
}

.spanTotal
{
  font-weight: bold;
  color: #ffffff;
}

.cartOptionItem
{
  margin: 1px;
  background-color: #ffffff;
  padding: 2px;
}

.cartOptionBody
{
  border: solid 1px #6e90a1;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: aliceblue; /*#f1f1f1;*/
}

.cartOptionLink
{
  text-decoration: none;
  color: #990000;
  background-image: url(../Images/square.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 12px;
}
a.cartOptionLink:link {color: #990000;}
a.cartOptionLink:visited {color: #990000;}
a.cartOptionLink:hover 
{
  color: #f79421;
  background-image: url(../Images/squares_0_hl.gif);
}

