

body {
	font-family: Verdana;
	font-size: 12px;
	margin: 0;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #a31919;
}

a { color: #ffffff; text-decoration: underline; }

/* Header */

#header_warp {
	width: 1000px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/header_bg.gif);
	position: relative;
}

#header_warp .logo {
	width: 290px;
	height: 80px;
	margin-top: 75px;
	margin-left: 10px;
	border: none;
}

#header_warp .headbanner {
	width: 468px;
	height: 60px;
	position: absolute;
	top: 40px;
	right: 15px;
/*	position:absolute;
	right: 20px;
	top: 0;*/
	
}


/* Header search bar */

#searchbar_bg {
	width: 300px;
	height: 30px;
	position: absolute;
	bottom: 0px;
	right: 15px;
	background-image: url(images/header_search_bg.gif);
}

#searchbar_bg .input {
	width: 213px;
	height: 25px;
	margin-top: 3px;
	margin-left: 3px;
	display: block;
	float: left;
}

#searchbar_bg .input input {
	width: 178px;
	margin-top: 5px;
	padding-left: 30px;
	padding-right: 5px;
	border: none;
	background: none;
	color: #8a8a8a;
	font-size: 11px;
}

#searchbar_bg .submit {
	width: 80px;
	height: 25px;
	margin-top: 3px;
	margin-right: 4px;
	background-image: url(images/search_submit.gif);
	border: none;
	display: block;
	float: right;
}

/* Header navigation */

#navigation_wrap {
	width: 1000px;
	height: 44px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
	background-image: url(images/nav_bg.gif);
}

#navigation_wrap #nav_items {
	margin-left: 10px;
	margin-right: 10px;
	list-style: none;
	padding: 0;
}

#navigation_wrap #nav_items li {
	list-style: none;
	margin: 0;
	float: left;
}

#navigation_wrap #nav_items li a {
	height: 44px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	font-weight: bold;
	line-height: 44px;
	text-decoration: none;
	color: #c92323;
	display: block;
}

#navigation_wrap #nav_items li:hover {
	background-image: url(images/nav_hover_right.gif);
	background-position: right;
}

#navigation_wrap #nav_items li a:hover {
	background-image: url(images/nav_hover_left.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-left: 15px;
	color: #ffffff;
}

.alignleft {
	float:left;
	padding:3px 0 0 5px;
	}

/*--Top border. This is to give the wide containers rounded top corners.--*/
.container-wide-header {
  width: 712px;
  height: 6px;
  margin: 5px 0px 0px 0px;
  background: transparent url(../images/column-border-top-wide.gif) no-repeat;
}

.container-wide-player {
  width: 700px;
  text-align: center;
  border: 1px solid #d0d2d4;
  border-top: none;
  border-bottom: none;
  background: transparent url(../images/reel.png) no-repeat;
  background-position: right bottom;
  padding:2px 5px;
  border-bottom:1px solid #dddcdc;
  margin: 0px 0px 5px 0px;
}

.container-player {
  color: #000;
  width: 700px;
  text-align: center;
  background: #FEFEFE;
  padding: 0px;
}

#video-info {
  width: 640px;
  padding: 5px;
}

.video-details-list {
  width: 660px;
  list-style-type: none;
  float: left;
  text-align: left;
}

.video-details-list li {
 	margin-bottom: 8px;
 	padding: 1px 0px;
 	margin: 4px 0px;
}

.li-spacer {
}

.clear-fix {
  clear: both;
}

/*-----------------------
  -- Navigation Styles --
  -----------------------*/
#nav-bar {
  float: right;
  margin: 20px 5px 0px 0px;
  width: auto;
}

#nav-bar-2 {
  float: right;
  margin: 5px 5px 0px 0px;
  width: auto;
}

#nav-left {
  width: 8px;
  height: 48px;
  float: left;
  background: transparent url(images/nav-left.gif) no-repeat;
}

#nav-right {
  width: 8px;
  height: 48px;
  float: left;
  background: transparent url(images/nav-right.gif) no-repeat;
}

#nav-main {
  height: 48px;
  float: left;
  background: transparent url(images/nav-main.gif) repeat-x;
}

/*-Main Nav Buttons-*/
#nav-main ul {
  list-style-type: none;
  width: auto;
  display: block;
  Margin: 0 auto;
}

