/* CSS Document */

BODY {
  font-family: Verdana, Arial, sans-serif;
  font-size: xx-small;
}

TABLE {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	border: none;
}

.productTitle {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}

.cartItems {
  font-size: xx-small;
}

.cartSectionHeading {
  color: #FEB301;
  font-family: Arial, sans-serif;
  font-size: small;
  font-weight: bold;
}

TABLE.Checkout {
	background: #333333;
	border: none;
	margin: 15px 0 0 0;
}

TR.CheckoutHeading {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: #FFFFFF;
	border: none;
	padding: 3px 0 3px 0;
}

TR.CheckoutContents {
  background: #FFFFFF;
}

A:Link {
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

A:Visited {
  color: #333333;
  text-decoration: underline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
}

A:Hover {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.colcheckout a:link, .colcheckout a:visited  {
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:uppercase
}

.colcheckout a:hover{
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform:uppercase
}

A.DLGbutton:Link {
  color: #A7B6CD;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

A.DLGbutton:Visited {
  color: #A7B6CD;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

A.DLGbutton:Hover {
  color: #FFFFFF;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
}

A.DLGmoredetails:Link {
  color: #DD0000;
  text-decoration: underline;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

A.DLGmoredetails:Visited {
  color: #DD0000;
  text-decoration: underline;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

A.DLGmoredetails:Hover {
  color: #BDBEAD;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

A.CheckoutLink:Link {
	color: #FF0000;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

A.CheckoutLink:Visited {
	color: #FF0000;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

A.CheckoutLink:Hover {
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

A.cartMenu:Link {
  color: #969696;
  text-decoration: underline;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  font-weight: bold;
}

A.cartMenu:Visited {
  color: #969696;
  text-decoration: underline;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  font-weight: bold;
}

A.cartMenu:Hover {
  color: #000000;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 11px;
  font-weight: bold;
}

A.cartItems:Link {
  color: #0033FF;
  text-decoration: none;
  font-family: Verdana, Arial, sans-serif;
  font-size: xx-small;
  font-weight: bold;
}

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;
}
