/* general definitions */
/* -------------------------------------------------------------------------- */
body {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	background-color: #cacaca;
	margin: 0px;
	padding: 12px 5px 15px 5px;
	text-align: center;
}

.in_i-frame {
background-color: #ffffff;
text-align:left;
margin:0; padding:0;
}
div,td,th {text-align: left;}
td,th {vertical-align: top;}
table {font-size: 100%;}
img {border: none;}
hr {display: none;}

/* Layout : canvas */
/* -------------------------------------------------------------------------- */
#canvas {width: 759px;background-color: #ffffff;margin:auto;}

/* Layout : tabbar */
/* -------------------------------------------------------------------------- */
#tabbar {position: relative;background-color: #eaeaea;height: 17px;}
#tabs {position: absolute;left: 472px;top: 0px;height: 17px;}
#tabbar span {display:block; float:left;}

/* Layout : logo & main navigation */
/* -------------------------------------------------------------------------- */
#navbar {
	position: relative;
	height: 90px;
	background-color: #ff0000;
	margin-bottom: 1px;
	background-image: url(/img/new/nav/bg_corner.gif);
	background-position: 151px 0px;
	background-repeat: no-repeat;
}
#navbarhome {height: 56px;background-color: #ff0000;margin-bottom: 1px;}
/*#logo {background-color: #eaeaea;width: 151px;}*/
#mainnav {position: absolute;bottom: 0px;left: 171px;height: 44px;}
#globalnav {position: absolute;top: 6px;left: 171px;height: 12px;}
#mainnav span, #globalnav span {display:block; float: left;}

/* Layout : toolbar */
/* -------------------------------------------------------------------------- */

#toolbar {position: relative;background-color: #cccccc;height: 30px;border-bottom: 1px solid #a8a8a8;}

#vsl {position: absolute;background-color: #eaeaea;width: 151px;}

#toolscenter {position: absolute;top: 7px;left: 171px;height: 18px;}
#toolsright {position: absolute;top: 7px;left: 594px;height: 18px;}
#toolscenter div {float:left;}
#toolscenter .toolsinput {margin-top: -1px;}
.toolshome #toolscenter {left: 92px;}
.toolshome #toolsright {left: 510px;}

/* Layout : main area with 3 columns */
/* -------------------------------------------------------------------------- */
#main {background-color: #ffffff; margin: 20px 7px 0px 7px;}
#leftcol {float: left; width: 143px;}
#maincol {float: right; width: 404px; }
#maincolbreed {float: right; width: 580px;}

#rightcol {float: right; width: 157px;}
#wrap {float: left; width: 568px;}
#mainhome {margin: 0px 0px 22px 0px; height: 350px;}
#buttonshome {margin: 39px 0px 22px 91px; height: 213px;}
#actionshome {margin-left: 91px;}
#actionshome span, #buttonshome span {margin-right: 19px;}



/* Layout : footer */
/* -------------------------------------------------------------------------- */
#footer {text-align: right;background-color: #ff0000;clear: both;color: #ffffff;padding: 2px 7px 5px 7px;}
#footer a {color: #ffffff;}

/* left & right boxes */
/* -------------------------------------------------------------------------- */
.lbox, .rbox  {margin: 0px 0px 14px 0px;}
.lbox ul, .rbox ul, .rbox p, .lbox p {margin: 0px;}
.lbox a img, .rbox a img {display: block;}
.imgtitle {margin-bottom:5px;}

/* content containers */
/* -------------------------------------------------------------------------- */
.boxspacer {clear: both; margin-bottom: 21px;}
.right {float:right;}
.left {float:left;}
.cbox {width: 400px;clear:both;}
.cbox14 {width: 400px;margin-bottom: 14px;}
.cboxgrey {
	border: 1px solid #6c6c6c;
	background-color: #ffffff;
	padding: 2px;
	clear: both;
	margin-bottom:21px;
}


.cboxgrey div {
	background-color: #eaeaea;
	padding: 7px;
}
.cboxleft {float: left; width: 190px;}
.cboxright {float: right; width: 190px;}
.cboximg {
	float: left;
	width: 74px;
	padding-bottom: 21px;
}
.cboxthumb {
	float: left;
	width: 95px;
	padding-bottom: 21px;
}
.cboximgmiddle {
	float: left;
	width: 174px;
	padding-bottom: 21px;
}
.cboxtext {float: right;width: 116px;}
.cboxtextmiddle {float: right;width: 226px;}
.cboxtextlarge {float: right;width: 326px;}
.cboxphonetext {margin-left: 14px; float: right; width: 291px;}
.cboxtextlarge table {margin-bottom:21px;}
.cbanner {
	position: relative;
	clear: both;
	margin-bottom: 21px;
}
.cbanner img {display:block}
.clinkbar {
	width: 400px;
	height: 25px;
	margin-bottom: 21px;
	background-image: url(/img/new/bg_buttonbar.gif);
	background-repeat: no-repeat;
}
.footnotes {
	width: 400px;
	margin: -10px 0px 4px 0px;
	color: #6c6c6c;
}
.cimg {
	float: right;
	margin: 4px 2px 14px 7px;
	clear: right;
}

