/*
 * General layout
 */

body {
	font-size			: 1em;
    font-family         : Verdana, Arial, sans-serif;
}

pre,
tt {
	font-family			: Courier new, monospace;
}

html,
body,
div {
    margin              : 0;
    border              : 0;
    padding             : 0;
    
    display             : block;
}

html {
    color               : #4C4C4C;
    font-size           : 11px;
}

a {
	color				: #4070D0;
	text-decoration		: none;
}

a:hover {
	text-decoration		: underline;
}

a img {
	border				: 0;
}

h1,
h2 {
	margin				: 10px 0;
	font-size			: 14px;
}

h3 {
	margin				: 16px 0 2px 0;
	color				: #4070D0;
	font-size			: 12px;
}

h4 {
	margin-bottom		: 0;
}

em {
	color				: #0092CE;
	font-style			: normal;
}

.selected em {
	color				: #FFFFFF;
}
/*
li {
	vertical-align		: bottom;
}
*/
p,
div.paragraph {
	margin-top			: 1em;
	margin-bottom		: 1em;
}

fieldset {
	position			: relative;
	overflow			: visible;
}

fieldset legend {
	position			: absolute !ie;
	top					: -.5em !ie;
	left				: .5em !ie;
	font-size			: 13px;
	font-weight			: bold;
	color				: #4070D0;
	padding				: 0px 5px;
}

label,
input,
select {
    vertical-align      : middle;
}

input[type=text],
input[type=password],
select,
textarea {
	margin-top			: 2px;
	margin-bottom		: 2px;
    border              : 1px solid silver;
}

fieldset, .tablecontainer {
	background-color	: #f2fafd;
	border				: 1px solid #cdd5d8;
	border-style		: solid;
	margin				: 10px 0 10px 0;
	padding-top			: 0;
	overflow			: visible;
}

.tablecontainer fieldset {
	border: none;
}

.announcement {
	color				: red;
	text-align			: left;
	font-weight			: bold;
	padding-bottom		: 8px;
}

.warning {
	color				: red;
	font-weight			: bold;
}

.content {
	line-height			: 1.3em;
	/*text-align			: justify;*/
}

.content a {
	font-weight			: bold;
}

.domain-check {
    font-size           : 11px;
}

.domain-check label {
    color               : white;
    font-weight         : bold;
}

.top-domain-check-img {
    padding-left		: 2px;
    vertical-align		: middle;
    padding-bottom		: 2px;
}

.multiInputBox {
	width				: 100%;
	height				: 120px;
	border				: 0px;
	scroll				: auto;
}

.shoppable_item {
	padding-left		: 20px;
	background-image	: url(/img/fff/icons/cart_put.png);
	background-repeat	: no-repeat;	
}

.pushable_item {
	padding-left		: 20px;
	background-image	: url(/img/fff/icons/user_comment.png);
	background-repeat	: no-repeat;	
}

.shoppable_forward_item {
	padding-left		: 20px;
	background-image	: url(/img/fff/icons/arrow_right.png);
	background-repeat	: no-repeat;	
}

.shoppable_virtual_item {
	padding-left		: 20px;
	background-image	: url(/img/fff/icons/world_go.png);
	background-repeat	: no-repeat;	
}

.whois_item {
	padding-left		: 20px;
	background-image	: url(/img/fff/icons/zoom_in.png);
	background-repeat	: no-repeat;	
}

table.overview {
	border-spacing		: 0px;
	width: 99%;
	padding-left: 5px !ie; 	
}

table.overview tbody tr td, table.overview tbody tr th {
	padding-bottom		: 7px;
	padding-top			: 7px;
	text-align			: left;
	vertical-align		: middle;	
}

table.overview tbody tr td {
	border-top			: 1px solid #E6E6E6;
}

table.overview tbody tr td a, table.overview tbody tr th a {
	padding-bottom		: 2px;
	padding-top			: 2px;
	text-align			: left;
	vertical-align		: middle;	
}

