body{ 
background-color: #fdfdf1;
Font-family: Verdana, serif;
}

a{
	color: white;
}

Div.LeftPanel{
	position: absolute;
	top: 70px; 
	left: 0px;
	width: 125px;
	height: 90%;
	background-color: #7380e0;
	padding: 10px;
	margin: 8px;
	font-weight: bold;
	font-size: medium;
	color: white;

}
Div.RightPanel {
	position: absolute;
	top: 70px; 
	right: 0px;
	width: 125px;
	height: 90%;
	background-color: #7380e0;
	padding: 10px;
	margin: 8px;
	font-weight: bold;
	color: white;
	font-size: medium;
}

img.spot{
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 5px;
	margin-right: 5px;
	border-style: solid;
	border-width: 4px;
	border-color: #000000;
}

.extra{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	border-style: none;
}

.text{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	font-style: italic;
	font-weight: bold;
	font-size: meadium;
}

.lsale{
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left:0px;
	padding-right:  20px;
	font-weight: bold;
	font-size: 95%;
}
	
.rsale{
	padding-top: 0px;
	padding-bottom:10px;
	padding-left: 20px;
	padding-right: 0px;
	font-weight: bold;
	font-size: 95%;
}

.cart{
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 0px;