/* special hyperlinks */
/* -------------------------------------------------------------------------- */
.linkvet {
	display:block;
	padding:0px 0px 2px 0px;
	margin-top: 5px;
	font-weight:bold;
}
.cboxlink {
	display:block;
	padding:0px 0px 2px 20px;
	background-image: url(/img/new/a_main_link_white.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}
.cboxlinkvet {
	display:block;
	padding:0px 0px 4px 20px;
	background-image: url(/img/new/a_main_link_white.gif);
	background-repeat: no-repeat;
	margin-top: 4px;
	font-weight:bold;
}
.cboxlinkred {
	display:block;
	padding:0px 0px 2px 20px;
	background-image: url(/img/new/a_main_link_white.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	font-weight:bold;
	color:red;
}
.cboxlinkdownloadtab {
	display:block;
	padding:0px 10px 2px 20px;
	background-image: url(/img/new/a_main_link_down_white.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}
.cboxlinkdownload {
	display:block;
	padding:0px 0px 2px 20px;
	background-image: url(/img/new/a_main_link_down_white.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}

.cboxlinkback {
	display:block;
	padding:0px 0px 2px 20px;
/*	background-image: url(/img/new/a_main_link_up.gif); */
	background-image: url(/img/new/a_main_link_left.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}
.cboxlinkbackhor {
	display:block;
	padding:0px 0px 2px 20px;
	background-image: url(/img/new/a_link_back.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}
.cboxlinkbackmir {
	display:block;
	padding:0px 0px 2px 20px;
	background-image: url(/img/new/a_main_link_left.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}
.linkopzeggen {
	display:block;
	padding:0px 0px 2px 20px;
	background-image: url(/img/new/a_link_opzeggen.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}

.linkaanpassen {
	display:block;
	padding:0px 0px 2px 20px;
	background-image: url(/img/new/a_link_aanpassen.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}



.linkup {
	display:block;
	float: right;
	padding:0px 4px 7px 20px;
	background-image: url(/img/new/a_link_up.gif);
	background-repeat: no-repeat;
}

.linkinstelling {
	display:block;
	padding:1px 0px 2px 20px;
	background-image: url(/img/new/a_link_instelling.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}
.linkinstellingvet {
	display:block;
	padding:1px 0px 2px 20px;
	background-image: url(/img/new/a_link_instelling.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	font-weight:bold;
}
span.actief {
	display:block;
	padding:1px 0px 2px 20px;
	background-image: url(/img/new/ico_actief.gif);
	background-repeat: no-repeat;
	margin-top:10px;
	font-weight: bold;
}
span.nactief {
	display:block;
	padding:1px 0px 2px 20px;
	background-image: url(/img/new/ico_nactief.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	font-weight: bold;
}
span.zactief {
	display:block;
	padding:1px 0px 2px 2px;
	margin-top: 10px;
	font-weight: bold;
}
.rowodd .cboxlink {background-image: url(/img/new/a_main_link_grey.gif);}
.rowodd .cboxlinkdownload {background-image: url(/img/new/a_main_link_down_grey.gif);}
.cboxlinkbold  {
	display:block;
	padding:0px 0px 2px 20px;
	color: #000000;
	font-weight: bold;
	background-image: url(/img/new/a_main_link_white.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.tablelink {
	display:block;
	padding:0px 0px 0px 14px;
	background-image: url(/img/new/a_link.gif);
	background-repeat: no-repeat;
	background-position: 7px 4px;
}
.tableheaderlink {
	display:block;
	padding:0px 0px 0px 7px;
	background-image: url(/img/new/a_link_down.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

/* basic content components, text */
/* -------------------------------------------------------------------------- */
h1 {
	color: #ff0000;
	font-size: 150%;
	margin-top: 0px;
	margin-bottom: 21px;
}
.pageheader {
	width: 400px;
	height: 25px;
	background-image: url(/img/new/bg_page_header.gif);
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: 21px;
}
.pageheader h1 {
	width: 400px;
	margin: 3px 0px 0px 0px;
	font-size: 16px;
}
h2 {font-size: 100%;color: #ff0000; margin: 0px 0px 14px 0px;}
h3 {font-size: 100%; margin: 0px 0px 2px 0px;}
h3.h3red {color: #ff0000; margin-bottom: 14px;}
h4 {font-size: 100%; margin: 0px;}
p {margin: 0px 0px 21px 0px;}
a {color: #000000;}
a:hover {color: #ff0000;}
ul {
	margin: 0px 0px 19px 0px;
	padding-left: 14px;
	list-style: url(/img/new/i_bullet_list.gif);
}
ul.linklist {
	padding-left: 8px;
	list-style: url(/img/new/a_link_list.gif);
}
ul.linklist li.arrowdown {
	list-style: url(/img/new/a_link_list_down.gif);
}
li {margin-bottom: 2px;}
.redtext {color:#ff0000}
.greytext {color: #6c6c6c;}

/* dotted lines */
/* -------------------------------------------------------------------------- */
.dotline21, .dotline14, .dotline14red {
	height: 21px;
	width: 400px;
	clear: both;
	background-image: url(/img/new/dotline_grey.gif);
	background-repeat: repeat-x;
}
.dotline14 {height: 14px;}
.dotline14red {height: 14px; background-image: url(/img/new/dotline_red.gif);}

/* left menu */
/* -------------------------------------------------------------------------- */
#menu {
	background-image: url(/img/new/dotline_grey.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 1px;
	margin-bottom: 21px;
    cursor: pointer;
    cursor: hand;
}
#menu div.item, #menu div.itemimg {
	background-image: url(/img/new/dotline_grey.gif);
	background-repeat: repeat-x;
	padding: 6px 0px 5px 0px;
}
#menu div.itemreddot {
	background-image: url(/img/new/dotline_red.gif);
	background-repeat: repeat-x;
	padding: 6px 0px 5px 0px;
}
#menu div.itemopen {
	background-image: url(/img/new/menu/bg_sub.gif);
	padding: 6px 0px 6px 0px;
}
#menu div.itemimg a {
	background-image: none;
	padding:0px;
}
#menu div.itembg {
	background-image: url(/img/new/menu/bg_special.gif);
	background-repeat: repeat-x;
	padding: 10px 0px 10px 0px;
}
#menu a {
	display: block;
	padding: 1px 0px 2px 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-image: url(/img/new/menu/a_normal.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
}
#menu a:hover {color: #ff0000;}
#menu a.open {
	background-image: url(/img/new/menu/a_open.gif);
	background-position: 0px 7px;
}
#menu a.openactive {
	background-image: url(/img/new/menu/a_open_active.gif);
	background-position: 0px 7px;
	color: #ff0000;
}
#menu a.active {
	background-image: url(/img/new/menu/i_bullet_active.gif);
	background-position: 0px 6px;
	color: #ff0000;
}
#menu a.nosub {
	background-image: url(/img/new/menu/i_bullet.gif);
	background-position: 0px 6px;
}
#menu .sublinks {margin-left: 10px;}
#menu .sublinks a {font-weight: normal;}

/* content tables */
/* -------------------------------------------------------------------------- */
.ctabletitle {
	clear:both;
	background-image: url(/img/new/bg_table_title.gif);
	background-repeat: no-repeat;
	padding: 6px 7px 5px 7px;
	font-weight: bold;
}
div.ctable, div.cform {
	width: 394px;
	clear: both;
	padding: 2px;
	border: 1px solid #b6b6b6;
	margin-bottom: 14px;
}
.ctable table {width:394px;border: none;}
.ctable th {
	border: none;
	background-color: #ff0000;
	color: #ffffff;
	padding: 1px 7px 2px 5px;
	border-bottom: 2px solid #ffffff;
	background-image:url(/img/new/dotline_table.gif);
	background-repeat: repeat-y;
}
.ctable td {
	border: none;
	padding: 5px 7px 5px 5px;
	background-image:url(/img/new/dotline_table.gif);
	background-repeat: repeat-y;
}
.ctable td.right,.ctable th.right {text-align:right}
.ctable td.col1,.ctable th.col1 {background-image:none}
.ctable td.col2 {padding-left:30px;}
.ctable tr.roweven, .cform div.roweven {background-color: #ffffff;}
.ctable tr.rowodd {background-color: #eaeaea;}
.ctable tr.rowtotal td{background-color: #cccccc;border-bottom: white 1px solid;}
.ctable tr.rowend td{background-color: #fff;border-top: white 1px dotted;vertical-align:bottom;
	background-image:url(/img/new/dotline_table.gif);
	background-repeat: repeat-x;

}

td.icotekst{padding:5px 0px 0 20px;}
td.icoline{padding:10px 0px 0 0px;}

td.valmid{vertical-align:middle;}
td.valbot{vertical-align:bottom;}

div.cmfitable{
	width: 394px;
	clear: both;
	padding: 0px;
	margin-bottom: 14px;
}
.cmfitable table {width:398px;border: none;}
.cmfitable th {
	border: none;
	background-color: #ff0000;
	color: #ffffff;
	padding: 2px 7px 3px 0px;
}
.cmfitable td {
	border: none;
	padding: 1px 7px 2px 0px;
	border-bottom: 1px solid #A8A8A8;
	vertical-align:middle;
}
.cmfitable tr.roweven, .cform div.roweven {background-color: #ffffff;}
.cmfitable tr.rowodd {background-color: #eaeaea;}
.cmfitable tr.rowtop td{border-top: 1px solid #A8A8A8; background-color: #eaeaea; }
.cmfitable tr.rowlast td{border-bottom: 0px solid red; }
.cmfitable td.sico{width: 15%; text-align:right; }


/* forms */
/* -------------------------------------------------------------------------- */
form {margin: 0px;}
input, textarea, select {font-family: Verdana;font-size: 100%;}
.cform table {width:380px;margin:7px}
.cform table.narrow {width:395px;margin:0px;}
.cform table table {width:356px;margin:0px}
.cform fieldset {
	border: none;
	background-color: #eaeaea;
	padding: 0px 0px 0px 0px;
	border-bottom: 2px solid #ffffff;
	margin: 0px;
}
.cform legend {
	font-weight: bold;
	background: url(/img/new/bg_header.gif) repeat-x;
	border-bottom: 2px solid #ffffff;
	color: #ffffff;
	padding: 6px 0px 6px 0px;
	margin: 0px -7px 0px -7px;
	width: 394px;
	
}
legend span {display:block; margin:0px 7px;width:380px}
.cform fieldset.lastfieldset {border:none;padding-bottom:7px}
.cform div.spacer, .cform p {margin: 0px 7px; padding: 7px 0px; width: 380px;}
.cform div.spacer {padding-bottom: 0px}
.formhide {display: none;}
.cform td{padding: 2px 0px 5px 0px;}
td.slabel{padding:3px 0 0 0; }
.cform td.label{width: 151px;padding: 5px 7px 7px 0px;}
.cform td td.label{width: 127px;}
.cform td.field{width: 200px;}
.cform td.infobtn{width: 15px;padding: 4px 0px 0px 7px;}
.cform td.labelxl{width: 334px; vertical-align:middle}
.cform td.labelxs{width: 126px;padding: 2px 7px 7px 0px; vertical-align:middle}
.cform td.fieldxs{width: 24px; padding:0px;}
.cform td.right{text-align: right;}
.cform td.nopadding{padding: 2px 0px 2px 0px;}
/*
.cform td.marg1{border-left: white 1px solid; padding:5px 10px 5px 10px;}
.cform td.marg2{border-left: #ccc 1px dotted; border-right: #ccc 1px dotted; padding:5px 10px 5px 40px;}
.cform td.marg3{border-right: white 1px solid; padding:5px 10px 5px 10px;}
.cform td.marg4{padding:10px 10px 5px 40px; }*/

.w100pct {width:97%}
.w50pct {width:50%}
.w30pct {width:30%}
.w20pct {width:20%}
.w10pct {width:10%}

.cform tr.roweven {background-color: #ffffff;}
.cform tr.rowodd {background-color: #eaeaea;}
/* tooltips */
/* -------------------------------------------------------------------------- */
.tooltip {
	position: absolute; 
	display: none;
	z-index: 1000;
	left: 0px;
	top: 0px;
}
.tooltipbody {
	width: 167px;
	padding-top:1px;
	background-image: url(/img/new/bg_tooltip_top.gif);
	background-repeat: no-repeat;
}
.tooltiptext {
	background-image: url(/img/new/bg_tooltip_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 7px 7px 15px 7px;
}

.bigtooltip {
	position: absolute; 
	display: none;
	z-index: 1000;
	left: 0px;
	top: 0px;
}
.bigtooltipbody {
	width: 267px;
	padding-top:1px;
	background-image: url(/img/new/bg_bigtooltip_top.gif);
	background-repeat: no-repeat;
}
.bigtooltiptext {
	background-image: url(/img/new/bg_bigtooltip_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 7px 7px 15px 7px;
}

/* content tab navigation */
/* -------------------------------------------------------------------------- */
.cnav {
	width: 400px;
	margin-bottom: 21px;
	height: 20px;
	background-image: url(/img/new/line_grey.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.cnav div {
	position:relative;
	float:left;
	margin-left:-15px;
	z-index:1;
	padding-left:15px;
	background-image:url(/img/new/bg_tab_l.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:10px;
}
.cnav div span {
	display:block;
	padding:3px 29px 5px 0px;
	background-image:url(/img/new/bg_tab_r.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
.cnav div.active {
	background-image:url(/img/new/bg_tab_l_ac.gif);
	padding-left:13px;
	color:#ff0000;
}
.cnav div.active span {
	padding:4px 13px 4px 0px;
	background-image:url(/img/new/bg_tab_r_ac.gif);
}
#cnavtab1 {z-index:10;margin-left:1px;}
#cnavtab2 {z-index:9;}
#cnavtab3 {z-index:8;}
#cnavtab4 {z-index:7;}
#cnavtab1.active ,#cnavtab2.active,#cnavtab3.active,#cnavtab4.active {z-index:100;}

/* special content components */
/* -------------------------------------------------------------------------- */
.cboxphone {
	position: relative;
	margin-bottom: 21px;
}
.phonetitle {
	position:absolute;
	left: 14px;
	top: 25px;
	color: #ff0000;
	font-weight: bold;
}
.phonefeatures {
	position:absolute;
	left: 14px;
	top: 50px;
	width: 250px;
}
.phonefeatures ul {list-style: url(/img/new/i_bullet_list_black.gif);}
.phonepreviews {
	margin-bottom: 14px;
	margin-left:7px;
	height:136px;
}
.phonepreviews div {
	position:relative;
	display: block;
	float:left;
	margin-right:2px;
}
.phonepreviews div div {
	position:absolute;
	left:7px;
	bottom:10px;
}
.cboxlinktoshop {
	position: relative;
	height: 55px;
	width: 400px;
	margin-bottom:21px;
	background-image:url(/img/new/bg_linktoshop.gif);
	float:left;
	margin-left:0px;
	z-index:1;
	padding-left:280px;
	padding-top: 19px;
	background-repeat:no-repeat;
}
.cboxsellingpoint {
	position: relative;
	height: 103px;
	margin-bottom:21px;
}
.cboxsellingpoint div {
	position: absolute;
	top: 39px;
	left: 190px;
}
.cboxsellingpoint2 {
	position: relative;
	height: 103px;
	margin-bottom:21px;
}
.cboxsellingpoint2 div {
	position: absolute;
	top: 19px;
	left: 280px;
}
.rboxsellingpoint {
	width: 157px;
	position:relative;
	margin: 0px 0px 21px 0px;
}
.sellingpointcontent {position:absolute;left:16px;top:80px;width:125px}
.sellingpointbutton {float:right;margin-top:5px;}
.sitemapcol {
	float:left;
	width:175px;
	margin-left: 14px;
}
.sitemapcol div {
	border:1px solid #b6b6b6;
	padding: 7px;
	margin-bottom: 14px;
}
.sitemapcol h3 {
	background-image: url(/img/new/bg_title_sitemap.gif);
	background-repeat:no-repeat;
	margin:0px;
	padding: 6px 7px 5px 7px;
}
.sitemapcol h3 a {color:#ff0000;text-decoration:none}
.sitemapcol ul {margin:0px;}
.sitemapcol ul ul {margin-top: 3px;}
.sitemapcol li {margin-bottom:7px}
.sitemapcol li li {margin-bottom:0px}
.sitemapcol ul a {font-weight:bold}
.sitemapcol ul ul a {font-weight:normal}


.cboxsearcharchive {
	position: relative;
	height: 99px;
	margin-bottom:21px;
}
.cboxsearcharchive div {
	position: absolute;
	top: 40px;
	left: 47px;
}
.thumb {
	display:block;
	float:left;
	background-image: url(/img/bg_thumb.gif);
	background-repeat: no-repeat;
	height:136px;
	width: 95px;
	margin: 0px 2px 7px 0px;
}
.thumb a {
	display: block;
	margin: 6px;
	margin-top:14px;
}
address {
	font-style: normal;
	margin: 0px;
}

.searchresult {
    cursor: pointer;
    cursor: hand;
}
.cboxtitlebar {
	padding:7px 9px 5px 9px;
	height:12px;
	width:172px;
	background-image:url(/img/new/dotted_top.gif);
	font-weight:bold;
}

.cboxgamezoneteaser {
	float:left;
	width:80px;
}




/* ernie */
.cform table table.split{width:200px;margin:0px}
.cform td.restsplit{width: 176px;}
.cform table table.splitxl{width:320px;margin:0px}
.cform td.restsplitxl{width: 296px;}
td.splitxl{padding: 4px 0 3px 3px;}
.loginkader {
background-image:url(/img/new/bg_login1.gif);
background-repeat:no-repeat;
width:402px;
height:175px;
margin-bottom:10px;
padding:1px;
}
.mfiloginkader {
background-image:url(/img/new/mfi_bg_login1.gif);
background-repeat:no-repeat;
width:402px;
height:175px;
margin-bottom:10px;
padding:1px;
}
#loginkader2 {
background-image:url(/img/new/bg_login2.gif);
height:337px;

}

#loginmarge {
background:white;
width:398px;
height:331px;
padding:1px;
}

#loginfoto{
float:left;
margin:2px 1px 2px 1px;
width:131px;
height:167px;
background:white;
voice-family: "\"}\"";
margin:2px 1px 2px 1px;}
html>body #loginfoto {
margin:2px 1px 2px 2px;}



#loginform{
float:right;
background:#c9c9c9;
margin:2px 1px 0 0px;
width:261px;height:167px;
}

#flase{
position:absolute;
margin:170px 2px 2px 2px;
width:384px;height:159px;
}
#login_foto{
position:absolute;
margin:2px 2px 2px 2px;
width:130px;height:167px;
}

.loginkader table, .mfiloginkader table  {
margin:10px 0 0 140px;

}
.loginkader table td, .mfiloginkader table td{
padding:0px 10px 5px 0;
}
.loginkader table td.lnk, .mfiloginkader table td.lnk{
padding:0px 10px 0px 0;
}
.loginkader table td.butt, .mfiloginkader table td.butt{
text-align:right;
height:20px; margin-top:5px
}



#loginkaders {
position:relative;
background:#A8A8A8;
width:400px;
height:173px;
margin-bottom:10px;
}
#loginmarges {
position:absolute;
background:white;
width:398px;
height:171px;
margin:1px;
}

/*
#redblob {
position:absolute;
width:263px; height:167px;
margin:2px 0px 0px 133px;
background-image:url(/img/new/bg_dashboard.gif);
}
*/

#redblob {
position:absolute;
width:263px; height:167px;
margin:2px 0px 0px -1px;
background-image:url(/img/new/bg_dashboard.gif);
voice-family: "\"}\"";
margin:2px 0px 0px -1px;}
html>body #redblob {
margin:2px 0px 0px 133px;}

#redblob1 {
width:263px; height:167px;
margin:2px 0px 0px -1px;
background-image:url(/img/new/bg_dashboard.gif);
voice-family: "\"}\"";
margin:2px 0px 0px -1px;}
html>body #redblob {
margin:2px 0px 0px 133px;}

#loginform table {
margin:10px 0 0 10px;
}
#loginform table td {
padding:0px 10px 5px 0;
}
#loginform table td.lnk {
padding:0px 10px 0px 0;
}
#loginform table td.butt {
text-align:right;
height:20px; margin-top:5px
}





#fourcol{ height:183px; width:397px; margin-bottom:10px;}
div.smallcol{position:absolute;width:90px;height:183px;background-image:url(/img/new/mf_kader_teaser.gif);margin:0; padding:0;}
.smallcol div.main{margin:7px;}
.smallcol div.foot{position:absolute;margin:84px 0px 0px 0px; padding:0; height:97px;}
.foot div.tease{position:absolute;margin:30px 0px 0px -4px; padding:0;clear: both; height:67px;	
voice-family: "\"}\"";
margin:30px 0px 0px -4px;}
html>body .foot div.tease {
margin:30px 0px 0px 3px;}
#twocol{ position:relative; clear: both; width:397px; margin-bottom:10px;}
div.midcol{position:relative;width:190px;margin-left:2px;}
ul.linklist2 {
	margin-left: 15px;
	list-style: url(/img/new/a_link_list.gif);
}
.threecol{
height:267px; width:399px; margin-bottom:0px; 
}
.midicol{
position:absolute;width:133px;height:257px;background-image:url(/img/new/mfi_bg_telefoon.gif);margin:0; padding:0;background-repeat:no-repeat;
}
.threeboxcol{
height:320px; width:399px; margin-bottom:10px; 
}
.threeboxcol_small{
height:270px; width:399px; margin-bottom:10px; 
}
.boxcol{
position:absolute;
width:133px;

margin:0; padding:0;
}
.mfi_boxtop{
white-space:nowrap;
background-image:url(/img/new/mfi_box-top.gif);background-repeat:no-repeat;
width:130px;height:33px;
padding:10px 0 0 10px; margin:0px;
color:white;font-weight:bold;
voice-family: "\"}\"";
height:23px;}
html>body .mfi_boxtop {
height:23px;}

.mfi_boxmidden{
background-image:url(/img/new/mfi_box-middle.gif);background-repeat:no-repeat;
width:130px;height:111px;
padding:0 3px 0 3px; margin:0px;
}

.mfi_boxonder{
background-image:url(/img/new/mfi_box-bottom.gif);background-repeat:repeat-y;
width:130px;height:100px;
padding:0px 8px 10px 8px; margin:0px;
voice-family: "\"}\"";
width:117px;}
html>body .mfi_boxonder {
width:117px;}

.threeboxcol .mfi_boxonder{
height:150px;
}
.mfi_boxborder1{
background-image:url(/img/new/mfi_box-border1.gif);background-repeat:no-repeat;
width:133px;height:15px;
padding:0; margin:0px;
}
.mfi_boxborder2{
background-image:url(/img/new/mfi_box-border2.gif);background-repeat:no-repeat;
width:133px;height:10px;
padding:0; margin:0px;
}

img.schermpje {
margin: 33px 16px 55px 16px;
}

div.barblok{
background-image:url(/img/new/mfi_choosephone_action.gif);background-repeat:no-repeat;
width:150px; height:106px;
padding:4px;
margin: 0px 0px 2px 0px;
}
.white, a:hover.white, a:visited.white {color:white;}

.cboxlinkgrey {
	display:block;
	padding:0px 0px 2px 20px;
	background-image: url(/img/new/a_main_link_grey.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}

.cboxlinkgreyintimate {
	display:block;
	padding:0px 0px 2px 20px;
	background-image: url(/img/new/a_main_link_grey.gif);
	background-repeat: no-repeat;
	margin-top: 3px;
}
.instellen{
	display: block;
	padding: 0px 0px 2px 20px;
	background-image: url(/img/new/a_link_instelling.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}
#toolsright_mf{
position: absolute;top: 0px;left: 581px;height: 30px;
background:#A8A8A8; width:177px; padding:5pt 0 0 3pt;
voice-family: "\"}\"";
height:24px;width:174px;}
html>body toolsright_mf {
height:24px;width:174px;}

.staafdiagram	{
width: 392px;
height: 100px;
background-image:url(/img/new/bg-bar.jpg);
background-repeat: no-repeat;
padding:20px 8px 8px 8px;
}


.staafdiagram_gr	{
width: 392px;
height: 150px;
background-image:url(/img/new/bg-bar_groot.jpg);
background-repeat: no-repeat;
padding:20px 8px 8px 8px;
}

.barsmall{
width: 390px;
height: 40px;
background-image:url(/img/new/bg-bar_klein.jpg);
background-repeat: no-repeat;
padding: 20px 10px 10px 10px;
}

.barmedium{
width: 390px;
height: 80px;
background-image:url(/img/new/bg-bar_medium.jpg);
background-repeat: no-repeat;
padding: 20px 10px 10px 10px;
}
.barmedium2{
width: 399px;
height: 80px;
background-image:url(/img/new/bg-bar_medium.jpg);
background-repeat: no-repeat;
padding: 10px 10px 10px 0px;
}
.previewwallpaper{
float:left;
width: 120px;
height: 120px;
background-image:url(/img/new/bg_previewwallpaper.gif);
background-repeat: no-repeat;
padding: 10px 10px 10px 10px;
}

ul.bigtip {
	margin: 0px 0px 0px 0px;
	padding-left: 14px;
	list-style: url(/img/new/ico_kommaatje.gif);
}
li.bigtip {
	margin: 10px 0px 0px 0px;
	padding-left: 5px;
}
.bigtooltiptext ul {
	margin-bottom:0px;
}


b.loggedinnaam {color:#333333;}

span.rechterbut {
float:right; margin-right:15px;
}
span.luidkeels{
color:black; font-size:1.5em; font-weight:bold;
}
.telefon{margin: 0 0 0 70px;}
/* wijzigingen voor Business Portal */

.cform .bundel select {
	width: 145px;
}

.dag {
	width: 40px;
}

.login_bp_kader {
background:url(/img/new/bg_login2.gif) no-repeat;
padding: 3px 2px 2px 3px;
height:337px;

}

.login_bp {
background:url(/img/business/bg_bp_login.jpg) no-repeat;
height:167px;
width: 384px;
margin: 0px;
padding: 0px;
}

#login_bp table {
	position: relative;
	top: 46px;
	left: 137px;
	padding: 0px;
	margin: 0px;
}

#login_bp_small {
background:url(/img/business/bg_bp_login.jpg) no-repeat;
height:167px;
width: 384px;
margin: 0px;
padding: 0px;
position: relative;
left: 2px;
top: 2px;
}

#login_bp_small table {
	position: relative;
	top: 46px;
	left: 137px;
	padding: 0px;
	margin: 0px;
}

#login_bp_pic {
	padding-top: 1px;
}

.login_bp_kader table {
margin:10px 0px 0px 140px;

}
.login_bp_kader table td {
	padding:0px 10px 5px 0px;
}
.login_bp_kader table td.lnk {
	padding:0px 5px 0px 0px;
}
.login_bp_kader table td.butt {
	text-align:right;
	height:20px; 
	margin-top:5px
}

.cboxlinkgreyintimate2 {
	display: block;
	padding:0px 0px 7px 20px;
	background-image: url(/img/business/a_main_link_grey2.gif);
	background-repeat: no-repeat;
}

.ctablebreedtitle {
	clear:both;
	background-image: url(/img/business/bg_tablebreed_title.gif);
	background-repeat: no-repeat;
	padding: 18px 7px 14px 7px;
}
div.ctablebreed, div.cformbreed {
	width: 568px;
	clear: both;
	padding: 2px;
	border: 1px solid #b6b6b6;
	margin-bottom: 14px;
}
.ctablebreed table {width:568px;border: none;}
.ctablebreed th {
	border: none;
	color: #ffffff;
	padding: 0px;
	border-bottom: 2px solid #ffffff;
	background-image:url(/img/new/dotline_table.gif);
	background-repeat: repeat-y;
}
.ctablebreed td {
	border: none;
	padding: 15px 7px 17px 5px;
	background-image:url(/img/new/dotline_table.gif);
	background-repeat: repeat-y;
}
.ctablebreed td.right,.ctablebreed th.right {text-align:right}
.ctablebreed td.col1,.ctablebreed th.col1 {background-image:none}
.ctablebreed td.col2 {padding-left:30px;}
.ctablebreed tr.roweven, .cformbreed div.roweven {background-color: #ffffff;}
.ctablebreed tr.rowodd {background-color: #eaeaea;}
.ctablebreed tr.rowtotal td{background-color: #cccccc;border-bottom: white 1px solid;}
.ctablebreed tr.rowend td{background-color: #fff;border-top: white 1px dotted;vertical-align:bottom;
	background-image:url(/img/new/dotline_table.gif);
	background-repeat: repeat-x;

}

.ctablebreed td.col1 input {
	margin-left: 5px;
}

.ctablebreed .bgleft_th {
	background: url(/img/new/bg_header.gif) repeat-x;
	margin: 0px;
	padding: 3px 0px 1px 7px;
}

.ctablebreed .bgleft_th_empty {
	background: url(/img/new/bg_header.gif) repeat-x;
	margin: 0px;
	height:23px;
}
	
.ctablebreed .bg_th {
	background: url(/img/new/bg_header.gif) repeat-x;
	margin-right: 3px;
	padding: 3px 0px 0px 7px;
	position: relative;
	left: 3px;
}

.ctablebreed .bgleft_th a {
	color:#ffffff;
	text-decoration: none;
}

.ctablebreed .bgleft_th a:hover {
	text-decoration: underline;
}

.ctablebreed .bg_th a {
	color:#ffffff;
	text-decoration: none;
}

.ctablebreed .bg_th a:hover {
	text-decoration: underline;
}

.ctablebreed_afgerond {
	display: block;
	padding:0px 0px 7px 20px;
	background-image: url(/img/business/a_afgerond.gif);
	background-repeat: no-repeat;
}

.ctablebreed_on_hold {
	display: block;
	padding:0px 0px 7px 20px;
	background-image: url(/img/business/a_on_hold.gif);
	background-repeat: no-repeat;
}

.ctablebreed_in_behandeling {
	display: block;
	padding:0px 0px 7px 20px;
	background-image: url(/img/business/a_in_behandeling.gif);
	background-repeat: no-repeat;
}

.bg_title_toestel {
	clear:both;
	display: block;
	background-image: url(/img/business/bg_title_toestel.gif);
	background-repeat: no-repeat;
	padding: 10px 7px 16px 7px;
	margin-bottom: 10px;
	font-weight: bold;
}

.kader_toestel {
	margin-bottom: 16px;
}

.kader_toestel_left {
	border: 1px solid #cccccc;
	border-width: 1px 1px 1px 0px;
	padding: 0px 0px 21px 0px;
}

.kader_toestel_right {
	border: 1px solid #cccccc;
	border-width: 1px 0px 1px 1px;
	padding: 0px 0px 21px 0px;
}

.toestel_content {
	padding-left: 7px;
}

.printform th {
	border: 1px solid #cccccc;
	color: #FFFFFF;
	background-color: #FF0000;
	vertical-align: baseline;
	text-align: left;
}

.printformulier {
	font-size: 11px;
	color: #000000;
}

.printformulier h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

.printformulier h2 {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}

.printformulier .adres {
	padding-top: 33px;
}

.printformulier .lijn {
	border-bottom: 1px solid #000000;
	padding-top: 7px;
	width: 450px;
	margin-bottom: 19px;
}

.printformulier .footer {
	font-size: 10px;
}

div.smallcol2{position:absolute;width:90px;height:183px;background-image:url(/img/business/mf_kader_teaser_gradient.gif);margin:0; padding:0;}
.smallcol2 div.main{margin: 4px 2px 2px 4px;}
.smallcol2 div.main img {margin-bottom: 4px;}
.smallcol2 div.foot{position:absolute;margin:140px 0px 0px 1px; padding:0;}
.foot div.tease{position:absolute;margin:40px 0px 0px 6px; padding:0;clear: both; height:67px;	
voice-family: "\"}\"";
margin:30px 0px 0px -3px;}
html>body .foot div.tease {
margin:30px 0px 0px 3px;}

.afterlogin_titel {
	
	background: #eaeaea;
	padding: 30px 6px 25px 6px;
}

.afterlogin_footer {

	background: #eaeaea;
	padding: 13px 0px 15px 6px;
}

.afterlogin_bg_th {
	display: block;
	background: url(/img/business/afterlogin_bg_th.gif) repeat-x;
	padding: 8px 7px 9px 7px;
}

.afterlogin_uitleg {
	padding-bottom: 20px;
}

.afterlogin_uitleg img {
	vertical-align: bottom;
}

.linkinstelling2 {
	padding:1px 0px 2px 20px;
	background-image: url(/img/new/a_link_instelling.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}

div.ctable_afterlogin {
	width: 400px;
	clear: both;
	margin-bottom: 11px;
}

div.ctable_afterlogin_inner {
	padding: 2px;
	border: 1px solid #b6b6b6;
}

.afterlogin_item1 {
	background: url(/img/business/bg_zoek_een_pukcode.gif) no-repeat;
	width: 157px;
	height: 175px;
	margin-bottom: 14px;
}

.afterlogin_item1 .text {
	position: relative;
	top: 55px;
	left: 10px;
	color: #666666;
	width:137px;
}

.afterlogin_item2 {
	background: url(/img/business/bg_blokkernummer.gif) no-repeat;
	width: 157px;
	height: 175px;
	margin-bottom: 14px;
}

.afterlogin_item2 .text {
	position: relative;
	top: 55px;
	left: 10px;
	color: #666666;
	width:137px;
}


#toolbar2 {position: relative;background: url(/img/business/toolbar_bg_before_inlog.gif) repeat-x;height: 30px;border-bottom: 1px solid #a8a8a8;}
#toolscenter2 {position: absolute;top: 0px;left: 171px;height: 30px;}
.loggedinnaam2 {color:#ffffff; font-size: 11px; padding-top: 2px;}
#toolsright_mf2{
position: absolute;top: 0px;left: 581px;height: 24px;
background: url(/img/business/bg_toolsright_mf2.gif) repeat-x; width:174px; padding:5pt 0 0 3pt;
}
.ctablesmaltitle {
	clear:both;
	background-image: url(/img/new/bg_table_title.gif);
	background-repeat: no-repeat;
	padding: 11px 7px 10px 7px;
}
div.ctablesmal, div.cformsmal {
	width: 394px;
	clear: both;
	padding: 2px;
	border: 1px solid #b6b6b6;
	margin-bottom: 14px;
}
.ctablesmal table {width:394px;border: none; font-weight: normal;}
.ctablesmal th {
	border: none;
	color: #ffffff;
	padding: 0px;
	border-bottom: 2px solid #ffffff;
	background-image:url(/img/new/dotline_table.gif);
	background-repeat: repeat-y;
}
.ctablesmal td {
	border: none;
	padding: 11px 7px 12px 5px;
	background-image:url(/img/new/dotline_table.gif);
	background-repeat: repeat-y;
}
.ctablesmal td.right,.ctablesmal th.right {text-align:right}
.ctablesmal td.col1,.ctablesmal th.col1 {background-image:none}
.ctablesmal td.col2 {padding-left:30px;}
.ctablesmal tr.roweven, .cformsmal div.roweven {background-color: #ffffff;}
.ctablesmal tr.rowodd {background-color: #eaeaea;}
.ctablesmal tr.rowtotal td{background-color: #cccccc;border-bottom: white 1px solid;}
.ctablesmal tr.rowend td{background-color: #fff;border-top: white 1px dotted;vertical-align:bottom;
	background-image:url(/img/new/dotline_table.gif);
	background-repeat: repeat-x;

}

.ctablesmal .bgleft_th {
	background: url(/img/new/bg_header.gif) repeat-x;
	margin: 0px;
	padding: 3px 0px 1px 7px;
}

.ctablesmal .bg_th {
	background: url(/img/new/bg_header.gif) repeat-x;
	margin-right: 3px;
	padding: 3px 0px 0px 7px;
	position: relative;
	left: 3px;
}

.ctablesmal .bg_th_empty {
	background: url(/img/new/bg_header.gif) repeat-x;
	margin-right: 3px;
	height:23px;
	position: relative;
	left: 3px;
}

.ctablesmal .bg_th_empty2 {
	background: url(/img/new/bg_header.gif) repeat-x;
	padding: 7px 8px 6px 8px;
	position: relative;
	left: 0px;
}

.ctablesmal .bgleft_th a {
	color:#ffffff;
	text-decoration: none;
}

.ctablesmal .bgleft_th a:hover {
	text-decoration: underline;
}

.ctablesmal .bg_th a {
	color:#ffffff;
	text-decoration: none;
}

.ctablesmal .bg_th a:hover {
	text-decoration: underline;
}

.bg_toestel_footer {
	width: 400px;
	height: 124px;
	background-image: url(/img/business/bg_toestel_footer.gif);
	background-repeat: no-repeat;
	margin: 10px 0px;
}

.bg_aankeiler_breed {
	width: 574px;
	height: 37px;
	background-image: url(/img/business/bg_aankeiler_breed.gif);
	background-repeat: no-repeat;
	margin: 10px 0px;
}


.dotline_574 {
	height: 21px;
	width: 574px;
	clear: both;
	background-image: url(/img/new/dotline_grey.gif);
	background-repeat: repeat-x;
}

.winkelmandje {
	width: 157px;
	height: 170px;
	background-image: url(/img/business/bg_winkelmandje.gif);
	background-repeat: no-repeat;
}

.winkelmandje .tekst {
	padding: 55px 12px 10px 15px;
}

.cboxlinkwijzig {
	display:block;
	padding:0px 0px 2px 20px;
	background-image: url(/img/bussiness/a_main_link_wijzig.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}

.cboxlinkverwijder {
	display:block;
	padding:0px 0px 2px 20px;
	background-image: url(/img/bussiness/a_main_link_verwijder.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}

.footnotesbreed {
	width: 550px;
	margin: -10px 0px 4px 0px;
	color: #6c6c6c;
}

.articletitle1 {
	font-size: 21px;
	font-family: helvetica, verdana, arial;
	font-weight: normal;
	height:25px;
	background-image:url(/img/bg_cnt_h1.gif);
}
.articletitle2 {
	font-size: 21px;
	font-family: tahoma, helvetica, verdana, arial;
	font-weight: normal;
	height:25px;
	background-image:url(/img/bg_cnt_h1.gif);
}.articletitle3 {
	font-size: 21px;
	font-family: tahoma, helvetica, verdana, arial;
	font-weight: normal;
	height:25px;
	background-image:url(/img/bg_cnt_h1.gif);
}.articletitle4 {
	font-size: 21px;
	font-family: tahoma, helvetica, verdana, arial;
	font-weight: normal;
	height:25px;
	background-image:url(/img/bg_cnt_h1.gif);
}.articletitle5 {
	font-size: 21px;
	font-family: tahoma, helvetica, verdana, arial;
	font-weight: normal;
	height:25px;
	background-image:url(/img/bg_cnt_h1.gif);
}

td.tutchHomepageMainPromotionColumn1 {      
  color: #FFFFFF;
  font-weight: normal;
  padding-left:8px; 
  width:15px;
  height: 25px;
}
td.tutchHomepageMainPromotionColumn2{      
  color: #FFFFFF;
  font-weight: normal;
  width:200px;          
  height: 25px;
}
td.tutchHomepageMainPromotionColumn3 {      
  width:204px;
}
td.tutchHomepageMainPromotionTopRow {
  height:40px;
}
table.tutchHomepageMainPromotion {
  background-repeat:no-repeat; 
  width:404px;
  height:179px;
}
a.tutchHomepagePromotion:link {
  color: #FFFFFF;
}
a.tutchHomepagePromotion:visited {
  color: #FFFFFF;
}

#topupSmall {
  background:url("/img/new/topup/large.gif") no-repeat 0 0;
  height:230px;
  margin:0;
  overflow:hidden;
  padding:0 10px;
  text-align:left;
  vertical-align:bottom;
  width:137px
}

#topupSmall input {
  font:10px Verdana, sans-serif;
  font-weight:700;
  height:14px;
  margin:103px 0 0 20px;
  padding:0 3px;
  vertical-align:center;
  width:107px
}

#topupSmall select {
  float:left;
  font:10px Verdana, sans-serif;
  font-weight:700;
  margin:8px 0 0;
  padding:0;
  width:100%
}

#topupPre {
  background:url("/img/new/topup/small.gif") no-repeat 0 0;
  height:106px;
  margin:0;
  overflow:hidden;
  padding:0 10px;
  text-align:left;
  vertical-align:bottom;
  width:137px
}

#topupPre select {
  float:left;
  font:10px Verdana, sans-serif;
  font-weight:700;
  margin:80px 0 0;
  padding:0;
  width:100%
}

.button-red a,.button-red input {
background:url("/img/new/buttons/b_left_red.gif") no-repeat left top;
border:0;
color:#fff;
display:block;
float:none;
font-weight:700;
letter-spacing:0;
padding:2px 7px 4px 20px;
text-decoration:none
}

.button-red span {
background:url("/img/new/buttons/b_right_red.gif") no-repeat right top;
float:left;
margin:0;
padding:0 5px 0 0;
vertical-align:center
}

.button-gray a,.button-gray input {
background:url("/img/new/buttons/b_left_gray.gif") no-repeat left top;
border:0;
color:#fff;
display:block;
float:none;
font-weight:700;
letter-spacing:0;
padding:2px 7px 4px 20px;
text-decoration:none
}

.button-gray span {
background:url("/img/new/buttons/b_right_gray.gif") no-repeat right top;
float:left;
margin:0;
padding:0 5px 0 0;
vertical-align:center
}

.button-red,.button-gray {
float:right;
font-size:10px;
line-height:normal;
margin:0;
padding:0
}

.button-red a:hover,.button-gray a:hover {
color:#fff
}

.newform {
margin:0;
padding:0;
width:385px
}

.newform fieldset {
border:none;
margin:0;
padding:0
}

.newform fieldset.lastfieldset {
border:none;
padding-bottom:7px
}

.newform div.spacer,.newform p {
margin:0 7px;
padding:7px 0
}

.newform div.spacer {
padding-bottom:0
}

.formhide {
display:none
}

.newform td {
padding:2px 0 5px
}

.newform td.label {
padding:5px 15px 7px 0;
width:100px
}

.newform td td.label {
width:127px
}

.newform td.field {
width:230px
}

.newform td.infobtn {
padding:4px 0 0 2px;
text-align:center;
width:15px
}

.newform td.labelxl {
vertical-align:middle
}

.newform td.labelxs {
padding:2px 7px 7px 0;
vertical-align:middle;
width:126px
}

.newform td.fieldxs {
padding:0;
width:24px
}

.newform td.right {
text-align:right
}

.newform table,.newform table.narrow,.newform table table {
margin:0
}

#logon {
background:url('/img/business/logon-repeat.gif') repeat-y left top;
overflow:hidden;
width:405px
}

#logon-top {
background:url('/img/business/logon-duo.gif') no-repeat left top;
heigth:90px;
padding:15px 10px 0
}

#logon-top h2 {
background:url('/img/business/myvfzakelijk.gif') no-repeat left top;
height:34px;
overflow:hidden;
text-indent:-1000em;
width:240px
}

#logon-form {
padding:0 10px
}

#logon-bottom {
background:url('/img/business/logon-duo.gif') no-repeat left bottom;
heigth:90px;
padding:0 10px 10px 160px
}

/* 
 * CSS for Splash Page */
 */
 
body#splash-page
{
	background:#eaeaea
}

#splash-page *
{
	list-style:none;
	margin:0;
	padding:0
}

#splash-page a:focus { -moz-outline-style: none; }

#splash-page #container
{
	background:transparent;
	margin:29px auto;
	width:734px
}

#splash-page #header
{
	background:red url(/Vodafone/gfx/splash/splash-page-header-background.gif) 0 0 no-repeat;
	height:63px;
	overflow:hidden
}

#splash-page #header h1#logo-s
{
	float:left;
	height:31px;
	margin:20px 15px;
	position:relative;
	width:158px
}

#splash-page #header h1#logo-s a,
#splash-page #header h3#tagline a
{
	background:url(/Vodafone/gfx/splash/splash-page-header-logo.gif) 0 0 no-repeat;
	height:100%;
	position:absolute;
	width:100%
}

#splash-page #header h3#tagline
{
	float:right;
	height:31px;
	margin:20px 15px;
	position:relative;
	width:148px
}

#splash-page #header h3#tagline a
{
	background:url(/Vodafone/gfx/splash/splash-page-header-tagline.gif) 0 0 no-repeat }

#splash-page #bar
{
	background:#ababab url(/Vodafone/gfx/splash/splash-page-bar-background.gif) 0 0 no-repeat;
	height:32px
}

#splash-page #bar ul li
{
	background:none;
	float:left;
	list-style-type:none;
	margin:0;
	padding:0
}

#splash-page #bar ul li a#english
{
	background:url(/Vodafone/gfx/splash/splash-page-bar-english.gif) 0 0 no-repeat;
	display:block;
	float:left;
	height:18px;
	margin:8px 0 0 15px;
	text-decoration:none;
	width:48px
}

#splash-page #bar ul li a#about
{
	background:url(/Vodafone/gfx/splash/splash-page-bar-about.gif) 0 0 no-repeat;
	display:block;
	float:left;
	height:18px;
	margin:8px 0 0 15px;
	text-decoration:none;
	width:89px
}

#splash-page #bar ul li#search
{
	float:right;
	height:17px;
	margin-top:5px;
	padding:0 15px;
	vertical-align:middle
}

#splash-page #bar ul li#search input#search-field
{
	background:#fff url(/Vodafone/gfx/splash/splash-page-bar-search-field-background.gif) 0 0 repeat-x;
	border:1px solid;
	border-color:#404040 #d4d0c8 #d4d0c8 #404040;
	color:#666;
	font:9px Verdana, Arial, Helvetica, sans-serif;
	font-weight:700;
	padding:2px
}

#splash-page #bar ul li#search input#search-button
{
	height:17px;
	margin:0;
	padding:0;
	vertical-align:middle;
	width:84px
}

#splash-page #content
{
	background:#fff url(/Vodafone/gfx/splash/splash-page-content-top.gif) 0 0 no-repeat }

#splash-page #content ul
{
	height:268px;
	position:relative;
	width:367px
}

#splash-page #content ul li
{
	list-style:none;
	position:absolute
}

#splash-page #content ul li,
#splash-page #content ul a
{
	display:block;
	height:100%;
	width:100%
}

#splash-page #content ul#personal
{
	background:transparent url(/Vodafone/gfx/splash/splash-page-content-sprites.jpg) 0 0 no-repeat;
	float:left
}

#splash-page #content ul#business
{
	background:transparent url(/Vodafone/gfx/splash/splash-page-content-sprites.jpg) -367px 0 no-repeat;
	float:right
}

#splash-page #content ul#personal li,
#splash-page #content ul#business li
{
	left:0;
	width:367px
}

#splash-page #content ul#personal li.link-1 h2,
#splash-page #content ul#business li.link-1 h2
{
	height:91px;
	top:0
}

#splash-page #content ul#personal li.link-2,
#splash-page #content ul#business li.link-2
{
	height:29px;
	top:91px
}

#splash-page #content ul#personal li.link-3,
#splash-page #content ul#business li.link-3
{
	height:29px;
	top:120px
}

#splash-page #content ul#personal li.link-4,
#splash-page #content ul#business li.link-4
{
	height:29px;
	top:149px
}

#splash-page #content ul#personal li.link-5,
#splash-page #content ul#business li.link-5
{
	height:29px;
	top:178px
}

#splash-page #content ul#personal li.link-6,
#splash-page #content ul#business li.link-6
{
	height:29px;
	top:206px
}

#splash-page #content ul#personal li.link-7,
#splash-page #content ul#business li.link-7
{
	height:33px;
	top:235px
}

#splash-page #content ul#personal li.link-1 h2 a:hover
{
	background:transparent url(/Vodafone/gfx/splash/splash-page-content-sprites.jpg) 0 -268px no-repeat }

#splash-page #content ul#business li.link-1 h2 a:hover
{
	background:transparent url(/Vodafone/gfx/splash/splash-page-content-sprites.jpg) -367px -268px no-repeat }

#splash-page #content ul#personal li.link-2 a:hover
{
	background:transparent url(/Vodafone/gfx/splash/splash-page-content-sprites.jpg) 0 -359px no-repeat }

#splash-page #content ul#business li.link-2 a:hover
{
	background:transparent url(/Vodafone/gfx/splash/splash-page-content-sprites.jpg) -367px -359px no-repeat }

#splash-page #content ul#personal li.link-3 a:hover
{
	background:transparent url(/Vodafone/gfx/splash/splash-page-content-sprites.jpg) 0 -388px no-repeat }

#splash-page #content ul#business li.link-3 a:hover
{
	background:transparent url(/Vodafone/gfx/splash/splash-page-content-sprites.jpg) -367px -388px no-repeat }

#splash-page #content ul#personal li.link-4 a:hover
{
	background:transparent url(/Vodafone/gfx/splash/splash-page-content-sprites.jpg) 0 -417px no-repeat }

#splash-page #content ul#business li.link-4 a:hover
{
	background:transparent url(/Vodafone/gfx/splash/splash-page-content-sprites.jpg) -367px -417px no-repeat }

#splash-page #content ul#personal li.link-5 a:hover
{
	background:transparent url(/Vodafone/gfx/splash/splash-page-content-sprites.jpg) 0 -446px no-repeat }

#splash-page #content ul#business li.link-5 a:hover
{
	background:transparent url(/Vodafone/gfx/splash/splash-page-content-sprites.jpg) -367px -446px no-repeat }

#splash-page #content ul#personal li.link-6 a:hover
{
	background:transparent url(/Vodafone/gfx/splash/splash-page-content-sprites.jpg) 0 -474px no-repeat }

#splash-page #content ul#business li.link-6 a:hover
{
	background:transparent url(/Vodafone/gfx/splash/splash-page-content-sprites.jpg) -367px -474px no-repeat }

#splash-page #content ul#personal li.link-7 a:hover
{
	background:transparent url(/Vodafone/gfx/splash/splash-page-content-sprites.jpg) 0 -503px no-repeat }

#splash-page #content ul#business li.link-7 a:hover
{
	background:transparent url(/Vodafone/gfx/splash/splash-page-content-sprites.jpg) -367px -503px no-repeat }

#splash-page #internal-banners
{
	margin:0px;
	background: white url(/Vodafone/gfx/splash/splash-page-content-bottom.gif) bottom left no-repeat;
	padding:6px 3px 0 3px;
	height:100px;
	clear:both;
}

#splash-page #banner-personal 
{	
	float:left;
}

#splash-page #banner-business 
{
	float:right;
}

#splash-page #footer-s
{
	padding:6px 0 0 0;
}

#splash-page #footer-s p
{
	background:#eaeaea;
	color:#333;
	font:9px Verdana, Arial, Helvetica, sans-serif;
	text-align:right
}

#splash-page #footer-s a,
#footer-s a:visited
{
	color:#333
}

#splash-page #footer-s a:hover
{
	border-bottom: 1px solid #333;
	text-decoration: none
}

#splash-page #header h1#logo-s span,
#splash-page #header h3#tagline span,
#splash-page #bar ul li a span,
#splash-page #content ul li a span
{
	display:none
}

.login-form-small-header {
	background: url('/img/new/myvodafone/login/header_inloggen.gif') no-repeat 0 0; 
	height: 32px; 
	width: 157px;
}
.login-form-small-outside-header {
	background: url('/img/new/myvodafone/login/header_inloggen_outside.gif') no-repeat 0 0; 
	height: 32px; 
	width: 157px;
}
.login-form-small-body {
	background-color: #cbcbcb; 
	padding: 12px; 8px; 0px; 8px;
}
.login-form-small-footer {
	background: url('/img/new/myvodafone/login/bottom_inloggen.gif') no-repeat 0 0; 
	height: 12px; 
	width: 157px;
}
/* 
--------------------------------------------------------------------------------------

2.0 HEADER	-	Layout
--------------------------------------------------------------------------------------
*/

#header
{
	background:#cacaca url(img/container-hi.gif)  0 1px no-repeat;
	padding:10px 0 0 10px;
	text-align:left;
	height:100px;
	overflow:hidden;
	
}

	
#header #segments {
	list-style: none;
	height: 21px;
	display: inline;
	overflow: hidden;
	width: 516px;
	margin:0;
	padding:0;
	}
	
#header #segments li {
	display: inline;
	list-style-type: none
	}

#header #segments a {
	float: left;
	padding: 21px 0 0 0;
	margin-bottom:5px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:21px /* for IE5/Win */
	}
	
#header #segments a:hover {
	background-position: 0 -42px
	}

#header #segments a:active, 
#header #segments a.selected,
#header #segments a.selected:hover {
	background-position: 0 -21px
	}	
		
#segments-prive a {
	width: 103px;
	background: url(img/header-segments-prive.png) top left no-repeat
	}

#segments-ondernemers a  {
	width: 103px;
	background: url(img/header-segments-ondernemers.png) top left no-repeat
	}

#segments-mkb a  {
	width: 103px;
	background: url(img/header-segments-mkb.png) top left no-repeat
	}

#segments-zakelijk a  {
	width: 103px;
	background: url(img/header-segments-zakelijk.png) top left no-repeat
	}

#segments-over-vodafone a  {
	width: 104px;
	background: url(img/header-segments-over-vodafone.png) top left no-repeat
	}
	
