/* CSS Document */
#movies_title{
	width: 180px;
	height: 60px;
	background-image: url(/english/images/titles/fg_movies.jpg);
}

#tvseries_title{
	width: 220px;
	height: 60px;
	background-image: url(/english/images/titles/fg_tvseries.jpg);
}

#erotic_videos_title{
	width: 350px;
	height: 60px;
	background-image: url(/english/images/titles/fg_eroticvideos.jpg);
}

#others_title{
	width: 170px;
	height: 60px;
	background-image: url(/english/images/titles/fg_others.jpg);
}

#content p strong, #content p span, #content p em {
	margin: 0;
	padding: 0 1em .75em 0;
	float: left;
}

#content p strong{
	width: 55%;
}

#content p span{
	width: 25%;
}

#content p em{
	width: auto;
	float: right;
}
