/*////////////////// RESET //////////////*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {padding:0;margin:0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,th,var{font-weight:normal;font-style:normal;}

ol,ul{list-style:none;}

caption,th{text-align:left;}

h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}

q:before,q:after{ content:''}

abbr,acronym{border:0;}

div{position:relative;}

a {outline: 0;}

textarea:focus, input:focus {outline:none}

/*////////////////// UTILS //////////////*/

.clr{width:1px;height:1px;margin:-1px;clear:both;font-size:1px;line-height:1px;}

.left {display:block;position:relative; float:left; }

.left1 {display:block;position:relative; float:left; margin:0px 0px 0px 39px;}

.left2 {display:block;position:relative; float:left; margin:0px 0px 0px -33px;}

.left3 {display:block;position:relative; float:left; margin:0px 0px 0px 39px;}

.left_top {width:897px;margin:-90px auto;z-index: 90;}

.right {display:block;position:relative; float:right;}

.right1 {display:block;position:relative; float:right; margin:0px 100px 0px 0px;}

.half{width:49.9%;}

.third{width:33.2%;}

.quarter{width: 24.9%;}

.spacer{padding:10px;}

.mid{vertical-align:middle;}

/* front page */


.view, .view1 { width: 800px; padding:10px 0px 0px 10px; margin:-10px 0 0 -24px; background:none;}