#header #logo
{
	width:100%;
	margin-left:10px;
	padding: 15px 0 0 0;
	margin-bottom:0px;
}

#header #logo h1
{
	height:36px;
	position:relative;
	text-indent:-9999px;
	width:184px
}

#header #logo h1 a
{
	background:url(img/header-logo.gif) no-repeat;
	height:36px;
	left:0;
	position:absolute;
	top:0;
	width:184px
}

/* used by nummerbeheer */
.ctable .bg_th a {
	color:#ffffff;
	text-decoration: none;
}

.ctable .bg_th a:hover {
	text-decoration: underline;
}

.ctable .bg_th {
	background: url(/img/new/bg_header.gif) repeat-x;
	margin-right: 3px;
	padding: 3px 0px 0px 7px;
	position: relative;
	left: 3px;
}
	
/* Personal Assistant and Cockpit styles */
/* -------------------------------------------------------------------------- */
div#maincol {
	padding-bottom: 20px;
	}
h2#hdr_personalassistant {
	background: url('/img/new/hdr_personalassistant.gif') left top
		no-repeat;
	width: 208px;
	height: 15px;
	margin: 0 0 5px 0;
	padding: 0;
	text-indent: -2000px;
}

span#initial, div.body_initial {
	background-color: #f2f4f6;
	border-bottom: 1px solid #7b8fa7;
	padding: 7px 5px 5px 9px;
	margin-bottom: 5px;
	display: block;
}
span#preferredTab  {
	width: 100%;
	padding-top: 5px;
	display: block;
}
span#preferredTab form {
	width: 100%;
	white-space: nowrap;
}
span.pa {
	width: 100%;
	display: none;
	clear: both;
	padding-bottom: 5px;
}

