body {
	background-color: #000000;
	color: #DD0000;
}

a.menuLinks {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #DD0000;
	text-decoration: none;
}

a:hover.menulinks {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FF6666;
	text-decoration: none;
}

a.menuLinksCart {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}

.2checkout {
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #DD0000;
	text-decoration: none;
}

.ProductName {
	font-family: verdana;
	font-size: 20px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

.ProductDesc {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.ProductPrice {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

	div.floater {
		position:absolute;
		right: 120px;
		top: 150px;
		background-color: #FFAAAA;
		z-order: 550;
		border-style: solid;
		border-color: <%= strSiteColor1 %>;
		border-width: 1px;
		opacity: .8;
		filter: alpha(opacity=85);
		padding: 3px;
		width: 200px;
	}
	
	span.cart {
		font-family: verdana;
		font-weight: normal;
		font-size: 8px;
		color: #FFFFFF;
		cursor: hand;
		cursor: pointer;
	}

	span.cartFull {
		font-family: verdana;
		font-weight: normal;
		font-size: 8px;
		color: #FFFF00;
		cursor: hand;
		cursor: pointer;
	}

	td.cartContents {
		font-family: verdana;
		font-weight: bold;
		font-size: 9px;
		color: #253060;
		cursor: hand;
		cursor: pointer;
	}
	
		a.cartLink {
		font-family: verdana;
		font-weight: bold;
		font-size: 9px;
		color: #253060;
		cursor: hand;
		cursor: pointer;
		text-decoration: none;
	}	

	a:hover.cartLink {
		font-family: verdana;
		font-weight: bold;
		font-size: 9px;
		color: #FFFFFF;
		cursor: hand;
		cursor: pointer;
		text-decoration: none;
	}

	a.cartItem {
		font-family: verdana;
		font-weight: bold;
		font-size: 9px;
		color: #253060;
		cursor: hand;
		cursor: pointer;
		text-decoration: underline;
	}	

	a:hover.cartItem {
		font-family: verdana;
		font-weight: bold;
		font-size: 9px;
		color: #FF0000;
		cursor: hand;
		cursor: pointer;
		text-decoration: underline;
	}
	
	td.checkout {
		font-family: verdana;
		font-weight: bold;
		font-size: 10px;
		color: #000000;
	}
	
	.maintext{
		font-family: verdana;
		font-weight: bold;
		font-size: 10px;
		color: #000000;
	}
	
	.noItems{
		font-family: verdana;
		font-weight: bold;
		font-size: 14px;
		color: #CC0000;
	}