@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}

#app_intro_image
{
	background-image:url(/images/apps/taxicab/bg_player.png)	;
	background-repeat:no-repeat;
	width:807px;
	height:782px;
	position:relative;
	top:-53px;	
	left:-1px;	
	margin-bottom:-54px;	
}

#bg_image
{
	background-image:url(/images/apps/taxicab/info_box.png);
	background-repeat:no-repeat;
	width:807px;
	height:1466px;
	position:relative;
	left:-1px;
}

#app_video_container {
	position:relative;
	top:309px;
	right:28px;
}

#app_description_block {
	width:514px;
	height:225px;
	float:right;
	position:relative;
	top:370px;
}

.app_text_title {
	font-size:18px;
	font-weight:100;
	color:yellow;
}

.app_text_normal {
	line-height: 1.5;	
	font-size:16px;
	color:yellow;	
}

.app_text_blue {
	font-size:16px;
	color:#0564a5;	
}

ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

li {
	margin:0px;
	list-style-type:none;
	direction:rtl;
	background-image: url(/images/flappy/star.png);
	background-repeat: no-repeat;
	background-position:right;
	padding-bottom:5px;
	padding-right:20px;
	padding-top:3px;
}