body {
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:12px;
	background:#0D2B47;
}

.clear { clear:both; }
.middle { vertical-align:middle; }

img { border:0px; }

#all {
	width:980px;
	padding:10px;
	margin:10px auto;
	background:white;
}

#logo {
	float:left;
	margin:17px 0px 5px 15px;
}

#header_ad {
	float:right;
}

#menu {
	margin-top:15px;
}

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

#menu ul li {
	float:left;
}

#menu ul li a {
	display:block;
	width:100px;
	height:22px;
	background-image:url("../images/menu.jpg");
	background-repeat:no-repeat;
	margin-right:4px;
	color:white;
	font-size:12px;
	font-family:Tahoma;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	padding-top:8px;
}

#menu ul li a:hover {
	background-image:url("../images/menu_over.jpg");
	background-repeat:no-repeat;
	text-decoration:underline;
	color:#102844;
}

#cauta {
	width:690px;
	padding-left:290px;
	height:145px;
	padding-top:25px;
	background-image:url("../images/bg_search.gif");
	background-repeat:no-repeat;
	margin-top:5px;
	font-family:Arial;
	font-size:13px;
	color:white;
}

	#cauta h1 {
		font-size:30px;
		color:#DDDFE3;
		font-weight:normal;
		margin:0px 0px 4px 0px;
		padding:0px;
	}
	
	.blue { color:#82D1E6; }
	
	#cauta form {
		margin:8px 0px 5px 0px;
	}
	
	.input_cauta {
		width:349px;
		height:36px;
		padding:5px 0px 0px 5px;
		background:#EDEFF4;
		font-size:23px;
		color:#1EA6CC;
		border:0;
	}
	
	.submit_cauta {
		width:130px;
		height:43px;
		border:0px;
		color:white;
		font-size:24px;
		text-align:center;
		background-image:url("../images/bg_cauta.jpg");
		background-repeat:no-repeat;
		vertical-align:middle;
		margin-left:10px;
		margin-top:-7px;
	}
	
#content {
	margin-top:5px;
}

#left {
	float:left;
	width:180px;
	margin-right:5px;
}

.left_box {
	border:2px solid #EDEFF4;
	padding:5px;
}

#left h1 {
	margin:0px;
	padding:5px;
	background:#0D2B47;
	font-size:16px;
	font-weight:bold;
	color:white;
}

#left ul {
	margin:0px;
	padding:15px 0px 0px 27px;
}

#left ul li a {
	color:#0066CB;
	text-decoration:none;
	display:block;
	margin-bottom:2px;
	font-size:13px;
}

#left ul li a:hover {
	text-decoration:underline;
}

#home_center {
	border:1px solid #CCCCCC;
	padding:3px;
}

#right {
	width:795px;
	float:left;
}

	#home_center h1 {
		margin:2px 0px 0px 0px;
		padding:5px;
		color:#333333;
		font-size:16px;
		font-weight:bold;
		background:#EDEFF4;
	}
	
	#home_center table {
		background:#E9F3FD;
		margin-top:1px;
	}
	
	#home_center td {
		padding:3px;
	}
	
	#home_center td a {
		font-size:11px;
		color:#333333;
		font-weight:bold;
		text-decoration:none;
	}
	
	#home_center td a:hover {
		text-decoration:underline;
	}
	
	#home_right {
		padding:0px;
		color:white;
	}
	
	#home_right h1 {
		margin:2px 0px 5px 0px;
		padding:7px;
		color:#333333;
		font-size:16px;
		font-weight:bold;
		background:#EDEFF4;
	}
	
	#home_right table {
		padding:5px;
		background:#202528;
	}
	
	#home_right img {
		border:1px solid white;
	}
	
	#home_right a {
		font-size:12px;
		color:white;
		text-decoration:none;
		font-weight:bold;
	}
	
	#home_right a:hover {
		text-decoration:underline;
	}

	
	.mic { display:block; font-size:11px; line-height:12px; }
	
	#home_right_link {
		background:#343D41;
		padding:2px;
		text-align:right;
	}
	
	#home_right_link a {
		font-size:11px;
		font-weight:normal;
		color:#FF6600
	}
	
	#home_right_link a:hover {
		text-decoration:underline;
	}
	
	.home_box {
		border:2px solid #EDEFF4;
		padding:7px;
		font-family:Tahoma;
		font-size:12px;
		color:#3E465D;
	}
	
	.home_box h3 {
		margin:0px 0px 7px 0px;
		padding:0px;
	}
	
	.home_box h3 a {
		font-family:Tahoma;
		font-size:13px;
		color:#0156C1;
		font-weight:bold;
		text-decoration:none;
	}
	
	.home_box h3 a:hover {
		text-decoration:underline;
	}	
	
	
