@charset "utf-8";


/* Home divider cell */
td.divider {
	width: 15px;
	background: url(/theme/img/divider0.gif) top left no-repeat;
}
/* Home divider cell END */

/* Sidebar Start */
td.sidebar {
	width: 320px;
	background: url(/theme/img/divider0.gif) top left no-repeat;
	background-position: -14px 0px;
	padding: 15px 0px 0px 0px;
}

td.sidebar h2 {
	color: #f2583a;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0px 0px 10px 0px;
}

td.sidebar #links h2 {
	border-bottom: 1px #d7d7d7 solid;
}

td.sidebar #links ul li {
	border: 0px;
	padding: 8px 0px 1px 23px;
	background: url(/theme/img/icon0000.gif) top left no-repeat;
	background-position: 6px 12px;
}

td.sidebar ul {
	margin: 0px 0px 20px 0px;
	padding: 0;
	list-style: none;
	font-size: 13px;
	color: #2b2b2b;
	line-height: 17px;
}

td.sidebar ul li a:link,
td.sidebar ul li a:active,
td.sidebar ul li a:visited {
	color: #2b2b2b;
	text-decoration: none;
}

td.sidebar ul li a:hover {
	color: #2b2b2b;
	text-decoration: underline;
}
/* Sidebar END */

/* ***** basic styles for multi-page nav elements */
.pagenav a { text-decoration: none; }
.pagenav td { padding: 2px 2px 2px 2px; }

/* Paging START */
a.rb_page,
a.rb_page:link,
a.rb_page:active,
a.rb_page:visited {
	display:block;
	padding:4px 6px;
	font-size:14px;
	text-decoration:none;
	border:1px solid #CCC;
}
a.rb_page:hover {
	background-color: #F0F0F0;
}
span.rb_page_text {
	display:block;
	padding:4px 6px;
	font-size:14px;
	text-decoration:none;
}
/* Paging END */




.trheader {
	font-size:10px;
}
.trheader td {
	padding:3px;
	background-color:#E5E5E5;
}

td.tdMoviewsCount {
	padding:4px 7px;
	font-size:15px;
}
td.tdMoviewsCat{
	padding:4px 7px;
}

.rightBar {
}


ul.latestMovies {

}

ul.latestMovies li {
	border-bottom:1px solid;
	border-color:#ededed;
	margin-bottom:1px;
	padding:2px;
}

ul.latestMovies a {
	font-weight:bold; 
	font-size:12px; 
	text-decoration:none;
}

table.basicMenu {
	border-bottom:1px solid;
	border-color:#D4D4D4;
}

table.basicMenu td {
	padding:3px 0px;
}

table.basicMenu td a,
table.basicMenu td a:link,
table.basicMenu td a:active,
table.basicMenu td a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

table.basicMenu td a:hover {
	text-decoration:underline;
}

