﻿@charset "utf-8";

/*
	Forthnet Group
	Forthnet S.A.
	10/11/2011
*/
@import url("themes.css");

/* CSS Reset
----------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body > img { position:absolute; }
body {

}

ol, ul {
	list-style: none;
}
.display-num {
list-style:decimal inside none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

img {
	border:0;
}
h1, h2, h3, h4 {font-family: Myriad Pro,Trebuchet MS,Tahoma,sans-serif;}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-spacing: 0;
}

table td {
	vertical-align:top;
}

.clear {
	clear:both;
	height:0px;
	overflow:hidden;
}

a {
	text-decoration:none;
}

a {
	transition-property: color;
	transition-duration: 0.2s;
	-moz-transition-property: color;
	-moz-transition-duration: 0.2s;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.2s;
	-o-transition-property: color;
	-o-transition-duration: 0.2s;
}

a:hover {
	text-decoration:underline;
}

header, nav, article, footer, address, section, figure, figcaption, aside {
	display: block;
}

/* Global CSS
----------------------------------------------- */
html, body {
	margin: 0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;;
	height:auto !important;
	height:100%;
	min-height:100%;
	color:#707070;
}

html {
	
}

body {
	background-image: url(../_gfx/back.png);
	background-repeat:repeat-x;
	background-color:#fff;
}

.content {
	padding:0px 0px 6px 0px;
}

.siteMargin {
	width:962px;
	margin:0 auto;
}

.mainContainer {
	height:100%;
	text-align:left;
	position:relative;
	z-index:1;
}

.topNav {
	height:23px;
	/*padding:10px 0 0px 0;*/
}

.topNav li {
	float:left;
	background-image:url(../_gfx/topNav_sep.png);
	background-repeat:no-repeat;
	background-position:right 50%;
	font-size:12px;
	color:#FFFFFF;
	position:relative;
}

.topNav li a {
	color:#b8b8b8;
	padding:6px 5px 5px 8px;
	margin-right:7px;
	display:block;
}

.topNav li a:hover, .topNav .active a {
	color:#5c5c5c;
	background-image:url(../_gfx/topNav_back.gif);
	text-decoration:none;
}

.topNav .active a {
	font-weight:bold;
}

.topNav li a b {
	color:#5c5c5c;
	display:block;
	width:5px;
	height: 25px;
	position:absolute;
	right:2px;
	top:0;
}

.topNav li a:hover b, .topNav .active a b {
	color:#5c5c5c;
	display:block;
	background-image:url(../_gfx/topNav_back.gif);
	background-position:right top;
	background-repeat:no-repeat;
	width:5px;
	height: 25px;
	position:absolute;
	right:2px;
	top:0px;
}

