.ytf_item {
	background: #CCffff;
	height: 130px;
	border-top: 4px solid white;
	position: relative;
	padding: 0px;
}

.ytf_item .image {
	padding: 0px;
	height: 150px; 
	width: 150px; 
	position: absolute; 
	top: -11px; 
	left: -10px; 
	z-index: 10;
}

.ytf_item .text {
	position: absolute;
	top: 5px;
	left: 137px;
	height: 125px;
	width: 88px;
	overflow: hidden;
	line-height:1.15em;
}

.ytf_item .text .name {
/*	font-weight: bold;*/
}


.ytf_item a.profilelink {
	height: 19px;
	background: url(/html/images/layout/button_pink.png) no-repeat left bottom;
	display: block;
	position: absolute;
	right: 10px;
	bottom: 5px;
	margin: 0px;
	padding: 0px;
	color: white;
	font-weight: bold;
}
.ytf_item a.profilelink span {
	display:block;
	height:19px;
	left:5px;
	line-height:19px;
	padding-right:5px;
	position:relative;
	background: url(/html/images/layout/button_pink.png) no-repeat right bottom;
}

.content .ytf_item {
	float: left;
	width: 230px;
	margin-bottom: 20px
}

.content .alternate {
	float: right;
}


.selectedAuthor {
	background: #ff66cc;
}
.selectedAuthor .description, .selectedAuthor .profilelink {
	display: none !important;
}
.selectedAuthor .name {
	color: #ffffff;
}

