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

body{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}

a:link ,  a:visited{
	color:#333;
	text-decoration:none;
}

 a:hover ,  a:active{
	color:#666;
	text-decoration:none;
}

.wrapper{
	width:800px;
	margin:0 auto;
	direction:rtl;
}

.navbar{
	background-color:#999;
	color:#FFF;
	padding:3px 0 6px;
	text-align:left;
	line-height:110%;
}

.header{
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:bold;
	background-color:#EFEFEF;
	color:#222;
	padding:15px 0 15px;
	line-height:110%;
}

.content{
	padding-top:15px;
}

.movies{
}


.movie{
	position:relative;
	height:184px;
	margin-bottom:20px;
}

.movieImage img{
	width:250px;
	height:180px;
	float:right;
	padding:1px;
	border:1px solid #555;
	margin-left:10px;
}

.movieTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
}


.movieDate{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#999;
	margin-bottom:10px;
}

.movieDesc{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#555;
	text-align:justify;
	line-height:180%;
}

.movieDownload{
	position:absolute;
	right:263px;
	bottom:0px;
	padding-bottom:2px;
}

.movieShare{
	position:absolute;
	left:0px;
	bottom:0px;
}

.footer{
	background-color:#EFEFEF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#999;
	padding:4px 0 6px;
	line-height:110%;
}

.moviesList{
	padding:15px 10px;
	border-top:1px dashed #999;
}

.moviesList ul {
	padding:0px 20px 0 0;
}

.moviesList ul li{
	list-style:circle;
	padding-bottom:3px;
}

.moviesList ul li span{
	color:#CCC;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
}


.moviePlayerWrapper{
	padding:15px 0;
	border-top:1px dashed #999;
}

.userComments{
	padding-top:15px;
	border-top:1px dashed #999;
}

.userComment{
	text-align:justify;
	margin-bottom:15px;
}

.userCommentName{
	color:#777;
	font-weight:bold;
}

.userCommentDate{
	color:#CCC;
	font-weight:normal;
}

.userCommentBody{
	line-height:150%;
	font-size:11px;
	color:#888;
	padding:5px 10px 0 0;
}

.commentForm{
	padding-top:15px;
	border-top:1px dashed #999;
}

.commentForm label{
		width:70px;
		display:block;
		float:right;
		padding:4px 0 5px;
		margin-bottom:10px;
}

.commentFormInput{
	border:1px solid #999;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	padding:5px;
	width:270px;
	margin-bottom:10px;
	float:right;
}

.commentFormTextarea{
	border:1px solid #999;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	padding:5px;
	width:786px;
	margin-bottom:10px;
}

.commentFormCaptcha{
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	letter-spacing:3px;
	font-weight:bold;
	color:#C4A4A5;
	border:1px solid #999;

	width:135px;
	padding:1px 0 2px;
	text-align:center;
	float:right;
	margin:0 0 10px 5px;
}

.commentFormSubmit{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	padding:3px 15px;
	text-align:center;
	color:#666;
	float:left;
}

