/**/
/**/
/*	SITE BASICS AND LAYOUT*/
/**/
/**/
body{
    color:#444441;
    font-family: 'PT Sans', sans-serif;
    font-size:14px;
    background:#fff url(/static/images/default-bg.jpg) no-repeat top center;
}
body#home{
    background:#fff url(/static/images/home-bg2.jpg) no-repeat top center;
}
body#control-panel{
    background:#fff url(/static/images/test-bg.jpg) no-repeat top center;
}
body#selling{
    background:#fff url(/static/images/selling-bg.jpg) no-repeat top center;
}
body#security{
    background:#fff url(/static/images/ssl2-bg.jpg) no-repeat top center;
}
body#binoculars{
    background:#fff url(/static/images/binocular-bg.jpg) no-repeat top center;
}
body#sails{
    background:#fff url(/static/images/sail-bg.jpg) no-repeat top center;
}
body#yoga{
    background:#fff url(/static/images/yoga-bg.jpg) no-repeat top center;
}
body#frl{
    background:#fff url(/static/images/frl-bg.jpg) no-repeat top center;
}
body#bridge{
    background:#fff url(/static/images/bridge-bg.jpg) no-repeat top center;
}
body#owl{
    background:#fff url(/static/images/owl-bg.jpg) no-repeat top center;
}
body#grass{
    background:#fff url(/static/images/grass-bg.jpg) no-repeat top center;
}

body#ape{
    background:#fff url(/static/images/ape-bg.jpg) no-repeat top center;
}

h1, h2, h3{
    margin-bottom:12px;
}
h1 i, h2 i, h3 i{
	color:#EB6909;
}
a{
    color:#eb6909;
    text-decoration:none;
    border:none;
    outline:none;
}
a:hover{
    color:#eb8e09;
}
p{
    line-height:26px;
    margin-bottom:26px;
}
strong{
    font-weight:700;
}
pre{
    font-family: monospace;
    white-space: pre;
    font-size:12px;
}
.clear{
    clear:both;
    height:1px !important;
}
img.alignLeft{
    float:left;
    margin-right:20px;
}
.orange{
    color:#eb6909;
}
.orange-button {
    position: relative;
    display: block;
    border: none;
    outline: none;
    background-color: #eb6909;
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    padding: 12px 20px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    width: auto;
    height: auto;
    text-align: center;
}
.orange-button:hover {
    background: #CF600F;
    color: #fff;
}
/*rounded corners for everyone except IE*/
.rc{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
/**/
/**/
/*	SITE HEADER AND NAVIGATION*/
/**/
/**/
#siteHeader{
}
#siteNav{
    position:relative;
    width:980px;
    margin:25px auto 15px;
}
#siteLogo{
    position:relative;
    height:85px;
    width:120px;
    float:left;
    margin-right:20px;
    top:-3px;
}
#siteLogo a{
    display:block;
    text-indent:-9999px;
    height:93px;
    width:120px;
    border:none;
    outline:none;
    background:transparent url(/static/images/logo-rtr.png) no-repeat;
}
#siteNav #siteLogoHover{
    display:hidden;
    position:absolute;
    text-indent:-9999px;
    height:85px;
    width:120px;
    background:transparent url(/static/images/logo-rtr2.png) no-repeat;
}
#siteNav #navBar{
    position:relative;
    width:840px;
    float:left;
}
#siteNav #navBar-shadow{
    width:919px;
    height:88px;
    background:transparent url(/static/images/nav-shadow.png) no-repeat;
    position:absolute;
    top:3px;
    left:98px;
}
#siteNav #navBar ul#navBar-main{
    margin-top:20px;
    display:block;
    height:45px;
    width:840px;
}
#siteNav #navBar ul#navBar-main > li{
    background:transparent url(/static/images/nav-bar-sprite2.png) no-repeat;
    float:left;
    width:210px;
    height:45px;
    margin:0;
    padding:0;
    position:relative;
}
#siteNav #navBar ul#navBar-main li#domains{
    background-position:0 0;
}
#siteNav #navBar ul#navBar-main li#domains:hover{
    background-position:0 -45px;
}
#siteNav #navBar ul#navBar-main li#ssl-certificates{
    background-position:-210px 0;
}
#siteNav #navBar ul#navBar-main li#ssl-certificates:hover{
    background-position:-210px -45px;
}
#siteNav #navBar ul#navBar-main li#addedvalue{
    background-position:-210px 0;
}
#siteNav #navBar ul#navBar-main li#addedvalue:hover{
    background-position:-210px -45px;
}
#siteNav #navBar ul#navBar-main li#interfaces{
    background-position:-420px 0;
}
#siteNav #navBar ul#navBar-main li#interfaces:hover{
    background-position:-420px -45px;
}
#siteNav #navBar ul#navBar-main li#aboutus{
    background-position:-630px 0;
}
#siteNav #navBar ul#navBar-main li#aboutus:hover{
    background-position:-630px -45px;
}
#siteNav #navBar ul#navBar-main li#login{
    background-position:-600px 0;
}
#siteNav #navBar ul#navBar-main li#login:hover{
    background-position:-600px -45px;
}
#siteNav #navBar ul#navBar-main li#signup{
    background-position:-720px 0;
}
#siteNav #navBar ul#navBar-main li#signup:hover{
    background-position:-720px -45px;
}
#siteNav #navBar ul#navBar-main > li > a{
    text-indent:0px;
    width:208px;
    border-right: 1px solid #676765;
border-left: 1px solid #7d7d7d;
    display:block;
    height:45px;
    text-indent:-9999px;
}
#siteNav #navBar ul#navBar-main > li:first-child > a{
	border-left:none;
}
#siteNav #navBar ul#navBar-main > li:last-child > a{
	border-right:none;
}
#siteNav #navBar ul#navBar-main li#domains a{
    background-position:0 0;
}
#siteNav #navBar ul#navBar-main li#ssl-certificates a{
    background-position:0 -45px;
}
#siteNav #navBar ul#navBar-main li#addedvalue a{
    background-position:0 -90px;
}
#siteNav #navBar ul#navBar-main li#interfaces a{
    background-position:0 -135px;
}
#siteNav #navBar ul#navBar-main li#aboutus a{
    background-position:0 -180px;
}
#siteNav #navBar ul#navBar-main li#login a{
    background-position:0 -225px;
}
#siteNav #navBar ul#navBar-main li#signup a{
    background-position:0 -270px;
}
#siteNav-alt{
    background:#252525 url(/static/images/logo-rtr-alt.jpg) no-repeat center;
    height:115px;
    border-bottom:1px solid #999;
    position:relative;
}
#siteNav-alt a{
    display:block;
    height:110px;
    width:130px;
    border:0;
    outline:0;
    margin:0 auto;
}

