*{
	margin: 0;
	padding: 0;
}

body {
	background: #d8d8d8;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
	color: #444; 
	font-family: Arial, sans-serif; 
	font-weight: normal;
	font-size: 13px; 
	line-height: 1.4; 
	background: #eaeaea url("http://www.id-technologies.eu/img/gray-leather20.jpg") repeat 0 0;
}

h1 {
	color: #5f5f5f;
	font-size: 28px;
	margin: 15px 0 15px;
	font-family: 'trebuchet MS', 'Lucida sans', Arial;
}

h2 {
	font-size: 18px;
	color: grey;
	margin: 20px 0 8px;
}


h2.alt {
	color: #5f5f5f;
}

h3 {
	font-size: 15px;
	color: gray;
	margin: 10px 0 8px;
	font-family: 'trebuchet MS', 'Lucida sans', Arial;
}

h4 {
	font-size: 11px;
	margin: 0px 0 0px;
	color: grey;
	margin: 2px 0 0px;
	font-family: Arial;
}

h5 {
	font-size: 11px;
	margin: 2px 0 0px;
	color:#ff6600;
}

h6 {
	font-size: 11px;
	margin: 0px 0 0px;
	color: grey;
	margin: 2px 0 0px;
	font-family: Arial;
	font-weight:normal;
}

a {
	text-decoration: none;
}

li {
	margin-left: 15px;
}

table {
	border-collapse: collapse;
	width: 100%;
}

p {
	margin: 8px 0 5px;
}

a {
	color: #5F5F5F;
	text-decoration: underline;
}

img {border:0;}

.clear {
	clear: both;
	height: 0;
	display: block;
	padding: 0;
	margin: 0;
	overflow: hidden; 
	font-size: 1px;
	line-height: 1px;
}

.productImage {
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}

#header {
	width: 960px;
	margin: 0 auto;
	background-image:url(http://www.id-technologies.eu/img/header.png);
	border-top: 1px solid #cacaca;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
}

#content {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
}

#footer {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
}

/* ------------------ TOP */
#top {
	width: 925px;
	height: 70px;
	padding: 0px;
	margin: 0 auto;
	text-transform: uppercase;
	color: #5f5f5f;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}
#top ul{
	list-style: none;
	list-style-type:none;
	margin: 4px 0 0;
	padding: 0;
	float: right;
}
#top ul li{
	float: left;
	display: block;
	height: 22px;
}
#top ul li a{
	float: left;
	display: block;
	color: #5f5f5f;
	text-decoration: none;
}
#top ul.profiles li{
	background: #fff url(../img/top-btn.gif) no-repeat;
	background-position:left -23px;
	height: 22px;
	margin-right: 2px;
}
#top ul.profiles li a{
	background: #fff url(../img/top-btn.gif) no-repeat;
	background-position: right -23px;
	margin-left: 5px;
	height: 17px;
	padding: 5px 9px 0 4px;
	color: #929292;
}
#top ul.profiles li a:hover {
	color: #80B930;
}
#top ul.profiles li.current{
	background: #fff url(../img/top-btn.gif) no-repeat;
	background-position:left 0;
	height: 22px;
	margin-right: 2px;
}
#top ul.profiles li.current a:hover {
	color: #5F5F5F;
}
#top ul.profiles li.current a{
	background: #fff url(../img/top-btn.gif) no-repeat;
	background-position: right 0;
	margin-left: 5px;
	height: 17px;
	padding: 5px 9px 0 4px;
	color: #5f5f5f;
}
#top ul.lang{
	margin: 4px 6px 0 6px;
}

#top ul.lang li a{
	height: 17px;
	padding: 5px 3px 0 3px;
}
#top ul.lang li a:hover {
	color: #80B930;
}
/* ------------------- HEADER */
#head-content {
	height: 61px;
	padding: 10px 25px;
}
.logo {
	float: left;
	width: 160px;
	height: 61px;
}
.mainMenu {
	float: left;
	width: 549px;
	text-align: right;
	padding-right: 40px;
}
.mainMenu ul {
	list-style: none;
	list-style-type:none;
	margin: 18px 0 0 0;
	padding: 0;
}
.mainMenu li{
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #d5d5d5;
}
.mainMenu a{
	color: #999;
	text-decoration: none;
}
.mainMenu .current {font-weight: bold;}
.mainMenu a:hover{color: #80B930;}

#head-content .subscribe{
	float: left;
	width: 175px;
	height: 30px;
	padding: 10px 0;
	background: #fff url(http://www.toledo.be/img/top-subscribe.gif) no-repeat;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #999;	
	border : solid;
}
#head-content .subscribe strong{
	color: #5f5f5f;
	font-weight:700;
	font-size:10px;
}
#head-content .subscribe .green, #content .green{
	color: #80b930;
}

