#tvContent{
  border:2px solid #a53700;
  background:url(../pictures/background.png);
  display:block;
  margin:auto;
  width:90%;
}

#tvContent table{
  border:0;
  margin:0;
  width:100%;
}

#tvTopMenuBar{
  background:url(../pictures/tv_menu_top.png) no-repeat;
  color:orange;
  cursor:pointer;
  font-family:Arial;
  font-size:18px;
  font-weight:bolder;
  height:45px;
  margin: 0;
  padding: 5px 0px 0px 10px;
  width:200px;
}

#tvMenuBar {
  background:url(../pictures/tv_menu.png) repeat-x;
  height:370px;
  padding-top:5px;
  vertical-align:top;
  width:200px;
}

#tvMenuBar li{
  color:white;
  cursor:pointer;
  font-weight:normal;
}

#tvPreview {
  background:url(../pictures/back_tv.png) no-repeat;
  display:block;
  height:400px;
  margin:auto;
  margin-top:10px;
  margin-bottom:10px;
  width:640px;
}

.tvMenuCategShow {
  display:block;
  color:#666666;
  cursor:pointer;
  font-size:11px;
  visibility:visible;
}

.tvTopSubCateg{
  background:url(../pictures/tv_sub_categ_top.png) no-repeat;
  display:block;
  margin-bottom:-8px;
  margin-left:25px;
  width:150px;
}

.tvMenuCategShow ol{
  background:url(../pictures/tv_sub_categ_bg.png) repeat-x;
  border-left:1px solid orange;
  border-right:1px solid orange;
  border-bottom:1px solid orange;
  margin:auto;
  padding: 0px 5px 10px 5px;
  width:138px;
}

.tvMenuCategShow li{
  list-style-type: none;
  margin-top:5px;
}