﻿/*---------- Eric's Reset ----------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* remember to define focus styles! */
:focus
{
    outline: 0;
}

body
{
    color: black;
    background: white;
}

ol, ul
{
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td
{
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
}

blockquote, q
{
    quotes: "" "";
}

body
{
    color: #4b4b4b;
    font-family: Trebuchet MS,Arial,Sans-Serif;
}

.sprite
{
    background: url(images/sprite.png) no-repeat;
    display: block;
}

/*---------- General  ----------*/
body
{
    background: url(images/bg-body.gif) no-repeat center top;
    font-size: 12px;
}

body.loginPage
{
    background-image: none;
}

.clear
{
    clear: both;
    visibility: visible;
}

/*---------- Font  ----------*/
.nav li a
{
    font-size: 13px;
    color: #4b4b4b;
    font-weight: 700;
}

.nav li a:link, .nav li a:visited
{
    text-decoration: none;
}

.nav li a:hover, .nav li a:active, .nav li a.current
{
    color: #ff7200;
}

.footer
{
    font-size: 11px;
}

.footer strong
{
    font-weight: 700;
    font-size: 13px;
}

.footerNav li a
{
    color: #4b4b4b;
    text-decoration: none;
    font-family: Trebuchet MS;
}
h2
{
    font-weight: 400;
}
strong, h1, h2.widgetTitle
{
    font-weight: 700;
}

.btn span
{
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-family: Trebuchet MS;
    text-align: center;
    font-size: 12px;
}

.banner h1, .column1Block h1
{
    font-size: 28px;
    margin-bottom: 15px;
    margin-top: -10px;
}

.banner h2
{
    font-size: 12px;
    line-height: 16px;
}

.homeBannerContent h2, .column1Block h2
{
    font-size: 16px;
    margin-bottom: 10px;
}

.homeBannerContent
{
    float: left;
}

.widgetTitle, .column1-block strong, h1.widgetTitle, h2.widgetTitle
{
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
    font-weight: 700;
}

.faq-width + .widgetTitle
{
    margin-top: 20px;
    font-size: 16px;
}

.searchWidget a:link, .searchWidget a:visited, .searchWidget a:hover, .searchWidget a:active, .wrapper1 a, .wrapper1:link, .wrapper1 a:visited, .sitemap a, .sitemap a:link, .sitemap a:visited
{
    color: #18b000;
}

.package h2
{
    height: 46px;
    line-height: 46px;
    font-weight: 700;
    font-size: 18px;
}

.servicePartner
{
    margin: 5px;
    height: 26px;
    line-height: 26px;
}

.servicePartner span
{
    float: left;
}

.servicePartner img
{
    float: left;
    margin-left: 10px;
}

.servicePartner .copyright
{
    float: right;
}

.column12-smaller
{
    line-height: 18px;
}

/*---------- banner  ----------*/
.banner
{
    margin: 30px 0 20px;
    clear: both;
    position: relative;
    float: left;
    width: 100%;
}

.banner .iconList, .column1Block .iconList
{
    float: left;
    margin-right: 10px;
}

.banner h2
{
    clear: left;
}

.defaultBanner h2
{
    font-weight: 700;
}

.banner .linkStart, .banner .searchWidget, .banner .templateShow, .linkDemo
{
    float: right;
}

.banner .linkStart
{
    clear: both;
}

.defaultBanner.linkStart
{
    margin-right: 90px;
}

.templateShow
{
    margin-bottom: 25px;
}

.banner .faq
{
    position: absolute;
    bottom: -3px;
    left: 0;
    margin-left: 0;
}
.linkDemo
{
    width: 129px;
    height: 47px;
    background: url(/images/demoBtn.png) no-repeat 0 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}
.banner .linkDemo + .linkStart
{
    clear: none;
    margin-right: 8px;
}
/*---------- Widget  ----------*/
.nav
{
    width: 985px;
    height: 25px;
    position: relative;
    border: 1px solid #929292;
    background: url("images/navBg.png") repeat-x;
}
.cornerNav
{
    background-image: url("images/radius.png");
    position: absolute;
    display: block;
    width: 4px;
    height: 4px;
}
.cornerNav.tl
{
    top: -1px;
    left: -1px;
}
.cornerNav.tr
{
    top: -1px;
    right: -1px;
    background-position: -4px 0;
}
.cornerNav.bl
{
    bottom: -1px;
    left: -1px;
    background-position: 0 -4px;
}
.cornerNav.br
{
    bottom: -1px;
    right: -1px;
    background-position: -4px -4px;
}
.nav li, .footer li
{
    position: relative;
    display: inline;
}

.nav li a
{
    float: left;
    padding: 0 22px;
    height: 25px;
    line-height: 25px;
    border-left: 1px solid #929292;
}
.nav li:first-child a
{
    border-left: none;
}
.nav li a.last
{
    padding-left: 18px;
    padding-right: 0;
}



.package
{
    width: 271px;
    height: 201px;
    padding: 0 11px 0 30px;
    position: relative;
    float: left;
}

.packageM
{
    background-position: 0 -72px;
}

.packageL
{
    background-position: -340px -72px;
    margin: 0 25px 0 24px;
}

.packageXL
{
    background-position: -673px -72px;
}

.package ul li
{
    line-height: 22px;
    height: 22px;
    font-size: 13px;
}

.package .va
{
    font-size: 34px;
    font-weight: 700;
    position: absolute;
    right: 22px;
    top: 105px;
}

.package .va .vaText
{
    font-size: 12px;
    vertical-align: middle;
    margin-right: 10px;
}

.package .linkMore
{
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.searchWidget
{
    background-position: -666px -419px;
    width: 293px;
    height: 116px;
    padding: 12px 8px 15px 18px;
    line-height: 14px;
}

.searchWidget .formSearch
{
    margin: 0 0 15px;
    overflow: hidden;
}

.searchWidget input
{
    width: 171px;
    height: 22px;
    border: 1px solid #929292;
    margin-right: 12px;
}

.searchWidget input, .searchWidget a.btn
{
    float: left;
}

.formSearch .btn
{
    width: 65px;
}
.footer
{
    line-height: 14px;
}

.footer strong
{
    margin-bottom: 5px;
    display: block;
}

.register
{
    background-color: #d8d4d4;
    margin: 0 -24px 0 -25px;
    height: 100px;
    position: relative;
}

.register p
{
    font-size: 14px;
    font-weight: 700;
    padding: 20px 100px;
}

.register a.btn
{
    position: absolute;
    right: 97px;
    bottom: 20px;
    width: auto;
}

.loginBlock .loginElement
{
    width: 280px;
    margin-left: 80px;
    clear: both;
}

.loginBlock .loginElement input
{
    margin: 0;
}

.loginBlock .message
{
    border-top: 1px solid #929292;
    padding: 10px 0 20px;
}

.loginBlock .message .tips
{
    margin: 10px 0 20px;
    color: #919191;
}

.login table
{
    table-layout: fixed;
    width: 100%;
}

.login table td
{
    padding: 3px 0;
}

.loginTable td
{
    width: 120px;
}

.loginTable td + td
{
    width: 160px;
}

.loginElement .linkSection
{
    color: #18B000;
}

.login table input
{
    border: 1px solid #c1c1c1;
}

.loginTable .login-input-text
{
    width: 155px;
}

.login .btn
{
    float: right;
    margin: 10px 0 20px;
}

.loginBlock a
{
    color: #18b000;
    font-weight: 700;
    font-size: 14px;
}

.registerTable, .packageTable, .contactTable
{
    table-layout: fixed;
    width: 100%;
}

.registerTable
{
}
.registerTable td
{
}
.registerTable #name
{
    width: 80px;
}

.registerTable #form
{
    width: 350px;
}
.registerTable .sprite.btn
{
    width: 120px;
}


.registerTable strong.formTitle
{
    text-align: left;
    display: block;
    font-size: 14px;
}

.registerTable td + td
{
    text-align: left;
}

.registerTable td
{
    text-align: right;
}

.registerTable p
{
    margin-bottom: 2px;
}

.registerTable input[type="text"], .registerTable input[type="password"], .contactTable input[type="text"], .contactTable textarea
{
    border: 1px solid #bfbfbf;
    width: 206px;
    padding: 1px;
    font: 12px Arial;
}

.contactTable tr td
{
    width: 180px;
    text-align: right;
    padding: 3px;
}

.contactTable tr td + td
{
    width: 450px;
    padding-left: 15px;
    text-align: left;
}

.contactTable p + input
{
    clear: both;
    margin: 10px 0;
}



.column1.packageColumn
{
    padding: 0;
    width: 985px;
    position: relative;
}

.packageTable td, .packageTable th
{
    text-align: center;
    font-weight: 700;
}

.packageTable .packageDetail
{
    text-align: left;
    line-height: 15px;
}

.packageTable .packageDetail p, .packageTable .packageDetail ul
{
    font-weight: 400;
}

.packageTable .packageDetail ul
{
    margin: 5px;
}

.packageTable th
{
    font-size: 18px;
    padding: 10px 0;
}

.packageTable td
{
    padding: 5px 0;
    vertical-align: middle;
}

.packageTable strong, .tableMore strong
{
    font-size: 14px;
}

.packageTable col, .tableMore col
{
    width: 120px;
}

.packageTable col#detail, .tableMore col#Col1
{
    width: 560px;
}

.packageTable a.btn
{
    position: relative;
    left: -5px;
    top: 30px;
}

.tableMore a.btn
{
    position: relative;
    left: -5px;
}

* + html .packageTable a.btn
{
    left: 5px;
}
.packageTable .costs
{
    text-decoration: line-through;
}
.packageDetail a
{
    color: #ff7200;
    text-decoration: underline;
}

.packageDetail ul li
{
    background: url(images/iconList.png) left 2px no-repeat;
    padding: 0 0 0 15px;
    border: none;
}

. .registerTable .adres input[type="text"].street
{
    width: 113px;
}

.registerTable .adres input.house-number
{
    width: 33px;
}

.registerTable .adres input.suffix
{
    width: 43px;
}

.registerTable .adres input.postal-code
{
    width: 59px;
}

.registerTable .adres input.towntown
{
    width: 138px;
}

.registerTable .nameForm input[type="text"]
{
    width: 99px;
}

.registerTable .domain-type-list
{
    display: block;
    margin-left: 75px;
    text-align: left;
    top: -10px;
    width: 350px;
}
.registerTable input
{
    color: #4B4B4B;
}
.registerTable input:focus
{
    color: #4B4B4B;
}

/*---------- layout block  ----------*/
.containerBody
{
    width: 985px;
    margin: 0 auto;
}

.column1, .column2, .column12
{
    width: 985px;
    clear: both;
    overflow: hidden;
}

.column1
{
    width: 935px;
}

.column1Bottom, .column2Bottom, .column12Bottom
{
    height: 10px;
    width: 985px;
    overflow: hidden;
}

.column1
{
    background: url(images/bg-cloumn1-top.png) no-repeat;
    min-height: 278px;
    margin-top: 20px;
}

.column2
{
    background: url(images/bg-cloumn2-top.png) no-repeat;
    margin-top: 15px;
    min-height: 400px;
}

.column12
{
    background: url(images/bg-cloumn12-top.png) no-repeat;
}

.column1Bottom
{
    background-position: 0 -33px;
}

.tableOver
{
    background-position: 0 -405px;
}

.column2Bottom
{
    background-position: 0 -55px;
}

.column12Bottom
{
    background-position: 0 -44px;
}

.column1, .column12 .column12-smaller, .column12 .column12-widther, .columnDemo-smaller, .columnDemo-widther, .column2 .column2Block
{
    padding: 12px 25px;
}

.column1 .column1-widther
{
    width: 566px;
    padding-right: 22px;
    float: left;
    border-right: 1px solid #989898;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
}

.column1 .column1-smaller
{
    width: 320px;
    padding-left: 22px;
    float: left;
    position: relative;
}

.column12 .column12-smaller
{
    width: 233px;
    float: left;
}

.column12 .column12-widther
{
    width: 634px;
    margin-left: 18px;
    float: left;
}

.column12-smaller p
{
    margin-bottom: 20px;
}

.column1-smaller .iconTwitter
{
    position: absolute;
    top: 0;
    right: 0;
}

.column1-smaller-feeds .widgetTitle
{
    position: absolute;
    top: 0;
    left: 70px;
    color: #4B4B4B;
}

.columnDemo-smaller
{
    width: 270px;
    float: left;
    position: relative;
}

.columnDemo-widther
{
    width: 597px;
    float: left;
    position: relative;
    margin-left: 18px;
}

.columnDemo-smaller .demoTemplate1
{
    height: 157px;
    position: relative;
    margin-bottom: 30px;
}

.columnDemo-smaller .demoTemplate2
{
    height: 149px;
    position: relative;
}

.columnDemo-smaller img
{
    position: absolute;
    bottom: 7px;
}

.columnDemo-smaller .linkMore
{
    position: absolute;
    right: -15px;
    bottom: 5px;
}

.columnDemo-widther h2
{
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 15px;
}

.column2 .column1Block
{
    width: 483px;
    float: left;
    background: url(images/bg-pagelogin.png) no-repeat 1px 20px;
}

.column2 .column2Block
{
    width: 433px;
    float: left;
    margin-left: 19px;
}

.column2 .column1Block h1
{
    margin: 80px 0 25px 120px;
}

.column2 .column1Block h2
{
    margin-left: 120px;
    font-weight: 400;
}

.column2 .sewAD p
{
    margin: 20px 0 0;
    font-size: 12px;
    line-height: 15px;
    padding: 0 25px;
}

.sewAD img
{
    margin: 20px 0 20px 100px;
}

.column1 .column1-block
{
    width: 465px;
    float: left;
}

.column1 .column1-block li
{
    border: none;
    padding: 3px 0;
}

.column1 .column1-block ul, .moreList
{
    font-size: 8px;
    list-style: disc outside none;
    margin-bottom: 20px;
    margin-left: 15px;
}
.column1 .column1-block li a, .moreList li a
{
    color: #ff7200;
    font-size: 12px;
}

.column1 .column1-block + .column1-block
{
    border-left: 1px solid #929292;
    padding-left: 30px;
    width: 435px;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
}

/*---------- Element  ----------*/
.linkStart span, .linkMore span, .twitterLogo span, .linkMoreSmaller span, .logo span
{
    display: none;
}

.logo
{
    width: 293px;
    height: 67px;
    background-position: 0 25px;
    background: url(images/logo-starteen.png) no-repeat;
    display: block;
    margin: 10px 0;
}

.btn
{
    width: 104px;
    height: 27px;
    background-position: 0 -555px;
    text-decoration: none;
}
.btn span
{
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-family: Trebuchet MS;
    display: block;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
}
.sprite.btn, .sprite.btn span
{
    background: url(images/btnSprites.png) right top;
    height: 27px;
    padding: 0 10px;
}
.regist.btn
{
    margin-right: 5px;
    width: auto;
}
.sprite.btn span
{
    background-position: left -27px;
}
.iconList
{
    width: 18px;
    height: 19px;
    background-position: -450px -513px;
}
.iconList.facebook
{
    background: url(images/sprite-facebook.png);
    height: 24px;
}
.linkStart
{
    width: 209px;
    height: 48px;
    background-position: -210px -499px;
}

.linkMore, .linkBack
{
    width: 30px;
    height: 30px;
    background-position: -450px -437px;
}

.linkBack
{
    background-position: -486px -437px;
    color: #18B000;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-indent: 35px;
}

.linkMoreSmaller
{
    background-position: -450px -481px;
    height: 18px;
    width: 17px;
}

.iconFeed
{
    width: 39px;
    height: 39px;
    background-position: -560px -435px;
}

.iconTwitter
{
    width: 30px;
    height: 30px;
    background-position: -560px -478px;
}

.footer
{
    width: 925px;
    height: 99px;
    background-position: 0 -281px;
    padding: 10px 30px;
    margin-top: 35px;
    overflow: hidden;
}

.footerNav
{
    width: 600px;
    float: left;
}

.contactInfo
{
    width: 320px;
    float: right;
    position: relative;
}

.contactInfo strong
{
    display: block;
    clear: both;
}

.contactInfo p
{
    width: 170px;
    float: left;
}
.contactInfo p + p
{
    width: 150px;
}
.socialMedia
{
    margin-top: 10px;
}
.footerNav li a, .servicePartner a
{
    float: left;
    width: 135px;
    color: #4B4B4B;
}

.footerNav li a:hover, .servicePartner a:hover
{
    text-decoration: underline;
}
.servicePartner a
{
    width: auto;
    color: #4ab000;
    margin-right: 5px;
}

.contactInfo a
{
    color: #4B4B4B;
    text-decoration: underline;
}

.column1 li
{
    border-top: 1px solid #a5a5a5;
    padding: 10px 0;
}

.column1 li:first-child
{
    border-top: none;
}

.features li
{
    border: none;
}

.newsList span, .newsList a, .newsTitle a, .newsTitle span
{
    font-size: 14px;
    font-weight: 700;
    float: left;
}

.newsList p, .newsList li .NewsSummary
{
    line-height: 15px;
    clear: both;
    padding-left: 20px;
}
.column1-widther .newsList h2
{
    float: left;
}
.newsList a, .newsTitle a
{
    color: #ff7200;
    text-decoration: underline;
    margin: 0 5px;
}
.column1-widther .newsList h2
{
    float: left;
}
.feedList
{
    line-height: 16px;
}

.feedList a
{
    color: #ff7200;
    text-decoration: underline;
    font-weight: 700;
}

.column1-widther .linkMore
{
    float: right;
}

.column1-widther .linkLine
{
    position: absolute;
    bottom: 9px;
    right: 58px;
    color: #18b000;
    font-size: 14px;
    font-weight: 700;
}
.banner h2 a, .banner h2 a:link, .banner h2 a:visited, .sewAD p a
{
    color: #18b000;
}

.newContent .linkLine
{
    position: relative;
    right: auto;
    bottom: -4px;
}

.columnDemo
{
    background-position: 0 -595px;
    width: 985px;
    height: 350px;
    clear: both;
}

.newsTitle
{
    overflow: hidden;
}

.newContent
{
    line-height: 16px;
}

.newContent img
{
    margin: 10px;
    float: left;
}

.newContent a.linkLine, .newContent a.linkBack
{
    float: Right;
}

.newContent a
{
    color: #18B000;
}

.overveiw-star
{
    background: url("/images/start.gif") no-repeat scroll 50% 50% transparent;
}

.wrapper1
{
    background-color: #E8E8E8;
    border-left: 1px solid #929292;
    border-right: 1px solid #929292;
    position: relative;
    top: 10px;
}

.wrapper1 .column1
{
    position: relative;
    top: -10px;
    left: -1px;
}

.wrapper1 + .sprite
{
    margin-top: 10px;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.moreList li
{
    border-top: none;
}

.moreList li
{
    padding: 2px 0;
}

.btnExpanded, .btnHidden
{
    background: url(images/btnExpanded.jpg) no-repeat;
    width: 517px;
    height: 19px;
    margin: 15px 233px;
    cursor: pointer;
    display: block;
}
.btnExpanded
{
    color: #42BB2E;
    font-size: 20px;
    font-weight: bold;
    height: 48px;
    line-height: 36px;
    text-align: center;
}

.btnHidden
{
    background: url(images/btnHidden.jpg) no-repeat;
    text-indent: -10000px;
}

.templateShow
{
    position: relative;
    width: 390px;
}

.columnDemo-widther .templateShow
{
    width: 605px;
}

.templateShow .prev, .templateShow .next
{
    background: url(images/btn.png);
    width: 28px;
    height: 27px;
    display: block;
    position: absolute;
    top: 40px;
    cursor: pointer;
}

.columnDemo-widther .templateShow .prev, .columnDemo-widther .templateShow .next
{
    top: 70px;
}

.templateShow .prev
{
    background-position: 0 0;
    left: 0;
}

.templateShow .next
{
    background-position: 0 -35px;
    right: 10px;
}

button
{
    border: none;
}

.demoAnyClass
{
    margin-left: 53px;
}

.columnDemo-widther .demoAnyClass
{
    margin-left: 73px;
}

.demoAnyClass ul li
{
    margin-right: 15px;
    float: left;
}

.packageTable
{
    background: url(images/bgTable.png) 583px 1px no-repeat;
    height: 413px;
    position: relative;
    z-index: 3;
}

.packageTable tbody tr + td
{
    padding-left: 25px;
}

.registerTable td.detail, #email-boxes-block table
{
    padding: 0;
    vertical-align: top;
}
#email-boxes-block table
{
    table-layout: fixed;
}

.features #rating
{
    float: left;
    margin: 5px 20px 0 0;
}

.list
{
    list-style: disc outside;
    margin-left: 15px;
}

ul.list a
{
    color: #ff7200;
    text-decoration: underline;
}

.pagediv
{
    float: right;
}

.pagediv a
{
    color: #4B4B4B;
}

.domainRepeaterTable, #email-boxes-block
{
    margin-left: -83px;
}

.column12-smaller a:link
{
    color: #ff7200;
}

#bank-details-block td
{
    text-align: left;
}

#bank-details-block .data-form + td
{
    width: 80px;
}

.space
{
    height: 5px;
}

table.domain-price
{
    table-layout: fixed;
    margin-bottom: 10px;
    width: 430px;
    border-right: 1px solid #C4C4C4;
}

table.domain-price tr td
{
    border: none;
    padding: 2px 5px;
}

table.domain-price thead th
{
    background-color: #ddd;
    border: 1px solid #C4C4C4;
    font-weight: 700;
    padding: 5px;
    border-right: none;
}

table.domain-price tbody td
{
    border-left: 1px solid #C4C4C4;
    border-right: none;
    background-color: #fff;
}

table.domain-price tbody tr td + td
{
    text-align: center;
}
table.domain-price tbody td + td + td
{
    text-align: center;
}
table.domain-price tfoot td
{
    text-align: right;
}
table.domain-price tfoot tr:first-child td
{
    border-top: 1px solid #C4C4C4;
}
table.domain-price tfoot tr:first-child td + td
{
    border-left: 1px solid #C4C4C4;
    background-color: #fff;
    text-align: center;
}
table.domain-price tfoot tr + tr td + td
{
    border: 1px solid #C4C4C4;
    border-bottom: none;
    border-top: none;
    border-right: none;
    background-color: #fff;
    text-align: center;
}
table.domain-price tfoot tr + tr + tr td + td
{
    border: 1px solid #C4C4C4;
    border-right: none;
    background-color: #fff;
    font-weight: 700;
}
.domain-price #Item
{
    width: 210px;
}

.domain-price #Aantal
{
    width: 80px;
}

.domain-price #Stukprijs
{
    width: 80px;
}

.domain-price #Totaalprijs
{
    width: 80px;
}

.banner + .clear + .wrapper1
{
    top: 10px;
}

.banner + .clear + .wrapper1 .column1
{
    margin-top: 0;
}

.tableMore
{
    width: 100%;
    table-layout: fixed;
    margin-top: 10px;
}

.tableMore td
{
    background: url("/images/start.gif") no-repeat scroll 50% 50% transparent;
    text-align: left;
    padding: 5px 0;
}
.tableMore td.first
{
    background: none;
}

.tableMore tr th span
{
    font-size: 18px;
    padding: 10px 0;
    text-align: left;
}
.tableMore td.first
{
    background: none;
}
.tableMore tr + tr th span
{
    border-top: 1px solid #888888;
    display: block;
    padding: 10px 0;
    text-align: left;
    width: 935px;
}

.tableMore tr.last td
{
    padding-bottom: 10px;
}

.tableMore tr:first-child th
{
    border-top: none;
    padding-bottom: 10px;
}

.tableMore .noBg td + td
{
    background-image: none;
    text-align: center;
}

.newContent h2.title
{
    font-size: 14px;
    color: #ff7200;
    margin-left: 5px;
}

.newContent h2.title span
{
    color: #4b4b4b;
    margin-left: 5px;
}

.newContent .sprite.linkMoreSmaller, .newContent h1
{
    float: left;
}
.RadComboBox
{
    vertical-align: top !important;
}
.mType .RadComboBox
{
    vertical-align: middle !important;
}
.RadComboBox .rcbArrowCell a, .RadComboBox table td.rcbInputCell
{
   height: 19px !important;
}

.RadComboBox .rcbReadOnly td.rcbArrowCell a
{
   width: 23px !important;
}

:root .RadComboBox_Hay .rcbInputCell .rcbInput
{
    margin-top: 0 !important;
}

.contactTable .mType textarea
{
    margin-top: 5px;
    overflow: auto;
}

.newsletter-note
{
    font-size: 10px;
    color: #888;
    display: block;
}

#ULMsg
{
    padding: 5px;
    border: 2px solid #FC4C47;
    background-color: #FFDFAC;
}

#ULMsg.SucceedMSG
{
    border: 2px solid #6E9A41;
    background-color: #CAECB0;
}

.RadCaptcha
{
    margin-bottom: 10px;
}

#DownloadBlock
{
    border: 1px solid #7E7E7E;
    background-color: #F2F2F2;
    padding: 10px;
    float: left;
}

#DownloadBlock img, #DownloadBlock span
{
    float: left;
}

#DownloadBlock + p
{
    clear: both;
}

.login
{
    position: relative;
}

.login table tr td + td input + span
{
    position: absolute;
    right: 5px;
    top: 5px;
}

.login table tr + tr td + td input + span
{
    position: absolute;
    right: 5px;
    top: 30px;
}

/* Registration */
.Orange
{
    color: #FFA500;
}

.Black
{
    color: Black;
}
.adresForm
{
    vertical-align: top;
}


.ValidMsg
{
    width: 15px;
    height: 15px;
    background: transparent url("/Images/c_Valid.gif") no-repeat scroll 0 0;
}


.ValidMsg span
{
    font-weight: bold;
    padding-left: 21px;
}

.InValidMsg
{
    background: transparent url("/Images/c_InValid.gif") no-repeat scroll 0 0;
    line-height: 16px;
}

.InValidMsg span
{
    color: #EA5200;
    font-weight: bold;
    margin-left: 20px;
}
.emailForm .InValidMsg span, .passwordForm .InValidMsg span
{
    margin-left: 25px;
}
  /* .RadComboBox .rcbReadOnly td.rcbArrowCell a
{
 width: 23px !important;
}

.RadComboBox .rcbArrowCell a
{
    height: auto !important;
}
*/
.add-alias
{
    text-align: left;
    clear: both;
    display: block;
}

.adresForm .InValidMsg
{
    display: inline-block;
}
.registerTable tr td
{
    padding: 2px;
}
.registerTable .formItem
{
    position: relative;
    display: block;
}
.registerTable tr td + td .InValidMsg, .registerTable tr td + td .ValidMsg
{
    position: absolute;
    left: 193px;
    top: 4px;
}
.registerTable tr.nameForm .first-name + .InValidMsg, .registerTable tr.nameForm .first-name + .ValidMsg
{
    left: 85px;
}
.registerTable tr.adresForm .street + .InValidMsg, .registerTable tr.adresForm .street + .ValidMsg
{
    left: 99px;
}
.registerTable tr.adresForm .house-number + .InValidMsg, .registerTable tr.adresForm .house-number + .ValidMsg
{
    left: 140px;
}
.registerTable tr.adresForm .postal-code + .InValidMsg, .registerTable tr.adresForm .postal-code + .ValidMsg
{
    left: 46px;
    top: 25px;
}
.registerTable tr.adresForm .town + .InValidMsg, .registerTable tr.adresForm .town + .ValidMsg
{
    top: 25px;
}
.registerTable tr.passwordForm .tip-repeat + .InValidMsg, .registerTable tr.passwordForm .tip-repeat + .ValidMsg
{
    top: 25px;
}
.registerTable tr.passwordForm .tip-repeat + .InValidMsg span
{
    margin-left: 78px;
}

.registerTable tr.subdomainForm .RadComboBox + .ValidMsg
{
    position: absolute;
    right: 163px;
    top: 2px;
}
.registerTable tr.subdomainForm .formItem .RadComboBox + .ValidMsg
{
    right: 135px;
}
.registerTable tr.subdomainForm td
{
    padding-bottom: 2px;
}
.registerTable tr.registrationForm .InValidMsg, .registerTable tr.registrationForm .ValidMsg, .registerTable tr.registrationForm .rfdCheckboxUnchecked
{
    position: relative;
    left: 0;
}

.registerTable .helptip
{
    cursor: pointer;
    color: #f60;
}
.registerTable .helptip div
{
    color: #888;
}

.registerTable .domain-form .domain-validator + .InValidMsg
{
    left: 186px;
}

.contactTable tr + td
{
    font-weight: 700;
}

ul.newsList li a, ul.newsList li a:link, ul.newsList li a:visited, .column1-smaller-view a:link, .column1-smaller-view a:visited, .registerTable a:link, .registerTable a:visited, .registerTable a:hover, .registerTable a:active
{
    color: #ff6600;
}

.getPassword input
{
    width: 137px;
}
.RadComboBox .rcbReadOnly td.rcbArrowCell
{
    /*width: 23 !important;*/
}
.column1-smaller-feeds a.sprite.iconFeed:link, .column1-smaller-feeds a.sprite.iconFeed:visited, .column1-smaller-feeds a.sprite.iconFeed:hover, .column1-smaller-feeds a.sprite.iconFeed:active
{
    text-decoration: none;
}
#flashdemo
{
    text-align: center;
}
.Payment_logos li
{
    float: left;
    height: 80px;
    width: 200px;
    margin: 2px 2px 2px 2px;
    border: solid 1px #cccccc;
    text-align: center;
    line-height: 80px;
}
.Payment_logos li img
{
    vertical-align: middle;
}

#terms h2, .column1 strong
{
    font-weight: 700;
}
.newContent h2.title
{
    font-weight: 700;
}

.registerTable td
{
    text-align: left;
}
.registerTable .nameForm td, .registerTable .companyForm td, .registerTable .adresForm td, .registerTable .telForm td, .registerTable .emailForm td, .registerTable .passwordForm td
{
    text-align: right;
}
.registerTable .nameForm td + td, .registerTable .companyForm td + td, .registerTable .adresForm td + td, .registerTable .telForm td + td, .registerTable .emailForm td + td, .registerTable .passwordForm td + td
{
    text-align: left;
}


.login-btn
{
    background-image: url(images/login-btn.png);
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    height: 24px;
    width: 62px;
    margin-top: -48px;
    padding-left: 40px;
    padding-top: 3px;
    display: block;
    float: right;
}

#twitter_div
{
    word-wrap: break-word;
    word-break: break-word;
}

.containerBody .column2 .column1Block h2
{
    font-weight: 700;
}
.registerTable table.domain-price
{
    width: auto;
}

.register-picture
{
    background-image: url(/images/30days.png);
    width: 287px;
    height: 191px;
    margin: 0 auto;
    margin-top: 20px;
    background-repeat: no-repeat;
}


.moreList li a
{
    color: #FF6600;
}

.shopcourse
{
    position: relative;
    min-height: 400px;
}
.shopcourse.column1 li
{
    border: none;
}
.shopcourse h1
{
    font-size: 28px;
    margin-bottom: 15px;
}
.shopcourse .page-content
{
    padding-top: 20px;
    width: 700px;
}
.curse-menu
{
    position: absolute;
    right: 30px;
    top: 110px;
}
.curse-menu li
{
    border: none;
}
.curse-menu li a.btn
{
    background: url('images/course-btn.png') no-repeat;
    height: 52px;
    width: 206px;
    padding: 0;
}
.curse-menu li a.btn span
{
    font-size: 18px;
    padding-top: 13px;
    background: none;
}


.banner.defaultBanner .linkStart
{
    background-position: -210px -499px;
}

/* reference */
.reference .templateShow
{
    width: 100%;
    margin-top: 15px;
}
.reference .templateShow .demoAnyClass
{
    background: url("images/sprite.png") no-repeat scroll 0 -985px transparent;
}
.referenceImg
{
    border: 1px solid #929292;
    height: 251px;
    width: 267px;
    margin-right: 51px;
    position: relative;
}
.referenceImg .buttonPlay
{
    position: absolute;
    top: 90px;
    left: 100px;
}
.reference .templateShow .demoAnyClass ul
{
    margin: 0pt;
    position: relative;
    list-style-type: none;
    z-index: 1;
}
.reference .templateShow .demoAnyClass ul li
{
    overflow: hidden;
    float: left;
    width: 825px;
    padding: 17px 26px 0 21px;
    margin: 0;
}
.reference .templateShow .demoAnyClass ul li h3
{
    font-size: 18px;
    color: #ff7200;
    margin-bottom: 10px;
}
.referenceText h4
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
}
.referenceText p
{
    margin-bottom: 15px;
}
.reference .templateShow .prev, .reference .templateShow .next
{
    top: 144px;
}



/* partners */
.partners .partnersText p
{
    margin-bottom: 15px;
}
.partners .partners_block2 ul li
{
    border-bottom: 1px solid #929292;
    margin-bottom: 15px;
}
.partners .partners_block2 ul li + li + li + li + li + li + li
{
    border-bottom: none;
}
.partners .partners_block2 ul li h3
{
    font-size: 18px;
    margin-bottom: 10px;
}
.partners .partners_block2 ul li div
{
    border: 1px solid #929292;
}
.partners .partners_block2 ul li p
{
    margin-bottom: 18px;
    margin-left: 205px;
}
.partners .partners_block2 ul li p a
{
    color: #ff7200;
    font-weight: bold;
}
.partnersForm
{
    margin-top: 15px;
}
.partnersForm .partnersFormBlock tr:first-child td
{
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.partnersForm .partnersFormBlock td
{
    height: 19px;
    padding-bottom: 10px;
    padding-right: 5px;
    vertical-align: top;
    text-align: right;
}
.partnersForm .partnersFormBlock td + td
{
    text-align: left;
}

.partnersFormBlock .InValidMsg, .partnersFormBlock .ValidMsg
{
    position: relative;
    right: 21px;
}
.partnersFormBlock .ValidMsg
{
    right: 17px;
}
.partnersForm .partnersFormBlock input[type="text"], .partnersForm .partnersFormBlock textarea
{
    border: 1px solid #BBBBBB;
    font-family: inherit;
    font-size: 12px;
    height: 17px;
    padding: 1px;
    width: 227px;
}
.partnersForm .partnersFormBlock textarea
{
    height: 90px;
    padding: 2px 1px 3px;
}
.partnersForm .partnersFormBlock .partnersFormButton td
{
    padding-top: 20px;
    padding-bottom: 0;
    vertical-align: middle;
}
/* roadmap */
.roadmap h1, .roadmap h2
{
    margin-bottom: 20px;
}
.roadmap h2 a
{
    color: #18b000;
}
.roadmap_main_block
{
    border-bottom: 1px solid #929292;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.roadmap_main_block ul
{
    margin-bottom: 15px;
}
.roadmap_main .roadmap_main_block ul li
{
    list-style-position: inside;
    list-style-type: disc;
}
.roadmap h3
{
    font-size: 18px;
    margin-bottom: 15px;
}
.roadmap h4
{
    font-size: 14px;
    font-weight: bold;
}
.roadmap h4 span
{
    color: #ff7200;
}

/* video */
.videoBox
{
    background: url("/images/sprite.png") repeat scroll left -1303px transparent;
    height: 349px;
    margin-left: 43px;
    padding: 15px 21px 0 23px;
    width: 240px;
}
.videoBox h3
{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.videoBox ul
{
    margin-bottom: 25px;
}
.videoBox li
{
    list-style-position: inside;
    list-style-type: disc;
}
.videoBox li a
{
    font-weight: bold;
    color: #FF7200;
    text-decoration: underline;
}
.banner.video .faq
{
    position: relative;
}
.video .templateShow
{
    width: 100%;
    margin-top: 31px;
}
.video .templateShow .prev, .video .templateShow .next
{
    top: 28px;
}
.video .templateShow .demoAnyClass
{
    margin-right: 53px;
    width: 885px;
    visibility: visible;
    overflow: hidden;
    position: relative;
    z-index: 2;
    left: 0px;
}
.video .demoAnyClass ul li
{
    width: 135px !important;
}
.video .templateShow .demoAnyClass ul li img
{
    border: 1px solid #9c9c9c;
}
.video .templateShow .demoAnyClass ul li .videoName
{
    color: #4b4b4b;
    width: 132px;
    display: block;
    font-weight: bold;
    text-decoration: none;
}

.banner.partners h2
{
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 700;
}
.partners .requirment
{
    color: #8a8a8a;
}
.partners .requirment li
{
    list-style-type: disc;
    margin-left: 15px;
}
.partners strong
{
    font-size: 13px;
}
.partners a
{
    color: #FF7200;
}

/* CBW Landing Page*/
.column2Block.CBW
{
    font-size: 14px;
}
.column2.CBW
{
    background: url(/images/CBW/bg-cloumn2-top.png) no-repeat !important;
    margin-top: 15px;
    min-height: 400px;
}
.column2Bottom
{
    background-position: 0 -55px;
    height: 10px;
    width: 985px;
    overflow: hidden;
}

.column2 .CBW
{
    width: 483px;
    float: left;
    padding: 0;
    margin: 0;
}
.CBW a
{
    color: #ff7200;
}
.CBW em
{
    font-weight: 700;
}
.CBW h2
{
    font-size: 18px;
    font-weight: 700;
    padding: 0 25px;
}
.column2Block.CBW p
{
    margin-bottom: 15px;
    padding: 0 25px;
}
.CBWlogo
{
    padding: 0 25px;
}
.CBW a.sprite.btn
{
    background: url(images/CBW/button.png) no-repeat;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    width: 208px;
    padding: 10px 0;
}
.CBW a.sprite.btn span
{
    padding: 0;
    background: none;
}
.column2Block.CBW ul
{
    padding-left: 40px;
    margin: 15px 0;
}
.column2Block.CBW li
{
    list-style-type: disc;
}
.domain-list li
{
    position: relative;
}
/* CBW Landing Page*/
.column2Block.CBW
{
    font-size: 14px;
}
.column2.CBW
{
    background: url(/images/CBW/bg-cloumn2-top.png) no-repeat !important;
    margin-top: 15px;
    min-height: 400px;
}
.column2Bottom
{
    background-position: 0 -55px;
    height: 10px;
    width: 985px;
    overflow: hidden;
}

.column2 .CBW
{
    width: 483px;
    float: left;
    padding: 0;
    margin: 0;
}
.CBW a
{
    color: #ff7200;
}
.CBW em
{
    font-weight: 700;
}
.CBW h2
{
    font-size: 18px;
    font-weight: 700;
    padding: 0 25px;
}
.column2Block.CBW p
{
    margin-bottom: 15px;
    padding: 0 25px;
}
.CBWlogo
{
    padding: 0 25px;
}
.CBW a.sprite.btn
{
    background: url(images/CBW/button.png) no-repeat;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    width: 208px;
    padding: 10px 0;
}
.CBW a.sprite.btn span
{
    padding: 0;
    background: none;
}
.column2Block.CBW ul
{
    padding-left: 40px;
    margin: 15px 0;
}
.column2Block.CBW li
{
    list-style-type: disc;
}
.domain-list li
{
    position: relative;
}
.registerTable tr.subdomainForm .RadComboBox + .InValidMsg
{
    display: block;
}

/* facebook slider */
div.sliderWrapper span.arrow a
{
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    display: block;
    margin: 0;
    cursor: pointer;
}
div.sliderWrapper span.back
{
    position: absolute;
    top: 16px;
    left: 0;
}
div.sliderWrapper span.forward
{
    position: absolute;
    top: 16px;
    right: 0;
}
div.sliderWrapper span.back a, div.sliderWrapper span.back a:hover, div.sliderWrapper span.back a.hover
{
    background: url(images/arrow_left.png) no-repeat top left;
}
div.sliderWrapper span.forward a, div.sliderWrapper span.forward a:hover, div.sliderWrapper span.forward a.hover
{
    background: url(images/arrow_right.png) no-repeat top left;
}
.sliderWrapper 
{
    padding-top: 16px;
}
.ContentFlow 
{
    padding-top: 30px;
}
div.coverFlowsWrapper
{
    height: 412px;
    overflow: hidden;
    position: relative;
}