/**/
/**/
/*	SUBNAV*/
/**/
/**/
.navBar-sub{
    padding:20px 0;
    position:absolute;
    background:transparent url(/static/images/nav-subnav-bg.png);
    z-index:999;
    left:0;
    top:45px;
    border-bottom:3px solid #eb6909;
    color:#fff;
    display:none;

}
#siteNav .sub-col{
    width:170px;
    padding:5px 20px 10px;
    float:left;
}
.navBar-sub h3{
    color:#eb6909;
    text-transform:uppercase;
    padding-bottom:7px;
    border-bottom:1px #494949 solid;
    margin-bottom:0;
    font-size:12px;
    width:168px;
    background-image:url(/static/images/check-subnav.png);
    background-repeat:no-repeat;
    background-position:right 4px;
}
.navBar-sub ul {
    /*border-top:1px #828282 solid;*/
    padding:0px;
}
.navBar-sub ul li {
    margin-bottom:1px;

}
.sub-col > ul li a {
	transition: all 0.2s;
    padding:2px 10px 2px 0;
    font-size:12px;
    color:#dcdcdc;
    display:block;
    line-height:15px;
    width:160px;
    background-image:url(/static/images/check-subnav.png);
    background-repeat:no-repeat;
    background-position:160px 50% !important;

}
.navBar-sub ul li a:hover {
    color:#fff;
     padding:2px 10px 2px 10px;
}
/**/
/**/
/*	TOPBAR*/
/**/
/**/
#topBar{
    background:#2D2D2D url(/static/images/bg-usp.jpg) no-repeat center;
    border-top:2px solid #EB6909;
    padding:7px 0;
    color:#fff;
    -moz-box-shadow: 2px 2px 8px #999;
    -webkit-box-shadow: 2px 2px 8px#999;
    box-shadow: 2px 2px 8px #999;
    font-family: 'PT Sans', sans-serif !important;
    position:relative;
}
.topBar-content{
	 width:960px;
	    display:block;
	    margin:0 auto;
	    position:relative;
}
#topBar span.right{
	position:relative;
	float:right;
    text-align:right;
    font: 'PT Sans', sans-serif !important;
    font-size: 14px !important;
    margin-right:210px;
}
#topBar img{
    height:12px;
    margin-left:5px;/*
    position:absolute;*/
    top:1px;
}
#breadcrumb-top{
	position:absolute;
	float:left;
	width:829px;
	top: 124px;
	left: 131px;
}
#breadcrumb-top ul{
}
#breadcrumb-top li{
    position:relative;
    float:left;
    font-size:14px;
    background:transparent url(/static/images/check-subnav.png) right center no-repeat;
    padding-right:10px;
    margin-right:5px;
}
#breadcrumb-top li a{
	color:#444441;
	font-size:12px;
}
#breadcrumb-top li:last-child{
	background-image:none;
}
#topBar-login{
	padding:8px 10px;
	top:-8px;
	right:80px;
	position:absolute;
	color:#fff;
}
#topBar-login:hover{
	background-color:#666;
}
#topBar-signup{
	background-color:#EB6909;
	color:#fff;
	padding:8px 10px;
	top:-8px;
	right:0;
	position:absolute;
}
#topBar-signup:hover{
	background-color:#EB8E09;
}
body{
    background-position: center 29px !important;
}

/**/
/**/
/*	LANGUAGE PICKER*/
/**/
/**/
#languagePicker{
    
    /*top:-13px;
    background:transparent url(/static/images/lang-picker.png) no-repeat right center;
    padding:1px 30px 1px 15px;
    font-size:12px;
    cursor:pointer;
    font-weight:600;
    color:#999;
    width:85px;
    text-transform:capitalize;
    line-height:20px;
    display:block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 4px 10px #c0c0c0;
    -webkit-box-shadow: 0 4px 10px #c0c0c0;
    box-shadow: 0 4px 10px #c0c0c0;*/
    position: absolute;
	height: 30px;
	display: block;
	width: 40px;
	right:150px;
	top: -7px;
	line-height:30px;
	cursor:pointer;
    

}
#languagePicker i{
	margin-left:4px;
}
#languagePicker img{
	height:12px;
	position:relative;
	top:0px;
	
}
#languagePicker:hover{
    /*color:#2D2D2D;*/
    color:#EB8E09;
}
#languagePicker ul{
    margin-top:0px;
    position:absolute;
    z-index:999;
    background-color:#ececec;
    padding:5px;
    width:220px;
    right:0;
    text-align:center;
    font-weight:600;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    display:none;
    /*-moz-box-shadow: 0 2px 5px #999;
    -webkit-box-shadow: 0 2px 5px#999;
    box-shadow: 0 2px 5px #999;*/
    /*border-bottom:2px solid #666;*/
}
#languagePicker li{
    padding:3px 0;
    color:#2D2D2D;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    background-color:#e2e2e2;
    margin:2px 0 2px;
    font-weight:100;
    text-align:left;
}
/*#languagePicker li:last-child{
	border-bottom:1px solid #CCC;
}*/
#languagePicker li:hover{
    color:#EB6909;
    background-color:#fff;
}
#languagePicker li a{
	display:block;
}
/**/
/**/
/*	HEADER MESSAGES*/
/**/
/**/
.headerHome{
    width:954px;
    
    /*height voor als er geen banner op de homepage is*/
    height:240px;
    
    /*height voor als er wel een banner op de homepage is
    height:350px;*/
    
    padding:20px;
    /*background:transparent url(/static/images/home-glass.png) no-repeat;*/
    margin:0 auto;
    position:relative;
}
#lvl1Header{
	background:transparent url(/static/images/lvl1-glass.png) no-repeat;
    width:954px;
    height:151px;
    padding:20px;
    /*padding:20px 20px 50px 20px;*/
    margin:0 auto;
    position:relative;
}
.home-message{
    position:absolute;
    margin-top:33px;
    width:675px;
}
#upperMessage{
    position:absolute;
}
.domains-message{
    margin-top:0px;
}
.benefits-message{
	margin-top:20px;
}
.features-message{
	margin-top: 20px;
	width: 700px;
}
.payment-message{
	width:500px;
}
.security-message{
    margin-top:7px;
    width:665px;
}
.transfer-message{
	margin-top:60px;
}
.selling-message{
    margin-top:0px;
    width:615px;
}
.registrars-message{
    margin-top:0px;
    width:565px;
}
.control-panel-message{
    margin-top:0px;
    width:665px;
}
.interfacesAPI-message{
}
.interfacesAPI-message .msg-l{
	margin-top:40px;
}
.reseller-message .msg-l{
	margin-top:40px;
}
.msg-l,
.msg-m,
.msg-s{
    display:block;
}
.msg-l{
    font-size:40px;
    line-height:45px;
    margin-bottom:8px;
    letter-spacing:-2px;
    text-transform:uppercase;
}
.msg-banners {
    height: 115px;
}

.msg-banner-container {
    float: left;
    width:49%;
    margin-right: 2%;
}

.msg-banner-container:last-child {
    margin: 0;
}