.headerHolder {
	background-image:url(../_gfx/header_back.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	height:150px;
	margin-bottom:4px;
}

.header {
	padding:20px 0 2px 0;
	height:130px;
	position:relative;
	/*z-index:2000000000;*/
	z-index:1000; /* changed by kxip */
}


.logos {
	background-image:url(../_gfx/forthnetgroup_logo.png);
	/*background-image:url(../_gfx/Forthnet-xmas-2018.gif);*/
	background-repeat:no-repeat;
	height:114px;
	width:285px;
	overflow:hidden;
	display:block;
	/*margin-left:-37px;*/
	text-indent:-999999px;
	/*margin-right: 32px;*/
    /*margin-left:-37px; ITRPM-10499*/	
	float:left;
}


.h_buttons {
	/*background-image:url(../_gfx/header_btns.png);*/
	background-repeat:no-repeat;
	width:167px;
	height:80px;
	position:absolute;
	top:60px;
	right:10px;
}

.mainContent {
	position:relative;
	height:530px;
	z-index:80;
}

.promoHolder {
	background-color:#fff;	
	background-position:center center;
	height:467px;
}

.promoHolder {
	display:block;
}

.glow{
	background-repeat:no-repeat;
	background-position:center center;
	height:467px;
}



/* MAIN MENU
----------------------------------------------- */
.mainMenu {
padding: 0;
background: url(../_gfx/menuBack.png) repeat-x top;
z-index: 9999;
height: 25px;
position: absolute;
bottom: 105px;
right: 0;
}

.mainMenu li {
	float:left;
	margin:0px;
	padding:0px;
}

.mainMenu li a {
	color:#545454;
	text-decoration:none;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	background-image:url(../_gfx/mainmenu_off.png);
	background-position:center top;
	background-repeat:no-repeat;
	padding:7px 12px 8px 14px;
	display:block;
	position:relative;
	/*z-index:2147483580;*/
	z-index:10000000000; /* changed by kxip */
}

.mainMenu li:first-child a {
	background-position:left top;
}

.mainMenu li:first-child a:hover {
	background-image:url(../_gfx/mainmenu_active.png) !important;
}

.mainMenu li:first-child a:hover b {
	background-image:url(../_gfx/mainmenu_active.png) !important;
	background-position:center top;
	height:25px;
}

.mainMenu li.active a {
	background-image:url(../_gfx/mainmenu_active.png);
	color:#545454;
}

.mainMenu li.active a b {
	background-image:url(../_gfx/mainmenu_active.png);
	background-position:center top;
}

.mainMenu li a:hover {
	background-image:url(../_gfx/mainmenu_on.png);
	background-position:left top;
	color:#545454;
}

.mainMenu li a b {
	display:block;
	width:5px;
	height:25px;
	background-image:url(../_gfx/mainmenu_off.png);
	background-position:center top;
	position:absolute;
	top:0px;
	right:0px;
	background-color:#E5E5E5;
}

.mainMenu li:last-child a b {
	background-position:right top;
}

.mainMenu li a:hover b {
	background-position:right top;
	background-image:url(../_gfx/mainmenu_on.png);
	height:27px;
}

.mainMenu li.actives a {
	background-image:url(../_gfx/mainmenu_on.png) !important;
	background-position:left top;
	color:#545454;
}

.mainMenu li.actives b {
	background-image:url(../_gfx/mainmenu_on.png) !important;
	background-position:right top;
	height:27px;
}

.mainMenu li.actives li a {
	background-image:none !important;
}

.mainMenu li.actives .subLeft a {
	background-image:none !important;
}

.mainMenu .sep {
	margin:0px !important;
}

.mainMenu .sep em {
	width:5px;
	height:25px;
	display:block;
	background-image:url(../_gfx/sep.gif);
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#e5e5e5;
}

.subLeft {
	position: absolute;
	top: 26px;
	left:0px;/*left:10px;*/
	float: left;
	display:none;
	z-index:2147483500 !important;
	/*width:100%;*/
	right:-10px;
}

.menuTable {
	width:99.5%;
}

.menuTable table td {
	vertical-align:top;
	text-align:left
}

.cont {
	background-color:#fff;
	padding:5px 4px 15px 4px;
	color:#666666;
}

.cont td {
	background-color:#fff;
	padding:5px 4px 0px 4px;
	color:#666666;
}

.tlc {
	background-image:url(../_gfx/flyout.png);
	background-repeat:repeat-x;
	background-position:left top;
	width:6px;
	height:1px;
}

.trc {
	background-image:url(../_gfx/flyout.png);
	background-repeat:repeat-x;
	background-position:right top;
	width:6px;
	height:1px;
}

.blc {
	background-image:url(../_gfx/flyout.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:6px;
	height:6px;
}

.brc {
	background-image:url(../_gfx/flyout.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	width:6px;
	height:6px;
}

.tmc {
	background-color:#fff;
	height:1px;
	background-image:url(../_gfx/flyout.png);
	background-repeat:repeat-x;
	background-position:center top;
}

.bmc {
	background-image:url(../_gfx/flyout.png);
	background-repeat:repeat-x;
	background-position:center bottom;
	height:6px;
}

.mlc {
	background-image:url(../_gfx/flyout.png);
	background-repeat:repeat-x;
	background-position:left center;
	height:6px;
}

.mrc {
	background-image:url(../_gfx/flyout.png);
	background-repeat:repeat-x;
	background-position:right center;
	height:6px;
}

.subLeft .head {
	background-image:none !important;
}

.subLeft .head a {
	font-size:13px;
	font-family:Tahoma, Tahoma, Geneva, sans-serif;
	font-weight:bold;
	display:block;
	background-image:none !important;
	margin:5px 0 0px 0;
	width:160px;
}

.subLeft ul {
	padding: 0;
	margin:0 0px;
	width:160px;
	border-top:#d7d7d7 solid 1px;
}

.subLeft ul li {
	color: #000;
	margin: 0 !important;
	padding: 0 !important;
	color:#707070;
	float:none;
}

.subLeft a {
	color:#707070;
	font-weight:normal;
	display:block;
	background-image:none !important;
	padding:2px 0 2px 0 !important;
	font-size:11px;
	font-weight:normal;
}

.subLeft li a {
	font-weight:normal;
	font-size:11px;
	border-bottom:#d7d7d7 solid 1px;
}

.subLeft ul li a:hover, .subRight ul li a:hover {
	text-decoration:underline;
}

/* FOOTER CSS 
----------------------------------------------- */

.explorerBar {
	background-image:url(../_gfx/explore_bar_off.png);
	background-repeat:no-repeat;
	width:964px;
	padding:34px 0 10px 0;
	cursor:pointer;
}

.groupFooter {
	background-color:#606060;
	background-image:url(../_gfx/footer_back.gif);
	background-repeat:no-repeat;
	background-position:center top;
	padding:0 0 0 0;
	margin-top:-3px;
	display:none;
}

.fotter_bot {
	background-image:url(../_gfx/footer_back_bot.png);
	background-repeat:no-repeat;
	width:964px;
	height:3px;
	overflow:hidden;
	display:none;
}

/* New Footer */

.groupFooter table td {
	vertical-align:top;
}

.topMid {
	height:10px;
}

.fTitle a {
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	margin-bottom:25px;
	display:block;
}

.sTitle {
	font-weight:bold;
	margin-bottom:4px;
}

.fGroup {
	margin-bottom:15px;
	float:left;
}

.fGroup a {
	color:#fff;
	text-decoration:none;
	display:block;
	background-image:url(../_gfx/arrow_white.gif);
	background-repeat:no-repeat;
	background-position:left 4px;
	padding-left:8px;
}

.fGroup a:hover {
	text-decoration:underline;
}

.fGroup li {
	margin:6px 0 6px 10px;
}

.fSep {
	padding-left:15px;
}

.footer {
	border-top:#e5e5e5 solid 1px;
	padding:5px 0;
	color:#878787;
	position:relative;
	margin-bottom:20px;
}

.footer .socialBtns {
	position:absolute;
	right:-15px;
	top:7px;
}

.footer a {
	color:#878787;
}

/* --- start of login new --- */

.logins {
	width:auto;
	margin-top:10px;
	float:right;
	font-size:10px;
    width: 340px;
}

.myaccounteshop {
	/*display: none;*/ /*DELETE THIS TO ENABLE AND MAKE .logins width:340px*/
	position:relative;
	top:-9px;
	background-image:url(../_gfx/gray_gradient.gif);
	float:right;
	width:165px;
	height:24px;
	color:#ffffff;
	text-align:center;
	font-size:12px;
	border-radius: 5px 5px 0px 0px;
}

.myaccounteshop img {
	position:relative;
	top:5px;
	padding:3px 10px 1px 10px;
	width:1px;
	height:18px;
}

.myaccounteshop .myaccountbtn {
	position:relative;
	top:-5px;
	font-weight:bold;
	text-decoration:none;
}

.myaccounteshop .myaccountbtn a {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

/* --- end of login new --- */


.logins .contact_btn {
                background-image:url(../_gfx/envelope.png);
                background-repeat:no-repeat;
                background-position:right top;
                height:14px;
                padding:1px 28px 3px 0;
                color:#81878f;
                margin-top:-2px;
                float:left;
}
.logins .contact_btn:hover {text-decoration:none}

.logins .search_btn {
                background-image:url(../_gfx/glass.png);
                background-repeat:no-repeat;
                background-position:right top;
                height:14px;
                padding:1px 18px 3px 10px;
                color:#81878f;
                float:left;
                margin-top:-2px;
                position:relative;
                text-decoration:none;
}


.logins .searchBox {
	background-image:url(../_gfx/search_bubble.png);
	width:170px;
	height:40px;
	position:absolute;
	margin:0 0 0 -100px;
 *margin:15px 0 0 -147px;
	padding-top:10px;
	display:none;
	z-index:300;
}

.logins .searchBox input {
	width:115px;
	margin:8px 0 0 10px;
	font-size:11px;
	padding:4px;
	border-radius:3px;
	border:#eeeeee solid 1px;
	color:#d6d5d5;
	float:left;
	cursor:help;
}

.logins .searchBox input[type="button"] {
	width:21px;
	height:25px;
	margin:8px 10px 0 0px;
	background-image:url(../_gfx/search_btn.png);
	padding:0px !important;
	background-color:transparent;
	border:0;
	float:right;
}

.logins .searchBox input:hover {
	border:#d6d5d5 solid 1px;
	color:#81868c;
	cursor:help;
}

.logins .searchBox input:focus {
	border:#11468c solid 1px;
	color:#11468c;
}

.promoContent {
	position:relative;
	z-index:99;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:5px;
	left:0px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:962px;
	overflow:hidden;
	position:relative;
	display:none;
	height:455px;
	z-index:101;
}

.slides_control{
	z-index:101;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:962px;
	height:455px;
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next, #slides .prev {
	position:absolute;
	bottom:19px;
	left:748px;
	width:17px;
	height:17px;
	display:block;
	z-index:350;
}

#slides .next {
	left:940px;
}

/*
	Pagination
*/

.pager {
	background-image:url(../_gfx/pagerBack.png);
	width:219px;
	height:28px;
	position:absolute;
	bottom:13px;
	right:0px;
	z-index:200;
}

.pagination {
	margin:-4px auto;
	width:100%;
	position:absolute;
	left:30px;
	text-align:center;
	z-index:200;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:30px;
	height:20;
	padding-top:10px;
	float:left;
	overflow:hidden;
	color:#b0b3b7;
	font-weight:bold;
	font-size:13px;
}

.pagination li.current a {
	background-position:0 -12px;
	color:#fff;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	top:110px;
	left:580px;
	height:30px;
	padding:0;
	width:380px;
	color:#fff;/*border:#000 solid 1px;*/
	z-index:200;
}

.caption a {
	font-size:13px;
	margin:15px 0;
	display:block;
}

.caption .text {
	height:215px;
}

.caption h2 {
	margin:0;
	padding:0;
}

.caption h2 a {
	font-family:Myriad Pro, Trebuchet MS;
	font-size:30px;
	text-decoration:none;
	font-weight:normal;
}


.promoMore {
	background-image:url(../_gfx/promoMore.png);
	width:188px;
	height:11px;
	display:block;
	float:right;
	color:#000 !important;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	padding:15px;
	position:relative;
	top:-60px;
}


.caption a:hover {
	text-decoration:none;
}

.promoTabs {
	position:absolute;
	top:420px;
	left:20px;
	z-index:600;
	height:29px;
}

.promoTabs b{
	background-image:url(../_gfx/promotabs_left.png);
	width:55px;
	height:37px;
	float:left;
	display:block;
}

.promoTabs em{
	background-image:url(../_gfx/promotabs_right.png);
	width:55px;
	height:37px;
	float:left;
	display:block;
}

.promoTabs .holder{
	background-image:url(../_gfx/promotabs_mid.png);
	background-repeat:repeat-x;
	height:37px;
	float:left;
}

.promoTabs a {
	color:#FFF;
	padding:9px 15px;
	display:block;
	float:left;
	font-size:13px;
	text-align:center;
	position:relative;
}

.promoTabs .home {
	margin:0px;
}

.promoTabs .company {
	margin:0px;
}

.promoTabs .hotnews {
	margin:0px;
}


.promoTabs .holder a {
	background-image:url(../_gfx/promotabs_sep.png);
	background-position:left center;
	background-repeat:no-repeat;	
}
.promoTabs .holder a.fg-first-child {
	background:none !important;
}

.promoTabs .holder a b {
	background-image:none;
	width:14px;
	display:none;   
}
.promoTabs .holder a.active b {
	background-image:url(../_gfx/arrow_promo.png) !important;
	width:14px;
	height:7px;
	display:block;
	position:absolute;
	bottom:-14px;
	left:45%;
}

.homeBox {
	margin:10px 0;
	width:962px;
}

.homeBox .top {
	background-image:url(../_gfx/wide_box_top.png);
	height:4px;
}

.homeBox .header-cyan {
	background-image:url(../_gfx/box_header_cyan.png);
	height:43px;
}

.homeBox .header-cyan h1 {
	display:block;
    float:left;
    font-size: 22px;
    font-weight:normal;
    padding: 5px 20px 0;
    color:#FFF;
}

.homeBox .header-cyan ul {
	margin-right:15px;	
}

.homeBox .header-cyan ul .char_title {
	width:180px;	
}
.homeBox .header-cyan ul .offer_title {
	width:155px;	
}
.homeBox .header-cyan ul .pricing_title {
	width:160px;	
}
.homeBox .header-cyan li {
     float:right;
     color:#FFF;
     line-height:43px;
     font-size:12px;
     text-align:center;
}

.homeBox .bottom {
	background-image:url(../_gfx/wide_box_bot.png);
	height:4px;
}

.homeBox .mid {
	border-left:#d8d8d8 solid 1px;
	border-right:#d8d8d8 solid 1px;
	padding:15px 20px;
	overflow:auto;
}

.homeBox .pointers{position:relative;}

.homeBox .pointers div{
	position:absolute; 
    background:url(../_gfx/arrow_down.gif); 
    width:15px; 
    height:8px; 
    top:40px;
}

.homeBox .pointers .point1 {left:535px }
.homeBox .pointers .point2 {left:700px}
.homeBox .pointers .point3 {left:855px}

.mBox {
	float:left;
	width:216px;
	font-family:Tahoma, Geneva, sans-serif;
}

.mBox h2 {
	color:#545454;
	font-size:19px;
	font-family:Myriad Pro, Tahoma, Geneva,Trebuchet MS;
	font-weight:normal;
	padding-bottom:5px;
	border-bottom:5px solid;
	margin-bottom:5px;
}

.mBox h2 a {
	color:#545454;
	text-decoration:none;
}

.mBox img {
	border:#cdcdcd solid 1px;
	padding:4px;
	margin-bottom:5px;
	/*transition-property: opacity;
	transition-duration: 0.5s;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.5s;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.5s;
	-o-transition-property: opacity;
	-o-transition-duration: 0.5s;
	opacity:0.9;*/
}

.mBox img:hover {
	border:#cdcdcd solid 1px;
	padding:4px;
	margin-bottom:5px;
	transition-property: opacity;
	transition-duration: 0.5s;
	-moz-transition-property: opacity;
	-moz-transition-duration: 0.5s;
	-webkit-transition-property: opacity;
	-webkit-transition-duration: 0.5s;
	-o-transition-property: opacity;
	-o-transition-duration: 0.5s;
	opacity:0.9;
}

a {
}

.mBox h3 {
	font-size:12px;
	font-weight:bold;
	padding:0 10px;
	font-family: Tahoma, sans-serif;
}

.mBox h4 {
	font-size:12px;
	font-weight:bold;
	padding:10px 0 5px 0;
	font-family: Tahoma, sans-serif;
	display: table-cell;
	vertical-align: bottom;
}

.mBox .subtitle {
	display: table;
}

.mBox ul {
	margin:5px 10px;
}

.mBox li {
	padding:0 11px;
	margin:2px 0;
	color:#707070;
	font-size:12px;
}

.mBox li a {
	color:#707070;
}

.mBox span a {
	color:#707070;
	font-size:12px;
	display:block;
	margin:4px 0;
}

.mBox .more {
	font-weight:bold;
	font-size:12px;
	margin:0 10px;
	display:block;
	padding:2px 0;
}

.homeBox .sep {
	background-image:url(../_gfx/box_sep.png);
	background-repeat:no-repeat;
	background-position:center center;
	width:18px;
	height:232px;
	float:left;
}

.homeBox .sep2 {
	background-image:url(../_gfx/box_sep.png);
	background-repeat:no-repeat;
	background-position:center center;
	width:18px;
	height:220px;
	float:left;
}


/* Blue */

.p1 h2 {
    border-bottom:#252561 solid 5px;
}

.p1 a {
    color: #252561;
}

.p1 li {
	background-image:url(../_gfx/bullet_blue.png);
	background-repeat:no-repeat;
	background-position:left 3px;
}

.p1 .more {
	background-image:url(../_gfx/more_arrow_blue.png);
	background-repeat:no-repeat;
	background-position:right 4px;
}

/* Green */

.p2 h2 {
	/*border-bottom:#79c220 solid 5px;*/
        border-bottom:#252561 solid 5px;
}

.p2 a {
	/*color:#79c220;*/
     color: #252561;
}

.p2 li {
	/*background-image:url(../_gfx/bullet_green.png);*/
	background-image:url(../_gfx/bullet_blue.png);
	background-repeat:no-repeat;
	background-position:left 3px;
}

.p2 .more {
	/*background-image:url(../_gfx/more_arrow_green.png);*/
    background-image:url(../_gfx/more_arrow_blue.png);
	background-repeat:no-repeat;
	background-position:right 4px;
}

/* Light Blue */

.p3 h2 {
	/*border-bottom:#03aee5 solid 5px;*/
    border-bottom:#252561 solid 5px;
}

.p3 a {
	/*color:#03aee5;*/
    color:#252561
}

.p3 li {
	/*background-image:url(../_gfx/bullet_lightblue.png);*/
	background-image:url(../_gfx/bullet_blue.png);
	background-repeat:no-repeat;
	background-position:left 3px;
}

.p3 .more {
	/*background-image:url(../_gfx/more_arrow_lightblue.png);*/
    background-image:url(../_gfx/more_arrow_blue.png);
	background-repeat:no-repeat;
	background-position:right 4px;
}

/* Orange */

.p4 h2 {
	/*border-bottom:#efa501 solid 5px;*/
    border-bottom:#252561 solid 5px;
}

.p4 a {
	/*color:#efa501;*/
    color:#252561;
}

.p4 li {
	/*background-image:url(../_gfx/bullet_orange.png);*/
	background-image:url(../_gfx/bullet_blue.png);
	background-repeat:no-repeat;
	background-position:left 3px;
}

.p4 .more {
	/*background-image:url(../_gfx/more_arrow_orange.png);*/
    background-image:url(../_gfx/more_arrow_blue.png);
	background-repeat:no-repeat;
	background-position:right 4px;
}

.featureList {
	margin:-1px 0px 15px 0px;
	padding:0px;
	float:left;
	width:452px;
}
.featureListWide  {
	width:962px;
    margin-bottom:0px;
    }

.featureList .title {
	color:#545454;
	font-size:19px;
	font-family:Myriad Pro, Tahoma, Geneva, Trebuchet MS;
	font-weight:normal;
}

.featureList ul.tabs {
	margin: 0;
	padding: 0 0 0 7px;
	list-style: none;
	height: 31px; /*--Set height of tabs--*/
	overflow:hidden;
	margin-top:-25px;
}

.featureList ul.tabs {
	margin-top:-25px;
}

.featureListWide ul.tabs {
	margin-top:0px;
}

.featureList ul.tabs li {
	float: right;
	margin: 0px 0px 0 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
}

.featureListWide ul.tabs li {
	float: left;
	margin: 0px 0px 0 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
}
.featureList ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 12px;
	font-family:Tahoma, Geneva,Trebuchet MS;
	text-align:center;
	outline: none;
	height: 31px;
	padding:2px 10px;
	position:relative;
	background-image:url(../_gfx/mediaTabRight_off.png);
	background-repeat:no-repeat;
	background-position:right top;
	margin-left:7px;
	z-index:1;
	font-weight: bold;
}

.featureListWide ul.tabs li a {
	background-image:url(../_gfx/inTab_right_off.png);
	background-repeat:no-repeat;
	background-position:right top;
    padding-right:40px;
}

.featureListWide ul.tabs li .last {
	background-image:url(../_gfx/inTab_right_last_off.png);
}

.featureList ul.tabs li a b {
	background-image:url(../_gfx/mediaTabLeft_off.png);
	background-repeat:no-repeat;
	width:16px;
	height:31px;
	display:block;
	position:absolute;
	left:-15px;
	top:0;
}
.featureListWide ul.tabs li a b {
	background-image:url(../_gfx/inTab_left_off.png);
	background-repeat:no-repeat;

}
.featureListWide ul.tabs .first a b {
	background-image:url(../_gfx/inTab_left_off_first.png);
	background-repeat:no-repeat;

}
.featureList .tab_container {
	position:relative;
}

.featureList #tvGuide .content {
	overflow:auto;
	width:450px;
	height:232px;
}

.featureList .tab_cont {
	zoom: 1.0;
	border-top:#03aee5 solid 5px;
}

.featureList .tab_cont {
	zoom: 1.0;
	border-top:#03aee5 solid 5px;
}

.featureList .tab_cont .guide-header {
	height:30px;
	background:#F5F5F5;
	border-bottom:1px dashed #CCC;
}
.featureList #tvGuide .guide-header table td {
	padding:6px 2px 4px;
	text-align:center;
	color:#333;
}