table.orderInfo, table.orderInfo tbody tr td, table.orderInfo tbody tr th {
	border				: 0px;
	vertical-align		: top;
}

table.extrainfo {
	border-spacing		: 0px;
	width: 99%;
	padding-left: 5px !ie; 	
}

table.extrainfo tbody tr td, table.extrainfo tbody tr th {
	padding-bottom		: 7px;
	padding-top			: 7px;
	text-align			: left;
	vertical-align		: middle;	
}

table.extrainfo tbody tr td a, table.extrainfo tbody tr th a {
	padding-bottom		: 2px;
	padding-top			: 2px;
	text-align			: left;
	vertical-align		: middle;	
}

.domain-check input,
.domain-check select {
	margin-left			: .5em;
}

.login-status {
	height			: 0.9em;
	text-align		: right;
	padding-top		: 12px;
	padding-bottom	: 3px;
	font			: normal 0.9em Verdana;
	color			: #4070D0;	
}

.login-status a {
	font-weight		: bold;
}

.service-menu {
	font-weight			: bold;
	text-align			: right;
	margin				: 30px 0 10px 0; 

	
	list-style-type		: none;
}

.service-menu li {
	display				: inline;
}

.service-menu li a {
	color				: silver;
}

.serv {
	display			: inline;
	margin-left		: 10px;
}

.aprint:link,
.aprint:visited,
.aprint:active {
	background			: url(../images/aprint.gif) no-repeat;
	font				: bold Verdana;	
	color				: silver;
	padding-left		: 18px;
	margin-left			: 10px;
}
.aprint_selected:link,
.aprint_selected:visited,
.aprint_selected:active,
.aprint_selected:hover,
.aprint:hover {
	background			: url(../images/aprinto.gif) no-repeat;
	font				: bold Verdana;	
	color				: #4070D0;
	padding-left		: 18px;
	text-decoration		: none; 
	margin-left			: 10px;
}
.acontact:link,
.acontact:visited,
.acontact:active {
	background			: url(../images/acontact.gif) no-repeat;
	font				: bold Verdana;	
	color				: silver;
	padding-left		: 18px;
	margin-left			: 10px;
}
.acontact_selected:link,
.acontact_selected:visited,
.acontact_selected:active,
.acontact_selected:hover,
.acontact:hover {
	background			: url(../images/acontacto.gif) no-repeat;
	font				: bold Verdana;	
	color				: #4070D0;
	padding-left		: 18px;
	text-decoration		: none; 
	margin-left			: 10px;
}
.acontrol:link,
.acontrol:visited,
.acontrol:active {
	background			: url(../images/acontrol.gif) no-repeat top left;
	font				: bold Verdana;	
	color				: silver;
	padding				: 4px 0 0 18px;
	margin-left			: 10px;
}
.acontrol_selected:link,
.acontrol_selected:visited,
.acontrol_selected:active,
.acontrol_selected:hover,
.acontrol:hover {
	background			: url(../images/acontrolo.gif) no-repeat top left;
	font				: bold Verdana;	
	color				: #4070D0;
	text-decoration		: none; 
	padding				: 4px 0 0 18px;
	margin-left			: 10px;
}
.alogout:link,
.alogout:visited,
.alogout:active {
	background			: url(../images/alogout.gif) no-repeat top left;
	font				: bold Verdana;	
	color				: silver;
	padding				: 4px 0 0 25px;
	margin-left			: 10px;
}
.alogout_selected:link,
.alogout_selected:visited,
.alogout_selected:active,
.alogout_selected:hover,
.alogout:hover {
	background			: url(../images/alogouto.gif) no-repeat top left;
	font				: bold Verdana;	
	color				: #4070D0;
	text-decoration		: none; 
	padding				: 4px 0 0 25px;
	margin-left			: 10px;
}


.right div.header {
	height              : 180px;

	margin-bottom       : 24px;
		
	background-image	: url(../images/header-right.png);
	background-repeat	: no-repeat;
	background-position	: top right;
}

