BODY
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px
    BACKGROUND-COLOR:#EFEFEF;
}

TD {
	font-family:century gothic,arial;
	font-size:14px;
	color:black;
}

SPAN.ItemTitle {
	color: rgb(51, 204, 0);
	font-weight:bolder;
	font-size:20px;
}

SPAN.PressTitle {
	color: rgb(51, 204, 0);
	font-weight:bolder;
	font-size:18px;
}

A.Paging {
	font-size:14px;
	color:black;
	text-decoration:underline;
}


A.Paging:link {
	font-size:14px;
	color:black;
	text-decoration:underline;
}

A.Paging:active {
	font-size:14px;
	color:black;
	text-decoration:underline;
}

A.Paging:visited {
	font-size:14px;
	color:black;
	text-decoration:underline;
}

A.Paging:hover {
	font-size:14px;
	color:black;
	text-decoration:none;
}

A.CartContents {	
	font-size:12px;
	color:black;
	text-decoration:none;
}
A.CartContents:link {	
	font-size:12px;
	color:black;
	text-decoration:none;
}
A.CartContents:active {	
	font-size:12px;
	color:black;
	text-decoration:none;
}
A.CartContents:visited {	
	font-size:12px;
	color:black;
	text-decoration:none;
}
A.CartContents:hover {	
	font-size:12px;
	color:black;
	text-decoration:none;
}

/* Display for tax and shipping */
.CheckoutMessage 
{
	font-size:10px;
}

/* The checkout button */
#CheckoutButton 
{
	margin:auto;
}

/* The area next to the checkout button and tables */
#CheckoutSide
{
	text-align:left;
}

/* The area for the cookie warning */
#WarningMessage
{
	text-align:center; font-size:12px; margin:auto; width:100%; display:block;
}