#header ul {
	zoom: 1
}
#header #navig{
	background: url(../img/orange.png) bottom repeat-x;
	height: 42px;
	font-family: 'trebuchet MS', 'Lucida sans', Arial;
}
#header #navig ul {
	list-style: none;
	list-style-image:none;
	list-style-type:none;
	padding: 0;
	margin: 0;
	height: 42px;
	overflow: hidden;
	zoom: 1;
}
#header #navig ul li{
	float: left;
	height: 12px;
}
#header #navig ul li span{
	float: left;
	display: block;
	height: 12px;
	padding: 12px 9px;
}
#header #navig ul li a{
	display: block;
	float: left;
	height: 12px;
	padding: 12px 9px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#header #navig ul li a:hover {
	background: url(../img/hover-orange.png) repeat-x;
}
#header #navig .navig-left{
	float: left;
	zoom: 1;
}
#header #navig .navig-right{
	float: right;
	zoom: 1;
}
#header #navig li a, #header #navig .navig-right li span{
	margin-top: 6px;
	border-left: 1px solid orange;
	float: left;
}
#header #navig li.last a {
	border-right: 1px solid orange;
}
#header #navig li.current {
	background: #fff url(../img/navig-current.gif) no-repeat;
	background-position:left 0;
	height: 42px;
	padding:0;
}
#header #navig li.current a, #header #navig li.current a:hover{
	background: #fff url(../img/navig-current.gif) no-repeat;
	background-position: right 0;
	margin-left: 9px;
	margin-top:0;
	height: 24px;
	padding: 18px 9px 0 0px;
	color: #5f5f5f;
	border: 0;
	text-shadow: none;
}

#header #subnav {
	background: url(../img/subnav.png) repeat-x;
	overflow: hidden;
	zoom: 1;
	padding: 10px 19px;
	font-weight: bold;
	font-family: 'trebuchet MS', 'Lucida sans', Arial;
}

#header #subnav li.current {
	color: #ff6633;
}

#header #subnav li {
	display: inline;
	border-right: 1px solid #d5d5d5;
	padding: 0 7px 0 0;
	margin: 0 7px 0 0;
}

#header #subnav a {
	color:  #929292;
	text-decoration: none;
}

#subnav .active a {
	color: #5f5f5f;
}

/* ------------------- HP RESI*/
#login-hp {
	/*background: url(http://www.toledo.be/img/hp-log.gif);*/
	width: 182px;
	height: 221px;	
	margin-top: 4px;
	margin-left: 742px;
	position:absolute;
}
#login-hp .hp-login-top {
	background: url(http://www.toledo.be/img/login-bkg.png) top left no-repeat;
	position: absolute;
	right: 17px;
	top: 17px;
	z-index: 5;
	width: 181px;
	height: 18px;
}
#login-hp .hp-login {
	background: url(http://www.toledo.be/img/login-bkg.png) bottom left no-repeat;
	width: 153px;
	position: absolute;
	right: 17px;
	top: 35px;
	z-index: 5;
	padding: 0 14px 14px 14px;
	color: #5f5f5f;
	font-size: 11px;
}
#login-hp .hp-login .hp-login-h1{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 14px;
}
#login-hp .hp-login form {
	margin: 10px 0;
}
/* ------------------- HP BUS*/
#hp-banner {
	background: #000;
	margin: 10px auto 0;
	width: 924px;
	height: 265px;
	position: relative;
	z-index: 0;
}
.hp-banner-img img {
	display: block;
}
#hp-banner .hp-rounded{
	/*background: url(http://www.toledo.be/img/banner-rounded.png) top left no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 624px;
	z-index: 5;
	padding: 70px 0 0 300px;*/
	display:none;
}
#hp-banner .hp-login-top {
	background: url(http://www.toledo.be/img/login-bkg.png) top left no-repeat;
	position: absolute;
	right: 17px;
	top: 17px;
	z-index: 5;
	width: 181px;
	height: 18px;
}
#hp-banner .hp-login {
	background: url(http://www.toledo.be/img/login-bkg.png) bottom left no-repeat;
	width: 153px;
	position: absolute;
	right: 17px;
	top: 35px;
	z-index: 5;
	padding: 0 14px 14px 14px;
	color: #5f5f5f;
	font-size: 11px;
}
#hp-banner .hp-login .hp-login-h1{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 14px;
}
#hp-banner .hp-login form {
	margin: 10px 0;
}

#main {
	width: 598px;
	float: left;
	padding: 0 30px 0 40px;
	overflow: hidden;
	zoom: 1;
}

#main-voip {
	width: 960px;
	float: left;
	padding: 0 30px 0 40px;
	overflow: hidden;
	zoom: 1;
	z-index:999;
}

#main-col1 {
	float: left;
	width: 360px;
	padding: 0 20px 0 0;
	border-right: 1px solid #E9E9E9;
}
#main-col1-voip {
	float: left;
	width: 540px;
	padding: 0 20px 0 0;
	border-right: 1px solid #E9E9E9;
}
#main-col2 {
	float: left;
	width: 200px;
	margin: 0 0 0 17px;
}
#main-col2-voip {
	float: left;
	width: 230px;
	margin: 0 0 0 17px;
}
#main-col3-voip {
	width: 230px;
	float: left;
	margin: 0 0 0 17px;	
}
#main-col0-voip {
	background-image:url(http://www.toledo.be/img/bg-billi-boxes2.png);
	background-repeat:no-repeat;
	width: 840px;
	height:240px;
	float: left;
	padding: 0 0 0 15px;
}
#main-col0-voip h2 {
	color: #5f5f5f;
	letter-spacing: -1px;
}
#main-col4-voip {
	float: left;
	width: 460px;
	margin: 0 0 0 17px;
}

#main #main-col2 h2 {
	color: #8DC53E;
	letter-spacing: -1px;
}

#main-col2-voip h2 {
	color: #5f5f5f;
	letter-spacing: -1px;
}

#main-col3-voip h2 {
	color: #5f5f5f;
	letter-spacing: -1px;
}

#main-col4-voip h2 {
	color: #5f5f5f;
	letter-spacing: -1px;
}

#main-col2 h3 {
	font-weight: normal;
	font-size: 18px;
	margin:0 0 8px;
}

#main h2 {
	color: #5f5f5f;
	margin-top: 0;
	letter-spacing: -1px;
}