#nav-main li {
  display: inline;
  width: auto;
  border: 1px solid #e7e7e7;
  border-right: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  float: left;
  padding: 4px 6px;
  margin: 12px 4px 0px 4px;
}

#nav-main li:hover {
  border: 1px solid #fff;
  border-left: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
}

#nav-main li a:link {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}

#nav-main li a:visited {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
}
	
/*--The Login Form Container--*/
#login-box {
  color: #fff;
  width: 300;
  height: 170px;
  margin: 0px 0px 5px 0px;
}

#login-box ul{
  display: block;
  list-style-type: none;
  margin: 0px 0px 0px 10px;
  padding: 25px 0px 0px 0px;
}

.login-box li{
  list-style-type: none;
  margin: 5px 20px 5px 0px;
  text-align: right;
}

#login-box a {
  color: #3c8ec1;
  font-weight: bold;
}

#login-box a:hover { color: #fff; }

.username { margin:0px 0px 0px 12px; }

.password { margin:0px 0px 0px 12px; }

.howlong { margin: 0px 12px 0px 12px; }

.login-button { margin: 0px 0px 0px 18px; }

.login-button-index { margin: -8px 0px 0px 0px; }

/*--Form BUttons--*/
.button-form {
  height: 21px;
  font-family: verdana;
  border: 1px solid #666666;
  background: transparent url(../images/button-form.gif) repeat-x;
  padding: 0px 0px 2px 0px;
}

.button-form:hover {
  border: 1px solid #cccccc;
}
	
/*-----------------------
  -- Column Styles     --
  -----------------------*/
#inner-templates-container {
  width: 100%;
  /* margin: 0px auto; */
}

#column-wide {
  width: 980px;
  margin: 15px 0px 5px 0px;
  float: left;
}

#column-left-1 {
  width: 712px;
  float: left;
  margin: 15px 5px 10px 0px;
}

#column-right-1 {
  width: 258px;
  float: left;
  margin: 15px 0px 10px 5px;
}

#column-right-1-play {
  width: 258px;
  float: left;
  margin: 15px 0px 10px 5px;
}

#column-left-2 {
  width: 258px;
  float: left;
  margin: 14px 5px 10px 0px;
}

#column-right-2 {
  width: 712px;
  float: left;
  margin: 14px 0px 10px 5px;
}

#column-left-3 {
  width: 465px;
  padding: 5px;
  float: left;
  margin: 5px 0px 0px 0px;
}

#column-right-3 {
  width: 465px;
  padding: 5px;
  float: right;
  margin: 5px 0px 0px 0px;
}


/*-- Narrow Container.  These are used in the right column--*/
.container-narrow {
  width: 252px;
  border: 1px solid #d0d2d4;
  border-top: none;
  border-bottom: none;
  padding: 0px 2px;
}

/*--This gives the narrow containers rounded top corners when needed.--*/
.container-narrow-top {
  width: 258px;
  height: 6px;
  background: transparent url(../images/column-border-top-narrow.gif) no-repeat;
}

/*--This gives the narrow containers rounded bottom corners.--*/
.container-narrow-bottom {
  width: 258px;
  height: 6px;
  margin-left: -3px;
  background: transparent url(../images/column-border-bottom-narrow.gif) no-repeat;
}

/*--Container List Styles--*/
.container-narrow ul {
  list-style-type: none;
}

/*--The Stats Container--*/
.container-stats {
  width: 252px;
  border: 1px solid #d0d2d4;
  border-top: none;
  border-bottom: none;
  padding: 0px 2px;
}
.container-stats ul {
  list-style-type: none;
}

.container-stats li {
  float: left;
  width: 100%;
  line-height: 1.8;
}