#subfooter {
	border-top:1px solid #CCCCCC;
	background-image:url("../images/bg_subfooter.jpg");
	background-repeat:repeat-x;
}

h4 {
	margin:0px;
	padding:0px;
	font-size:14px;
	font-family:Tahoma;
	font-weight:bold;
	color:#333333;
	
}

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


#subfooter ul li a {
	color:#0156C1;
	text-decoration:none;
	display:block;
	margin-bottom:3px;
}

#subfooter ul li a:hover {
	text-decoration:underline;
}

#footer_outer {
	width:1000px;
	margin:10px auto;
	color:white;
}

#right_left {
	float:left;
	width:480px;
	margin-right:5px;
}


	#movie {
		border:2px solid #EDEFF4;
		padding:4px;
	}
	
	#movie h1 {
		margin:0px;
		padding:7px;
		background:#0D2B47;
		font-size:14px;
		color:white;
		font-weight:normal;
	}
	
	#movie h2 {
		margin:0px 0px 5px 0px;
		padding:0px;
		font-size:17px;
		color:#333333;
	}
	
	#movie a {
		color:#0033CC;
		text-decoration:none;
	}
	
	#movie a:hover {
		text-decoration:underline;
	}
	
	.poster {
		padding:1px;
		border:1px solid #cccccc;
		margin-right:10px;
	}
	
	#poze {
		margin-top:10px;
		border:2px solid #EDEFF4;
		padding:2px 0px 2px 7px;
	}
	
	#poze h2 {
		margin:5px 0px 8px 0px;
		padding:0px;
		font-size:17px;
		color:#333333;
	}
	
	#subtitrari {
		margin-top:10px;
		border:2px solid #EDEFF4;
		padding:4px;
	}
	
	#subtitrari h1 {
		margin:0px;
		padding:7px;
		background:#0D2B47;
		font-size:14px;
		color:white;
		font-weight:normal;
	}
	
	#subtitrari table {
		margin-top:10px;
		line-height:19px;
		border-bottom:1px dotted black;
	}
	
	.titlu_sub {
		font-size:13px;
	}

#right_right {
	float:left;
	width:310px;
}

.right_box {
	border:2px solid #EDEFF4;
	padding:4px;
}

.right_box h2 {
	margin:0px 0px 5px 0px;
	padding:0px;
	font-size:15px;
	color:#333333
}

.right_box h1 {
	margin:0px;
	padding:5px;
	background:#0D2B47;
	font-size:16px;
	font-weight:bold;
	color:white;
}

.right_box ul {
	margin:10px 0px 0px 15px;
	padding:0px;
	list-style-type:none;
}


.right_box ul li a {
	color:#0156C1;
	text-decoration:none;
	display:block;
	margin-bottom:3px;
}

.right_box ul li a:hover {
	text-decoration:underline;
}

#filtru {
	margin-bottom:15px;
}	

#filtru a {
	font-size:16px;
	color:#FF6600;
	margin-right:10px;
	text-decoration:none;
}

#filtru a:hover {
	text-decoration:underline;
}

#movie h3 {
	margin:0px;
	padding:0px;
	font-size:16px;
}

#movie h3 a {
	color:#0066CB;
	text-decoration:none;
}

.dot {
	border-bottom:1px dotted black;
}

#subtitrari table h2 {
	margin:0px;
	padding:0px;
}	

#subtitrari table a {
	font-size:15px;
	font-weight:bold;
}

#subtitrari p {
	margin:0px;
	font-size:11px;
	line-height:14px;
}

.an {
	font-size:12px;
	color:orange;
	font-weight:bold;
}

#link_actor {
	display:block;
	margin-top:5px;
	font-size:11px;
}

#paginare {
	margin-top:8px;
	font-size:14px;
}

#paginare a {
	color:#0F2942;
	background:#FEE69F;
	text-decoration:none;
}

#paginare a:hover {
	background:none;
}

/* AUTOCOMPLETE */

.ac_results {
	padding: 0px;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	width:354px;
	margin-left:1px;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 5px 3px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: Tahoma;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #F4FCBE;
	color: black;
}

#footer a {
	color:white;
}

#subtitrari h3 {
	font-size:14px;
	font-weight:normal;
	margin:0px;
	padding:3px;
}

#subtitrari h3 a {
	color:#0F2942;
	text-decoration:none;
	font-weight:bold;
}

#subtitrari a:hover {
	text-decoration:underline;
}
