
html,body {
  margin:0;
  padding:0;
}
body {
  background-color:#1e2a3a;
  text-align:center;
}
#top {
  position:relative;
  z-index:1;
  height:51px;
  overflow:visible;
  background-color:#fff;
}
#top div {
  position:relative;
  width:1000px;
  margin:0 auto;
}
#top img {
  position:absolute;
  left:0px;
  top:0;
}
#main {
  width:1000px;
  margin:0 auto;
  background:#f1e8e1;
}
#c {
  position:relative;
  height:690px;
  background:url(films_bg.jpg) no-repeat left top;
  text-align:left;
  cursor:default;
}
#main_b {
  background:url(films_b.gif) no-repeat left top;
  height:16px;
  width:100%;
  overflow:hidden;
}

h1 {
  margin:0;
  padding:0;
  position:absolute;
  width:155px;
  height:30px;
  left:180px;
  top:40px;
  text-indent:-999px;
  overflow:hidden;
}

.en h1 {
  background:url(films_h1_en.gif) no-repeat 0 0;
}

.lv h1 {
  background:url(films_h1_en.gif) no-repeat 0 0;
}

.ee h1 {
  background:url(films_h1_en.gif) no-repeat 0 0;
}

.lt h1 {
  background:url(films_h1_en.gif) no-repeat 0 0;
}

.ru h1 {
  background:url(films_h1_en.gif) no-repeat 0 0;
}

#listTable_c {
  position:absolute;
  left:170px;
  top:80px;
}
#listTable {}
#listTable tr {
  background:url(films_list_item.gif) no-repeat 0 0;
}
#listTable tr.over {
  background:url(films_list_item.gif) no-repeat 0 -52px;
}
#listTable tr.active {
  background:url(films_list_item.gif) no-repeat 0 -26px;
}
#listTable div {
  padding:5px 20px 6px 0;
  font-size:11px;
  font-family: Arial, Helvetica, sans-serif;
  white-space:nowrap;
  cursor:pointer;
  background:url(films_list_item_r.gif) no-repeat right 0;
}
#listTable tr.over div {
  background:url(films_list_item_r.gif) no-repeat right -52px;
}
#listTable tr.active div {
  background:url(films_list_item_r.gif) no-repeat right -26px;
}
#listTable span.nr {
  display:block;
  float:left;
  width:30px;
  margin-left:3px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align:center;
  font-weight:bold;
  color:#fff;
  font-size:10px;
}
#listTable span.title {
  display:block;
  margin-left:30px;
  font-size:12px;
}
#video {
  position:absolute;
  z-index:2;
  top:81px;
  left:400px;
  width:580px;
  height:456px;
  background:url(films_player_bg.gif) no-repeat 0 0;
}
#video_header {
  height:26px;
}
#video_c {
  width:560px;
  height:420px;
  margin-left:10px;
}
#closeBtn {
  position:absolute;
  top:5px;
  right:0;
  width:80px;
  text-align:center;
  color:#000;
  font-size:13px;
  font-family: Arial, Helvetica, sans-serif;
  cursor:pointer;
}