.main-banner img {
	display: block;
	margin: 10px 0;
}


#sidebar {
	width: 920px;
	float: left;
}

#sidebar h2 {
	color: #5f5f5f;
	letter-spacing: -1px;
	margin-top: 0;
}

.sidebar-box {
	border-bottom: 1px solid #e9e9e9;
	padding: 0 15px 15px;
	margin: 0 0 15px 0;
	font-size: 11px;
	line-height: 16px;
	background-repeat: no-repeat;
	background-position: bottom;
}

.sidebar-box .more {
	background: url(http://www.toledo.be/img/arrow1.png) no-repeat right 3px;
	padding: 0 8px 0 0;
	color: #8DC53E;
	text-decoration: none;
}

#sidebar .last {
	border: 0;
	margin-bottom: -19px;
}

#sidebar-box-sponsorship {background-image:url(http://www.toledo.be/img/bg-voip.jpg);}
#sidebar-box-club {background-image: url(http://www.toledo.be/img/blocs-bkg-club.jpg);}
#sidebar-box-mytoledo {background-image: url(http://www.toledo.be/img/bg-mytoledo.jpg);}
#sidebar-box-billi {background-image: url(http://www.toledo.be/img/bg-billi-box-mini.jpg);}

.sidebar-box h3 {
	margin-top: 0;
}

#content {
	width: 916px;
	padding: 10px 22px 22px;
	overflow: hidden;
	zoom: 1;
}

