/* -------------------------------------------------------------------------------------------------------- TIPS --- */
.tips .dataBox {
  padding: 9px;
  height: 201px;
}

.tips .corner.dataBox.tabBox {
  /*  border-radius  */
  -moz-border-radius: 0px 10px 0px 0px;
  /* mozilla */
  -webkit-border-radius: 0px 10px 0px 0px;
  /* webkit */
  -khtml-border-radius: 0px 10px 0px 0px;
  /* Konqueror browsers */
  border-radius: 0px 10px 0px 0px;
  /* future CSS3 browsers */
}

/* ----------------------------------------------  tabs  */
/*
    tips
        tabSmall
            ul.tipDays .tabs
                li.day
                    span
*/
.tips {
  clear: both;
  float: left;
  margin: 14px;
  overflow: hidden;
  width: 628px;
}

.tabSmall ul.tabs li {
  float: left;
  margin: 0 3px 0 0;
  padding: 7px 14px 6px;
  /*  border-radius  */
  -moz-border-radius: 10px 10px 0px 0px;
  /* mozilla */
  -webkit-border-radius: 10px 10px 0px 0px;
  /* webkit */
  -khtml-border-radius: 10px 10px 0px 0px;
  /* Konqueror browsers */
  border-radius: 10px 10px 0px 0px;
  /* future CSS3 browsers */
  background: url(../images/tveverywhere/sprites_tabs.png) 0 -52px repeat-x;
  /* font */
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}

.tabSmall ul.tabs li.selected,
.tabSmall ul.tabs li:hover {
  background: #fff;
  color: #0098da;
}

.tabSmall ul.tabs li.selected {
  font-weight: bold;
}

/* --------------------------------------------  Details */
/* #tipsBox .boxContent
    ul#tipProgrammes
        .isavailableAndnav
        .npvr
        .buttonsNavigation
*/
#tipsBox .wrap {
  overflow: hidden;
  margin-bottom: 3px;
  height: 135px;
}

.tips .programmeInfo {
  margin: 0 0 10px 0;
}

.tips .programmeInfo h2.programmeTitle {
  color: #0098DB;
  display: inline-block;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 20px;
  margin: 9px 0 0;
  text-decoration: none;
  cursor: pointer;
}

.ie7 .tips .programmeInfo h2.programmeTitle {
  margin: 15px 0 0;
}

.tips .programmeInfo h2.programmeTitle:hover {
  text-decoration: underline;
}

.tips .boxContent ul#tipProgrammes {
  border-bottom: 2px dotted #AFB5B8;
  padding: 0 0 10px 0;
  height: 163px;
}

.tips .corner #tipsBox.boxContent ul#tipProgrammes .programmeInfo .programmHourChannel {
  padding: 0px 0px;
}

.tips .programmeInfo p {
  margin: 3px 0;
  font-size: 11px;
}

.tips .programmeInfo p span:hover {
  text-decoration: underline;
  cursor: pointer;
}

.tips .programmeInfo span.goToDetail {
  cursor: pointer;
  color: #0098DA;
  display: block;
  font-size: 11px;
  margin: 5px 0 0;
}

#tipsBox.boxContent .npvr {
  clear: both;
}

/* buttonsNavigation*/
.tips .buttonsNavigation {
  float: right;
  margin: 5px 0 0;
}

.tips .buttonsNavigation span.navCounter {
  float: left;
  margin: 3px 10px 0 0;
}

.tips .buttonsNavigation a.navPrev,
.tips .buttonsNavigation a.navNext {
  float: left;
  display: block;
  background: url("../images/tveverywhere/sprite.gif");
  width: 22px;
  height: 22px;
}

.tips .buttonsNavigation a.navPrev {
  margin: 0 5px 0 0;
}

.tips .buttonsNavigation a.navPrev {
  background-position: 0px -26px;
}

.tips .buttonsNavigation a.navNext {
  background-position: -26px -26px;
}

.tips .buttonsNavigation a.navPrev:hover {
  background-position: 0px 0px;
}

.tips .buttonsNavigation a.navNext:hover {
  background-position: -26px 0px;
}

.tips .buttonsNavigation .navPrev span,
.tips .buttonsNavigation .navNext span {
  left: -999px;
  position: absolute;
}

/* positioning the record button and the text next to it*/
li#progDetailsBox-record {
  overflow: hidden;
}

#tipsBox.boxContent .isavailableAndnav a#callToAction {
  margin: 10px 0 0 0;
}

#tipsBox .tips-header {
  width: 70%;
  float: left;
  margin: 0 0 8px 0;
}

#tipsBox .tips-header .channel-replayable {
  margin-left: 5px;
}

#tipsBox.boxContent .tips-header span {
  margin-top: 8px;
}
