/* STYLES TIL MIDGET ENTERTAINMENT */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	margin: 0px;
	background: #CCC url('/images/layout/bodybg.gif') repeat-y center;
}

.pagetank {
	text-align: left;
	width: 960px;
	height: 100%;
	background-color: #fff;
}

.headertank {
	border-left: solid 1px #333;
 	width: 960px;
	height: 118px;
	background: #999 url('/images/layout/headerbgleft.gif') no-repeat;
}

.topmenutank {
	float: left;
	position: absolute;
	top: 98px;
	margin-left: 180px;
	height: 20px;
	width: 768px;
	color: #FFF;
}
	.topmenutank a {
		float: left;
		font-size: 11px;
		color: #FFF;
		font-weight: bold;
		text-decoration: none;
		margin-right: 15px;
	}

.lanmenu {
	float: right;
	margin-right: 24px;
	margin-top: 5px;
}	

a.danish {
	display: block;
	float:left;
	background: url('/images/layout/iconlandanish.gif') no-repeat 0px 1px;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	text-indent: 22px;
	margin-right: 20px;
}

a.english {
	display: block;
	float:left;
	background: url('/images/layout/iconlanenglish.gif') no-repeat 0px 1px;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	text-decoration: none;
	text-indent: 22px;
}
	
.logo {
	padding-top: 7px;
	margin-left: 38px;
}

.logobyline {
	position: absolute;
	top: 70;
	text-align: right;
	width: 934px;
}

.wrapper {
	height: 26px;
	background: #FFF;
	width: 959px;
	margin-left:1px;
}

.leftmenutank {
	width: 154px;
	font-size: 11px;
	margin-left: 20px;
	margin-right: 6px;
	float: left;
}

.newslink {
	color: #00C;
	display: block;
	margin-bottom: 10px;
	font-size: 10px;
	text-decoration: none;
}

.newslink:hover {
	color: #C00;
	text-decoration: underline;
}

.contenttank {
	float:left;
	width: 728px;
	font-size: 11px;
	margin-left: 26px;
}

.pagetitle {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
}

.bannerbox {
	margin-bottom: 16px;
}

.moviebox {
	float: left;
	width: 342px;
	height: 203px;
	border: solid #CCC 1px;
	margin-right: 20px;
	margin-bottom: 20px;
}

.movieboxinner {
	padding: 10px;
}

.movieboximg {
	float: left;
	margin-right: 10px;
}

.movieboximg img {
	border: 0px none;
	width: 130px;
	height: 180px;
}

.movieboxcontent {
	float: left;
	color: #666;
	font-size: 10px;
	width: 180px;
}

.greybardvd {
	background: #CCC url('/images/layout/icondvd.gif') no-repeat right;
	width: 180px;
	text-indent: 5px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}

.greybarbio {
	background: #CCC url('/images/layout/iconbio.gif') no-repeat right;
	width: 180px;
	text-indent: 5px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}

.greybarblueray {
	background: #CCC url('/images/layout/iconblueray.gif') no-repeat right 1px;
	width: 180px;
	text-indent: 5px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 10px;
	color: #000;
}

.movietitle {
	margin-top: 0px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.movietitle:hover {
	color: #F00;
}

.movietrailer {
	background: #FFF url('/images/layout/icontrailer.gif') no-repeat 0px 3px;
	display: block;
	text-indent: 13px;
	font-size: 10px;
	color: #0033FF;
	text-decoration: none;
	margin-top: 10px;
}

.viewmovieboxleft {
	width: 130px;
	float: left;
}

.viewmoviebox {
	float:left;
	width: 560px;
	margin-left: 26px;
}

/* FORM STYLES */
select {
	width: 115px;
	font-size: 11px;
	margin-top: 2px;
}

input.search {
	font-size: 11px;
	margin-top: 2px;
}
