@CHARSET "UTF-8";

div.voteable{
	width: 230px;
	display: block;
	float: right;
	padding: 0;
	margin-bottom: 10px;
}

div.container .main .voteable{
	margin-left: 20px;
}
div.container .page .voteable{
	float: right;
	clear: right;
}
.voteable .boys, .voteable .girls{
	position: relative;
	width: 230px;
	height: 220px;
}
.voteable .boys{ clear: right; background: #0172BB url('/images/boys-thumb-bg.png') no-repeat left top; }
.voteable .girls{ background: #57277C url('/images/girls-thumb-bg.png') no-repeat left top; }
.voteable .more.arrow-black, 
.voteable .more.arrow-blue{
	position: absolute;
	bottom: 0;
	left: 0;
}
div.voteable h3{
	color: #FFF;
	font-size: 21px;
	height: 36px;
	line-height: 36px;
	margin: 0;
	padding: 0 10px;
}
div.voteable .items{
	margin: 0 7px;
}

.voteable a.voteable-item{
	padding: 1px;
	background: #0172BB;
	display: block;
	float: left;
	margin: 3px;
	font-size: 0;
}
.voteable  a.voteable-selected{
	position: relative;
	display: block;
	float: none;
	background: #FFF;
	margin-bottom: 2em;
	font-size: 0;
	padding: 5px;
}
.voteable  a.voteable-selected img.big-image{
	width: 220px;
	height: 270px;
	margin: 0;
}
.voteable  a.voteable-selected img.fit-of-niet{
	width: 78px;
	height: 25px;
	position: absolute;
	right: 5px;
	bottom: 43px;
}
/* 
 * bloody moron that coded ImageSwitch (http://www.hieu.co.uk) leaves stray <img>s with empty src-attribute (...?) 
 * luckily they have a funny classname
 */
.voteable  a.voteable-selected img.GrpEffectImg{
	display: none;
}
.voteable  a.voteable-item img{
	width: 64px;
	height: 64px;
}

