body, th, td, input, textarea, option, select {
	font-family: arial;
	font-size:12px;
}

body {
	margin: 0px;
	padding: 0px;	
	text-align: center;
	background-color: #ffffff;
}

.clear {
	clear: both;
}

a, a:link, a:visited, a:active, a:hover {
	color: #000000;
	text-decoration: underline;	
}

a:hover {
	text-decoration: none;	
	
}

a.tag {
	font-size: 120%;
	text-decoration: none;		
}

a.tag:hover {
	text-decoration: underline;	
}

a.more {
	font-size: 160%;
	font-weight: bold;
	color: #6b5493;	
}

/** Top banner */

div#topbanner {
	position: absolute;
	top: 2px;
	left: 50%;
	margin-left: -445px;
	overflow: hidden;
	width: 468px;
	height: 80px;
}

div#topbanner a, div#topbanner img {
	border: 0px;	
}

#footer {
	text-align: center;	
	
}

#wrapper {
	width: 990px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 10px;
	overflow: hidden;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;	
}



div.headtext span {
	color: #836AAF;
}

div.headtext, h1 {
	font-size: 22px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	
}
div#home_newest strong, div#home_hottest strong, h2 {
	font-size: 130%;
	display: block; 
	background-color: #836aaf;
	color: #ffffff;
	padding: 5px;
	
}

div#home_hottest strong a, div#home_newest strong a {
	float: right;
	color: #f0f0f0;
	font-style: italic;	
}

h3 {
	font-size: 120%;
	text-align: left;	
}

h4 {
	font-size: 14px;
	font-weight: bold;	
	display: block;
}


img.moviethumb {
	border: 1px solid #000000;	
}


/**
 * Lsting on video page
 */
 

 
div.listing_wrap {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffffff;	
}
 
div.listing_left {
	float: left;
	width: 242px;	
}

div.listing_right {
	float: left;
	margin-left: 10px;
	width: 200px;	
}
/**
 * Banner
 */
 
div.banner_container {
	margin-bottom: 10px;	
}
div.banner_container img {
	border: 0px;	
}
/**
 * Links
 */

#links {
	text-align: center;
	margin-top: 20px;
}


/**
 * Movie detail
 */
 
div.embed {
	margin-bottom: 10px;	
}
 
#movie_left p {
	margin-top: 10px;	
}
#movie_left {
	float: left;
	width: 482px;
	margin-right: 10px;
}

#movie_right {
	float: left;
	width: 498px;	
}

.movie_right_block {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #dcd2ed;	
}

/** 
 * Search result
 */
 
div.searchresult {
	float: left;
	margin-right: 5px;
	}
	
div#listings {
	border-bottom: 1px solid #dcd2ed;
}
/**
 * Home
 */
 
div#home {
	margin-left: auto;
	margin-right: auto;	
}
 
div#home h1 {
	color: #6b5493;
	margin-bottom: 0px;
}

div#home_top {
	margin-top: 5px;
	border-bottom: 1px solid #836AAF;
	background-color: #ffffff;
	
	
}

div#home_top input {
	font-size: 15px;
		
}

div#home_hottest {
	border-bottom: 1px solid #dcd2ed;	
}

div#home_newest {
	border-bottom: 1px solid #dcd2ed;	
	margin-bottom: 10px;
}

 
div#home_right {
	width: 728px;
	float: left;
	padding-top: 5px;
}
 
div#home_left {
	width: 242px;
	margin-right: 20px;
	float: left;
	cursor: pointer;	
}

div.movielist_home {
	float: left;
	width: 247px;
	overflow-x: hidden;	
	position: relative;
	
}

div.movielist_home em {
	display: block;
	font-style: normal;
	width: 242px;
	height: 20px;
	overflow: hidden;
	text-align: center;	
}

div.searchresult {
	width: 242px;
	position: relative;
}

div.rateinline {
	position: absolute;
	left: 1px;
	top: 155px;
	height: 20px;
	width: 220px;
	padding-left: 20px;
	background-image: url(../images/alpha.png);
}

div.searchresult em {
	display: block;
	font-style: normal;
	width: 242px;
	height: 20px;
	overflow: hidden;
	text-align: center;
	
}


/**
 * Rating stars CSS --- be carefull editting! Do not change classnames! 
 */

div.ratethanks {
	margin-left: 5px;
	font-size: 0.9em;
	float: left;
	line-height: 16px;
}

div.ratestars, div.ratestarsfalse {
	width: auto;
	margin-bottom: 10px;
	text-align: center;	
	
}

div.rateinfo {
	float: left;
	margin-right: 5px;
	line-height: 16px;	
}

div.ratestar, div.ratestarfalse {	
	float: left;
	width: 12px;
	height: 16px;	
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	margin-right: 5px;
}


div.ratestar {
	cursor: pointer;
}

div.ratestar_on {
	background-image: url(../images/vote_on.gif);
}

div.ratestar_off {
	background-image: url(../images/vote_off.gif);
}


div.ratestars_over div.ratestar_on,  div.ratestars_over div.ratestar_off{
	background-image: url(../images/vote_off.gif);
}


div.ratestar_over {
	background-image: url(../images/vote_on.gif) !important;
}
 
 
 
/**
 * Search navigation
 */
div#searchnav {
	padding-top:2px;
	padding-bottom:2px;
	background-color: #dcd2ed;
	overflow: hidden;
	margin-bottom: 5px;
	border-bottom: 1px solid #6b5493;
	border-top: 1px solid #6b5493;
}
 

div.searchwrap {
	text-align: center;
	font-weight: bold;	
}

div.searchwrap a {
	padding: 4px;
	background-color:#ffffff;
	color:#6b5493;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	border: 1px solid #6b5493;
	
		
}

div.search_left {
	width: 100px;
	float: left;	
	text-align: left;
}

div.search_inner {
	width: 790px;
	float:left;	
	text-align: center;
}

div.search_right {
	width: 100px;
	float: left;
	text-align: right;	
}
 

div.relatedresult {
	float: left;
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;	
}

	
div.relatedresult div.rateinline {
	top: 105px;
	height: 20px;
	width: 160px;
	padding-left: 20px;
	

}

div.relatedresult em {
	display: block;
	font-style: normal;
	width: 180px;
	height: 20px;
	overflow: hidden;
	text-align: center;
	
}


.movie_payscreen {
	margin-bottom: 10px;
	text-align: center;
	background-color: #DCD2ED;
	padding-top: 10px;
	padding-bottom: 10px;
}


ul.mainmenu {
	 
}

ul.mainmenu, ul.mainmenu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}

ul.mainmenu li {
	float: right;
	margin-left: 5px;
	display: block;
	background-color: #836AAF;
}

ul.mainmenu li a {
	display: block;
	padding: 5px;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

div#home_text {
	padding: 10px;
	font-size: 13px;
}
