/*   template: What's your solution?
     author: luka cvrk (www.solucija.com)   */

body {
	margin: 0;
	padding: 0;
	font: 70% Tahoma, Arial, Helvetica, sans-serif;
	color: #7e7e7e; 
	background: #FFFFFF;
}

a {
	color: #DE7000;
	background-color: inherit;
}

a:hover {
	color: #575757;
	background-color: inherit;
}

h1 {#
	font: Arial, Sans-Serif 9px normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

h1 a {
	text-decoration: none;
}

h2 {
	line-height: 16px;
	margin: 0;
	padding: 0;
	color: #2e2e2e;
	text-transform:uppercase;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}

h2 a {
	color: #2e2e2e;
	text-decoration: none;
	background: url(../images/flag.gif) no-repeat left top;
	padding-left:15px;
}

h3 {
	line-height: 16px;
	width:98%;
	margin: 0;
	padding: 0;
	color: #ffffff;
	text-transform:uppercase;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom:3px;
	border-bottom: dotted 1px #FFFFFF;
}

h3 a {
	color: #f77d18;
	text-decoration: none;
}

h5 {
	line-height: 16px;
	margin: 0;
	padding: 0;
	color: #2e2e2e;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
}

h5 a {
	color: #f77d18;
	text-decoration:underline;
	background: left url(../images/arrow.gif) no-repeat;
	padding-left:14px;
}


p {
	padding: 2px 0 5px;
	margin: 0;
	line-height: 20px;
}

#content {
	margin: 0px auto; 
	width: 780px; 
}

.header { 
	height: 89px;
	background: #FFF url(../images/logo_header.jpg) no-repeat;
	color: #808080;
}
	
.searchform {
	float: right;
	padding: 35px 20px 0px 0px;
}

.subheader {
	clear: both;
	height: 28px;
	border:dotted 1px #b2b2b2;
	z-index:20;
}

.subheader_right {
	height:28px;
	background: url(../images/hmrightbg.gif) top repeat-x;
	float: right;
	width: 580px;
	clear:none;
}

.subheader_right a {
/*	margin: 17px 0px 0px 0px;*/
	padding: 17px 12px 2px 12px;
/*	color: #626262;*/
	border-right: dotted 1px #b2b2b2;
/*	background:inherit;
	text-decoration: none;*/
}

.subheader_right a:hover {
	background: /*#F6F6F6*/ url(../images/hmrightbg_over.gif) top repeat-x;
/*	border-bottom: dotted 1px #b2b2b2;
	height: 28px;*/
}

.subheader_left {
/*	line-height: 28px;*/
	width: 197px;
	height: 28px;
	border-right: dotted 1px #b2b2b2;
	background: #f4f4f4;
/*	padding: 0 5px 0 5px;*/
	text-align: center;
	clear: none;
	float: left;
}

/*
.subheader_left a {
	text-decoration: none;
	background-color: inherit;
}*/

.left_and_right {
	display:block;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	clear: both;
	float: left;
	margin-top:-2px;
	z-index:10;
	background-color: #9E9D9D;
}

.left {
	float: left;
	padding: 10px 5px 0px 12px;
	width: 180px;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	clear:both;
}

