html * {
	margin: 0;
	padding: 0;
}

body {
	font: 12px arial, verdana, sans-serif;
}

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

*:focus {
	outline: none;
	outline-width: 0px;
	-moz-outline-width: 0px;
}

img {
	border: none;
}

ul,
ol {
	list-style-type: none;
}

table {
	border-collapse: collapse;
}

hr {
	display: none;
}

input,
button {
	font: 11px/1em arial, verdana, sans-serif;
	color: #000;
	border: 1px solid #30a6ca;
}

.red {
	color: #c30;
}

.clearBoth {
	clear: both;
}

.woosh {
	position: absolute;
	left: -9999px;
}

.displayNone {
	display: none;
}

#homevideo {
	padding: 5px 10px;
	font-size: 14px;
	text-align: center;
	background: #ffcb00;
}

#wrapper {
	position: relative;
	padding: 0 20px;
	background: #fff url("/Image/header.jpg") repeat-x 0 0;
}

#header {
	position: relative;
	width: 816px;
	height: 123px;
	margin: 0 auto;
}

#header big {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 375px;
	height: 115px;
	background: transparent url("/Image/logo.png") no-repeat 0 0;
}

#header big a,
#header big a:visited {
	display: block;
	width: 265px;
	height: 115px;
	text-indent: -1200px;
}

#language {
	position: absolute;
	top: 58px;
	left: 272px;
}

#language a,
#language a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#language a.active {
	font-weight: normal;
	text-decoration: none;
}

#loginForm {
	position: absolute;
	top: 5px;
	right: 25px;
	width: 302px;
}

#loginForm input {
	width: 138px;
	height: 12px;
	margin: 0 0 7px;
	padding: 2px 0 3px 5px;
}

#loginForm button {
	position: absolute;
	top: 40px;
	right: 0;
	width: 73px;
	height: 19px;
	padding: 2px 0 3px 5px;
	color: #fff;
	text-align: left;
	background: #30a6ca;
}

#usernameWrapper {
	position: absolute;
	top: 0;
	right: 157px;
}

#passwordWrapper {
	position: absolute;
	top: 0;
	right: 0;
}

#loginForm label {
	color: #fff;
}

#loginForm a,
#loginForm a:visited {
	position: absolute;
	top: 40px;
	left: 0;
	display: block;
	padding: 3px 0;
	color: #fff;
	text-decoration: underline;
}

#logout,
#logout:visited {
	position: absolute;
	top: 48px;
	right: 25px;
	display: block;
	width: 66px;
	padding: 2px 0 2px 5px;
	color: #fff;
	font-size: 11px;
	text-align: left;
	background: #30a6ca;
	border: 1px solid #30a6ca;
}

#search {
	position: absolute;
	top: 90px;
	right: 25px;
}

#search input {
	position: absolute;
	top: 0;
	left: -228px;
	width: 200px;
	height: 12px;
	padding: 2px 0 3px 17px;
	background: #fff url("/Image/glass.jpg") no-repeat 3px 3px;
}

#search button {
	width: 73px;
	height: 19px;
	padding: 2px 0 3px 5px;
	color: #fff;
	text-align: left;
	background: #30a6ca;
}

#content {
	position: relative;
	width: 795px;
	margin: 0 auto;
	padding: 0 0 0 25px;
}

#categoriesList {
	position: absolute;
	top: 0;
	left: 25px;
}

#categoriesList li a,
#categoriesList li a:visited {
	display: block;
	padding: 2px 5px;
	color: #000;
	text-decoration: underline;
}

#categoriesList li strong a,
#categoriesList li strong a:visited {
	color: #30a6ca;
	text-decoration: none;
}

#movies {
	margin: 0 0 0 155px;
}

#movies h1 {
	clear: left;
	font-size: 18px;
	margin: 0 0 10px;
}

#more,
#more:visited {
	display: block;
	float: left;
	width: 144px;
	height: 111px;
	color: #000;
	font-size: 22px;
	line-height: 111px;
	text-align: center;
	border: 1px solid #30a6ca;
}

.movie {
	position: relative;
	float: left;
	margin: 0 11px 11px 0;
}

.movie a img,
.movie a:visited img {
	border: 1px solid #30a6ca;
}

.movie h3 {
	position: absolute;
	right: 1px;
	bottom: 1px;
	left: 1px;
	width: 143px;
	height: 29px;
	font-size: 11px;
	line-height: 1em;
	background: #fff;
	overflow: hidden;
}

.movie h3 a,
.movie h3 a:visited {
	display: block;
	padding: 3px;
	color: #000;
}

.movie .stars {
	position: absolute;
	top: 3px;
	left: 5px;
}

#download,
#download:visited {
	display: block;
	width: 64px;
	margin: 10px 0;
	padding: 4px 5px;
	color: #fff;
	font-size: 11px;
	background: #30a6ca;
}

#download strong {
	font-weight: normal;
}

