/* CSS Document */
* { margin:0px; padding:0px;}
body { background: #FFFFFF; font-family:"Trebuchet MS"; font-size:14px; text-align:center; line-height:140%;}
#page { width:980px; margin: 0px auto;}
#header, #page { text-align:left; }
#header { height:90px;background:url("/images/logo.png");background-repeat:no-repeat;
display:block;position:relative;}
h1 a { display:none; }
a img { border:0px; }
h1 { display:block; width:581px; height:100px; }
a { color:#3299CD;text-decoration:none;}
a:hover { text-decoration:underline;}
#login { bottom:0px; right:0px; position:absolute;}
#search {  top:10px; right:0px; position:absolute; }
#search input { border: 0px;background-repeat:no-repeat; float:left;display:block;
height:22px;}
#search_q { background:url("/images/searchback.png");width:200px;font-size:14px;color:#FB0082;padding-bottom:5px;padding-left:5px;margin-right:0px;}
#search_b { background:url("/images/searchbutton.png");width:57px;margin-left:5px;}
#bar { color:#FFFFFF; display:block; width:980px; height:20px;background:url("/images/barnaj.png") no-repeat; padding:2px 5px; font-size:12px;}
#bar div { float:left; }
#footer { clear:both; text-align:center; font-size: 12px; color:#999999; }
.bar_marquee { margin-left:70px; width:900px;}
#bar a { color:#FFFFFF; }
#bar b { color:#FB0082;}
.bar_title { width:70px;}
.box { margin-bottom:10px;padding-top:27px; background-repeat:no-repeat; padding-left:5px; }
.box h3 { display:none; }
.content h2 {display:none; }
.content { padding-top:30px; min-height:50px; text-align:left; background-position:-30px -30px; background-repeat:no-repeat;}
h2,h3 { color:#FB0082; }
p { padding-bottom: 10px; }
#left { float:left;width:770px;}
#right { float:right;width:200px;}
ul { list-style: disc; color:#FB0082;list-style-position:inside; }

.tagy { background-image:url("/images/tagy.png");  }
.ponuka { background-image:url("/images/ponuka.png"); }
.home { background-image:url("/images/vitajte.png"); }
.best { background-image:url("/images/najlepsie.png"); }
.new { background-image:url("/images/najnovsie.png"); }
.radio { background-image:url("/images/radia.png"); }
.contact { background-image:url("/images/kontakt.png"); }
.category { background-image:url("/images/kategorie.png"); }
.login {background-image:url("/images/prihlasenie.png"); }
.search {background-image:url("/images/vyhladavanie.png"); }
.register { background-image:url("/images/registracia.png");} 
.add { background-image:url("/images/pridanie_noveho.png"); }
.play { background-image:url("/images/prehravanie.png"); }
.random { background-image:url("/images/nahodne.png"); }
.box.kategorie { background-image:url("/images/kategorie_box.png"); }

.ui-video-box { float:left;margin-right:10px;padding:6px;margin-bottom:12px;text-align:center;}

/*=======================================
* Tooltips
* ======================================*/
.tooltip{
   position: absolute;
   padding: 10px 13px;
   z-index: 2;
   color: #303030;
   background-color: #ffffff;
   border: 1px solid #999999;
  font-family: sans-serif;
   font-size: 12px;
   line-height: 18px;
   text-align: center;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}

.tooltip h3{
   text-align: left;
}