.right .header table {
	width				: 100%;
	
	border-collapse		: collapse;
}

.right .header td {
	padding				: 0;
}

.right .header .header-image {
	width				: 378px;
	vertical-align		: top;
}

/*

.right .header .login-box {
	padding-left		: 50px;
}

.right .header .login-box h3 {
	margin-bottom		: 12px;
}

.right .header .login-box input.text,
.right .header .login-box input.password {
	width				: 150px;
	height				: 17px;
}

.right .header .login-box input.checkbox {
	margin-left			: 1px;
}	

.right .header .login-box input.image {
	margin-top			: 12px;
}

*/

.notifyBlock {
	font-weight			: bold;
	color				: green;	
}

.login-box {
	padding-left		: 30px;
}

.login-box h2 {
	color				: #4070D0;
}

#LoginBox {
	padding				: 5px 0 0 0;
	margin: auto;
}

#LoginBox div, #LoginBox h3 {
	width				: 200px;
	padding				: 0;
	margin				: 0;
}

#LoginBox #LoginForm {
	margin				: 0;
	padding				: 0;
}

#LoginBox h3 {
	padding				: 5px 0 5px 0;
}

#LoginBox div .required, #LoginBox div .text, #LoginBox div .password {
	width				: 100%;
}

#LoginBox div .image {
	padding-top			: 0px;
}

.products {
	/*text-align			: justify;*/
}

.products .actions {
	text-align			: right;
}



/*
 * Legacy
 */
.content td {
	color: #606060;
}

.content ul {
	list-style-image: url(/img/compat/i/li.gif);
}

.content input.button
{
    background-color:#FFFFFF;
    border:1px solid #808080;
    color:#303030;
    font-weight:bold;
    font-size:10px;
}

.content .kop
{
    font-size:11px;
    font-weight: bold;
    line-height:16px;
    margin-bottom:2px;
}


.content .tablecontainer
{
    padding-top:18px;
    padding-bottom:18px;
    padding-left:0px;
    padding-right:0px;
}

.content .tablecontainer table {
	margin:auto;
}

.content .tablecontainer td,
.content .tablecontainer th
{
    vertical-align:top;
    text-align:left;
}

/* uit voor bbclone
.content td
{
	padding: 5px;
}
*/
.content th
{
	padding: 5px;
	text-align: left;
}

/** yui container */
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.0
*/
.yui-overlay,
.yui-panel-container {
    visibility:hidden;
    position:absolute;
    z-index: 500;
}

.yui-tt {
    visibility:hidden;
    position:absolute;
    color:#333;
    background-color:#FDFFB4;
    font-family:arial,helvetica,verdana,sans-serif;
    padding:2px;
    border:1px solid #FCC90D;
    font:100% sans-serif;
    width:auto;
}

/*
    PLEASE NOTE: The <DIV> element used for a Tooltip's shadow is appended 
    to its root element via JavaScript once it has been rendered.  The 
    code that creates the shadow lives in the Tooltip's public "onRender" 
    event handler that is a prototype method of YAHOO.widget.Tooltip.  
    Implementers wishing to remove a Tooltip's shadow or add any other markup
    required for a given skin for Tooltip should override the "onRender" method.
*/

.yui-tt-shadow {
    display: none;
}

* html body.masked select {
    visibility:hidden;
}

* html div.yui-panel-container select {
    visibility:inherit;
}

* html div.drag select {
    visibility:hidden;
}

* html div.hide-select select {
    visibility:hidden;
}

.mask {
    z-index: 1; 
    display:none;
    position:absolute;
    top:0;
    left:0;
    -moz-opacity: 0.3;
    opacity:.30;
    filter: alpha(opacity=30);
    background-color:#000;
}

