
/* Comparatif Cablebox */

#coditel .tv table.comparatif {
  background:#F8F8F8;
  width:92%;
  margin-left:4%;
}

#coditel .tv table.comparatif {
  border-spacing:1px;
  border-collapse:collapse;
  border:1px solid #ccc;
}

#coditel .tv table.comparatif td, #coditel .tv table.comparatif th {
  border:1px solid #ccc;
  padding:6px 4px;
  text-align:center;
}

#coditel .tv table.comparatif tr.decodeurs td {
  color:#666;
  font-size:14px;
  font-weight:bold;
  text-align:center;
  text-transform:uppercase;
}

#coditel .tv table.comparatif tr.decodeurs td img {
  margin-top:15px;
}

#coditel .tv table.comparatif th {
  text-align:left;
}

#coditel .tv table.comparatif th p {
  display:none;
  color:#666666;
  font-size:11px;
  font-weight:normal;
  margin:0;
  padding:4px;
}

#coditel .tv table.comparatif th img {
  vertical-align:middle;
}

#coditel .tv table.comparatif th a {
  color:#99CC00;
}

/* Menu navigation */

#coditel .tv .tabs {
  padding:0;
  margin-left:4%;
}

#coditel .tv .tabs li {
  display:inline;
  border:1px solid #ccc;
  padding:6px 9px;
  background:#fff;
  margin-right:4px;
}

#coditel .tv .tabs li.actif {
  background:#99CC00;
}

#coditel .tv .tabs li.actif a {
  color:#fff;
}

#coditel .tv .tabs li a {
  color:#333;
  text-decoration:none;
  text-transform:uppercase;
  font-weight:bold;
}

/* Fiche */

.tv .tab-compa {
  width:90%;
  margin-left:5%;
  clear:both;
  margin-top:4em;
}

.tv .tab-compa ul {
  margin-left:200px;
  padding:0;
}

.tv .tab-compa ul li {
  list-style-type:none;
  list-style-image:url(/img/fleche.gif);
}

.tv .tab-compa img.deco {
  float:left;
  margin-right:50px;
  margin-bottom:10px;
}

.tv .tab-compa .bigprix {
  float:left;
  font-size:64px;
  font-weight:bold;
  color:#666;
}

.tv .tab-compa .bigprix span {
  font-size:12px;
  font-weight:normal;
  position:relative;
  top:-40px;
}

#nc_page .tv .tab-compa .linksub {
  margin-left:200px;
  zoom:1;
}

.tv .tab-compa .blocsub {
  background:#fff;
  margin-top:10px;
  border:1px solid #ccc;
  -moz-border-radius:8px;
  border-radius:8px;
  -webkit-border-radius:8px;
  clear:both;
}


/* Services */

#tab-services {
  margin:0;
  width:auto;
}

#tab-services .blocserv .titre {
  border-bottom-color:#CCCCCC;
  border-bottom-style:solid;
  border-bottom-width:1px;
  color:#9FCE11;
  font-size:15px;
  font-weight:bold;
  padding-bottom:5px;
  margin:10px;
}

#tab-services .blocserv img {
  float:left;
  margin-right:15px;
  margin-left:10px;
}

#tab-services .blocserv {
  background:#f8f8f8;
  margin-left:5%;
  width:42%;
  float:left;
  margin-top:10px;
  border:1px solid #ccc;
  -moz-border-radius:8px;
  border-radius:8px;
  -webkit-border-radius:8px;
}

#tab-services .blocserv p {
  margin-left:120px;
  margin-top:0;
}


/*
.tv a.pinksub {
  background:url(skin-btn-pink.gif) repeat-x;
  height:38px;
  display:block;
  width:200px;
  color:#fff;
  text-align:center;
  font-weight:bold;
  line-height:36px;
}

.tv a.pinksub span {
  background-image:url(skin-btn-pink.gif);
  color:#0099CC;
  display:block;
  height:38px;
  padding:0 0 0 11px;
}

.tv a.pinksub span span {
  background-position:100% 100%;
  padding:0 11px 0 0;
}

.tv a.pinksub span span span {
  background-position:0 0;
  background-repeat:repeat-x;
  color:#fff;
}
*/