.msg-banner {
	background: rgba(68,68,68,0.9) url('') no-repeat center;
	display: block;
	color: #FFF;
	padding: 7px 0 22px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*width: 935px;*/
	border: 1px solid #666666;
	text-align: center;
    /*
	-moz-box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	box-shadow: 0px 0px 8px #000;
	top: 40px;
    */
	margin-bottom:40px;
	position: relative;
	height: 60px;
}
.msg-banner h3{
	font-size:18px;
	margin-bottom:5px;
	line-height:20px;
}
.msg-banner p{
	line-height:20px;
	margin-bottom:10px;
	font-size:18px;
}
.msg-banner img{
	margin-bottom:5px;
}

.msg-banner .small {
	font-size:12px;
	color:#999999;
}

.msg-banner .btn {
	margin-bottom:20px;
}

.img-banner {
}

.img-banner img {
    display: block;
    margin-top: 40px;
    border-radius: 5px;
    /*
    -moz-box-shadow: 0px 0px 8px #000;
    -webkit-box-shadow: 0px 0px 8px #000;
    box-shadow: 0px 0px 8px #000;
    */
}

.home-message .msg-l{
    font-size:66px;
    letter-spacing:-4px;
    font-weight:700;
    margin-bottom:10px;
}
.home-message .msg-m{
	font-size:30px;
	margin-bottom:10px;
}
.home-message .msg-s{
    font-size:16px;
}
.spltst .home-message .msg-s{
    font-size:18px;
    line-height:28px;
    width: 660px;
}
.msg-m{
    font-size:24px;
    line-height:45px;
    letter-spacing:-1px;
    text-transform:uppercase;
}
.msg-s{
    font-size:18px;
    line-height:28px;
    font-weight:100;
}
.msg-s img{
    height:14px;
}
.extraMessage{
    position:relative;
    display:block;
    margin-top:15px;
    font-size:16px;

}
.extraMessage > span{
    display:inline-block;
    background-color:#eb6909;
    color:#fff;
    padding:5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-transform:rotate(-4deg);
    -webkit-transform:rotate(-4deg);
    -o-transform:rotate(-4deg);
    -ms-transform:rotate(-4deg);
    /*inline block fix for IE users*/
    *display: inline;
    zoom:1;



}

/**/
/**/
/*	SITE CONTENT*/
/**/
/**/
#siteContent{
    width:940px;
    padding:22px;
    padding-bottom:0;
    margin:30px auto 0;
    position:relative;
    background:transparent url(/static/images/content-upperbg.png) no-repeat top center;
	z-index:2;
    /*background:rgba(255,255,255,0.8);*/
}
#siteContent h1{
    font-size:28px;
}
#siteContent h2{
    font-size:22px;
    line-height:28px;
}
#siteContent h3{
    font-size:18px;
}
#siteContent ol,
#siteContent ul{
    margin-bottom:8px;
    margin-bottom:30px;
}
#siteContent ol li,
#siteContent ul li{
    line-height: 21px;
    margin-bottom:8px;
}
#siteContent li{
    padding-left:15px;
    line-height:18px;
}
#siteContent ol li{
    margin-left:19px;
}
#siteContent ul li{
    background:transparent url(/static/images/check-usp.png) no-repeat 0 8px;
}
ol.olWithChecks li{
    padding-left:15px;
    margin-left:0 !important;
    background:transparent url(/static/images/check-usp.png) no-repeat 0 8px;
}
#siteContent ol.olwithnums li{
	list-style:decimal;
	padding-left:10px;

}
.tld_block{
	padding-bottom:20px;
	border-bottom:1px solid #cbcbcb;
	float:left;
	margin-bottom:20px;
	width:640px;
}

#tld_regions{
	float:left;
	width:420px;
}

.tld_menu{
	width:180px;
	float:right;
	background-color:#767676;
	margin-top:30px;
}

.tld_menu ul{
	display:none;
	margin-bottom:0 !important;
}

.tld_fold{
	padding-left:15px;
	padding-right:40px;
	background-image:url(/static/images/tld_menu_arrow.png);
	background-repeat:no-repeat;
	background-position:right;
	cursor:pointer;
}

.tld_menu li{
	background-image:none !important;
	background-color:#444441 !important;
	margin-bottom:1px !important;
	padding-left:0 !important;
}

a.tld_nav{
	width:165px;
	display:block;
	padding-left:15px;
	cursor:pointer
}

a.tld_nav:hover{
	background-color:#eb6909 !important;
	cursor:pointer;
}

.tld_menu a{
	line-height:30px;
	color:#fff;
}

#tld_asia{
	display:none;
}

#tld_europe{
}

#tld_america{
	display:none;
}

#tld_africa{
	display:none;
}

#tld_australia{
	display:none;
}

/*--------------------*/
.generic_tld_block{
	padding-bottom:20px;
	border-bottom:1px solid #cbcbcb;
	float:left;
	margin-bottom:20px;
	width:640px;
}

#generic_tld_regions{
	float:left;
	width:420px;
}

.generic_tld_menu{
	width:180px;
	float:right;
	background-color:#767676;
	margin-top:30px;
}

.generic_tld_menu ul{
	display:none;
	margin-bottom:0 !important;
}

.generic_tld_fold{
	padding-left:15px;
	padding-right:40px;
	background-image:url(/static/images/tld_menu_arrow.png);
	background-repeat:no-repeat;
	background-position:right;
	cursor:pointer;
}

.generic_tld_menu li{
	background-image:none !important;
	background-color:#444441 !important;
	margin-bottom:1px !important;
	padding-left:0 !important;
}

a.generic_tld_nav{
	width:165px;
	display:block;
	padding-left:15px;
}

a.generic_tld_nav:hover{
	background-color:#eb6909;
	cursor:pointer;
}

.generic_tld_menu a{
	line-height:30px;
	color:#fff;
}

#generic_tld_business{
	display:none;
}

#generic_tld_computer{
}

#generic_tld_education{
	display:none;
}

#generic_tld_events{
	display:none;
}

#generic_tld_food{
	display:none;
}

#generic_tld_geographical{
	display:none;
}

#generic_tld_grownup{
	display:none;
}

#generic_tld_health{
	display:none;
}

#generic_tld_identity{
	display:none;
}

#generic_tld_idn{
	display:none;
}

#generic_tld_marketing{
	display:none;
}

#generic_tld_media{
	display:none;
}

#generic_tld_miscellaneous{
	display:none;
}

#generic_tld_money{
	display:none;
}

#generic_tld_professional{
	display:none;
}

#generic_tld_realestate{
	display:none;
}

#generic_tld_sports{
	display:none;
}

#generic_tld_technology{
	display:none;
}

#generic_tld_travel{
	display:none;
}

/*--------------------*/

