/*----------------------------------------------------------------
   CSS for OnlineMoviez.com
   Copyright (c) 2010 OnlineMoviez.com, <http://onlinemoviez.com/>
------------------------------------------------------------------*/
@CHARSET "ISO-8859-1";
body {
	/* overflow: hidden; */
	font-family: sans-serif;
    font-size: 10pt;
	background: black;
    color: white;
}
::selection {
	background: #FFF; /* Safari Text selection background color*/
	color: #000;
	}
::-moz-selection {
	background: #FFF; /* Firefox Text selection background color */
	color: #000;
}
h1 {
	font-family:"Lucida Grande",Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0 20px;
}
#links {
	font-family:"Lucida Grande",Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: #FFF;
	position:absolute;
	left:0;
	top:0;
	margin: 0 0 10px 0;
}
a, 
#links a{
	color: #FFF;
	text-decoration: none;
}
a:hover, 
#links a:hover{
	color: #FFF;
	text-decoration: underline;
}
#widget {
	position:absolute;
	left:0;
	top:15px;
	width: 100%;
	height: 99%;
}
#about-onlinemoviez {
	display: none;
}
#about_window_content,
#footer_window_content  { /* _content is special to mocha.js */
	background-color: #FFFFFF;
	color: #000000;
}
#search-onlinemoviez {
	position: absolute;
	display: none;
	top: 15px;
	left: 0px;
	z-index: 20;
	float: right;
}
#sponsored-links {
	position: absolute;
	left: 0px;
	top: 30px;
	width: 20%;
	text-align: center;	
	/*display: none;*/
}
#flashcontent {
	position: absolute;
	left: 20%;
	top: 15px;
	width: 80%;
	height: 101%;
	z-index: 10;
	/*display: none;*/
}
.floatleft  { 
	float: left;  
	margin:0 0 0 0px; 
	font-weight: bold;
}
.floatright { 
	float: right; 
	margin:0 5px 0 0; 
}
#copyright {
	position: absolute;
	font-size: 10px;
	left: 0px;
	width: 20%;
	top: 98%;
	background-color: #000;
	text-align: center;	
}
#copyright a{
	color: #FFF;
	text-decoration: none;
}
#copyright a:hover{
	color: #FFF;
	text-decoration: underline;
}
.separator {
	color: gray;
}
.rating_stars {
	background-image:url(/images/stars.png);
	background-repeat:no-repeat;
	border-bottom:0 none;
	display:inline-block;
	width:80px;
	height:16px;
	vertical-align:bottom;
}
.stars_1 {
	background-position:0 0px;
}
.stars_2 {
	background-position:0 -16px;
}
.stars_3 {
	background-position:0 -32px;
}
.stars_4 {
	background-position:0 -48px;
}
.stars_5 {
	background-position:0 -64px;
}
.stars_6 {
	background-position:0 -80px;
}
.stars_7 {
	background-position:0 -96px;
}
.stars_8 {
	background-position:0 -112px;
}
.stars_9 {
	background-position:0 -128px;
}
.stars_10 {
	background-position:0 -144px;
}

.movie_carousel {
	margin: 0 25px 20px 25px;
}	
div.movie_carousel .flow .item .caption {
	bottom: 2%;
	max-height: 100%;
}
.googads {
	border: 1px solid #333;
	margin: 10px auto;
	width: 940px;
	height: 60px;
}
.googad {
    margin-left: auto;
    margin-right: auto;
}
.float_break {
	clear: both;
}
.result_item_image_missing {
	width: 375px;
	height: 500px;
	border: 1px solid gray;
	text-align: center;
	padding-top: 20px;
	color: gray;
	cursor: hand;
}
#footer {
	text-align: center;
	margin-top: 10px;
}
#footer1 {
	display: none;
}
#item_container {
	display: none;
}
#link-items, #link-items a{
	vertical-align: top;
}
#ajax-loader {
	display: none;
}