/*

There are two known issues with YAHOO.widget.Overlay (and its subclasses) that 
manifest in Gecko-based browsers on Mac OS X:

    1) Elements with scrollbars will poke through Overlay instances floating 
       above them.
    
    2) An Overlay's scrollbars and the scrollbars of its child nodes remain  
       visible when the Overlay is hidden.

To fix these bugs:

    1) The "overflow" property of an Overlay instance's root element and child 
       nodes is toggled between "hidden" and "auto" (through the application  
       and removal of the "hide-scrollbars" and "show-scrollbars" CSS classes)
       as its "visibility" configuration property is toggled between 
       "false" and "true."
    
    2) The "display" property of <SELECT> elements that are child nodes of the 
       Overlay instance's root element is set to "none" when it is hidden.

PLEASE NOTE:  
  
    1) The "hide-scrollbars" and "show-scrollbars" CSS classes classes are 
       applied only for Gecko on Mac OS X and are added/removed to/from the 
       Overlay's root HTML element (DIV) via the "hideMacGeckoScrollbars" and 
       "showMacGeckoScrollbars" methods of YAHOO.widget.Overlay.
    
    2) There may be instances where the CSS for a web page or application 
       contains style rules whose specificity override the rules implemented by 
       the Container CSS files to fix this bug.  In such cases, is necessary to 
       leverage the provided "hide-scrollbars" and "show-scrollbars" classes to 
       write custom style rules to guard against this bug.

** For more information on this issue, see:

   + https://bugzilla.mozilla.org/show_bug.cgi?id=187435
   + SourceForge bug #1723530

*/

.hide-scrollbars,
.hide-scrollbars * {

    overflow: hidden;

}

.hide-scrollbars select {

    display: none;

}

.show-scrollbars {

    overflow: auto;

}

.yui-panel-container.show-scrollbars {

    overflow: visible;

}

.yui-panel-container.show-scrollbars .underlay {

    overflow: auto;

}

.yui-panel-container.focused {

}


/* Panel underlay styles */

.yui-panel-container .underlay {

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

}

.yui-panel-container.matte {

    padding: 3px;
    background-color: #fff;

}

.yui-panel-container.shadow .underlay {

    top: 3px;
    bottom: -3px;
    right: -3px;
    left: 3px;
    background-color: #000;
    opacity: .12;
    filter: alpha(opacity=12);  /* For IE */

}

/* 
   Workaround for Safari 2.x - the yui-force-redraw class is applied, and then removed when
   the Panel's content changes, to force Safari 2.x to redraw the underlay.
   We attempt to choose a CSS property which has no visual impact when added,
   removed, but still causes Safari to redraw
*/
.yui-panel-container.shadow .underlay.yui-force-redraw {
    padding-bottom: 1px;
}

.yui-effect-fade .underlay {
    display:none;
}

.yui-panel {
    visibility:hidden;
    border-collapse:separate;
    position:relative;
    left:0;
    top:0;
    font:1em Arial;
    background-color:#FFF;
    border:1px solid #000;
    z-index:1;
    overflow:hidden;
}

.yui-panel .hd {
    background-color:#3d77cb;
	background:url(/img/base/popup-header.png);
    color:#FFF;
    font-size:100%;
    line-height:100%;
    border:1px solid #FFF;
    border-bottom:1px solid #000;
    font-weight:bold;
    padding:4px;
    white-space:nowrap;
}

.yui-panel .bd {
    overflow:hidden;
    padding:4px;
}

.yui-panel .bd p {
    margin:0 0 1em;
}

.yui-panel .container-close {
    position:absolute;
    top:5px;
    right:4px;
    z-index:6;
    height:12px;
    width:12px;
    margin:0px;
    padding:0px;
    background:url(/img/icons/close12_1.gif) no-repeat;
    cursor:pointer;
    visibility:inherit;
	text-indent: -10000em;
}

.yui-panel .ft {
    padding:4px;
    overflow:hidden;
}

.yui-simple-dialog .bd .yui-icon {
    background-repeat:no-repeat;
    width:16px;
    height:16px;
    margin-right:10px;
    float:left;
}