select.paSelect {
	width: 140px;
/*	float: right; */
	height: 18px;
}
span#initial select.paSelect {
	margin: -12px 175px 4px 0;
	float: right; 
}
span#suggest-span select.paSelect {
	margin-top: 1px;
	width: 100%;
}
span.pa_info {
	color: #666666;
	font-size: 10px;
	padding: 0;
	margin: -30px 0 4px 0;
	float: left;
}

span#initial span.pa_info {
	white-space: nowrap;
}

span#initial input.checkbox {
	margin: 4px 6px 0 0;
	padding: 0;
}

/*
Hieronder de styling van de knop continue / uitvoeren,
als er in de html een css-class aan zou kunnen is dat netter

To avoid the flickering in IE6 some workarounds are available 
http://www.fivesevensix.com/studies/ie6flicker/	
Unfortunately they don't work, so added an extra span around the button, 
which contains the background image (see pa.js)
*/
span#initial span.continuebutton {
	background: url('/img/new/pa/pa_btn_off.gif') left top no-repeat;
	width: 95px;
	height: 19px;
	position: relative;
	left: 295px;
	display: block;

}

span#initial span.pa a {
	width: 95px;
	height: 19px;

	border: 0px none;
	color: #f7f5f6;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
	padding: 2px 15px 2px 10px;
	vertical-align: middle;
	cursor: pointer;
	margin: 7px 0 0 0px;
	line-height: 19px;
	text-decoration: none;
}

