.pagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
}
.itemtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	color: #000000;
	text-align: center;
	font-weight: bold;

}

ul#links {
	margin-left: 20px;
	margin-right: 25px;
	padding-left: 0px;
	
	list-style: none;
}

ul#links li {
	height: 2em;
	
	margin-bottom: 1px;
	
	background-color: rgb(33, 117, 188);
	
}

ul#links li a {
	display: block;
	
	font-family: sans-serif;
	
	padding: 8px 5px 7px 0.5em;
	
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	
	color: white;
	
	text-decoration: none;
	
	width: 100%;
}

html>body ul#links li a {
	width: auto;
}

ul#links li a:hover {
	background-color: rgb(37, 134, 215);
	
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;	
}

   
div#LeftColumn {
	width: 200px;
}


   
.itemprice {

	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #000000;
	text-align: right;
}
.itemtitlebeneath {

	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #000000;
	text-align: center;
	font-weight: bold;
}
