/* CSS Document */

/* Default CSS
================================================*/
/* Basic styling, used when JavaScript is unsupported */
.cbb {
	margin:7px;
	padding: 5px 14px 5px 14px;
	border: 1px solid #CCCCCC;
	background:#fff;
}
/* Normal styling */
.cb {margin:0px; padding: 0px;}
	/* Top corners and border */
.bt {
	height:12px;
	margin:0 0 0 12px;
	padding: 0;
	background:url(/images/box.png) no-repeat 100% 0;
}
.bt div {
	position:relative;
	left:-12px;
	width:12px;
	height:12px;
	background:url(/images/box.png) no-repeat 0 0;
}

	/* Bottom corners and border */
.bb {
	height:12px;
	margin:0 0 0 12px;
	padding: 0;
	background:url(/images/box.png) no-repeat 100% 100%;
}
.bb div {
	position:relative;
	left:-12px;
	width:12px;
	height:12px;
	background:url(/images/box.png) no-repeat 0 100%;
	font-size:0;
	line-height:0;
}

	/* Left border */
.i1 {
	padding:0 0 0 12px;
	background:url(/images/borders.png) repeat-y 0 0;
}
	/* Right border */
.i2 {
	padding:0 12px 0 0;
	background:url(/images/borders.png) repeat-y 100% 0;
}
	/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	display:block;
	margin:0;
	padding:1px 10px;
	background:#fff;

}
	/* Make the content wrapper auto clearing so it will contain floats (see http://positioniseverything.net/easyclearing.html). */
.i3:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.i3 {display:inline-block;}
.i3 {display:block;}
/* Default CSS ends here */





html {background:transparent}

body {
  background-color: #f7fbfd;
  margin: 0;
  padding: 0;
  background-image: url(/images/top_backgroung.png);
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center; 
}

body, p, table {
  font-family: Arial;
  font-size: 12px;
}

#main {
  width: 1014px;
  text-align: left; 
  margin: 0 auto;
}

div.title {
  border-top: 5px black solid;
  border-bottom: 1px black dotted;
  margin: 10px 7px 0 7px;
}

h1 {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1px;
}
h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 0 0;
  border-bottom: 1px black dotted;
}
h3 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 3px;
  margin: 3px 0 0 0;
  border-bottom: 1px black dotted;  
} 
h4 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 3px;
  margin: 3px 0 0 0;
}

a {
  color: black;
  text-decoration: underline;
}
a:hover, #bottom_line a:hover, #bottom_list ul li a:hover, p.small_info a:hover {
  color: #0071BC;
}


p {
  margin: 0 0 0 0;
}

.float_left {
  float: left;
}
.float_right {
  float: right;
}

.top_border {
  border-top: 1px black dotted;
}
.bottom_border {
  border-bottom: 1px black dotted;
}
.top_bold_border {
  border-top: 5px black solid;
}
.bottom_bold_border {
  border-bottom: 5px black solid;
}
.right_border {
  border-right: 1px black dotted;
}

.align_right {
  text-align: right;
}
.align_center {
  text-align: center;
}
.overline {
  text-decoration: line-through;
}
.video_image {
  border: 1px black solid;
}

p.info {
  font-size: 11px;
  color: gray;
}
p.small_info {
  font-size: 9px;
  color: gray;
}
p.small_info a, p.small_info span, p.info span {
  text-decoration: none;
  color: black;
}

h1 a, h2 a, h3 a {
  text-decoration: none;
}
a:hover img {
  border-color: #00aaff;
}




/* Top head
================================================*/
#top_container {
  height: 160px;
  margin: 0 7px 0 7px;
}
#top_line {
  background-color: black;
  height: 30px;
  font-size: 12px;
  line-height: 30px;      
  padding: 0 10px 0 10px;
  overflow: hidden;
}
#top_line_bottom {
  height: 3px;
  background-image: url(/images/bottom_border.gif);
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}

a.black_bg, #top_line {
  color: #999999;
  text-decoration: none;
}

a.black_bg{
  margin: 0 15px 0 15px;  
}
a.black_bg:hover {
  color: white;
}

#logo {
  margin-top: 18px;
}

#menu {
  margin-top: 0px;
}

.clear {
  clear: both;
} 

/* MENU
================================================*/
#main_menu {
  clear:both;
  float:left;
  list-style:none;
  margin:0;
  padding:0;
  z-index:2;
}

#main_menu li{
  float:left; 
  margin:0; 
  padding:0; 
  position:relative;
  white-space: nowrap;
}

#main_menu li a, span.menu_separator {
  font-size: 30px;
  text-transform: uppercase;
  text-decoration: none;
  display:block; 
  text-align:left; 
  position:relative; 
  z-index:700;
  float: left;
}
span.menu_separator {
  margin: 0 15px 0 15px;
}

