/* For the overlay that pops into userpages when they choose the best of year */
#choose_yearly_showcase_item ul,
#choose_yearly_showcase_item li {
	margin: 0;
	padding: 0;
}

#choose_yearly_showcase_item li {
	margin: 10px 0 0 0;
	padding-left: 10px;
}

#choose_yearly_showcase_item li:last-child {
	padding-bottom: 10px;
}

#choose_yearly_showcase_item li > a {
	min-width: 560px;
	width: 560px;
	display: inline-block;
	overflow: hidden;
	font-size: 13px;
	font-weight: bold;
}

#choose_yearly_showcase_item li span {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url("//cssimg.ngfiles.com/icons/in-progress/i25.gif") 0 0 no-repeat;
	background-size: 15px 15px;
}

#choose_yearly_showcase_item input[type="radio"] {
	width: 15px;
	height: 15px;
}

/* Override the horrors of this design - edit icons for showcase years */
div.podtop div a.edit_showcase_year span:first-child {
	background: url("//cssimg.ngfiles.com/icons/a-15yellows.png") -330px 0 no-repeat;
	display: inline-block;
}

div.podtop div a.edit_showcase_year:hover span {
	background-position: -330px -15px;
}