.yui-simple-dialog .bd span.blckicon {
    background: url("blck16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.alrticon {
    background: url("alrt16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.hlpicon {
    background: url("hlp16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.infoicon {
    background: url("info16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.warnicon {
    background: url("warn16_1.gif") no-repeat;
}

.yui-simple-dialog .bd span.tipicon {
    background: url("tip16_1.gif") no-repeat;
}

.yui-dialog .ft, 
.yui-simple-dialog .ft {
    padding-bottom:5px;
    padding-right:5px;
    text-align:right;
}

.yui-dialog form, 
.yui-simple-dialog form {
    margin:0;
}

.button-group button {
    font:100 76% verdana;
    text-decoration:none;
    background-color: #E4E4E4;
    color: #333;
    cursor: pointer;
    vertical-align: middle;
    border: 2px solid #797979;
    border-top-color:#FFF;
    border-left-color:#FFF;
    margin:2px;
    padding:2px;
}

.button-group button.default {
    font-weight:bold;
}

.button-group button:hover, 
.button-group button.hover {
    border:2px solid #90A029;
    background-color:#EBF09E;
    border-top-color:#FFF;
    border-left-color:#FFF;
}

.button-group button:active {
    border:2px solid #E4E4E4;
    background-color:#BBB;
    border-top-color:#333;
    border-left-color:#333;
}

div#__right_domain-check_domainMultiDomainInput {
	border: 1px solid silver;
}

div#__right_domain-check_domainMultiDomainInput .hd {
	height: 0px;
	padding: 0px;
	border: 0px;
}

div#__right_domain-check_domainMultiDomainInput .bd {
	padding: 0px;
	height: 100%;
}

div#__right_domain-check_domainMultiDomainInput .container-close {
	padding: 0px;
	background: none;
}

div#__right_domain-check_domainMultiDomainInput .ft {
	visibility: hidden;
	height: 0px;
	padding: 0px;
}

.ordered td {
	background: #F2FAFD;
}

.domainDetail tr td {
	background: #F2FAFD;
}

.overview .extra {
	text-align			: right;
}

.overview a {
	height				: 19px;
}

.domainDetail td {
	padding-left		: 0px;
	padding-right		: 5px;
}

.overview .virtual {
	min-width			: 106px;
}

.overview .register {
	min-width			: 106px;
}

.actionItem {
	margin-left: 7px;
}

.orderedDomain {
	color: #000000;
}

a.domain_step2 {
	padding-left		: 20px;
	background-image	: url(/img/fff/icons/page_go.png);
	background-repeat	: no-repeat;	
	color				: #4070D0;
}

a.deleteOrder {
	padding-left		: 20px;
	background-image	: url(/img/fff/icons/bin_empty.png);
	background-repeat	: no-repeat;	
	color				: #4070D0;
}

a.legenda {
	padding-left		: 20px;
	background-image	: url(/img/fff/icons/information.png);
	background-repeat	: no-repeat;	
	color				: #4070D0;
}

.spacer {
	margin-left: 30px;
}

.ordered a {
	color: #999999;
}

table.ownerData td, table.ownerData th {
	width:130px;
	vertical-align: top;
	text-align: left;
}

.requiredBullet {
}

.tldAllPossibilities {
	padding-left		: 20px;
	background-image	: url(/img/fff/icons/add_blue.png);
	background-repeat	: no-repeat;	
	padding-top			: 2px;
	padding-bottom		: 7px;
	vertical-align		: middle;
}

ul.submenu {
	background: #fff;
}

ul.submenu li a {
	display: block;
	height: 1.5em;
	line-height: 1.5em;
	padding: 0.3em;
	padding-left: 0.5em;
	text-decoration: none;
	color: #000;
}
ul.submenu li a:hover {
	background: #b3d4ff;
}
ul.submenu li a:visited, .yui-accordionview li.yui-accordion-panel a.link:visited {
	color: #777;
}