.featureList #tvGuide .content table td {
	border-bottom:1px dashed #CCC;
	padding:3px 2px;
	vertical-align:middle;
}

html .featureList ul.tabs li.active a { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background-image:url(../_gfx/mediaTabRight_on.png) !important;
	background-repeat:no-repeat;
	background-position:right top;
	padding:0px 10px;
	z-index:5;
}

html .featureList ul.tabs li.active a { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background-image:url(../_gfx/mediaTabRight_on.png) !important;
	background-repeat:no-repeat;
	background-position:right top;
	
    padding-right:10px;
	z-index:5;
}
html .featureListWide ul.tabs li.active a { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background-image:url(../_gfx/inTab_right_on.png) !important;
	background-repeat:no-repeat;
	background-position:right top;
    padding-right:40px;
}

html .featureListWide ul.tabs li.active .last { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background-image:url(../_gfx/inTab_right_last_on.png) !important;
}

html .featureList ul.tabs li.active a b { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background-image:url(../_gfx/mediaTabLeft_on.png) !important;
	background-repeat:no-repeat;
	background-position:right top;
}

html .featureListWide ul.tabs li.active a b { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background-image:url(../_gfx/inTab_left_on.png) !important;
	background-repeat:no-repeat;
	background-position:right top;
}

html .featureList ul.tabs li.active a {
	color:#fff;
	font-weight: bold;
}


div#feature_list {
	width:452px;
	position: relative;
	margin:5px 0;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

div#feature_list ul#tabs {
	left: 0;
	z-index: 2;
	width: 254px;
}

div#feature_list ul#tabs li {
	font-size: 12px;
	font-family: Arial;
}

div#feature_list ul#tabs li img {
	padding: 5px;
	border: none;
	float: left;
	margin: 10px 10px 0 0;
}

div#feature_list ul#tabs td{
	vertical-align:middle;
	background-color:transparent;
	height:32px;
	*height:29px;
}

div#feature_list ul#tabs li a {
	color: #bfbfbf;
	text-decoration: none;
	display: block;
	padding: 0px 20px 0px 10px;
	outline: none;
}

div#feature_list ul#tabs li a:hover {
	text-decoration: none;
}

div#feature_list ul#tabs li.current {
	background:  url(../_gfx/featureback.png);
}

div#feature_list ul#tabs li.current a{
	color: #008ab7;
}

div#feature_list ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

div#feature_list ul#output {
	right: 0;
	width: 452px;
	height: 200px;
	position: relative;
}

div#feature_list ul#output li {
	position: absolute;
	width: 452px;
	height: 200px;
}

div#feature_list ul#output li img{
	float:right;
	border:#CCC solid 1px;
	padding:4px;
}

div#feature_list ul#output li a:hover {
	background: #D33431;
}


div#feature_list ul#output li .info{
	background-color:#f7f7f7;
	color:#707070;
	padding:10px;
	margin-top:128px;
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	max-height: 80px;
	border-radius: 0 0 5px 5px;
}


div#feature_list ul#output li .info .when{
		color:#008ab7;
		font-weight:bold;
		font-size:11px;
		margin-bottom:5px;
		background-repeat:no-repeat;
		padding:4px 20px;
		position:relative;
}

div#feature_list ul#output li .info img{
	border:0;
	padding:0;
	position:absolute;
	right:0;
}
.mid .tab-submenu {
	background:#00b2fd; height:46px; color:#FFF; font-size:13px; padding-left:0px;
	-moz-border-radius: 0 0 4px 4px; /* Firefox */
 	-webkit-border-radius: 0 0 4px 4px; /* Safari, Chrome */
 	border-radius: 0 0 4px 4px; /* CSS3 */
}

.mid .tab-submenu a{
	color:#FFF;
    font-weight:bold;
    display:block;
    float:left;
    padding:0 8px;
    margin-top:12px;
    height:42px;
}

