/*----------------------------------------------------------------
   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;
	background-image:url(/images/background01.jpg);
	/*background-repeat: repeat-x;*/
    color: white;
	overflow-x: hidden;
}
::selection {
	background: #B5C5D4; /* Safari Text selection background color*/
	color: #000;
}
::-moz-selection {
	background: #B5C5D4; /* 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;
}
#maincontent {
	margin-top: 15px;
}
#movie_search {
	text-align: center;
	margin: 15px 0px 15px 0px;
}
#links {
	font-family:"Lucida Grande",Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #FFF;
	position:absolute;
	left:0;
	top:0;
	margin: 1px 0 10px 0;
}
a, 
#links a{
	color: #AAA;
	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-onlinemoviez-img {
	width: 40px;
	height: 12px;
	background-image:url(/images/movies_tiny.png);
	background-repeat:no-repeat;
}
#about-onlinemoviez-link {
	margin-left: 15px;
	font-weight: bold;
}
#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;
	overflow: hidden;
}
.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;
	width: 470px;
}
.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;
}
#info_message {
	display: none;
}
#info_window_content {
	color: black;
}
#info_message_text {
	margin: 12px 0 0 0;
}
#info_message_img {
	float: left;
}
#link-items, #link-items a{
	vertical-align: top;
}
#ajax-loader {
	display: none;
}
#login_form input {
	float: left;
}
#login_form label {
	margin-left: 90px;
}
#login_form #submit_button {
	margin-left: 230px;
}
#facebook_like_footer,
#google_plus1_footer,
#twitter_tweet_footer {
    display: inline-block;
    margin: 0 0 0 1px;
    overflow-x: hidden;
}
#google_plus1_footer {
	width: 60px;
}
#facebook_like_footer {
    width: 79px;
}
#twitter_tweet_footer {
	width: 100px;
}

#movie_search_txt, #movie_search textarea {
    background: url("../images/form_txt_box.gif") repeat-x scroll 0 0 #282828;
    border: 1px solid #111111;
    color: #FFFFFF;
    padding: 5px 3px;
    width: 272px;
	font-family: Trebuchet MS,Arial,Helvetica,Sans-Serif;
	font-size: 12pt;
}
#movie_search_btn {
	height: 24px;
	width: 24px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: url(../images/search_btn.png) no-repeat left top;	
}
