/* START: FF box */
#ff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #939393;
}

#ff .head a {
	display: block;
	width: 300px;
	height: 30px;
	background: url(../images/right_other_double_tbottitle_ff.gif);
}

#ff .head span { display: none }


#ff a {
	color: #0F3DA1;
	text-decoration: none;
}

#ff a:hover {
	color: #0F3DA1;
	text-decoration: underline;
}

#ff h1 {
	display: inline;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

#ff ul,li {
	margin: 0;
	padding: 0;
}

#ff ul li {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 5px 0 5px 0;
	border-top: 1px solid white;
}
#ff ul li.first {
	padding: 0 0 5px 0;
	border-top: none;
}

#ff .text {
	float: left;
	margin: 0 0 0 10px;
	width: 175px;
	padding: 2px 0 0 0;
}

#ff .text h1 a {
	font-size: 14px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	line-height: 16px;
	margin: 0 0 5px 0;
	padding: 0px;
	display: block;
}
#ff .text h1 a:hover {
	text-decoration: underline;
}

#ff .picture {
	width: 80px;
	float: left;
}
#ff .picture .thumb_top {
	margin: 0px;
	color: white;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top left;
}
#ff .picture .thumb_top span {
	display: block;
	margin: 2px 0 0 0;
	padding: 3px 0 0 0;
	text-align: center;
}
#ff .picture .thumb_bottom {
	padding: 1px 0 3px 0;
	background-repeat: no-repeat;
	background-position: bottom left;
}
#ff .picture .thumb_cropped {
	overflow: hidden;
	width: 80px;
	text-align: center;
}
#ff .picture .thumb_cropped img {
	border: 2px solid white;
}

#ff .date {
	color: #b8b7b7;
}
#ff .picture.video .thumb_top  {
	background-image: url(../images/ff_video_thumb_top.gif);
}
#ff .picture.video .thumb_bottom {
	background-image: url(../images/ff_video_thumb_bottom.gif);
}
#ff .picture.foto .thumb_top {
	background-image: url(../images/ff_foto_thumb_top.gif);
}
#ff .picture.foto .thumb_bottom {
	background-image: url(../images/ff_foto_thumb_bottom.gif);
}
#ff .picture.blog .thumb_top {
	background-image: url(../images/ff_blog_thumb_top.gif);
}
#ff .picture.blog .thumb_bottom {
	background-image: url(../images/ff_blog_thumb_bottom.gif);
}
a.ff_user {
	display: block;
	padding: 3px 0 3px 0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
#ff a.male {
	color: #2096d4;
}
#ff a.female {
	color: #e1188d;
}
/* END: FF box */