.mid .tab-submenu b{
display:block;
float:left;
margin-top:15px;
border-left:1px solid #FFF;
height:12px;
}


.mid .tab-submenu .active{text-decoration:underline; background: url(../_gfx/arrow_down.gif) no-repeat center bottom;}

.panel_one{
	background-image:url(../_gfx/home_newsletter_back.png);
	width:962;
	height:180px;
	margin-bottom:10px;
}

.panel_two{
	background-image:url(../_gfx/social_back.png);
	width:962;
	height:144px;
	margin-bottom:10px;
}

.tools{
	width:450px;
	margin:20px 5px 20px 20px;
	height:130px;
	float:left;
}

.newspanel{
	width:450px;
	margin:15px 5px 20px 20px;
	height:130px;
	float:left;
}

.home_newsletter{
	width:455px;
	margin:20px 10px 20px 15px;
	height:130px;
	float:left;
	font-size:12px;
}

.panel_one h2, .panel_two h2, .panel_wide h2{
	color:#545454;
	font-size:19px;
	font-family:Myriad Pro, Tahoma, Geneva,Trebuchet MS;
	font-weight:normal;
	padding-bottom:5px;
	border-bottom:5px solid;
	margin-bottom:5px;
}

.home_newsletter span{
	display:block;
	height:50px;
}

.newsletter_field{
	background-image:url(../_gfx/newsletter_field.png);
	width:455px;
	height:46px;
}

.newsltr_btn{
	float:right;
	background-image:url(../_gfx/newsletter_btn.png);
	width:91px;
	height:39px;
	background-color:transparent;
	border:0;
	color:#333333;
	font-size:12px;
	cursor:pointer;
	margin:4px 5px 0 0;
}

.newsltr_field{
	float:left;
	margin:5px 0 0 5px;
	border:0;
	color:#333333;
	font-size:12px;
	background-color:transparent;
	width:300px;
	padding:10px;
	font-weight:bold;
}

.tools ul{
	float:left;
}

.tools li{
	padding:3px 0;
}

.tools li a{
	background-image:url(../_gfx/plus.png);
	background-repeat:no-repeat;
	background-position:left 2px;
	padding:2px 0 2px 20px;
	color:#9f9f9f;
	font-weight:bold;
}

.tools li a:hover{
	color:#333333;
	text-decoration:none;
}

.tools .buttons{
	float:right;
}

.tools .buttons a{
	display:block;
	background-image:url(../_gfx/tools_back.png);
	width:196px;
	height:25px;
	text-align:right;
	padding:10px;
	color:#919191;
	font-weight:bold;
	margin:3px 0;
}

.tools .buttons a:hover{
	color:#008ab7;
	text-decoration:none;
}



.newspanel ul{
	float:left;
}

.newspanel li{
	padding:0px 0;
}

.newspanel li a{
	background-image:url(../_gfx/plus.png);
	background-repeat:no-repeat;
	background-position:left 2px;
	padding:2px 0 2px 20px;
	color:#9f9f9f;
	font-weight:normal;
	display:block;
	font-size:12px;
}

.newspanel li a:hover{
	color:#333333;
	text-decoration:none;
}

.home_social{
	width:455px;
	margin:15px 10px 20px 15px;
	height:130px;
	float:left;
	font-size:12px;
}

.home_social td{
	text-align:center;
}

.lang{
	float:right;
	color:#FFFFFF;
	padding:0 10px;
	font-weight:bold;
}

.lang span{
	display:block;
	background-image:url(../_gfx/arrow_lang.gif);
	background-repeat:no-repeat;
	background-position:center 20px;
	padding:6px 0 6px 0;
	float:left;
}

.lang b{
	display:block;
	background-image:url(../_gfx/topNav_sep.png);
	background-repeat:no-repeat;
	background-position:center center;
	padding:0px 0 0px 0;
	width:15px;
	height:25px;
	float:left;
	font-size:1px;
}

.lang a{
	display:block;
	color:#cfcfcf;
	padding:6px 0 6px 0;
	float:left;
	/*background-image:url(../_gfx/topNav_sep.png);*/
	background-repeat:no-repeat;
	background-position:left center;
}


.insideHolder{
	/*background-image:url(../_gfx/greyStripe.gif);
	background-repeat:repeat-x;*/
	/*height:125px;*/
	height:75px;
	position:relative;
}


.insideHolder h1{
	float:left;
	font-size:24px;
	color:#000;
	font-weight:normal;
	margin:10px 0;
}


.insideHolder h2{
	float:right;
	font-size:30px;
    line-height:30px;
	color:#000;
	font-weight:normal;
	margin:10px 0;
}
.insideHolder h2 span{
	font-size:36px;
    line-height:35px;
}

.breadcrumbs{
	padding:12px 0 0 0;
	position:relative;
}

.breadcrumbs a{
	color:#707070;
}

.breadcrumbs span{
	font-weight:bold;
}

.socialTop{
	position:absolute;
	right:0;
	top:4px;
}


.CMTcopy{
	margin-top:20px;
	margin-bottom:0px;
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#666666;
	text-align:justify;
	padding:0;
	line-height:16px;
}
.CMTcopy .holder{margin-top:15px;}

.CMTcopy .top{
	height:14px;
    background:url(../_gfx/inner_wide_box_top.png) no-repeat;
    margin-top:20px;
}
.CMTcopy .mid{
	background:url(../_gfx/inner_wide_box_mid.png) repeat-x;
    border-color: #ededed;
    position:relative;
}
.CMTcopy .bottom{
	background:url(../_gfx/inner_wide_box_bottom.png) no-repeat;
    height:5px;
}

.CMTcopy ul{
	margin:0;
	padding:5px 0 10px 20px;
}

.CMTcopy ul li{
	margin:0;
	padding:0;
	list-style-image:url(../_gfx/dot.png);
}

.CMTcopy p{
	margin:10px 0;
	padding:0;
}

.CMTcopy .p-element td{
	vertical-align:top;
}

.CMTcopy .p-element b{
	display:block;
    color:#00b2fd;
    margin:0 0 10px 0;
	padding:0;
}

.CMTcopy a{
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#707070;
	text-decoration:none;
}

.CMTcopy .a-cyan{
	color:#00b1fc;
}

.CMTcopy a:hover{
	text-decoration:underline;
}
/*
.CMTcopy img{
	margin:5px 20px 3px 0;
}

.CMTcopy .p-element img{
	margin:0px 20px 20px 0;
	padding:0;
}
*/
.CMTcopy .read-more a{
	display:block;
	float:right;
	margin:10px 0;
	text-decoration:underline;
	font-size:10px !important;
	font-weight:bold;
	color:#FF0000;
}

.CMTcopy h1{
	font-size:22px;
	font-weight:normal;
	color:#00b2fd;
}

.CMTcopy h2{
	font-size:18px;
	font-weight:normal;
	color:#252561;
	margin-bottom:20px;
    text-align:left;
}
.CMTcopy h3{
	font-size:18px;
	font-weight:normal;
	color:#00b2fd;
    margin:22px 0;
}

.CMTcopy h4{
	font-size:18px;
	font-weight:normal;
	color:#545454;
    margin-top:20px;
    text-align:left;
    line-height:20px;
}

.CMTcopy h5 {padding:10px;}

.CMTcopy .green {
	color:#589908;
    font-weight:bold;
    display:block;
    margin:10px 0;
}

.CMTcopy .note {
	font-size:10px;
}

.CMTcopy .greyholder {
	background:#F2F2F2;
    padding:10px;
    margin-top:35px;
}

