@charset "UTF-8";
/* CSS Document */

#homelinks a, #homelinks a:visited {
	color: #000066;
}
#homelinks  a:hover {
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990000;
}

.center {
	text-align: center;
	vertical-align: super;
}
.center2 {
	color: #990000;
	position: relative;
	left: 35px;
	top: 25px;
}

h3 span {
	color: #990000;
}
#mainlf {
	margin-top: 40px;

}
#sortby {
	position: absolute;
	top:-25px;
}
.itemdisplay {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3b281a;
	margin-right: 4px;
	margin-bottom: 12px;
	padding-bottom: 8px;
	background-position: center;
	display: block;
	float: left;
	width: 675px;
}
.itemdisplay p {
}
.itemdisplay p span{
	text-align: center;
}
.itemdisplay img {
	max-height: 100px;
	background-position: center;
	margin: 5px;
	text-align: center;
	position: relative;
	text-decoration: none;
	border-width: 0px;
	border-style: none;
	display: block;
	float: left;
	padding: 0 5px 5px 0;
}
.icon {
	height: 40px;
	overflow: hidden;
}
.icon img {
	display: block;
	float: right;
	margin: 0;
}