/*
.yui-accordionview li.yui-accordion-panel a.yui-accordion-toggle:focus {
	padding-left: 20px;
}
.yui-accordionview li.yui-accordion-panel a.yui-accordion-toggle.activepanel {
	padding-left: 20px;
}*/
/*
div#loginPopupBox .bd {
	background: url(/img/base/auth-header.png) no-repeat;
	padding-top: 40px;
}*/

.bd h1 {
	font-size: 16px;
	font-weight: bold;
	color: #4070D0;
	margin: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

div#loginPopupBox form {
	margin: 0px;
}

div#loginPopupBox .bd ul {
	list-style: none;
	padding: 6px;
	margin: 0px;
}

div#loginPopupBox .bd {
	padding: 0px;
}


li#listNewUser, li#listCurrentUsers, li#listForgot {
	padding: 0px;
	margin-bottom: 15px;
}

li .listWrapper {
	background: url(/img/base/arrow_right_green.png) no-repeat;
	background-position: 20px 20px;
	padding: 8px 8px 8px 50px;
	width: 372px;
}

div#loginPopupBox .bd ul .hover {
	border: 1px solid #CDD5D8;
	cursor: pointer;
	background: #F2FAFD;
}

li#listNewUser, li#listCurrentUsers, li#listForgot {
	border: 1px solid white;
	cursor: pointer;
	margin-left: 60px;
	margin-right: 10px;
	width: 430px;
}

div#loginPopupBox .bd ul a:hover {
	text-decoration: none;
}

div#loginPopupBox .ft, div#orderWebhosting .ft {
	background: #EEEEEE;
	border-top: 1px solid #BBBBBB;
	text-align: right;
	padding: 8px;
	padding-right: 20px;
}

div#orderWebhostingContent {
	height: 327px;
}

.messageBoxHeader {
	padding-left: 75px;
	background: url(/img/base/key1.png) no-repeat 21px 20px;
	font-size: 16px;
	padding-top: 26px;
	font-weight: bold;
	color: black;
	height: 40px;
}

div#changeOwnerSelector {
	background: url(/img/base/user1_earth.png) no-repeat 21px 20px;
}

div#fullInAuthCode {
	background: url(/img/base/lock_information.png) no-repeat 21px 20px;
}

.formLabel {
	text-align: right;
}

.showRegistrationStepInfo {
	height: 60px;
}

.getRegistrationInfoContainer {
	height: 432px;
	padding: 10px 80px;
	overflow: hidden;
}

.getNameserversInfoContainer {
	height: 340px;
	padding: 10px 80px;
	overflow: hidden;
}

.getRegistrationInfoContainer table, .getNameserversInfoContainer table {
	width: 100%;
	border-spacing: 0px;
	margin: 5px 0px;
}

.getRegistrationInfoContainer input[type="text"], .getRegistrationInfoContainer input[type="password"], .getRegistrationInfoContainer select {
	width: 200px;
}

table.infoSplitter th {
	padding: 10px 0px 15px 10px;
	text-align: left;
	margin: 0px;
}

#docSend .leftColumn {
	width: 80px;
}

td.rowSeperator {
	border-top: 1px solid #D7EDF4;
	padding: 0px;
	margin: 0px;
}

td.helpColumn {
	width: 200px;
	padding-top: 30px;
}

td.leftColumn {
	text-align: right;
	padding-left: 20px;
	width: 180px;
	height: 23px;
	vertical-align: middle;
	margin: 0px;
}

th.leftColumn {
	width: 184px;
}

td.rightColumn {
	text-align: left;
	padding-left: 5px;
	vertical-align: middle;
	margin: 0px;
}

div#passStrengthWrapper {
	width: 200px;
	height: 15px;
	margin: 2px 0px;
	padding: 0px;
	border: 1px solid silver;
	background: url(/img/base/passBack.png);
}

div#passStrengthShow {
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: url(/img/base/passStrength.png);
	width: 0px;
}

div.explanation {
	width: 200px;
	color: #AAAAAA;
}

.formNotification {
	padding: 5px 10px 5px 25px;
	background: url(/img/icons/icon_error.gif) no-repeat 5px center;
	color: red;
}

