.bg {
	BACKGROUND-POSITION: center bottom; BACKGROUND-ATTACHMENT: fixed;  BACKGROUND-REPEAT: no-repeat
}
.border {
	BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid;
}
.BorderSidesOnly {
	BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px; BORDER-LEFT: black 1px solid; border-bottom: black 1px; 
}
.BorderBottomOnly {
	border-bottom: black 1px solid; border-right:  #ffffff 1px; border-top:  #ffffff 1px; border-left:  #ffffff 1px; 
}

.BorderBottomTop 
{
	border-bottom: black 1px solid; border-right:  #ffffff 1px; border-top: black 1px solid; border-left:  #ffffff 1px; 
}

.BlackRightBorder {
	border-right: black 1px solid;
}

.Remember 
{
	padding-left: 5px;
}

.SearchBox
{
	background-color: #DCDCDC;
	border: solid 1px black;	
	width: 80px;
	
}

.ErrorMessage
{
	font-family: Verdana, Arial;
	font-size: x-small;
	color: Red;
}

.NormalText
{
	font-family: Verdana, Arial;
	font-size: x-small;
}

.CheckOutProductList
{
	padding-left: 14px;	
}

.MenuItem
{
	font-family: Verdana, Arial;
	font-size:  xx-small;
	color: black;
	font-weight: bold;
}

.MainMenuLink
{
	font-family: Verdana, Arial;
	font-size:  xx-small;
}

.Selected { FONT-SIZE: 10px; COLOR: black }
.UnSelected { COLOR: black }

.OrderListingTable td
{
	font-size: x-small;	
}

body{
	background-color: black;
}