/*span#suggesthelper a {
	background: url('/img/new/pa/pa_btn_off.gif') left top no-repeat;
	width: 70px;
	height: 23px;
	border: 0px none;
	color: #f7f5f6;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	text-align: right;
	padding: 2px 15px 2px 10px;
	vertical-align: middle;
	cursor: pointer;
	float: left;
	margin: 7px 0 0 0px;
	line-height: 14px;
	text-decoration: none;
	position: relative;
	left: 180px;
}*/
/*
	SUGGEST BOX
*/
div#suggestForm, input.paSuggest  {
	width: 376px;

}
div#suggestLabel {
	padding-left: 4px;
	padding-right: 4px;
}

div#suggestForm {
	z-index: 100;
	overflow: visible;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

input.paSuggest {
	border: 1px solid #7F9DB9;
	padding: 1px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
}
form#OrderOverview input.paSuggest, form#OrderOverview div#suggestForm  {
	width: 398px;
}
span.spanHighElement {
	background-color: #7a90a8;
	color: #ffffff;
}

span.spanNormalElement {
	background-color: #ffffff;
	color: #666666;
}

span.spanTextDropdown {
	border: 1px solid #7a90a8;
	background-color: #ffffff;
	width: 370px;
	position: absolute;
	display: block;
	z-index: 200;
	left: 6px;
	top: 20px;
	overflow: hidden;
	display: none;
}