.font4_14 { color: #000; font-size: 14px; font-weight: bold; }

.font4_13 { color: #000; font-size: 12px; font-weight: bold; }

.font4_12 { color: #000; font-weight: bold; }

.font5_14 {	color: #0099FF;	font-size: 14px; font-weight: bold; }

.font5_15 {	color: #3580b9;	font-size: 16px; font-weight: bold; }

.font5_16 a{	
   color: #C31B1B;	
   font-size: 42px; 
   font-weight: bold; 
   border: 1px groove #C31B1B;
   padding: 10px 5px 10px 5px;
   text-decoration: none;
    }


.font5_4B {	color: #0099FF;	font-size: 12px; font-weight: bold; }

.font5_12 {	font-size: 12px; font-weight: bold; }

.font5_16 {	font-size: 40px; font-weight: bold; margin-left: 10px; }

/*--Member Details--*/
#member-details {
  padding: 2px 2px 3px 4px;
  width: 258px;
}
	
/*--Wide Container Header--*/
.header-wide {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 704px;
  height: 24px;
  margin: 0px 0px 0px 0px;
  padding: 8px 0px 0px 8px;
  background: transparent url(../images/column-header-wide.gif) no-repeat;
}

.header-wide-2 {
  color: #1f5176;
  font-size: 14px;
  font-weight: bold;
  width: 704px;
  height: 24px;
  margin: 0px 0px 0px 0px;
  padding: 8px 0px 0px 8px;
  background: transparent url(../images/column-header-wide-2.gif) no-repeat;
}

.header-wide-comments {
  width: 710px;
  color: #1f5176;
  background: transparent url(../images/column-header-wide-2.gif) no-repeat;
  border:1px solid #d0d2d4;
}



.header-wide h1 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: -15px 0px 0px 0px;
  padding: 0px 5px 0px 0px;
  text-align: right;
}

.header-wide h2 {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0px 0px 0px 5px;
  text-align: left;
}

/*-----------------------
  -- Column Styles     --
  -----------------------*/
#inner-templates-container {
  width: 100%;
  /* margin: 0px auto; */
}

#column-left-1 {
  width: 712px;
  float: left;
  margin: 15px 5px 10px 0px;
}



/* content wrapper */

#content_wrap {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8px;
}

#content_wrap #topline {
	height: 250px;
}

#content_wrap #topline .smallbox {
	width: 340px;
	height: 250px;
	background-color: #ffffff;
	background-image: url(images/smallbox_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	float: left;
}

#content_wrap #topline #banerplace {
	width: 300px;
	height: 250px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	/*margin-top: -10px;*/
}



#toprated_items {
	width: 330px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
}

#toprated_items .topratedmov {
	width: 100px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

#toprated_items .topratedmov h1 {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 4px;
	text-align: center;
	color: #c92323;
}

#toprated_items .topratedmov .rating {
	width: 100px;
	font-size: 10px;
	text-align: center;
	color: #c92323;
	display: block;
}

#topwatched_items {
	width: 330px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
}

#topwatched_items .topwatchedmov {
	width: 100px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
	
}
.topwatchedmov img{
 border: #EDEDED 1px solid;
}
.topwatchedmov a:hover img{
border: #FF0000 1px solid;
}


#topwatched_items .topwatchedmov h1 {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 4px;
	text-align: center;
	color: #c92323;
}

#topwatched_items .topwatchedmov .rating {
	width: 100px;
	font-size: 10px;
	text-align: center;
	color: #c92323;
	display: block;
}
#bod{
 width: 1000px;
}
#secondlinekal1 {
  margin-top: 10px;
	width: 195px;
	height: 1760px;
	background-color: #ffffff;
	float: right;
	background-image: url(images/smallbox_bg21.gif);
	background-repeat: no-repeat;
	background-position: bottom;
  }

#secondlinecat{
	width: 800px;
	margin-top: 10px;
	background-color: #ffffff;
	background-image: url(images/bigbox_footer1.gif); no-repart;
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
#content_wrap #secondline {
	width: 1000px;
	height: 1350px;
	clear: both;
	margin-top: 10px;
	background-color: #ffffff;
	background-image: url(images/bigbox_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
 #secondline1 {
	width: 800px;
	height: 1760px;
	clear: both;
	margin-top: 10px;
	background-color: #ffffff;
	background-image: url(images/bigbox_footer1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}


#secondlinekal {
   position: inherit;
	width: 195px;
	height: 1760px;
	background-color: #ffffff;
	float: right;
	margin-top:-1760px;
		background-image: url(images/smallbox_bg21.gif);
	background-repeat: no-repeat;
	background-position: bottom;
  }

#content_wrap #secondline a {
color: #000000;
}