#siteContent ul.domain-list{
    margin-bottom:50px;
    clear:both;
    width:620px;
}
#siteContent ul.domain-list li{
    background:none;
    padding-left:0;
    margin-bottom:5px;
    padding-bottom:3px;
    position:relative;
    font-size:12px;
    /* width:450px;*/
    width:160px;
    float:left;
}
#siteContent ul.domain-list li:nth-child(even){
    margin-right:0px;
}
#siteContent ul.domain-list li:nth-child(odd){
    margin-right:0px;
}
#siteContent ul.domain-list li a.tld,
#siteContent ul.domain-list li span.tld{
    display:inline-block;
    width:90px;
    border-bottom:2px solid #EB6909;
    color:#fff;
    font-size:12px;
    background: #EB6909 url(/static/images/reseller-head.jpg) no-repeat center;
    text-align:center;
    /*inline block fix for IE users*/
    *display: inline;
    zoom:1;
    margin-left:0;
}
#siteContent ul.domain-list li a.tld:hover{
    background-position:left;
}
#siteContent ul.domain-list li a.mi,
#siteContent ul.domain-list li span.no-details{
    position:absolute;
    right:0;
}

#siteContent ul.domain-list li span.no-details{
    color:#999;
}
#siteContent ul.domain-list li span{
    margin-left:10px;
}
#domainCTA{
    position:relative;
    float:right;
    margin-left:30px;
    margin-bottom:30px;
}
#logo-registrar{
    height:114px;
    width:340px;
    margin-bottom:10px;
    background-color:transparent;
    background-repeat:no-repeat;
    position:relative;
    text-align:right;
}
/**/
/**/
/*	HOME COMPONENTS*/
/**/
/**/
#row1Home,
#row2Home{
    position:relative;
    margin:30px 0;
}
.spltst #row1Home{
    margin:0 !important;
}
.spltst #row2Home{
    margin:0 0 30px !important;
}
#row1Home{
    margin-top:0;
}
#featuresHome{
    width:580px;
    float:left;
}
#featuresHome h2{
    font-size:30px;
}
#featuresHome ul{
    width:580px;
}
#featuresHome ul li{
    background:transparent url(/static/images/feat-icon-sprite.png) no-repeat;
    display:block;
    float:left;
    width:210px;
    padding:0 0 0 60px;
    margin:0 20px 20px 0 !important;
    line-height:26px !important;
    height:75px;
}

#featuresHome li#featGraph1{
    background-position:0 -90px
}
#featuresHome li#featGraph2{
    background-position:0 -290px
}
#featuresHome li#featTime{
    background-position:0 10px
}
#featuresHome li#featTool{
    background-position:0 -190px
}
#featuresHome li#featId{
    background-position:0 -590px
}
#featuresHome li#featDoc{
    background-position:0 -490px
}
#featuresHome li#featArrow{
    background-position:0 -690px
}

.spltst li{
    background:transparent url(/static/images/feat-icon-sprite.png) no-repeat !important;
    display:block;
    float:left;
    width:150px;
    padding:0 0 0 65px !important;
    margin:0 20px 20px 0 !important;
    line-height:26px !important;
    height:75px;
    font-size:14px;
}
.spltst li#featGraph1{
    background-position:0 -90px !important;
}
.spltst li#featGraph2{
    background-position:0 -290px !important;
}
.spltst li#featTime{
    background-position:0 10px !important;
}
.spltst li#featTool{
    background-position:0 -190px !important;
}
.spltst li#featId{
    background-position:0 -590px !important;
}
.spltst li#featDoc{
    background-position:0 -490px !important;
}
.spltst li#featArrow{
    background-position:0 -690px !important;
}
.spltst li#featLock{
    background-position:0 -390px !important;
}
.col1of3,
.col2of3,
.col3of3{
    width:300px;
    float:left;
    position:relative;
}
.spltst .col1of3,
.spltst .col2of3,
.spltst .col3of3{
    width:270px;
    float:left;
}
.col1of3{
    margin-right:20px;
}
.col2of3{
    margin-right:20px;
}
.col3of3{
}
#row2Home h2{
    margin-bottom:120px;

}
#homeMsgLower{
	font-family: 'Shadows Into Light Two', cursive;
	position:absolute;
	width:300px;
	display: block;
	line-height: 30px;
	font-size: 24px;
	top: 11px;
	right: 5px;
}
#homeMsgArrow{
	position:absolute;
	top: 282px;
	left: 477px;
	display:none;
	width: 174px;
}
#offer-a1{
	background:transparent url(/static/images/offer-arrow1.png) no-repeat;
	width:44px;
	right:320px;
}
#offer-a2{
	background:transparent url(/static/images/offer-arrow2.png) no-repeat;
	width:75px;
	right:-10px;
}
#offer-a1,
#offer-a2{
	height:129px;
	position:absolute;
	top:-7px;
}
#row2Home h2,
#row2Home p{
    z-index:99;
    position:relative;
}
#row2Home .supportive-image{
    position:absolute;
    height:160px;
    width:1000px;
    left:-30px;
    margin-top:10px;
    background:transparent url(/static/images/home-row2.png) no-repeat;
}
.loginHome{
    width:300px;
    float:right;
}
.loginWindow{
    background:transparent url(/static/images/signup-bg.png) no-repeat;
}
.loginOffer{
   /* margin-top:20px;*/
    /*background:transparent url(/static/images/offer-bg.png) no-repeat;*/
    background:#CCC url(/static/images/bg-alu.jpg);
}
.loginWindow,
.loginOffer{
    /*height:114px;
    width:340px;
    position:relative;*/
    height:114px;
    width:300px;
    position:relative;
    background-position: center;
    border-radius:4px;
}

/*-----Domainpage-----*/

#LW-Domain{
	background-image: none;
    float: right;
    height: 0px;
    margin: 50px 0;
	width:414px;
}

#LW-Domain span.gain{
	float:left;
	display:block;
	margin:10px; 
	color:#eb6909;
}

#LW-Domain a{
	background-color: #eb6909;
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 10px 20px;
    width: 171px;
	float:left;
}

#LW-Domain a:hover{
	background-color:#eb8e09;
	}

#package-btn{
	background-color: #fff;
    background-image: url("/static/images/package_bg.png");
    background-position: left top;
    background-repeat: no-repeat;
    border: medium none;
    float: right;
    font-size: 12px;
    margin: 20px 0;
    padding: 10px 0 10px 20px;
    width: 218px;
	cursor:pointer;

}

#package-btn:hover{
	background-image: url("/static/images/package_bg.png");
    background-position: left bottom;
}
	
/*---------------*/