span.spanTextDropdown span {
	margin: 1px;;
	display: block;
	white-space: nowrap;
	text-align: left;
}

/*
 BOX
*/
div.pa_box {
	clear: both;
	background-color: #f2f4f6;
	border-top: 1px solid #7b8fa7;
	border-bottom: 1px solid #7b8fa7;
	padding: 5px 5px 6px 6px;
	margin-bottom: 5px;
	overflow: hidden;
	float: none;
}

div.pa_box_header {
	float: none;
	height: 20px;
}

h2#hdr_nieuws {
	background: url('/img/new/hdr_nieuws.gif') -6px top no-repeat;
	width: 65px;
	height: 15px;
	margin: 0 0 0 0;
	padding: 0;
	text-indent: -2000px;
	float: left;
}
h2#hdr_statusoverzicht {
	background: url('/img/new/hdr_statusoverzicht.gif') -6px top no-repeat;
	width: 110px;
	height: 15px;
	margin: 0 0 0 0;
	padding: 0;
	text-indent: -2000px;
	float: left;
}
h2#hdr_nummerbeheer {
	background: url('/img/new/hdr_nummerbeheer.gif') -6px top no-repeat;
	width: 110px;
	height: 15px;
	margin: 0 0 0 0;
	padding: 0;
	text-indent: -2000px;
	float: left;
}