/* for the basic menu */
.basic-menu{
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(/theme/img/nav_bg.gif);
}
.basic-menu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.basic-menu li {
	list-style-type:none;
	float:left;
	padding-right:4px;
	padding-left:4px;
	border-left:0px solid #999;
	background-position:left top;
	background-repeat:no-repeat;
}
.basic-menu li a,
.basic-menu li a:visited,
.basic-menu li a:link,
.basic-menu li a:active {
	font-size:13px;
	color:#FFF;	
	display:block;
	padding:8px 8px;
	text-decoration:none;
}
.basic-menu li a:hover,
.basic-menu li a.current {	
	background-image: url(/theme/img/nav-on.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #f2583a;
}
/* for the basic menu END */

.latest-poster {
	background-color:#999;
	float:left;
	border:1px solid #CCC;
	margin:1px;
	width:110px;
	height:157px;
	overflow:hidden;
}
.latest-poster:hover {
	border-color: #333;
}

a.home-video-but,
a.home-video-but:link,
a.home-video-but:active,
a.home-video-but:visited {
	display:block; 
	padding:4px 8px; 
	background-color: #E5E5E5;
	border:1px solid #CCC;
	float:left;
	margin-right:2px;
	margin-bottom:2px;
	text-decoration:none;
}
a.home-video-but:hover {
	cursor:pointer;
	background-color: #666;
	color: #E5E5E5;
}

/* Admin buttons */
a.admin-button,
a.admin-button:link,
a.admin-button:visited,
a.admin-button:active {
	padding:4px; margin:4px;
	border:1px solid #009;
	background-color:#03C;
	color:#FFF;
	display:block;
	text-decoration:none;
}
	
a.admin-button:hover {
	color: #03C;
	background-color:#FFF;
}

/* Admin buttons END */



/* title only */
.movie-title { font-size: 23px; font-weight: normal; padding:9px; background-color:#FFF; margin-bottom:5px; border-bottom:3px solid #DA472B;}


/* movies list */
a.rb_thread_title,
a.rb_thread_title:link,
a.rb_thread_title:active,
a.rb_thread_title:visited {
	text-decoration:none;
	font-size:14px;
}
a.rb_thread_title:hover {
	text-decoration:underline;
	color:#900;
}

#sortby_label {
	float:left;
	display:block;
	height:30px;
	line-height:30px;
	width:125px;
	color: #999;
}
a.rb_sortby {
	font-size:14px;
	float:left;
	display:block;
	height:30px;
	line-height:30px;
	border:1px solid #FFF;		
/*	border:1px solid #999; */
	text-align:center;
}
a.rb_sortby,
a.rb_sortby:link,
a.rb_sortby:active,
a.rb_sortby:visited
{
	text-decoration:none;
}
a.rb_sortby:hover {
	background-color: #EAEAEA;
	border:1px solid #999;
}
a.rb_sortby_current,
a.rb_sortby_current:link,
a.rb_sortby_current:hover,
a.rb_sortby_current:active {
	background-color: #EAEAEA;
	border:1px solid #999;
	font-weight:bold;
}

a.rb_sortby_current:hover {
}

a.rb_sortby_small {
	font-size:13px;
	float:left;
	display:block;
	height:25px;
	line-height:25px;
	border:1px solid #FFF;
	text-align:center;
}
a.rb_sortby_small,
a.rb_sortby_small:link,
a.rb_sortby_small:active,
a.rb_sortby_small:visited
{
	text-decoration:none;
}
a.rb_sortby_small:hover {
	background-color: #EAEAEA;
	border:1px solid #999;	
}
a.rb_sortby_small_current,
a.rb_sortby_small_current:link,
a.rb_sortby_small_current:hover,
a.rb_sortby_small_current:active {
	background-color: #EAEAEA;
	border:1px solid #999;
}

a.rb_sortby_small_current:hover {
}

tr.rb_movie_title {
}
tr.rb_movie_title td {
	border-bottom:1px solid #C6C6C6;
}
/* movies list END */

/* movie categories list */
tr.rb_category_title_row {
}
tr.rb_category_title_row > td {
	border-bottom:1px solid #C6C6C6;
}

a.rb_category_title,
a.rb_category_title:link,
a.rb_category_title:active,
a.rb_category_title:visited {
	text-decoration:none;
	font-size:16px;
}
a.rb_category_title:hover {
	text-decoration:underline;
	color:#900;
}
/* movie categories list END */

/* forum list (only for movies and videos ) START*/
td.rb_folder {
	background-image:url(/theme/img/icon_folder.png);
	padding-left:60px;
	height:50px;
	background-position: left center;
	background-repeat: no-repeat;
}
/* forum list (only for movies and videos ) END*/




/* footer start */
.rb_footer {
	border-top:3px solid #f2583a; 
	border-bottom:1px solid #333;
	margin-bottom:10px;
	padding:15px 5px 10px 5px; 
	width:940px; 
	margin-left:auto; 
	margin-right:auto;
}
.rb_footer a {
	text-decoration:none;
}
.rb_footer a:hover {
	text-decoration:underline;
}
.rb_footer h4 {
	margin-top:0px;
	font-weight:bold; margin-bottom:5px;
}
/* footer end */

