/* K zarazeni */

#hpIntro #imgIntro { width: 635px; height: 255px; float: left; }
#hpIntro #imgIntro img { display: block; float: none; width: 635px; height: 255px; }

.buttonLine { position: relative; }
.pVotes { position: relative; }
.projectLightBox .ratingUl .last { position: relative; }

.detailInfoCont .votePopup { position: absolute; background: blue; color: black;}
.projectLightBox .votePopup { position: absolute; background: blue; color: black;}

.detailGenInfo span.tag { color: #333; font-weight: bold; }
#tooltip { z-index: 60; }

/*
body .captchaVotesIn { width: 218px; font-size: 0.9em; color: #808080; position: absolute; top: 17px; left: 18px; }
body .captchaVotesIn button { margin-top: 7px; float: left; text-transform: none; position: relative; _padding: 3px 0px 2px; width: 75px; height: 24px }
body .captchaVotesIn input { width: 35px; margin: 7px 4px 0; float: left; background:url("/img/input-text.png") repeat-x center top #FFF;border:1px solid #BBBBBB;padding:4px 5px 3px;}
body .captchaVotesIn img { float: left; margin: 6px 3px 0 0; width: 70px; height: 26px; }
body .captchaVotesIn p { margin-bottom: 6px; }
*/


div.time-picker {
  position: absolute;
  height: 191px;
  width:80px; /* needed for IE */
  overflow: auto;
  background: #fff;
  border: 1px solid #aaa;
  z-index: 99;
  margin: 0;
  /* background-color:red; */
  /* color:blue; */

}
div.time-picker-12hours {
  width:6em; /* needed for IE */
}

div.time-picker ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.time-picker li {
  cursor: pointer;
  /* height: 10px; */
  line-height:20px;
  background: url("/static/css/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png") repeat-x scroll 50% 50% #F6F6F6;
  border-top: 1px solid #DDDDDD;
  color: #0073EA;
  font-weight: bold;
  outline: medium none;
  margin: 0px;
  text-align:center;
}
div.time-picker li.selected {
  background: #0063CE;
  color: #fff;
}