.loginOffer{
	width:620px;
}
span.loginWindow-title{
    display:block;
    width:300px;
    height:19px;
    position:relative;
    top:17px;
    background-position:center;
    background-repeat:no-repeat;
    text-indent:-9999px;
}
span.loginOffer-title{
    display:block;
    width:300px;
    font-size:14px;
    color:#000;
    height:18px;
    position:relative;
    top:17px;
    left:14px;
}
a.loginWindow-button{
    display:block;
    width:280px;
    margin:0 auto;
    height:40px;
    top:45px;
    text-indent:-9999px;
    position:relative;
    background:transparent url(/static/images/signup-button-280.png) no-repeat;
}
a.loginWindow-button:hover{
    background-position:0 -40px;
}
a.loginWindow-button > span{
    display:block;
    height:18px;
    width:260px;
    position:absolute;;
    right:3px;
    top:11px;
    background-repeat:no-repeat;
    background-position:24px 0;

}
.loginOffer-details{
    height:60px;
    position:absolute;
    top:58px;
}
.loginOffer-col1,
.loginOffer-col2,
.loginOffer-col3{
    color:#adadad;
    text-align:center;
    font-size:12px;
    width:92px;
    height:50px;
    float:left;
}
.loginOffer-col1 span,
.loginOffer-col2 span,
.loginOffer-col3 span{
    margin-bottom:2px;
    text-transform:uppercase;
    font-size:30px;
    font-weight:700;
    display:block;
    text-shadow: -1px -1px #fff, -1px -1px #989898;

}
.loginOffer-col2{
    width:111px;
    border-right:1px solid #ccc;
    border-left:1px solid #ccc;
	margin-top:-12px;
}
#blog{
    border-bottom:1px solid #cbcbcb;
    border-top:1px solid #cbcbcb;
    padding:24px 0;
    font-size:16px;
    margin-bottom:30px;
    position:relative;
    /*background:transparent url(/static/images/footer-shadow.jpg) no-repeat top center;*/
    height:105px;
}
#blog img{
    position:absolute;
    top:26px;
	height: 109px;
	margin-left: 98px;
}
#blog .entry{
    display:block;
    float:right;

}
#extended-usps{
    background:#2d2d2d url(/static/images/bg-usp.jpg) no-repeat top center;
}
#extended-usps h3{
    text-transform:capitalize;
    padding-bottom:10px;
    margin-bottom:0;
    color:#fff;
    border-bottom:1px #222 solid;
}
#extended-usps ul{
    border-top:1px solid #686868;
    margin-bottom:20px;
    padding-top:10px;
}
#extended-usps ul.upperUspList{
	height:250px;
}
#extended-usps ul li{
    padding-left:15px;
    color:#bebebe;
    line-height:18px;
    font-size:13px;
    background:transparent url(/static/images/check-usp.png) no-repeat 0 5px;
}
#extended-usps li span{
    color:#8c8c8c;
    font-size:12px;
    display:block;
    line-height:15px;
}
#extended-usps li span.new-item{
    color:#eb6909;
    text-transform:uppercase;
    margin-left:5px;
    font-size:11px;
    display:inline;
}
#extended-usps .usp-col1,
#extended-usps .usp-col2,
#extended-usps .usp-col3,
#extended-usps .usp-col4{
    float:left;
    /*width:280px;
    margin:20px;*/
    width:205px;
    margin:15px
}
#extended-usps .usp-col1{

}
#extended-usps .usp-col2{
    /*margin:20px 10px;*/
    margin:15px;

}
#extended-usps .usp-col3{

}
#visual-tfservice{
	position:absolute;
	top: 135px;
	right: 22px;
}
#visual-globalsign{
	position:absolute;
	top: 25px;
	right: 10px;
}
#visual-gateway{
	margin-left:30px;
}
/**/
/**/
/*	SITE FOOTER*/
/**/
/**/
#siteFooter{
    width:940px;
    padding:22px;
    padding-top:30px;
    margin:0 auto 50px;
    position:relative;
}
#footerBlocks{
    position:relative;
    margin-bottom:30px;
}
#footerBlocks2{
    position:relative;
    margin-bottom:30px;
    background-color:#f0f2f1;
    /*background:#CCC url(/static/images/bg-alu.jpg) repeat;*/
}
.footerBlock{
    width:220px;
    margin-right:20px;
    padding-bottom:5px;
    float:left;
    /*background:#CCC url(/static/images/bg-alu.jpg) repeat;*/
    background-color:#f0f2f1;
}
.footerBar{
	background: #2D2D2D;
	height:32px;
	
}
.footerBlock2{
    float:left;
    /*width:280px;
    margin:20px;*/
    width:205px;
    margin:15px
}

#fb22{
    /*margin:20px 10px;*/
    margin:15px;

}
.footerBlock h4{
    padding:20px 0 15px 20px;
    border-bottom:1px solid #CCC;
    font-size:16px;
    color:#666;
}
.footerBlock2 h4{
    padding:5px 0 15px 0;
    border-bottom:1px solid #CCC;
    font-size:16px;
    color:#666;
}
.footerBlock h4.second{
    padding:0 0 15px 20px;
}
.footerBlock .footerAccreds,
.footerBlock2 .footerAccreds{
    margin:0 auto;
}
.footerBlockContent{
    border-top:1px solid #fff;
    padding:20px;
    display:block;
    font-size:12px;
}
#footerBlocks2 .footerBlockContent{
    border-top:1px solid #fff;
    padding:10px 0;
    display:block;
    font-size:12px;
}
.footerBlockContent li{
    margin-bottom:8px;
}
.footerBlockContent .sm,
.footerBlockContent .cn{
    display:block;
    background-image:url(/static/images/footerIcons2.png);
    background-repeat:no-repeat;
    padding:5px 0 10px 25px;
}
.sm-tweet{
    display:block;
    line-height:22px;
    font-style:italic;
    word-wrap: break-word;
    /*padding:7px;
    background-color:#dedede;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;*/

}
.footerBlockContent .sm{

}
.footerBlockContent .cn{
}
.footerBlockContent #sm-fb{
    background-position:0 -40px;
}
.footerBlockContent #sm-li{
    background-position:0 -80px;
}
.footerBlockContent #sm-twt{
    background-position:0 0px;
}
.footerBlockContent #cn-form{
    background-position:0 -200px;
}
#cn-call img {    
height: 12px;
position:absolute;
right:58px;
}
.footerBlockContent #cn-call{
    background-position:0 -160px;
	position:relative;
}
.footerBlockContent #cn-call-nl{
    background-position:0 -240px;
}
.footerBlockContent #cn-call-in{
    background-position:0 -280px;
}
.footerBlockContent #cn-call-ru{
    background-position:0 -320px;
}
.footerBlockContent #cn-help{
    background-position:0 -120px;
}
#blockClear{

}
#fb4{
    margin-right:0;
}
#breadcrumb{
    height:44px;
    line-height:23px;
    border-bottom:30px solid #2D2D2D;
    border-top:1px solid #cbcbcb;
}
#breadcrumb li{
    position:relative;
    height:44px;
    line-height:43px;
    float:left;
    padding-right:24px;
    font-size:12px;
    font-weight:700;
    background:transparent url(/static/images/breadcrumb-div.jpg) no-repeat right;
}