.signupPrivate {
	width: 101px;
	display: table-cell;
	height: 30px;
	vertical-align: middle;
	background: url(/img/registration/select-back.png) no-repeat;
}

.signupPrivateWrapper {
	background: url(/img/fff/icons/user_gray.png) no-repeat 6px center;
	padding-left: 24px;
}

.signupCompany {
	width: 101px;
	display: table-cell;
	height: 30px;
	vertical-align: middle;
	background: url(/img/registration/select-back.png) no-repeat;
}

.signupCompanyWrapper {
	background: url(/img/fff/icons/building.png) no-repeat 13px center;
	padding-left: 35px;
}

.selectorWrapper {
	float: right;
	margin-top: -35px;
}

.registrationStep {
	text-align: center;
	vertical-align: middle;
	height: 60px;
	font-size: 40px;
	font-weight: bold;
	background: #eee;
	color: white;
	cursor: pointer;
	border-left: 1px solid white;
}

#signupStep1 {
	border: 0px;
}

.registrationStepActive {
	background: #4070D0;
}

.errorPage {
	font-weight: bold;
	color: red;
}

.bd #title {
	padding: 16px 22px;
}
.bd #block_titles {
	float: left;
	padding: 35px 0px 0px 12px;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.bd #block_titles p {
	margin-top: 12px;
	text-align: right;
}
.bd .block {
	float: left;
	width: 128px;
	height: 180px;
}
.bd .block img {
	width: 128px;
	height: 180px;
	border: none;
}
.bd #infotext {
	padding: 8px 10px 0px 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bd #infotext .texttitle {
	color: #49abeb;
	margin: 0;
	font-weight: bold;
	font-size: 12px;
}
.bd #infotext .text {
	margin: 2px 0px;
	font-size: 11px;
}
.bd #infotext .text a {
	font-weight: bold;
	color: #49abeb;
}




/* Start autocomplete */
.yui-ac {
    position:relative;font-family:arial;font-size:100%;
}

/* styles for input field */
.yui-ac-input {
    position:relative;
}

/* styles for results container */
.yui-ac-container {
    position:absolute;top:1.6em;width:100%;
}

/* styles for header/body/footer wrapper within container */
.yui-ac-content {
    position:absolute;width:100%;border:1px solid #808080;background:#fff;overflow:hidden;z-index:9050;
}

/* styles for container shadow */
.yui-ac-shadow {
    position:absolute;margin:.3em;width:100%;background:#000;-moz-opacity: 0.10;opacity:.10;filter:alpha(opacity=10);z-index:9049;
}

/* styles for results list */
.yui-ac-content ul{
    margin:0;padding:0;width:100%;
}

/* styles for result item */
.yui-ac-content li {
    margin:0;padding:2px 5px;cursor:default;white-space:nowrap;
}

/* styles for prehighlighted result item */
.yui-ac-content li.yui-ac-prehighlight {
    background:#B3D4FF;
}

/* styles for highlighted result item */
.yui-ac-content li.yui-ac-highlight {
    background:#426FD9;color:#FFF;
}

/* End autocomplete*/

#copyFromDomainname {
	width: 150px;
	position: static;
}

#autoCompleteDomain {
	width: 150px;
}

#autoCompleteDomain ul {
	padding: 0px;
}

.whoisExplanation {
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.whoisWarning {
	font-weight: bold;
	color: red;
	border-bottom: 1px solid silver;
	padding-bottom: 8px;
}

.shoppingCartList {
	width: 100%;
}

.shoppingCartList th {
	text-align: left;
}

.gotoCart {
	padding-left		: 20px;
	background-image	: url(/img/fff/icons/cart_edit.png);
	background-repeat	: no-repeat;	
	margin-left			: 50px;
}

.finishOrder {
	padding-left		: 20px;
	background-image	: url(/img/fff/icons/basket_go.png);
	background-repeat	: no-repeat;	
	margin-left			: 50px;
}

td#gluerecordsCell {
	text-align			: left;
}

