ul#itembrowser {
	margin: 0px;
	padding: 0px 0px 0px 22px;
	float: left;
	list-style-type: none;
	border-top: 1px solid #333333;
	font-family: Arial, Helvetica, sans-serif;
	width: 300px;
}
ul#itembrowser a {
	font-size: 1em;
	line-height: 2em;
	display: block;
	color: #333333;
	border-bottom: 1px solid #999999;
}
ul#itembrowser a:hover {
	color: #cc0000;
	background-image: url(../images/Red_Triangle_12.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#itempic {
	border-left: 9px solid #282344;
}

