/* CSS Document */



body
{
  margin: 0 auto;
  padding: 0;
  font-size: 75%; /* Resets 1em to 10px */
  font-family: Tahoma, Verdana, Arial, Sans-Serif;
  background-color: #fff; 
 }
 
 h1 {
    font-size: 18pt;
    text-align: justify;
        }
/* begin Box, Sheet */
#Sheet 
{
 position: relative;
 width: 744px;
  background-color: #fff;
}

p {
	color: #000;
	text-align: left;
	font-size: 11pt;
	padding: 20px;
	font-weight: bold;
}
 

 
/* begin Header */
#Header 
{
  margin: 0px;
  position: relative;
  width: 744px;
  height: 218px;
    background-image: url('HeaderCart.jpg');
  background-repeat: no-repeat;
  background-position: center;
}
        
#Box1{
	position: relative;
	width: 400px;
	float: left;
}
#Box2 {
	clear: both;
}

#Box3 {
	position: relative;
	width: 170px;
	float: right;
	padding-right: 5px;
}

table {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11pt;
}

.productTitle {
  color: #000000;
  font-family: Verdana, Arial, sans-serif;
  font-size:11pt;
  font-weight: bold;
}

.cartItems {
  font-size: 9pt;
}

.cartSectionHeading {
  color: #000000;
  font-family: Arial, sans-serif;
  font-size: 12pt;
  font-weight: bold;
}

TABLE.Checkout {
  background: #ffffff;
}

TR.CheckoutHeading {
  color: #FFFFFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  background: #000;
}

TR.CheckoutContents {
  background: #FFFFFF;
}

A:Link {
  color: #000055;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11pt;
}

A:Visited {
  color: #000055;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11pt;
}

A:Hover {
  color: #550000;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11pt;
}


A.DLGbutton:Link {
  color: #FFFFFF;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: xx-small;
  font-weight: bold;
}

A.DLGbutton:Visited {
  color: #FFFFFF;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: xx-small;
  font-weight: bold;
}

A.DLGbutton:Hover {
  color: #FFCC00;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: xx-small;
  font-weight: bold;
}

A.DLGmoredetails:Link {
  color: #0000DD;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: xx-small;
  font-weight: bold;
}

A.DLGmoredetails:Visited {
  color: #0000DD;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: xx-small;
  font-weight: bold;
}

A.DLGmoredetails:Hover {
  color: #DD0000;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: xx-small;
  font-weight: bold;
}

A.CheckoutLink:Link {
  color: #0000DD;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11pt;
}

A.CheckoutLink:Visited {
  color: #0000DD;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11pt;
}

A.CheckoutLink:Hover {
  color: #DD0000;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11pt;
}

A.cartMenu:Link {
  color: #0033FF;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11pt;
  font-weight: bold;
}

A.cartMenu:Visited {
  color: #0033FF;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11pt;
  font-weight: bold;
}

A.cartMenu:Hover {
  color: #87A3FF;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size:11pt;
  font-weight: bold;
}

A.cartItems:Link {
  color: #0033FF;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11ptl;
  font-weight: bold;
}

A.pageNumbers:Link {
  color: #FFFFFF;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: x-small;
}

A.pageNumbers:Visited {
  color: #FFFFFF;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: x-small;
}

A.pageNumbers:Hover {
  color: #333333;
  text-decoration: underline;
  font-family: Arial, sans-serif;
  font-size: x-small;
}

A.copyright:Link {
  color: #0000DD;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: xx-small;
}

A.copyright:Visited {
  color: #0000DD;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: xx-small;
}

A.copyright:Hover {
  color: #DD0000;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: xx-small;
}