.footerSearch{
    margin-top:10px;
    float:right;
    width:220px;
    height:25px;
    background:transparent url(/static/images/footer-search.png) no-repeat;
}
.footerSearch input{
    color:#CCC;
    font-family: 'PT Sans', sans-serif;
    font-size:12px;
    float:right;
    height:22px;
    position:relative;
    border:0;
    outline:0;
    background:none;
    width:180px;
    margin-right:10px;
}
.footerLine1,
.footerLine2{
    padding:20px 0 0;
    position:relative;
    font-size:12px;
}
.footerLine1{
    border-top:2px solid #EB6909;
    background:transparent url(/static/images/footer-shadow.jpg) no-repeat top center;
}
.footerRight{
    position:relative;
    float:right;
}
#siteFooter a{
    color:#444441;
}
#siteFooter a:hover{
    color:#eb6909;
}
/**/
/**/
/*	MISC*/
/**/
/**/


/**/
/**/
/*	LOGIN AND SIGN UP ELEMENTS*/
/**/
/**/
.quoteThankYou{
    font-size:16px;
    font-style:oblique;
    margin-bottom:5px;
}
#signinSiteLogo{
    position:relative;
    height:85px;
    width:340px;
    margin-bottom:20px;
}
#signinSiteLogo a{
    display:block;
    text-indent:-9999px;
    height:85px;
    width:120px;
    margin:0 auto;
    border:none;
    outline:none;
    background:transparent url(/static/images/logo-rtr.png) no-repeat;
}
#signinWrapper{
    width:340px;
    margin:20px auto 0;

}
#signinWrapper .alreadyCustomer,
#signinWrapper .notyetCustomer{

}
#signinWrapper .alreadyCustomer{
    background-color:#f8f8f8;
    width:300px;
    padding:20px 18px;
    float:left;
    border:1px solid #efefef;
    margin-bottom:20px;
    min-height:74px;
}
#signinWrapper .notyetCustomer{
    float:right;
    width:340px
}
.alreadyCustomer input[type=text],
.alreadyCustomer input[type=password]{
    margin:8px 0 12px;
    display:block;
    width:286px;
    border:1px solid #dddddd;
    color:#444441;
    font-family: 'PT Sans', sans-serif;
    font-size:14px;
    padding:6px;
    background:#fff url(/static/images/bg-field.png) repeat-x bottom;
}
#signinWrapper .alreadyCustomer h2{
    font-size:20px;
    font-weight:400;
}
#signinWrapper .alreadyCustomer a{
    display:block;
    text-align:right;
    font-size:12px;
}
.alreadyCustomer input[type=text]:focus,
.alreadyCustomer input[type=password]:focus,
.inputRow input[type=text]:focus,
.inputRow textarea:focus{
    border-color:#eb6909;
    outline:none;
}
.alreadyCustomer input[type=submit]{
    position:relative;
    float:right;
    margin:8px auto 18px;
    display:block;
    border:none;
    outline:none;
    background-color:#eb6909;
    color:#fff;
    font-family: 'PT Sans', sans-serif;
    font-size:16px;
    width:100px;
    padding:6px 0;
    cursor:pointer;
}
#signupForm input[type=submit]{
    position:relative;
    margin:18px 0 18px;
    display:block;
    border:none;
    outline:none;
    background-color:#eb6909;
    color:#fff;
    font-family: 'PT Sans', sans-serif;
    font-size:16px;
    padding:6px 20px;
    cursor:pointer;
}
input[type=text].error,
input[type=password].error,
textarea.error,
select.error{
    border:1px solid #F00 !important;
}
span.error{
    color:#F00;
}
.please-agree{
    position:absolute;
    color:#F00;
    left:30px;
}
.alreadyCustomer input[type=submit]:hover,
#signupForm input[type=submit]:hover,
#sslTbl .signUp:hover,
.pricePlanContent a.signUp:hover{
    background-color:#f77f26;
}
/**/
/**/
/*	CREATE AN ACCOUNT FORM SPECIFIC*/
/**/
/**/
.stripe{
    margin-left: 227px;
    display: inline-block;
    top:-68px;
    position: relative;
}
.box{
    margin-top:-102px;
    padding-left:240px;
    margin-right:-140px;
    width:296px;
}
.country_telephone{
    width:85px !important;
}
.telephone{
    width:260px !important;
}
#siteContent .sidebarSignup ul li{
    font-size:16px;
    background:transparent url(/static/images/check-signup.png) no-repeat 0 6px;
    padding-left:19px;
}
fieldset{
    border:1px solid #e7e7e7;
    padding:15px;
    margin-bottom:25px;
    position:relative;
}
fieldset.lastSet{
    border:1px solid #fff;
    padding:0 0 0 135px;
    margin-bottom:25px;
}
fieldset legend{
    margin-left:0px;
    padding:0 5px;
    color:#BEBEBE;
    font-size:14px;
}
.inputRow{
    background-color:#f8f8f8;
}
.inputRow span {
    vertical-align: top;
}
.inputRow .lbl{
    display:inline-block;
    width:100px;
    padding-right:20px;
    text-align:right;
    /*inline block fix for IE users*/
    *display: inline;
    zoom:1;
    font-size:14px;
    margin-top: 22px;
}
.inputRow.view span {
    display: inline-block;
    margin-top: 0;
    padding-top: 3px;
    margin-bottom: 5px;
}
.inputRow .captcha{
	margin-top: -15px;
    margin-bottom: 15px;
	position: relative;
	width: 340px;
	padding-left:110px;
	display: inline-block;
	/*inline block fix for IE users*/
	*display: inline;
	zoom:1;
}
.changeCode{
	position: absolute;
	top: 40px;
	right: 41px;
}
.whoisSubmit{
	position:relative;
	height:50px;
}
#signupForm .whoisSubmit input{
	/*margin: 0;
	position: absolute;
	right: 54px;
	bottom: 20px;*/
	margin:0 120px;
}
.inputRow .ta-lbl{
    top:-50px;
}
.required{
    color:#eb6909;
    margin-left:4px;
}
.extra1{
    color:#BEBEBE;;
    font-size:11px;
    line-height:16px;
    margin-left:0px;
    width:380px;
    padding-bottom:15px;
}
.inputRow .extra{
    color:#BEBEBE;
    font-size:11px;
    line-height:16px;
    margin-left:120px;
    width:380px;
    padding-bottom:15px;

}
.inputRow input[type=text],
.inputRow select{
    margin:12px 0;
    border:1px solid #dddddd;
    width:380px;
    color:#444441;
    font-family: 'PT Sans', sans-serif;
    font-size:14px;
    padding:6px;
    background:#fff url(/static/images/bg-field.png) repeat-x bottom;
}
.inputRow select{
    width:394px
}
.inputRow ul{
    display:inline-block;
    margin:0 !important;
    width:394px
}
#signupForm .inputRow.vertical ul {
    margin: 5px 0 !important;
}
.inputRow ul li{
    background:none !important;
    display:inline-block;
    margin:12px 0
}
#signupForm .inputRow.vertical ul li {
    display: block;
    margin: 2px 0;
}
.inputRow ul li label{
    display:inline-block;
    width:134px
}
#signupForm .inputRow.vertical ul li label {
    display: inline;
    width: auto;
}
.form-errors {
    color: #f00;
    font-size: .9em;
}
.form-errors ul li {
    margin: 0;
}
.additional-street {
    display: none;
}
a.show-more {
    cursor: pointer;
}
.inputRow textarea{
    margin:12px 0;
    border:1px solid #dddddd;
    width:380px;
    height:70px;
    color:#444441;
    font-family: 'PT Sans', sans-serif;
    font-size:14px;
    padding:6px;
    background:#fff url(/static/images/bg-field.png) repeat-x top;
}
#signupForm h2{
    margin-bottom:1px;

}
#signupForm p.alreadyHaveAccount{
    margin-bottom:30px;

}
.signupThanks{
    font-family: 'Shadows Into Light Two', cursive;
    display:block;
    padding-top:80px;
    line-height:38px;
    font-size:30px;
    margin-bottom:20px;
}
.contactAddress{
    font-family: 'Shadows Into Light Two', cursive;
    display:block;
    padding-top:40px;
    line-height:38px;
    font-size:30px;
    margin-bottom:20px;
}
.signupExpect h2{
    margin-top:40px;
    font-family: 'Shadows Into Light Two', cursive;
}
.CAleft,
.CAright{
    width:220px;
}
.CAleft{
    float:left;
}
.CAright{
    float:left;
}
/**/
/**/
/*	SIDEBAR*/
/**/
/**/
#sidebar-col1{
    width:600px;
    position:relative;
    float:left;
}
#sidebar-col2{
    width:280px;
    position:relative;
    float:right;
}