#main_menu li a{
  font-weight: bold;
  text-transform: uppercase;
  margin: 1px;
}

#main_menu li ul{
  visibility: hidden;
  clear:both; 
  list-style:none; 
  display: block; 
  position: absolute;
  top:36px; 
  left:0; 
  z-index:900;
  background-color: white;
  border: 1px gray solid;
  margin: 0; 
  padding: 1px 0 10px 0;
}

#main_menu li ul li a{
  display: block; 
  font-size: 12px;
  margin: 1px;
  text-decoration: none;
  text-transform: none;
  width: 240px;
}
#main_menu li ul li {
  display:block;
  text-align:left; 
  border-bottom: 1px black dotted; 
  clear:both; 
  margin: 2px 15px 0px 15px;
  padding-bottom: 2px;
  width: 240px;
}

#main_menu li, #main_menu li ul li, #main_menu li ul li ul li {
behavior: url(/hover.htc);
}

#main_menu li ul li a:hover, #main_menu li ul li a.hover {
  background-color: #f7fbfd;
}

#main_menu li:hover ul, #main_menu li.hover ul {
  visibility: visible;
}

#main_menu li:hover ul li ul, #main_menu li.hover ul li ul {
  visibility: hidden;
}
#main_menu li ul li:hover ul, #main_menu li ul li.hover ul {
  visibility: visible;
}
#main_menu li ul li ul {
  visibility: hidden;
  left: 242px;
  top: -2px;
}

#main_menu li ul.roll_left li ul {
   left: -272px;
}

#main_menu li:hover ul li ul li ul, #main_menu li.hover ul li ul li ul {
   visibility: hidden;
}
#main_menu li ul li ul li:hover ul, #main_menu li ul li ul li.hover ul {
   visibility: visible;
}



/* Bottom menu
================================================*/
#bottom_container {
  margin: 15px 7px 0 7px;
}
#bottom_line_top {
  height: 3px;
  background-image: url(/images/top_border.gif);
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
}
#bottom_line_container {
  background-color: black;
  font-size: 11px;
  padding: 0 10px 0 10px;
  text-align: center;
}
#bottom_line {
  width: 980px;
  height: 35px;
  overflow: hidden;
  line-height: 32px;      
  margin: 0 auto;
  border-bottom: 1px #999999 dotted;
}

#bottom_line a {
  color: #999999;
}

#bottom_line_container {
  color: #999999;
  text-decoration: none;
}

span.separator {
  margin: 0 7px 0 7px;
}


/* Bottom list
================================================*/
#bottom_list {
  width: 800px;
  margin: 0 auto;
}

#bottom_list ul li, #bottom_list ul {
  margin: 0;
  padding: 0;
  border-color: #999999;
}

#bottom_list ul {
  width: 149px;
  float: left;
  list-style: none;
  text-align: left;
  margin: 10px 0 10px 50px;
}

#bottom_list ul li a {
  color: #999999;
  text-decoration: none;
}





/* Search engine
================================================*/
div.search {
  height: 21px;
  float: right;
  margin-top: 5px;
}
input.search {
  height: 22px;
  border-width: 0px ;
  border-style: none;
  position: relative;
  top: -1px;
  text-align: right;
  font-size: 15px;
  width: 150px;
}
#search_left, #search_center, #search_right {
  float: left;
  height: 21px;
  padding: 0px;
  overflow: hidden;
}
#search_left, #search_right {
  width: 4px;
}
#search_left {
  background: url(/images/search_imput_left.gif) no-repeat center; 
}
#search_right {
  background: url(/images/search_imput_right.gif) no-repeat center;
  margin-right: 8px;
}




/* "Doporucujeme"
================================================*/
.video297 {
  margin-top: 7px;
  margin-bottom: 3px;
  text-align: center;
}

div.small_video_container_column3 {
  width: 338px;
}

.video282 {
  text-align: center;
}


div.small_video_container {
  width: 343px;
  background-color: red;
}

table.table_small_video {
  width: 686px;
}
table.table_small_video tr, table.table_small_video_column3 tr {
  vertical-align: bottom;
}
table.table_small_video tr td {
  width: 343px;
}

table.table_small_video_column3 tr td {
  width: 338px;
}





/* "Nejsledovanější videa týdne"
================================================*/
#week {
  clear: both;
}

table.column3 {
  width: 970px;
  margin: 0;
}

table.column3 tr td {
  padding: 0 19px 0 19px;
  vertical-align: top;
}
table.column3 tr td.td_title {
  vertical-align: bottom;
}

table.column3 tr td p.small_info {
  margin-top: 5px;  
}

.description{
  text-align: justify;
}


/* "Nejnovější videa"
================================================*/
#latest {
  clear: both;
}

table.column2 {
  width: 1014px;
  margin: 5px 0 0 0;
}