#AccessForm div label {
	width: 80px;
}

ul.promoitems {
	width: 49%;
	list-style: none;
	list-style-image: none;
	text-indent: 0px;
	padding: 0px;
	float: left;
	margin: 0px;
}

ul.checklist {
	list-style: none;
	list-style-image: none;
	text-indent: 0px;
	padding: 0px;
	float: left;
	margin: 0px;
}

ul.checklist li {
	background-image	: url(/img/base/add2.png);
	background-repeat	: no-repeat;	
	background-position	: 18px 1px;
	padding-left		: 35px;
	margin-bottom		: 3px;
}

.subhead {
	width: 49%;
	margin-bottom: 5px;
	float: left;
}

ul.promoitems h3 {
	color: #4C4C4C;
	font-size: 12px;
}

ul.promoitems li {
	background-image	: url(/img/base/arrow_right_green.png);
	background-repeat	: no-repeat;	
	background-position	: 10px 1px;
	padding-left		: 35px;
}

ul.promoitems li.first h3 {
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.cmsboxproducten {
	width: 315px;
	float: right;
	margin-top: 5px;
	position: relative;
	background-image: url(../images/configuratormiddle.gif);
}



div.cmsboxproductentop {
	position: absolute;
	top: -32px;
	z-index: 50;
	width: 100%;
}

div.cmsboxbasis {
	width: 223px;
	float: right;
	margin-top: 5px;
	position: relative;
	background-image: url(../images/rightmiddle_white.gif);
}



div.cmsboxbasistop {
	position: absolute;
	top: -5px;
	z-index: 50;
	width: 100%;
}

div.imageplacer {
	position: absolute;
	top: -7px;
	right: 25px;
	z-index: 50;
}

div.configuratormiddle {
	position: relative;
	z-index: 52;
	padding: 15px;
	width: 275px;
	height: 170px;
	text-align: justify;
}

div.home_middle {
	position: relative;
	z-index: 52;
	padding: 15px;
	width: 275px;
	height: 154px;
	text-align: justify;
}

div.directadminmiddle {
	position: relative;
	z-index: 52;
	padding: 15px;
	width: 275px;
	height: 250px;
	text-align: justify;
}

div.configuratorbottom {
	position: absolute;
	bottom: -7px;
	z-index: 51;
	width: 100%;
}

.configuratormiddlebackground h3 {
	margin: 0px;
	margin-bottom: 15px;
	font-size: 14px;
}

.products_virtual .configuratormiddlebackground h3 {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 14px;
}
.configuratormiddle table {
	margin-top: 15px;
	position: center;
}

.configuratormiddle table th, .configuratormiddle table td {
	text-align: right;
}

.configuratormiddle select {
	width: 120px;
}

.codeblock, .codeblock code, .codeblock code span {
	font-family: Courier New;
	font-size: 11px;
}

.codeblock {
	background: #F4F4F4;
	border: 1px dashed #666;
	padding: 8px;
	margin: 5px 10px;
}

.download {
	height: 87px;
	width: 218px;
	background: url(/img/base/download.jpg) no-repeat scroll 0 0;
	cursor: pointer;
	color: #006400;
	padding: 3px 60px 0px 22px;
}

.download h1 {
	font-size: 130%;
	font-weight: 900;
	margin-top: 20px;
}

.download span {
	color: #009400;
}

#LegacyPage {
	width: 100%;
}

.editContacts {
	padding-left		: 20px;
	background-image	: url(/img/fff/icons/user_edit.png);
	background-repeat	: no-repeat;	
	margin-left			: 30px;
	color			: #4070D0;
}

.editNameservers {
	padding-left		: 20px;
	background-image	: url(/img/fff/icons/server_edit.png);
	background-repeat	: no-repeat;	
	margin-left			: 30px;
	color			: #4070D0;
}

#content input
{
    background-color:#FFFFFF;
    border:1px solid #808080;
    color:#303030;
    font-weight:bold;
    font-size:10px;
}