#similarMovies {
	position: relative;
	margin: 20px 0 0;
	padding: 0 10px 8px;
	color: #fff;
	background: #111 url("/Image/stoererGradient.jpg") repeat-x top;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

#similarMovies h2 {
	padding: 5px 0;
	font-size: 12px;
}

#similarMovies img {
	margin: 0 -1px 0 0;
	border: 1px solid #fff;
}

#pagerTop-sort {
	width: 612px;
}

#sort {
	float: right;
}

#sort a,
#sort a:visited {
	text-decoration: underline;
}

#sort a.active {
	font-weight: bold;
	text-decoration: none;
}

ul.pager {
	float: left;
	padding: 0 0 12px;
}

.pager li {
	display: inline;
}

.pager a,
.pager a:visited,
.pager strong,
.pager em {
	padding: 3px 5px;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	background: #30a6ca;
	border: 1px solid #30a6ca;
}

.pager a:hover {
    border: 1px solid #30a6ca;
}

.pager strong {
	color: #000;
	font-weight: normal;
	background: #fff;
	border: 1px solid #30a6ca;
}

.pager em {
	color: #ccc;
	font-style: normal;	
	background: none;
	border: 1px solid #ccc;
}

.pager li.delimiter strong {
	padding: 0;
	color: #000;
	background: none;
	border: none;
}

#movie {
	width: 458px;
	margin: 0 0 0 155px;
}

#movieDescr {
	position: absolute;
	top: 0;
	right: 27px;
}

#movieDescr .thumb {
	margin: 0 0 11px;
	border: 1px solid #30a6ca;
}

#movieDescr ul {
	width: 137px;
	height: 82px;
	padding: 6px 0 6px 6px;
	font-size: 11px;
	border: 1px solid #30a6ca;
}

#movieDescr li {
	padding: 4px 0;
}

#movieDescr li img {
	margin:  0 0 -2px;
}

#stoerer {
	position: relative;
}

#stoerer a,
#stoerer a:visited {
	display: block;
	margin: 5px 0 20px -15px;
}

#stoerer big {
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
}

#stoerer li.divide {
	margin: 7px 0 0;
}

#stoerer small {
	font-size: 11px;
}

#staticContent {
	width: 458px;
	margin: 0 0 0 155px;
}

#staticContent a,
#staticContent a:visited {
	text-decoration: underline;
}

#staticContent h1 {
	margin: 7px 0 0;
	font-size: 18px;
}

#staticContent h2 {
	margin: 7px 0 0;
	font-size: 14px;
}

#staticContent h2.first {
	margin: 20px 0 7px;
}

#staticContent h3 {
	font-size: 12px;
}

#staticContent p {
	margin: 5px 0;
}

#staticContent ol {
	margin: 0 9px;
	padding: 7px 7px 0 15px;
	list-style-type: decimal;
}

#staticContent li {
	margin: 0 0 5px;
}

#powerPayment {
	width: 520px;
	margin: 0 0 0 155px;
}

#powerPayment h1 {
	margin: 7px 0 0;
	font-size: 18px;
}

#powerPayment p {
	margin: 5px 0;
}

#powerPayment iframe {
	margin: 10px 0 0;
}

#tagCloud {
	clear: left;
	margin: 0 0 0 155px;
}

#tagCloud li {
	float: left;
	margin: 0 10px 0 0;
}

#tagCloud li a,
#tagCloud li a:visited {
	display: block;
	line-height: 30px;
	vertical-align: middle;
}

#tagCloud li a:hover {
	color: #30a6ca;
}

#tagCloud li.tag-1 a,
#tagCloud li.tag-1 a:visited {
	font-size: 12px;
}

#tagCloud li.tag-2 a,
#tagCloud li.tag-2 a:visited {
	font-size: 14px;
}

#tagCloud li.tag-3 a,
#tagCloud li.tag-3 a:visited {
	font-size: 18px;
}

#tagCloud li.tag-4 a,
#tagCloud li.tag-4 a:visited {
	font-size: 24px;
}

#tagCloud li.tag-5 a,
#tagCloud li.tag-5 a:visited {
	font-size: 26px;
}

#tagCloud li.tag-6 a,
#tagCloud li.tag-6 a:visited {
	font-size: 28px;
}

#tagCloud li.tag-7 a,
#tagCloud li.tag-7 a:visited {
	font-size: 30px;
}

#tagCloud li.active a,
#tagCloud li.active a:visited {
	color: #30a6ca;
}

#bannerBottom {
	clear: left;
	margin: 0 0 0 155px;
	padding: 10px 0 0;
}

#bannerBottom .banner {
	float: left;
	margin: 0 11px 11px 0;
}

#footer {
	width: 648px;
	margin: 0 auto;
	padding: 15px 0 15px 188px;
	clear: both;
}

#footer a,
#footer a:visited {
	color: #000;
	text-decoration: underline;
}