.right {
	float: right;
	width: 559px;
	margin: 0px 0px 17px 0px;
	padding: 10px 12px 0px 12px;
	color: #e5e5e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

.info {
	font: normal 11px Arial, Sans-Serif;
	line-height:16px;
	text-decoration:none; 
	color:#d6d6d6;
/*	position:relative;
*/}

a.info {
	font: bold 12px Arial, Sans-Serif; 
	text-decoration:none; 
	color:#ffffff;
	text-transform:uppercase;
/*	position:relative;
*/}

a.info:hover {
	cursor:default;
	color:#f77d18;
}


/*a.info span {
	display:none;
}

a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;; 
	left:0;; 
	width:205px; 
	height:70px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(../images/question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size:0.7em; 
	padding-left:10px; 
	padding-top:10px;
}*/

.line {
	height: 2px;
	margin: 10px 0 10px 0;
}

.right_left {
	float: left;
	width: 175px;
	margin: 0px 7px 10px 0px;
/*	background: #f2f2f2 url(../images/corner.gif) no-repeat bottom right;*/
	color: #dedede;
}

.right_middle {
	float: left;
	width: 175px;
	margin: 0px 7px 10px 7px;
/*	background: #f2f2f2 url(../images/corner.gif) no-repeat bottom right;
*/	color: #dedede;
}

.right_right {
	float: right;
	width: 175px;
	margin: 0px 2px 10px 0px;
/*	background: #f2f2f2 url(../images/corner.gif) no-repeat bottom right;
*/	color: #dedede;
}

.right_left a, .right_middle a, .right_right a {
	color:#FFFFFF;
	font-weight:bold;
}

.right_left a:hover, .right_middle a:hover, .right_right a:hover {
	color:#f77d18;
	font-weight:bold;
}

.footer { 
	clear: both; 
	color: #999999; 
	background-color: #FFFFFF;
	padding: 10px 10px 10px 0; 
	border-top: 1px solid #e6e6e6; 
	text-align: right;  
	line-height: 13px;
}

.footer a {
	margin: 0px 0px 0 -10;
	padding: 6px 16px 6px 16px;
	color: #bf6000;
	text-decoration:underline;
}

form.search {
	padding: 0; 
	margin: 0; 
}

input.text { 
	margin: 0; 
	width: 95px;
	border: 1px solid #ccc; 
	background: #FFF;
	color: #000; 
}

input.text:hover { 
	border: 1px solid #808080; 
}

input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: none; 
	background: #FFFFFF; 
	color: #808080; 
	padding: 1px; 
	font-weight: bold; 
}

.date { 
	color: #ccc; 
	background: #FFFFFF;
	text-align: right; 
	margin: 4px 0 3px 0; 
	padding: 0; 
}

.blogAS {
	background:#808080;
	margin-left:-10px;
	margin-right:-10px;
	padding: 5px 10px 5px 10px;
}

.blogDR {
	background:#666666;
	margin-left:-10px;
	margin-right:-10px;
	padding: 5px 10px 5px 10px;
}

/*******************************************New Styles */

.film-odd{
background-color:#ffffff;
width:541px;
padding:10px 20px;
margin-left:198px;
border-right:1px solid #cccccc;
}


.film-even{
background-color:#cacaca;
width:541px;
padding:10px 20px;
margin-left:198px;
border-right:1px solid #cccccc;
}

.film-even table td, .film-odd table td  {
padding:10px;
vertical-align:top;
color:#333333;
}

.film-even table p, .film-odd table p  {
line-height:16px;
}
.film-even table h2, .film-odd table h2, #detailRight  h2  {
color:#F67C19;
font-weight:normal;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
text-transform:none;
}

.film-even table h2 a, .film-odd table h2 a {
color: #F67C19;
	background: none;
	padding-left:0px;
}


.film-even table h2 a:hover, .film-odd table h2 a:hover {
color: #2e2e2e;
}

#detailRight  h2  {
margin-top:10px;
}

td.fpict {
width:100px;
}

td.frdate {
width:60px;
font-weight:bold;
}

.filmHeading{
margin-top:30px;
padding-bottom:10px;
}

.fcover{
color:#ffffff;
margin:0px 0px 0px 70px;
}
.ftitle{
color:#ffffff;
margin:0px 0px 0px 160px;
}
.fdate{
color:#ffffff;
margin:0px 0px 0px 200px;
}

#BG-FilmDetail {
background-image: url(../images/BG-MovieDetail.gif);
	background-repeat: repeat-y;
margin-left:198px;
}

#detailLeft {
width:277px;
float:left;
}

#detailLeft  a {
color:#cccccc;
text-decoration:none;
}

#detailLeft  a:hover {
text-decoration:underline;
}

#detailRight {
color:#333333;
width:265px;
padding: 20px;
float:right;
line-height:16px;
}

#detailRight ul {
margin-top:-3px;
margin-left:15px;
padding-left:0px;
}

.clear{
clear:both;
}

#TrailerContent {
color:#ffffff;
padding: 10px;
}
#TrailerContent h2 {
color:#CCCCCC;
font-size:14px;
text-transform:none;
font-weight:normal;
margin:5px;
}
#TrailerContent ul {
padding-left:0px;
margin-left:0px;
margin-top:0px;
}
#TrailerContent ul li {
list-style-type: none;
background: transparent url(../images/arrow-bullet.gif) no-repeat 0px 1px;
	padding: 2px 14px;

}