table.column2 tr td {
}

div.video180_container  {
  width: 226px;
}

td.video180_container {
  width: 217px;
}

.video180 {
  margin-top: 7px;
  margin-bottom: 17px;
}

td.video180_text_container {
  width: 274px;
}

td.margin7 {
  width: 7px;
}

table.column2 tr.cleartr td {
  line-height: 0px;
}
table.column2 tr td p.small_info {
  margin-top: 5px;
}



/* advertisement
================================================*/
#leaderboard, #square, #skyscreaper {
  margin-top: 10px;
  margin-left: 10px;
  border: 1px black solid;
}

#ad_leaderboard_container, #ad_square_container, #ad_skyscreaper_container {
  text-align: center;
  margin-top: 7px;
}

#ad_leaderboard, #ad_square, #ad_skyscreaper {
  margin: 0 auto;
  text-align: left;
  /*border: 1px black dotted; */
}

#ad_leaderboard {
  width: 746px;
  height: 122px;
}

#ad_square {
  width: 271px;
  height: 272px;
  margin-bottom: 7px;
}

#ad_skyscreaper {
  width: 141px;
  height: 622px;
}

p.ad {
  font-size: 9px;
  height: 9px;
  line-height: 11px;
  margin: 0px;
  padding-right: 11px;
  text-align: right;
}
p.ad a {
  text-decoration: none;
}

#ad_skyscreaper_container {
  float: right;
}
#ad_skyscreaper_float_container {
  position: absolute;
  top: 342px;
}




/* VIDEO
================================================*/
#video_preferences {
  border-top: 1px black dotted;
  margin: 5px 0 5px 0;
  padding-top: 5px;
  font-size: 13px;
  line-height: 23px;
}

#video_preferences a {
  text-decoration: none;
}

#stars {
  position: relative;
  top: 2px;
}

p.video {
  margin: 15px 0 5px 0;
}

#video_preferences_hide_container {
  width: 642px;
  margin: 0px;
  text-align: center;
}

div.video_preferences_hide_title {
  margin-top: 10px;
  height: 29px;
  overflow: hidden;
  background-image: url(/images/sahrebox_bacground_top.png);
  padding: 0px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 23px;  
}

div.video_preferences_hide_text {
  background-color: #EAEAEA;
  border-left: 1px #C9C9C9 solid;
  border-right: 1px #C9C9C9 solid;
  padding: 0 7px 0 7px;
  margin: 0;
  text-align: right;
}
div.video_preferences_hide_text input, div.video_preferences_hide_text textarea  {
  width: 515px;
}
div.video_preferences_hide_text textarea  {
  height: 60px;
}
div.video_preferences_hide_text form {
  margin: 0;
  padding: 0;
}

div.video_preferences_hide_bottom {
  height: 7px;
  overflow: hidden;
  background-image: url(/images/sahrebox_bacground_bottom.png);
}




/* VIDEO -  souvisejici
================================================*/
#video_changes {
  text-align: center;
  border-bottom: 1px black dotted;
}

.comment {
  margin: 10px 7px 0 7px;
  padding-bottom: 2px;
  border-bottom: 1px black dotted;
}

#related_videos, #category_videos, #online_videos {
  width: 284px;

  height: 800px;
  overflow: auto;
  overflow-y: scroll;
  border-top: 5px black solid;
  border-bottom: 5px black solid;
  margin: 7px 0 10px 0;
}

#online_videos, #online_videos_more{
  display:none;
}

.related_video {
  border-bottom: 5px black solid;
  margin: 7px 0 0 0;
  padding-bottom: 5px;
}

.related_video_description {
  margin: 5px 2px 0 0;
  text-align: right;
}

#related_videos_container {
  width: 852px;
}

#related_videos_hide_container {
  width: 284px;
  overflow: hidden;
}






/* "vypis sekce"
================================================*/
.listing  {
  margin-top: 0px;
  padding-top: 2px;
  color: gray;
  text-align: center;  
}

.listing a, .listing span  {
  text-decoration: none;
  margin: 0 5px 0 5px;  
}








#left_container {
  width: 686px;
}
#video640 {
  margin-top: 7px;
  margin-bottom: 7px;
}

#right_container {
  width: 328px;
}

img.icon {
  float: right;
}

p.list {
  padding-bottom: 4px;
  padding-top: 4px;
}
p.list a {
  text-decoration: none;
}

p.more {
  margin-top: 7px;
}
p.more a {
  text-decoration: none;
}

/* Moon */
.description p {
  margin: 0 0 8px 0;
}

#main_menu img{
   margin: 3px 3px 0 0;
}

#fictivePlayer{
  background:black;
  height:360px;
}

#fictivePlayer span{
  color:white;
  display:block;
  text-align:center;
  font-size:2em;
  padding:70px 0 0 0;
}