﻿#hotlinks_fancy {
	margin: 1em 0;
}
#hotlinks_fancy div {
	margin-bottom: 1em;
	position: relative;
	background-image: url(../images/feature-button-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right; 
	border-top: 1px solid white; /* needed to make ie6 behave */
}
#hotlinks_fancy div a {
	color: #BD0901;
	display: block;
	margin-left: 52px;
	text-decoration: none;
}
#hotlinks_fancy div img {
	border-style: none;
	position: absolute;
	top: 0;
	left: 4px;
}
#hotlinks_fancy div p {
	margin: .5em 0 0 52px;
	font-size: 90%;
	padding-bottom: 1em;
}
#hotlinks_fancy div p a {
	display: inline;
	margin: 0;
}
#hotlinks {
	margin: 2em 0;
}
#hotlinks div {
	margin-bottom: 1em;
	position: relative;
	border-top: 1px solid white; /* needed to make ie6 behave */
}
#hotlinks div a {
	color: #BD0901;
	text-decoration: none;
}
#hotlinks div img {
	border-style: none;
	vertical-align: middle;
}