.movie {
	width: 230px;
	height: 150px;
	margin: 10px;
	float: left;
}
.movie img{
 border: 2px solid #D8D8D8;
}
:hover.movie img{
 border: 2px solid #FF0000;

}
.movie h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 4px;
	text-align: center;
	color: #c92323;
}

.movie span {
	font-size: 11px;
	color: #c92323;
	clear: both;
	height: 16px;
	display: block;
}

.movie .info_label {
	width: 80px;
	margin-top: 10px;
	float: left;
	margin-left: 5px;
}

.movie .info_data {
	width: 90px;
	font-weight: bold;
	margin-top: 10px;
	float: right;
	margin-right: 5px;
}

.smallmenu {
	width: 1000px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
	line-height: 30px;
	text-indent: 15px;
	clear: both;
	background-image: url(images/smallmenu.gif);
}

.smallmenu a {
	padding-left: 7px;
	padding-right: 7px;
}

.smallmenu a:hover {
 color:#000000;	
}


#pages { 
	margin-left: 30px;
	height: 25px;
	clear: both;
}

#pages a {
    padding: 0px 5px 0px 5px;
	height: 25px;
	margin-left: 2px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #8F8F8F;
	background-color: #EFEFEF;
	border: 1px solid #8F8F8F;
	float: left;
	display: block;
}

#pages a:hover {
	color: #C92323;
	border: 1px solid #C92323;
	background-color: #FFEFEF;
}

#moviedetailbox {
	width: 1000px;
	height: 500px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/movie_detail_bg.gif);
}

#moviedetailbox #infobox {
	width: 1000px;
	margin-top: 20px;
}

#moviedetailbox #infobox h1 {
	font-size: 24px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #C92323;
}

#infobox #details  {}

#infobox #details #labels {
	width: 150px;
	display: block;
	float: left;
}

#infobox #details #labels p{
	font-weight: bold;
	color: #888888;
	height: 16px;
}

#infobox #details #data {
	width: 150px;
	display: block;
	float: left;
}

#infobox #details #data p{
	font-weight: bold;
	color: #C92323;
	height: 16px;
	clear: both;
	display: block
}

#moviedetailbox  #banner {
	width: 300px;
	height: 250px;
	margin: 20px;
	float: right;
	background: #666666;
}

#watchlinks {
	width: 640px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
}

#watchlinksbaner {
	width: 300px;
	height: 250px;
	margin: 20px;
	float: right;
	background: #666666;
	color: #FFFFFF;
}

.inside{
padding: 5px 5px 5px 5px;
}

.tinyborder{
border: 1px #63e31c solid;
}

#watchlinksbaner a{
width: 100%;
height: 100%;
text-decoration: none;
}

#watchlinksbaner a img{
border: none;
}

#now_playing{
background: #34aa00;
}

#turn_off_subs{
background: #FF0000;
}

#watchlinksbaner tr:hover{
background: #c8ec00;
}

#watchlinks .part {
	width: 100px;
	height: 100px;
	margin: 10px;
	color: #C92323;
	text-align: center;
	line-height: 20px;
	float: left;
	display: block;
	background-image: url(images/part_bg.gif);
}

/* Footer wrapper */

#footer {
	width: 1000px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	font-size: 10px;
	line-height: 30px;
	color: #ffffff;
	background-image: url(images/footer_bg.gif);
	clear: both;
}

#ban{  
 	margin-top: 40px;
}
#ban2{  
 	margin-top: 40px;
}
#text{
 width: 185px;
 margin-left: 7px;
 font-size: 11px;
 font:normal Arial, Helvetica, sans-serif;
	color: #A31919;
	clear: both;
	display: block;
}

#text2{

 font: small Arial, Helvetica, sans-serif;
 color: #A31919;
 text-align: left;

}
#text2 a {
 color:#A31919;	
}

#text2 a:hover {
 color:#000000;	
}

#dobavigo{
 float: right;
}

#dobavi{
 position:absolute;
margin-top: 10px;
left: 700px;
}

#most {
 position: absolute;
  float: right;
  margin-top: 12px;
  margin-left: -170px;
  font:normal Arial, Helvetica, sans-serif ;
  font-weight: bold;
  font-size: 12px;
	color: #ffffff;
	}