h4.pa_headline a {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 3px 0;
	background: url('/img/new/pa/pa_headline_bg.gif') left bottom repeat-x;
	display: inline;
	text-decoration: none;
}

p.pa_info {
	color: #666666;
	font-size: 10px;
	padding: 0;
	float: none;
	margin: 0 0 3px 0;
	width: 376px;
}

span.pa_date {
	float: right;
	color: #666666;
	margin-right: 6px;
}

div.pa_box_body {
	background-color: #f2f4f6;
	
}

div.pa_box_body p {
	float: left;
}

html div.pa_box_body p {
	float: none;
}

div.nieuws_controls {
	width: 65px;
	float: left;
}

div.nieuws_controls  a {
	height: 13px;
	width: 14px;
	float: left;
	text-indent: -2000px;
	margin: 3px 3px 0 0;
}

div.nieuws_controls  a.down {
	background: url('/img/new/pa/pa_nieuws_arrowdown.gif') left bottom
		no-repeat;
}

div.nieuws_controls  a.up {
	background: url('/img/new/pa/pa_nieuws_arrowup.gif') left bottom
		no-repeat;
}

div.nieuws_controls  a.pause {
	background: url('/img/new/pa/pa_nieuws_pause.gif') left bottom
		no-repeat;
}

/* 
pa TABS
*/
ul.pa_tabs {
	margin: 0;
	padding: 0 0 0 6px;
	list-style: none;
	height: 25px;
	width: 397px;
	overflow: hidden;
	background: url('/img/new/pa/pa_tab_bg.gif') left 4px repeat-x;
}