.minitabs {
	position: relative;
	padding: 0;
	margin: 10px 15px 0 15px;
	zoom: 1;
	background: url(http://www.toledo.be/img/dot2.png) repeat-x 0 24px;
}

.minitabs:after {
	content: " ";
	display: block;
	clear: both;
}

.minitabs .tab {
	float: left;
	border: 1px solid #e5e5e5;
	border-left: none;
	background: #FFF url(http://www.toledo.be/img/gradient2.png) repeat-x;
	line-height: 13px;
	font-size: 11px;
}

.minitabs .first {border-left: 1px solid #e5e5e5;}

.minitabs .tab .tab-text {
	padding: 5px;
	outline: none;
	text-decoration: none;
	display: block;
	cursor: pointer;
}

.minitabs a {
	color: #5F5F5F;
}

.minitabs .content {
	position: absolute;
	width: 179px;
	height: 130px;
	top:  24px;
	left: 0;
	border: 1px solid #e5e5e5;
	border-top: 0;
	display: none;
	padding: 5px 10px;
	font-size: 12px;
}

.minitabs div.active {
	background: #FFF;
	border-bottom-color: #FFF;
}

.minitabs .active .content {
	display: block;
	background: url(http://www.toledo.be/img/gradient3.png) repeat-x bottom;
}

.minitabs .getmore {
	padding: 0;
	margin: 0;
}

.minitabs .getmore li a {
	padding: 8px 0;
}

.tabs_voip {
	position: relative;
	padding: 0;
	margin: 15px 15px 0 0;
	zoom: 1;	
	background: url(http://www.toledo.be/img/dot3.gif) repeat-x;
	width: 922px;
	height:770px;
}

.tabs_voip:after {
	content: " ";
	display: block;
	clear: both;
}

.tabs_voip .tab {
	float: left;
	background: #FFF url(http://www.toledo.be/img/tab_voip.gif) repeat-x;
	height:55px;	
	font-size: 12px;
	width:120px;
	margin-right:5px;	
}

.tabs_voip .first {
	margin-left:25px;
}

.tabs_voip .tab .tab-text {
	color:#929292;
	padding: 5px;
	outline: none;
	text-decoration: none;
	display: block;
	cursor: pointer;
	text-align:center;	
	line-height:40px;
}

.tabs_voip a {
	color: #5F5F5F;	
}

.tabs_voip .content {
	position: absolute;
	width: 900px;	
	top:  55px;
	left: 0;
	border: 1px solid #e5e5e5;
	border-top: 0;
	display: none;
	padding: 5px 10px 60px;		
}

.tabs_voip div.active {
	background: #FFF url(http://www.toledo.be/img/tab_voip_active.gif) repeat-x;
	font-weight:bold;			
}

.tabs_voip .active .content {
	display: block;
	height:660px;
}

.tabs_voip .getmore {
	padding: 0;
	margin: 0;
	margin-top:35px;
	margin-left:17px;
	font-weight:normal;
}

.tabs_voip .getmore li a {
	padding: 8px 0;
}

.box-mytoledo {background: url(http://www.toledo.be/img/bg-mytoledo.jpg) bottom right no-repeat;}
.box-sponsorship {background: url(http://www.toledo.be/img/blocs-bkg-parrain.jpg) bottom right no-repeat;}
.box-toledoclub {background: url(http://www.toledo.be/img/blocs-bkg-club.jpg) bottom right no-repeat;}
.box-help {background: url(http://www.toledo.be/img/blocs-bkg-help.jpg) bottom center no-repeat;}
.box-webmail {background: url(http://www.toledo.be/img/box-webmail.jpg) bottom left no-repeat; margin-left: -2px !important;}
.box-voip {background: url(http://www.toledo.be/img/bg-voip.jpg) bottom center no-repeat;}
.box-facebook {background: url(http://www.toledo.be/img/bg-facebook.jpg) bottom center no-repeat;}
.box-billi {background: url(http://www.toledo.be/img/bg-billi-box.jpg) bottom center no-repeat;}
.box-empty{}
.box-advise {
	background-image: url(http://www.toledo.be/img/bg-advise.jpg);
	height: 132px;
}
#sidebar .box-advise {
	background: url(http://www.toledo.be/img/bg-advise-narrow.jpg) no-repeat 1px bottom;

}
.box-help-wide {background: url(http://www.toledo.be/img/bg-help-wide.jpg);}

.box-wide {
	padding: 0 30px 0 185px;
	height: 132px;
	width: 237px;
	overflow: hidden;
}

.box-wide a {
	color: #5F5F5F;
}

.box-wide h2 {
	color: #5f5f5f;
	font-size: 15px;
	margin-top: 15px;
}

/* ------------------- FORM */
.hp-login input {
	width: 150px;
	margin-bottom: 8px;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	font-size: 11px;
	padding: 2px;
}

.hp-login a {
	color: #80B930;
	text-decoration:none;
}
.hp-login a:hover {
	text-decoration: underline;
}
.hp-submit {
    border: none;
    background: none;
    overflow: visible;
    width: auto;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: baseline !important;
    vertical-align: top;
    text-decoration: none;
    padding: 0;
}


.boxes {
	background: url(http://www.toledo.be/img/bg-boxes.png) left top no-repeat;
	width: 924px;
	padding: 20px 0 0 0;
	margin: 15px 0;
}
.boxes_billi {
	background: url(http://www.toledo.be/img/bg-billi-boxes.png) left bottom no-repeat;
	width: 890px;
	padding: 20px 20px 20px 20px;
	
}
.boxes-inner {
	background: url(http://www.toledo.be/img/bg-boxes.png) left bottom no-repeat;
	padding: 0 0 1px 0;
	zoom: 1;
}
.box {
	float: left;
	width: 230px;
	background-position: center bottom;
	margin-right: 1px;
	height: 250px;
}
.boxes-inner:after {
	content: " ";
	display: block;
	clear: both;
}
.box h2 {
	background:url("http://www.toledo.be/img/blocs-head-bkg.gif") repeat-x;
	color:#80B930;
	font-size:18px;
	font-weight:normal;
	/*height:22px;
	line-height:22px;*/
	margin:0;
	overflow:hidden;
	padding:13px 15px;
	text-transform:uppercase;
}

.box_billi h2 {
	color:#F18E1C;
}

.boxes-alt {
	background: none;
	padding-top: 0;
	margin-top: 0;
	border-top: 1px solid #E9E9E9;
}
.box-alt {
	padding-bottom: 80px;
	height: 150px;
	position: relative;
}
.box-alt h2 {
	color:#5F5F5F;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:22px;
	margin:0;
	padding:0px 16px 0;
	text-transform : none;
	background: none;
}

.boxes-alt .box-alt h2 {
	margin-top: 20px;
}

.box-highlight {
	position: relative;
}

.box-highlight h2 {
	color:#5F5F5F;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:15px;
	margin:0;
	padding:0px 16px 0;
	text-transform : none;
	background: none;
	padding-bottom:20px;
	padding-top:20px;
}

body div h2.sk_h2_cat {
	color:#5F5F5F;
	font-size:18px;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0;
	padding:0px 16px 0;
	text-transform : none;
	background: none;
	padding-bottom:20px;
}

div.bottom-row .highlight {
	top: -12px;
}

.box .highlight {
	background:url("http://www.toledo.be/img/highlight.png") repeat scroll 0 0 transparent;
	color:#FFFFFF;
	height:49px;
	overflow:hidden;
	padding:6px 0 0;
	position:absolute;
	right:13px;
	text-align:center;
	top:7px;
	width:114px;
}

.highlight_voip {
	background:url("http://www.toledo.be/img/highlight.png") repeat scroll 0 0 transparent;
	color:#FFFFFF;
	height:49px;
	overflow:hidden;
	padding:6px 0 0;	
	text-align:center;
	top:7px;
	width:114px;
	font-size: 25px;
	line-height: 15px;
	position: relative;
}

.box .highlight-medium {
	background:url("http://www.toledo.be/img/highlight-medium.png") repeat scroll 0 0 transparent;
	font-size:12px;
	height:46px;
	letter-spacing:-1px;
	padding-top:9px;
	width:88px;
}

.box .highlight-medium strong {font-size:14px;}

.box .highlight-narrow {
	background:url("http://www.toledo.be/img/highlight-narrow.png") repeat scroll 0 0 transparent;
	font-size:25px;
	width:74px;
}

.box .highlight-1l {font-size: 25px;}
.box .highlight-2l {font-size: 12px;}

.box .highlight-2l span {
	font-size: 16px;
	letter-spacing: -1px;
}

.box p small {
	display:block;
	line-height:12px;
	margin:3px 0 0;
}

.box .button {
	bottom:13px;
	left:16px;
	position:absolute;
}

.box-contract a {
	text-decoration: none;
}

.box-contract a:hover {
	text-decoration: underline;
}

.box p {margin: 5px 15px;}
.box a {color:#5F5F5F;}

div.box div.price p {
	margin: 0;
}

.box .read-more {
	color: #80B930 !important;
	background-position: right 4px;
	padding-right: 8px;
}

.box ul {margin: 0 15px;}
.box li {
	background: url("http://www.toledo.be/img/bg-menu-list.png") no-repeat 0 10px;
	font-weight:bold;
	font-size: 12px;
	line-height: 13px;
	list-style-type: none;
	text-transform:uppercase;
	padding-left: 12px
}
.box_billi li {
	background: url("http://www.toledo.be/img/bg-menu_billi-list.png") no-repeat 0 10px;
}
.box li a {
	text-decoration:none;
	color:#5F5F5F;
	display: block;
	padding:8px 0;
	display: inline-block;
	
}
.box .tooltip {
	display: none;
	background: url("http://www.toledo.be/img/moreInfo.png") no-repeat;
	font-size:11px !important;
	height:110px;
	left:100px;
	padding:15px 15px 15px 30px;
	position:absolute;
	top:-56px;
	width:205px;
	z-index: 999;
	font-size: 11px;
	text-transform: none;
	font-weight: normal;
}

.box p {
	line-height: 17px;
}

.box .price {
	position: static;
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	color: #0066cc;
	background: none;
	text-align: left;
	padding: 0 8px;
	font-size: 18px;
	margin: 5px 0 0 0;
}

.tooltip h3 {
	color:#80B930 !important;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:16px;
	margin:8px 0 8px 0;
}
.tooltip h3 a {
	color:#80B930;
}
.tooltip h4 {
	color:#80B930;
	font-size:12px;
	font-weight: bold;
	margin:0px 0 0px;
	line-height: 13px;
}

.tooltip .price {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:16px;
	left:189px;
	margin:0;
	padding:0;
	position:absolute;
	top:13px;
	width:48px;
	padding: 8px 0 4px;
	text-align: center;
	background: url(http://www.toledo.be/img/bg-tooltip-price.png) no-repeat;
	letter-spacing: -1px;
}

.tooltip .price strong {
	font-size: 14px;
}

.tooltip p {
	margin: 5px 0 !important;
	font-size: 11px;
	line-height: 14px;
}

span.hp-submit {cursor:text;}
a.hp-submit {cursor:pointer;}
a.hp-submit:hover {text-decoration:none !important;}
 
.hp-submit span {
    display: inline-block !important;
    background: url(http://www.toledo.be/img/hp-submit-btn.gif) 0 0;
    padding: 0 0 0 8px;
    font: bold 10px Arial, Helvetica, sans-serif;
    height: 24px;
    line-height: 22px;
}
 
.hp-submit::-moz-focus-inner {padding:0; border:0;}
.hp-submit span {display: table-cell;}
 
.hp-submit span span {
    background-position: 100% 0;
    padding: 0 20px 0 0;
    color: #FFF;
}
/* ---------------------- moreinfo */
.moreInfo {
	background: url(http://www.toledo.be/img/moreInfo.png) no-repeat;
	width: 205px;
	height: 98px;
	position: absolute;
	left: 100px;
	top: -48px;
	z-index: 999;
	display: none;
	padding: 15px 15px 15px 30px;
	font-size: 11px;
}

.moreInfo h4 {
	font-size: 11px;
	color: #80B930;
	margin: 8px 0 0;
}

.content_tabs .tabs {
	overflow: hidden;
	zoom: 1;
	background: url(http://www.toledo.be/img/dot2.png) repeat-x left 32px;
}

.content_tabs .tabs li {
	float: left;
	background: url(http://www.toledo.be/img/content-tabs.png) right 0;
	padding: 0 12px 0 0;
	font-size: 18px;
	line-height: 22px;
}

.content_tabs .tabs a {
	display: block;
	float: left;
	text-decoration: none;
	background: url(http://www.toledo.be/img/content-tabs.png) left 0;
	color: #FFF;
	padding: 5px 0 6px 13px;
	/*height: 22px;*/
	outline: none;
}

.content_tabs .tabs li.active {background-position: right -33px;}

.content_tabs .tabs li.active a {
	background-position: left -33px;
	color: #5f5f5f;
}

.content_tabs .content {
	border: 1px solid #E9E9E9;
	border-top: 0;
	padding: 15px 15px 30px;
}

.content-list p {
	font-weight: bold;
	margin: 0;
}

.content-list li {
	margin: 0 0 20px 0;
	line-height: 16px;
}

/* ---------------------- footer */
#foot-content {
	height: 30px;
	font-size: 11px;
	color: #929292;
	position:relative;
}
#foot-content .footlogo {
	float: left;
	width: 320px;
	position: absolute;
	left: 18px;
	bottom: 22px;
}
#foot-content .copyright {
	float: left;
	width: 285px;
	text-align: center;
	position: absolute;
	left: 338px;
	bottom: 22px;
	color: #999;
}
#foot-content .simstop {
	
	width: 150px;
	position: absolute;
	right: 18px;
	
	color: #5f5f5f;
	line-height: 17px;
}
#foot-content ul {
	list-style: none;
	list-style-type:none;
	margin: 12px 0 0 0;
	padding: 0;
}
#foot-content ul li{
	float: left;
	padding: 0 5px;
	border-left: 1px solid #d5d5d5;
}
#foot-content .copyright a, #foot-content .simstop a, #foot-content ul li a{
	color: #999;
	text-decoration: none;
}

#foot-content .copyright a:hover, #foot-content ul li a:hover, #foot-content .simstop a:hover, #foot-content .copyright a:hover {
	color: #ff6600;
}

#bottom {
	width: 960px;
	height: 5px;
	padding: 0px;
	margin: 0 auto;
	background: #fff url(http://www.toledo.be/img/bottom-bkg.gif) repeat-x;
}

#breadcrumb {
	color: #999;
	font-size: 12px;
	font-family: 'trebuchet MS', 'Lucida sans', Arial;
}

#breadcrumb a {
	color: #5f5f5f;
	text-decoration: none;
}

#faq h3 {
	cursor: pointer;
	background: #eee url(http://www.toledo.be/img/faq-closed.png) right top no-repeat;
	font-size: 15px;
	font-weight: normal;
	border: 1px solid #e3e3e3;
	margin: 0;
	padding: 5px 25px 4px 7px;
	color: #5f5f5f;
}

#faq h3.opened {background-image: url(http://www.toledo.be/img/faq-opened.png);}

#faq .content {
	display: none;
	padding: 8px 30px;
}

#faq H2 {
	margin-top: 20px;
}

#faq2 h3 {
	cursor: pointer;	
	font-size: 12px;
	font-weight: normal;	
	margin: 0;
	margin-left:-7px;
	margin-top:-5px;
	padding: 5px 25px 4px 7px;
	color: #5f5f5f;
}
/*#faq2 h3:hover {
	text-decoration:underline;	
}*/

#faq2 .content {
	border:1px solid #cccccc;
	display: none;	
	margin-bottom:3px;
}

#faq2 H2 {
	margin-top: 20px;
}

.selector {
	margin: 10px 0;
}

.headline {
	font-size: 18px;
}

#main-content {
	padding: 0 25px;
}

.two-col, .two-col-alt {
	overflow: hidden;
	zoom: 1;
}

.two-col .col1 {
	float: left;
	width: 450px;
	margin: 0 35px 0 0;
}

.two-col .col2 {
	float: left;
	width: 389px;
}

.two-col-alt .col1 {
	float: left;
	width: 555px;
	margin: 0 25px 0 0;
}

.two-col-alt .col2 {
	float: left;
	width: 294px;
}

.two-col-homepage {
	overflow: hidden;
	zoom: 1;
	margin: 20px 0;
}

.two-col-homepage .col1 {
	width: 452px;
	float: left;
	margin: 0 20px 0 0;
}

.two-col-homepage .col2 {
	width: 452px;
	float: left;
}


.read-more {
	color: #80b930 !important;
	text-decoration: none;
	background: url(http://www.toledo.be/img/arrow1.png) right 4px no-repeat;
	padding: 0 8px 0 0;
}

.product-highlight {
	background: url(http://www.toledo.be/img/gradient1.png) repeat-x;
	border: 1px solid #eae9e9;
	padding: 0 10px;
	overflow: hidden;
	zoom: 1;
	height: 120px;
}

.product-highlight .col-a {
	width: 260px;
	float: left;
	margin: 0 15px 0 0;
}

.product-highlight .col-b {
	width: 155px;
	float: left;
}

.product-highlight h2 {
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 15px;
}

.product-highlight .col-b li {
	border-bottom: 1px dotted #e5e5e5;
	padding: 5px 0;
}

.product-highlight .col-b a {
	color: #5f5f5f;
	text-decoration: none;
	font-weight: bold;
	
}

.advantages h2 {
	margin-top: 0;
	letter-spacing: -1px;
}

.box-percent {
	border: 1px solid #CCC;
	margin: 20px 0 10px;
}

.box-percent img {
	display: block;
}

.unit {
	font-size: 70%;
	margin-left: 5px;
}

.box-container {
	background: url(../img/box-container.png);
	padding: 20px 0 0 0;
	zoom:1;
}

.box-container-inner {
	background: url(../img/box-container.png) bottom;
	padding: 0 0 20px 0;
}
.box-container .box {
	border-bottom: 1px solid #E9E9E9;
	padding: 10px;
}

.box-container .last {
	border: 0;
}

.box-small {
	background: url(http://www.toledo.be/img/box-small.png);
	padding: 5px 0 0;
	margin: 0 0 10px;
}

.box-small-inner {
	background: url(http://www.toledo.be/img/box-small.png) bottom;
	padding: 0 10px 10px 10px;
}


.list1 li {
	background: url(http://www.toledo.be/img/bullet.png) no-repeat 0 5px;
	padding-left: 9px;
	margin-bottom: 3px;
}

.button {
    border: none;
    background: none;
    overflow: visible;
    width: auto;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: baseline !important;
    vertical-align: top;
    text-decoration: none;
    padding: 0;
}
 
span.button {cursor:text;}
a.button {cursor:pointer;}
a.button:hover {text-decoration:none !important;}
 
.button span {
    display: inline-block !important;
    background: url(http://www.toledo.be/img/button.png) 0 0;
    padding: 0 0 0 9px;
    font: 11px Arial, Helvetica, sans-serif;
    height: 25px;
    line-height: 25px !important;
}
 
.button::-moz-focus-inner {padding:0; border:0;}
.button span {display: table-cell;}
 
.button span span {
    background-position: 100% 0;
    padding: 0 30px 0 0;
    color: #5F5F5F;
}

.button2 span {background-image: url(http://www.toledo.be/img/button2.png);}
.button2 span span {color: #FFF}


.submit {
	margin: 10px 0;
	text-align: right;
}

.three-box {
	overflow: hidden;
	zoom: 1;
	margin: 15px 0 20px;
}

.three-box .box, .box-mobile {
	float: left;
	margin: 0 9px 0 0;
	overflow: hidden;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	background: url(http://www.toledo.be/img/more-info-box.png);
	height: 96px;
	width: 285px;
}

.three-box .box .read-more {
	position: absolute;
	bottom: 10px;
	right: 10px;
	background: url(http://www.toledo.be/img/arrow2.png);
	width: 7px;
	height: 11px;
	text-indent: -9999px;
	display: block;
	padding: 0;
}

.three-box .box div, .box-mobile div {
	padding: 7px 14px 9px 80px;
	background-repeat: no-repeat;
	background-position: 1px 15px;
	width: 191px;
	height: 80px;
}

.three-box .last {
	margin: 0;
}

.three-box .box-contract div {background-image: url(http://www.toledo.be/img/box-contract.png);}
.three-box .box-phone div {background-image: url(http://www.toledo.be/img/box-phone.png);}
.three-box .box-contact div  {background-image: url(http://www.toledo.be/img/box-contact.png);}
.three-box .box-mouse div  {background-image: url(http://www.toledo.be/img/mouse.png); margin-left:5px; }

.box-mouse {	
	zoom: 1;
}

.box-mobile {
	margin: 15px 0;
	background: url(http://www.toledo.be/img/box-mobile-wrapper.png);
	width: 389px;
	height: auto;
	zoom: 1;
}
.box-mobile div {
	width: 300px;
	height: 70px;
	zoom: 1;
	padding-left: 70px;
}
.box-mobile h3 {
	color: #5F5F5F;
}

.box-mobile p {
	text-align: right;
}
.box-mobile div  {background-image: url(http://www.toledo.be/img/box-mobile.png);}

.table-info {
	margin: 10px 0 30px;
}

.table-info table {
	border: 1px solid #CCC;
}

.table-info h3 {
	background: #8e8e8e;
	color: #FFF;
	font-size: 12px;
	margin: 0;
	padding: 5px;
}

.table-info th {
	background: #CCC;
	color: #FFF;
	padding: 5px;
	text-align: left;
	border-top: 1px solid #CCC;	
	border-bottom: 1px solid #CCC;
}

.table-info td {
	background: #FFF;
	padding: 5px;
	border: 1px solid #CCC;
}

.table-info .table-text {
	width: 505px;
	padding: 20px;
	border-left: 1px solid #CCC;
}

.table-info .network {
	width: 100px;
}

.table-info .peak {
	width: 184px;
}

.table-info .offpeak {
	width: 230px;
}

.table-info .connection {
	width: 320px;
}

.table-info .content {
	border:1px solid #CCC;
	padding:  5px 10px 10px 10px;
}

.table-info a {
	color: #5F5F5F;
}

.table-info .read-more {
	color: #8DC53E;
}

.table-info ul {
	margin: 10px 0;
}

.table-info li {
	background: url(http://www.toledo.be/img/bullet2.png) no-repeat 0 5px;
	padding: 0 0 0 10px;
	margin: 0 0 3px;
}

.table-info .products {
	overflow: hidden;
	zoom: 1;
	font-weight: bold;
}

.table-info .products li {
	float: left;
	width: 135px;
	padding: 0;
	background: none;
	text-align: center;
	font-size: 11px;
}

.table-info .products li .additional-details {
	font-size: 10px;
	display: block;
	line-height: 12px;
	font-weight: normal;
}

.table-info .products li .additional-details strong {
	color: #5F5F5F;
}

.table-info .products strong {
	color: #80b930;
}

.table-info .products img {
	margin: 0 0 5px 0;
}

.table-info-content {
	padding: 10px;
	border: 1px solid #CCC;
	border-top: 0;
}

.table-info-content li {
	background: url(http://www.toledo.be/img/bullet2.png) no-repeat 0 4px;
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
}

.table7 td {
	width: 14%;
}



.table-price td {
	white-space: nowrap;
	font-size: 11px;
}

.table-more td {
	font-size: 11px;
}

td.price {
	white-space: nowrap;
}

.additional-info {
	font-size: 11px;
}

/* @group content-page */

.content-page h1 {
	background: url(http://www.toledo.be/img/bg-main-title.png) repeat-x;
	font-size: 20px;
	font-weight: normal;
	padding: 11px 17px 7px;
	border: 1px solid #e9e9e9;
	border-bottom: 0;
	margin: 0;
}

.content-page .subtitle {color: #80b930;}

/* @end */

.ico-pdf {
	background: url(http://www.toledo.be/img/ico-pdf.png) no-repeat;
	padding: 2px 0 2px 20px;
	color: #5F5F5F;
	font-size: 11px;
}

.content-box {
	border: 1px solid #E9E9E9;
	padding: 20px;
	overflow: hidden;
	zoom: 1;
}

.content-box .col-a {
	float: left;
	margin-right: 40px;
	font-size: 14px;
	background: #f5f5f5;
	padding: 0 10px;
	border: 1px solid #E9E9E9;
}

.content-box .col-b {
	float: left;
}

.content-box h3 {
	color: #5f5f5f;
	font-size: 14px;
}

.content_con-box {
	/*border: 1px solid #E9E9E9;*/
	padding: 10px;
	/*overflow: hidden;*/
	zoom: 1;
}

.content_con-box .col-a {
	float: left;
	margin-right: 40px;
	font-size: 14px;
	background: #f5f5f5;
	padding: 0 10px;
	border: 1px solid #E9E9E9;
}

.content_con-box .col-b {
	float: left;
}

.content_con-box h3 {
	color: #5f5f5f;
	font-size: 14px;
}

input.text, textarea {
	border: 1px solid #DADADA;
	padding: 2px 5px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
}

.page-intro {
	font-size: 15px;
	margin: 15px 0;
}

.contact-form {
	overflow: hidden;
	zoom: 1;
}

.contact-form .col1 {
	float: left;
	width: 260px;
}

.contact-form .col2 {
	float: left;
	width: 240px;
	margin-left: 40px;
}

.row {
	overflow: hidden;
	zoom: 1;
	margin: 0 0 3px 0;
}

.row label {
	float: left;
	width: 75px;
	margin-right: 10px;
}

.row .field {
	float: left;
	width: 175px;
}

.row .field .text {
	width: 163px;
}

.row-wide label {
	width: auto;
}

.row-wide .field {
	margin: 0 0 15px;
}

#sectionmedia {
	width: 960px;
	margin: 5px auto 10px;
	text-align: right;
	font-size: 11px;
}

#sectionmedia a {
	text-decoration: none;
	color: #9f9f9f;
}

#about_txt {
	line-height: 20px;
}

.about #sidebar {
	padding-top: 0;	
}

#nav_faq_overview {
	float: right;
}

.sk_spacer {
	margin-bottom: 20px;
}

#about_txt li {
	background: url(http://www.toledo.be/img/bullet.png) no-repeat 0 7px;
	padding-left: 10px;
	margin-left: 10px;
}

.box-small-inner a, .box-small-inner a:visited, .box-mouse a, .box-contact a, .box-contact a:visited {
	text-decoration: none;
}

.box-small-inner a:hover,.box-mouse a:hover, .box-contact a:hover {
	text-decoration: underline;
}

.highlightFade {
	margin: 10px 0;
	padding: 10px 0 10px 3px;
}

.sitemap_item_wrap {
	
	margin: 10px 0 10px 30px;
}

.sitemap_item_wrap_alt {
	margin: 10px 0 10px 30px;
}

.sitemap_item_wrap a, .sitemap_item_wrap_alt a {
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
}

.sitemap_item_wrap a:hover, .sitemap_item_wrap_alt a:hover {
	text-decoration: underline;
}

.sitemap_item_txt {
	color: #bbb;
	border-bottom: 1px dotted #eee;
	margin: 0 0 10px 30px;
	padding: 0 0 10px 0;
}

.sitemap_subtit {
	font-size: 17px;
	color: #5F5F5F;
}

.sitemap_list {
	margin: 0 0 0 50px;
}

body.sitemap div#main {
	width: 750px;
}

#sm_link {
	text-align: right;
	margin: 10px auto;
	width: 960px;	
	font-size: 11px;
}

#sm_link a, #sm_link a:visited {
	color: #AAAAAA;
	text-decoration: none;
}

.error, .errors {
	color: red;
}

#avocats_ok {
	text-align: center;
	margin: 20px 0;
	font-size: 14px;
	border: 1px solid #ccc;
	padding: 10px;
}

/*TABS VOIP*/

#TabsVoip_header {
  float:left;
  width:920px;
  background:url("http://www.toledo.be/img/dot3.gif") repeat-x bottom;
  font-size:93%;
  line-height:50px;
  }
  
#TabsVoip_header ul {    
  list-style:none;
  margin-left:20px;
  }
  
#TabsVoip_header li {
  float:left;
  margin-left:5px; 
  width:120px;
  height:50px;
  }
  
#TabsVoip_header a {
  float:left;
  display:block;
  background:url("http://www.toledo.be/img/tab_voip.gif") no-repeat;  
  text-decoration:none;  
  text-align:center;
  color:#929292;
  width:120px;
  height:55px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  outline: none;
  }

#TabsVoip_header :focus{-moz-outline-style: none;}

#TabsVoip_header a {float:none;}
/* 
#TabsVoip_header a:hover {
  color:#7c7c7c;
  }
 
#TabsVoip_header #current {
  background-image:url("http://www.toledo.be/img/tab_voip_active.gif") ;
  width:120px;
  height:55px;
  }
  
#TabsVoip_header #current a {
  background-image:url("");   
  font-weight:bold;
  }*/
  
#TabsVoip_header .active {
  background-image:url("http://www.toledo.be/img/tab_voip_active.gif") ;
  width:120px;
  height:55px;
  }
  
#TabsVoip_header .active a {
  background-image:url("");   
  font-weight:bold;
  }
 
#TabsVoip_Content2, #TabsVoip_Content3, #TabsVoip_Content4, #TabsVoip_Content5, #TabsVoip_Content6, #TabsVoip_Content7 {display:none;}
  
#TabsVoip_Content {
	border:solid 1px #e5e5e5; 
	border-top:none; 
	margin-top:30px; 
	float:left; 
	width:891px; 
	margin-top:0;
	padding-left:27px;
	padding-top:40px;
	padding-bottom:25px;
}

#TabsVoip2_Content2, #TabsVoip2_Content3, #TabsVoip2_Content4 {display:none;}
  
#TabsVoip2_Content {
	border:solid 1px #e5e5e5; 
	border-top:none; 
	margin-top:30px; 
	float:left; 
	width:891px; 
	margin-top:0;
	padding-left:27px;
	padding-top:40px;
	padding-bottom:25px;
}

.combo{
	color:#5f5f5f;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.voip-button{
	background-image:url("http://www.toledo.be/img/more-info-box-mini.gif");
	background-repeat:no-repeat;
	width:253px;
	height:54px;	
	margin-top:210px;
	margin-left:665px;
	position:absolute;
	z-index:5;
}

.voip-button .mouse{
	background-image:url("http://www.toledo.be/img/mouse_trans.png");
	background-repeat:no-repeat;
	width:54px;
	height:60px;
	float:left;	
}

.voip-button h3{
	padding-top:5px;	
	margin-left:60px;
	line-height:10px;
}

.voip-button a{	
	text-decoration:none;
	color:#5f5f5f;
	margin-left:8px;	
}

.voip-button a:hover{
	text-decoration:underline;
}

.tab_pabx ul{
	margin:10px;
}
.tab_pabx img{
	margin:10px;
}

#content .box strong{
	color: #80b930;	
}