/* 
	project: internet services - 2nd edition
	author: luka cvrk (www.solucija.com) */
/* default styles
   -------------- */
*{ margin: 0; padding: 0; }* 
body { 
	font: .7em Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em;
	background: #FFF; 
	background: #FFF url(../images/dotted_bg2.png) repeat-x top;
	color: #444; 
}

a {	color: #E0691A;	background: inherit; text-decoration:none;}
a:hover { color: #6C757A; background: inherit; }

h1 { font: normal 2.4em "Trebuchet MS", Arial, Sans-Serif; padding: 7px 0 0 8px; margin: 0; }
h1 a { color: #737373; background: inherit; }
.orange { color: #E0692A; }
sup { font-size: .5em; }

h1 a, h2 a { text-decoration: none; }
h1 a:hover, h2 a:hover { color: #FF6600; background: inherit; }
h2 { font-size: 1.5em; margin-bottom: 5px; color: #000; background: inherit; }
p {	margin: 0 0 5px 0; }

ul { list-style : none; }

a img { border:0; }

/* layout
   ------ */

.content { 
	background: #fff url(../images/hdr_top3.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 980px;
	padding: 10px; 
}

.header { 
	height: 60px;
	background: #fff url(../images/headerbg.gif) repeat-x bottom;
	color: #808080;
	margin: 13px 0 3px 0;
	padding: 10px 0 0 0;
	position: relative;
}

.top_info {
	float: right;
	width: 350px;
	padding: 5px 0 4px 0;
	color: #808080;
}

.browse_category  {
	width: 390px;
	color: #FFF;
	background: inherit;
}

.bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	color: #FFF;
	background: #FF9148 url(../images/menubg.gif) repeat-x;
}

	.bar li { 
		padding: 6px 8px 6px 8px;
		color: #FFEADC;
		float: left; 
	}
	
	.bar li.active { 
		background: #E0691A url(../images/bar.gif) repeat-x; 
		color: #fff;
		font-weight: bold;
		text-decoration:underline;
	}
	
	.bar li a { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	} 
	
	.bar li a:hover { 
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: underline;
	} 

.subbar {
	clear: both;
	font-size: 1.1em;
	height: 30px; 
	color: #FFF;
	visibility:hidden;
}

	.subbar li { 
		padding: 6px 5px 6px 5px;
		color: #FFEADC;
		float: left; 
	}

/* search form */
.search_field { 
	color: #808080;
	clear: both;
	font-weight: bold;
	margin: 8px 0;
}
	input.search { 
		width: 292px; 
		border: 0;
		background: #FFF url(../images/input.gif) no-repeat;
		padding: 4px; 
		color: #E0691A;
		font-weight: bold;
		margin: 0 0 0 3px;
	}
	input.submit {
		background: #E0691A url(../images/submit.gif) no-repeat;
		border: 0;
		padding: 4px 0;
		width: 65px;
		margin: 0 10px 1px 0;
		color: #FFF;
		font: bold 1em Arial, Sans-Serif;
	}
	.grey { color: #808080; background: inherit; font-weight: normal; }
	.search_form { float: right; }

/* left side
   --------- */

.left {
	float: left;
	width: 984px;
	margin: 0 0 10px 0;
}

.left h2 {
	clear: both;
	background: #E8E8E8 url(../images/h2bg.gif) no-repeat center left;
	color: #444;
	padding: 3px 0 4px 43px;
	font: bold 1.4em "Trebuchet MS", Arial, Sans-Serif;
	margin: 0 0 10px 0;
}
	.left_side {
		float: left;
		width: 160px;
		padding: 0 0 0 10px;
		margin: 10px 0 0 38px;
	}
		
	.left_side a, .right_side a { color: #414141; background: #FFF; }
		
	.right_side {
		float: right;
		width: 280px;
		background: #FFF url(../images/dotted.gif) repeat-y;
		color: #414141;
		padding: 0 0 0 70px;
		margin: 10px 0;
	}
	.left_box { 
		margin: 0 0 10px 0; 
		color: #000; 
		background: #FFF; 
		padding: 3px 0; 
	}
	
		
/* right side
   ---------- */
		
.right {
	float: right;
	width: 340px;
	margin: 0 0 10px 0;
}
	.right h3 {
		background: #BDBDBD  url(../images/h3bg.gif) no-repeat center right;
		color: #FFF;
		padding: 8px 0 8px 5px;
		font: bold 1em Tahoma, Arial, Sans-Serif;
		margin: 0 0 3px 0;
	}
	.right_articles {
		background: #f5f5f5;
		color: #414141;
		padding: 8px;	
		margin: 0 0 3px 0;
	}
	.notice {
		background: #eee;
		color: #808080;
		padding: 12px 8px;	
		margin: 0 0 3px 0;
	}
	.image {
		float: left;
		margin: 0 9px 3px 0;
	}

/* footer
   ------ */

.footer { 
	clear: both;
	color: #444;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	line-height: 2em;
}
	.footer a { color: #808080; background: #fff; }
	

.headline {
	font-weight: bold; font-size: 13px; COLOR: #1B1B1B; LINE-HEIGHT: 14px; FONT-FAMILY: Tahoma,Verdana, sans-serif; text-align: left;
}

.copy {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; COLOR: #1B1B1B; LINE-HEIGHT: 16px; FONT-FAMILY: Tahoma, sans-serif; text-align: left;
}
/* Inicio paginacion */
br.clear{
	clear: both;
	height: 1px;
}
div.pagination {
	text-align:center;
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #4d4d4d;
	text-decoration: none; 
	color: #000000;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #f3873e;
	color: #000;
	background-color: #f3f3f3;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #1b1b1b;
	font-weight: bold;
	background-color: #000000;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #929292;
	color: #929292;
}

/* Fin paginacion */

		.tabpanel a {
			background: #ccc;
			border: 1px solid #000;
			border-bottom: 0px;
			margin:0px 0px 0px 4px;
			padding: 2px 1em 2px 1em;
			position: relative;
			text-decoration: none;
			top: -1px;
			z-index: 100;
		}
		.tabpanel a, .tabpanel a:visited {
		  color: #666;
		}
		.tabpanel a:hover {
		  background: #ddd;
		  color: #333;
		}
		.tabpanel a.activeTab, .tabpanel a.activeTab:hover, .tabpanel a.activeTab:visited {
  		background: #eee;
		  color: #000;
		}

		.tabpanel a.activeTab {
		  z-index: 101;
		}

		.tabpage {
		  background: #eee;
		  border: 1px solid #000;
		  padding: 1em;
			height:200px;overflow:auto;
			position: relative;
		  z-index: 100;
			}

.movie {
				width: 100%;
				height: 100%;
			}

div.movie {
	width: 600px;
	height: 260px;
	text-align: center;
	border: 1px solid #EEEEEE;
	margin: 0pt auto 0px auto;
	padding: 0px;
}

.newsitem {
	float:left; 
	width: 303px; 
	height: 120px; 
	border: 1px dotted #ccc; 
	margin-right: 5px; 
	margin-bottom: 5px; 
	background: url(../images/teaser_gradient2.jpg); 
	background-position: bottom; 
	background-color: #FFFFFF; 
	background-repeat: repeat-x;
}
.newsitem:hover {
	border: 1px dotted #eb8440;
	background:none;
}

.rezensinewsitem:hover {
	border: 1px dotted #eb8440;
	background-color: #f1f1f1;
}

.newsitem200 {
	float:left;
	width: 313px; 
	height: 90px; 
	border: 1px dotted #ccc; 
	margin-right: 10px; 
	margin-bottom: 5px; 
	background: url(../images/teaser_gradient2.jpg); 
	background-position: bottom; 
	background-repeat: repeat-x;
}

.latestnewsitem {
	float:left;
	width: 309px; 
	height: 90px; 
	border: 1px dotted #ccc; 
	margin: 0 5px 5px 5px;
	background: url(../images/teaser_gradient2.jpg); 
	background-position: bottom; 
	background-repeat: repeat-x;
}

.moviedb_listitem {
	width: 970px; 
	height: 75px; 
	border: 1px dotted #ccc; 
	margin-right: 0px; 
	margin-bottom: 5px; 
	background: url(../images/teaser_gradient2.jpg); 
	background-position: bottom; 
	background-repeat: repeat-x;
}


/* Image Flow */
.clear{
	clear:both;
}
#images{
	visibility:hidden;
}
#loading{
	margin-top:50px;
	text-align:center;
	width:100%;
	color:#FFFFFF;
}
#loading img{
	margin-top:10px;
	position:relative; 
}
#captions{
	font-weight:bold;
	position:relative; 
	text-align:center;
	z-index:10000;
}
#scrollbar{
	visibility:hidden;
	position:relative; 
	border-bottom:1px solid #b3b3b3;
	z-index:10001;
}
#slider{
	position:absolute;
	margin-top:-7px;
	margin-left:-7px;
	z-index:10002;
	background-image:url(../imageflow/slider.png);
	background-repeat:no-repeat;
	width:14px;
	height:14px;	
}
#imageflow{
	background-color:#000000;
	margin-left:0px;
	text-align:left;
}

#imageflow img {
	position:absolute; 
	margin-top:160px;
	margin-left:140px;
}

#newmovie input {
	height: 18px;
	margin: 0px;
	margin-bottom:2px;
	padding: 0px;
	padding-left: 3px;
	border: 1px solid #ccc;
	background-image:url(../images/text-bg.gif);
	background-repeat:repeat-x;
	background-position: top left;
}
.newmovietable {
	height: 22px;
}