#sidebar-col1-tld{
	width:640px;
	position:relative;
    float:left;
}

#sidebar-col2-tld{
	width:240px;
	position:relative;
    float:right;
}
.sidebarSignup{
}
/**/
/**/
/*	PRICE PLAN ELEMENTS*/
/**/
/**/
#pricePlans{
    position:relative;
}
#pricePlans .pricePlan h3,
table h3{
    padding:15px 0 15px 20px;
    border-bottom:1px solid #bd5000;
    font-size:18px;
    color:#fff;
    margin-bottom:0;
    background:#EB6909 url(/static/images/reseller-head.jpg) no-repeat;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    text-shadow: -1px -1px bd5000, -1px -1px #bd5000;
}
.homePPstyling .pricePlan h3{
	font-size:22px !important;
}
#domain-additional-info h2{
    padding:10px 0 10px 20px;
    font-size:18px;
    color:#373737;
    background-color:#DADDDD;
    margin-bottom:0;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
.pricePlanContent{
    border-top:1px solid #ffe1ca;
    padding:20px;
    padding-bottom:80px;
    display:block;
}
.editedPPstyling .pricePlanContent{
	padding-bottom:10px;
	position:relative;
}
/*.homePPstyling #ppDeposit{
	width:640px;
}*/
.homePPstyling .pricePlan{
	background:none;
}
.homePPstyling .pricePlanContent{
	padding:0px;
	background:none !important;
	border:none;
}
.pricePlanContent a.signUp{
    position:relative;
    margin:18px 0 18px;
    display:block;
    position:absolute;
    bottom:0;
    border:none;
    outline:none;
    background-color:#eb6909;
    color:#fff;
    font-family: 'PT Sans', sans-serif;
    font-size:16px;
    text-align:center;
    padding:10px 20px;
    cursor:pointer;
    width:220px;
}
.pricePlanContent p{
    font-size:12px;
    line-height:18px;
}
.editedPPstyling .pricePlanContent p,
.homePPstyling .pricePlanContent p{
	font-size:14px;
	line-height:26px;
}
.pricePlanContent li,
.pricePlanContent ul{
    margin-bottom:0 !important;
}
.pricePlan{
    width:300px;
    float:left;
    background:#CCC url(/static/images/bg-alu.jpg) repeat;
}
#ppDiscount{
    margin:0 20px;
}
.price{
    position:relative;
    margin-bottom:10px;
    padding:9px;
    background:#f4f4f4;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#pp-head{
    background:none;
    border:none;
    font-size:11px;
    color:#999;
}
.price .p-col1,
.price .p-col2,
.price .p-col3{
    font-size:14px;
    position:relative;
    display:inline-block;
    /*inline block fix for IE users*/
    *display: inline;
    zoom:1;
    text-transform:capitalize;
}
.price .p-col1{
    width:80px;
}
.price .p-col2{
    width:70px;
    text-align:center;
    font-weight:bold;
}
.price .p-col3{
    float:right;
    text-align:right;
}
#pp-3,
#pp-platinum{
    padding-top:16px;
    padding-bottom:16px;
    background-color:#fff;
}
#pp-2,
#pp-gold{
    padding-top:12px;
    padding-bottom:12px;
}
.ppWholesaleOr{
    text-align:center;
    font-size:14px;
    margin-bottom:9px;
}
/**/
/**/
/*	INTEGRATION GRAPHIC*/
/**/
/**/
#integrationGraphic{
    position:relative;
    width:600px;
    margin-bottom:20px;
    padding-bottom:40px;
}
#integrationGraphic h2{
}
.igh3{
    font-family: 'Shadows Into Light Two', cursive;
    display:block;
    padding-top:94px;
    line-height:30px;
    font-size:20px !important;
    margin-bottom:20px;
}
.ig-row{
    position:relative;
    padding:20px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
.ig-subrow{
    position:relative;
}
.ig-arrow{
    height:10px;
}
.arrow-obs{
    position:absolute;
    width:31px;
    height:44px;
    bottom:-20px;
    left:50%;
    margin-left:-16px;
    z-index:50;
}
.arrow-o{
    background:transparent url(/static/images/ig-arrow-sprite.png) no-repeat 0 0;
}
.arrow-b{
    background:transparent url(/static/images/ig-arrow-sprite.png) no-repeat -31px 0;
    bottom:-40px;
}
.arrow-s{
    background:transparent url(/static/images/ig-arrow-sprite.png) no-repeat -62px 0;
    bottom:-40px;
}
#ig-row2,
#ig-row3{
    background:#CCC url(/static/images/bg-alu.jpg) repeat;
}
#customer,
#humanInteraction,
#ig-http,
#ig-xml,
#ig-thirdPartyModules,
#webInterface,
#ig-http2,
#ig-xml2,
#ig-thirdPartyIntegrations,
#ig-email,
#ig-rri,
#ig-epp{
    background-color:#2D2D2D;
    color:#fff;
    text-align:center;
    padding:10px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#customer,
