@charset "utf-8";
/* CSS Document */
#contentArea { margin-top: 0 !important; }
li.anunt{color:#0199FF; list-style: square;margin-left: 30px;}
ul#anunt{font-size:12px; padding:10px; border:1px solid #ccc; margin:10px;font-style: italic;}
.paragraf_anunt{color:#0199FF;margin-top:5px;margin-bottom: 5px;}

/*
 * New 2013 UI CSS v 0.1.4
 * Copyright 2012 Ionut Andrei
 * TV all config
 *
 * images.less
 *
 */
.image-collection {position: relative;margin-left: 10px;list-style: none;*zoom: 1;}
.image-collection:before,
.image-collection:after {
  display: table;
  content: "";
}
.image-collection:after {
  clear: both;
}
.image-collection  > div,
.image-collection  > li {
  width: 220px;
  height: 121px;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: inset 0px 0px 1px #FFFFCC;
  float: left;
  /*background: #cccccc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAP5SURBVGhD7ZdBSBRRGIB319VW8OBhAwMhgwIPQgpGHYoMDeoYeAkSDBKSEIw8BCUd7FahgZDQxZtBFw9BRkIGezA0FAo0EBIyCCrwILjq6vb9M/8uM7szu+7qaAvzweP9/3tv3vz//978703Ax8fHx2cvBLW2sbW11R4MBp+o6sjOzs7zioqKIVUPjZDWNjC+iqouV2FMNfWh4+hAKRFMJpNhtkxvKBS6iC6RF2oo9aboyrKWw2CNLfypvLx8KLi9vT2IE73aUWqMB4n+b/ZzVBtKCgKfCCYSiaTqJcmBO0DUVlnxacoK+/gn395x2uoo52iL6LBdc5AOvMHIZ+FwOIahCW1LQ18EW67Q9wC12WzNj+cOYNgKVQcZY8psyc/GxsYtVmYQZ1JZ0RWvHYiVlZVdw5A/qhtgYAPtjWwhSR6zODfPmDWz10THvEbMmc69dGAJA5pShskWweABym2XyE5hS3ckEllUPbC+vn6SLTfDeNdT35OTGGMTnC8SecP4zc3NZvQ52vtcjBdacHiOsX2qByorK5eoOkzNGU9WACNHMKZbZCJei/FfckUxE57p4aI4rGoAGz9QtZiaHU8cwPhjGPxL5Fwvd4OViuN0U2o7cdhKdnprdGbgxRaSNJkyvpOqIOMFno+w91+oGkCexCnbR57C1QEmGWIpLxDNE9bCRJfoG9FhWdAXU1Ei2apiwfDseYpxsDFngjJpdGTg9j8wjLF32YcSzWVrkXxOXzeTv9LhNmj/pqLM06hiwfCs3JIbVBVdzpMsHB0g8u9UdIUJHcfggPEi6jBV2oBi4DBLP49Nf1W04egAL5e/rpy4jcEx42ZLnWCM7QArFOvzOHNERRtuW+iR5G5Vs2Bp26jumZodSZsqyjzTKhYFH2/6eeu8VtwciOLxDIb+IJN8txZpo/89xfFA4rmzKso88yoWDNFf4fn0CiCfU9HGvp8DvHiNyB3lhXHkKPMvIBfzw3STeUZFiMfj9cgLRmsGjiuwFzC2ilWS/C+yRLBL5AIZTxkvkPnuqJiFJyexfHwYcAoHVkXnVB2g7aHRmZ950vRldT51oZNVlKyWxb6vgMDLohj9UlW5WvTjwFWKYy4X6JPD6iljz6SMpy1C9MfcjBe8vE5L5ujnMHysqhhUzfa6gZGnkSXLSSL4yrjP1BOMnZVxAv1hgjCG2G62OOOpAwLRGyUzdVFn/Ua6gfE1anzee5QnW8gKxnRizAKBMj7sXDA2wvlzXzIX6q4ugZ6vgBUMlL09wZb5yKrI9xCnVNNei95K3cZK5f0PtnKgDnhBCK8d79mlQoglS9/fS5DFEGmtByHGSuw6S/wnzJIcrqvs4+Pj41MMgcA/8Fr5zKgSl7AAAAAASUVORK5CYII%3D) 50% no-repeat;*/
  display: table-cell;
  vertical-align: middle !important;
  text-align: center;
}
.image-collection  > div  > img,
.image-collection  > li  > img {
  width: 100%;
  height: auto;
  min-height: 100%;
  max-width: 100%;
}
.image-collection  > div  > .overlay,
.image-collection  > li  > .overlay {
  position: absolute;
  width: 100%;
  height: 55px;
  overflow: hidden;
  background-color: #1e1e1e;
  color: #fff;
  font-size: 8pt;
  text-align: left;
  line-height: 12px;
  padding: 5px 10px;
  opacity: .8;
  bottom: -55px;
}
.image-collection  > div:hover .overlay,
.image-collection  > li:hover .overlay {
  -webkit-transform: translate(0, -55px);
  -ms-transform: translate(0, -55px);
  -o-transform: translate(0, -55px);
  -moz-transform: translate(0, -55px);
  transform: translate(0, -55px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s easet;
}
.image-collection.p16x9  > div {
  width: 220px;
  height: 121px;
}
.image-collection.p4x3  > div {
  width: 220px;
  height: 165px;
}
.image-container {
  position: relative;
  padding: 5px 5px 50px;
  background-color: #1e1e1e;
  width: 220px;
  margin-right: 20px;
  margin-bottom: 20px; 
}

.image-container img {
  width: 100%;
  height: auto;
 
}
.image-container  > .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  font-size: 8pt;
  color: #fff;
  line-height: 14px;
  padding: 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.image-container.light {
  background-color: #ccc;
}
.image-container.light  > .overlay {
  color: #1e1e1e;
}

.selected {
  /*border: 1px #2d89ef solid;*/
  display: block;
  /*background:#414141 !important;*/
  color:#fff !important;
 background: rgb(109,179,242) !important; /* Old browsers */
background: -moz-linear-gradient(top,  rgba(109,179,242,1) 0%, rgba(84,163,238,1) 50%, rgba(54,144,240,1) 51%, rgba(30,105,222,1) 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(109,179,242,1)), color-stop(50%,rgba(84,163,238,1)), color-stop(51%,rgba(54,144,240,1)), color-stop(100%,rgba(30,105,222,1))) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%) !important; /* IE10+ */
background: linear-gradient(to bottom,  rgba(109,179,242,1) 0%,rgba(84,163,238,1) 50%,rgba(54,144,240,1) 51%,rgba(30,105,222,1) 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6db3f2', endColorstr='#1e69de',GradientType=0 ) !important; /* IE6-9 */

}

.selected span{
  /*border: 1px #2d89ef solid;*/
  display: block;
 /* background:#414141 !important;*/
  color:#fff !important;
}

.selected b{
  /*border: 1px #2d89ef solid;*/
  display: block;
 /* background:#414141 !important;*/
  color:#fff !important;
}

selected2 {}
.selected:after {
  /*width: 0;
  height: 0;
  border-top: 30px solid #2d89ef;
  border-left: 40px solid transparent;
  position: absolute;
  
  right: 0;*/
/*  content: ".";*/
 /* top: 0;
  z-index: 1000;*/
  
  
}
.selected:before {
 /*  position: absolute;
 content: "\2714";
  color: #fff;
  right: 5px;
  top:-1px;
  font-family: Tahoma;
  z-index: 2000;*/
  

}

.bgimg {/*background:url(/new.2013/imgs/100x100.png) repeat !important;*/ height:100px; width:100px;padding:10px; font: normal 12px/16px Arial;
color: #fff;overflow: hidden;text-align: center;margin:5px;
background: rgb(242,246,248); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(242,246,248,1) 0%, rgba(216,225,231,1) 50%, rgba(181,198,208,1) 51%, rgba(224,239,249,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,246,248,1)), color-stop(50%,rgba(216,225,231,1)), color-stop(51%,rgba(181,198,208,1)), color-stop(100%,rgba(224,239,249,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(242,246,248,1) 0%,rgba(216,225,231,1) 50%,rgba(181,198,208,1) 51%,rgba(224,239,249,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */


}

.image-collection b, .image-collection b span {clear: both;display: block;margin-top: 5px;font-size: 16px;color: #09f; font-weight:bold;}
.image-collection b span {display: inline; margin: 0;}
.image-collection span {clear: both;display: block;margin: 10px 10px 0 10px;color: #414141; font-size:11px;}
.image-collection span .small{font-size:10px !important;}
.options-list input.checkbox {
float: left;
margin: 3px -20px 0 0;
}

.options-list .label {
display: block;
margin-left: 20px;
}

label {cursor:default}

.price-lunar {
float: right;
padding: 0;
margin: 0;
color: #555;
width: 169px;
text-align: right;
border: 0px solid blue;
}

.price-notice .price {
border: 0px solid pink;
width: 84px;
display: block;
float: left;
color: #444;
text-align: left;
}

.price-fix {
float: right;
padding: 0;
margin: 0;
color: #555;
width: 172px;
text-align: right;
border: 0px solid red;
}

.options-list input.radio {
float: left;
margin: 3px -18px 0 0;
}

.product-options-bottom {
padding: 0;
background: white;
}

.product-options-bottom .price-as-configured {
background: #059 url('new.2013/imgs/prod_name.png') 0 0 repeat-x;
color: white;
padding: 6px 10px;
}

.price-as-configured .price-label {
float: left;
width: 150px;
}

.price-as-configured .price-tax {
float: right;
border: 0px solid pink;
text-align: right;
width: 335px;
}


button.button {
float: right;
overflow: visible;
width: auto;
border: none;
padding: 0 0 0 12px;
background: url('new.2013/imgs/bkg_button.gif') 0 50% no-repeat;
cursor: pointer;
-webkit-border-fit: lines;
}

/* style for maxim zone on content */
oom_pack{width:720px !important; margin-left:20px !important; border:none !important; /*background-color:#000;*/}





/* @autor: Ionut SILVESTRU
	data: 19.11.2012 */

/* Chenar albastru */
.dashed_box{border: 1px solid #ccc; color: inherit; width:670px; height:100%; margin:10px 0 0 0;padding:10px;}
.dashed_box h1, .dashed_box h2 {border-bottom: none;clear: both;color: #304860;font-size: 15px;margin: 6px 5px 5px 5px;padding-bottom: 6px;text-transform: uppercase;}
.list_pachete { list-style-type: disc; margin-left: 15px;}
/* End chenar albastru */

/* lista grile-tv-tematic- new style/*
/* update  10.01.2013 va inlocui css-ul grile-tv-tematic*/

/* CSS Document */


#program-tv{width: 670px;/*border: 1px solid #000;*/ background:#fff; /*just for control */}
.bubble{width: 160px;height: 265px;float:left;margin-right:2px;margin-bottom: 10px;background-image:url(../images/bg-posturi.png); background-repeat:repeat-y; border: 1px solid #ccc;}
.bubble_mic{width: 160px;height: 225px;float:left;margin-right:2px;margin-bottom: 10px;background-image:url(../images/bg-posturi.png); background-repeat:repeat-y; border: 1px solid #ccc;}
.bubble_mic2{width: 160px;height: 140px;float:left;margin-right:2px;margin-bottom: 10px;background-image:url(../images/bg-posturi.png); background-repeat:repeat-y; border: 1px solid #ccc;}
#generaliste{background: #60344a; color: #fff; padding: 2px 2px 2px 15px; margin: 0px; font-size: 12px; font-weight: bold;}
#stiri{background: #7e387b; color: #fff; padding: 2px 2px 2px 15px; margin: 0px; font-size: 12px; font-weight: bold;}
#sport{background: #0071b3; color: #fff; padding: 2px 2px 2px 15px; margin: 0px; font-size: 12px; font-weight: bold;}
#femei{background: #eb008c; color: #fff; padding: 2px 2px 2px 15px; margin: 0px; font-size: 12px; font-weight: bold;}
#tematice{background: #004c79; color: #fff; padding: 2px 2px 2px 15px; margin: 0px; font-size: 12px; font-weight: bold;}
#filme{background: #cd241e; color: #fff; padding: 2px 2px 2px 15px; margin: 0px; font-size: 12px; font-weight: bold;}
#copii{background: #f89f1a; color: #fff; padding: 2px 2px 2px 15px; margin: 0px; font-size: 12px; font-weight: bold;}
#muzica{background: #c5462d; color: #fff; padding: 2px 2px 2px 15px; margin: 0px; font-size: 12px; font-weight: bold;}
#muzica-populara{background: #c5462d; color: #fff; padding: 2px 2px 2px 15px; margin: 0px; font-size: 12px; font-weight: bold;}
#religie{background: #7b740a; color: #fff; padding: 2px 2px 2px 15px; margin: 0px; font-size: 12px; font-weight: bold;}
#diverse{background: #e685bf; color: #fff; padding: 2px 2px 2px 15px; margin: 0px; font-size: 12px; font-weight: bold;}
#hobby{background: #009244; color: #fff; padding: 2px 2px 2px 15px; margin: 0px; font-size: 12px; font-weight: bold;}
#internationale{background: #01482e; color: #fff; padding: 2px 2px 2px 15px; margin: 0px; font-size: 12px; font-weight: bold;}
#nationalitati{background: #199c16; color: #fff; padding: 2px 2px 2px 15px; margin: 0px; font-size: 12px; font-weight: bold;}
#locale{background: #00a5e4; color: #fff; padding: 2px 2px 2px 15px; margin: 0px; font-size: 12px; font-weight: bold;}
.lista{padding: 2px 2px 2px 30px; margin: 0px;font-size: 11px; list-style-type:decimal;color: #000;line-height: 15px;}
.lista li a{ color: #069;}  

/* end lista new /*





/* Culori font */
.black_text{color:#000;}
.white_text{color:#fff;}
/* End culori font */

/* Bold font */
.bold_text{font-weight:bold;}
/* END bold font */

.box_pret{width:670px; height:100%; margin:1px 0 0 0;padding:10px; border-bottom:3px solid #ddd; color:red;}
.box_pret .box_tva{display: block;width: 670px;}
.box_pret .box_tva .p_pret_final{background: #059 url(/new.2013/imgs/prod_name.png) 0 0 repeat-x;color: white;padding: 6px 10px;}
.box_pret .box_tva .p_pret_final .pret_final{width: 150px; height:30px;}
.box_pret .box_tva .p_pret_final .span_right{float: right;border: 0px solid pink;text-align: right; background:#09C; padding: 0 10px 0 20px;}
.box_pret .box_tva .p_pret_final .span_right_tva{border: 0px solid yellow;text-align: right;}
.box_pret .buton_trimite_comanda{float:right;overflow: visible;width: 150px;border: none;padding: 5px 0 5px 30px;background:#090;cursor: pointer; margin-top:5px;color:#fff; font-weight:bold;}

.selected-item{border:none;}
.sub-titlu{font-size:10px;color:#069;}
.satelit_tv .grila_list img.plus_satelit {margin: 140px 10px;width: 19px;}

/* custom forms */
/* v1.0 */

.checkbox:before{content:"";display:block;line-height:0.8;height:14px;width:14px;text-align:center;position:absolute;top:0;left:0;font-size:14px;color:#fff}

.radio.checked:before{content:"";display:block;width:8px;height:8px;-webkit-border-radius:100px;-moz-border-radius:100px;-ms-border-radius:100px;-o-border-radius:100px;border-radius:100px;background:#222;position:relative;top:3px;left:3px}

.checkbox.checked:before{content:"\00d7";color:#222}


.promo_price {font-weight: normal; text-decoration: line-through;}

.box_pret .box_tva .p_pret_final {height: 45px;}

.paragpromo {overflow: auto; width: 100%;}
.paragpromo span {float: left; width: 75%}
.paragpromo a {float: right; }
.paragpromo a img {width: 100%;}
/* end custom forms */




/* END OF CSS */