#text > div {
	display: none;
}

#text #text_go_to {
	margin: 5px 0 10px 10px;
}

	#text #text_go_to a {
		margin-right: 15px;
		font-size: 1.2em;
		font-weight: bold;
	}


#text_movie_list_data {
	margin-left: 10px;
}


#text_contact_list_data {
	margin-left: 10px;
}


#text #text_name {
	padding: 2px 0 2px 10px;
	margin-bottom: 15px;
	font-size: 1.3em;
	font-weight: bold;
	display: block;
	color: #000000;
	background: #ff5d0c;
}


	#text > #text_loader {
		margin-top: 30px;
		display: block;
		text-align: center;
	}


	#text > #text_contact {
		#display: block;
	}


		#text > #text_contact #text_name {
			padding: 2px 0 2px 10px;
			margin-bottom: 15px;
			font-size: 1.3em;
			font-weight: bold;
			display: block;
			color: #000000;
			background: #ff5d0c;
		}
	
	
		#text > #text_contact #text_basic {
			float: left;
			width: 350px;
		}


			#text > #text_contact #text_basic_avatar {
				float: left;
			}


			#text > #text_contact #text_basic_info {
				float: left;
				padding: 10px 0 0 6px;
			}


			#text > #text_contact #text_basic_bio {
				float: left;
				margin-top: 10px;
				clear: both;
			}
	
	
		#text > #text_contact #text_filmography {
			float: left;
			margin-left: 15px;
			width: 270px;
		}


	#text > #text_movie {
		#display: block;
	}


		#text > #text_movie #text_name {
			padding: 2px 0 2px 10px;
			margin-bottom: 15px;
			font-size: 1.3em;
			font-weight: bold;
			display: block;
			color: #000000;
			background: #ff5d0c;
		}
	
	
		#text > #text_movie #text_basic {
			float: left;
			width: 310px;
		}


			#text > #text_movie #text_basic_avatar {
				float: left;
			}


			#text > #text_movie #text_basic_info {
				float: left;
				padding: 10px 0 0 6px;
			}


			#text > #text_movie #text_basic_bio {
				float: left;
				margin-top: 10px;
				clear: both;
			}
	
	
		#text > #text_movie #text_synopsis{
			float: left;
			margin-left: 15px;
			width: 280px;
		}