#ig-registries{
    margin:0 10px 10px;
    padding:20px;
    font-size:16px;

}
#humanInteraction,
#ig-http,
#ig-xml,
#ig-thirdPartyModules,
#webInterface,
#ig-http2,
#ig-xml2,
#ig-thirdPartyIntegrations{
    width:145px;
    float:left;
    position:relative;
    margin:0 10px;
}
#ig-http,
#ig-xml,
#ig-http2,
#ig-xml2{
    width:95px;
}
#ig-thirdPartyModules,
#ig-thirdPartyIntegrations{
    width:165px;
}
/*#ig-thirdPartyModules,
#ig-thirdPartyIntegrations{
	margin-right:0;
}*/
#core{
    text-align:center;
    background-color:#eb6909;
    margin:10px;
    padding:20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    color:#fff;
    font-size:16px;
}
#ig-email,
#ig-rri,
#ig-epp{
    width:175px;
    float:left;
    position:relative;
}
#ig-email{
    margin-left:15px;
}
#ig-rri{
    margin:0 15px;
}
#endUser,
#ig-registries{
    background-color:#eb6909;
    margin:0 auto;
    width:300px;
    text-align:center;
    padding:20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    color:#fff;
    font-size:16px;
}
#ig-info-r1{
    margin:20px 0;

}
.ig-info-r1a,
.ig-info-r2a,
.ig-info-r1b,
.ig-info-r2b{
    width:450px;
    position:relative;
}
.ig-info-r1a,
.ig-info-r2a{
    float:left;

}
.ig-info-r1b,
.ig-info-r2b{
    float:right;
}
/**/
/**/
/*	SECURITY*/
/**/
/**/
#sslTbl{
    border-collapse: separate;
    margin:20px 0 40px 0;
}
#sslTbl td{
	line-height:18px;
	font-size:13px;
	 display:table-cell;
	 vertical-align:middle;
}
#sslTbl .tblInfo{
    background:#CCC url(/static/images/bg-alu.jpg) center;
    padding:6px 10px;
    border-left:3px solid #fff;
    text-align:center;
    width:90px;
}
#sslTbl tr.odd .tblInfo{
	 background:#CCC url(/static/images/bg-alu2.jpg) center;
}
#domain-additional-info td{
    border-bottom:1px solid #eaeaea;
    vertical-align:middle;
	padding:14px 20px;
}
#domain-additional-info td.data{
    padding-left:20px;
}
#domain-additional-info td p{
    margin-bottom:0;
}
#sslTbl tr{
}
#sslTbl .tblLbl{
    margin-right:2px;
    text-align:right;
    padding:7px;
    border-bottom:1px solid #ececec;
}
#sslTbl .tblCol{
    border-left:3px solid #fff;
}
#sslTbl h3{
	font-size:14px;
	padding:15px 5px 15px 5px;
	text-align:center;
	line-height:20px;
}
#sslTbl .check{
    background:transparent url(/static/images/check-signup.png) no-repeat;
    display:block;
    height:15px;
    margin:0 auto;
    width:15px;
}
#sslTbl .al{
    text-align:left;
}
#sslTbl .al ul{
    margin-bottom:30px;
}
#sslTbl .al p{
    font-size:12px;
    line-height:18px;
}
#sslTbl .signUp{
    position:relative;
    margin:8px 0 0;
    display:block;
    bottom:0;
    border:none;
    outline:none;
    background-color:#eb6909;
    color:#fff;
    font-family: 'PT Sans', sans-serif;
    font-size:16px;
    text-align:center;
    padding:10px 5px;
    cursor:pointer;
    width:80px;
}
/**/
/**/
/*	TERMS AND CONDITIONS*/
/**/
/**/
.tactitle{
    font-size:14px;
    margin:20px 0;
    color:#eb6909;
    border-bottom:1px solid #CBCBCB;
    padding-bottom:8px;
}
.addressPhone{
    line-height:18px;
}

.indexTitle{
    color:#444441;
    margin-bottom:15px;
    display:block;
}
.tacversion{
    margin-bottom:30px;
    font-style:italic;
}
.hidden{
    display:none
}

/* RESELLER PLATFORM */

.lists,
.columnLeft, 
.columnRight {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.columnLeft, 
.columnRight {
	margin-bottom:10px;
}

.lists {
  width: 313px;
}

.columnLeft {
  	width: 620px;
}

.columnRight {
	width:313px;
}

#platformInfo {
	height:650px;
}

#platformInfo h3 {
	font-family: 'Shadows Into Light Two', cursive;
}

#platformInfo .columnRight h3 {
	font-family:'PT Sans', sans-serif;
}

#platformInfo .row {
	margin-top:20px;
	border-bottom: 1px solid #ccc;
	position:relative;
}

#platformInfo .row img {
	position:absolute;
	bottom:0px;
}

/*THIRD PARTY MODULES*/

#modules {
	  display: inline;
	  float: left;
	  margin-right: 10px;
}

#modules .column {
	width:400px;
	height:265px;
}

#modules img {
	height:40px;
}

#modules h2 {
	display: block;
	width: 380px;
	padding: 10px;
	background: #CCC url(/static/images/bg-alu.jpg);
	border-radius: 5px 5px 0 0;
}


/**
 * Careers
 */
table.tobdata {
}

table.jobdata th,
table.jobdata td {
    vertical-align: top;
    text-align: left;
    line-height: 1.5em;
}

table.jobdata th {
    width: 100px;
    font-weight: bold;
}

/**
 * Mailchimp formulier
 */
#mc_embed_signup_scroll label {
	width: auto;
	float: left;
	padding-top: 9px;	
}
#mc_embed_signup_scroll input {
	width: 70%;
	float: right;
	padding: 7px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border: 1px solid #ccc;
	font-size: 15px;
	margin-right: 5px;	
}
.mc-field-group {
	width: 100%;
	clear: both;	
	margin: 5px 0px;
	display: inline-block;
	padding: 20px 5px;
	background: #f8f8f8;
}
.indicates-required {
	color: #aaa;
	width: 100%;
	float: left;
	margin-bottom: 10px;	
}

#mc-embedded-subscribe {
	position: relative;
  	margin: 18px 0 18px;
  	display: block;
  	border: none;
  	outline: none;
  	background-color: #eb6909;
  	color: #fff;
  	font-family: 'PT Sans', sans-serif;
  	font-size: 16px;
  	padding: 6px 20px;
  	cursor: pointer;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;	
	transition: all 0.3s;
}
#mc-embedded-subscribe:hover {
  	background-color: #CF5E0A;
	transition: all 0.3s;
}
.asterisk {
	font-family: arial;	
}
/*
Events banner homepage
*/
#eventhome {
    width: 100%;
    height: 90px;
    padding: 30px 0px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 20px;
    margin-top: 20px;
}
#eventhome .whdHome {
    height: 90px;
    float: left;
    border-right: 1px solid #d5d5d5;
    padding-right: 10px;
}
#eventhome .hcHome {
    height: 90px;
    float: left;
    border-right: 1px solid #d5d5d5;   
    padding-left: 10px;
    padding-right: 15px;
}
#eventhome .whdHome img {
    margin-top: 5px;
}
#eventhome .hcHome img {
    margin-top: -5px;
}

#eventhome .orange-button {
    float: left;
    width: 130px;
    margin-left: 22px;
    margin-top: 25px;   
} 

#siteContent ul.clean li {
    background: none;
}