.CMTcopy .promovideo {float:left; margin-left:10px; background:#f4f4f4; width:450px; height:285px;}

.CMTcopy .item-holder {
	margin-bottom:25px; background:url(../_gfx/more_arrow_lightblue.png) no-repeat 93px 3px; line-height:14px;
}
.CMTcopy .item-holder img { 
	float:left; border:1px solid #ccc; margin:0; width:73px; margin-right:35px;
}
.CMTcopy .item-holder span { 
	color:#00b1fd;
}

.CMTcopy .search-items {background:#f4f9ff; padding:11px; margin:20px 0;}

.CMTcopy .search-items .search-year,
.CMTcopy .search-items .search-month{float:left; color:#333; line-height:26px;  padding:0 15px; margin-left:10px; font-weight:bold;}

.CMTcopy .search-items .search-year span,
.CMTcopy .search-items .search-month span{line-height:26px;  padding:0 10px 0 0;}

.CMTcopy .search-items .search-year {border-right:1px solid #c0dbf8;}

.CMTcopy .search-items select {
    height:24px;
    border:1px solid #d9f3ff;
    padding:0px;
}

/*pagination*/
.CMTcopy .paging {
	height:25px;
	margin:10px auto;
	padding-bottom:20px;
	text-align:center;
	border-bottom:1px dashed #ccc;
	font-size:12px;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
}
.CMTcopy .paging div{float:left; width:450px; height:25px; text-align:center;}

.CMTcopy .paging a {
    color:#000; 
	height:25px;
	padding:0 5px;
}
.CMTcopy .paging span {
    color:#000;
	font-size:14px;
	font-weight:bold;
	padding:0 5px;
}

.CMTcopy .paging #pagerPrev { 
	background:url(../_gfx/more_arrow_lightblue_left.png) no-repeat center 8px;
    width:80px;
    float:left;
    
}
.CMTcopy .paging #pagerNext {
	background:url(../_gfx/more_arrow_lightblue.png) no-repeat center 8px;
    width:80px;
    float:left;
    
}

.CMTcopy form span {
	display:block; 
    padding:0 0 0 15px; 
    background:url(../_gfx/star.png) no-repeat 0 2px;
}

.inTab{
	background:url(../_gfx/inTab_left.png) no-repeat;
	font-size:12px;
	font-weight:bold;
	height:15px;
	color:#fff;
	padding:8px 10px 2px 10px;
	float:left;
	position:relative;
}

.inTab b{
	background-image:url(../_gfx/inTab_right.png);
	width:11px;
	height:30px;
	display:block;
	position:absolute;
	top:0;
	right:-11px;
}

.a_line{
	background-color:#00b2fd;
	height:5px;
	position:relative;
}

.a_line span{
	background-image:url(../_gfx/arrow_down.gif);
	width:16px;
	height:8px;
	display:block;
	position:absolute;
	bottom:-8px;
	right:7px;
}

.innerBox .mid {
	padding-top:0px; 
    padding-bottom:0px;
}

.innerBox h2 {
    font-size: 24px;
    color:#545454;
    font-weight:normal;
}

.innerBox .mid div {
	float:left;
    margin:0 20px;
    height:250px;
}

.innerBox .mid .telephony,
.innerBox .mid .internet {
	border-right:1px solid #e4e4e4;
    padding-right:22px;
}

.innerBox .mid h1 {
	color:#00b2fd;
    font-weight:normal;
    font-size:20px;
    line-height:50px;
    float:left;
}

.innerBox .mid .icon {
	float:left;
    width:48px;
    height:66px;
    background: url(../_gfx/header_btns.png) no-repeat;
    margin:0 12px 0 0;
}

.innerBox .mid .internet .icon {
    background: url(../_gfx/header_btns.png) no-repeat -58px 0;
}
.innerBox .mid .tv .icon {
    background: url(../_gfx/header_btns.png) no-repeat -116px 0;
}

.innerBox .mid ul {
	clear:left;
}

.innerBox .mid ul li {
    list-style-image:none;
    padding:5px 10px;
}


.rightMenu{
	width:257px;
	border-left:#bebebe solid 1px;
	border-right:#bebebe solid 1px;
	border-bottom:#bebebe solid 1px;
	padding-top:10px;
	margin-bottom:10px;
	border-radius:0 0 2px 2px;
	overflow:hidden;
}

.rightMenu{
	background-color:#f2f7fc;
}

.rightMenu ul{
	padding:0 10px 5px 10px;
	margin:5px 0 0 0;
}

.rightMenu ul li{
	padding:5px 5px 5px 5px;
	border-bottom:dotted #00b2fd 1px;
}

.rightMenu ul li:last-child{
	padding:5px 5px 0px 5px;
	border-bottom:none;
}

.rightMenu ul li ul li:last-child{
	padding:5px 5px 5px 20px;
}

.rightMenu ul li ul li{
	padding:3px 5px 3px 20px;
	border-bottom:none;
	background-image:url(../_gfx/dash.gif);
	background-repeat:no-repeat;
	background-position:10px 12px;
}

.rightMenu ul li ul li:first-child{
	border-top:#d0d1d2 dotted 1px;
}
.rightMenu ul li ul li ul li:first-child{
	border-top:none;
}

.rightMenu ul li ul li ul li{
	border-top:none;
	padding:5px 5px 0px 20px;
}

.rightMenu ul li ul{
	background-color:#fafbfd;
	width:237px;
	margin-left:-15px;
	padding:0 10px 0 10px;
}

.rightMenu ul li ul li ul{
	width:217px;
}

.sidebar{
	padding:0 0 0 20px;
}

.sidebar span {
	display:block;
    border-bottom:1px dashed #CCC;
    height:2px;
    margin:6px 0
}

.rightMenu a{
	color:#707070;
}

.rightMenu .active{
	color:#00b2fd;
	padding-bottom:0px;
}

.rightMenu .active .active{
	font-weight:bold;
}

.sideBox{
	border:#bebebe solid 1px;
	padding:4px;
	margin:10px 0;
	overflow:hidden;
	border-radius:2px;
	width:249px;
}

.sideBox-lower {margin-top:146px;}

.sideBox h3{
	color:#00b2fd;
	font-size:18px;
	font-weight:normal;
	font-family:Myriad Pro, Tahoma, Geneva, sans-serif;
	padding:0 5px 5px 5px;
	border-bottom:#b8b8b8 dotted 1px;
}

.sideBox img {
    float:left; 
    margin-top:3px; 
    margin-right:5px;
}

.sideBox ul{
	
}

.sideBox ul li{
	padding:5px;
	border-bottom:#b8b8b8 dotted 1px;
    line-height:16px;
}

.sideBox ul li:last-child{
	border-bottom:none;
}

.sideBox ul li a{
	color:#707070;
	display:block;
}

.sideBox ul li a:hover{
	color:#00b2fd;
}

.sideBox .download{
	background-repeat:no-repeat;
	background-position:right center;
	padding:3px 20px 3px 3px;
}

.panel_wide{
	width:962px;
	margin-bottom:10px;
}

.panel_wide .top{
	width:962px;
	background-image:url(../_gfx/wide_box_top.png);
	height:4px;
}

.panel_wide .mid{
	overflow:hidden;
	border-left:#d8d8d8 solid 1px;
	border-right:#d8d8d8 solid 1px;
	background-image:url(../_gfx/wideBox_mid.png);
	background-repeat:repeat-x;
	background-position:left bottom;
	font-size:12px;
}

.panel_wide .bottom{
	width:962px;
	background-image:url(../_gfx/wideBox_bot.png);
	height:4px;
}

.panel_wide ul{
	margin-top:10px;
}

.panel_wide li a{
	font-weight:bold !important;
	color:#8c8c8c;
}

.panel_wide .newspanel{
	height:auto;
}

.panel_wide h2 a{
	color:#545454;
	background-image:url(../_gfx/d_arrow.gif);
	background-repeat:no-repeat;
	background-position:right center;
	display:block;
}

.panel_wide h2 a:hover{
	text-decoration:none;
	color:#000;
}

.articleTable{
	border:#f3f6fb solid 1px;
}

.articleTable td{
	vertical-align:middle;
	border-collapse:collapse;
}

.articleTable thead td{
	background-image:url(../_gfx/thead_back.gif);
	background-repeat:repeat-x;
	height:25px;
	border-bottom:#c1c1c1 dashed 1px !important;
	color:#01b2ff;
	font-size:14px;
	font-weight:bold;
	padding:10px 10px;
}

.articleTable tbody td{
	border:#f3f6fb solid 1px;
	color:#000;
	padding:5px 10px;
}

.articleTable tbody tr:hover td{
	background-color:#fcfcfc;
	color:#01b3fd;
}

.articleTable tbody td.mailform{
	border:none;
	color:#000;
	background:#f4faff;
    padding:10px 20px 20px;
}

.articleTable tbody tr:hover .mailform{
	background-color:none;
	color:#000;
}

.sideVideo{
	background-repeat:no-repeat;
	width:248px;
	height:149px;
	position:relative;
	margin-top:5px;
}

.sideVideo a{
	background-image:url(../_gfx/play_btn.png);
	background-repeat:no-repeat;
	background-position:center center;
	display:block;
	width:248px;
	height:149px;
	position:absolute;
}


.sidegallery{
	margin-top:5px;
}

.left{
	float:left;
}
.right{
	float:right;
}
.paketa{
	width:490px;
}

.back{
	display:block;
	font-weight:bold;
	color:#252561 !important;
	margin-top:15px;
}

.insideMenu{
	position:absolute;
	bottom:10px;
	font-size:14px;
	font-weight:normal;
	font-family:Myriad Pro, Tahoma, Geneva, sans-serif;
	color:#000;
}

.insideHolderCyan .insideMenu span {color:#014888;}

.insideMenu a{
	color:#fff;
	font-weight:normal;
	padding:0 10px;
	position:relative;
}

.insideMenu a b{
	background-image:url(../_gfx/arrow_promo.png);
	width:14px;
	height:7px;
	position:absolute;
	bottom:-10px;
	right:43%;
}

.insideMenu span{
	font-weight:bold;
}

.insideMenu .current{
	font-weight:bold;
}

.mid .iframe-holder {
	width:645px;
    padding:4px;
    background:#1c2bb0;
    -moz-border-radius: 4px; /* Firefox */
 	-webkit-border-radius: 4px; /* Safari, Chrome */
 	border-radius: 4px; /* CSS3 */
    margin-top:18px;

}

.mid .iframe-holder-wide {margin:25px 0;}

/* Broadban pages */


.brdbnd-promo-box {
	float:left;
    width:458px;
    height: 326px;
}

.brdbnd-promo-box .holder-top {
	position:relative;
    border:1px solid #d8d8d8;
    border-bottom:none;
    height:278px;
}

.promo-novainabox .holder-top {
    height:284px;
	border-bottom:1px solid #d8d8d8;
}

.brdbnd-promo-box .holder-top a {
	display:block; 
    position:absolute; 
    top:0; 
    left:0; 
    width:458px; 
    height:326px;}

.promo-novainabox .holder-top a { height:284px;}
.brdbnd-promo-box .description {
	position:absolute;
    bottom:0px;
    background: #f8f8f8;
    height: 60px;
    padding: 9px 6px 0;
    line-height:15px;
}
.brdbnd-promo-box .slogan{
	position:absolute;
	top:150px;
    left:14px;
    color: #05336d;
    font-size:19px;
    width:215px;
}

.promo-novainabox .slogan{
	top:120px;
    font-size:19px;
	font-weight:bold;
    width:180px;
}

.promo-novainabox .slogan span{
margin-top:25px;
font-size:12px;
display:block;
}

.brdbnd-promo-box .price{
	position:absolute;
	top:90px;
    left:330px;
    color: #FFF;
    font-size:36px;
    font-weight:bold;
    width:107px;
    height:107px;
    background: url(../_gfx/promoPriceBg.png) no-repeat;
    text-align:center;
    line-height:107px;
}

.brdbnd-promo-box .price span{
    font-size:18px;
    font-weight:normal;
}

.brdbnd-promo-box .price h4{
	position:absolute;
    display:block;
    width:107px;
    margin:0px;
    padding:0px;
    top:70px;
    font-size:11px;
    line-height:12px;
}
.brdbnd-promo-box .view {
	height:47px;
    background:#003399 url(../_gfx/broadband_promo_viewBg.jpg) no-repeat;
}

.brdbnd-promo-box .view a,
.brdbnd-promo-box .view a:link,
.brdbnd-promo-box .view a:visited {
	color:#FFF;
    font-size:18px;
    display:block;
    line-height:47px;
    padding-right:60px;
    font-family: Myriad Pro,Trebuchet MS,Tahoma,sans-serif;
    background: url(../_gfx/arrow_promo_view.png) no-repeat 420px 0px;
    width:398px;
    text-align:right;
}

.brdbnd-promo-box .view a:hover{
	color:#bcebff;
    text-decoration:none;
    background: url(../_gfx/arrow_promo_view.png) no-repeat 420px -47px;
}
.promo-pack1 {
	background: url(../_gfx/broadband_pack1.jpg) no-repeat;  
	margin:0 4px 4px 0;  
}

.promo-pack2 {
	background: url(../_gfx/broadband_pack2.jpg) no-repeat;  
	margin:0 0 4px 0;  
}

.promo-pack3 {
	background: url(../_gfx/broadband_pack3.jpg) no-repeat;  
}

.promo-novainabox {
	background: url(../_gfx/novainabox.jpg) no-repeat; 
	height:284px; 
}

.brdbnd-promo-box-main-pic {
	width:400px;
    margin:0 0 0 30px;
    background:url(../_gfx/paketa-photo.jpg) no-repeat -10px -10px;
    float:right;
}

.brdbnd-promo-box-main-pic .view a, 
.brdbnd-promo-box-main-pic .view a:link,
.brdbnd-promo-box-main-pic .view a:visited {
	background: url(../_gfx/arrow_promo_view.png) no-repeat 365px 0px;
    width:340px;
}


.paytv-pack {
	position:relative;
    border:1px solid #d8d8d8;
	width:222px;
    height: 267px;
	float:left;
	margin-left:8px;
}

.paytv-pack .bottom  {
	color:#FFF;
    font-size:18px;
    display:block;
    line-height:47px;
    font-family: Myriad Pro,Trebuchet MS,Tahoma,sans-serif;
	height:47px;
	width:210px;
    padding-left:12px;
	background:url(../_gfx/paytv_pack_linkbg.png);
	position:absolute;
	bottom:0;
}

.paytv-pack p {
	padding:5px 12px;
    font-size:12px;
    font-weight:bold;
    color:#707070;
}

.paytv-guide {
	background:url(../_gfx/paytv_tvguide_bg.jpg) no-repeat;
}

.paytv-pack .top_photo {
	color:#FFF;
    font-size:12px;
    display:block;
	height:220px;
	width:210px;
    padding-left:12px;
}

.paytv-pack .top_photo b { margin-top:185px; display: inline-block;}
	
.services_all {
    margin-bottom:10px;
    position:relative;
}
.services_all .more{
    display:block;
    background:url(../_gfx/more_arrow_blue.png) no-repeat right 3px;
    color:#252561;
    font-weight:bold;
    font-size:13px;
    padding-right:15px;
	bottom:12px;
    left:234px;
	position:absolute;
    z-index: 1;
}

.services_all .morenew{
    color:#252561;
    font-weight:bold;
    font-size:13px;
    bottom:12px;
    position:absolute;
    z-index: 1;
}

.service-paytv .paytv_more{
    left:790px;
}

.service_fullkit {border-bottom:6px solid #252561;}
.service_2playUnlmd {border-bottom:6px solid #7ac220;}
.service_2playEco {border-bottom:6px solid #eea500;}
.service_phoneEco {border-bottom:6px solid #00b1fd;}
.service_novatv {border-bottom:none; margin-bottom:5px;}
.service-paytv {border-bottom:6px solid #00b1fd;}

.services_all table {
    margin-bottom:10px;
}

.services_all td {
    margin-right:10px;
    padding:0 10px 0 10px;
    font-size:12px;
}

.services_all h2 {
    font-size:24px;
    font-weight:normal;
    margin-bottom:10px;
}

.services_all ul li {
    margin:0 0 6px 0;
    color:#252561;
}

.services_all .photo {
	width: 218px;
	padding:0px;
}
.services_all .list {
	width:185px;
    position:relative;
	border-right:1px solid #dedede;
}
.services_all .characteristics {
	width:170px;
	border-right:1px solid #dedede;
}
.services_all .offer {
	width:140px;
	/*border-right:1px solid #dedede;*/
}
.services_all .pricing {
	width:130px;
    margin-right:0;
    padding-right:3;
    /*border-right:none;*/
    border-right: 1px solid #DEDEDE;
    position:relative;
}

.services_all .offerold {
	width:140px;
	border-right:1px solid #dedede;
}
.services_all .pricingold {
	width:130px;
    margin-right:0;
    padding-right:0;
    border-right:none;
    /*border-right: 1px solid #DEDEDE;*/
    position:relative;
}

.services_all .right_td {
	width:130px;
    margin-right:0;
    padding-right:0;
    border-right:none;
    position:relative;
}

.services_all .photo img {
	border:1px solid #dedede;
}

.service-paytv .photo {
	width: 218px;
	padding:0px;
}
.service-paytv .list {
	/* commented by kxip */
	/*width:540px;*/
	/* added by kxip */
	width:420px;
    position:relative;
	border-right:1px solid #dedede;
}

.service-paytv .list span {color: #00adef; font-weight:bold;}

.services_all .list h3{
	color:#252561;
    margin-bottom:10px;
    font-size:15px;
    font-family: Tahoma,Trebuchet MS, georgia, sans-serif, Trebuchet MS;
}
.services_all .list ul li{
	color:#666;
    padding:0 0 0 15px;
    margin:0 0 2px 6px;
    background:url(../_gfx/bullet_blue.png) no-repeat 0 5px;
}

.services_all .list ul li a{
	color:#666;
}

.services_all .characteristics table td {
    padding-right:5px;
	color:#252561;
}

.services_all .pricing div {
	position:absolute;
	/* commented by kxip */
	/*bottom:0px;*/
	/* added by kxip */
    position:absolute;
    bottom: 12px;
    bottom: 2px\0/;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
	 .services_all .pricing div {
		bottom: 2px;
	}
}

.services_all .pricing p {
	display:block;
    width:122px;
    padding:4px;
    background:#f5f5f5;
    -moz-border-radius: 4px; /* Firefox */
 	-webkit-border-radius: 4px; /* Safari, Chrome */
 	border-radius: 4px; /* CSS3 */
    margin-bottom:5px;
}

.services_all .pricing span{
    font-size:15px;
    font-weight:bold;
    display:block;
    width:130px;
    text-align:center;
}

.services_all .pricing .price {
	font-size:20px;  
}

.services_all .pricing .btn_bleu {
	display:block;
    width:130px;
    height:33px;
    text-align:center;
    line-height:33px;
    color:#FFF;
    font-size:11px;
    font-weight:bold;
    background: url(../_gfx/button_blue_norm.png) no-repeat center top;
}

.services_all .pricingold .btn_bleu {
	display:block;
    width:130px;
    height:33px;
    text-align:center;
    line-height:33px;
    color:#FFF;
    font-size:11px;
    font-weight:bold;
    background: url(../_gfx/button_blue_norm.png) no-repeat center top;
}

.services_all .right_td .btn_bleu {
	display:block;
    width:130px;
    height:33px;
    text-align:center;
    line-height:33px;
    color:#FFF;
    font-size:11px;
    font-weight:bold;
    background: url(../_gfx/button_blue_norm.png) no-repeat center top;
}

.service_fullkit .pricing span {color:#252561;}
.service_2playUnlmd .pricing span {color: #00b2fd; /*ak47 color:#7ac220; */}
.service_2playEco .pricing span {color:#eea500;}
.service_phoneEco .pricing span {color:#00b1fd;}
.service_novatv .pricing span  {color:#999;}


/* popUps styling */

.nobg { background:none;}
.popup-logo {float:right;
margin:20px;}

.popup_container {
    width:922px;
    margin:0 auto;
    position:relative;
    background:#FFF; 
}

.popup_header {
	width:922px;
	height:43px; 
    background:url(../_gfx/popup_header_cyanBG.png) no-repeat;
    position:absolute;
    top:0px;
    z-index:1;
}
.popup_mid {
	width:920px;
	height:507px; 
    border-left:1px solid #d5d5d5; 
    border-right:1px solid #d5d5d5; 
    position:relative;
    padding-top:38px;
    top:3px;
 }
.popup_bottom {
	width:922px;
	height:4px; 
    background:url(../_gfx/popup_bottom.png) no-repeat;
}

.popup_header h1{
	color: #FFFFFF;
    display: block;
    float: left;
    font-size: 22px;
    font-weight: normal;
    padding: 5px 20px 0;
}

.popup_header a {display:block; float:right; background:url(../_gfx/popup_close.png) no-repeat; width:31px; height:27px; margin:7px 7px 0 0}

.popup_mid .left_content {padding-left:20px;}

.popup_mid .popup_pict {float:right;}

.popup_mid h1 {
    display: block;
    font-size: 25px;
    font-weight: normal;
	padding:25px 0 15px;
}

.popup_mid p {
	font-family: Myriad Pro,Trebuchet MS,Tahoma,sans-serif;
    font-size: 18px;
    font-weight: normal;
	margin-bottom:15px;
}

.popup_mid .bottom_nav{
    height:54px;
    border-top:1px solid #c6cfd2;
    position:absolute;
    bottom:0px;
    width:880px;
	margin:0 20px;
}

.popup_mid .bottom_nav a{
    line-height:45px;
    display:block;
    color:#252561;
    font-size:12px;
    font-weight:bold;
    
}

.popup_mid .bottom_nav .left{
    float:left;
    background:url(../_gfx/more_arrow_blue_prev.png) no-repeat left 19px;
    padding-left:20px;
}

.popup_mid .bottom_nav .right{
    float:right;
    background:url(../_gfx/more_arrow_blue.png) no-repeat right 19px;
    padding-right:20px;
}
.popup_mid .paytv-logos-holder {
	border:1px solid #dbdbdb;
    padding:7px;
    margin:20px;
    -moz-border-radius: 4px; /* Firefox */
 	-webkit-border-radius: 4px; /* Safari, Chrome */
 	border-radius: 4px; /* CSS3 */
    
}

.btn_blue {
	height:33px;
	margin-top:3px;
	width:260px;
    background:url(../_gfx/btn_blue_left.gif) no-repeat;
}
.btn_blue img{
	height:33px;
    width:35px;
	float:left;
}
.btn_blue a {
    display:block;
	height:33px;
    line-height:33px;
    width:213px;
	padding-left:12px;
	color:#FFF;
	font-size:14px;
    float:left;  
}

.btn_blue_wide {
	height:33px;
	margin-top:3px;
	width:310px;
    background:url(../_gfx/btn_blue_left.gif) no-repeat;
}
.btn_blue_wide img{
	height:33px;
    width:35px;
	float:left;
}
.btn_blue_wide a {
    display:block;
	height:33px;
    line-height:33px;
    width:263px;
	padding-left:12px;
	color:#FFF;
	font-size:14px;
    float:left;  
}

.btn_cyan {
	height:33px;
	background:url(../_gfx/popup_buttons_cyan_left.png) no-repeat;
	margin-top:3px;
	width:260px;
}
.btn_cyan img{
	height:33px;
    width:35px;
	float:left;
}
 .btn_cyan a {
    display:block;
	height:33px;
    line-height:33px;
    width:213px;
	padding-left:12px;
	color:#FFF;
	font-size:12px;
    float:left; 
}

.pricelist-container {overflow:auto; height:280px; width:900px; position:absolute; top:195px;}

.pricelist-container table table {border-left:1px solid #f2f7fc; margin-bottom:10px;}
.pricelist-container th {
    background: url(../_gfx/popup_table_header.png) repeat-x; 
    height:49px; 
    font-size:14px; 
    color:#00b2fd;
    text-align:left;
    padding-left:20px;
}

.pricelist-container td table td {border-right:1px solid #f2f7fc; border-bottom:1px solid #f2f7fc; padding:7px 20px; font-size:12px; color:#333;}

/* map pages */

.mapContainer {
	margin-top:30px;
}

.mapSearchTable {width:624px;}

.mapSearchTable th {
    background: url(../_gfx/popup_table_header.png) repeat-x; 
    height:49px; 
    color:#000;
    font: 11px normal;
    font-family:Tahoma,sans-serif;
    text-align:left;
    padding:0 20px;
}

.mapSearchTable td {
	background:#f4faff;
    padding:15px 0px 15px 8px;
    color:#333333;
    font-size:11px;
    line-height:25px;
 }
 
.mapHolder {
	width:624px;
	background:#f4faff;
    border:1px dashed #ccc;
    border-left:none;
    border-right:none;
}

.mapSelect {
	width:190px;
    height:24px;
    border:1px solid #d9f3ff;
    padding:0px
}

.mapZip {
	width:80px;
    height:24px;
    border:1px solid #d9f3ff;
}

.map_submit_btn {
	background:url(../_gfx/button_cyan_norm.png) no-repeat; 0 0;
    border:none;
    width:150px;
    height:25px;
    color:#FFF;
 }
.results-holder {
	width:540px;
    margin:30px 42px;
}
.results-holder span {
	display:block;
    border-bottom:1px dashed #CCC;
    line-height:30px;
}
.results-holder table {
	width:100%;
    margin:15px 0;
    font-size:11px;
    color:#333;
}
.results-holder table .town,
.results-holder table .address {
	width:33%;
    border-right:1px solid #CCC;
    padding:0 20px;
    line-height:30px;
}

.results-holder table .town {font-weight:bold;}

.results-holder table .town img {
	float: left;
    margin-right: 10px;}

.results-holder table .rest {
    padding:0 20px;
}

.results-holder .rest table {
	margin:0;
}

.results-holder .rest table a {
	font-weight:bold;
    color:#00abe0;
}

.results-holder .rest table .mail {
	font-weight:normal;
    color:#004a84;
}
.results-holder .map-pagination {
	margin-top:10px;
}

.results-holder .map-pagination ul li {
	float:left;
    line-height: 20px;
    color:#000;
    font-size:11px;
    list-style-image:none;
    display:block;
}

.results-holder .map-pagination #pagerPrev { 
	background:url(../_gfx/more_arrow_lightblue_left.png) no-repeat left 4px;
    width:80px;
    padding-left: 8px;
}
.results-holder .map-pagination .pages{width:280px;  text-align:center;}
.results-holder .map-pagination #pagerNext {
	background:url(../_gfx/more_arrow_lightblue.png) no-repeat right 5px;
    width:80px;
    padding-right: 10px;
}
.results-holder .map-pagination .page-ind {padding-left:20px;}

.footnote {
	background:#f4faff;
    height:40px;
    padding-top:10px;
    width:624px;
}

.footnote ul {
	padding:0px;
}
.footnote ul li {
	float:left;
    line-height: 20px;
    color:#000;
    font-size:11px;
    margin-left:30px;
    list-style-image:none;
}
.footnote .shopForthnet{ background:url(../_gfx/legent_icon_home.png) no-repeat; padding-left:30px;}

.footnote .shopinashop{ background:url(../_gfx/legent_icon_point.png) no-repeat; padding-left:30px;}

/*tabs*/

html .featureList ul.tabs li a:hover{
	color:#fff;
	font-weight: bold;
	text-decoration:underline;
}

.iframe-holder-wide html,
.iframe-holder-wide body {background-image:none; background:none;}

/*contact form*/
.f-contact {
	border-top:1px solid #CCC; 
    margin:10px 0;
}
.f-container {
	background:#f7fdff; 
    border-bottom:1px solid #CCC;
}
.f-container table {
    width:65%; 
    margin:20px auto;
}
.f-container table td{padding:7px 5px;}

.f-container .textbox {
	border:1px solid #daf4ff;
    width:280px;
    height:20px;
}
.f-container .comment-box {
	border:1px solid #daf4ff;
    width:280px;
}
.f-container .captcha-box{
	background: #04abf1;
    padding:4px 20px;
    color:#FFF;
}

.f-container .radiobutton {
	width:280px;
    margin: -10px 0 -10px 10px;
}

.f-contact .s-btn {
	background:url(../_gfx/button_cyan_norm.png) no-repeat; 0 0;
    border:none;
    width:150px;
    height:25px;
    color:#FFF;
 }
 
 .f-contact .r-btn {
	background:url(../_gfx/button_grey_norm.png) no-repeat; 0 0;
    border:none;
    width:150px;
    height:25px;
    color:#FFF;
    margin-right:10px;
 }
 
 .mailform .textbox {
 	border:1px solid #daf4ff;
    width:280px;
    height:20px;
 }
 
 .mailform .s-btn {
	background:url(../_gfx/button_cyan_norm.png) no-repeat; 0 0;
    border:none;
    width:150px;
    height:25px;
    color:#FFF;
 }
 
 .mailform span {
 	display:block;
    width:70px;
    line-height:20px;
    float:left;
    background:none;
    padding-left:0px;
 }
 
 /*begin : channels*/ 
.matrix-holder {
    /*ak-47 position:relative; */
    /*ak-47left:-20px;  */
    /*ak-47 width:960px;  */
    /*ak-47 height:858px;*/  
    /*ak-47 background:url(../_gfx/matrix_grey_gradient.png) repeat-x left bottom; */ 
    margin-top:20px;
    margin-left:-20px;
    margin-right:-20px;
}
.matrix-options
{
    background: url(../_gfx/matrix_grey_gradient.png) no-repeat;
    background-repeat:repeat-x;
    background-position:left top;
}

.all-channels {
	background:url(../_gfx/matrix_full_bg.jpg) no-repeat; 
	background-position:bottom;
    /*ak-47 width:960px; */
    /*ak-47 height:623px;*/ 
    /*ak-47 position:absolute;*/
    
    /*ak-47 min height*/
    min-height:600px;
    height:auto !important;
    height:600px;
}
 
.tvMatrix {
    border-collapse: collapse;
    width: 763px;
    margin:20px auto 0;
}

.tvMatrix img {
	margin:0px;
}

.per-pack, .per-kind, .per-quality {
	/*width:320px; */ 
    /*ak-47 height:237px; */ 
    /*ak-47 position:absolute;  */ 
    /*ak-47 bottom:0; */ 
    
}

.per-kind 
{
    /*ak-47 left:323px; */ 
}
.per-quality 
{
    /*ak-47 right:0px; */ 
}
    
.matrix-holder .selected{
	background:#1B3665 url(../_gfx/matrix_tab_bottom.png) no-repeat;
	background-position:bottom;   
}

.matrix-holder .channel-box {
	position:relative;
	overflow:hidden;
	width:242px;
    margin:20px auto;
    margin-bottom:30px; /*ak-47*/
	border:1px solid #b5b5b5;
    -moz-border-radius: 4px; /* Firefox */
 	-webkit-border-radius: 4px; /* Safari, Chrome */
 	border-radius: 4px; /* CSS3 */
    background: #FFF; /* Old browsers */
    background: -moz-linear-gradient(top, #bebebe 0%, #e8e8e8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bebebe), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bebebe 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bebebe 0%,#e8e8e8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bebebe 0%,#e8e8e8 100%); /* IE10+ */
    background: linear-gradient(top, #bebebe 0%,#e8e8e8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bebebe', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}
.matrix-holder .selected .channel-box {
	overflow:hidden;
	width:242px;
    margin:20px auto;
    margin-bottom:30px; /*ak-47*/
	border:1px solid #26548f;
    -moz-border-radius: 4px; /* Firefox */
 	-webkit-border-radius: 4px; /* Safari, Chrome */
 	border-radius: 4px; /* CSS3 */
    background: #214e85; /* Old browsers */
    background: -moz-linear-gradient(top, #214e85 0%, #568bcd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#214e85), color-stop(100%,#568bcd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #214e85 0%,#568bcd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #214e85 0%,#568bcd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #214e85 0%,#568bcd 100%); /* IE10+ */
    background: linear-gradient(top, #214e85 0%,#568bcd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#214e85', endColorstr='#568bcd',GradientType=0 ); /* IE6-9 */
}


.matrix-holder .channel-box table {margin:5px auto; border-spacing:1px;}
.matrix-holder .channel-box table td {text-align:center; }
.matrix-holder .channel-box table span {display:block; background:#FFF;}
.matrix-holder .channel-box a{display:block; padding:2px; text-align:left; background:none;text-decoration:none;}
 /*ak-47.matrix-holder .channel-box a:hover {background:#000033; text-decoration:none;}*/
.matrix-holder .channel-box a.active {background:#ff0103; text-decoration:none;}
.matrix-holder .channel-box img{margin:0px}

.matrix-holder .per-pack .channel-box table td {width:114px; height:44px; }
.matrix-holder .per-pack .channel-box span{width:114px; height:44px;}
.matrix-holder .per-kind .channel-box table td {width:114px; height:30px; }
.matrix-holder .per-kind .channel-box span { width:114px; height:30px; color:#333; line-height:30px;}
.matrix-holder .per-kind .channel-box img {margin-left:12px; margin-right:6px;}
.matrix-holder .per-quality .channel-box table td {width:225px; height:61px;}
.matrix-holder .per-quality .channel-box span {width:225px; height:61px; color:#333; line-height:61px; position:relative;}
.matrix-holder .per-quality .channel-box img {position:absolute; top:20px; left:20px;}
.matrix-holder .per-quality .channel-box b {position:absolute; left:60px; display:block;}

.matrix-holder h1{
	background:url(../_gfx/matrix_heading.png) no-repeat;
    display:block;
    color:#FFF;
    margin:0;
    padding:0px;
    font-size:16px;
	line-height:35px;
	text-align:center;
}

.matrix-holder .selected h1{
	background:url(../_gfx/matrix_heading_selected.png) no-repeat;

}

.channelToolTip{
	width:234px;
}

.channelToolTip .top{
	background-image:url(../_gfx/tooltipTop.png);
	background-repeat:no-repeat;
	width:234px;
	height:19px;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	padding:11px 0 0 5px;
}

.channelToolTip .mid{
	background-image:url(../_gfx/tooltipMid.png);
	background-repeat:repeat-y;
	width:234px;
	font-size:11px;
	color:#000000;
}

.channelToolTip .bottom{
	background-image:url(../_gfx/tooltipBottom.png);
	background-repeat:no-repeat;
	width:234px;
	height:8px;
}

.channelToolTip .mid .shaddow{
	margin:0 2px;
	padding:2px 5px 0 5px;
	background-image:url(../_gfx/tooltipShadow.gif);
	background-repeat:repeat-x;
}
 /*end : channels*/ 
 
 .cardSelect {
	width:90px;
    height:24px;
    border:1px solid #d9f3ff;
    padding:0px
}
.destSelect{
	width:120px;
    height:24px;
    border:1px solid #d9f3ff;
    padding:0px
}
.smartCell {
	padding:10px 20px;
	border-top: 1px dashed #CCC;    
}
.cardValue {
	float:left;
	color:#00b2fd;
    text-align:center;
    font-size:32px;
    border-right:1px solid #ccc;
    width:300px;
    height:70px;
    line-height:70px;
}
.cardTime {
	float:left;
	color:#333;
    text-align:center;
    font-size:14px;
    font-weight:bold;
    width:300px;
    height:70px;
    line-height:70px;
}

.zipOK {
	float:left;
	color:#00b2fd;
    text-align:left;
    font-size:12px;
    height:200px;
}
.zipNOK {
	float:left;
	color:#333;
    text-align:left;
    font-size:12px;
    font-weight:bold;
    height:200px;
}





/**star offer boxs*/



.offerBox_00B1FD
    {
        cursor:pointer;
        position:relative;
        background-image:url(../_gfx/offersbox/offer-blue.png);
        background-repeat:no-repeat;
        width:135px;
        height:198px;
    }
    .offerBox_00B1FD #editarea_point0
    {
        position:absolute;top:70px;left:5px;
    }
    .offerBox_00B1FD #editarea_point1
    {
        cursor:pointer;
        position:absolute;
        top:130px;
        left:39px;
        width:95px;
        font-family:Tahoma;
        font-size:13px;
        color:#ffffff;
        font-weight:bold;
    }
    .offerBox_00B1FD #editarea_point2
    {
       position:absolute;top:142px;left:39px;width:85px;font-family:Tahoma;font-size:20px;color:#ffffff;font-weight:bold
    }
    .offerBox_00B1FD #editarea_point3
    {
       position:absolute;top:176px;left:39px;width:85px;font-family:Tahoma;font-size:12px;color:#ffffff;font-weight:normal;
    }
    
    /*green*/
    .offerBox_7AC220
    {
        cursor:pointer;
        position:relative;
        background-image:url(../_gfx/offersbox/offer-green.png);
        background-repeat:no-repeat;
        width:135px;
        height:198px;
        
    }
    .offerBox_7AC220 #editarea_point0
    {
        position:absolute;top:70px;left:5px;
    }
    .offerBox_7AC220 #editarea_point1
    {
        cursor:pointer;
        position:absolute;
        top:130px;
        left:39px;
        width:95px;
        font-family:Tahoma;
        font-size:13px;
        color:#ffffff;
        font-weight:bold;
    }
    .offerBox_7AC220 #editarea_point2
    {
       position:absolute;top:142px;left:39px;width:85px;font-family:Tahoma;font-size:20px;color:#ffffff;font-weight:bold
    }
    .offerBox_7AC220 #editarea_point3
    {
       position:absolute;top:176px;left:39px;width:85px;font-family:Tahoma;font-size:12px;color:#ffffff;font-weight:normal;
    }
   
    /*orange*/
    .offerBox_EEA500
    {
        cursor:pointer;
        position:relative;
        background-image:url(../_gfx/offersbox/offer-orange.png);
        background-repeat:no-repeat;
        width:135px;
        height:198px;
    }
    .offerBox_EEA500 #editarea_point0
    {
        position:absolute;top:70px;left:5px;
    }
    .offerBox_EEA500 #editarea_point1
    {
         cursor:pointer;
        position:absolute;
        top:130px;
        left:39px;
        width:95px;
        font-family:Tahoma;
        font-size:13px;
        color:#ffffff;
        font-weight:bold;
    }
    .offerBox_EEA500 #editarea_point2
    {
       position:absolute;top:142px;left:39px;width:85px;font-family:Tahoma;font-size:20px;color:#ffffff;font-weight:bold
    }
    .offerBox_EEA500 #editarea_point3
    {
       position:absolute;top:176px;left:39px;width:85px;font-family:Tahoma;font-size:12px;color:#ffffff;font-weight:normal;
    }
    
    
    
    .offerBoxVdsl1
    {
        position:relative;
        width:157px;        
        height:198px;
    }
    .offerBoxGeneric
     {        
        position:relative;
        width:157px;        
        /*height:198px; ak-47*/
     }

.offerBoxTvNew
    {
        cursor:pointer;
        position:relative;
        width:157px;
        height:198px;
}
    
    
.services_all .pricing .btn_bleu_vdsl {
	display:block;
    width:124px;
    height:51px;
    text-align:center;
    line-height:33px;
    color:#FFF;
    font-size:11px;
    font-weight:bold;
    background: url(../_gfx/offersbox/vdslbutton.jpg) no-repeat;
}

.acceptCookies * { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.acceptCookies { position: fixed; background: #f7f7f7; bottom: 0; left: 0; width: 100%; padding: 9px 20px 5px; box-shadow: 0 -2px 2px 0 rgba(0,0,0,0.2); z-index: 99999; font-family: Tahoma, Geneva, sans-serif; }
.cookiesTxt { width: 100%; max-width: 840px; margin: 0 auto; position: relative; padding-right: 235px; }
.cookiesTxt p { font-size: 15px; line-height: 21px; color: #383838; margin-bottom: 10px; }
.acceptCookies a { font-size: 14px; text-decoration: underline; color: #495e8e; display: inline-block; transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; }
.acceptCookies a.agr { position: absolute; top: 0; right: 0; background: #fff; padding: 7px 15px; text-decoration: none; font-size: 15px; font-weight: 600; }
.acceptCookies a.agr:after { content:"x"; font-size: 23px; color: #1d3874; border-left: solid 1px #c9c9c9; display: inline-block; vertical-align: middle; padding-left: 10px; margin-left: 10px; font-weight: normal; line-height: 23px; }
.acceptCookies a.agr span { display: inline-block; vertical-align: middle; }
.acceptCookies a.agr:hover:after,
.acceptCookies a:hover { color: #3c61b1; text-decoration: none; }
.acceptCookies a.agr:hover { box-shadow: 0 0 3px 0 rgba(0,0,0,0.4); }