.index_tabs ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 32px; /*--Set height of tabs--*/

    border-bottom: 0px solid #999;
    border-left: 0px solid #999;
    width: 100%;
}
.index_tabs ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 31px; /*--Subtract 1px from the height of the unordered list--*/
    line-height: 31px; /*--Vertically aligns the text within the tab--*/
    border: 0px solid #999;
    border-left: none;
    margin-bottom: -1px; /*--Pull the list item down 1px--*/
    overflow: hidden;
    position: relative;
    background:transparent;
    text-align: left;
}
.index_tabs ul.tabs li.active a {
    color: #00366B;
    font-weight:bold;
    width:110px;
    height:32px;
    margin-left:2px;
    background-image:url(http://www.dot.tk/images.v2/tabActief.png);
}
.index_tabs ul.tabs li a {
    text-decoration: none;
    color: #fff;
    display: block;
    font-size: 13px;
        padding: 0 25px;
    border: 0px solid #E4E9E7; /*--Gives the bevel look with a 1px white border inside the list item--*/
    outline: none;

    width:110px;
    height:32px;
    margin-left:2px;

    background-image:url(http://www.dot.tk/images.v2/tabInactief.png);
    background-repeat:no-repeat;
}
.index_tabs ul.tabs li a:hover {
    /* background: #ccc; */
}
.index_tabs ul.tabs li a.selected {
    border:0;
}
html .index_tabs ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
    /* background: #E4E9E7; */
    border-bottom: 0px solid #E4E9E7; /*--Makes the active tab look like it's connected with its content--*/
}

.index_tabs .tab_container {
    border: 0px solid #999;
    border-top: none;
    overflow: hidden;
    clear: both;
    float: left; width: 100%;
    background:none;
    margin-top:-2px;
}
.index_tabs .tab_container p {
    font-size:13px;
}
.index_tabs .tab_container .match {
    font-size:13px;
}
.index_tabs .tab_container2 {
    /*background: #E4E9E7;
        width:797px;*/
        background: url("../images.v2/imgmy_sub_page_box_slice.png") repeat-y scroll 0 0 transparent;
}
.index_tabs .tab_content {
    padding: 20px;
    padding-bottom: 0px;
    font-size: 1.2em;
}
.index_tabs .boxtop2 {
    padding:0px 0 20px 0px;
    background:url(/images.v2/imgmy_sub_page_box_top.png) no-repeat transparent;
    margin-left: auto;
    margin-right: auto;
    width:800px;
}
.index_tabs .boxbottom2 {
    padding:0px 0 15px 0px;
    background:url(/images.v2/imgmy_sub_page_box_bottom1.png) no-repeat transparent;
    margin-left: auto;
    margin-right: auto;
    width:800px;
}

.formWrapHome7 .boxtop2 {
    padding:0px 0 0px 0px;
    background:url(/images.v2/imgmy_sub_page_box_top1.png) no-repeat transparent;
    margin-left: auto;
    margin-right: auto;
    width:800px;
    height:20px;
    margin-left:0px;
}
.formWrapHome7 .boxbottom2 {
    padding:0px 0 15px 0px;
    background:url(/images.v2/imgmy_sub_page_box_bottom1.png) no-repeat transparent;
    margin-left: auto;
    margin-right: auto;
    width:800px;
}



/*////////////////// BACKGROUND IMAGE //////////////*/

/*
.bgWrapper {
    /* min-height: 100%;
    min-width: 1024px; */
    /* Set up proportionate scaling */
    /* width: 100%; */
     /* height: 512px;  */


    /* Set up positioning */
    /* position: fixed;
    top: 0;
    left: 0; */
/*
    background:url(background.jpg) repeat ;
*/
    /* background:red; */
/*
}
*/

 img.bg {

                        /* Set rules to fill background */

                        min-height: 100%;

                        min-width: 1024px;



                        /* Set up proportionate scaling */

                        width: 100%;
                        height: 100%;



                        /* Set up positioning */

                        position: absolute;

                        top: 0;
                        left: 0;

                }



                @media screen and (max-width: 1024px){

                        img.bg {

                                left: 50%;

                                margin-left: -512px; }

                }

/*////////////////// GENERAL //////////////*/

html, body {height: 100%;}

body{font:normal 13px Arial, Helvetica, sans-serif; line-height:18px;background:url() no-repeat center top;}

#main {overflow:hidden; padding-bottom: 205px;}

.tk {position: relative; top: 0px; left: 351px; width: 38px; height: 35px; background:url(../images.v2/tk2.png) no-repeat; border:1px solid #999999;border-left:0px solid #fff;}
.tkhome {position: relative; top: 0px; left: 640px; width: 38px; height: 35px; background:url(../images.v2/tk2.png) no-repeat; border:1px solid #999999;border-left:0px solid #fff;}

.masterWrapper{width:100%; min-width: 960px; min-height:100%;}

/* .header{height:86px;margin:0 auto;z-index:4;background-color:#ffffff;} */
.header{ height:86px; margin:0 auto; z-index:4; background-color:#ffffff; width:770px; }

#header1Left {float:left; margin-left:-30px; height:100%; }
#header1Right {float:right; height:100%; }




.content, .contentHome{padding:45px 20px 30px 20px;z-index:3; }

.contentHome{ padding:48px 40px 0 20px; }

/*.background{min-height:600px; padding:48px 40px 0 20px; background:url(../images.v2/background1.png) no-repeat center top #36b7d7;}*/

.background1{min-height:600px; padding:48px 40px 0 20px; background:url(http://www.dot.tk/images.v2/background1.png) no-repeat center top; overflow:hidden;}

.background{ padding:0px 0px 0 0px; background:url() left top repeat-x ;}

.title{padding:0 0 45px 0;}

.display{width:730px;padding:0 0px;}

.displayHome{width:505px; padding:28px 0 0 24px; background:url(http://www.dot.tk/images.v2/box.png) no-repeat ; min-height: 200px;}

.innerWrap{padding:15px 0 15px 0px; width: 730px;}

.innerWrap2{padding:40px 12px 30px 60px;width:730px;}

.rightContainer{padding:0 0 0 27px;}

.rightContainer1{padding:0px 0 0 60px;}

.borderBottom{border-bottom:2px solid #ebebeb;}

.footer {
    background-color: #01AEEE;
    border: 0 none;
    clear: both;
    height: 80px;
    margin-top: -80px;
    min-width: 960px;
    padding: 0;
    position: relative;
}

.footer_container{width:839px;padding:15px 20px;margin:0 auto;z-index:1; }

.footer_container h2 {margin:0px;}

/* .topLinks, .topLinksHome{padding:7px 0 22px 0;margin:0 auto;width:780px; z-index: 95;} */
.topLinks, .topLinksHome{z-index: 95;}

.topLinks, .topLinksHome img{float: right;}

.like{padding:10px 0;border-top:1px solid #fff; border-bottom:1px solid #fff; width:120px;}

.greyBox{padding: 40px 0 12px 18px; background:url(/images.v2/bgGreyBox.gif) left top repeat-x; margin-top: 40px;}
.greyBox_inside{margin-top: -32px;}

.greyBox1{padding:9px 0 12px 12px; line-height:8px; height: 55px; width: 423px; background:url(/images.v2/domain_box1.png) no-repeat top left;}

.greyBox2{padding:0px 0px 0px 300px; height: 56px; width: 205px; background:url(/images.v2/create_account_button.png) no-repeat bottom right;}

.greyBox2 a{ margin:-18px -58px 0 0; }

.greyBox3{padding:0px 0px 0px 300px; height: 56px; width: 205px; background:url(/images.v2/create_account_button.png) no-repeat bottom right;}

.greyBox3 a{ margin:-18px -42px 0 0; }

.iconsContainer{padding:0 0 27px 0;}

.rightBox{width:196px; padding:15px; margin: 0px 0px; border:1px solid #ccc;}

.errorWrap{padding:10px; margin:9px 0 0 0;border:1px solid #999;}

.stepWrap{padding:20px 70px;}

.step{padding:20px 0;}

.responseWrap{padding:0 70px 0 40px;}

.output{width:618px; height:296px; padding:15px 20px; border:2px solid #ccc; overflow:scroll; font:normal 12px "Courier New", Courier, monospace;}

.w200{width:150px;}

.w205{width:195px;}

.w286{width:276px;}

.w340{width:380px;}

.w354{width:344px;}

.w370{width:360px;}

.w442{width:432px;}

.w445{width:445px;}

.w490{width:341px;}

.w516{width:506px;}

.w634{width:634px;}

.w668{width:668px;}

/*////////////////// Footer Menu //////////////*/

.footer .menu{width:177px;}

.footer .menu li{font-size:12px; line-height:20px;}

.footer .menu li a{color:#ffffff;}

/*////////////////// Forms //////////////*/

.formWrapHome1 {padding:12px 0 0px 0px; background:url(http://www.dot.tk/images.v2/box_top.png) no-repeat; margin-left: auto; margin-right: auto; width:800px; min-height:113px;}

.slice {padding:0px 24px 0px 24px; background:url(http://www.dot.tk/images.v2/box2_slice.png) repeat-y; margin-top: 110px; margin-left: auto; margin-right: auto; width:510px; }

.slice2 {padding:0px 0px 0px 0px; margin-top: 90px; }

.boxcontent {margin:-100px 0 0px 0px; }

.boxbottom {padding:0px 0 30px 0px; background:url(http://www.dot.tk/images.v2/box_bottom.png) no-repeat; margin-left: auto; margin-right: auto; width:510px;}

.formWrapHome1 h1{color:#00366B; font-size:26px; font-family:arial, helvetica; padding:0 0 10px 0;}

.formWrapHome2 {padding:0px 0px 0px 0px; width: 500px;}

.formWrapHome2 p{font-family:arial, helvetica; padding:0px 10px 10px 0; display: inline; float: left;}

.formWrapHome2 img{margin:-3px 0px 10px 3px; }

.formWrapHome3 {padding:0px 0px 0px 0px; width: 500px;}

.formWrapHome3 p{font-family:arial, helvetica; padding:10px 10px 10px 0; display: inline; float: left;}

.formWrapHome3 img{padding:7px 0px 10px 3px; }

.formWrapHome4 {padding:200px 0px 0px 0px; background:url(../images.v2/imgmy_sub_page_box.png) no-repeat; margin-left: auto; margin-right: auto; width:800px;  /*min-height:250px;*/ min-height:40px;}

.formWrapHome5 {padding:12px 0 0px 24px; background:url(../images.v2/imgmy_sub_page_box_slice.png) repeat-y;}

.formWrapHome6 {padding:0px 0px 20px 0px; background:url(../images.v2/imgmy_sub_page_box_bottom1.png) no-repeat; margin-left: auto; margin-right: auto; width:800px; overflow:auto; height:20px; z-index: 1;}

.formWrapHome7 {padding:0px 0px 0px 0px; margin-left: auto; margin-right: auto; width: 800px;}

.formWrapBox {padding:9px 9px 9px 9px; margin-top: -200px; }

.formWrapBox h1 {padding:0px 0 15px 0;font-weight:bold;font-size:24px;line-height:20px;color:#00366B;}

.formWrapBox1 {margin-top: -200px; padding-top:10px; }

.formWrapBox1 h1 {padding:0px 0 15px 0;font-weight:bold;font-size:24px;line-height:20px;color:#00366B0;}

.formWrap{width:570px;}

.formWrap2{padding:0 180px 0 0;}

.formRow{padding:9px 0px 0px 0px;}

.match{padding:0px 19px 10px 15px;}

.matchhome {padding:0px 19px 10px 20px; font-size:13px; margin-left:-5px; margin-right:20px;}

label{display:block;padding:0 0px 0 0;}

label.big, label.smaller{width:118px; padding:8px 0 0 0;font-weight:bold;font-size:15px;}

label.big{width:125px;}

label.small{ width:90px; padding:8px 0 0 0;font-weight:bold;color:#666;}

.homeLabel{padding:12px 16px; font-size:15px;}

textarea{position:relative;float:left;width:300px;height:200px;padding:0 5px;border:1px solid #ccc;overflow:auto;}

input{position:relative;float:left;height:35px;padding:0 5px; border:1px solid #999; line-height:35px;}

input.button146, input.button147{position:relative;float:none;width:145px;margin:0 0 0 14px;border:none; font-weight:bold; font-size:16px; text-transform:uppercase; color:#ffffff; background:url(/images.v2/bgBtn1451blue.png) no-repeat;}


input.button145 {
border: 1px solid #9c9c9c; /* Fallback style */
border: 1px solid #289202; /* Fallback style */
border: 1px solid rgba(0, 0, 0, 0.3);      
color:#fff;
background: #1E5799;
background: -webkit-gradient(linear, left top, left bottom, from(#01AEEE), to(#18558C) );
background: -moz-linear-gradient(-90deg, #01AEEE, #18558C);	
filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#01AEEE', endColorstr='#18558C');
box-shadow: 0 0 .05em rgba(0,0,0,0.4);
-moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
-webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    color: #FFFFFF;
    float: none;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 0 14px;
    position: relative;
padding: 3px 10px 8px; 
border-radius: 0.3em 0.3em 0.3em 0.3em;
    text-transform: uppercase;
    width: 145px;
}


input.button147{margin:9px 0 0 14px;}

input.radio{ position:relative; float:left; width:auto; height:14px; margin:1px 10px 0 2px; border:none;}

input.radio1{ position:relative; float:left; width:auto; height:14px; margin:1px 10px 0 2px; border:none;}

label.radio{width:160px;text-decoration:underline;}

label.radio1{width:120px;text-decoration:underline;}

label.radio2{width:100%; margin-right:10px; display:inline; text-decoration:underline;}

.select{width:160px; height:20px; padding:2px 0 0 5px; font-weight:bold; font-size:11px;}

input.buttonGrey1, input.buttonGrey2, input.buttonGrey3{width:72px; height:30px; border:none; font-weight:bold; font-size:16px; color:#797979; background:url(http://www.dot.tk/images.v2/go.png) no-repeat;}

input.buttonGrey2{margin:0 0 0 12px; color:#737373;background:url(http://www.dot.tk/images.v2/go.png) no-repeat;}

/*////////////////// Lists //////////////*/

.advantages{line-height:22px;}

.output ul{list-style-position:outside;}

/*////////////////// Tables //////////////*/

td{padding:10px;border-bottom:1px solid #ccc;}

td.last{border:none;}

/*////////////////// Text //////////////*/

h1{padding:0px 0px 0px 0px;}

h1 span{display:block;position:absolute;left:0px;top:0px;z-index:0;}

h1 img{position:relative;z-index:1;}

h2{padding:0px 0 3px 0; font-weight:bold;font-size:19px; color:#00366B;}

h2.detail { color:#00366B; font-size:12px; font-family:arial, helvetica; float:left; padding:0px 3px 0px 0px;}

.border{padding:0 0 10px 0;border-bottom:2px solid #00366B;}

.footer h2{padding:0;font-weight:bold;font-size:12px; color:#00366B;}

h3{padding:0px 0 5px 0;font-weight:bold;font-size:16px;line-height:20px;color:#00366B;}

.tab-content h3{color:#666;}

h3.small{font-size:11px;}

h4{padding:8px 0px;font-weight:bold;font-size:15px;color:#000;}

/*////////////////// Paragraph //////////////*/

p{padding:0 0 10px 0;}

p.slogan{padding:45px 55px 0 0;font-weight:bold;font-size:28px; color:#66cc00;}

p.register{float:left;font-weight:bold;font-size:18px; color:#666666;padding:0px 5px 10px 0;}

p.confirm{float:left;font-weight:bold;font-size:18px; color:#CCCCCC;padding:0px 50px 10px 0;}

.topLinks p{padding:0;}

.unselected{padding:5px 0px 0 0;font-size:11px;color:#999;}

.selected{padding:5px 0 0 0;font-weight:bold;color:#00366B;}

.pr28{padding-right:28px;}

.pr29{padding-right:70px;}

.pl28{padding-left:28px;}

.pt10{padding-top:10px;}

.pt15{padding-top:15px;}

.pt30{padding-top:30px;}

.pb200{padding-bottom:200px;}

.pb205{padding-bottom:30px;}

.pb209{padding-bottom:6px;}

.nopadding{padding:0;}

.mt8{margin-top:8px;}

.mt32{margin-top:32px;}

.ml55{margin-left:55px;}

.mr6 {margin-right:6px;}

.mr10{margin-right:10px;}

.bigger{font-size:16px;margin-top:-45px;margin-left:10px;}

.domain, .domain2{padding:4px 0 0 0;font-weight:bold; font-size:16px; text-transform:uppercase; color:#000;}

.domain2{font-size:24px;}

.error{font-weight:bold; font-size:12px; color:#cc0000; padding:0;}
.success{font-weight:bold; font-size:12px; color:#00cc00; padding:0;}

.step p{padding:10px 0; line-height:22px; font-size:13px;}

.webAddress{font-weight:bold; color:#999; }

.output p{padding:0 0 5px 0;}

.blue{color:#003366;}

/*////////////////// Link //////////////*/

a{text-decoration:none; color:#00366B;}

a:hover{ text-decoration:underline;}

.display a{font-weight:bold;}

.topLinks a{color:#00366B;}
.topLinksHome a{}

#langmenu {color:#00366B;font-size:13px;font-weight:bold;}
/* .topLinksHome img {position:absolute; top:-2px; right:-20px;z-index:-1;}
 .topLinksHome a{font-weight:bold; color:#FFF; position:absolute; top:9px; right:20px; z-index:1;font-family:arial;font-size:12px;}
 .topLinksHome a:hover{text-decoration:none;}

.topLinksHome #login_button {width:135px;text-align:left;font-weight:bold; color:#FFF; position:absolute; top:9px; right:0px; z-index:1;font-family:arial;font-size:12px;}
.topLinksHome #login_button:hover{text-decoration:none;}
.topLinksHome #login_button img {position:absolute; top:-2px; right:0px;z-index:-1;}
*/

#login_button {width:135px;text-align:left;font-weight:bold; color:#FFF; position:absolute; top:9px; right:0px; z-index:1;font-family:arial;font-size:12px;}
#login_button:hover{text-decoration:none;}
#login_button img {position:absolute; top:-2px; right:0px;z-index:-1;}

#langChoice { padding-top:35px; width:135px; }
#langChoice img{float: right;}





.footer h2 a{color:#ffffff;}

a.signup{display:block; width:246px; height:73px; margin:20px 0 30px 0; text-align:center; font-weight:normal; font-size:24px; line-height:70px; color:#ffffff; background:url(/images.v2/bgSignup.png) no-repeat;}

.signup:hover, .continue:hover, .add:hover{text-decoration:none;}

a.continue{display:block; width:230px; height:34px; font-weight:bold; font-size:15px; line-height:34px; text-align:center; color:#828a8f; background:url(http://www.dot.tk/images.v2/bgBtn230.png) no-repeat;}

/* a.add{display:block;width:230px; height:89px; padding:0 0 0 60px; font:normal 15px "Trebuchet MS", Arial, Helvetica, sans-serif; line-height:89px; color:#666; background:url(../images.v2/bgGreyBtn.jpg) no-repeat;}
*/

/*////////////////// Images //////////////*/

.footerIcon{padding:10px 8px 8px 0px;}

.captcha{padding:5px 0 0 10px;}

.warn{padding:3px 10px 0 0;}

.step img{padding:0 20px 0 0;}

/*////////////////// Tabs //////////////*/

.wrapperTabs {width:660px;}

ul.tabs {position:relative; top:1px;width:660px;padding:0 0 0 10px;margin:0; z-index:2;}

ul.tabs li {display:block;float:left; background-color:#fff;}

ul.tabs li a {color:#999;display:block;float:left;padding:5px 10px;font-size:12px;text-decoration:underline; outline:none;}

ul.tabs li a.selected{color:#000; text-decoration:none; border:1px solid #ccc; border-bottom:none;}

.tab-content {position:relative;clear:both; border:1px solid #ccc;padding:20px 10px;background:url(http://www.dot.tk/images.v2/bgTab.gif) left bottom repeat-x #fff;   z-index:1;}

/*////////////////// Carousel //////////////*/

.carouselWrap { width:300px; padding:20px 0 0 0; }

#carousel{width:630px;text-align:center;}

#carousel li{position:relative;float:left;width:105px; padding:5px 0; font-size:11px;color:#9b9b9b;}

.prev, .next{position:relative; top:70px;display:block; width:10px; height:23px; background:url(http://www.dot.tk/images.v2/prev.gif) no-repeat;}

.next{background:url(http://www.dot.tk/images.v2/next.gif) no-repeat;}

/*////////////////// Language Menu //////////////*/
/* #languagePlaceholder { position: absolute; left: 50%; margin-left: 245px; margin-top: 30px; z-index: 99; width: 150px; height: 530px; background:url(../images.v2/language_box2.png) no-repeat; } */

#languagePlaceholder { position: absolute; left: 50%; margin-left: 240px; margin-top: 30px; z-index: 99; width: 150px; height: 560px; background:url(http://www.dot.tk/images.v2/language_box2.png) no-repeat; }

#languagePad { padding: 0px 0px 0px 0px;}
#languagePlaceholder p { text-align:right;color: #3c0; font-weight: bold;padding: 20px 15px 0px 0px;}
#languagePlaceholder ul li a { display: block; text-align:left; line-height:100%; padding: 10px 15px 5px 15px; color: #036; font-weight: bold;}
#languagePlaceholder ul li a:hover { color: #3c0; text-decoration: none; }
#languagePlaceholder ul li a.last { border: 0px; }

#social_buttons a {display:block;height:52px;width:88px;z-index:1;position:relative;color:#fff;}
.soc_but { width:89px; height:52px; float:left; background: url("http://www.dot.tk/images.v2/sprite.png") no-repeat scroll 0 -1px transparent;  position:relative; cursor:pointer; margin-right:5px; margin-bottom:5px;}

.soc_but.connected:hover .soc_status_icon{ background: url("http://www.dot.tk/images.v2/sprite.png") no-repeat scroll -1px -381px transparent;}
.soc_but.unconnected{ background-position: 0 -1px; cursor:pointer;}

.soc_status{position:relative;}
    .soc_status .soc_status_text{position:absolute; top:33px;left:22px;font-family:verdana,arial; font-size:9px;color:#fff;z-index:0;}
    .soc_status .soc_status_icon {background: url("http://www.dot.tk/images.v2/sprite.png") no-repeat scroll 0 0 transparent;position:absolute;width:15px;height:12px;left:5px;top:37px;}
    .soc_status.connected .soc_status_icon{ background-position:-1px -397px;}

    .soc_status.unconnected .soc_status_icon{ background-position:-1px -381px;}

.soc_but.soc_facebook.connected,.soc_but.soc_facebook:hover{ background-position:-90px -1px; }
.soc_but.soc_twitter.connected,.soc_but.soc_twitter:hover { background-position:-90px -109px; }
.soc_but.soc_linkedin.connected,.soc_but.soc_linkedin:hover{ background-position: -180px -433px; }
.soc_but.soc_yahoo.connected,.soc_but.soc_yahoo:hover{ background-position: -90px -217px; }
.soc_but.soc_google.connected,.soc_but.soc_google:hover{ background-position: -90px -433px; }
.soc_but.soc_myspace.connected,.soc_but.soc_myspace:hover{ background-position: -90px -325px; }

.soc_but2 { width:80px; height:25px;  margin: 0; padding: 5px; list-style: none; position: absolute; top: 0; background: url("http://www.dot.tk/images.v2/sprite.png") no-repeat scroll 0 0 transparent; }

.soc_but2.soc_facebook { background-position:-263px 3px; }
.soc_but2.soc_facebook.connected { background-position:-179px 3px; }

.soc_but2.soc_twitter { background-position:-263px -29px; }
.soc_but2.soc_twitter.connected { background-position:-179px -29px; }

.soc_but2.soc_linkedin { background-position:-263px -157px; }
.soc_but2.soc_twitter.connected {background-position:-179px -29px; }

.soc_but2.soc_yahoo { background-position: -263px -62px; }
.soc_but2.soc_twitter.connected { background-position: -179px -29px; }

.soc_but2.soc_google { background-position: -263px -125px; }
.soc_but2.soc_google.connected { background-position: -179px -125px; }

.soc_but2.soc_myspace { background-position: -263px -94px; }
.soc_but2.soc_myspace.connected { background-position: -179px -93px; }

.soc_but.connected:hover { background-position: 0 -1px;}
/* #share_comment_counter {top:-15px;left:450px;} */
#share_comment_counter {bottom:-5px;right:-5px;}


ul.list {list-style:disc;}
.pl15{padding-left:15px}

.details_text {font-weight:bold;font-size:14px;color:#3159A9;float:left;}


    .masterWrapper { position:relative; }
    .contentHome { position:relative; }
    .bg2 { width:100%; position:absolute; z-index:-100;   }
    .background { position:relative; }
    .footer { }

.ajax_loader { width:16px; height:16px; background: url('http://www.dot.tk/images.v2/ajax-loader.gif') no-repeat scroll 0 0 transparent;  margin:10px; }

.greyBox4 { margin-top:25px; padding:0px 0px 0px 165px; height: 56px; width: 205px; background:url(http://www.dot.tk/images.v2/create_account_button.png) no-repeat bottom right; }
.greyBox4 a{ margin:17px 40px 0 0; }

/* .premiumauction {float:right; margin-right:-165px; margin-top:-100px;} */
.premiumauction {float:right; margin-right:-165px; margin-top:-100px;}


/*************************************BELOW COPIED STYLES FROM DEFAULT.CSS FROM MY.DOT.TK************************************************************/
.domainInput {padding-bottom:10px; *padding-bottom:3px; width:349px; height:16px;}
.breadcrumb {
        margin-bottom:10px;
        }

.breadcrumb ul {
        list-style:none; 
        font-size:11px;
        }

.breadcrumb ul li {
        display:inline; 
        padding:0.5em 10px 0.5em 0.5em;     
        background: url("/images.v2/breadicon.png") no-repeat scroll right center transparent;
        }

.breadcrumb ul li a { 
        color:#666666; 
        text-decoration:none;
        }

.breadcrumb ul li a.active {
        color:#00366B;
        }

.breadcrumb ul li.last {
        background-image: none;
}
	

#content { 
	border-bottom: 0px; 
	
	margin: 47px 0 0 0; 

	padding: 30px; 	
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	
	clear: both; 
	min-height: 200px; 
}
	#contentHeader { border: 1px solid #ddd; padding: 10px; min-height:0; }
	#contentHeader h2 { font: bold 17px 'Arial'; margin: 0; float:left; }

	#contentHeader h2#noicon { background: none;  }	
	#contentHeader #contentInfo { margin-top: 10px; }
	#contentHeader #contentInfo p { font-face: Arial; font-size: 12px; color: #777; }

	#contentHeaderwImage {padding:0px; min-height:0; }
	#contentHeaderwImage h2 { font: 21px 'Arial'; margin: 0; position:absolute; z-index:2; margin-top:68px; color:#FFFFFF; margin-left:15px;}

	#contentHeaderwImage #contentInfo { margin-top: 10px; }
	#contentHeaderwImage #contentInfo p { font-face: Arial; font-size: 12px; color: #777; }
	
	
	
	.pageHead {float:left;position:relative;width:100%;}
        .pageHead h1 {line-height:100%;}
	.toggleInfo {position:absolute; right:0; text-decoration:underline;color:#39C600;cursor:pointer;}
	.toggleInfo:hover {text-decoration:none;}
        .toggleInfoLess {display:none; }
        #contentInfo {display:none; }

/* content form */ 
#contentForm form { margin: 20px 0 20px 0; padding: 0; }
#contentForm form label { display: block; padding: 5px 10px 0 0; width: 220px; text-align: right; font: normal 14px 'Arial';}
#contentForm form label.default { display: inline; }
#contentForm form p { clear: both; padding-bottom:8px; }

#contentForm form input[type=text], #contentForm form input[type=password] 
	{ width: 400px; padding: 8px; border: 2px solid #ddd; margin-right: 3px; }

	#contentForm form input.mid, #contentForm form select.mid 
	{ width: 250px; }

	#contentForm form input.small, #contentForm form select.small
	{ width: 150px; }


#content form input[type="text"] {
    padding: 2px;
}

#content hr {
    border:2px dashed #CCCCCC;
    height: 20px;
    margin: 10px auto 20px;
}

form input.fi300, form select.fi300 {
    width: 300px;
}
	
#contentForm form input[type=checkbox] { position: relative; top: -2px; margin-right: 5px; }
	
	#contentForm form input.countryCode { width: 40px; border: 0px; text-align: right; }
	#contentForm form input.areaCode { width: 50px; }
	#contentForm form input.phoneCode { width: 284px; }

#content form input[type=submit].addButton {
	background: url('/images.v2/buttonlinks-add.png' ) no-repeat 0, 25px;
	padding: 10px 10px 10px 25px;
        font-size:12px;
}


#contentForm form select { width: 408px; }
#contentForm form select.ccdateYear { width: 90px; }
#contentForm form select.ccdateMonth { width: 163px; }

#content form input[type=submit].saveSubscriptionButton {
	background: url('/images.v2/button_savesubscription.png' ) no-repeat 0, 25px;
	padding: 10px 10px 10px 15px;
        font-size:13px;
        color:#fff;
        text-indent:-4px;
        width:185px;
        border:none;
}

#content input[type=button].addDomainButton {
	background: url('/images.v2/button_add_domain.png' ) no-repeat 0, 25px;
	padding: 10px 10px 10px 10px;
        font-size:13px;  
        width:51px;
        color:#FFFFFF;
        border:none;
}

#content form input[type=submit].addMoreDomainsButton {
	background: url('/images.v2/button_add_more_domains.png' ) no-repeat 0, 25px;
	padding: 5px 10px 10px 12px;
        font-size:13px;
        color:#FFFFFF;
        border:none;
        width:423px;
        height:29px;
}



/* content table */ 
#contentTable { margin-top: 20px; }
#contentTable table { border-collapse: collapse; width: 100%; }
#contentTable table th { background-color: #999; text-align: left; padding: 5px 5px 5px 10px; }
#contentTable table th a { color: #fff; font-weight: normal; }
#contentTable table td { padding: 5px 5px 5px 10px; }

/* Specific td properties */
th.regDate { width: 100px; }
th.expDate { width: 100px; }
td.domainNameButtons { text-align: right; white-space: nowrap; table-layout: fixed;}

/* Specific Form properties */
input#fldnewsletteryn { margin-left: 230px; }

/* button links properties */
a.linkViewInvoice { background: url('/images.v2/buttonlinks-view_invoice.png') no-repeat 0 -2px; padding: 0 10px 20px 30px; margin-right: 10px; color: #000; }
a.linkOkay { background: url('/images.v2/buttonlinks-okay.png') no-repeat 0 -2px; padding: 2px 10px 20px 30px; margin-right: 10px; color: #000; }
a.linkAdd { background: url('/images.v2/buttonlinks-add.png') no-repeat 0 -2px; padding: 2px 10px 20px 30px; margin-right: 10px; color: #000; }
a.linkAddDomain { background: url('/images.v2/button_add_new_domain.png') no-repeat scroll 0 0px transparent; color: #FFFFFF; height: 29px; margin-right: 10px; width: 139px; float:left; text-decoration:none; font-size:13px; line-height:27px; text-align:center; text-indent:-5px;}
a.linkDomainAdd { background: url('/images.v2/button_domain_add.png') no-repeat 0 0px; padding: 0px 0px 0px 0px; color: #FFFFFF; float:right; font-size:13px; line-height:28px; margin-right:40px; height:29px; text-decoration:none; text-indent:15px; width:134px;}
a.continueshopping { background: url('/images.v2/continueshopping.png') no-repeat scroll 0 0px transparent; color: #2A9E01; height: 31px; margin-right: 10px; width: 155px; float:left; text-decoration:none; font-size:13px; line-height:27px; text-align:center; text-indent:-5px;}
a.checkoutbutton { background: url('/images.v2/button_add_new_domain.png') no-repeat scroll 0 0px transparent; color: #FFFFFF; height: 29px; margin-right: 10px; width: 139px; float:right; text-decoration:none; font-size:13px; line-height:27px; text-align:center; text-indent:-5px;}

a.linkUpgraden { background: url('/images.v2/brandsafe-upgrade-green.png') no-repeat 0 0px; padding-left:10px; padding-right:10px; padding-bottom:10px; padding-top:2px; color: #FFFFFF; font-size:13px; line-height:28px; height:29px; text-decoration:none; text-indent:11px; float:left;}

a.linkBlacklist { background: url('/images.v2/buttonlinks-blacklist.png') no-repeat 0 -2px; padding: 2px 10px 20px 30px; margin-right: 10px; color: #000; }
a.linkWhitelist { background: url('/images.v2/buttonlinks-whitelist.png') no-repeat 0 -2px; padding: 2px 10px 20px 30px; margin-right: 10px; color: #000; }

a.linkModify { background: url('/images.v2/buttonlinks-modify.png') no-repeat 0 -2px; padding: 2px 10px 20px 30px; width:26px; height:26px; margin-right: 2px; color: #000; }
a.linkRemove { background: url('/images.v2/buttonlinks-remove.png') no-repeat 0 -2px; padding: 2px 10px 20px 30px; width:26px; height:26px; margin-right: 0px; color: #000; }
a.linkUpgrade { background: url('/images.v2/buttonlinks-upgrade.png') no-repeat 0 -2px; padding: 2px 10px 20px 30px; width:26px; height:26px; margin-right: 0px; color: #000; }
a.linkRenew { background: url('/images.v2/buttonlinks-renew.png') no-repeat 0 -2px; padding: 2px 10px 20px 30px; width:26px; height:26px;  margin-right: 0px; color: #000; }

a.adddiffButton { background: url('/images.v2/button_add_diff_domain.png') no-repeat 0 0px; margin-right: 10px; color: #000; width:143px; height:29px;  padding: 10px 25px 10px 10px;}

a.checkavButton {background: url('/images.v2/button_check_availability.png' ) no-repeat 0, 25px; font-size:12px; color:#FFFFFF; width:136px;       height:29px; border:none; padding: 20px 25px 20px 20px; text-decoration:none;}

a.buttonMain { display: block; text-align: center; width: 157px; height: 40px; background: url('/images.v2/bg-button.gif') no-repeat; padding-top: 17px; margin: 2px 2px 0 0; font-weight: bold; font-size: 14px; color: #fff; text-decoration: none; font-family:Arial;}

/* Other */
a.domainNameLink { font-size: 14px; }

/* Specific Div properties */
#contentInfoCC { margin-top: 30px; padding: 20px; width: 300px; border: 5px solid #ccc; border-bottom: 0px; }
#contentInfoFooter { height: 50px; width: 340px; padding: 0px; border: 5px solid #ccc; border-top: 0px; background-position: 0 50px ;}
#contentInfoFooter img { margin: 0 0 5px 5px;}
#contentInfoFooter a { font-size: 10px; }

/* table */

table#domainpay { margin: 0 auto; margin-top: 10px; width: 890px; border-collapse: collapse; }
table#domainpay img { margin: 0 10px 0 -10px; }
table#domainpay small { font: bold 10px Arial; }
table#domainpay select { margin-top: 5px; width: 150px; }
table#domainpay td { padding: 15px 0 15px 10px; border-top: 3px solid #ccc;}
table#domainpay td.td01 { width: 300px; }
table#domainpay td.td03 { text-align: right; }
table#domainpay tr.unselected { background-color: #eee; }
table#domainpay td.noborder { border-bottom: 0px; }

/* iframe upsell */
.iframe_upsell {
	width:99%;
	height:25px;
	border:0;
}
table .domainOptions {
	position:relative;
	float:left;
	border:0px solid #ccc;
	border-top:0px solid #ccc;
	border-bottom:1px solid lightgrey;
	margin-top:-5px;
	padding:0px;
	width:970px;
	background:#eaeaea;
}
.dOption img {
	cursor:pointer;
	border:4px solid white;
}
.dOption img:hover {
	
}
.dOption {
	cursor:pointer;
	float:left;
	position:relative;
	margin-right:10px;
	border:1px solid white;
}
.dOption:hover {
	border:1px solid black;
}	
.domainOption {	
	padding:4px;
	padding-top:0px;
	background:#fff;
	width:148px;
	font-size:10px;
	z-index:10000;
}
.domainOption p {
	padding-bottom:0;
	margin-bottom:0;
}
.green {
	color:green	;
	font-weight:bold;
}



/* TABLE OPMAAK */

table.infoTable {
	background:#F6F6F6;
	/*padding:10px;*/
	border-collapse:collapse;  
	margin-top:10px;
       /* border:1px solid #000;*/
        width:253px;
        height:359px;
}
table.infoTable tr{
	border-bottom:1px solid #999999;
}
table.infoTable th {
	text-align:right;	
	padding:5px;
}
table.infoTable td {
	text-align:left;
	padding:5px;
}

/* ------------- */
table.bgGrey {
	background:#EAEAEA;	
	padding:10px;
	border-collapse:collapse;  
	margin-top:10px;
}
table.bgGrey tr{
	border-bottom:1px solid #999999;
	
}
table.bgGrey th{
	text-align:left;
	padding:10px;
}
table.bgGrey td{
	text-align:left;	
	padding:10px;
}

		#content form { margin-left: 0px; }
		#content form input[type=text] { padding: 2px; }		
		#content form input[type=password] { padding: 2px; }
		#content form input[type=radio] { padding: 2px; margin-right: 5px; }

		#content form input.normal { width: 300px; }
		#content form input.smaller { width: 50px; }
		#content form input.small { width: 100px; }
		#content form i	nput.mid { width: 205px; }

                /* #content form select { position: relative; z-index: 0; } */	
		#content form select.normal { width: 300px; }
		#content form select.smaller { width: 50px; }
		#content form select.small { width: 100px; }
		#content form select.mid { width: 258px; }

		#content form input.date { width: 20px; margin-left: 5px; padding: 0px; }
		#content form select.month { width: 100px; margin-left: 5px; margin-right: 5px; }
		#content form input.year { width: 40px; padding: 0px; margin-right: 5px; }

		/*#content form input[type=button] { padding: 0 15px 0 15px; }*/
		/*#content form input[type=submit] { padding: 0 15px 0 15px; }*/
		
		#content hr { margin: 0 auto; height: 20px; margin-bottom: 20px; border-bottom: dashed 2px #ccc; border-top: 0px; border-left: 0px; border-right: 0px; /*\*/* height: 0px; margin-top: 10px; /**/ }
		#content img.captcha { border: 1px solid #000; padding: 5px; margin-bottom: 5px; }
		
		#content p {
			margin:0;
			padding:2px;
		}
		

/* ------------- */


/* ALGEMEEN */
.p5 {padding:5px;}
.p10 {padding:10px;}
.p15 {padding:15px;}
.p20 {padding:20px;}
.p25 {padding:25px;}

.pl10 {padding-left:10px;}
.pl20 {padding-left:20px;}

.pr10 {padding-right:10px;}
.pr20 {padding-right:20px;}

.pt10 {padding-top:10px;}
.pt20 {padding-top:20px;}
.ptl10 {padding-top:10px; padding-left:10px;}
.prb10 {padding-right:10px; padding-bottom:10px;}

.p25nb {padding-top:25px; padding-left:25px; padding-right:25px; padding-bottom:0px;}

.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
.ml25 {margin-left:25px;}
.ml29 {margin-left:29px;}

.mr10 {margin-right:10px;}
.mr11 {margin-right:11px;}
.mr15 {margin-right:15px;}
.mr20 {margin-right:20px;}
.mr25 {margin-right:25px;}
.mr40 {margin-right:40px;}

.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt18 {margin-top:18px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}

.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}

.left {float:left;}
.right {float:right;}
.clr{width:1px;height:1px;margin:-1px;clear:both;font-size:1px;line-height:1px;}

.w200 {width:200px;}
.w200 {width:200px;}




/* Calendar Styles */

#calendarContainer { width: 200px; text-align: center;}
#calendarContainer table { width: 100%; height: 130px; margin-top: 5px; border-collapse: collapse; padding: 5px; }
#calendarContainer table th { font: bold 10px Arial;}
#calendarContainer table tr { border-bottom: 1px dashed #ccc;}
#calendarContainer table td a { font: normal 9px Arial; text-decoration: none; padding: 3px 5px 3px 5px; }
#calendarContainer table td a:hover { background-color: #eee; padding: 3px 5px 3px 5px; }
#calendarContainer table td a#today { background-color: #eee; }

.placeHolderCalendarIframe1, .placeHolderCalendarIframe2 { position: absolute; z-index: 99; width: 220px; background-color: #ccc; border: 2px solid #ccc; display: none;  }
.placeHolderCalendarIframe1 a.closeCalendarIframe1, .placeHolderCalendarIframe2 a.closeCalendarIframe2  { float: right; margin: 5px; }
	.calendarIframe { width: 220px; height: 180px; background-color: #fff; }

/* Modify iframe */
.overlayModifyDomain { position: fixed; top: 0; left: 0; z-index: 100; width: 100%; height: 100%; background-color:#000; -moz-opacity: 0.8; opacity:.80; filter: alpha(opacity=80) }
iframe#ModifyDomain { position: absolute; z-index: 101; top: 50px; left: 25%; width: 50%; /*\*/* width: 500px; /**/ height: 600px; border: 1px solid #000; background-color: #fff; }

	#lightboxNav { position: absolute; z-index: 101; top: 20px; left: 25%; width: 50%; height: 30px; border: 1px solid #000; background-color: #ccc; text-align: right; }
	#lightboxNav a { display: block; margin: 5px 10px 0 0;}

	body#lightbox { background-image: none; background: #fff; padding: 20px; width: 650px; width: 450px\9;  /*\*/* width: 450px; /**/ }

*:first-child+html body#lightbox { width:400px !important; } /* IE7 Bullshit hack */

	#lightbox #headerLightbox { padding: 10px; background-color: #3c0; margin-bottom: 20px; }
	#lightbox #headerLightbox h2 { font: bold 18px 'Trebuchet MS'; color: #fff; }

	
/* icons */
	
a.calendar { display: block; width: 21px; height: 21px; margin-right: 10px; background: url('/images.v2/icon-calendar.gif') no-repeat; }
a.calendar span {display:none;}

.errMsg,.errorMessage,.errorMsg {
	color:red;	
	margin-bottom:-10px;
	padding:0;	
}
.errorMsg  {
	padding:10px;
	color:red;
	border:1px solid red;
	margin-bottom:10px;
	margin-top:5px;
}
.p10 .errorMsg {
    border: 1px solid red;
}

form .errorMsg  {
	color:red;	
	margin-left:240px;
	margin-bottom:-5px; 
	padding:0;	
	font-size:12px;
	border:none;
}
.whiteBox .errorMsg {
	color:red;	
	margin-bottom:-10px;
	margin-left:0px;
	padding:0;	
	font-size:12px;
	border:none;
}

.confirmMsg {
	padding:10px;
	color:green;
	border:1px solid green;
	margin-bottom:10px;
	margin-top:5px;
}

.selectBrand {
	padding:10px;
	background-color:lightgrey;
	border-bottom:1px solid grey;
	margin-bottom:5px;
}

.toggleDeals {
	cursor:pointer;
	color: #000000;
	font-size:10px;
	font-weight:bold;
	padding-top:0;
}


.pagination {
    width:994px;
    background-color:#999999; 
    color:white;
    padding:5px;
    margin-top:0px;
    margin-bottom:-10px;
    text-align:right;
    
}
.pagination a {
    color:white;
    text-decoration:underline;
}
.pagination a:hover {
    text-decoration:none;
}
.pagination a.active {
    font-weight:bold;
    color:black;
    text-decoration:none;
}


.whiteBox {
    border:1px solid lightgrey;
    background-color:white;
    padding:10px;
    margin-bottom:10px;
    position:relative;
}
.whiteBox:hover {
    border:1px solid grey;
}

.bigNumber {
    color:lightgrey;
    font-size:30px;
    font-weight:bold;
    position:absolute;
    top:10px;
    left:-40px;
    LINE-HEIGHT:100%; 
}  



                       .tkShopBlock {
				width:443px;
				min-height:151px;
                                *height:151px;
				float:left;
				position:relative;
				color:#555555;
				font-family:arial;
				margin-top:20px;
				border:1px solid #ccc;

			}
			.tkShopBlock h1,h2,h3{
				margin:0;
				margin-bottom:10px;
			}
			.tkShopBlock h2{
				font-size:17px;
				font-weight:bold;
                                margin:0;
                                color:#000;
			}

                        .tkShopBlock p {padding:5px 2px; font-size:12px;}

			.tkShopBlock a {
				color:#0072bc;
			}
			.tkShopBlock ul {
				padding-left:15px;
			}
			.tkShopBlock ul li {
				list-style:block;
                                color:#000;
                                font-size:12px;
			}
			.tkShopBlockEmpty {
				float:left;
				width:385px;
				min-height:135px;
				margin-top:20px;
				border:1px solid #ffffff;
				background-color:#fff;
			}
			a.tkShopGreenButton {
				float:left;
				margin-top:10px;
				background-color:green;
				padding:5px;
				color:#ffffff;
				font-family:arial;
				font-size:14px;
				text-decoration:none;
				border:5px solid green;
				border-radius:5px;
			}

                        .tkShopBlock .highlight {
                               color:#39C600;
                        }

			.soonExpired {
				float:left;
				margin-right:10px;
				margin-bottom:10px;
				/* background-color:#eaeaea; */
			}
			.soonExpired a {
				margin-left:10px;
			}	
			
			.tkShopImg {
				height:81px;
				width:435px;
				position:relative;
			}
			.tkShopImg h2 {
				position:absolute;
				bottom:-3px;
				left:25px;
				color:white;
			}	
                        
                        .tkShopwrap {
                                display:block;
                         }
                       
                        .tkShopwrap h2 {
                                float:none;
                         }
			
			.newArrow {
				z-index:10;
				position:absolute;
				top:10px;
				left:-10px;
			}	
			.mr40 {margin-right:40px;}
			.mr50 {margin-right:50px;}
			.mr60 {margin-right:60px;}
			.mb10 {margin-bottom:10px;}
			.mb15 {margin-bottom:15px;}
			.w435 {width:435px;}
			.h2 {font-size:21px;}

                        .imageone {background: url(/images.v2/tkshop-img1.jpg) no-repeat; width:494px; height:204px;}
                        .imagetwo {background: url(/images.v2/tkshop-img2.jpg) no-repeat; width:494px; height:204px;}
                        .imagethree {background: url(/images.v2/tkshop-img3.jpg) no-repeat; width:494px; height:204px;}
                        .imagefour {background: url(/images.v2/tkshop-img4.jpg) no-repeat; width:494px; height:204px;}
                        .imagefive {background: url(/images.v2/tkshop-img5.jpg) no-repeat; width:494px; height:204px;}
                        .imagesix {background: url(/images.v2/tkshop-img6.jpg) no-repeat; width:494px; height:204px;}
                        .tkShopContentbox {background-color:white; width:320px; height:174px;}


.button
{
    margin: 10px;
	margin-left:0;
    text-decoration: none;
    font: bold 1.5em Arial, Helvetica, 'Trebuchet MS'; /*Change the em value to scale the button*/
    display: inline-block;
    text-align: center;
    color: #fff;

	/* Fallback style 
    border: 1px solid #9c9c9c; 
	*/
	/* 
    border: 1px solid rgba(0, 0, 0, 0.3);            
	*/
    /*text-shadow: 0 1px 0 rgba(0,0,0,0.4);*/

    box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);

}

.button, .button span
{
    -moz-border-radius: .3em;
    border-radius: .3em;
}

.button span
{
	color:#ffffff;
	font-weight:normal;
	font-size:16px;
	
	/* Fallback style 
    border-top: 1px solid #fff; 
	*/
    /* border-top: 1px solid rgba(255, 255, 255, 0.5); */
    display: block;
    /*padding: 0.5em 2.0em;*/
    padding:0.25em 2.5em;

    /* The background pattern */

		/* 
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
                      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
                      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05))),
                      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05)));
    background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
                      -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
                      -moz-linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
                      -moz-linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);
 */
    /* Pattern settings */
/* 
    -moz-background-size: 3px 3px;
    -webkit-background-size: 3px 3px;
    background-size: 3px 3px;
	 */
	
}

.button:hover
{
	cursor:pointer;
    box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
}

.button:active
{
    /* When pressed, move it down 1px */
    position: relative;
    top: 1px;
}

/* ------------------------------------ */
.button-tk
{
	border: 1px solid #9c9c9c; /* Fallback style */
	border: 1px solid #289202; /* Fallback style */
    border: 1px solid rgba(0, 0, 0, 0.3);      
	
	
	color:#ffffff;
    background: #37d000;
    background: -webkit-gradient(linear, left top, left bottom, from(#37d000), to(#289202) );
    background: -moz-linear-gradient(-90deg, #37d000, #289202);	
	
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#37d000', endColorstr='#289202');
	
	box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
	
}

.button-tk2
{
	border: 1px solid #9c9c9c; /* Fallback style */
	border: 1px solid #289202; /* Fallback style */
    border: 1px solid rgba(0, 0, 0, 0.3);      
	
	
	color:#2a9e01;
    background: #f2feed;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2feed), to(#81fe55) );
    background: -moz-linear-gradient(-90deg, #f2feed, #81fe55);	
	
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#f2feed', endColorstr='#81fe55');
	
	box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
	
}



.buttontkshop
{
    margin: 10px;
	margin-left:0;
    text-decoration: none;
    font: bold 1.5em Arial, Helvetica, 'Trebuchet MS'; /*Change the em value to scale the button*/
    display: inline-block;
    text-align: center;
    color: #fff;

	/* Fallback style 
    border: 1px solid #9c9c9c; 
	*/
	/* 
    border: 1px solid rgba(0, 0, 0, 0.3);            
	*/
    /*text-shadow: 0 1px 0 rgba(0,0,0,0.4);*/

    box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .05em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .05em rgba(0,0,0,0.4);

}

.buttontkshop, .buttontkshop span
{
    -moz-border-radius: .3em;
    border-radius: .3em;
}

.buttontkshop span
{
	color:#ffffff;
	font-weight:normal;
	font-size:16px;
	
	/* Fallback style 
    border-top: 1px solid #fff; 
	*/
    /* border-top: 1px solid rgba(255, 255, 255, 0.5); */
    display: block;
    /*padding: 0.5em 2.0em;*/

    /* The background pattern */

		/* 
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
                      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(0, 0, 0, 0.05)), color-stop(.25, transparent), to(transparent)),
                      -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05))),
                      -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.75, transparent), color-stop(.75, rgba(0, 0, 0, 0.05)));
    background-image: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
                      -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%, transparent),
                      -moz-linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
                      -moz-linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);
 */
    /* Pattern settings */
/* 
    -moz-background-size: 3px 3px;
    -webkit-background-size: 3px 3px;
    background-size: 3px 3px;
	 */
	
}

.buttontkshop:hover
{
	cursor:pointer;
    box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 .1em rgba(0,0,0,0.4);
}

.buttontkshop:active
{
    /* When pressed, move it down 1px */
    position: relative;
    top: 1px;
}


		
input.submitButton  {
	font-size:16px;
	font-weight:bold;
	display: block;
    padding: 0.25em 1em;
	padding: 0.5em 2.0em;
	overflow: visible;
	
	border: 1px solid #9c9c9c; /* Fallback style */
    border: 1px solid rgba(0, 0, 0, 0.3);          	
	
}
input.submitButtonSmall  {
	font-size:14px;
	font-weight:normal;
	display: block;
	padding: 0.5em 2.0em;
    padding: 0.25em 1em;
	overflow: visible;
	
	border: 1px solid #9c9c9c; /* Fallback style */
    border: 1px solid rgba(0, 0, 0, 0.3);            
}
input.submitButtonLarge  {
	font-size:14px;
	font-weight:normal;
	display: block;
	padding: 0.5em 2.0em;
		/* padding: 0.25em 1em; */
        padding: 7px 15px;
		
	margin:10px 0px 0px 0px;	
	
	overflow: visible;
	
	border: 1px solid #9c9c9c; /* Fallback style */
        border: 1px solid rgba(0, 0, 0, 0.3);     

	font-size:21px;	
}
input.submitButtonLarge::-moz-focus-inner { /* Fixes Firefox input button padding issue */
	padding: 0.5em 1em !important;
	border: 0 none !important;
}
		

.completeCheckout {display:block; width:290px; height:73px; border:none; margin:20px 0 30px 0; text-align:left; text-indent:5px; font-weight:normal; font-size:24px; line-height:70px; color:#ffffff; background:url(../images.v2/bgcompleteCheckout.png) no-repeat;}


/* ------------------------------------ */



/* ----------------------------------- */
/* ------------TKSHOP_NEW------------- */
/* ----------------------------------- */

		.tkShopImg h2 {
			bottom:-4px;
		}
		.addedItem {
			border:1px solid lightgrey; 
			border-top:5px solid lightgrey; 
			border-left:0;
			border-right:0;
			padding-top:10px;	
			padding-bottom:10px;	
			margin-bottom:10px;
			width:1005px;
			position:relative;
			background-color:#F7F7F7;
		}
		.addedItem h2 {
			margin-bottom:0;
		}
		.registerItem {
			float:left;
			width:429px;

			min-height:130px;


			padding:10px;
			padding-bottom:0;
                        padding: 10px 10px 5.25em;
			border:1px solid #ccc;
			position:relative;
		}
		.removeLink {
			position:absolute;
			bottom:25px;
			right:25px;
		}
		
		

/* ----------------------------------- */
/* ----------------------------------- */
/* ----------------------------------- */



	
	

table.test {
	border-collapse: collapse;
	border-spacing: 0;
        width:752px; 
        background-color:#F7F7F7;
}

table.test td {
        padding-left:10px;
        padding-right:10px;
}
table .td1 {
	padding:p10;
	width:1px;
	white-space: nowrap;
}
table td {
	text-align:left;
}
table th {
	text-align:left;
}
table.zebra td, table.zebra th {
	padding:5px;
}
table.zebra td, table.zebra th{
	text-align:center;
}
table.zebra td.tdLeft {
	text-align:left;
}
.odd {
   background: #ccc;
   background: #eaeaea;
}

.slider {
	margin-top: 10px;
}
.ui-slider .ui-slider-handle{
    border:1px solid #555555;
	background-color:#eaeaea;
}
.ui-slider-horizontal {
	border:1px solid #555555;

}

td.step { padding: 5px; }




.checkoutTable {
	width:752px;
	
}
.checkoutTable td {
	vertical-align:top;
}

.checkoutTable input.fi300 {width:300px;}

.weeklytraffic {margin-left:40px;}

.fi308 {width:308px;}


.popupwindow {background-color:#fff; padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:10px; width:510px; overflow-x:hidden;}
.popupwindow img {margin-bottom:10px;}
.popupwindow h2 {margin-bottom:5px;}
.popupwindow p {margin-bottom:10px; width:465px;}
.popupwindow h1 {
    background-color: #39C600; 
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
    margin-bottom:10px;
    width:475px;
}
.popupwindow .subheading {float:left; font-size:12px; font-weight:bold; background-color:#e6e6e6; color:#000; padding:5px; margin-bottom:10px; width:475px;}

.popupwindow ul {list-style:disc; margin-left:20px; margin-bottom:5px; width:465px;}
.nobullet {list-style:none; margin-left:20px; margin-bottom:10px;}

.tk_bs_logo {float:left; padding-left:10px; padding-right:10px;}
.tk_bs_addeditem {float:left; width:734px; margin-left:40px;}
.remove_brandsafe {color:#00366B; font-weight:bold; text-decoration:none;}
.remove_brandsafe img {float:left; margin-right:5px; margin-top:-3px;}
.remove_item {color:#00366B; font-weight:bold; text-decoration:none;}

#selectdomainyears {float:left; width:210px;}
#selectdomainyears label {display:inline!important;}
#selectdomainyears select {width:45px;}
#selectdomainyears option {width:20px;}

#verify_button {width:183px; height:48px; background:url(../images.v2/verifybtn.png) no-repeat; color:#fff; border:none; font-size:20px; margin-top:15px;}