ul.pa_tabs li {
	float: left;
	height: 25px;
	margin: 4px 0 0 0;
	padding: 6px 5px 0 12px;
	font-weight: bold;
	background: url('/img/new/pa/pa_tab_unselected.gif') right top no-repeat;
}

ul.pa_tabs li.end {
	background: url('/img/new/pa/pa_tab_unselected_end.gif') right top
		no-repeat;
}

ul.pa_tabs li.selected {
	background: url('/img/new/pa/pa_tab_selected.gif') left top no-repeat;
	border-right: 1px solid #abbcc6;
}

ul.pa_tabs li a {
	font-weight: normal;
	color:#666666;
	text-decoration: none;
}
ul.pa_tabs li.selected a, ul.pa_tabs li.selected a:hover {
	font-weight: bold;
	color: #000000;
	}
ul.pa_tabs li a:hover {
	color:#fb0001;
}
/*
work continued for cockpit
*/
a.pa {
	margin: 0;
	padding: 0 0 3px 0;
	background: url('/img/new/pa/pa_headline_bg.gif') left bottom repeat-x;
	text-decoration: none;
	color: #666666;
}

a.pa:HOVER {
	color: #fd0001;
	}
a.help {
	float: right;
}

h2#hdr_rekeningbeheer {
	background: url('/img/new/hdr_rekeningbeheer.gif') -6px top
		no-repeat;
	width: 238px;
	height: 15px;
	margin: 0 0 0 0;
	padding: 0;
	text-indent: -2000px;
	float: left;
}

table.pa_costbreakdown {
	clear: both;
	width: 388px;
}

table.pa_costbreakdown thead {
	margin-bottom: 3px;
}

table.pa_costbreakdown thead th {
	font-weight: bold;
}
table.pa_costbreakdown thead td {
	height: 14px;
}

table.pa_costbreakdown tbody {
}

table.pa_costbreakdown tbody tr.total {
	border-bottom: 1px solid #F2F4F6;
}

table.pa_costbreakdown tbody td {
	margin: 0;
	padding: 2px;
}

table.pa_costbreakdown td {
	border-bottom: 1px solid #ccc;
}

table.pa_costbreakdown .borderless td,
table.pa_costbreakdown td.graph,
table.pa_costbreakdown td.gt {
	border: 0;
}

table.pa_costbreakdown .label {
	font-weight: bold;
	width: 82px;
	white-space: nowrap;
}

table.pa_costbreakdown .percentage,table.pa_costbreakdown .amount {
	text-align: right;
	width: 62px;
}

table.pa_costbreakdown  td.graph {
	width: 170px;
	vertical-align: middle;
	border-left: 1px solid #919191;
}

table.pa_costbreakdown div.graphbar {
	background-color: #999999;
	width: 1px;
	height: 9px;
}

table.pa_costbreakdown  td.gt {
	background: #f2f4f6 url('/img/new/cockpit/cockpit_graphgt.gif') 4px 3px
		no-repeat;
	width: 10px;
	text-indent: -2000px;
/*	border- */
}

table.pa_costbreakdown  td.graphscale {
	vertical-align: top;
	white-space: nowrap;
	padding: 0px;
	height: 3px;
	background: url('/img/new/cockpit/cockpit_graphscalelast.gif') right top
		no-repeat;
}
tr.legend td {
	height: 20px;
	}
div.graphscale {
	height: 3px;
	background: url('/img/new/cockpit/cockpit_graphscale.gif') left top
		no-repeat;
	width: 39px;
	float: left;
}

div.graphlabel {
	padding: 0;
	float: left;
	text-align: center;
	width: 34px;
	font-size: 9px;
	color: #999999;
}

div.last {
	float: right;
	background: none;
	text-align: right;
}

td.graphscale div.first {
	text-align: left;
}

ul.pa_rekeningbeheer_menu {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.pa_rekeningbeheer_menu li {
	float: left;
	padding: 0 2px 0 0;
}

ul.pa_rekeningbeheer_menu li a:active,ul.pa_rekeningbeheer_menu li a.active
	{
	font-weight: bold;
}
span.status_legend {
	white-space: nowrap;
}

/* status */

table.statusoverzicht {
	margin-bottom: 20px;
	width: 388px;
	overflow:hidden
	}
	
table.statusoverzicht .label {
	height: 14px;
	color:#000000;
	font-weight: bold;
	width: 75%;
	}
table.statusoverzicht .wide {
	}
table.statusoverzicht td {
	padding: 2px;
	margin: 1px;
	border-bottom: 1px solid #ccc;
	color: #666666;
	}

table.statusoverzicht th, table.statusoverzicht .borderless td {
	border: 0
	}

table.statusoverzicht .afgehandeld {
	color: #27CE1F;
	font-weight: bold;
	}
table.statusoverzicht .inbehandeling {
	color: #D9BD2B;
	font-weight: bold;
	}
table.statusoverzicht .vertraagd {
	color: #FF6F00;
	font-weight: bold;
	}
table.statusoverzicht .afgewezen {
	color: #FF0000;
	font-weight: bold;
	}
	

table.statusoverzicht tbody {
}
div.statusoverzicht {
	width: 388px;
}

ol.cockpit {
	margin: 5px 0 28px 25px;
	padding: 0;
	font-weight: bold;
}

ol.cockpit li {
	line-height: 18px;
	padding: 0;
	margin: 0;
}

ol.cockpit li a {
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
	overflow: hidden;
}
ol.cockpit li span.faded {
	color: #999999;
	font-weight: normal;
	}

ol.cockpit li a:hover {
	background: url('/img/new/pa/pa_headline_bg.gif') left bottom repeat-x;

}

h2#hdr_puk_code {
	background: url('/img/new/header_zoek_een_puk_code.gif') -6px top no-repeat;
	width: 130px;
	height: 15px;
	margin: 0 0 0 0;
	padding: 0;
	text-indent: -2000px;
	float: left;
}

h2#hdr_blokkeer {
	background: url('/img/new/header_blokkeer_nummer.gif') -6px top no-repeat;
	width: 120px;
	height: 15px;
	margin: 0 0 0 0;
	padding: 0;
	text-indent: -2000px;
	float: left;
}

/* Styles to retain the old look and feel of the Suggest in the Personal Assistant */
ol.oldSuggestList {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none; 
	margin-left: -38px;
	margin-top: 0px;
	margin-bottom: 0px;
}
