@charset "utf-8";
/* global.css */

body {
    background: #dae9fe url('img//bkgrd.gif') repeat-x;
}

p {
    margin-bottom: 1em;
}

.mbz {
    margin-bottom: 0;
}

.pb10 {
    padding-bottom: 10px;
}

.container {
}

#sheet {
    width: 890px;
    background: #f2f2f2;
    margin-left: 30px;
    overflow: hidden;
}

/* header */

#header {
    width: 890px;
    height: 90px;
}

#header #logo {
    float: left;
    margin-bottom: 4px;
}

#logo {
    width: 225px;
    height: 80px;
    background: url('images/sprite_whh-1309474078.png') scroll -665px -96px no-repeat;
    display: block;
    text-indent: -9999px;
}

/* login link */
#login {
    float: right; margin-right: 25px; position: relative; z-index: 3; color: #808080; font-size: .916em; letter-spacing: -1px;
}
#login a {
    color: #808080; text-decoration: none;
}
#login:hover {
    /*color: #e57a0d;*/
}
#login a:hover {
    text-decoration: underline;
    color: #e57a0d;
}


/* tools */
#tools {
    float: right;
    width: 550px;
    margin: 0 22px 0 0;
    text-align: right;
}

#tools ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#tools li {
    display: inline-block;
}

.header-support {
    float: right;
}

.header-tabs {
    background-color: #e3e3e3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e3e3e3), to(#efefef)); /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #e3e3e3, #efefef); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image:    -moz-linear-gradient(top, #e3e3e3, #efefef); /* Firefox 3.6-15 */
    background-image:      -o-linear-gradient(top, #e3e3e3, #efefef); /* Opera 11.10-12.00 */
    background-image:         linear-gradient(to bottom, #e3e3e3, #efefef); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
    box-shadow: inset 0 -1px 2px 0 rgba(0,0,0,.1);
}

.header-tabs:hover {
    background-color: #d55801;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d55801), to(#f29d1a)); /* Chrome, Safari 4+ */
    background-image: -webkit-linear-gradient(top, #d55801, #f29d1a); /* Chrome 10-25, iOS 5+, Safari 5.1+ */
    background-image:    -moz-linear-gradient(top, #d55801, #f29d1a); /* Firefox 3.6-15 */
    background-image:      -o-linear-gradient(top, #d55801, #f29d1a); /* Opera 11.10-12.00 */
    background-image:         linear-gradient(to bottom, #d55801, #f29d1a); /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */}

#tools .header-tabs:first-child {
    border-right: 1px solid #ccc;
    border-bottom-left-radius: 10px;
    margin-right: 0;
}

#tools .header-tabs:nth-child(even) {
    border-bottom-right-radius: 10px;
    margin-left: -4px;
}

.header-tabs > a {
    color: #0c7399;
    display: block;
    float: left;
    line-height: 45px;
    padding-right: 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.header-tabs > a:hover {
    color: #fff;
}



a.header-tabs-support .icon {
    background-position: 0 0;
}

a.header-tabs-login .icon {
    background-position: 0 -150px;
}

a.header-tabs-support:hover .icon {
    background-position: 0 -75px;
}

a.header-tabs-login:hover .icon {
    background-position: 0 -225px;
}
.header-contact {
    clear: right;
    float: right;
    width: 95%;
}
.header-contact > h4 {
    background: -webkit-linear-gradient(#11a4d9, #0c7399);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0c7399;
    float: right;
    font-weight: bold;
    line-height: 25px;
    margin: 0 15px 0 0;
}

.header-contact > ul {
    color: #888;
    font-size: 11px;
    float: right;
}

.header-contact li {
    line-height: 25px;
}


.header-contact-phone {
    margin-right: 20px;
    background-position: 0 -375px;
}

.header-contact-chat {
    background-position: 0 -300px;
    display: inline-block;
    text-decoration: none;
}

.header-contact-chat:hover {
    color: #e57a0d;
}

/* menu */

#menu {
    height: 37px;
    margin: 0 0 0 24px;
    overflow: hidden;
}

#menu ul {
    display: inline;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu ul li {
    display: inline;
}

#menu ul li a {
    height: 27px;
    padding: 9px 15px 0 15px;
    float: left;
    color: #333;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #bfbfbf;
    border-left: 1px solid #f2f2f2;
}

#menu ul li:first-child a {
    border: none;
    padding: 9px 0 0;
}

/*#builder #create_a_website a {
        background: url('../_images/menu_left_sprite.png') scroll 0 0 no-repeat;
        color: #fff;
        background-position: 0 -37px;
}*/



#menu #create_a_website a, #menu #hosting_features a, #menu #about_us a, #menu #host_plans a, #menu #contact_us a, #menu #webdesign_services a {
    background: url('../_images/menu_tab-bg_sprite.gif') scroll 0 0 repeat-x;
}

#home #menu #web_hosting a, #menu #web_hosting a:hover {
    background-position: -331px -229px;
    color: #fff;
}

#builder #menu #create_a_website a, #menu #create_a_website a:hover, #menu #hosting_features a:hover, #menu #about_us a:hover, #menu #contact_us a:hover, #features #menu #hosting_features a, #aboutus #menu #about_us a, #contact #menu #contact_us a, #menu #webdesign_services a:hover, #webdesign #menu #webdesign_services a, #host-plans #menu #host_plans a, #menu #host_plans a:hover {
    background-position: 0 -37px;
    color: #fff;
}


/* menu domain name search */
#domain_input_field_header,
#blogelina .promo,
#j9designs .promo,

#domain_search_cta:hover, #domain_search_cta:focus {
    background-position: -851px -37px;
}

#menu > form {
    display: inline;
    position: relative;
    float: left;
}

/* accessibility (a11y) */
.a11y {
    width: 1px;
    height: 1px;
    position: absolute;
    left: -10000px;
    overflow: hidden;
    top: auto;
}

/* banner_container_lrg */

#banner_container_lrg {
    width: 890px;
    height: 440px;
    position: relative;
}

#banner_container_lrg h1 {
    margin-bottom: 16px;
    padding: 75px 0 0 30px;
    color: #fff;
    font-size: 1.25em;
    font-weight: bold;
}

#banner_container_lrg ul {
    color: #fff;
    list-style: none;
    padding: 110px 0 0 30px;
    margin-bottom: 36px;
}


#banner_container_lrg a {
    color: #fff;
}

/* banner_container_med */

#banner_container_med {
    margin-bottom: 30px;
    position: relative;
    width: 890px;
}

#banner_container_med-185-tall {
    width: 890px;
    height: 185px;
    position: relative;	
    margin: 10px 0 0 6px;
}

#banner_container_med h1 {
    margin-bottom: 16px;
    padding: 75px 0 0 30px;
    color: #fff;
    font-size: 1.25em;
    font-weight: bold;
    text-shadow: -1px -1px #0c7ca4;
}

#banner_container_med-185-tall h1.mcafee {
    margin-bottom: 16px;
    padding: 20px 0 0 23px;
    color: #fff;
    font-size: 37px;
    font-weight: bold;
    text-shadow: -1px -1px #0c7ca4;
}
#banner_container_med-185-tall h2.mcafee {
    margin-bottom: 16px;
    padding: 7px 0 0 23px;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
    text-shadow: -1px -1px #0c7ca4;
}

#banner_container_med-185-tall p.cta a {
    margin: 20px 0 0 25px;
    color: #fff;
}

#banner_container_med h2 {
    margin-bottom: 16px;
    padding: 20px 0 0 23px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-shadow: -1px -1px #0c7ca4;
}


#banner_container_med ul {
    color: #fff;
    list-style: none;
    padding-left: 30px;
}

#banner_container_med span {
    width: 11px;
    height: 11px;
    background: url('../images/sprite_whh-1309474078.png') scroll -832px -250px no-repeat;
    display: inline-block;
    margin-right: 12px;
}

#banner_container_med a {
    color: #fff;
}

/* banner_container_sm */

#banner_container_sm {
    width: 890px;
    height: 100px;
    position: relative;
}

#banner_container_sm h1 {
    margin-bottom: 16px;
    padding: 75px 0 0 30px;
    color: #fff;
    font-size: 1.25em;
    font-weight: bold;
}

#banner_container_sm ul {
    color: #fff;
    list-style: none;
    padding-left: 30px;
}

#banner_container_sm span {
    width: 11px;
    height: 11px;
    background: url('../images/sprite_whh-1309474078.png') scroll -832px -250px no-repeat;
    display: inline-block;
    margin-right: 12px;
}

#banner_container_sm a {
    color: #fff;
}

/* subcontent */

#subcontent {
    width: 890px;
}

/* box_short */

.box_short_left {
    margin-left: 22px;
    display: inline;
    float: left;
    position: relative;
}

.box_short_right {
    margin-right: 22px;
    display: inline;
    float: right;
    position: relative;
}

.box_short_header {
    width: 408px;
    height: 65px;
    background: url('../images/sprite_whh-1309474078.png') scroll 0 -96px no-repeat;
}

.box_short_middle {
    width: 408px;
    background: url('../images/box_short_middle.png') scroll 0 0 repeat-y;
    padding-top: 12px;
}

.box_short_footer {
    width: 408px;
    height: 20px;
    background: url('../images/sprite_whh-1309474078.png') scroll 0 -162px no-repeat;
    position: relative;
}

.box_short_middle p {
    width: 368px;
    margin-left: 16px;
}
#site_wrap {
    margin:0 auto;
    width:380px;
}
span#blue, span#yo {
    float:left;
    display:block;
    width:180px;
    padding:118px 0 0;
    text-align:center;
    font-size:11px;
    font-style:italic;
}
span#blue {
    background:url('../images/webdesign_example_blueheaven.png') top center no-repeat;
}
span#yo {
    margin:0 0 0 20px;
    background:url('../_images/business-websites_stcroix.png') top center no-repeat;
}
span#blue a, span#yo a, span#castle a {
    font-style:normal;
    font-size:15px;
}
span#castle {
    display:block;
    background:url('../images/icon_mac.png') top center no-repeat;
    width:304px;
    padding:261px 0 0;
    margin:15px 0 0 38px;
    text-align:center;
    font-size:11px;
    font-style:italic;
}







.box_short_bottom_link {
    clear: both;
    margin-bottom: 0px;
    padding: 12px 0 12px 0;
}

.box_short_ul_left {
    margin: 0;
    padding: 0 0 0 16px;
    float: left;
    list-style: none;
}

.box_short_ul_right {
    margin: 0;
    padding: 0 16px 0 0;
    float: right;
    list-style: none;
}

.box_short_ul_left span {
    width: 13px;
    height: 11px;
    background: url('../images/sprite_whh-1309474078.png') scroll -862px -250px no-repeat;
    display: inline-block;
    margin-right: 12px;
}

.box_short_ul_right span {
    width: 13px;
    height: 11px;
    background: url('../images/sprite_whh-1309474078.png') scroll -862px -250px no-repeat;
    display: inline-block;
    margin-right: 12px;
}

.box_short_content_left {
    width: 130px;
    height: 90px;
    margin-left: 16px;
    float: left;
    display: inline;
}

.box_short_content_right {
    width: 234px;
    margin: 0 16px 25px 0;
    float: right;
    display: inline;
}

/* box_long */

.box_long {
    margin-left: 22px;
    position: relative;
}

.box_long_header {
    width: 848px;
    height: 66px;
    background: url('../images/sprite_whh-1309474078.png') scroll 0 0 no-repeat;
}

.box_long_middle {
    width: 848px;
    background: url('../images/box_long_middle.png') scroll 0 0 repeat-y;
    padding-top: 12px;
}

.box_long_middle_noline {
    width: 848px;
    background: url('../images/box_long_middle_noline.png') scroll 0 0 repeat-y;
    padding-top: 12px;
}

.box_long_middle_noline_single {
    width: 798px;
    background: url('../images/box_long_middle_noline.png') scroll 0 0 repeat-y;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
}

.full-width-container-header {
    width: 848px;
    height: 66px;
    background: url('../images/sprite_whh-1309474078.png') scroll 0 0 no-repeat;
}

.full-width-container-middle {
    width: 848px;
    background: url('../images/box_long_middle.png') scroll 0 0 repeat-y;
    padding-top: 12px;
}
.full-width-container-middle-noline {
    width: 848px;
    background: url('../images/box_long_middle_noline.png') scroll 0 0 repeat-y;
    padding-top: 12px;
}

.full-width-container-middle-noline p {
    padding: 0 20px;
    margin: 0;
}

.full-width-container-middle-single {
    width: 798px;
    background: url('../images/box_long_middle_noline.png') scroll 0 0 repeat-y;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
}

.box_long_footer {
    width: 848px;
    height: 20px;
    background: url('../images/sprite_whh-1309474078.png') scroll 0 -66px no-repeat;
    position: relative;
}

.box_long_section_left {
    width: 380px;
    margin-left: 22px;
    float: left;
    display: inline;
}

.box_long_section_right {
    width: 380px;
    margin-right: 22px;
    float: right;
    display: inline;
}

.box_long_title {
    font-size: 13px;
    font-weight: bold;
}

.box_long_content_left {
    margin-left: 0;
    float: left;
    display: inline;
}

.box_long_content_right {
    width: 234px;
    margin: 0 0 15px 0;
    float: right;
    display: inline;
}

/* box_ctas */

.get_started_cta {
    width: 155px;
    height: 48px;
    background: url('../images/sprite_whh-1309474078.png') scroll 0 -192px no-repeat;
    display: block;
    float: right;
    margin-right: -9px;
    margin-top: -14px;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 262px;
}

.get_started_cta:hover {
    background-position: 0 -240px;
}

.learn_more_cta {
    width: 155px;
    height: 48px;
    background: url('../images/sprite_whh-1309474078.png') scroll -165px -192px no-repeat;
    display: block;
    float: right;
    margin-right: -9px;
    margin-top: -14px;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 262px;
}

.learn_more_cta:hover {
    background-position: -165px -240px;
}

.get_started_cta_long {
    width: 155px;
    height: 48px;
    background: url('../images/sprite_whh-1309474078.png') scroll 0 -192px no-repeat;
    display: block;
    float: right;
    margin-right: -9px;
    margin-top: -14px;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 702px;
}

.get_started_cta_long:hover {
    background-position: 0 -240px;
}

/* ribbon */

.ribbon {
    height: 47px;
    float: left;
    margin: 20px 0 0 -9px;
    display: inline;
    position: absolute;
    top: 0;
    left: 0;
}

#ribbon_additional {
    width: 191px;
    background: url('../images/sprite_whh-1309474078.png') scroll -631px -239px no-repeat;
}

/* awards */

.awards {
    width: 890px;
}

/* bottom_content */

.bottom_content {
    clear: both;
    width: 890px;
    height: 90px;
    margin: 0;
    padding: 0;
}

/* copyright */

#copyright {
    padding-bottom: 15px;
    width: 100%;
    clear: both;
    padding-top: 15px;
}

#copyright_p {
    color: #fff;
    margin-bottom: 0;
    font-size: 11px;
    text-align: center;
}

/* footer links */

#footerlinks {
    float: left;
    width: 500px;
    padding: 30px 0 0;
    margin-left: 50px;
}
#footerlinks p {
    margin-bottom: 0;
    font-size: 11px;
}

/* #geeksrating */
#geeksrating { float: left; width: 230px; margin: 0 auto; padding: 6px 0 0; font-size: 11px; }
#geeksrating a { text-decoration: none; color: #222; cursor: default;}
#starcontainer { width: 68px; height: 13px; text-indent: -9000px; display: block; float: left; margin-top: 3px; }
#starrating { display: block; width: 93%; height: 13px; background: url(../images/hub-star-rating.png) no-repeat 0 0; }

/* #socialmedia */

#socialmedia {
    width: 275px;
    margin-left: 50px;
    float: left;
    padding: 6px 0 0;
}
#twittertweet {
    float: left;
    width: 100px;
    overflow: hidden;
}
#facebooklike {
    float: left;
    width: 55px;
}
#gplus {
    width: 90px;
    float: right;
}

/* #socialmedia-bar */
#socialmedia-bar {
    float: right;
    margin: 24px 30px 0 0;
    width: 240px;
    height: 30px;
    background: url('../images/hub-social-media-bar.png') no-repeat 0 0;
}
#socialmedia-bar li { display: inline; }
#socialmedia-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
#socialmedia-bar a {
    text-indent: -9000px;
    text-decoration: none;
    background-image: url('../images/hub-social-media-bar.png');
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    position: absolute;
}
#socialmedia-bar .facebook {
    background-position: -143px 0;
    left: 143px;
}
#socialmedia-bar .facebook:hover, #socialmedia-bar .facebook:focus {
    background-position: -143px -30px;
}
#socialmedia-bar .gplus {
    background-position: -173px 0;
    left: 173px;
}
#socialmedia-bar .gplus:hover, #socialmedia-bar .gplus:focus {
    background-position: -173px -30px;
}
#socialmedia-bar .twitter {
    background-position: -203px 0;
    left: 203px;
}
#socialmedia-bar .twitter:hover, #socialmedia-bar .twitter:focus {
    background-position: -203px -30px;
}

/* price burst */
.price-burst {
    background: url(/_images/price-burst.png);
    float: right;
    height: 190px;
    margin-bottom: -190px;
    position: relative;
    width: 190px;
    z-index: 4;
    top: -21em;
}
.price-burst.double-digit-value {
    font-size: .75em;
}
.price-burst.double-digit-value {
    top: -27em;
}
#home #banner_slideshow_cta {
    top: -1.5em;
}
#home .price-burst.no-pricepoint-previous #banner_slideshow_cta {
    top: -5em;
}
.price-burst .pricepoint {
    color: #ffffff;
    font-size: 7em;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 0 auto;
    text-align: center;
    text-shadow:-1px -1px #d65a02;
}
.no-pricepoint-previous .pricepoint {
    padding-top: .125em;
}
.sup {
    display: inline-block;
    font-size: .5em;
    line-height: 2;
    vertical-align: text-top;
}
.price-burst .pricepoint-previous {
    font-size: 2rem;
    margin-bottom: -1.125em;
    margin-top: .5em;
}
.price-burst.double-digit-value .pricepoint-previous {
    margin-bottom: -.75em;
}
.pricepoint-slash:after {
    content: url(/_images/pricepoint-slash.png);
    margin-left: -1.5em;
    position: relative;
}
.pricepoint-termlength {
    float: right;
    font-size: .3em;
    font-weight: normal;
    left: -1.5em;
    position: relative;
    top: -2.25em;
}
.double-digit-value .pricepoint-termlength {
    text-align: left;
    width: 3.5em;
    line-height: .8;
    font-size: .25em;
}
.price-burst .pricepoint-limitation {
    clear: both;
    font-size: 1em;
    letter-spacing: normal;
    position: relative;
    text-transform: uppercase;
    top: -5em;
}
.pricepoint-details,
.pricepoint-details:hover {
    color: #000;
    display: block;
    font-size: 11px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: -5.5em;
}

/* index.html */

#banner_lrg_home_295 {
    width: 850px;
    height: 360px;
    background: url('../images/banner_lrg_295.jpg') scroll 0 0 no-repeat;
    margin-left: 20px;
}

#banner_lrg_home_395 {
    width: 850px;
    height: 360px;
    background: url('../images/banner_lrg_395_1340044900.jpg') scroll 0 0 no-repeat;
    margin-left: 20px;
}

#banner_lrg_home_495 {
    width: 850px;
    height: 360px;
    background: url('../images/banner_lrg_495_1340044900.jpg') scroll 0 0 no-repeat;
    margin-left: 20px;
}

#banner_lrg_home_595 {
    width: 850px;
    height: 360px;
    background: url('../images/banner_lrg_595_1340044900.jpg') scroll 0 0 no-repeat;
    margin-left: 20px;
}
#banner_lrg_home_cnet {
    width: 850px;
    height: 360px;
    background: url('../images/banner_lrg_cnet_1341251520.jpg') scroll 0 0 no-repeat;
    margin-left: 20px;
}
#banner_lrg_home_yearend {
    background: url(../images/banner_lrg_yearend.jpg) no-repeat;
    margin-left: 20px;
    width: 850px;
    height: 360px;
}
#banner_home_cta.yearendcta {
    background: url(../images/home_cta-yearend.png) no-repeat 0 0;
}
#banner_home_cta.yearendcta:hover {
    background-position: 0 -86px;
}

#banner_home_cta {
    width: 300px;
    background: url('../images/sprite_home-1348166691.png') scroll -239px -86px no-repeat;
    position: absolute;
    left: 588px;
    top: 297px;
    height: 86px;
    text-indent: -9999px;
}
#banner_home_cta:hover {
    background-position: -239px -172px;
}
#banner_lrg_home_cnet #banner_home_cta {
    width: 300px;
    height: 86px;
    background: url('../images/home_cnet_cta_get_started_sprite.png') scroll 0 0 no-repeat;
    position: absolute;
    left: 588px;
    top: 297px;
    text-indent: -9999px;
}
#banner_lrg_home_cnet #banner_home_cta:hover {
    background-position: 0 -86px;
}
#banner_home_adwords_bing {
    background: url(../_images/banner_home_credits.png) no-repeat 0 0;
    width: 548px;
    height: 50px;
    position: relative;
    top: -5px;
    left: 40px;
}
#banner_home_adwords_bing a {
    position: absolute;
    top: 30px;
    font-size: .916em;
    font-weight: bold;
    color: #0c7399;
}
#banner_home_adwords_bing #link2 {
    left: 192px;
}
#banner_home_adwords_bing #link3 {
    left: 445px;
}
#banner_home_adwords_bing_yp {
    background: url(../images/banner_home_adwords_bing_yp.png) no-repeat 0 0;
    width: 529px;
    height: 50px;
    position: absolute;
    top: 355px;
    left: 40px;
}
#banner_home_adwords_bing_yp a {
    position: absolute;
    top: 30px;
    font-size: .916em;
    font-weight: bold;
    color: #0c7399;
}
#banner_home_adwords_bing_yp #link2 {
    left: 105px;
}
#banner_home_adwords_bing_yp #link3 {
    left: 295px;
}
#banner_home_adwords_bing_yp #link4 {
    left: 425px;
    white-space: nowrap;
}
#banner_container_lrg #link1 {
    background: url("../images/sprite_home-1348166691.png") no-repeat scroll -589px -130px;
    width: 75px;
    height: 125px;
    text-indent: -9000px;
    text-decoration: none;
    display: block;
    left: 720px;
    top: 5px;
    position: relative;
}
#domain_input_field_home {
    padding: 0 0 0 14px;
    height: 40px;
    width: 234px;
    background: url('../images/sprite_home-1348166691.png') no-repeat -539px -86px;
    border: none;
    line-height: 37px;
    margin: 0 0 0 30px;
    float: left;
}
#domain_search_cta_home {
    width: 40px;
    height: 40px;
    border: none;
    padding: 0;
    float: left;
    background: url('../images/sprite_home-1348166691.png') no-repeat -539px -136px;
}
#domain_search_cta_home:hover, #domain_search_cta_home:focus {
    background-position: -539px -176px;
}
#ribbon_small_business_features {
    width: 229px;
    background: url('../images/sprite_home-1348166691.png') scroll 0 -86px no-repeat;
}

#ribbon_already_website {
    width: 229px;
    background: url('../images/sprite_home-1348166691.png') scroll 0 -142px no-repeat;
}

#ribbon_included_free {
    width: 191px;
    background: url('../images/sprite_home-1348166691.png') scroll 0 -198px no-repeat;
}
.special_offers {
    margin: 0;
    padding: 0;
    list-style: none;
}
.special_offers li {
    width: 190px;
    float: left;
    text-align: center;
    margin-bottom: 21px;
}
.special_offers span {
    width: 190px;
    height: 38px;
    display: block;
    float: left;
    background-image: url('../images/sprite_home-1348166691.png');
    background-repeat: no-repeat;
}
#yahoo {
    background-position: url('http://images3.webhostinghub.com/_images/offer_yahoo.gif') 0 0 no-repeat;
}
#ting {
    background-position: 0 0;
}
#ratepoint {
    background-position: -190px 0;
}
#ringcentral {
    background-position: -380px 0;
}
#efax {
    background-position: -570px 0;
}
#icontact {
    background-position: 0 -38px;
}
#eonlinedata {
    background-position: -190px -38px;
}
#paypal {
    background-position: -380px -38px;
}
#constantcontact {
    background-position: -570px -38px;
}
.seo {
    float: left;
    width: 350px;
    font-size: .916em;
    margin-left: 50px;
}
.seo + .seo {
    margin-left: 90px;
}
.seo h4 {
    font-weight: bold;
    margin-bottom: 0;
    font-size: 11px;
}

.inline_h2 {
    display: inline;
    font-size: 12px;
}

.inline_h3 {
    display: inline;
    font-size: 12px;
}

.home_h3_container {
    width: 368px;
    margin: 0 0 16px 16px;
}

/* index.html - slideshow */
#banner_container_lrg.slideshow {
    margin-left: 20px;
    width: 850px;
    height: 360px;
    overflow: hidden;
}
#banner_container_lrg.slideshow > div {
    width: 850px;
    height: 360px;
    background-repeat: no-repeat;
    color: #fff;
}
#banner_container_lrg.slideshow > div > p {
    position: relative;
    top: 250px;
    left: 30px;
    font-size: 14px;
}
#banner_container_lrg.slideshow > div > p > strong {
    text-transform: uppercase;
}
#home #banner_lrg_slideshow_transferring > p {
    top: 75px;
}
#home #banner_lrg_slideshow_wp > p {
    position: relative;
    top:250px;
}
#banner_lrg_slideshow_softaculous {
    background-image: url('../images/banner_lrg_slideshow_softaculous.png');
}
#banner_lrg_slideshow_wp {
    background-image: url('../images/banner_lrg_slideshow_wp.png');
}
#banner_lrg_slideshow_transferring {
    background-image: url('../images/banner_lrg_slideshow_transferring.png');
}
#banner_lrg_slideshow_independenceday2014 {
    background-image: url(/_images/banner_lrg_slideshow_independenceday2014.png);
}
#banner_container_lrg.slideshow > div {
    width: 850px;
    height: 360px;
}


#pager {
    position: relative;
    float: left;
    z-index: 4;
    left: 150px;
    top: -50px;
}
#pager a {
    background-color: #064a63;
    display: inline-block;
    text-indent: -9000px;
    width: 10px;
    margin-right: 10px;
    height: 10px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,.15);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,.15);
}
#pager a.activeSlide {
    background-color: #f8a41b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8a41b), to(#d65901));
    background-image: -webkit-linear-gradient(top, #f8a41b, #d65901);
    background-image:    -moz-linear-gradient(top, #f8a41b, #d65901);
    background-image:      -o-linear-gradient(top, #f8a41b, #d65901);
    background-image:         linear-gradient(to bottom, #f8a41b, #d65901);
}

#banner_home_price_499 {
    background: transparent url('../images/banner_home_price_499.png') no-repeat 0 0;
    width: 190px;
    height: 190px;
    float: right;
    margin: 0 0 -190px;
    position: relative;
    z-index: 4;
    top: -250px;
}
#banner_home_price_399,
#banner_home_price_399-b {
    background: transparent url('../images/banner_home_price_399.png') no-repeat 0 0;
    width: 190px;
    height: 190px;
    float: right;
    margin: 0 0 -190px;
    position: relative;
    z-index: 4;
    top: -250px;
}
#banner_home_price_399-b{
    background: transparent url('../images/banner_home_price_399-b.png') no-repeat 0 0;
}

#banner_home_price_cnet {
    background: transparent url('../images/banner_home_price_cnet_4788.png') no-repeat 0 0;
    width: 190px;
    height: 190px;
    float: right;
    margin: 0 0 -190px;
    position: relative;
    z-index: 4;
    top: -250px;
}
#banner_home_price_199-3mo {
    background: transparent url('../images/banner_home_price_199-3mo.png') no-repeat 0 0;
    width: 190px;
    height: 190px;
    float: right;
    margin: 0 0 -190px;
    position: relative;
    z-index: 4;
    top: -250px;
}
#banner_home_price_195-3mo {
    background: transparent url('../images/banner_home_price_195-3mo.png') no-repeat 0 0;
    width: 190px;
    height: 190px;
    float: right;
    margin: 0 0 -190px;
    position: relative;
    z-index: 4;
    top: -250px;
}
#banner_home_price_299-3mo {
    background: transparent url('../images/banner_home_price_299-3mo.png') no-repeat 0 0;
    width: 190px;
    height: 190px;
    float: right;
    margin: 0 0 -190px;
    position: relative;
    z-index: 4;
    top: -250px;
}
#banner_home_price_150-3mo {
    background: transparent url('/../../_images/banner_home_price_150-3mo.png') no-repeat 0 0;
    width: 190px;
    height: 190px;
    float: right;
    margin: 0 0 -190px;
    position: relative;
    z-index: 4;
    top: -250px;
}
#banner_slideshow_cta {
    width: 272px;
    height: 86px;
    text-indent: -9000px;
    display: block;
    position: relative;
    top: 135px;
    left: -85px;
    background: transparent url('../images/banner_slideshow_cta.png')
}
#banner_slideshow_cta.why {
    background-image: url('../images/banner_slideshow_why_cta.png');
}
#banner_slideshow_cta.how {
    background-image: url('../images/banner_slideshow_how_cta.png');
}
#banner_slideshow_cta:hover, #banner_slideshow_cta:focus {
    background-position: 0 -86px;
}

#ribbon_310_apps {
    width: 375px;
    background: url(/../../_images/ribbon_310_apps.png) scroll 0 0 no-repeat;
}

.box_long_section_right.softaculous-meter {
    margin-top: -12px;
    padding-bottom: 12px;
}
img.softaculous-meter {
    float: left;
    margin-right: .5em;
}

/* remind19offer-template.php */
#remind19offer-template #banner_container_med {
    height: 300px;
}
#remind19offer-template .newtitle.centered {
    clear: both;
    margin: -20px auto 0;
}
#remind19offer-template .unmatched-features-container {
    width: 850px;
}
#remind19offer-template .ca-capsule.ca-capsule-features {
    margin-right: 18px;
}
#remind19offer-template .install.ca-capsule {
    padding: 10px 10px 10px;
    width: 230px;
}
#remind19offer-template .install.ca-capsule img {
    background-size: 100% auto;
    height: 32px;
    margin-left: 4px;
    width: 32px;

}
#remind19offer-template .signup-cnet_content {
    margin-left: auto;
    margin-right: auto;
    width: 650px;
}
#remind19offer-template .features_cnet_signup {
    padding: 0;
}
#remind19offer-template .features_cnet_signup li {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 58px;
    margin: 0;
}
#remind19offer-template .box_short_left {
    display: inline;
    float: left;
    position: relative;
}
#remind19offer-template .cnet_long_section_left {
    display: inline;
    float: left;
    margin-left: 0;
    width: 380px;
}

#remind19offer-template .features_cnet_signup li:nth-child(2) {
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
    position: relative;
}
#remind19offer-template .features_cnet_signup p {
    line-height: 1;
}
#remind19offer-template .support_cnet_awards li {
    display: block;
    float: left;
    font-size: 8px;
    line-height: 15px;
    margin: 0;
    text-align: center;
 }
#remind19offer-template .support_cnet_awards img {
    display: block;
    max-width: 77px;
    padding: 0 13px 0 13px;
}
#remind19offer-template .support_cnet_awards li:nth-child(even) {
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
}
#remind19offer-template .support_cnet_awards li:first-child img {
    max-width: 82px;
}
#remind19offer-template .discountcentered {
    color: red;
    text-align: center;
}
#remind19offer-template .bottom_content {
    position: relative;
}
.bottom_content .discountcentered {
    left: 46%;
    position: absolute;
    top: 56px;
}
.cnet-box_short_content .discountcentered {
    font-size: 10px;
    left: 65px;
    position: absolute;
    top: 45px;
}
#remind19offer-template .cnet-box_short_content {
    color: #666;
    float: left;
    text-align: center;
    width: 33%;
}
#remind19offer-template .features_cnet_signup li:last-child img {
    margin-right: 1em;
}
#remind19offer-template #banner_home_price_cnet,
#remind19offer-template #banner_home_price_399,
#remind19offer-template #banner_home_price_399-b,
#remind19offer-template #banner_home_price_195-3mo,
#remind19offer-template #banner_home_price_499 {
    background-size: 100% auto;
    float: right;
    height: 150px;
    left: 0;
    margin-bottom: -120px;
    position: relative;
    top: -190px;
    width: 150px;
    z-index: 3;
}
#remind19offer-template .feature_unlimited.feature-icon {
background-image: url(../images/icon_all-hosting-features.png);
}
#remind19offer-template .signup_now_cnet {
    background: url(/../../_images/signup_now_cta.png) 0 0 no-repeat;
    display: block;
    height: 64px;
    margin-left: 650px;
    margin-top: -65px;
    position: relative;
    text-indent: -9999px;
    width: 200px;
    z-index: 4;
}
.signup_now_cnet-sm {
    background: url(/../../_images/signup_now_cta_sm.png) 0 0 no-repeat;
    display: block;
    height: 48px;
    text-indent: -9999px;
    width: 155px;
}
#remind19offer-template .box_long_middle_noline,
#remind19offer-template .box_long_middle {
    background: none;
}
#remind19offer-template .box_long_section_right {
    display: inline;
    float: right;
    margin-right: 5px;
    width: 380px;
}
#remind19offer-template .compare_short_left {
    display: inline;
    float: left;
    margin-left: 120px;
    position: relative;
}
#remind19offer-template .cnet-all_features {
    background: url(/../../_images/all_features_cta.png) 0 0 no-repeat;
    display: block;
    height: 48px;
    margin: 0 auto;
    text-indent: -9999px;
    width: 155px;
}
#remind19offer-template .unmatched-features + .cnet-all_features {
    margin-top: 30px;
}
#remind19offer-template .cnet-all_features:hover,
#remind19offer-template .cnet-all_features:focus {
    background-position: 0 -48px;
}
#remind19offer-template .box_long_content_left {
    display: inline;
    float: left;
    margin-left: 0;
}
#remind19offer-template .box_long_content_left img {
    background-size: 100% auto;
    height: 60px;
    width: 60px;
}
#remind19offer-template .box_long_content_right {
    float: left;
    margin-left: 15px;
}

/* popover website gallery */
.hub-sites-gallery {
    list-style: none;
    margin: 0;
    padding: 22px 22px 0;
}
.hub-sites-gallery li {
    display: inline-block;
    margin: 0 22px 22px 0;
}
.hub-sites-gallery li:nth-child(3n) {
    margin-right: 0;
}
.hub-sites-gallery button {
    background: transparent none no-repeat center top;
    box-shadow: 0 0 4px rgba(0,0,0,.4);
    padding: 0;
    border: none;
}
.hub-sites-gallery img {
    border: 1px solid #ccc;
    outline: 4px solid #fff;
}
.website-gallery {
    background-color: #cfcfcf;
    border-radius: 10px;
    margin: 0 auto;
    width: 660px;
}
.website-gallery .hub-sites-gallery li:nth-child(7n+0) {
    margin-bottom: 0;
}

#remind19offer-template .features_cnet_signup li:last-child {
    white-space: nowrap;
    width: 160px;
}
#remind19offer-template .features_cnet_signup li:last-child > img {
    float: left;
    margin-left: 50px;
    margin-top: 11px;
}

/* website-builder.html */
#builder .box_long_content_left img,
.box_long.box_long-no-bg .box_long_section_right .box_long_content_left img {
    background-size: 100% auto;
    height: 60px;
    width: 60px;
}
#builder #banner_container_med {
    height: 180px;
}
#builder .box_short_content_left {
    border-right: 1px solid #bfbfbf;
    display: inline;
    float: left;
    height: 50px;
    margin-left: 16px;
    width: 110px;
}
#builder #subcontent .box_long > div,
.box_long.box_long-no-bg > div {
    background-image: none;
}
#builder .unmatched-features-container {
    width: 850px;
}
#builder .ca-capsule.ca-capsule-features {
    margin-right: 18px;
}
#builder .newtitle {
    margin-top: 0;
}
#builder #features_left_container .ca-capsule {
    font-size: 11px;
    margin: 0 0 8px 22px;
    padding: 10px;
    width: 408px;
}
#builder #features_right_container .ca-capsule {
    font-size: 11px;
    margin: 0 0 12px 18px;
    padding: 10px;
    width: 408px;
}
#builder #features_left_container .ca-capsule > img {
    background-size: 100% auto;
    height: 32px;
    float: left;
    margin-right: 1em;
    width: 32px;
}
#builder #features_left_container .ca-capsule:first-child {
    padding-top: 10px;
    line-height: 3;
}
#builder #features_left_container .ca-capsule:nth-child(even) > img {
    float: right;
    margin-left: 1em;
}
#builder .newtitle {
    margin-bottom: 0;
}
#builder .get_started_cta.builder:hover {
    background-position: 0 -240px;
}
#builder h4.newtitle.centered {
    font-size: 22px;
    font-weight: normal;
}
#builder #subcontent .box_long_content_right,
.box_long.box_long-no-bg .box_long_content_right {
    width: 300px;
}
/*end website-builder.html*/

#banner_med_builder,
#banner_med_remind19offer-template,
#banner_med_remind70offer-template {
    width: 850px;
    height: 260px;
    background: url(../_images/banner_med.jpg) scroll 0 0 no-repeat;
    margin-left: 20px;
}

#banner_med_remind19offer-template.cnet {
    background-image: url(../_images/banner_med_cnet-landing.png);
}
#banner_med_remind70offer-template.cnet {
    background-image: url(../_images/banner_med_cnet-landing-b.png);
}

#banner_med_remind19offer-template.firstsiteguide {
    background-image: url(../_images/banner_affiliate_firstsiteguide.png);
}

#banner_med_builder {
    height: 160px;
    background: url(../_images/banner_med_builder.jpg) scroll 0 0 no-repeat;
}

#banner_med_mcafee {
    width: 850px;
    height: 260px;
    background: url('../images/mcafee/banner-mcafee.png') scroll 0 0 no-repeat;
    margin-left: 20px;
}

#banner_med_mcafee2 {
    width: 850px;
    height: 260px;
    background: url('../images/mcafee/banner-mcafee2.png') scroll 0 0 no-repeat;
    margin-left: 20px;
}

#banner_builder_cta {
    width: 305px;
    height: 90px;
    background: url('../images/sprite_website-builder.png') scroll -216px 0 no-repeat;
    position: absolute;
    top: 195px;
    left: 292px;
    text-indent: -9999px;
}

#banner_builder_cta:hover {
    background-position: -216px -90px;
}

#ribbon_500_templates {
    width: 206px;
    background: url('../images/sprite_website-builder.png') scroll 0 0 no-repeat;
}

#ribbon_123 {
    width: 206px;
    background: url('../images/sprite_website-builder.png') scroll 0 -57px no-repeat;
}

.circled-numbers {
    counter-reset: section;
    padding-left: 5px;
}

.circled-numbers li {
    overflow: hidden;
}

.circled-numbers li > p {
    margin-left: 40px;
}

.circled-numbers li:before {
    background-color: #0C7399;
    border-radius: 50%;
    color: #fff;
    content: counter(section);
    counter-increment: section;
    display: block;
    float: left;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.easy-creation-title {
    font-size: 16px;
    font-weight: normal;
    padding-top: .5em;
}

.slideshow-container .slideshow > div {
    padding: 0;
}

.slideshow-container .slideshow blockquote {
    margin: 0;
}

.slideshow-container .slideshow blockquote > p {
    color: #222;
}

/* wordpress-hosting.html */

#banner_med_wordpress {
    width: 850px;
    height: 260px;
    background: url('../images/banner_med_wordpress.jpg') scroll 0 0 no-repeat;
    margin-left: 20px;
}

#banner_wordpress_cta {
    width: 305px;
    height: 90px;
    background: url('../images/sprite_wordpress-hosting.png') scroll -214px 0 no-repeat;
    position: absolute;
    top: 195px;
    left: 292px;
    text-indent: -9999px;
}

#banner_wordpress_cta:hover {
    background-position: -214px -90px;
}

#ribbon_wordpress_easy {
    width: 204px;
    background: url('../images/sprite_wordpress-hosting.png') scroll 0 0 no-repeat;
}

#ribbon_wordpress_themes {
    width: 191px;
    background: url('../images/sprite_wordpress-hosting.png') scroll 0 -57px no-repeat;
}

    /* affiliate 'henrijunttila' wordpress-hosting.html landing page */

    #banner_med_wordpress.henrijunttila {
        background-image: url(../_images/banner_med_wordpress_henrijunttila.jpg);
    }

    #banner_med_wordpress.webhosthelpguy {
        background-image: url(../_images/banner_med_wordpress_webhosthelpguy.jpg);
    }

    #banner_med_wordpress #banner_home_price_399 {
        background: url(../_images/banner_home_price_399.png) no-repeat scroll 0 0 transparent;
        float: right;
        height: 190px;
        margin: 0 0 -190px;
        position: absolute;
        z-index: 0;
        top: 65px;
        left: 400px;
        width: 190px;
        text-align: center;
    }

    #banner_med_wordpress #banner_home_price_195-3mo + #banner_wordpress_cta,
    #banner_med_wordpress #banner_home_price_399 + #banner_wordpress_cta,
    #banner_med_wordpress #banner_home_price_150-3mo + #banner_wordpress_cta {
        background-image: url(../_images/banner_slideshow_cta.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        left: 340px;
        height: 89px;
    }

    #banner_med_wordpress #banner_home_price_399 + #banner_wordpress_cta:hover {
        background-position: 0 -86px;   
    }

    #banner_med_wordpress #banner_home_price_195-3mo,
    #banner_med_wordpress #banner_home_price_150-3mo {
        height: 190px;
        margin: 0 0 -190px;
        position: absolute;
        z-index: 0;
        top: 65px;
        left: 400px;
        width: 190px;
        text-align: center;
    }

/* magento-hosting.html */
#banner_med_magento {
    width: 850px;
    height: 260px;
    background: url('/_images/banner_med_magento.jpg') scroll 0 0 no-repeat;
    margin-left: 20px;
}
#banner_magento_cta {
    width: 305px;
    height: 90px;
    background: url('/_images/magento_cta_sprite.png') scroll 0 0 no-repeat;
    position: absolute;
    top: 196px;
    left: 292px;
    text-indent: -9999px;
}
#magentoblurb {
    width: 850px;
    height: 60px;
}

#banner_container_med #banner_med_magento .price-burst .pricepoint,
#banner_container_med #banner_med_wordpress .price-burst .pricepoint,
#banner_container_med #banner_med_concrete5 .price-burst .pricepoint,
#banner_container_med #banner_med_b2e .price-burst .pricepoint,
#banner_container_med #banner_med_joomla .price-burst .pricepoint,
#banner_container_med #banner_med_drupal .price-burst .pricepoint ,
#banner_container_med #banner_med_prestashop .price-burst .pricepoint {
    padding-left: 0;
    position: absolute;
    font-size: 5em;
}

#banner_container_med #banner_med_magento .price-burst.double-digit-value,
#banner_container_med #banner_med_wordpress .price-burst.double-digit-value,
#banner_container_med #banner_med_concrete5 .price-burst.double-digit-value,
#banner_container_med #banner_med_b2e .price-burst.double-digit-value,
#banner_container_med #banner_med_joomla .price-burst.double-digit-value,
#banner_container_med #banner_med_drupal .price-burst.double-digit-value ,
#banner_container_med #banner_med_prestashop .price-burst.double-digit-value {
    font-size: 1em;
}

#banner_container_med #banner_med_magento .price-burst .pricepoint.pricepoint-previous,
#banner_container_med #banner_med_wordpress .price-burst .pricepoint.pricepoint-previous,
#banner_container_med #banner_med_concrete5 .price-burst .pricepoint.pricepoint-previous,
#banner_container_med #banner_med_b2e .price-burst .pricepoint.pricepoint-previous,
#banner_container_med #banner_med_joomla .price-burst .pricepoint.pricepoint-previous,
#banner_container_med #banner_med_drupal .price-burst .pricepoint.pricepoint-previous ,
#banner_container_med #banner_med_prestashop .price-burst .pricepoint.pricepoint-previous {
    font-size: 2rem;
    padding-top: .5em;
    margin-bottom: -1.5em;
    position: relative;
}

#banner_container_med #banner_med_magento .price-burst .pricepoint-limitation,
#banner_container_med #banner_med_wordpress .price-burst .pricepoint-limitation,
#banner_container_med #banner_med_concrete5 .price-burst .pricepoint-limitation,
#banner_container_med #banner_med_b2e .price-burst .pricepoint-limitation,
#banner_container_med #banner_med_joomla .price-burst .pricepoint-limitation,
#banner_container_med #banner_med_drupal .price-burst .pricepoint-limitation,
#banner_container_med #banner_med_prestashop .price-burst .pricepoint-limitation {
    font-size: .75em;
    position: relative;
    top: 9.5em;
}

#banner_container_med #banner_med_magento .price-burst #link7,
#banner_container_med #banner_med_wordpress .price-burst #link7,
#banner_container_med #banner_med_concrete5 .price-burst #link7,
#banner_container_med #banner_med_b2e .price-burst #link7,
#banner_container_med #banner_med_joomla .price-burst #link7,
#banner_container_med #banner_med_drupal .price-burst #link7,
#banner_container_med #banner_med_prestashop .price-burst #link7 {
    top: 11em;
}

#banner_med_magento .price-burst .pricepoint .pricepoint-termlength,
#banner_med_wordpress .price-burst .pricepoint .pricepoint-termlength,
#banner_med_concrete5 .price-burst .pricepoint .pricepoint-termlength,
#banner_med_b2e .price-burst .pricepoint .pricepoint-termlength,
#banner_med_joomla .price-burst .pricepoint .pricepoint-termlength,
#banner_med_drupal .price-burst .pricepoint .pricepoint-termlength,
#banner_med_prestashop .price-burst .pricepoint .pricepoint-termlength {
    left: -1em;
    top: -2.5em;
}

#banner_med_magento .price-burst #banner_slideshow_cta,
#banner_med_wordpress .price-burst #banner_slideshow_cta,
#banner_med_concrete5 .price-burst #banner_slideshow_cta,
#banner_med_b2e .price-burst #banner_slideshow_cta,
#banner_med_joomla .price-burst #banner_slideshow_cta,
#banner_med_drupal .price-burst #banner_slideshow_cta,
#banner_med_prestashop .price-burst #banner_slideshow_cta {
    left: -5em;
    top:7em;
    position: relative;
}

#banner_container_med #banner_med_magento .double-digit-value .pricepoint-current,
#banner_container_med #banner_med_wordpress .double-digit-value .pricepoint-current,
#banner_container_med #banner_med_concrete5 .double-digit-value .pricepoint-current,
#banner_container_med #banner_med_b2e .double-digit-value .pricepoint-current,
#banner_container_med #banner_med_joomla .double-digit-value .pricepoint-current,
#banner_container_med #banner_med_drupal .double-digit-value .pricepoint-current ,
#banner_container_med #banner_med_prestashop .double-digit-value .pricepoint-current {
    margin-top: .65em;
}

#banner_container_med #banner_med_magento .price-burst,
#banner_container_med #banner_med_wordpress .price-burst,
#banner_container_med #banner_med_concrete5 .price-burst,
#banner_container_med #banner_med_b2e .price-burst,
#banner_container_med #banner_med_joomla .price-burst,
#banner_container_med #banner_med_drupal .price-burst ,
#banner_container_med #banner_med_prestashop .price-burst {
    width: 190px;
    font-size: 1rem;
    float: none;
    top: -45%;
    height: 190px;
    left: 44%;
    margin: 0 0 -190px;
}

#banner_container_med > #banner_med_magento .price-burst,
#banner_container_med > #banner_med_concrete5 .price-burst,
#banner_container_med > #banner_med_prestashop .price-burst {
    top: -70%;
}

#banner_container_med > #banner_med_prestashop .price-burst {
    z-index: 0;
}

/* joomla-hosting.html */
#banner_med_joomla {
    width: 850px;
    height: 260px;
    background: url('../images/banner_med_joomla.jpg') scroll 0 0 no-repeat;
    margin-left: 20px;
}
#banner_joomla_cta {
    width: 305px;
    height: 90px;
    background: url('../images/joomla_cta_sprite.png') scroll 0 0 no-repeat;
    position: absolute;
    top: 195px;
    left: 292px;
    text-indent: -9999px;
}

/* drupal-hosting.html */
#banner_med_drupal {
    width: 850px;
    height: 260px;
    background: url('../images/banner_med_drupal.jpg') scroll 0 0 no-repeat;
    margin-left: 20px;
}
#banner_drupal_cta {
    width: 305px;
    height: 90px;
    background: url('../images/drupal_cta_sprite.png') scroll 0 0 no-repeat;
    position: absolute;
    top: 195px;
    left: 292px;
    text-indent: -9999px;
}

#banner_drupal_cta:hover {
    background-position: 0 -90px;
}

#banner_med_joomla #banner_home_price_399,
#banner_med_joomla #banner_home_price_195-3mo,
#banner_med_joomla #banner_home_price_499,
#banner_med_drupal #banner_home_price_399,
#banner_med_drupal #banner_home_price_195-3mo,
#banner_med_drupal #banner_home_price_499 {
    float: none;
    top: -46%;
    height: 145px;
    left: 44%;
}

#banner_med_joomla #banner_home_price_195-3mo #link7,
#banner_med_drupal #banner_home_price_195-3mo #link7 {
    position: absolute;
    margin-bottom: -120px;
    margin-left: 30px;
}

/* cpanel-hosting.html */

#banner_med_cpanel {
    width: 850px;
    height: 260px;
    background: url('../images/banner_med_cpanel.jpg') scroll 0 0 no-repeat;
    margin-left: 20px;
}

#banner_cpanel_cta {
    width: 305px;
    height: 90px;
    background: url('../_images/cpanel_cta_sprite.png') scroll 0 0 no-repeat;
    background-position: 0 0;
    position: absolute;
    top: 195px;
    left: 292px;
    text-indent: -9999px;
}

#banner_cpanel_cta:hover {
    background-position: 0 -90px;
}

#ribbon_cpanel_email {
    width: 276px;
    background: url('../_images/ribbon_cpanel_email.png') scroll 0 0 no-repeat;
}

#ribbon_cpanel_1click {
    width: 276px;
    background: url('../_images/ribbon_cpanel_1click.png') scroll 0 0 no-repeat;
}

/* web-hosting-features.html */

#banner_sm_features {
    width: 850px;
    height: 85px;
    background: url('../images/banner_sm_features.jpg') scroll 0 0 no-repeat;
    margin-left: 20px;
}

#ribbon_features_core {
    width: 148px;
    background: url('../images/sprite_web-hosting-features.png') scroll 0 0 no-repeat;
}

#ribbon_features_special {
    background: url('../images/sprite_web-hosting-features.png') no-repeat 0 -114px;
    width: 149px;
}

#ribbon_features_email {
    width: 88px;
    background: url('../images/sprite_web-hosting-features.png') scroll 0 -57px no-repeat;
}

#ribbon_features_photo {
    width: 193px;
    background: url('../images/sprite_web-hosting-features.png') scroll 0 -229px no-repeat;
}

#ribbon_features_ecommerce {
    width: 182px;
    background: url('../images/sprite_web-hosting-features.png') scroll 0 -172px no-repeat;
}

#ribbon_features_blogging {
    width: 156px;
    background: url('../images/sprite_web-hosting-features.png') scroll 0 -344px no-repeat;
}

#ribbon_features_cms {
    width: 316px;
    background: url('../images/sprite_web-hosting-features.png') scroll 0 -287px no-repeat;
}

#ribbon_features_geeks {
    width: 158px;
    background: url('../images/sprite_web-hosting-features.png') scroll 0 -458px no-repeat;
}

#ribbon_features_forum {
    width: 165px;
    background: url('../images/sprite_web-hosting-features.png') scroll 0 -401px no-repeat;
}

#ribbon_features_additional {
    width: 191px;
    background: url('../images/sprite_whh-1309474078.png') scroll -631px -239px no-repeat;
}

.features_table {
    border-collapse:collapse;
    width: 400px;
    margin-left: 4px;
    margin-bottom: 0px;
}

.even_tr {
    border-collapse:collapse;
    border: 1px solid #d9d9d9;
    height: 30px;
}

.even_td_left {
    border-collapse:collapse;
    border: 1px solid #d9d9d9;
    background: #fff;
}

.even_td_right {
    border-collapse:collapse;
    width: 75px;
    border: 1px solid #d9d9d9;
    background: #f2f2f2;
    text-align: center;
}

.odd_tr {
    border-collapse:collapse;
    border: 1px solid #d9d9d9;
    height: 30px;
}

.odd_td_left {
    border-collapse:collapse;
    border: 1px solid #d9d9d9;
    background: #f2f2f2;
}

.odd_td_right {
    border-collapse:collapse;
    width: 75px;
    border: 1px solid #d9d9d9;
    background: #e6e6e6;
    text-align: center;
}

#features_left_container {
    width: 442px;
    float: left;
    display: inline;
}

#features_left_container .box_short_left {
    margin-bottom: 15px;
}

#features_right_container {
    width: 448px;
    float: right;
    display: inline;
}

#features_right_container .box_short_right {
    margin-bottom: 15px;
}

.features_cta {
    width: 305px;
    height: 90px;
    background: url('../images/sprite_web-hosting-features.png') scroll -239px 0 no-repeat;
    text-indent: -9999px;
    display: block;
    margin-left: 292px;
}

.features_cta:hover {
    width: 305px;
    height: 90px;
    background-position: -239px -90px;
    text-indent: -9999px;
    display: block;
    margin-left: 292px;
}

.features_ol {
    margin-right: 0;
    font-weight: bold;
    color: #0c7399;
}

.clearli {
    font-weight: normal;
    color: #000;
}

#features_column_container {
    float: left;
}
#affiliate_banner {
    width: 840px;
    min-height: 250px;
    padding-top: 14px;
    margin: 5px auto 30px;
}
#affiliate_banner a {
    display: block;
    margin: 0 auto;
    width: 214px;
    height: 65px;
    text-indent: -9000px;
}
.uppercase {
    text-transform: uppercase;
}
.affiliate-welcome {
    font-size: 18px;
}
.affiliate-signup {
    font-size: 14px;
}
.affiliate-starting-at {
    font-size: 35px;
    margin-bottom: 22px;
}
#affiliate_banner .pricepoint-previous {
    font-size: .5em;
}
#affiliate_banner .pricepoint-slash:after {
    content: url(../../_images/pricepoint-slash.png);
    margin-left: -2em;
    top: .5em;
    position: relative;
}
#affiliate_banner.sbrault {
    background: url('../images/banner_affiliate_thewebhostinghero.png') no-repeat 0 0;
}
#affiliate_banner.sbrault a {
    background: url('../images/banner_affiliate_thewebhostinghero_cta.png') no-repeat 0 0;
}
#affiliate_banner.mediaboost {
    background: url('/_images/banner_affiliate_mediaboost.png') no-repeat 0 0;
    color: #454545;
}
#affiliate_banner.mediaboost .pricepoint-current {
    color: #e9181b;
}
#affiliate_banner.mediaboost a {
    background: url('../images/banner_affiliate_consumer-rankings_cta.png') no-repeat 0 0;
}
#affiliate_banner.websiteoffice {
    background: url('../images/banner_affiliate_websiteoffice.png') no-repeat 0 0;
}
#affiliate_banner.websiteoffice a {
    background: url('../images/banner_affiliate_websiteoffice_cta.png') no-repeat 0 0;
}
#affiliate_banner.whtop10 {
    background: url('/_images/banner_affiliate_whtop10.png') no-repeat 0 0;
    color: #5989ac;
}
#affiliate_banner.whtop10 .pricepoint-current {
    color: #fff;
}
#affiliate_banner.whtop10 a {
    background: url('../images/banner_affiliate_whtop10_cta.png') no-repeat 0 0;
}
#affiliate_banner.vpride {
    background: url('/_images/banner_affiliate_vpride-logo.png') no-repeat -6px 0;
    color: #5989ac;
}
#affiliate_banner.vpride .pricepoint-current {
    color: #fff;
}
#affiliate_banner.vpride a {
    background: url('../images/banner_affiliate_websitedirections_cta.png') no-repeat 0 5px;
}
#affiliate_banner.advantus {
    background: url('/_images/banner_affiliate_advantus.png') no-repeat 0 0;
    color: #07273a;
}
#affiliate_banner.advantus .pricepoint-current {
    color: #98a701;
}
#affiliate_banner.advantus a {
    background: url('../images/banner_affiliate_advantus_cta.png') no-repeat 0 0;
}
#wordpress #affiliate_banner.advantus {
    display: none;
}
#affiliate_banner.advantusflexi {
    background: url('../images/banner_affiliate_advantusflexi.png') no-repeat 0 0;
}
#affiliate_banner.advantusflexi a {
    background: url('../images/banner_affiliate_advantusflexi_cta.png') no-repeat 0 0;
}
#affiliate_banner.qualitynonsense {
    background: url('/_images/banner_affiliate_qualitynonsense.png') no-repeat 0 0;
    color: #99d8ff;
}
#affiliate_banner.qualitynonsense .pricepoint-current {
    color: #fff;
}
#affiliate_banner.qualitynonsense a {
    background: url('../images/banner_affiliate_qualitynonsense_cta.png') no-repeat 0 0;
}
#affiliate_banner.lollol {
    background: url('../images/banner_affiliate_lollol.png') no-repeat 0 0;
}
#affiliate_banner.lollol a {
    background: url('../images/banner_affiliate_lollol_cta.png') no-repeat 0 0;
}
#affiliate_banner.jdproductions {
    background: url('../images/banner_affiliate_jdproductions.png') no-repeat 0 0;
}
#affiliate_banner.jdproductions a {
    background: url('../images/banner_affiliate_jdproductions_cta.png') no-repeat 0 0;
}
#affiliate_banner.t5awds {
    background: url('/_images/banner_affiliate_t5awds.png') no-repeat 0 0;
}
#affiliate_banner.t5awds .pricepoint-current {
    color: #347bbe;
}
#affiliate_banner.t5awds a {
    background: url('../images/banner_affiliate_t5awds_cta.png') no-repeat 0 0;
}
#affiliate_banner.mbalkhi {
    background: url('../images/banner_affiliate_mbalkhi.jpg') no-repeat 0 0;
}
#affiliate_banner.mbalkhi a {
    background: url('../images/banner_affiliate_mbalkhi_cta.png') no-repeat 0 0;
}
#affiliate_banner.blogsetupguide {
    background: url('../images/banner_affiliate_blogsetupguide.png') no-repeat 0 0;
}
#affiliate_banner.blogsetupguide a {
    background: url('../images/banner_affiliate_blogsetupguide_cta.png') no-repeat 0 0;
}
#affiliate_banner.checkout {
    background: url('/_images/banner_affiliate_checkout.png') no-repeat 0 0;
}
#affiliate_banner.checkout .pricepoint-current {
    color: #ea9036;
}
#affiliate_banner.checkout a {
    background: url('../images/banner_affiliate_checkout_cta.png') no-repeat 0 0;
}
#affiliate_banner.whr3141 {
    background: url('/_images/banner_affiliate_whr3141.png') no-repeat 0 0;
    color: #fff;
}
#affiliate_banner.whr3141 .pricepoint-current {
    color: #3189d3;
}
#affiliate_banner.whr3141 a {
    background: url('../images/banner_affiliate_whr3141_cta.png') no-repeat 0 0;
}
#affiliate_banner.makeawebsite {
    background: url('../images/banner_affiliate_makeawebsite.png') no-repeat 0 0;
}
#affiliate_banner.makeawebsite > p.centered {
    text-indent: -9000px;
}
#affiliate_banner.makeawebsite a {
    background: url('../images/banner_affiliate_makeawebsite_cta.png') no-repeat 0 0;
}
#affiliate_banner.checkout2 {
    background: url('/_images/banner_affiliate_checkout2.png') no-repeat 0 0;
}
#affiliate_banner.checkout2 .pricepoint-current {
    color: #e67b0d;
}
#affiliate_banner.checkout2 a {
    background: url('../images/banner_affiliate_checkout2_cta.png') no-repeat 0 0;
}
#affiliate_banner.miami7 {
    background: url('../images/banner_affiliate_miami7.png') no-repeat 0 0;
}
#affiliate_banner.miami7 a {
    background: url('../images/banner_affiliate_miami7_cta.png') no-repeat 0 0;
}
#affiliate_banner.sbrault {
    background: url('../images/banner_affiliate_sbrault.png') no-repeat 0 0;
}
#affiliate_banner.sbrault a {
    background: url('../images/banner_affiliate_sbrault_cta.png') no-repeat 0 0;
}
#affiliate_banner.soufulow {
    background: url('/_images/banner_affiliate_soufulow.png') no-repeat 0 0;
}
#affiliate_banner.soufulow .pricepoint-current {
    color: #e67b0d;
}
#affiliate_banner.soufulow a {
    background: url('../images/banner_affiliate_soufulow_cta.png') no-repeat 0 0;
}
#affiliate_banner.cweber {
    background: url('/_images/banner_affiliate_cweber.png') no-repeat 0 0;
}
#affiliate_banner.cweber .pricepoint-current {
    color: #22a009;
}
#affiliate_banner.cweber a {
    background: url('../images/banner_affiliate_cweber_cta.png') no-repeat 0 0;
}
#affiliate_banner.oshosting {
    background: url('/_images/banner_affiliate_oshosting.png') no-repeat 0 0;
    color: #fff;
}
#affiliate_banner.oshosting .pricepoint-current {
    color: #0f4b6d;
}
#affiliate_banner.oshosting a {
    background: url('../images/banner_affiliate_oshosting_cta.png') no-repeat 0 0;
}
#affiliate_banner.iannuttall {
    background: url('../images/banner_affiliate_iannuttall.png') no-repeat 0 0;
}
#affiliate_banner.iannuttall a {
    background: url('../images/banner_affiliate_iannuttall_cta.png') no-repeat 0 0;
    margin: 0 17%;
}
#affiliate_banner.avi3000 {
    background: url('/_images/banner_affiliate_avi3000.png') no-repeat 0 0;
}
#affiliate_banner.avi3000 .pricepoint-current {
    color: #25b7a4;
}
#affiliate_banner.avi3000 a {
    background: url('../images/banner_affiliate_avi3000_cta.png') no-repeat 0 0;
}
#affiliate_banner.bradjasper {
    background: url('/_images/banner_affiliate_bradjasper.png') no-repeat 0 0;
}
#affiliate_banner.bradjasper .pricepoint-current {
    color: #fff;
}
#affiliate_banner.bradjasper a {
    background: url('/_images/banner_affiliate_bradjasper_cta.png') no-repeat 0 0;
}
#affiliate_banner.oscommerce {
    background: url('/_images/banner_affiliate_oscommerce.png') no-repeat 0 0;
}
#affiliate_banner.oscommerce .pricepoint-current {
    color: #08c;
}
#affiliate_banner.oscommerce a {
    background: url('../images/banner_affiliate_oscommerce_cta.png') no-repeat 0 0;
}
#affiliate_banner.webhostingstudies {
    background: url('/_images/banner_affiliate_webhostingstudies.png') no-repeat 0 0;
    color: #fff;
}
#affiliate_banner.webhostingstudies .pricepoint-current {
    color: #32abff;
}
#affiliate_banner.webhostingstudies a {
    background: url('/_images/banner_affiliate_webhostingstudies_cta.png') no-repeat 0 0;
}
#affiliate_banner.thesitegeek {
    background: url('/_images/banner_affiliate_thesitegeek.png') no-repeat 0 0;
    color: #fff;
}
#affiliate_banner.thesitegeek .pricepoint-current {
    color: #3cb371;
}
#affiliate_banner.thesitegeek a {
    background: url('/_images/banner_affiliate_thesitegeek_cta.png') no-repeat 0 0;
}

#affiliate_banner.websitedirections {
    background: url('/_images/banner_affiliate_websitedirections.png') no-repeat 0 0;
}
#affiliate_banner.websitedirections .pricepoint-current {
    color: #fff;
}
#affiliate_banner.websitedirections a {
    background: url('/_images/banner_affiliate_websitedirections_cta.png') no-repeat 0 0;
}

#affiliate_banner.theblogbuilders {
    background: url('/_images/banner_affiliate_theblogbuilders.png') no-repeat 0 0;
}
#affiliate_banner.theblogbuilders .pricepoint-current {
    color: #62abd8;
}
#affiliate_banner.theblogbuilders a {
    background-color: #62abd8;
    border-radius: 5px;
    color: #f2f2f2;
    display: block;
    font-size: 25px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    width: 202px;
}

/* web-hosting-features.html new affiliate logo style */
#features #banner_container_med {
    float: left;
    margin-bottom: 20px;
}
#features #banner_container_med .affiliate-logo {
    float: left;
    height: 260px;
    margin-bottom: 30px;
    margin-left: 20px;
    width: 100%;
}
#features #banner_container_med .affiliate-logo + .price-burst {
    top: -27em;
}
#banner_med2_features.affiliate-logo {
    background: url('/_images/banner_med2_features_affiliate-logo.png') no-repeat 0 0;
}
#banner_med2_features.bestweb.affiliate-logo {
    background: url('/_images/banner_affiliate_bestweb.png') no-repeat 0 0;
}
#banner_med2_features.freedomain.bestweb:after {
    content: none;
}
#banner_med2_features.freedomain:after {
    content: url('/_images/banner_btn_free_domain.png');
    float: left;
    position: relative;
    left: -30%;
    top: 140px;
}
#banner_med2_features #link7 {
    color: #232323;
    font-size: 10px;
    left: 753px;
    top: 190px;
    display: block;
    z-index: 5;
}
#banner_med2_features.bestweb #link7 {
    color: #232323;
    font-size: 10px;
    left: 740px;
    top: 193px;
    display: block;
    z-index: 5;
}
#banner_med2_features .signup_now_cta,
#banner_med2_features.bestweb .signup_now_cta {
    left: 653px;
    top: 202px;
}
#banner_med2_features.affiliate-logo > .welcome-message {
    color: #054157;
    float: right;
    font-weight: bold;
    left: 55%;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 50px;
}
#banner_med2_features.affiliate-logo .welcome-message img {
    border: 2px solid;
    display: block;
}
#banner_med2_features.affiliate-logo .welcome-message img.noborder {
    border: none;
}
#banner_med2_features.bestweb > .welcome-message {
    display: none;
}
/* sbrault */
#banner_med2_features.sbrault > .welcome-message > img {
    border-color: #00729F;
}
/* reubeny18 */
#banner_med2_features.reubeny18 > .welcome-message > img {
    border-color: #6f6f6f;
}
/* 10858 */
#banner_med2_features.affiliate10858 > .welcome-message > img {
    border: none;
}
/* RICKY709 */
#banner_med2_features.RICKY709 > .welcome-message > img {
    border-color: #1a2221;
}
/* startablog2 */
#banner_med2_features.startablog2 > .welcome-message > img {
    border-color: #f69448;
}
#banner_med2_features .features_sales_questions,
#banner_med2_features-bestweb .features_sales_questions {
    float: left;
    left: 100px;
    position: relative;
    top: 226px;
}
#banner_med2_features .features_sales_questions a,
#banner_med2_features-bestweb .features_sales_questions a {
    color: #666;
}
#expires {
    float: left;
    margin: 35px 0 0 50px;
    text-transform: uppercase;
    color: #061b51;
}
#affiliate_banner.mbalkhi #expires, #affiliate_banner.jdproductions #expires, #affiliate_banner.blogsetupguide #expires, #affiliate_banner.advantusflexi #expires, #affiliate_banner.checkout #expires, #affiliate_banner.checkout2 #expires, #affiliate_banner.whr3141 #expires {
    color: #fff;
}
#affiliate_banner.makeawebsite #expires {
    color: #00bff3;
}
#countdown {
    display: inline;
    text-transform: lowercase;
    font-weight: bold;
    margin-left: 20px;
    font-size: 18px;
    line-height: 1;
}
#banner_med_cnet #countdown {
    margin-top: 0;
}
#affiliate_banner.mbalkhi #countdown {
    color: #2d2520;
}
#affiliate_banner.jdproductions #countdown, #affiliate_banner.whr3141 #countdown, #affiliate_banner.whr3141 #expires {
    color: #343434;
}
#affiliate_banner.blogsetupguide #countdown {
    color: #180909;
}
#affiliate_banner.advantusflexi #countdown {
    color: #180909;
}
#affiliate_banner.checkout #countdown, #affiliate_banner.checkout2 #countdown {
    color: #1d1d1d;
}
#affiliate_banner.thesitegeek #countdown, #affiliate_banner.thesitegeek #expires {
    color: #222;
}
#affiliate_banner.avi3000 #countdown {
    color: #232323;
    margin-top: -9px;
}
#affiliate_banner.avi3000 #expires {
    color: #f9dc20;
}
#affiliate_banner.avi3000 #link7,
#affiliate_banner.soufulow #link7 {
    background: none;
    display: block;
    height: auto;
    margin: -1.75em auto .75em;
    text-align: center;
    text-indent: 0;
    width: 214px;
}
/* available applcations for softaculous*/
#banner_available-applications {
    background: url('../images/banner_available-applications.jpg') no-repeat;
    width:850px;
    height:85px;
    margin-left:20px;
}
#ribbon_applications {
    width:252px;
    height:57px;
    background:url('../images/ribbon_applications.png') no-repeat;
}
p.application {
    padding:0 20px;
}

#banner_med_features {
    background: url(/../../_images/banner_med_features.jpg) scroll 0 0 no-repeat;
    height: 160px;
    margin-bottom: 30px;
    margin-left: 20px;
    width: 850px;
}

#banner_med_features.freedomain {
    background: url(/../../_images/banner_btn_free_domain.png) no-repeat 500px 40px, url(/../../_images/banner_med_features.jpg) scroll 0 0 no-repeat;
}

.signup_now_cta {
    background: url(/../../_images/signup_now_cta.png) 0 0 no-repeat;
    display: block;
    height: 64px;
    text-indent: -9999px;
    width: 200px;
}

#banner_container_med .signup_now_cta {
    float: right;
    position: relative;
    z-index: 5;
}

#banner_container_med .double-digit-value .signup_now_cta,
#banner_container_med .no-pricepoint-previous .signup_now_cta,
#banner_container_med .double-digit-value .get_started_cta,
#banner_container_med .no-pricepoint-previous .get_started_cta {
    top: -3.5em;
}

#banner_container_med .get_started_cta {
    background: url(../images/get_started_cta_cnet-offer.png) no-repeat 0 0;
    display: block;
    float: right;
    height: 61px;
    position: relative;
    left: auto;
    margin-top: 0;
    text-indent: -9999px;
    width: 200px;
    z-index: 5;
}

#banner_med_builder .get_started_cta:hover,
#banner_med_builder .get_started_cta:focus {
    background-position: 0 -61px;
}

.signup_now_cta:hover,
.signup_now_cta:focus {
    background-position: 0 -64px;
}

.bottom_content > .signup_now_cta,
.bottom_content > .features_sales_questions {
    margin: 0 auto;
}

.bottom_content > .features_sales_questions {
    padding-top: 1.5em;
    width: 530px;
}

.geek_speak_cta {
    background: url(/../../_images/geek_speak_cta.png) 0 0 no-repeat;
    display: block;
    height: 48px;
    margin: 0;
    text-indent: -9999px;
    width: 155px;
}

#link_geekspeak {
    margin-left: 22px;
}

.geek_speak_cta:hover,
.geek_speak_cta:focus {
    background-position: 0 -48px;
}

.nitro-box {
    display: block;
    float: none;
    margin: 30px auto;
    text-align: center;
    width: 80%;
}

.signup_now_cta-sm {
    background: url(/../../_images/signup_now_cta_sm.png) 0 0 no-repeat;
    display: block;
    height: 48px;
    margin: 0 auto;
    text-indent: -9999px;
    width: 155px;
}

.unmatched-features + .signup_now_cta-sm {
    margin-top: 30px;
}

.signup_now_cta-sm:hover,
.signup_now_cta-sm:focus {
    background-position: 0 -48px;
}

#banner_container_med .price-burst {
    background-size: 100% auto;
    font-size: .5em;
    height: 130px;
    top: -25em;
    width: 130px;
}
#banner_container_med.affiliate .price-burst {
    left: -6em;
    top: 20em;
}
#banner_container_med.affiliate .affiliate-logo + .price-burst {
    left: -3em;
}
#banner_container_med .price-burst span {
    height: inherit;
    width: inherit;
}
#banner_container_med .double-digit-value {
    top: -27em;
}
#banner_container_med .price-burst span {
    background: none;
    margin-right: 0;
}
#banner_container_med .pricepoint-current {
    margin: .25em auto -.25em;
    padding-left: .25em;
}
#banner_container_med .no-pricepoint-previous .pricepoint-current,
#banner_container_med .double-digit-value .pricepoint-current {
    margin: .125em auto 0;
    padding-left: 0;
}
#banner_container_med .pricepoint-limitation {
    font-size: 1.75em;
    top: -1.25em;
}
#banner_container_med .double-digit-value .pricepoint-termlength {
    width: 4em;
    left: inherit;
}
#banner_container_med .pricepoint-termlength {
    left: -3em;
    top: 2.5em;
}
#banner_container_med .double-digit-value .pricepoint-termlength {
    left: 0;
    top: -2em;
}
#banner_container_med .pricepoint-previous {
    font-size: 1.5rem;
}
#banner_container_med .double-digit-value .pricepoint-slash:after {
    margin-left: -2.5em
}
#banner_container_med #link7 {
    color: #000;
    font-size: 10px;
    top: -1.75em;
}

#banner_med_builder.freedomain {
    background: url(/../../_images/banner_btn_free_domain.png) no-repeat 500px 40px, url(../_images/banner_med_builder.jpg) scroll 0 0 no-repeat;
}

#contentFlow .flow {
    top: -30px !important;
}

#banner_med_features > .bulletpoints {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 16px;
    padding-top: 55px;
    text-shadow: -1px -1px #0C7CA4;
}

#banner_med_builder .features_sales_questions,
#banner_med_features .features_sales_questions {
    clear: left;
    padding-left: 140px;
    padding-top: 125px;
    overflow: hidden;
}

#banner_med_remind19offer-template .features_sales_questions,
#banner_med_remind70offer-template .features_sales_questions {
    clear: left;
    padding-left: 141px;
    padding-top: 225px;
    overflow: hidden;
}

.unmatched-features-container {
    float: left;
    margin-left: 33px;
    width: 408px;
}

.marketing-offers-container {
    float: right;
    margin-right: 22px;
    width: 408px;
}

.best-of-everything,
.unmatched-features {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.logocenter li{
    padding-left: 37px;
}

.best-of-everything li,
.unmatched-features li {
    display: inline;
}

.best-of-everything {
    clear: both;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.best-of-everything li:after {
    content: '\2022';
    padding-left: .5em;
}

.best-of-everything li:last-child:after {
    content: none;
    padding-left: 0;
}

.unmatched-features button {
    background: transparent none no-repeat center top;
    border: none;
    color: #404040;
    display: block;
    float: left;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 1.2;
    margin-top: 10px;
    padding: 40px 0 0;
    text-align: center;
    text-decoration: none;
    width: 104px;
}

.feature-icon {
    background: transparent no-repeat 0 0;
    float: right;
    height: 32px;
    margin: 22px 35px 0 0;
    width: 32px;
}

.feature-icon img {
    height: 38px;
    margin: -4px 35px 0 0;
    width: 38px;
}

.unmatch-p {
    left: -5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    position: relative;
    text-align: center;
    width: 115px;
}

.unmatched-features .feature_tools,
.feature_tools {
    background-image: url(../images/icon_easy-to-use-tools.png);
    background-size: 100% auto;
    height: 32px;
    margin-left: 37px;
    width: 32px;
}


.unmatched-features .feature_domain,
.feature_domain {
    background-image: url(../images/icon_feature_domain.png);
    background-size: 100% auto;
    height: 32px;
    margin-left: 37px;
    width: 32px;  
}

.unmatched-features .feature_hosting,
.feature_hosting {
    background-image: url(../images/icon_all-hosting-features.png);
    background-size: 100% auto;
    height: 32px;
    margin-left: 37px;
    width: 32px;  
}

.unmatched-features .feature_unlimited,
.feature_unlimited {
    background-image: url(../images/icon_feature_unlimited.png);
    background-size: 100% auto;
    height: 32px;
    margin-left: 37px;
    width: 32px;  
}

.unmatched-features .feature_mbg,
.feature_mbg {
    background-image: url(../images/icon_feature_mbg.png);
    background-size: 100% auto;
    height: 32px;
    margin-left: 37px;
    width: 32px;  
}

.unmatched-features .feature_email,
.feature_email {
    background-image: url(../images/icon_feature_email.png);
    background-size: 100% auto;
    height: 32px;
    margin-left: 37px;
    width: 32px;  
}

.unmatched-features .feature_onboarding,
.feature_onboarding {
    background-image: url(../images/icon_feature_onboarding.png);
    background-size: 100% auto;
    height: 32px;
    margin-left: 37px;
    width: 32px;  
}

.unmatched-features .feature_design,
.feature_design {
    background-image: url(../images/icon_web-design-services.png);
}

.unmatched-features .factory_tested,
.factory_tested {
    background-image: url(../images/icon_dell-logo.png);
}

.feature_hub {
    background-image: url(../images/icon_feature_hub-logo.png);
}

.feature_testimony {
    background-image: url(../images/icon_feature_testimony.png);
}

.slideshow > div p.onboarding img {
    background-size: 100% auto;
    height: 32px;
    margin-left: 37px;
    width: 32px;  
    float: left;
    margin: 10px;
}

.slideshow > div p {
    background-repeat: no-repeat;
}

.features_sales_signup li {
    border-right: 1px solid #bfbfbf;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    padding-right: 20px;
    padding-left: 30px;
}

.features_sales_questions li {
    background: transparent url(../images/header-support-contact-sprite.png) no-repeat 0 0;
    border-right: 1px solid #bfbfbf;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    padding-right: 20px;
    padding-left: 30px;
}

.features_sales_questions li,
#banner_med_features .features_sales_questions li a,
#banner_med_remind19offer-template .features_sales_questions li a,
#banner_med_remind70offer-template .features_sales_questions li a,
#banner_med_builder .features_sales_questions li a,
#banner_med_prestashop-host-b .features_sales_questions li a,
#banner_med_prestashop-host-c .features_sales_questions li a {
    color: #666;
    text-decoration: none;
    text-shadow: -1px -1px #fff;
}

.features_sales_questions .features_sales_call {
    background-position: 0 -375px;
}

.features_sales_questions .features_sales_chat {
    background-position: 10px -295px;
}

.features_sales_questions .features_sales_bbb {
    background-image: none;
    border-right: none;
    padding-left: 10px;
}

.features_sales_questions .features_sales_bbb > img {
    float: left;
    margin-top: -.5em;
    margin-right: 1em;
}

.features_sales_questions .features_sales_chat {
    border-left: 1px solid #f2f2f2;
    padding-left: 40px;
}

.feature_marketing-credits,
.feature_slideshow-title {
    color: #00729F;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 6px;
    text-shadow: -1px -1px rgb(255, 255, 255);
}

.ca-capsule.ca-capsule-features,
.ca-capsule.ca-capsule-slideshow,
.ca-capsule.ca-capsule-marketing-credits {
    margin-bottom: 11px;
    margin-right: 18px;
    padding: 10px 5px;
}

.ca-capsule.ca-capsule-features {
    height: 104px;
    width: 120px;
}

.ca-capsule.ca-capsule-features:nth-child(3n) {
    margin-right: 0;
}

.ca-capsule.ca-capsule-slideshow,
.ca-capsule.ca-capsule-marketing-credits {
    width: 408px;
    overflow: hidden;
}

.ca-capsule.ca-capsule-marketing-credits {
    padding-left: 15px;
    padding-right: 15px;
}

.ca-capsule.ca-capsule-marketing-credits img {
    max-width: 100%;
}

.ca-capsule-slideshow blockquote {
    margin: 0;
}

.ca-capsule-slideshow blockquote > p {
    color: #222;
}

.slideshow-container.ca-capsule .slideshow > div {
    padding: 0 10px;
}

.quote-source {
    float: right;
    font-size: 11px;
    margin-top: -1em;
    margin-right: 1em;
}

.box_short_right.touch_of_hub .even_tr,
.box_short_right.touch_of_hub .even_td_left,
.box_short_right.touch_of_hub .odd_tr,
.box_short_right.touch_of_hub .odd_td_left {
    border-left-color: #00729F;
}

.box_short_right.touch_of_hub .even_tr,
.box_short_right.touch_of_hub .even_td_right,
.box_short_right.touch_of_hub .odd_tr,
.box_short_right.touch_of_hub .odd_td_right {
    border-right-color: #00729F;
}

/* web-hosting-comparison.html */





#ribbon_advanced_features {
    width: 195px;
    background: url('../images/ribbon_advanced-features.png') scroll 0 0 no-repeat;
}

#ribbon_features {
    width: 116px;
    background: url('../images/ribbon_features.png') scroll 0 0 no-repeat;
}

#ribbon_benefits {
    width: 362px;
    background: url('../ribbon_benefits-mcafee.png') scroll 0 0 no-repeat;
}

#ribbon_benefits_long {
    width: 364px;
    background: url('../images/ribbon_benefits-long-banner.png') scroll 0 0 no-repeat;
}

#ribbon_pricing-and-info {
    width: 214px;
    background: url('../images/ribbon_pricing-information.png') scroll 0 0 no-repeat;
}

#ribbon_addon-services {
    width: 175px;
    background: url('images/mcafee/ribbon_addon-services.png') scroll 0 0 no-repeat;
}

#compare .features_table {
    width: 840px;
}

#compare .features_table_headings {
    width: 840px;
    margin-left: 4px;
    margin-bottom: 0;
}

.compare_heading_tr {
    border-collapse:collapse;
}

.compare_heading_td_left {
    border-collapse:collapse;
    width: 280px;
    height: 31px;
    padding: 0 0 0 10px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    background: url('../images/sprite_web-hosting-comparison.png') scroll 0 -171px no-repeat;
}

.compare_heading_td_right {
    border-collapse:collapse;
    width: 110px;
    height: 31px;
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    background: #f2f2f2;
    text-align: center;
    background: url('../images/sprite_web-hosting-comparison.png') scroll 0 -212px no-repeat;
}

#compare .even_tr {
    border-collapse:collapse;
    border: 1px solid #d9d9d9;
    height: 30px;
}

#compare .even_td_left {
    border-collapse:collapse;
    width: 280px;
    padding: 0 0 0 10px;
    border: 1px solid #d9d9d9;
    background: #fff;
}

#compare .even_td_right {
    border-collapse:collapse;
    width: 110px;
    padding: 0;
    border: 1px solid #d9d9d9;
    background: #f2f2f2;
    text-align: center;
}

#compare .odd_tr {
    border-collapse:collapse;
    border: 1px solid #d9d9d9;
    height: 30px;
}

#compare .odd_td_left {
    border-collapse:collapse;
    width: 280px;
    padding: 0 0 0 10px;
    border: 1px solid #d9d9d9;
    background: #f2f2f2;
}

#compare .odd_td_right {
    border-collapse:collapse;
    width: 110px;
    padding: 0;
    border: 1px solid #d9d9d9;
    background: #e6e6e6;
    text-align: center;
}

.box_long_bottom_content {
    width: 820px;
    margin: 20px 0 0 20px;
}

#compare blockquote,
#aboutus blockquote {
    float: right;
    width: 630px;
    margin-top: 0;
    font-style: normal;
    color: #222;
}

#compare cite,
#aboutus cite {
    float: left;
    position: relative;
    width: 130px;
    display: block;
    font-weight: bold;
    font-style: normal;
    padding-left: 40px;
}

#compare cite span,
#aboutus cite span {
    background: url('../images/sprite_whh-1309474078.png') no-repeat -862px -250px;
    display: block;
    width: 13px;
    height: 11px;
    position: absolute;
    left: 16px;
    top: 4px;
}
#testimonials {
    overflow: hidden; 
}

#ribbon_customer_testimonials {
    background: url('../images/sprite_web-hosting-comparison.png') no-repeat 0 -57px;
    width: 227px;
}

#ribbon_awards {
    background: url('../images/sprite_web-hosting-comparison.png') no-repeat 0 -114px;
    width: 99px;
}

#industry_awards {
    overflow: hidden;
    margin-left: -10px;
}

#industry_awards span {
    float: left;
    height: 200px;
    width: 200px;
    margin-left: 10px;
}

#aboutus #industry_awards span:nth-child(n+41) {
    display: none;
}

/* contact-us.html */



#contact h4 {
    font-size: 12px;
    font-weight: bold;
}

#contact iframe {
    padding: 1px;
    border: 1px solid #d9d9d9;
}

.contact_info {
    line-height: 21px;
}

.map {
    display: block;
    width: 200px;
    height: 200px;
    padding: 1px;
    border: 1px solid #d9d9d9;
}

.map:hover {
    border-color: #bfbfbf;
}
#industry_awards {
    text-align: center;
}
#industry_awards span {
    display: block;
    margin-bottom: 17px;
}

/* privacy-policy */



#privacy #subcontent h2 {
    padding-top: 30px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: bold;
}

#privacy #subcontent li {
    margin-bottom: 10px;
}

/* terms-of-service.html */



#tos #subcontent h2 {
    padding-top: 30px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: bold;
}

#tos #subcontent h3, #tos #subcontent h4, #tos #subcontent h5 {
    font-size: 12px;
    font-weight: bold;
}

#tos #subcontent li {
    margin-bottom: 10px;
}

#inline1 {
    width: 400px;
    height: 400px;
    overflow: auto;
}



/* fancybox_containers */

.box_short_fancybox {
    margin-left: 22px;
    display: inline;
    position: relative;
}

.box_short_fancybox_header {
    width: 426px;
    height: 65px;
    background: url('../images/fancybox_header_short.png') scroll 0 0 no-repeat;
    text-align: center;
}

.box_short_fancybox_header h2 {
    padding-top: 28px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.box_short_fancybox_middle {
    width: 426px;
    background: url('../images/fancybox_middle_short.png') scroll 0 0 repeat-y;
    padding-top: 12px;
    text-align: left;
}

.box_short_fancybox_middle h3 {
    font-size: 12px;
    font-weight: bold;
}

.box_short_fancybox_footer {
    width: 426px;
    height: 20px;
    background: url('../images/fancybox_footer_short.png') scroll 0 0 no-repeat;
    position: relative;
}

/*
.box_long_fancybox {
        margin-left: 22px;
        display: inline;
        position: relative;
}
*/

.box_long_fancybox_header {
    width: 626px;
    height: 65px;
    background: url('../images/fancybox_header_long.png') scroll 0 0 no-repeat;
    text-align: center;
}

.box_long_fancybox_header h2 {
    padding-top: 28px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.box_long_fancybox_middle {
    width: 554px;
    background: url('../images/fancybox_middle_long.png') scroll 0 0 repeat-y;
    text-align: left;
    padding: 6px 36px 0 36px;
}

.box_long_fancybox_middle_top {
    float: left;
}

.box_long_fancybox_middle_top img {
    background-size: 100% auto;
    height: 32px;
    width: 32px;
    float: left;
}

.box_long_fancybox_middle_top-mbg img {
    background-size: 100% auto;
    height: 32px;
    width: 24px;
    float: left;
}

.box_long_fancybox_middle_top p {
    float: right;
    width: 460px;
    margin-left: 20px;
}

.box_long_fancybox_middle_top-mbg p {
    float: left;
    width: 470px;
    margin-left: 20px;
}

.box_long_fancybox_middle h3 {
    font-size: 12px;
    font-weight: bold;
}

.box_long_fancybox_footer {
    width: 626px;
    height: 20px;
    background: url('../images/fancybox_footer_long.png') scroll 0 0 no-repeat;
    position: relative;
}

#fancybox_container {
    display: none;
}

.fancybox_content_container {
}

.box_long_fancybox_content {
    width: 554px;
    text-align: left;
}

.box_long_fancybox_theme_gallery {
    padding-left: 25px;
}

.box_long_fancybox_theme_gallery img {
    margin: 2px;
    padding: 1px;
    border: 1px solid #d9d9d9;
}
.box_long_fancybox_middle .adwords_description {
    float: left;
    width: 330px;
}
.box_long_fancybox_middle .adwords_signup {
    float: right;
    width: 200px;
    text-align: center;
}
.box_long_fancybox_middle .adwords_signup a {
    display: block;
    text-decoration: none;
    text-indent: -9000px;
    width: 155px;
    height: 48px;
    margin: 18px auto 0;
    background: url(../images/adwords_get-started_cta.png) no-repeat 0 0;
}
.box_long_fancybox_middle .adwords_signup img {
    margin: 18px 0;
}
.box_long_fancybox_middle .adwords_signup img + img {
    margin-top: 0;
}
.box_long_fancybox_middle .adwords_description p, .box_long_fancybox_middle .adwords_description span {
    font-weight: bold;
}
.box_long_fancybox_middle .adwords_description .yp span {
    display: block;
}

.box_long_fancybox_middle_left,
.box_long_fancybox_middle_right {
    width: 49%;
}

.box_long_fancybox_middle .features_table .even_td_right,
.box_long_fancybox_middle .features_table .odd_td_right {
    width: 10%;
}

.box_long_fancybox_middle_left {
    float: left;
}

.box_long_fancybox_middle_right {
    float: right;
}

.box_long_fancybox_middle_left .features_table,
.box_long_fancybox_middle_right .features_table {
    width: 100%
}

/* b2evolution-hosting.html */

#banner_med_b2e {
    width: 850px;
    height: 260px;
    background: url('../images/banner_med_b2e.jpg') scroll 0 0 no-repeat;
    margin-left: 20px;
}

#banner_med_b2e.evofactory {
    background: url('../images/banner_med_b2e_evofactory.jpg') !important;
}

#banner_b2e_cta {
    width: 305px;
    height: 90px;
    background: url('../images/sprite_b2evolution-hosting.png') scroll -241px 0 no-repeat;
    position: absolute;
    top: 195px;
    left: 292px;
    text-indent: -9999px;
}

#banner_b2e_cta:hover {
    background-position: -241px -90px;	
}

#banner_b2evo_395 {
    background: url("../images/banner_home_price_399.png") no-repeat scroll 0 0 transparent;
    float: right;
    height: 190px;
    margin: 0 0 -190px;
    position: absolute;
    z-index: 0;
    top: 65px;
    left: 400px;
    width: 190px;
}

#banner_med_b2e #banner_home_price_299-3mo,
#banner_med_b2e #banner_home_price_399,
#banner_med_b2e #banner_home_price_195-3mo,
#banner_med_b2e #banner_home_price_199-3mo,
#banner_med_b2e #banner_home_price_150-3mo {
    background: no-repeat scroll 0 0 transparent;
    float: right;
    height: 190px;
    margin: 0 0 -190px;
    position: absolute;
    z-index: 0;
    top: 65px;
    left: 400px;
    width: 190px;
    text-align: center;
}

#banner_med_b2e #banner_home_price_299-3mo {
    background-image: url("../images/banner_home_price_299-3mo.png");
}
#banner_med_b2e #banner_home_price_399 {
    background-image: url("../images/banner_home_price_399.png")
}
#banner_med_b2e #banner_home_price_199-3mo {
    background-image: url("../images/banner_home_price_199-3mo.png");
}

#banner_med_b2e #banner_home_price_195-3mo {
    background-image: url("../images/banner_home_price_195-3mo.png");
}
#banner_med_b2e #banner_home_price_150-3mo {
    background-image: url("/../../_images/banner_home_price_150-3mo.png");
}

#banner_home_price_299-3mo #link7,
#banner_home_price_199-3mo #link7,
#banner_home_price_195-3mo #link7,
#banner_home_price_150-3mo #link7 {
    color: #000;
    display: block;
    margin-top: 120px;
}

#banner_med_b2e #banner_home_price_399 + #banner_b2e_cta,
#banner_med_b2e #banner_home_price_299-3mo + #banner_b2e_cta,
#banner_med_b2e #banner_home_price_199-3mo + #banner_b2e_cta,
#banner_med_b2e #banner_home_price_195-3mo + #banner_b2e_cta,
#banner_med_b2e #banner_home_price_150-3mo + #banner_b2e_cta {
    background-image: url(../images/banner_slideshow_cta.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    left: 340px;
    height: 89px;
}

#banner_med_b2e #banner_home_price_399 + #banner_b2e_cta:hover,
#banner_med_b2e #banner_home_price_299-3mo + #banner_b2e_cta:hover,
#banner_med_b2e #banner_home_price_199-3mo + #banner_b2e_cta:hover,
#banner_med_b2e #banner_home_price_195-3mo + #banner_b2e_cta:hover,
#banner_med_b2e #banner_home_price_150-3mo + #banner_b2e_cta:hover {
    background-position: 0 -86px;	
}

#ribbon_b2e_multiple {
    width: 231px;
    background: url('../images/sprite_b2evolution-hosting.png') scroll 0 0 no-repeat;
}

#ribbon_b2e_custom {
    width: 231px;
    background: url('../images/sprite_b2evolution-hosting.png') scroll 0 -57px no-repeat;
}

/* blog-hosting.html */

#banner_med_blog {
    width: 850px;
    height: 260px;
    background: url('../images/banner_med_blog.jpg') scroll 0 0 no-repeat;
    margin-left: 20px;
}

#banner_blog_cta {
    width: 305px;
    height: 90px;
    background: url('../images/sprite_blog-hosting.png') scroll -216px 0 no-repeat;
    position: absolute;
    top: 195px;
    left: 292px;
    text-indent: -9999px;
}

#banner_blog_cta:hover {
    background-position: -216px -90px;
}

#ribbon_blog_easy {
    width: 206px;
    background: url('../images/sprite_blog-hosting.png') scroll 0 0 no-repeat;
}

#ribbon_blog_themes {
    width: 206px;
    background: url('../images/sprite_blog-hosting.png') scroll 0 -57px no-repeat;
}

/* footer */

#sheet_footer {
    width: 890px;
    height: 10px;
    background: #ebebeb;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #444;
    height: auto;
    margin-left: 30px;
    overflow: hidden;
}

#sheet_footer > div {
    border-right: 1px solid #d4d4d4;
    box-shadow: 1px 0px 0px #f7f7f7;
    padding-bottom: 1em;
}
.phone-footer {
    float: left;
    width: 300px;
    margin-left: 26px;
}
.phone-footer img {
    background-size: 100% auto;
    float: left;
    height: 38px;
    width: 108px;
}
.address-footer {
    float: left;
    width: 220px;
}
#sheet_footer > div > p {
    float: left;
    margin: 0 0 0 26px;
}
.social-footer ul {
    float: left;
    list-style: none;
    margin: 0 26px;
    padding: 0;
    width: 100px;
}
.social-footer li {
    margin: 0;
}
.social-footer ul a {
    display: block;
    float: left;
    height: 25px;
    margin-right: .5em;
    overflow: hidden;
    text-decoration: none;
    text-indent: -9000px;
    width: 25px;
}

.facebook {
    background: url(/../../_images/social-facebook-footer.png) 0 0 no-repeat;
    background-size: 100% auto;
    height: 25px;
    width: 25px;
}
.gplus {
    background: url(/../../_images/social-googleplus-footer.png) 0 0 no-repeat;
    background-size: 100% auto;
    height: 25px;
    width: 25px;    
}
.twitter {
    background: url(/../../_images/social-twitter-footer.png) 0 0 no-repeat;
    background-size: 100% auto;
    height: 25px;
    width: 25px;    
}

#footer {
    color: #fff;
    font-size: 11px;
    background-color: #ebebeb;
    box-shadow: rgba(0,0,0,0.25) 0 2px 2px inset;
    margin-left: 0;
    overflow: hidden;
    width: 890px;
}

.footer_container_row {
    background: #e6e6e6;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    box-shadow: rgba(0,0,0,0.4) 0 0 1px inset;
    float: left;
    margin: 0 26px 30px;
    overflow: hidden;
    width: 834px;
}
.footer_container_left {
    width:390px;
    float: left;
    padding-left: 25px;
    padding-right: 25px;;
}

.footer_container_right {
    width: 390px;
    float: right;
    padding-left: 25px;
    padding-right: 25px;
}

.footer_column {
    border-right: 1px solid #d4d4d4;
    box-shadow: #f0f0f0 1px 0 0 0;
    font-size: 11px;
    min-height: 115px;
    width: 195px;
    height: 145px;
    margin: 2em 0px 1em 26px;
    padding-left: 0;
    padding-right: 24px;
    line-height: 1.5em;
    float: left;
    list-style: none;
    width: 150px;
}

.footer_column:last-child {
    border-right: none;
    box-shadow: none;
}

.footer_header {
    color: #737373;
    font-weight: bold;
    margin: 36px 0 12px 50px;
}

#footer li {
    margin: 0;
    padding: 0;
}

.footer_column_heading {
    color: #333;
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
}

#footer p {
    margin-bottom: 2em;
}

.footer_p_title {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0.75em !important;
}

#footer a {
    color: #4692ae;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

.footer_article_link {
    font-size: 10px;
    font-weight: bold;
}

.footer_article_link a {
    text-decoration: underline !important;
}

.footer_article_link a:hover {
    text-decoration: none !important;
}

/* articles */

#banner_sm_guide {
    width: 850px;
    height: 85px;
    background: url('../images/banner_sm_guide.jpg') scroll 0 0 no-repeat;
    margin-left: 20px;
}

.articles h2 {
    padding-top: 30px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: bold;
}

/* support-center.html */

#banner_sm_support_center {
    width: 850px;
    height: 85px;
    background: url('../images/banner_sm_support_center.jpg') scroll 0 0 no-repeat;
    margin-left: 20px;
}

#ribbon_support_ticket {
    width: 235px;
    background: url('../images/sprite_support-center.png') scroll 0 0 no-repeat;
}

#ribbon_support_cpanel {
    width: 230px;
    background: url('../images/sprite_support-center.png') scroll 0 -57px no-repeat;
}

#ribbon_support_email {
    width: 212px;
    background: url('../images/sprite_support-center.png') scroll 0 -228px no-repeat;
}

#ribbon_support_ftp {
    width: 197px;
    background: url('../images/sprite_support-center.png') scroll 0 -285px no-repeat;
}

#ribbon_support_dns {
    width: 300px;
    background: url('../images/sprite_support-center.png') scroll 0 -171px no-repeat;
}

#ribbon_support_webmail {
    width: 247px;
    background: url('../images/sprite_support-center.png') scroll 0 -114px no-repeat;
}

#ribbon_support_dw {
    width: 219px;
    background: url('../images/sprite_support-center.png') scroll 0 -342px no-repeat;
}

#ribbon_support_frontpage {
    width: 190px;
    background: url('../images/sprite_support-center.png') scroll 0 -456px no-repeat;
}

#ribbon_support_builder {
    width: 235px;
    background: url('../images/sprite_support-center.png') scroll 0 -399px no-repeat;
}

#ribbon_support_osc {
    width: 211px;
    background: url('../images/sprite_support-center.png') scroll 0 -513px no-repeat;
}

#support_center h4 {
    font-size: 12px;
    font-weight: bold;
}

.submit_ticket_cta {
    width: 155px;
    height: 48px;
    background: url('../images/sprite_support-center.png') scroll -245px 0 no-repeat;
    display: block;
    float: right;
    margin-right: -9px;
    margin-top: -14px;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    left: 702px;
}

.submit_ticket_cta:hover {
    background-position: -245px -48px;
}

/* domain-maintenance.html */

#banner_sm_maintenance {
    width: 850px;
    height: 85px;
    background: url('../images/banner_sm_maintenance.jpg') scroll 0 0 no-repeat;
    margin-left: 20px;
}
#ribbon_maintenance_melbourne {
    width: 303px;
    background: url('../images/ribbon_maintenance_melbourne.png') scroll 0 0 no-repeat;
}
#domain_maintenance {
    padding-left: 22px;
}
#domain_maintenance label {	
    display: block;
    float: left;
    width: 110px;
}

/* pdesk */

#banner_sm_helpdesk {
    width: 850px;
    height: 85px;
    background: url('../images/banner_sm_helpdesk.jpg') scroll 0 0 no-repeat;
    margin-left: 20px;
}

/* 404.html */

#banner_med_oops {
    width: 850px;
    height: 260px;
    background: url('../_images/banner_med_404.png') scroll 0 0 no-repeat;
    margin-left: 20px;
}

#oops #subcontent h2 {
    padding-top: 30px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: bold;
}

/* acceptable-use-policy.html */

#banner_sm_aup {
    width: 850px;
    height: 85px;
    background: url('../images/banner_sm_aup.jpg') scroll 0 0 no-repeat;
    margin-left: 20px;
}

#aup #subcontent h2 {
    padding-top: 30px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: bold;
}

/* web-hosting-articles (WordPress Installation) */

#wphome #subcontent ul li {
    margin-top: 0.5em;
}

#wphome #articlelinkslist a {
    text-decoration: none;
}

#wphome #articlelinkslist a:hover {
    text-decoration: underline;
}

/* domain-names.php */

#banner_sm_domains {
    width: 850px;
    height: 85px;
    background: url('/_images/banner_sm_domains.jpg') scroll 0 0 no-repeat;
    margin-left: 20px;
}

#banner_med_domain {
    width: 850px;
    height: 260px;
    background: url('../images/banner_med_domain.jpg') scroll 0 0 no-repeat;
    margin-left: 20px;
}

.icon-free-domain {
    background-image: url(/_images/icon-bg-free-domain.png);
    width: 225px;
    height: 65px;
    margin: 10px 20px;
    padding-left: 25px;
    float: right;
    color: white;
}
.icon-free-domain .lg {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}
.icon-free-domain .sub {
    font-size: 11px;
    line-height: 15px;
}

#domain_seach_container {
    width: 600px;
    height: 40px;
    top: 115px;
    left: 27px;
}

#domain_search_form {
    width: 600px;
}

#domain_input_field_container {
    background: transparent url('../images/sprite_domain-names.png') scroll 0 0 no-repeat;
    width: 308px;
    height: 28px;
    font-size: 16px;
    margin-left: 20px;
    border: none;
    padding-left: 25px;
    float: left;
    display: inline;
}

#domain_input_field {
    font-size: 16px;
    margin-top: 3px;
    background: transparent url('../images/domain_input_box_inner.gif') scroll 0 0 repeat;
    border: none;
    width: 300px;
    padding: 0;
    padding-top: 3px;
}

.domain_search_cta {
    width: 155px;
    height: 48px;
    background: url('../images/sprite_domain-names.png') scroll -343px 0 no-repeat;
    display: block;
    text-indent: -9999px;
    border: none;
    cursor: pointer;
    float: left;
    display: inline;
    margin-top: -10px;
    _margin-top: 0;
}

.domain_search_cta:hover {
    background-position: -343px -48px;
}


.banner_p {
    color: #fff;
    width: 500px;
    margin-left: 30px;
}

.header_note {
    position: absolute;
    top: 25px;
    left: 200px;
    width: 635px;
    color: #f00;
}
.header_help_msg {
    bottom: 4px;
    font-size: 10px;
    left: 250px;
    line-height: 9px;
    position: absolute;
    text-align: center;
    width: 80px;
}

.tiny {
    font-size: 9px;
    position: absolute;
    bottom: 0px;
    right: 20px;
}

.value-prop {
    background-color: #E57A0D;
    border-radius: 0 0 12px 12px;
    color: white;
    font-size: 19px;
    margin: -5px auto 8px;
    padding: 5px 15px 8px;
    position: relative;
    text-align: center;
    width: 72%;
}

.indent {
    margin-left: 18px;
}

#suggestion_table {
    border-collapse: collapse;
    margin-left: 4px;
    width: 840px;
    height: 31px;
    margin-bottom: 12px;
}

.domain_table_header {
    background: url("../images/hub_table_header.png") repeat-x scroll 0 0 transparent !important;
    color: #fff;
    font-weight: bold;
    border: none !important;
    height: 31px;
}

.domain_table_40 {
    border: 1px solid #d9d9d9;
    background: #f2f2f2;
    text-align: center;
    padding: 0;
    width: 40px;
    height: 31px;
}

.domain_table_70 {
    border: 1px solid #d9d9d9;
    background: #f2f2f2;
    text-align: center;
    padding: 0;
    width: 70px;
    height: 31px;
}

.domain_table_380 {
    border: 1px solid #d9d9d9;
    background: #f2f2f2;
    text-align: left;
    padding: 0;
    width: 370px;
    padding-left: 10px;
    height: 31px;
}

.colspan2 {
    text-align: left;
    padding: 0;
    padding-left: 10px;
}

.domain_feedback_container input {
    margin: 6px 0 0;
    top: 0;
}

.continue_with_suggestion_cta {
    width: 262px;
    height: 48px;
    background: url('../images/sprite_domain-names.png') scroll 0 -40px no-repeat;
    display: block;
    float: right;
    margin-right: -9px;
    margin-top: -14px !important;
    text-indent: -9999px;
    position: absolute;
    left: 595px;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
}

.continue_with_suggestion_cta:hover {
    background-position: 0 -88px;
}

.purchase_domain_cta {
    width: 262px;
    height: 48px;
    background: url('../images/purchase_domain_cta_sprite.png') scroll 0 0 no-repeat;
    display: block;
    float: right;
    margin-right: -9px;
    margin-top: -14px !important;
    text-indent: -9999px;
    position: absolute;
    left: 595px;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
}

.purchase_domain_cta:hover {
    background-position: 0 -48px;
}

.purchase_domain_cta2 {
    width: 262px;
    height: 48px;
    background: url('../images/sprite_domain-names.png') scroll 0 -146px no-repeat;
    display: block;
    float: right;
    margin-right: -9px;
    margin-top: -14px !important;
    text-indent: -9999px;
    position: absolute;
    left: 595px;
    border: 0;
    text-indent: -9999px;
    cursor: pointer;
}

.purchase_domain_cta2:hover {
    background-position: 0 -194px;
}

#ribbon_domain_suggestions {
    width: 197px;
    background: url('../images/sprite_domain-names.png') scroll -301px -106px no-repeat;
}

#ribbon_domain_congratulations {
    width: 169px;
    background: url('../images/sprite_domain-names.png') scroll -301px -163px no-repeat;
}

#ribbon_domain_invalid {
    width: 295px;
    background: url('../images/sprite_domain-names.png') scroll -295px -220px no-repeat;
}

/* feedback.html */

#banner_sm_feedback {
    width: 850px;
    height: 85px;
    background: url('../images/banner_sm_feedback.jpg') scroll 0 0 no-repeat;
    margin-left: 20px;
}

#banner_sm_feedback_thank_you {
    width: 850px;
    height: 85px;
    background: url('../images/banner_sm_feedback_thank_you.jpg') scroll 0 0 no-repeat;
    margin-left: 20px;
}

#ribbon_feedback_form {
    width: 251px;
    background: url('../images/ribbon_feedback_form.png') scroll 0 0 no-repeat;
}

#ribbon_feedback_form_thank_you {
    width: 264px;
    background: url('../images/ribbon_feedback_form_thank_you.png') scroll 0 0 no-repeat;
}


#contact_form label {
    display: inline-block;
    width: 100px;	
}

#contact_form .form_title {
    margin-top: 35px;
    margin-bottom: 15px;
    color: #0a6080;
}

#contact_form .button {
    padding-left: 5px;
    margin-left: 5px;
}

#contact_form .button2 {
    padding-left: 5px;
    margin-left: 5px;
    padding-top: 10px;
    margin-top: 10px;
}

#contact_form .label {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 3px;
}

#contact_form .input {
    margin-top: 3px;
    margin-bottom: 20px;
}

/* domain-privacy.html */

#banner_sm_domain_privacy {
    width: 850px;
    height: 85px;
    background: url('../images/banner_sm_domain_privacy.jpg') scroll 0 0 no-repeat;
    margin-left: 20px;
}

#domainprivacy #subcontent h2 {
    padding-top: 30px;
    padding-left: 25px;
    font-size: 14px;
    font-weight: bold;
}

/* affiliate-program.html */
#affiliate .box_short_middle ol {
    margin-left: 16px;
}
#banner_sm_affiliate {
    background: url(../images/banner_sm_affiliate.jpg) no-repeat 0 0;
    height: 85px;
    margin: 0 auto;
    width: 850px;
    margin-left: 20px;
}
.sign_up_cta {
    display: block;
    width: 266px;
    margin: 0 auto;
    height: 85px;
    text-indent: -9000px;
    text-decoration: none;
    background: url(../images/sign_up_cta.png) no-repeat 0 0;
}
.sign_up_cta:hover {
    background-position: 0 -85px
}
#affiliate_login {
    margin-left: 140px;
    margin-top: 0;
    margin-bottom: 1.5em;
    display: block;
}
#ribbon_how_does_it_work {
    width: 182px;
    background: url(../images/ribbon_how_does_it_work.png) no-repeat 0 0;
}
#ribbon_terms_of_service {
    width: 169px;
    background: url(../images/ribbon_terms_of_service.png) no-repeat 0 0;
}
#ribbon_affiliate_sign_up {
    width: 166px;
    background: url(../images/ribbon_affiliate_sign_up.png) no-repeat 0 0;
}
#ribbon_program_benefits {
    width: 174px;
    background: url(../images/ribbon_program_benefits.png) no-repeat 0 0;
}
#ribbon_follow_hub {
    width: 232px;
    background: url(../images/ribbon_follow_hub.png) no-repeat 0 0;
}
#follow {
    list-style: none;
    margin: 0 0 0 16px;
    padding: 0;
}
#follow img {
    float: left;
    margin-right: 5px;
}
#follow li {
    margin-bottom: 1.5em;
}

/* /alternatives/ */
#banner_sm_alternatives {
    width: 850px;
    height: 85px;
    background: url('../images/banner_sm_alternatives.jpg') scroll 0 0 no-repeat;
    margin-left: 20px;
}
#ribbon_windows_alternatives {
    width: 207px;
    background: url(../images/ribbon_windows_alternatives.png) no-repeat 0 0;
}
#ribbon_vps_alternatives {
    width: 167px;
    background: url(../images/ribbon_vps_alternatives.png) no-repeat 0 0;
}
#ribbon_dedicated_hosting_alternatives {
    width:275px;
    background: url(../images/ribbon_dedicated_hosting_alternatives.png) no-repeat 0 0;
}
#ribbon_shared_hosting_alternatives {
    width: 251px;
    background: url(../images/ribbon_shared_hosting_alternatives.png) no-repeat 0 0;
}
#alternatives .box_short_middle {
    min-height: 120px;
}
#alternatives .box_short_middle ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0 0 0 16px;
}
#alternatives .box_short_middle ul:last-child li {
    margin-bottom: 0;
}
#alternatives .box_short_middle span {
    width: 13px;
    height: 11px;
    background: url('../images/sprite_whh.png') scroll -862px -250px no-repeat;
    display: inline-block;
    margin-right: 12px;
}

/* /webdesign/ */

/* webdesign secondary nav */
#webdesign-nav {
    margin: 11px 0 0;
    position: relative;
    z-index: 1;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background: url('../_images/webdesign_webdesign-nav_bg.png') no-repeat 22px 27px;
    height: 44px;
}
#webdesign-nav li {
    display: inline;
    margin: 0;
}
#webdesign-nav a {
    display: block;
    float: left;
    text-indent: -9000px;
    height: 30px;
    background-image: url(../_images/webdesign_navigation.png);
    background-repeat: no-repeat;
    margin-right: 5px;

}
#overview {
    width: 93px;
    background-position: 0 -30px;
    margin-left: 25px;
}
#business-websites {
    width: 163px;
    background-position: -98px 0;
}
#ecommerce {
    width: 112px;
    background-position: -266px 0;
}
#seo-webdesign {
    width: 53px;
    background-position: -383px 0;
}
#social-media {
    width: 118px;
    background-position: -441px 0;
}
#webdesign.overview #overview, #overview:hover, #overview:focus {
    background-position: 0 0;
}
#webdesign.business-websites #business-websites, #business-websites:hover, #business-websites:focus {
    background-position: -98px -30px;
}
#webdesign.ecommerce #ecommerce, #ecommerce:hover, #ecommerce:focus {
    background-position: -266px -60px;
}
#webdesign.seo-webdesign #seo-webdesign, #seo-webdesign:hover, #seo-webdesign:focus {
    background-position: -383px -90px;
}
#webdesign.social-media #social-media, #social-media:hover, #social-media:focus {
    background-position: -441px -120px;
}
#banner_webdesign_cta {
    background: url('../_images/webdesign_button_large_cta_sprite.png') scroll 0 0 no-repeat;
    width: 246px;
    display: block;
    text-indent: -9000px;
    position: absolute;
    left: 548px;
    top: 185px;
    height: 75px;
}
#banner_webdesign_cta:hover {
    background-position: 0 -77px;
}
#webdesign .box_short_middle ul {
    width: 80px;
    white-space: nowrap;
    float: left;
}
#webdesign #banner_container_sm {
    width: 826px;
    height: 100px;
}
#banner_med_webdesign {
    width: 850px;
    height: 260px;
    background: url('../images/banner_med_webdesign.jpg') scroll 0 0 no-repeat;
    margin-left: 20px;
}
#banner_med_webdesign ul {
    padding-top: 130px;
}
#banner_med_webdesign div {
    position: absolute;
    width: 256px;
    height: 108px;
    background: url('../_images/webdesign_cta_black_bg.png') 0 0 no-repeat;
    left: 540px;
    top: 110px;
}
#banner_med_webdesign div p {
    font-size: 1.916em;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding-top: 16px;
}
#banner_med_webdesign div p span {
    display: block;
    width: auto;
    background: none;
    font-size: .739em;
}
#banner_med_webdesign div p em {
    font-style: normal;
    text-transform: uppercase;
}
#webdesign .box_short_left + .box_short_left {
    clear: left;
}
#webdesign .box_short_middle {
    position: relative;
}
#webdesign .box_short_content_right {
    width: 234px;
    margin: 0 16px 25px 0;
    float: right;
    position: absolute;
    z-index: 0;
    top: 0;
}
#webdesign .box_short_content_left {
    width: 230px;
    height: 90px;
    margin-left: 16px;
    float: left;
    position: absolute;
    z-index: 2;
}
#ribbon_webdesign_pop {
    width: 243px;
    background: url('../images/sprite_webdesign.png') scroll 0 0 no-repeat;
}
#pop {
    background: url('../_images/icon_white_imac.png') no-repeat right top;
    padding-right: 125px;
    width: 218px;
    min-height: 120px;
    margin-bottom: 0;
}
#cash {
    background: url('../images/icon_basket.png') no-repeat right top;
    padding-right: 150px;
    width: 218px;
    min-height: 126px;
    margin-bottom: 0;
}
#ribbon_webdesign_results {
    width: 206px;
    background: url('../images/sprite_webdesign.png') scroll 0 -57px no-repeat;
}
#ribbon_earn_cash {
    width: 162px;
    background: url('../images/sprite_webdesign.png') scroll 0 -114px no-repeat;
}
#webdesign .box_short_right p {
    width: 378px;
}
#webdesign .box_short_right p a img {
    border: 1px solid #999;
}
#webdesign .box_short_right p + p a img {
    border: none;
}
#webdesign .box_short_right p a + a {
    margin-left: 14px;
}
#webdesign .box_short_right + .box_short_left {
    margin-top: 30px;
}
#webdesign #checkresults.box_short_right .box_short_middle {
    min-height: 475px;
}
#ribbon_consultation {
    background: url('../images/sprite_webdesign.png') scroll 0 -171px no-repeat;
    width: 232px;
}


/* multipage /webdesign/ */
#webdesign #subcontent {
    background: url('../_images/box_long_middle_noline.png') center 0 repeat-y;
    overflow: hidden;
}
#webdesign .box_short_right, #webdesign .box_short_left, #webdesign .box_micro_left, #webdesign .box_micro_right {
    background: url('../_images/short_box_right-side_bg.png') no-repeat right 0;
    display: block;
}

/* webdesign - overview */
#banner_med_webdesign ul {
    list-style: none;
    padding: 0;
    text-align: center;
    width: 475px;
    float: left;
    margin: 184px 0 0 30px;
}
#banner_med_webdesign li {
    float: left;
    display: block;
    color: #fff;
    padding: 0 20px 0 10px;
    background: url(../_images/white_dot.gif) no-repeat right center;
}
#banner_med_webdesign li.last {
    background: none;
    padding-right: none;
}
#banner_med_webdesign li.last + li {
    margin-left: 30px;
}
#webdesign #subcontent {
    width: 848px;
    margin: 0 auto;
    padding: 15px 14px 0;
}
#webdesign #subcontent .box_short_right, #webdesign #subcontent .box_short_left {
    width: 376px;
}
#webdesign #subcontent .box_short_right > div, #webdesign #subcontent .box_short_left > div {
    width: 366px;
}
#webdesign.overview #banner_container_med {
    width: 820px;
    margin: 0 auto;
}
#webdesign.overview #banner_med_webdesign {
    width: 820px;
    height: 241px;
    background: url('../_images/banner_med_webdesign_overview.jpg') scroll 0 0 no-repeat;
    margin-left: 0;
    margin-bottom: 30px;
}
#webdesign .box_short_middle #pop + ul {
    width: 120px;
}
#checkresults { width: 408px !important; }
#webdesign #checkresults .box_short_header {
    width: 408px !important;
    height: 65px;
    background: url('../_images/box_short_header_checkresults.png') scroll 0 0 no-repeat;
}

#checkresults .box_short_middle {
    width: 408px !important;
    background: url('../_images/box_short_middle_checkresults.png') scroll 0 0 repeat-y;
    padding-top: 12px;
}

#checkresults .box_short_footer {
    width: 408px !important;
    height: 20px;
    background: url('../_images/box_short_footer_checkresults.png') scroll 0 0 no-repeat;
    position: relative;
}



#checkresults .box_short_middle ul {
    padding-left: 16px;
}
#webdesign .box_short_middle p {
    width: auto;
}
.box_micro_left {
    margin-left: 22px;
    float: left;
    position: relative;
}
.box_micro_left, .box_micro_right {
    width: 180px;
}
.box_micro_left > div, .box_micro_right > div {
    width: 170px;
}
.box_micro_header {
    height: 65px;
    background: url('../_images/sprite_whh.png') scroll 0 -96px no-repeat;
}
.box_micro_middle {
    background: url('../_images/box_short_middle.png') scroll 0 0 repeat-y;
    padding-top: 12px;
    padding-bottom: 32px;
}
.box_micro_footer {
    height: 20px;
    background: url('../_images/sprite_whh.png') scroll 0 -162px no-repeat;
    position: relative;
}
.box_micro_middle p {
    margin-left: 16px;
    margin-bottom: 0;
}
.box_micro_middle img {
    display: block;
    margin: 18px auto 0;
    padding-left: 10px;
}
.box_micro_right {
    margin-right: 22px;
    float: right;
    position: relative;
}
.box_micro_left + .box_micro_left .box_micro_middle {
    min-height: 242px;
}
.box_micro_left + .box_micro_left .box_micro_middle img {
    margin-top: 60px;
}
#webdesign #shoppingcart {
    padding-right: 100px;
    float: none;
    background: url(../_images/icon_shopping_cart.png) no-repeat right top;
    white-space: normal;
    width: 210px;
    margin-bottom: 0;
    padding-bottom: 18px;
}
#webdesign #checkresults ul {
    list-style: none;
    white-space: normal;
    width: 392px;
    float: none;
    margin-bottom: 0;
}
#webdesign #checkresults li {
    display: block;
    overflow: hidden;
    clear: both;
    margin-bottom: 18px;
}
#checkresults img {
    float: left;
    border: none;
    margin-right: 10px;
}
#webdesign #checkresults ul h4, #webdesign #checkresults ul p {
    float: left;
    width: 180px;
}
#checkresults ul h4 {
    color: #0c7399;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
}
#webdesign #checkresults #castlegroup {
    text-align: center;
    margin-bottom: 0;
}
#webdesign #checkresults #castlegroup * {
    float: none;
    text-align: center;
    margin: 0 auto;
}
#webdesign #checkresults .view_site_cta {
    background: url(../_images/view_site_cta_webdesign-overview_sprite.png) no-repeat 0 0;
    height: 23px;
    width: 95px;
    margin: 0 16px 0 0;
    float: right;
    display: block;
    text-decoration: none;
    text-indent: -9000px;
}
#webdesign #checkresults .view_site_cta:hover, #webdesign #checkresults .view_site_cta:focus {
    background-position: 0 -23px;
}
#webdesign #checkresults ul p {
    border-top: 1px solid #fff;
    margin-left: 0;
    font-style: italic;
}
#webdesign.overview .box_short_footer .learn_more_cta {
    background: url('../_images/learn_more_cta_webdesign_sprite.png') no-repeat 0 0;
    margin-top: -17px;
    left: 271px;
    width: 106px;
    height: 35px;
}
#webdesign.overview .box_short_footer .learn_more_cta:hover, #webdesign.overview .box_short_footer .learn_more_cta:focus {
    background-position: 0 -35px
}
.box_micro_footer .learn_more_cta {
    clip: rect(0 95px 23px 0);
    background: url('../_images/learn_more_cta_webdesign_sprite.png') no-repeat 0 0;
    left: 25%;
    width: 95px;
    height: 23px;
    top: -6px;
}
.box_micro_footer .learn_more_cta:hover, .box_micro_footer .learn_more_cta:focus {
    background-position: 0 -35px;
}
.box_micro_footer span {
    display: block;
    position: absolute;
    background: #f2f2f2 url('../_images/short_box_right-side_bg.png') no-repeat 0 -940px;
    left: 166px;
    width: 14px;
    top: 1px;
    height: 22px;
}
#ribbon_seo {
    width: 83px;
    background: url(../_images/ribbon_seo.png);
}
#ribbon_social_media {
    width: 148px;
    background: url(../_images/ribbon_social_media.png);
}
#ribbon_check_results {
    background: url(../_images/ribbon_check_results.png);
    width: 222px;
}
#ribbon_get_store {
    background: url(../_images/ribbon_get_store.png);
    width: 231px;
}
.box_micro_left + .box_micro_left { margin-left: 10px; }

/* Business Websites */
#banner_sm_business-websites {
    width: 826px;
    background: url(../_images/banner_sm_business_websites.jpg) no-repeat 0 0;
    height: 80px;
    margin-left: 12px;
}
#webdesign_package_specs {
    margin: 20px auto 0;
    padding: 0 0 40px;
    width: 70%;
}
#webdesign_package_specs thead th {
    border-right: 1px solid #0e99c4;
    background: url(../_images/webdesign_package_specs_thead_bg.png) no-repeat 0 0;
    font-weight: bold;
    line-height: 23px;
    color: #fff;
}
#webdesign_package_specs thead tr:last-child th {
    -webkit-box-shadow: 1px 0px 0px 0px #0c7399; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 1px 0px 0px 0px #0c7399; /* FF3.5 - 3.6 */
    box-shadow: 1px 0px 0px 0px #0c7399; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */ 
}
#webdesign_package_specs tbody tr {
    background: #fff url(../_images/webdesign_package_specs_even_bg.gif) repeat-x 0 0;
}
#webdesign_package_specs tbody tr:nth-child(odd) {
    background: #f0f0f0 url(../_images/webdesign_package_specs_odd_bg.gif) repeat-x 0 0;
}
#webdesign_package_specs tbody th {
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
#webdesign_package_specs tbody td {
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
#webdesign_package_specs tbody tr:nth-child(even) * {
    border-bottom-color: #cbcbcb;
}
#webdesign_package_specs tbody {
    border-right: 1px solid #dcdcdc;
}
#webdesign_package_specs thead th + th {
    text-align: center;
}
#webdesign_package_specs tbody td {
    text-align: center;
}
#webdesign_intro {
    overflow: hidden;
    padding: 0 12px;
    position: relative;
}
#webdesign_intro .copy {
    float: left;
    width: 396px;
}
#webdesign_intro .copy + .copy {
    margin-left: 30px;
}
.copy ul {
    padding-left: 20px;
    float: left;
    width: 150px;
}
#get_started_box_cta {
    background: url(../_images/webdesign_get_started_box_bg.png) no-repeat 0 0;
    width: 267px;
    height: 187px;
    clear: both;
    text-align: center;
    margin: 0 auto;
}
#get_started_box_cta h3, #get_started_box_cta p {
    color: #fff;
    text-shadow: -1px -1px 1px rgba(0,0,0,.5);
    font-weight: bold;
}
#get_started_box_cta h3 {
    font-size: 1.5em;
    padding-top: 18px;
    letter-spacing: 1px;
}
#get_started_box_cta p {
    font-size: 1.167em;
    padding: 0 15px;
    line-height: 1.333;
    margin-bottom: 9px;
}
#get_started_box_cta h3 span {
    display: block;
}
#get_started_box_cta p span {
    text-transform: uppercase;
}
#get_started_box_cta a {
    display: block;
    width: 213px;
    height: 37px;
    color: #fff;
    margin: 0 auto;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 35px;
    background: url(../_images/webdesign_get_started_btn_cta.png) no-repeat 0 0;
}
#get_started_box_cta a:hover, #get_started_box_cta a:focus {
    background-position: 0 -41px;
}
#rotator {
    height: 450xp;
}
#pagernav {
    position: absolute;
    left: 760px;
    top: 280px;
    z-index: 5;
}
#pagernav a {
    display: block;
    text-indent: -9000px;
    width: 10px;
    height: 14px;
    text-decoration: none;
    background-color: #333;
    float: left;
    margin-left: 3px;
}
#pagernav a.activeSlide, #pagernav a:hover, #pagenvar a:focus {
    background-color: #ccc;
}
#rotator .slide {
    padding-top: 300px;
    background-repeat: no-repeat;
    background-position: 20px top;
    position: relative;
}
#rotator .slide h2 {
    position: absolute;
    left: 196px;
    top: 60px;
    margin: 0;
    width: 195px;
    background-repeat: no-repeat;
    text-indent: -9000px;
    height: 41px;
}
#rotator .details {
    border: 1px solid #999;
    background-color: #e4e4e4;
    padding: 5px;
    position: relative;
    min-height: 125px;
}
.details .get_started_cta {
    background: url(../_images/get_started_cta_webdesign_btn_sprite.png) no-repeat 0 0;
    height: 23px;
    width: 95px;
    float: right;
    left: 295px;
    top: 120px;
}
.details .get_started_cta:hover, .details .get_started_cta:focus {
    background-position: 0 -23px;
}
#professional-slide {
    background-image: url(../_images/webdesign_rotator-slide_professional.jpg);
}
#professional-slide h2 {
    background-image: url(../_images/webdesign_rotator-header_professional.png);
}
#healthcare-slide {
    background-image: url(../_images/webdesign_rotator-slide_healthcare.jpg);
}
#healthcare-slide h2 {
    background-image: url(../_images/webdesign_rotator-header_healthcare.png);
}
#construction-slide {
    background-image: url(../_images/webdesign_rotator-slide_construction.jpg);
}
#construction-slide h2 {
    background-image: url(../_images/webdesign_rotator-header_construction.png);
}
#webdesign_bar {
    margin: 0 auto;
    width: 719px;
    font-size: 1.167em;
    padding-left: 13px;
    background: url(../_images/webdesign_blue_bar_bg.png) no-repeat -887px 0;
    list-style: none;
    overflow: hidden;
    clear: both;
    color: #fff;
}
#webdesign_bar li {
    display: block;
    float: left;
    margin: 0;
    background: url(../_images/webdesign_blue_bar_bg.png) no-repeat 0 0;
    padding: 0 10px 0 0;
    line-height: 37px;
}
#webdesign_bar li:after {
    content: url(../_images/white_dot.gif);
    padding-left: 10px;
}
#webdesign_bar li:last-child {
    background-position: -708px 0;
}
#webdesign_bar li:last-child:after {
    content: "";
}
#ribbon_testimonials {
    background: url(../_images/ribbon_testimonials.png) no-repeat 0 0;
    width: 149px;
}
#webdesign.business-websites .box_short_footer .get_started_cta {
    left: 230px;
}
#webdesign.business-websites .testimonial p {
    padding-bottom: 20px;
}
#webdesign.business-websites .testimonial .box_long_title {
    padding-bottom: 0;
}
#webdesign.business-websites .box_short_right ul {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
    float: none;
    white-space: normal;
    width: auto;
    overflow: hidden;
}
#webdesign.business-websites .box_short_right li {
    /*float: left;*/
    margin: 0 auto;
    width: 160px;
    /*margin-left: 20px;*/
}
#webdesign.business-websites .box_short_right span {
    font-size: 1.167em;
    display: block;
}
#webdesign.business-websites .box_short_right .box_short_header {
    height: 18px;
}
#webdesign.business-websites .box_short_right ul img {
    border: 1px solid #999;
}
#webdesign.business-websites .box_short_right ul p {
    margin-left: 0;
}
#webdesign.business-websites .box_short_right .view_site_cta {
    background: url(../_images/view_site_cta_webdesign_sprite.png) no-repeat 0 0;
    height: 23px;
    width: 95px;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    text-indent: -9000px;
}
#webdesign.business-websites .box_short_right .view_site_cta:hover, #webdesign.business-websites .box_short_right .view_site_cta:focus {
    background-position: 0 -23px;
}

/* eCommerce */
#banner_sm_ecommerce {
    width: 826px;
    background: url(../_images/banner_sm_ecommerce.jpg) no-repeat 0 0;
    height: 80px;
    margin-left: 12px;
}
.ecommerce #webdesign_intro {
    background: url(../_images/webdesign_intro_ecommerce_bg.jpg) no-repeat 95% top;
    min-height: 353px;
}
#ribbon_ecommerce_features {
    width: 210px;
    background: url(../_images/ribbon_ecommerce_features.png) no-repeat 0 0;
}
#webdesign #subcontent .box_long {
    width: 784px;
    margin-left: 34px;
    background: #f2f2f2 url('../_images/short_box_right-side_bg.png') no-repeat right top;
}
#webdesign #subcontent .box_long > div {
    width: 774px;
}
#webdesign .box_long_middle_noline ul {
    padding-left: 20px;
}
#webdesign .box_long_footer span {
    display: block;
    position: absolute;
    background: #f2f2f2 url('../_images/short_box_right-side_bg.png') no-repeat 0 -940px;
    left: 770px;
    width: 14px;
    top: 1px;
    height: 22px;
}
#webdesign #subcontent .box_long_section_left {
    width: 361px;
    padding-right: 15px;
    float: left;
    display: inline;
    margin-left: 10px;
    border-right: 1px solid #ccc;
    min-height: 405px;
}

#webdesign #subcontent .box_long_section_right {
    width: 361px;
    padding-left: 15px;
    float: right;
    display: inline;
    margin-right: 10px;
    border-left: 1px solid #fff;
    min-height: 405px;
}
#webdesign .features {
    padding-left: 90px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
#build {
    background-image: url(../_images/icon_build.png);
}
#payment {
    background-image: url(../_images/icon_payment.png);
}
#engage {
    background-image: url(../_images/icon_engage.png);
}
#optimize {
    background-image: url(../_images/icon_optimize.png);
}
#ribbon_testimonial {
    background: url(../_images/ribbon_testimonial.png) no-repeat 0 0;
    width: 149px;
}
.ecommerce .box_short_left {
    margin-left: 34px;
}
.ecommerce .box_short_right {
    margin-right: 34px;
}
.box_long_title span {
    padding-right: 5px;
}
.box_long_title span:after {
    content: "|";
    padding-left: 5px;
}
#webdesign .box_short_footer span {
    display: block;
    position: absolute;
    background: #f2f2f2 url('../_images/short_box_right-side_bg.png') no-repeat 0 -940px;
    left: 362px;
    width: 14px;
    top: 1px;
    height: 22px;
}
#webdesign .testimonial .box_short_middle p {
    margin-bottom: 0;
    padding-bottom: 18px;
}
#webdesign.ecommerce .box_short_footer .view_site_cta {
    width: 155px;
    height: 48px;
    background: url(../_images/view_site_cta_webdesign-ecommerce_sprite.png) no-repeat 0 0;
    position: absolute;
    left: 230px;
    top: -14px;
    text-indent: -9000px;
}
#webdesign.ecommerce .box_short_footer .view_site_cta:hover, #webdesign.ecommerce .box_short_footer .view_site_cta:focus {
    background-position: 0 -48px;
}
/* webdesign-process-details */
#webdesign_process_steps {
    width: 591px;
    height: 104px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    background: url(../_images/webdesign_process_steps.png) no-repeat 0 0;
}
#ribbon_webdesign_process {
    background: url(../_images/ribbon_webdesign_process.png) no-repeat 0 0;
    width: 347px;
}
/* SEO */
#banner_sm_seo {
    width: 826px;
    background: url(../_images/banner_sm_seo.jpg) no-repeat 0 0;
    height: 80px;
    margin-left: 12px;
}
.seo-webdesign #webdesign_intro {
    background: url(../_images/webdesign_intro_seo_bg.jpg) no-repeat 5px 95%;
    min-height: 690px;
}
.copy .view_site_cta {
    background: url(../_images/view_site_cta_webdesign_sprite.png) no-repeat 0 0;
    height: 23px;
    width: 95px;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    text-indent: -9000px;
}
.copy .view_site_cta:hover, .copy .view_site_cta:focus {
    background-position: 0 -23px;
}
h3.searchvolume {
    text-transform: capitalize;
    font-style: italic;
    font-size: 1.667em;
}
p.searchvolume {
    font-size: 1.333em;
}
p.searchvolume span {
    text-transform: uppercase;
    color: #0c7399;
}
#livingwell {
    padding: 30px 0 0 20px;
}
#livingwell p {
    font-style: italic;
}
#livingwell .source {
    font-style: normal;
    text-align: right;
}
#livingwell img {
    display: block;
    margin: 0 auto 1.5em;;
}
#ribbon_roadmap {
    width: 260px;
    background: url(../_images/ribbon_roadmap.png) no-repeat 0 0
}
#ribbon_honest_search {
    width: 211px;
    background: url(../_images/ribbon_honest_search.png) no-repeat 0 0;
}
#webdesign.seo-webdesign .box_short_content_left {
    width: 234px;
    margin-bottom: 25px;
    margin-left: 16px;
    float: left;
    display: inline;
    position: static;
    height: auto !important;
}

#webdesign.seo-webdesign .box_short_content_right {
    width: 130px;
    height: 90px;
    margin: 0 16px 0 0;
    float: right;
    position: static;
    display: inline;
}
/* Social Media */
#banner_sm_social_media {
    width: 826px;
    background: url(../_images/banner_sm_social_media.jpg) no-repeat 0 0;
    height: 80px;
    margin-left: 12px;
}
.social-media #webdesign_intro {
    background: url(../_images/webdesign_intro_social_media_bg.jpg) no-repeat 85px top;
    min-height: 270px;
}
.social-media #webdesign_intro #get_started_box_cta { 
    margin-right: 30px;
    margin-top: 20px;
}
#social_media_sites {
    border-top: 1px solid #fff;
    -webkit-box-shadow: 0 -1px 0px 0px #c1c1c1; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px -1px 0px 0px #c1c1c1; /* FF3.5 - 3.6 */
    box-shadow: 0px -1px 0px 0px #c1c1c1; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */ 
    padding: 20px 0 0;
    margin: 0 12px 18px;
    overflow: hidden;
}
#social_media_sites .left {
    margin: 0;
    padding-right: 9px;
    border-right: 1px solid #dfdfdf;
    float: left;
    width: 400px;
}
#social_media_sites .right {
    margin: 0;
    padding-left: 9px;
    border-left: 1px solid #fff;
    float: left;
    width: 400px;
}
#facebook_description, #twitter_description {
    border-bottom: 1px solid #dfdfdf;
    padding-right: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}
#linkedin_description, #wordpress_description {
    border-top: 1px solid #fff;
    padding-right: 20px;
    overflow: hidden;
}
#social_media_sites .right div, #social_media_sites .left div {
    padding-left: 60px;
}
#facebook_description {
    background: url(../_images/icon_facebook-webdesign.png) no-repeat 0 0;
}
#twitter_description {
    background: url(../_images/icon_twitter-webdesign.png) no-repeat 0 0;
}
#linkedin_description {
    padding-top: 20px;
    background: url(../_images/icon_linkedin.png) no-repeat 0 20px;
}
#wordpress_description {
    padding-top: 20px;
    background: url(../_images/icon_wp.png) no-repeat 0 20px;
}
#social_media_sites .get_started_cta {
    background: url(../_images/get_started_cta_webdesign_btn_sprite.png) no-repeat 0 0;
    height: 23px;
    width: 95px;
    float: right;
    position: static;
}
#social_media_sites .get_started_cta:hover, #social_media_sites .get_started_cta:focus {
    background-position: 0 -23px;
}
/* Consultation Form */
#webdesign #consult_container.box_long {
    width: 590px;
    background: url('../_images/short_box_right-side_bg.png') no-repeat right top;
    float: left;
    display: block;
}
#webdesign #consult_container .box_long_header, #webdesign #consult_container .box_long_middle_noline_single, #webdesign #consult_container .box_long_footer {
    width: 580px;
}
#webdesign #consult_container .box_long_middle_noline_single {
    padding: 0 25px;
    width: 530px;
}
#webdesign_questions {
    width: 228px;
}
#webdesign_questions > div {
    width: 208px;
    padding-left: 10px;
}
#webdesign_questions a {
    width: 180px;
    height: 70px;
    background: url('../_images/chat_button_sprite.png') scroll 0 0 no-repeat;
    background-position: 0 0;
    display: block;
    text-indent: -9999px;
    float: none;
    margin: 18px auto 0;
    display: block;
    text-decoration: none;
}

#webdesign_questions a:hover, #webdesign_questions a:focus {
    background-position: 0 -70px;
}
#webdesign_questions h4 {
    display: block;
    text-indent: -9000px;
    width: 167px;
    height: 40px;
    margin: 0 auto;
    background: url(../_images/webdesign_call-us.png) no-repeat 0 0;
}
#webdesign_questions .box_short_header {
    height: 18px;
}
#webdesign_questions .box_short_footer span {
    left: 214px;
}

/* /webdesign/cancel/ */
#banner_sm_webdesign_cancel {
    background:url(../_images/banner_sm_webdesign_cancel.jpg) no-repeat 0 0;
    height: 80px;
    margin-left: 12px;
    width: 826px;
}
#consultform {
    padding: 0 22px;
}

/* /web-hosting-hub-coupon/ */
#coupon .box_long_header h3 {
    font-size: 14px;
    font-weight: bold;
    padding-left: 25px;
    padding-top: 30px;
}
#banner_sm_coupon {
    width: 850px;
    height: 85px;
    margin-left: 20px;
    background: url("../images/banner_sm_coupon.jpg") no-repeat 0 0;
}

/* /domain-transfer/ */
#banner_sm_dcs {
    background: url(../images/banner_sm_dcs.jpg) no-repeat 0 0;
    width: 850px;
    height: 75px;
    margin-left: 25px;
    margin-top: 7px;
}
#dcs_container {
    float: left;
    width: 870px;
}
#dcs_left_container {
    float: left;
    width: 556px;
    margin-left: 22px;
}
#dcs_left_container .box_long {
    margin-left: 0;
    margin-bottom: 1.5em;
}
#dcs_right_container {
    float: right;
    width: 276px;
}
#dcs_left_container .box_long_header, #dcs_left_container .box_long_footer, #dcs_left_container .box_long_middle_noline_single {
    width: 556px;
}
#dcs_left_container .box_long_header {
    background-image: url(../images/dcs_box_long_header.png);
}
#dcs_left_container .box_long_middle_noline_single {
    padding-left: 0;
    padding-right: 0;
}
#dcs_left_container .box_long_middle_noline_single p {
    padding: 0 15px;
}
#dcs_left_container .box_long_footer {
    background: url(../images/dcs_box_long_footer.png) no-repeat left bottom;
}
#ribbon_dcs {
    width: 514px;
    background: url('../images/ribbon_dcs.png') 0 0 no-repeat;
}
#dcs_left_container .box_long_middle_noline_single, #dcs_process {
    background: url(../images/dcs_box_long_middle_noline_single.png) repeat-y 0 0;
    overflow:  hidden;
}
#dcs_process h3 {
    text-indent: -9000px;
    margin: 0;
    background: url(../images/dcs_process_heading.png) no-repeat 0 0;
    width: 556px;
    height: 47px;
}
#dcs_process h4 {
    color: #0c7399;
    font-size: 1.5em;
    padding: 14px 0 0 18px;
    margin-bottom: 0;
}
#dcs_process ol {
    position: relative;
    padding: 0;
    margin: 0;
}
#you {
    counter-reset: steps 0;
}
#we {
    counter-reset: steps 0;
    padding-bottom: 14px;
    background: url(../images/dcs_box_long_footer.png) no-repeat left bottom;
}
#we li, #you li {
    display: block;
    float: left;
    width: 145px;
    font-size: .916em;
    background-repeat: no-repeat;
    background-position: 0 0;

}
#you li:before, #we li:before {
    counter-increment: steps 1;
    content: counter(steps, decimal)".";
    font-weight: bold;
    font-size: 1.667em;
    color: #3a3a3a;
}
#you .step1 {
    padding: 140px 5px 0 0;
    margin: 0 10px 0 16px;
    background-image: url(../images/dcs-process_you_step1.png);
}
#you .step2 {
    padding: 0 26px 165px 28px;
    background-position: left bottom;
    background-image: url(../images/dcs-process_you_step2.png);
}
#you .step3 {
    padding: 170px 20px 0 0;
    float: right;
    background-position: 50% top;
    background-image: url(../images/dcs-process_you_step3.png);
    margin: -30px 0 0;
}
#you + h4 {
    clear: both;
    border-top: 1px solid #e3e3e3;
}
#we .step1 {
    margin-left: 15px;
    padding: 135px 24px 0 0;
    background-image: url(../images/dcs-process_we_step1.png);
}
#we .step2 {
    background-image: url(../images/dcs-process_we_step2.png);
    background-position: left bottom;
    margin-left: 20px;
    padding: 0 0 150px 0;
}
#we .step3 {
    margin: -50px 0 0 15px;
    padding: 215px 14px 0 26px;
    background-image: url(../images/dcs-process_we_step3.png);
}
#we .step4 {
    padding: 150px 8px 0;
    clear: both;
    background-image: url(../images/dcs-process_we_step4.png);
    margin: -20px 24px 0 11px;
}
#we .step5 {
    background-image: url(../images/dcs-process_we_step5.png);
    background-position: left 95%;
    padding: 0 26px 150px 5px;
    margin-top: 8px;
}
#we .step6 {
    padding: 180px 15px 0 25px;
    margin: -270px 5px 0 0;
    float: right;
    background-position: right top;
    background-image: url(../images/dcs-process_we_step6.png);
}
#dcs_right_container h3 {
    margin: 0;
    text-indent: -9000px;
    height: 54px;
    width: 270px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
#dcs_domain_types, #important_details {
    width: 270px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,.2); /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,.2); /* FF3.5 - 3.6 */
    box-shadow: 0px 2px 2px rgba(0,0,0,.2); /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
    position: relative;
    background-color: #f2f2f2;
    margin-top: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#dcs_domain_types h3 {
    background-image: url(../images/dcs_heading_domain-types.png);
}
#dcs_domain_types ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    overflow: hidden;
}
#dcs_domain_types li {
    float: left;
    width: 48px;
    line-height: 12px;
    margin-left: 22px;
    display: block;
    padding: 9px 0 9px 18px;
    background: url('../images/sprite_whh-1309474078.png') scroll -862px -241px no-repeat;
    border-right: 1px solid #e5e5e5;
    margin-bottom: 0;
}
#dcs_domain_types li.last {
    border: none;
}
#important_details h3 {
    background: url(../images/dcs_heading_important-details.png) no-repeat 0 0;
    margin-bottom: 9px;
}
#important_details p {
    padding: 0 20px 0 40px;
    margin-bottom: 1.5em;
    background: url(../images/arrow_white.png) no-repeat 18px 3px;
}
#important_details p + p {
    padding-bottom: 9px;
}
#dcs_ad {
    display: block;
    float:right;
    text-decoration: none;
    width: 406px;
    height: 156px;
    background: url(../images/hub_dcs_ad.png) no-repeat 0 0;
    text-indent: -9000px;
    margin-right:24px;
    margin-bottom:20px;
}
#green_ad {
    display: block;
    float:left;
    text-decoration: none;
    width: 406px;
    height: 156px;
    background: url(../images/hub_green_ad.png) no-repeat 0 0;
    text-indent: -9000px;
    margin-left: 24px;
}

/* HUB Network Status */
#banner_sm_status {
    width: 850px;
    height: 85px;
    margin-left: 20px;
    background: url("../images/banner_sm_status.jpg") no-repeat 0 0;
}
.box_long_header_status {
    width: 848px;
    height: 47px;
    background: url(../images/box_long_header_status.png) no-repeat 0 0;
}
#status .box_long_middle_noline {
    padding-top: 0;
}
#dcs_note {
    margin: 1.5em auto;
}
.dcs_price {
    background: url(../images/dcs_25-domain.png) no-repeat 0 0;
    padding-top: 90px;
    width: 276px;
    text-align: center;
    color: #0b8dbc;
    font-size: 1.75em;
}
.status {
    float: left;
    padding-top: 12px;
    width: 278px;
    min-height: 300px;
}
.box_long_middle_noline .status:first-child {
    width: 285px;
}
.status + .status {
    border-left: 1px solid #e5e5e5;
}
.status > * {
    padding: 0 15px;
}
.indicator {
    line-height: 38px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fff;
    margin-left: 5px;
    font-size: 1.416em;
}
.indicator:after {
    content: url(../images/icon_status_normal.gif);
    margin-left: .25em;
}
.indicator span {
    color: #459537;
}
.status + .status .indicator {
    margin-left: 0;
}
.status .error {
    border-left: none;
    border-right: none;
    color: #222;
}
.status .error span {
    color: #b7131d;
}
.status .error:after {
    content: none;
}
.older {
    font-weight: bold;
}
.contactsupport {
    color: #676767;
    font-size: .916em;
    margin-left: 30px;
    padding-top: .25em;
}

/* green-web-hosting.html */
#banner_sm_green {
    width: 850px;
    height: 85px;
    background: url('../images/banner_sm_greenhosting.jpg') scroll 0 0 no-repeat;
    margin-left: 20px;
}

#ribbon_planting_trees_future {
    width: 311px;
    background: url('../images/ribbon_planting_trees_future.png') no-repeat 0 0;
}
#ribbon_be_ecofriendly {
    width: 164px;
    background: url('../images/ribbon_be_ecofriendly.png') no-repeat 0 0;
}
#ribbon_energy_efficient_datacenter {
    width: 287px;
    background: url('../images/ribbon_energy_efficient_datacenter.png') no-repeat 0 0;
}

#green .box_medium {
    width: 560px;
    background: url('../images/short_box_right-side_bg.png') no-repeat right top;
    float: left;
    display: block;
    position: relative;
    margin-left: 22px;
}
#green .box_medium .box_medium_header, #green .box_medium .box_medium_footer {
    width: 550px;
}
#green .box_medium .box_medium_middle {
    padding: 0 25px;
    width: 490px;
}
#green .box_medium_header {
    height: 65px;
    background: url('../images/box_long_header.png') scroll 0 0 no-repeat;
}

#green .box_medium_middle {
    background: url('../images/box_long_middle_noline.png') scroll 0 0 repeat-y;
    padding-top: 12px;
}
#green .box_medium_middle p {
    margin-bottom: 0;
}
#green .box_medium_footer {
    height: 20px;
    background: url('../images/box_long_footer.png') scroll 0 0 no-repeat;
    position: relative;
}
#green .box_medium_footer span {
    display: block;
    position: absolute;
    background: #f2f2f2 url('../images/short_box_right-side_bg.png') no-repeat 0 -940px;
    left: 546px;
    width: 14px;
    top: 1px;
    height: 22px;
}
/*#green .box_long_section_right {
        padding-top: 32px;
}*/
.box_medium + img {
    margin-left: 20px;
}
.box_medium + .plant-a-tree {
    margin-left: 40px;
}

table.soft {
    width:840px;
    margin-left:4px;
    border-collapse: collapse;
}
table.soft th {
    width:25%;
    height:31px;
    padding:0 0 0 10px;
    color:#fff;
    font-weight: bold;
    text-align: left;
    background: url(../images/sprite_web-hosting-comparison.png) 0 -171px repeat-x;
}
table.soft td {
    border:1px solid #d9d9d9;
    vertical-align:top;
}

/* concrete5-hosting.html */
#banner_sm_concrete5 {
        width: 850px;
        height: 85px;
        background-image: url(../images/banner_sm_concrete5.jpg);
        margin-left: 20px;
    margin-top: 5px;
}
#banner_med_concrete5 {
    width: 850px;
    height: 260px;
    background: url('../images/c5.jpg') scroll 0 0 no-repeat;
    margin-left: 20px; margin-top: 5px;
}
#banner_med_concrete5.sinecera {
    width: 850px;
    height: 260px;
    background: url('../images/banner_med_concrete5_sinecera.jpg') scroll 0 0 no-repeat;
    margin-left: 20px; margin-top: 5px;
}

#banner_med_prestashop #banner_home_price_399,
#banner_med_prestashop-host-b #banner_home_price_399,
#banner_med_prestashop-host-c #banner_home_price_399,
#banner_med_concrete5 #banner_home_price_499,
#banner_med_prestashop #banner_home_price_150-3mo,
#banner_med_prestashop-host-b #banner_home_price_150-3mo,
#banner_med_prestashop-host-c #banner_home_price_150-3mo {
    /*background: url("../images/banner_home_price_299-3mo.png") no-repeat scroll 0 0 transparent;*/
    float: right;
    height: 190px;
    margin: 0 0 -190px;
    position: absolute;
    z-index: 0;
    top: 65px;
    left: 400px;
    width: 190px;
    text-align: center;
}

#banner_concrete5_cta {
    background: url('../../_images/joomla_cta_sprite.png') scroll 0 0 no-repeat;
    height: 90px;
    left: 292px;
    position: absolute;
    text-indent: -9999px;
    top: 195px;
    width: 305px;
}

#banner_med_concrete5 #banner_home_price_499 + #banner_concrete5_cta {
    background-image: url(../images/banner_slideshow_cta.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    left: 340px;
    height: 89px;
}

#banner_med_concrete5  #banner_home_price_499 + #banner_concrete5_cta:hover {
    background-position: 0 -86px;	
}

#banner_med_concrete5 #banner_concrete5_cta:hover {
    background-position: 0 -90px;
}
#banner_med_concrete5.sinecera #banner_concrete5_cta {
    background: url('../images/banner_med_concrete5_sinecera_cta.png') scroll 0 0 no-repeat;
    left: 38%;
    top: 170px;
}

#banner_med_concrete5.sinecera h1,
#banner_med_concrete5.sinecera ul {
    display: none;
}

.concrete5-intro {
    float: left;
    width: 336px;
}

#concrete5 .box_short_right {
    margin-right: 0;
}

.concrete5pdfcover {
    box-shadow: 0 0 3px 1px rgba(0,0,0,.4);
    float: left;
    margin: 0 22px;
}

#concrete5 .box_short_ul_right {
    float: none;
}

.download_pdf_cta {
    background: url(../_images/download_pdf_cta_sprite.png  ) no-repeat 0 0;
    display: block;
    float: right;
    height: 48px;
    left: 240px;
    margin: -14px -9px 0 0;
    position: absolute;
    width: 173px;
    text-indent: -9999px;
    top: 0;
}

.download_pdf_cta:hover,
.download_pdf_cta:focus {
    background-position: 0 -48px;
}

.concrete5_pdf_share {
    clear: right;
    float: right;
    list-style: none;
    padding-left: 0;
    margin: 20px 50px 20px 0;
    width: 300px;
}
.concrete5_pdf_share li {
    display: inline-block;
    width: 95px;
}

/* prestashop hosting */
#banner_med_prestashop {
    background: url('../../_images/prestashop/banner-prestashop.png') scroll 0 0 no-repeat;
    height: 260px;
    margin: 5px 0 30px 20px;
    width: 850px;
}

#banner_prestashop_cta {
    background: url(../../_images/i18n_cta_sprite.png) repeat-x 0 -180px;
    display: inline-block;
    font-size: 1.75em;
    font-weight: bold;
    height: 90px;
    left: 40%;
    line-height: 90px;
    margin: 0 -10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow:-1px -1px #d65a02;
    top: -45px;
}

#banner_prestashop_cta:hover {
    background-position: -90px -270px;
}

#banner_prestashop_cta > span {
    background: url(../../_images/i18n_cta_sprite.png) no-repeat;
    display: block;
    height: 90px;
}

#banner_prestashop_cta > .left-cta {
    background-position: 0 0;
    float: left;
    padding-right: 10px;
    margin-left: -20px;
    width: 90px;
}

#banner_prestashop_cta:hover > .left-cta {
    background-position: 0px -90px;
}

#banner_prestashop_cta > .right-cta {
    background-position: -30px -360px;
    float: right;
    margin-left: -30px;
    margin-right: -20px;
    padding-right: 30px;
    width: 30px;
}

#banner_prestashop_cta:hover > .right-cta {
    background-position: -30px -450px;
}

#prestashop #subcontent > .box_long > div {
    border-radius: 7px;
    box-shadow: 0 0 5px #ccc;
    margin-left: 4px;
    padding: 30px;
    width:778px;
}

#prestashop ul + h3,
#prestashop p + h3,
#prestashop p + h2 {
    margin-top: 20px;
}

#prestashop .authorizenet {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
}

/* opencart hosting */
#banner_med_opencart {
    background: url('../../_images/opencart/banner-opencart.png') scroll 0 0 no-repeat;
    height: 260px;
    margin: 5px 0 30px 20px;
    width: 850px;
}

#banner_prestashop_cta {
    background: url(../../_images/i18n_cta_sprite.png) repeat-x 0 -180px;
    display: inline-block;
    color: #ffffff;
    font-size: 1.75em;
    font-weight: bold;
    height: 90px;
    left: 40%;
    line-height: 90px;
    margin: 0 -10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow:-1px -1px #d65a02;
    top: -45px;
}

#banner_prestashop_cta:hover {
    background-position: -90px -270px;
}

#banner_prestashop_cta > span {
    background: url(../../_images/i18n_cta_sprite.png) no-repeat;
    display: block;
    height: 90px;
}

#banner_prestashop_cta > .left-cta {
    background-position: 0 0;
    float: left;
    padding-right: 10px;
    margin-left: -20px;
    width: 90px;
}

#banner_prestashop_cta:hover > .left-cta {
    background-position: 0px -90px;
}

#banner_prestashop_cta > .right-cta {
    background-position: -30px -360px;
    float: right;
    margin-left: -30px;
    margin-right: -20px;
    padding-right: 30px;
    width: 30px;
}

#banner_prestashop_cta:hover > .right-cta {
    background-position: -30px -450px;
}

#opencart #subcontent > .box_long > div {
    border-radius: 7px;
    box-shadow: 0 0 5px #ccc;
    margin-left: 4px;
    padding: 30px;
    width:778px;
}

#opencart ul + h3,
#opencart p + h3,
#opencart p + h2 {
    margin-top: 20px;
}

#opencart .logo-lists {
    background: #fff;
    border: 1px solid #ccc;
    display: block;
    margin: 0 auto;
    padding: 5px;
}

#opencart .oc-demo {
    margin-right: -15px;
    padding-left: 10px;
}
/* end opencart hosting */

/* prestashop-offer.html */
#banner_med_prestashop_offer {
    background: url(../_images/banner_med_prestashop-offer.jpg) no-repeat 0 0;
    height: 236px;
    width: 841px;
    margin-left: 25px;
}

/* /6mofree */

#sixmofree #banner_container_med {
    height: 194px;
}
#banner_med_wc6mofree {
    background: url(../images/banner_med_wordcamp-448.jpg) no-repeat -4px 4px;
    height: 174px;
    width: 848px;
    margin-left: 25px;
}
#ribbon_reviews_information {
    width: 216px;
    background: url(../images/ribbon_reviews_information.png) no-repeat 0 0;
}
#bonus_features_bar_gawbing {
    position: relative;
    height: 91px;
    width: 840px;
    margin-left: 25px;
    background: url(../images/bonus-features-bar_gaw-bingyahoo.png) no-repeat 0 0;
}
#reviews {
    margin: 0 auto;
    padding: 0 0 27px;
    list-style: none;
    width: 565px;
    float: left;
    margin-left: 16px;
}
#reviews li {
    display: block;
    float: left;
    width: 188px;
    min-height: 90px;
}
.right {
    border-right: 1px solid #d9d9d9;
}
.top {
    
 border-top: 1px solid #fbfbfb;
  border-collapse: separate;
  border-spacing: 2px;
  
    PADDING-RIGHT: 0px;
  PADDING-LEFT: 10px;
  FONT-WEIGHT: bold;
  BACKGROUND:gray url('img/boxbg_top.gif') no-repeat left right top;
  PADDING-BOTTOM: 0px;
 PADDING-TOP: 0px;
  HEIGHT: 33px;
  
}

.bottom {
    border-bottom: 0px solid #dedede;
}
#cnet-review {
    width: 128px;
    height: 80px;
    margin: 0 auto;
    background: url(../images/cnet-offer_review_cnet.png) no-repeat 0 0;
    text-indent: -9000px;
}
#bbb-accredited {
    width: 138px;
    padding-top: 52px;
    margin: 0 auto;
    background: url(../images/bbb_accredited-business.png) no-repeat 0 0;
    text-align: center;
    color: #006495;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.583em;
}
#hostucan-review {
    margin: 8px auto 0;
    text-align: center;
    padding-top: 97px;
    font-weight: bold;
    width: 180px;
    font-size: .833em;
    background: url(../images/cnet-offer_review_hostucan.png) no-repeat center top;
}
#castiron-review {
    background: url(../images/cnet-offer_review_castironhosting.png) no-repeat center top;
    margin: 8px auto 0;
    text-align: center;
    font-size: .833em;
    font-weight: bold;
    width: 180px;
    padding-top: 97px;
}
#builder .get_started_cta.builder.medium,
.get_started_cta_cnet-offer,
#superbowlxlviii .get_started_cta.medium {
    display: block;
    text-decoration: none;
    text-indent: -9000px;
    width: 200px;
    height: 61px;
    background: url(../images/get_started_cta_cnet-offer.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    float: right;
    display: block;
    margin-top: -16px;
    left: 218px
}
#builder .get_started_cta.builder,
#builder .get_started_cta.builder.medium,
#superbowlxlviii .get_started_cta.medium {
    float: none;
    margin: 0 auto;
    position: static;
}
.get_started_cta_long_cnet-offer {
    display: block;
    text-decoration: none;
    text-indent: -9000px;
    width: 200px;
    height: 61px;
    background: url(../images/get_started_cta_cnet-offer.png) no-repeat 0 0;
    left: 658px;
    position: absolute;
    top: 0;
    float: right;
    display: block;
    margin-top: -16px;
}
.get_started_cta_cnet-offer:hover,
.get_started_cta_long_cnet-offer:hover,
#builder .get_started_cta.builder.medium:hover {
    background-position: 0 -61px;
}
#bonus_features_bar_gawbing a {
    position: absolute;
    top: 50px;
    font-weight: bold;
}
#bonus_features_bar_gawbing .googleaw {
    left: 455px;
}
#bonus_features_bar_gawbing .bingyahoo {
    left: 745px;
}
#sixmofree .box_short_right .box_short_header {
    background-image: url(../images/box_short_header_cnet.png);
    background-position: 0 0;
}
#ribbon_customers_love {
    width: 257px;
    background: url(../images/ribbon_customers_love.png) no-repeat 0 0;
}
#sixmofree .box_short_right .box_short_middle {
    background-image: url(../images/box_short_middle_cnet.png);
    min-height: 245px;
}
#sixmofree .box_short_right .box_short_footer {
    background-image: url(../images/box_short_footer_cnet.png);
    background-position: 0 0;
}
#testimonial span { color: #2f85a9; }
#source {
    font-weight: bold;
    text-align: right;
    margin: 0 16px;
}
#source span {
    font-weight: normal;
    color: #2f85a9;
}
/* link-to-us.html */
#banner_sm_link_to_us {
    width: 850px;
    height: 85px;
    margin-left: 20px;
    background: url(../images/banner_sm_link_to_us.jpg) no-repeat 0 0 ;
}
#linktous .box_long_middle ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#linktous .box_long_middle li {
    margin-bottom: 2.5em;
}
#linktous .box_long_middle textarea {
    width: 90%;
    height: 5em;
    font-size: 1.1em;
}
#linktous .box_long_middle { overflow: hidden; }

/* /cnetdeal/ ($10 dollar hosting) */
#tendollarhosting #banner_container_med {
    height: 405px;
}
#banner_med_tendollarhosting {
    background: url(../images/banner_med_10dollarhosting.png) no-repeat 0 0;
    width: 890px;
    height: 405px;
    margin: 0;
}
.tendollarhosting_benefits {
    background: url(../images/tendollarhosting_benefits.png) no-repeat 0 0;
    margin: 0;
    width: 890px;
}
.get_the_deal_cta {
    display: block;
    width: 280px;
    height: 81px;
    background: url(../images/get_the_deal_cta.png) no-repeat 0 0;
    text-indent: -9999px;
    margin: 2em auto;
}
.get_the_deal_cta:hover, .get_the_deal_cta:focus {
    background-position: 0 -81px;
}
.offer_expiration {
    background: url(../images/tendollarhosting_expires_48hr.png) no-repeat center 25px;
    padding-top: 50px;
    overflow: hidden;
}
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.horizontal {
    list-style: none;
    margin: 0;
    padding: 18px;
}
ul.horizontal {
    padding-bottom: 0;
}
.horizontal li {
    display: inline;
}
.horizontal li:last-child {
    display: inline-block;
}
.tendollarhosting_benefits {
    clear: both;
    background: url(../images/tendollarhosting_benefits_bg.png) no-repeat 0 0;
    color: #fff;
    font-size: 1.75em;
    text-align: center;
    text-shadow: 1px 1px 0 #046390;
    width: 890px;
    min-height: 103px;
}
li.third {
    border: none;
    background: transparent none no-repeat left bottom;
    line-height: 75px;
    display: inline-block;
    padding-left: 80px;
    width: 190px;
    margin-bottom: 18px;
    color: #888;
    font-weight: bold;
}
li.bbb {
    background-image: url(../images/tendollarhosting_bbb.png);
}
li.cnet {
    background-image: url(../images/tendollarhosting_cnet.png);
}
li .supportcenter {
    background: url(../images/tendollarhosting_support.png) no-repeat left center;
    display: inline-block;
    height: 75px;
    position: relative;
    margin-bottom: -75px;
    width: 175px;
    top: -30px;
}
li.omega {
    width: 175px;
    padding-left: 0;
}
.tendollarhosting_benefits .horizontal {
    margin: 0 auto;
}
.horizontal em {
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
}
.horizontal em span {
    font-weight: normal;
}
.tendollarhosting_partner {
    background-color: #e7e7e7;
    padding: 0;
    margin: 0 auto;
    width: 890px;
}
.tendollarhosting_partner p {
    text-align: center;
    font-size: 2em;
    line-height: 64px;
    font-weight: normal;
    color: #666;
    padding: 20px;
}
.tendollarhosting_partner img {
    vertical-align: top;
}
.hub-online-offer {
    float: right;
    width: 375px;
}
.hub-online-offer h4 {
    text-transform: uppercase;
    text-align: center;
    color: #888;
    margin-bottom: 0;
    padding-top: 5px;
    font-size: 1.33333333333em;
}
.hub-online-offer p {
    color: #0a85b4;
    font-weight: bold;
    font-size: 1.75em;
    line-height: 60px;
    overflow: hidden;
}
.order_now_cta {
    float: right;
    width: 190px;
    height: 60px;
    background: url('../images/order_now_cta.png') no-repeat 0 0;
    display: block;
    margin: 0 22px 0 0;
    border: none;
    padding: 0;
    text-indent: -9000px;
}
.order_now_cta:hover, .order_now_cta:focus {
    background-position: 0px -60px;
}
.box_long_middle_thirds {
    float: left;
    width: 28%;
    padding: 0 22px;
}
.box_long_middle_thirds + .box_long_middle_thirds {
    border-left: 1px solid #ccc;
}
.tendollarhosting_bonus {
    background: url(../images/tendollarhosting_bonus_features.png) no-repeat 0 0;
    width: 841px;
    margin: 1em auto;
    position: relative;
    min-height: 91px;
}
.tendollarhosting_bonus a {
    position: relative;
    font-weight: bold;
    font-size: .916em;
}
.tendollarhosting_bonus #link2 {
    left: 450px;
    top: 60px;
}
.tendollarhosting_bonus #link3 {
    left: 670px;
    top: 60px;
}
.tendollarhosting_easy_tools {
    margin: 0 auto;
    padding-top: 18px;
    background: url(../images/tendollarhosting_easy_tools.png) no-repeat 0 18px;
    width: 520px;
    height: 27px;
    text-indent: -9000px;
}
#tendollarhosting h3, .easy_tools {
    color: #0c8dbe;
    font-size: 1.5em;
}
.easy_tools {
    position: relative;
}
.easy_tools img {
    float: right;
    margin-bottom: 24px;
    margin-left: 20px;
    position: relative;
    top: 20px;
}
.box_long_header_triple {
    height: 18px;
}
#offer_details a.accept {
    text-indent: -9000px;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    background: url(../images/okay_give_me_10hosting.png) no-repeat 0 0;
    width: 190px;
    height: 60px;
}
#offer_details a.accept:hover, #offer_details a.accept:focus {
    background-position: 0 -60px;
}

/* Logic Buy $10 Deal */
.offer_expiration.logicbuy_promo10 {
    background: none;
}

.tendollarhosting_partner img.logicbuy {
    vertical-align: middle;
}

#tendollarhosting h3.offer-expiration {
    color: #4ba0e1;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.offer-expiration-date {
    color: #e2750b;
}

/* WordCamp Milwaukee 2013 */
.tendollarhosting_partner.wcmke2013 p {
    line-height: 89px;
}

.tendollarhosting_bonus.wcmke2013 {
    background-image: url(../../_images/tendollarhosting_bonus_features_200credit.png);
}

.tendollarhosting_bonus.wcmke2013 #link2 {
    left: 382px;
}

/* WordCamp Chicago 2013 */
.tendollarhosting_partner.wcchicago2013 p {
    line-height: 89px;
}

.tendollarhosting_bonus.wcchicago2013 {
    background-image: url(../../_images/tendollarhosting_bonus_features_200credit.png);
}

.tendollarhosting_bonus.wcchicago2013 #link2 {
    left: 382px;
}

/* terms of and privacy policy footer links */
a.white-link {
    color: #fff;
    text-decoration: none;
}

a.white-link:hover {
    text-decoration: underline;
}


/* containers */
/*.boxes {
        overflow: hidden;
        width: 660px;
        margin-left: -15px;
        margin-left: 0;
        padding-top: 1px;
}*/

/* Box Styling */
/*.boxes .single, .boxes .double, boxes .triple {
        -moz-border-radius: 10px; /* FF1+ */
-webkit-border-radius: 10px; /* Saf3-4 */
border-radius: 10px; /* Opera 10.5, IE9, Saf5, Chrome */
-moz-box-shadow: 0px 0px 4px #ebebeb; /* FF3.5+ */
-webkit-box-shadow: 0px 0px 4px #ebebeb; /* Saf3.0+, Chrome */
box-shadow: 0px 0px 4px #ebebeb; /* Opera 10.5, IE9 */
border: 1px solid #e6e6e6;
position: relative;
margin-bottom: 30px;
}*/

/* Ribbon Styling */
.boxes h3 {
    background: url('../images/ribbon_middle.png') repeat-x 0px 0px;
}
.boxes h3.ribbon {
    background: url('../images/ribbon_middle.png') repeat-x 0px 0px;
    font-size: 14px;
    line-height: 38px;
    font-weight: bold;
    color: #fff;
    text-shadow: -1px -1px #0c7ca4;
    display: inline;
    float: left;
    height: 47px;
    left: 0;
    margin: 18px 0 0 -9px;
    position: relative;
    top: 0;
}
.boxes h3 span {
    display: block;
    width: 14px;
    height: 47px;
}
.boxes h3 .leftrib {
    float: left;
    padding-right: 9px;
    background: url('../images/ribbon_left.png') no-repeat 0px 0px;
}
.boxes h3 .rightrib {
    float: right;
    padding-left: 10px;
    background: url('../images/ribbon_right.png') no-repeat right 0px;
}

.boxes h3 + * {
    clear: left;
}

.boxes h3 a {
    position: relative;
    right: -75px;
    font-size: 11px;
    padding-top: 12px;
    font-weight: bold;
    text-shadow: none;
}

img.put-center {
    display: block;
    margin: 0 auto 10px;
}

ul.image-bullet li {
    list-style: none;
    display: block;
    height: 55px;
    margin: 0 0 10px 0;
}

ul.image-bullet img {
    float: left;
    margin: 0 10px 0 0;
}

/*small learn more button*/
a.learn_more_cta_small {
    background: url('../_images/learn_more_cta_webdesign_sprite.png') no-repeat 0 0;
    margin-top: -17px;
    float: right;
    display: block;
    width: 106px;
    height: 35px;
    text-indent: -9999px;

}

a.learn_more_cta_small:hover {
    background: url('../_images/learn_more_cta_webdesign_sprite.png') no-repeat 0 0;
    background-position: 0 -35px
}

#banner_med_mcafee3 {
    width: 840px;
    height: 175px;
    background: url('http://www.webhostinghub.com/_images/mcafee/mcafee-leader-bg.jpg') scroll 0 0 no-repeat;
    margin-left: 20px;
}

/* make-a-website-offer.html */

#makeawebsite_logo {
    float: right;
    width: 253px;
    padding-top: 17px;
    margin-right: 22px;
}

#makeawebsite #banner_container_med {
    height: 236px;
}

#banner_med_makeawebsite {
    background: url(/_images/banner_med_makeawebsite-nfd.jpg) no-repeat 0 0;
    height: 202px;
    width: 841px;
    margin-left: 25px;
}

#makeawebsite #expires {
    margin: 0;
    position: absolute;
    top: 160px;
    left: 46px;
    font-weight: bold;
    color: #fff;
    font-size: 1.35em;
}

#makeawebsite #countdown {
    width: 168px;
    position: absolute;
    top: 160px;
    left: 150px;
    color: #06486b;
}

#makeawebsite #domain_input_field_header {
    width: 170px;
}

#banner_med_makeawebsite #countdown span.countdown_amount {
    font-size: 1.25em;
}

#makeawebsite #banner_cnet_cta {
    display: block;
    width: 274px;
    height: 81px;
    background: url(../images/banner_cnet_cta.png) no-repeat 0 0;
    position: absolute;
    left: 515px;
    top: 154px;
    text-decoration: none;
    text-indent: -9000px;
}

#makeawebsite #banner_cnet_cta:hover {
    background-position: 0 -81px;
}

#makeawebsite .intro {
    font-size: .916em;
    width: 850px;
    margin-left: 20px;
}

#makeawebsite #ribbon_reviews_information {
    width: 216px;
    background: url(../images/ribbon_reviews_information.png) no-repeat 0 0;
}

#makeawebsite .box_short_right .box_short_header {
    background-image: url(../images/box_short_header_cnet.png);
    background-position: 0 0;
}

#makeawebsite #ribbon_customers_love {
    width: 257px;
    background: url(../images/ribbon_customers_love.png) no-repeat 0 0;
}

#makeawebsite .box_short_right .box_short_middle {
    background-image: url(../images/box_short_middle_cnet.png);
    min-height: 245px;
}

#makeawebsite .box_short_right .box_short_footer {
    background-image: url(../images/box_short_footer_cnet.png);
    background-position: 0 0;
}

#makeawebsite #testimonial span { color: #2f85a9; }

#makeawebsite #source {
    font-weight: bold;
    text-align: right;
    margin: 0 16px;
}

#makeawebsite #source span {
    font-weight: normal;
    color: #2f85a9;
}

#makeawebsite #reviews {
    margin: 0 auto;
    padding: 0 0 27px;
    list-style: none;
    width: 565px;
    float: left;
    margin-left: 16px;
}

#makeawebsite #reviews li {
    display: block;
    float: left;
    width: 188px;
    min-height: 90px;
}

#makeawebsite .right {
    border-right: 1px solid #d9d9d9;
}

#makeawebsite .top {
    border-top: 1px solid #fbfbfb;
}

#makeawebsite .bottom {
    border-bottom: 1px solid #dedede;
}

#makeawebsite #cnet-review {
    width: 128px;
    height: 80px;
    margin: 0 auto;
    background: url(../images/cnet-offer_review_cnet.png) no-repeat 0 0;
    text-indent: -9000px;
}

#makeawebsite #bbb-review {
    width: 136px;
    padding-top: 49px;
    margin: 0 auto;
    background: url(../images/cnet-offer_review_bbb.png) no-repeat 0 0;
    text-align: center;
    color: #c80000;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.583em;
}

#makeawebsite #hostucan-review {
    margin: 8px auto 0;
    text-align: center;
    padding-top: 97px;
    font-weight: bold;
    width: 180px;
    font-size: .833em;
    background: url(../images/cnet-offer_review_hostucan.png) no-repeat center top;
}

#makeawebsite #castiron-review {
    background: url(../images/cnet-offer_review_castironhosting.png) no-repeat center top;
    margin: 8px auto 0;
    text-align: center;
    font-size: .833em;
    font-weight: bold;
    width: 180px;
    padding-top: 97px;
}

#makeawebsite .get_started_cta_cnet-offer {
    display: block;
    text-decoration: none;
    text-indent: -9000px;
    width: 200px;
    height: 61px;
    background: url(../images/get_started_cta_cnet-offer.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    float: right;
    display: block;
    margin-top: -16px;
    left: 218px
}

#makeawebsite .get_started_cta_long_cnet-offer {
    display: block;
    text-decoration: none;
    text-indent: -9000px;
    width: 200px;
    height: 61px;
    background: url(../images/get_started_cta_cnet-offer.png) no-repeat 0 0;
    left: 658px;
    position: absolute;
    top: 0;
    float: right;
    display: block;
    margin-top: -16px;
}

#makeawebsite .get_started_cta_cnet-offer:hover, ##makeawebsite .get_started_cta_long_cnet-offer:hover {
    background-position: 0 -61px;
}

#makeawebsite .box_long_bottom_content {
    padding-bottom: 10px;
}

#makeawebsite #terms {
    font-size: .75em;
    width: 600px;
    margin-left: 40px;
    float: left;
    margin-top: -20px;
}

#makeawebsite #fancybox_container { display: none; }

#makeawebsite #banner_home_adwords {
    top: 202px;
}

#makeawebsite #subcontent {
    margin-top: 40px;
}

/* ------- CNET/make-a-website.com/prestashop-offer.html Version B Offer page --------------  */

#prestashop_offer #cnet-zdnet {
    float: right;
    width: 200px;
    padding-top: 12px;
    margin-right: 11px;
    position: absolute; 
    right: 70px;
    top: -10px;
    z-index: 1000; 
}
#cnet-zdnet img, #cnet-zdnet span {
    float: left;
    margin: 0 14px 0 0;
    display: block;
}
#cnet-zdnet span {
    width: 1px;
    height: 66px;
    background: url(../images/cnet-zdnet_separator.png) no-repeat 0 0;
}
#prestashop_offer #banner_container_med {
    height: 236px;
}
#banner_med_cnet {
    background: url(../_images/banner_med_cnet-nfd2.jpg) no-repeat 0 0;
    height: 202px;
    width: 841px;
    margin-left: 25px;
}
#prestashop_offer #expires {
    margin: 0;
    position: absolute;
    top: 160px;
    left: 46px;
    font-weight: bold;
    color: #fff;
    font-size: 1.5em;
}
#prestashop_offer #countdown {
    width: 168px;
    position: absolute;
    top: 155px;
    left: 150px;
    color: #06486b;
}
#banner_med_prestashop_offer #countdown span.countdown_amount,
#banner_med_cnet #countdown span.countdown_amount {
    font-size: 1.5em;
}
#prestashop_offer #banner_cnet_cta {
    display: block;
    width: 274px;
    height: 81px;
    background: url(../images/banner_cnet_cta.png) no-repeat 0 0;
    position: absolute;
    left: 515px;
    top: 154px;
    text-decoration: none;
    text-indent: -9000px;
}
#prestashop_offer #banner_cnet_cta:hover {
    background-position: 0 -81px;
}
#prestashop_offer .intro {
    font-size: .916em;
    width: 850px;
    margin-left: 20px;
}
#prestashop_offer #ribbon_support,
#cnet_b #ribbon_support,
#makeawebsite #ribbon_support {
    width: 258px;
    background: url(../_images/24-7-support.jpg) no-repeat 0 0;
}
#prestashop_offer #ribbon_premium-site-builder,
#cnet_b #ribbon_premium-site-builder,
#makeawebsite #ribbon_premium-site-builder {
    width: 258px;
    background: url(../_images/premium-site-builder.jpg) no-repeat 0 0;
}
#prestashop_offer #ribbon_reviews_information {
    width: 216px;
    background: url(../images/ribbon_reviews_information.png) no-repeat 0 0;
}
#prestashop_offer .box_short_right .box_short_header,
.box_short_right.touch_of_hub .box_short_header {
    background-image: url(../images/box_short_header_cnet.png);
    background-position: 0 0;
}
#prestashop_offer #ribbon_customers_love {
    width: 257px;
    background: url(../images/ribbon_customers_love.png) no-repeat 0 0;
}
#prestashop_offer .box_short_right .box_short_middle,
#cnet_b .box_short_right .box_short_middle,
#makeawebsite .box_short_right .box_short_middle {
    background-image: url(../images/box_short_middle_cnet.png);
    min-height: 320px;
}
#prestashop_offer .box_short_right .box_short_middle-sm,
#cnet_b .box_short_right .box_short_middle-sm,
.box_short_right.touch_of_hub .box_short_middle,
#makeawebsite .box_short_right .box_short_middle-sm {
    background-image: url(../images/box_short_middle_cnet.png);
    padding: 10px 0;
}

#domainbox {
    border: 1px solid #2f85a9;
    border-radius: 10px;
    width: 400px;
}
#domainbox #domain_input_field_header, 
#domainbox #domain_search_cta {
    margin-top: 20px;
}
#domainbox > .box_short_footer {
    border-radius: 10px;
}

#features_right_container #domainbox > .box_short_header,
#features_right_container #domainbox > .box_short_middle-sm,
#features_right_container #domainbox > .box_short_footer {
    background-image: none;
    padding-bottom: 0;
}
#features_right_container #domainbox > .box_short_middle-sm > .lower-third {
    background-color: #e6e6f3;
    border-top: 1px solid #ccc;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.box_short_content_right .domain_input_field {
    margin-top: 15px;
}
#domainbox .box_short_content_left {
    height: auto;
}
#domainbox .box_short_content_left > img {
    margin-top: -20px;
    margin-left: 15px;
    height: auto;
}
.box_short_content_right-textcopy {
    padding-left: 150px;
    margin-right: 10px;
}
#prestashop_offer .box_short_right .box_short_footer,
.box_short_right.touch_of_hub .box_short_footer {
    background-image: url(../images/box_short_footer_cnet.png);
    background-position: 0 0;
    margin-top: -12px;
}
#prestashop_offer #reviews li {
    display: block;
    float: left;
    width: 188px;
    min-height: 110px;
}
#prestashop_offer .top {
    padding-top: 10px;
}
#prestashop_offer #bbb-review {
    width: 136px;
    padding-top: 49px;
    margin: 0 auto;
    background: url(../_images/logo-cnet-bbb.png) no-repeat 0 0;
    text-align: center;
    color: #c80000;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.583em;
}
#prestashop_offer #terms {
    font-size: .75em;
    width: 600px;
    margin-left: 40px;
    float: left;
    margin-top: -20px;
}
#prestashop_offer #banner_home_adwords {
    top: 202px;
}
#prestashop_offer #subcontent {
    margin-top: 40px;
}
#prestashop_offer cite,
#cnet_b cite,
#makeawebsite cite {
    float: left;
    position: relative;
    width: 130px;
    display: block;
    font-weight: bold;
    font-style: normal;
    padding-left: 40px;
}
#prestashop_offer cite span,
#cnet_b cite span,
#makeawebsite cite span {
    background: url('../images/sprite_whh-1309474078.png') no-repeat -862px -250px;
    display: block;
    width: 13px;
    height: 11px;
    position: absolute;
    left: 16px;
    top: 4px;
}
.centered {
    text-align: center;
}
.offleft {
    font-size: 16px;
    margin-left: 14px;
    margin-top: -5px;
}
.newtitle {
    color: #00729F;
    font-size: 24px;
    font-weight: 600;
    margin-top: -20px;
}
.newtitle-b {
    color: #00729F;
    font-size: 24px;
    margin-top: 10px;
}
.ca-capsule h3 {
    margin-bottom: 10px;
}
.ca-capsule {
    background: #fff;
    border: #e7e7e7 solid 3px;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: 10px;
    padding: 20px 20px 10px;
    width: 274px;
}
#capsuleholder {
    clear: both;
    height: 270px;
    margin: 30px auto -5px;
    width: 842px;
}
#capsuleholder .ca-capsule:nth-last-child(1) {
    margin-right: 0;
}
#capsuleholder img {
    margin-bottom: 16px;
}
.capsule {
    border: #e7e7e7 solid 3px;
    border-radius: 10px;
    margin: 30px auto;
    padding: 20px;
    width: 802px;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.rm-15 {
    margin-right: 15px;
}
#prestashop_offer #chat {
    margin-top: 12px;
}

/* about-us.html */

#banner_sm_aboutus {
    width: 850px;
    height: 85px;
    background: url(../../_images/banner_sm_aboutus.jpg) 0 0 no-repeat;
    margin-left: 20px;
}

#aboutus .box_short_middle p:last-child,
#aboutus .box_short_middle > ul {
    margin-bottom: 0;
}

#aboutus .aboutus-intro {
    background: transparent url(../../_images/aboutus_slideshow-container_bg.png) no-repeat 0 0;
    height: 300px;
    margin-left: 20px;
    overflow: hidden;
    width: 840px;
}

.hub-numbers {
    color: #fff;
    float: left;
    font-size: 24px;
    list-style: none;
    margin: 40px 0 0 30px;
    padding: 0;
    text-shadow: -1px -1px #0c7ca4;
}

.hub-numbers li + li {
    margin-top: 1.25em;
}

.hub-numbers > li > span {
    display: block;
    font-size: .5em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#aboutus .slideshow-container {
    box-shadow: 0 0 4px 2px rgba(0,0,0, .1);
    float: right;
    margin: 18px 36px;
    position: relative;
    width: 463px;
}

.slideshow-container > button {
    background: transparent url(../../_images/aboutus_slideshow_controls-sprite.png) no-repeat;
    border: none;
    display: block;
    height: 52px;
    margin: 0;
    outline: none;
    padding: 0;
    position: absolute;
    text-indent: -9000px;
    top: 40%;
    width: 52px;
    z-index: 10;
}

.slideshow-container button:hover {
    cursor: pointer;
}

#prev1 {
    background-position: 0 0;
    left: -5%;
}

#prev1:hover, #prev1:focus {
    background-position: 0 -52px;
}

#next1 {
    background-position: 0 -104px;
    left: 93%;
}

#next1:hover, #next1:focus {
    background-position: 0 -156px;
}

#aboutus .slideshow-container > .slideshow > div > p {
    background: #000;
    background: rgba(0,0,0, .8);
    color: #fff;
    font-size: 10px;
    line-height: 30px;
    margin: -30px 0 0;
    padding-left: 1em;
    position: relative;
}

#aboutus .box_short_ul_left li {
    margin-bottom: 1em;
}

#aboutus .box_short_content_left,
#aboutus .box_short_content_right {
    margin-top: 2.125em;
    padding-bottom: 2.125em;
    width: 40%;
}

#aboutus .box_short_content_left {
    text-align: right;
}

#aboutus .box_short_content_right > p {
    color: #c80000;
    font-size: 1.2em;
    font-weight: bold;
    white-space: nowrap;
    width: inherit;
}

/* start web-hosting-features */
#features .even_tr > .even_td_left,
#features .odd_tr > .odd_td_left {
    padding-left: 15px;
}
#features .newtitle.centered {
    margin-top: 0;
}
#features h4.newtitle.centered {
    font-size: 18px;
    font-weight: normal;
}
#features .onboarding {
    height: 144px;
    margin-bottom: 60px;
}
/* end web-hosting-features */

/* home-b.html */
#home-b .box_long_section_left {
    margin-left: 26px;
    width: 397px;
}
#home-b .box_long_section_left > .box_short_ul_left {
    margin-left: -10px;
}
#home-b .box_short_middle > .box_short_ul_left {
    margin-left: 7px;
}
#home-b .clear + .get_started_cta{
    float:none;
    margin-left: auto;
    margin-right: auto;
    position: static;
}
#home-b .box_long_section_left > .box_short_footer{
    background: transparent none;
    clear: both;
}
#home-b .box_short_footer .get_started_cta,
#home-b .box_short_middle > .box_short_footer > .get_started_cta,
#start-blog #subcontent .get_started_cta {
    background: url('/_images/get_started_cta_cnet-offer.png') no-repeat 0 0;
    background-size: 100% auto;
    float: none;
    margin: 0 auto;
    position: static;
    width: 165px;
}
#home-b .box_short_footer .get_started_cta:hover,
#home-b .box_short_footer .get_started_cta:focus {
    background-position: 0 100%;
    padding-top: 2px;
}
#home-b .box_short_middle > .box_short_footer {
    background: transparent;
    background-image: none;
    height: 48px;
    left: 120px;
    position: relative;
    top: -9px;
    width: 193px;
    z-index: 5;
}
#home-b #banner_container_lrg.slideshow {
    height: 270px;
}
#home-b #banner_lrg_slideshow_easy {
    background-image: url('/_images/banner_lrg_slideshow_easy.png');
}
#home-b #banner_lrg_slideshow_easy > .adwords {
    font-size: 12px;
    top: 25px;
}
#home-b #banner_lrg_slideshow_easy > .box_short_ul_left {
    margin-left: 1px;
    margin-top: -125px;
}
#home-b #banner_lrg_slideshow_easy > .box_short_ul_left li {
    font-size: 14px;
}
#home-b #link2 {
    position: relative;
    left: -156px;
    top: 13px;
}
#home-b #banner_home_price_299-3mo > #link7,
#home-b #banner_home_price_199-3mo > #link7,
#home-b #banner_home_price_195-3mo > #link7,
#home-b #banner_home_price_150-3mo > #link7 {
    color: #232323;
    font-size: 10px;
    margin-top: 0;
    position: absolute;
    right: 35px;
    top: 80px;
    z-index: 4;
}
#home-b #banner_lrg_slideshow_easy > p {
    position: relative;
    top: 40px;
    left: -157px;
    font-size: 14px;
}
#home-b #subcontent .newtitle-b {
    margin-left: 25px;
}
#home-b #banner_lrg_slideshow_free-app {
    background-image: url('/_images/banner_lrg_slideshow_free-app.png');
}
#home-b #banner_lrg_slideshow_free-app > p {
    position: relative;
    top: 75px;
    left: 40px;
    font-size: 14px;
}
#home-b #banner_lrg_slideshow_free-app > .box_short_ul_left {
    margin-left: 1px;
    margin-top: -35px;
}
#home-b #banner_lrg_slideshow_free-app > .box_short_ul_left li {
    font-size: 14px;
}
#home-b #banner_lrg_slideshow_wp-oneclick {
    background-image: url('/_images/banner_lrg_slideshow_wp-oneclick.png');
}
#home-b #banner_lrg_slideshow_wp-oneclick > p {
    position: relative;
    top: 20px;
    left: 38px;
    font-size: 14px;
}
#home-b #banner_lrg_slideshow_wp-oneclick > .box_short_ul_left {
    margin-left: 1px;
    margin-top: -95px;
}
#home-b #banner_lrg_slideshow_wp-oneclick > .box_short_ul_left li {
    font-size: 14px;
}
#home-b #banner_lrg_slideshow_xfr-nopain {
    background-image: url('/_images/banner_lrg_slideshow_xfr-nopain.png');
}
#home-b #banner_lrg_slideshow_xfr-nopain > p {
    position: relative;
    top: 65px;
    left: -208px;
    font-size: 14px;
}
#home-b #banner_lrg_slideshow_xfr-nopain > .box_short_ul_left {
    margin-left: 1px;
    margin-top: -65px;
}
#home-b #banner_lrg_slideshow_xfr-nopain > .box_short_ul_left li {
    font-size: 14px;
}
#home-b #pager {
    left: 61px;
    top: -30px;
    z-index: 5;
}
#home-b #banner_home_price_499 {
    z-index: 5;
}
#home-b #banner_lrg_slideshow_xfr-nopain #link1,
        #banner_lrg_slideshow_wp-oneclick #link1,
        #banner_lrg_slideshow_free-app #link1,
        #banner_lrg_slideshow_easy #link1 {
    background: url("/_images/special-offer_ultimate-mbg.png");
    position: relative;
    left: 715px;
}
#home-b #banner_home_price_195-3mo,
#home-b #banner_home_price_199-3mo,
#home-b #banner_home_price_150-3mo,
#home-b #banner_home_price_399,
#home-b #banner_home_price_499,
#home-b #banner_home_price_cnet {
    background-size: 100% auto;
    height: 130px;
    margin: 45px 0 -140px;
    right:15px;
    top: -170px;
    width: 130px;
    z-index: 5;
}
#home-b #banner_slideshow_cta {
    background-size: 100% auto;
    height: 64px;
    left: -65px;
    top: 90px;
    width: 200px;
}
#home-b #banner_slideshow_cta:hover{
    margin-top: 1px;
}
#home-b #banner_slideshow_cta:hover,
#home-b #banner_slideshow_cta:focus {
    background-position: 0 -64px;
}
#home-b .banner_ad_brands {
    display: inline-block;
    margin: 218px 0 0 36px;
}
#home-b .logocenter li {
    padding-left: 8px;
}
#home-b .unmatched-features li {
    display: block;
    float: left;
    font-size: 11px;
    overflow: hidden;
    text-align: center;
    width: 90px;
}
#home-b .free-tools img {
    background-size: 100% auto;
    display: block;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
}

#home-b .box_long_section_right {
    margin-right: 48px;
}

#home-b .ca-capsule.ca-capsule-slideshow,
#start-blog .ca-capsule.ca-capsule-slideshow {
    background-image: url();    
    height: 210px;
    width: 408px;
    overflow: hidden;
}

#home-b .logo-slideshow-spacing {
    height: 25px;
}

#home-b .box_short_middle {
    height: 165px;
}
#home-b #onboarding .onboarding img {
    margin-bottom: 90px;
}
/* end of home-b.html */

/* $page_id='start-blog' template */
#start-blog #banner_container_med > div {
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 260px;
    margin-left: 20px;
    position: absolute;
    width: 850px;
}

#start-blog #banner_med_wpbeginner {
    background-image: url(/_images/banner_med_size_wpbeginner.png);
}

#start-blog #banner_med_techi-blog {
    background-image: url(/_images/banner_med_size_ccmodh-landing.png);
}

#start-blog #banner_med_byob {
    background-image: url(/_images/banner_med_size_byob.png);
}

#start-blog #banner_med_start-blog {
    background-image: url(/_images/banner-med-size-startablog2.png);
}

#start-blog #banner_med_who-host {
    background-image: url(/_images/banner_med_size_who-host.png);
}

#start-blog #banner_med_startbloggingonline {
    background-image: url(/_images/banner_med_size_start-blog.jpg);
}

#start-blog #banner_med_mommyblogs {
    background-image: url(/_images/banner_med_size_mommyblogs.png);
}
#start-blog #banner_med_mommy_blogs {
    background-image: url(/_images/banner_med_size_mommy_blogs.png);
}

#start-blog #banner_container_med #banner_home_price_195-3mo,
#start-blog #banner_container_med #banner_home_price_199-3mo,
#start-blog #banner_container_med #banner_home_price_150-3mo,
#start-blog #banner_container_med #banner_home_price_399,
#start-blog #banner_container_med #banner_home_price_499,
#start-blog #banner_container_med #banner_home_price_cnet,
#start-blog #banner_container_med #banner_home_price_150-3mo {
    background-size: 100% auto;
    height: 130px;
    left: 5px;
    position: relative;
    top: -99px;
    width: 130px;
}

#start-blog #banner_container_med > div > .features_sales_questions{
    margin-left: 108px;
    margin-top: 30px;
}

#start-blog #banner_container_med > div > .features_sales_questions a {
    color:#666;
}

#start-blog #banner_container_med .price-burst {
    top: -17em;
}

#start-blog #banner_container_med .get_started_cta {
    z-index: 4;
}

#start-blog #banner_container_med .get_started_cta:hover,
#start-blog #banner_container_med .get_started_cta:focus {
    background-position: 0 -61px;
}

#start-blog .byob.addnlcontent > img {
    float: left;
    margin-left: 2.5em;
}

#start-blog .byob.addnlcontent > img:first-child {
    margin-top: -30px;
    max-width: 100px;
}

#start-blog .inc-host {
    position: absolute;
    top: 40px;
}

#start-blog .onboarding img {
    background-size: 100% auto;
    height: 60px;
    width: 60px;
}

#start-blog #banner_container_med h1 {
    margin-top: 30px;
}

#start-blog .first-head {
    margin-top: 20px;
    margin-bottom: 30px;
}

.sub-tl {
    margin-top: -15px;
}

#start-blog .box_long_section_left {
    margin-left: 16px;
}

#start-blog .box_long_section_left .ca-capsule {
    width: 390px;
    margin-left: -7px;
}

#start-blog .unmatched-features-container a {
    margin-top: 15px;
}

#start-blog .box_long_content_left img {
    background-size: 100% auto;
    height: 60px;
    margin-bottom: 15px;
    width: 60px;
}

#start-blog .unmatched-features .click-wp{
    background-image: url(/../../_images/free-tools-wp-logo.png);
    background-size: 100% auto;
    height: 32px;
    margin-left: 37px;
    width: 32px;  
}

#start-blog .unmatched-features .multi-blog{
    background-image: url(../images/icon_multi-blog.png);
    background-size: 100% auto;
    height: 32px;
    margin-left: 37px;
    width: 32px;  
}

#start-blog .unmatched-features .free-domain{
    background-image: url(../images/icon_feature_domain.png);
    background-size: 100% auto;
    height: 32px;
    margin-left: 37px;
    width: 32px;  
}

#start-blog .unmatched-features .xfr-blog{
    background-image: url(../images/icon_xfr-blog.png);
    background-size: 100% auto;
    height: 32px;
    margin-left: 37px;
    width: 32px;  
}

#start-blog .unmatched-features .any-email{
    background-image: url(../images/icon_feature_email.png);
    background-size: 100% auto;
    height: 32px;
    margin-left: 37px;
    width: 32px;  
}

#start-blog .unmatched-features .prem-host{
    background-image: url(../images/icon_feature_unlimited.png);
    background-size: 100% auto;
    height: 32px;
    margin-left: 37px;
    width: 32px;  
}

#start-blog .unmatched-features .inst-soft {
    background-image: url(/../../_images/free-tools-inst-software.png);
    background-size: 100% auto;
    height: 32px;
    margin-left: 37px;
    width: 32px;  
}

#start-blog .box_long_content_right {
    float: left;
    margin: 5px 0 20px 20px;
    width: 300px;
}

#start-blog .circled-numbers {
    width: 350px;
}

#start-blog #geek > .box_long_middle {
    background: url('../images/box_long_middle.png') scroll 0 0 repeat-y;
}

#start-blog .box_long_middle {
    background: none;
}

#start-blog .ca-capsule.ca-capsule-features,
.ca-capsule.ca-capsule-slideshow,
.ca-capsule.ca-capsule-marketing-credits {
    margin-bottom: 8px;
    margin-right: 13px;
}

#start-blog .box_long_section_right .ca-capsule.ca-capsule-features, 
.ca-capsule.ca-capsule-slideshow {
    height: 239px;
    margin-top: 10px;
}

#start-blog .marketing-offers-container img {
    float: right;
    margin: auto 18px;
    max-width: 200px;
}

#start-blog .marketing-offers-container img.aff-badge {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 240px;
}

#start-blog .quote {
    color: #E78324;
    font-family: Georgia, serif;
    font-size: 25px;
    font-style: italic;
}

#start-blog .quote span {
    display: block;
}

#start-blog .cite-start-blog {
    text-align: right;
    margin-right: 20px;
    margin-top: -20px;
}

#ribbon_geek-speak {
    background: url('/_images/sprite_whh-geek-speak.png') no-repeat;
    margin-left: -15px;
    margin-top: 22px;
    width: 200px;
}

.subtitle {
    color: #00729F;
    font-size: 20px;
    font-weight: 600;
    margin-top: -20px;
}

#start-blog .slideshow > div p.onboarding img {
    margin-bottom: 90px;
}

#start-blog .box_long_section_right {
    margin-right: 35px;
}

#start-blog #subcontent .get_started_cta:hover {
    background-position: 0 -50px;
}

#start-blog #banner_container_med > div {
    padding-bottom: 30px;
    position: relative;
}
#start-blog #banner_container_med > div h1 {
    margin-top: 0;
    padding-top: 105px;
}
/* end $page_id='start-blog' template */

/* hosting plans customers page */
#host-plans #banner_container_med {
    height: 200px;
}
#host-plans #banner_med_features {
    background: url(/../../_images/banner_smll_hosting-plans.png) scroll 0 0 no-repeat;
    height: 160px;
    margin-left: 20px;
    width: 850px;
}
#host-plans .unmatched-features-container {
    float: left;
    margin-left: 25px;
    width: 890px;
}
#host-plans .ca-capsule.ca-capsule-features {
    height: 275px;
    width: 268px;
}
#host-plans .ca-capsule img {
    margin-left: 31px;
}
#host-plans #cms-icon {
    margin-left: 450px;
    margin-top: 85px;
    position: absolute;
}
#cms-icon .unmatched-features ul {
    left: -25px;
}
#host-plans .unmatched-features li {
    display: inline;
}
#host-plans #cms-icon .unmatched-features > .unmatched-features li img {
    background-size: 100% auto;
    height: 60px;
    margin-left: 37px;
    width: 60px;  
}
#host-plans #cms-icon .unmatched-features > .unmatched-features li:first-child img {
    margin-left: 37px;
}
#host-plans .unmatched-features-container > .unmatched-features p {
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    text-align: center;
    width: 200px;
}
#host-plans .unmatched-features-container > .unmatched-features li:first-child,
#host-plans .unmatched-features-container > .unmatched-features li:last-child {
    background: none;
    background-color: none;
    border: none;
}
#host-plans .box_long > .unmatched-features > .ca-capsule.ca-capsule-features {
    height: 104px;
    margin-left: 10px;
    margin-right: 10px;
    width: 120px;
}
#host-plans #best-val {
    height: 30px;
    width: 80px;
    background-color: orange;
    border-radius: 8px;
    margin-top: 15px;
    position: absolute;
}
#host-plans #best-val {
    margin-left: 478px;
}
#host-plans #best-val p {
    margin-top: 6px;
    margin-left: 5px;
}
#host-plans #spark-price p {
    font-size: 14px;
    margin-left: 43px;
    margin-top: 138px;
    position: absolute;
}
#host-plans #spark-price strong {
    color: #6EBF52;
    font-size: 24px;
}
#host-plans #nitro-price p {
    font-size: 14px;
    margin-left: 325px;
    margin-top: 138px;
    position: absolute;
}
#host-plans #nitro-price strong {
    color: #F7A51F;
    font-size: 24px;
}
#host-plans #dynamo-price p {
    font-size: 14px;
    margin-left: 608px;
    margin-top: 138px;
    position: absolute;
}
#host-plans #dynamo-price strong {
    color: #EB2427;
    font-size: 24px;
}
#host-plans .box_short_middle td {
    padding-left: 2px;
}
#host-plans .box_short_middle td strong
 {
    margin-left: -5px;
}
#account-log {
    height: 56px;
    margin-left: 331px;
    width: 225px;
}
.account_login_cta {
    background: url(/../../_images/account_login_cta.png) no-repeat 0 0;
    background-size: 100% auto;
    background-position: 0 0 0 0;
    padding-top: 2px;
    float: none;
    height: 56px;
    margin: 0 auto;
    position: absolute;
    width: 225px;
}
.account_login_cta:hover {
    background-position: 0 -59px;
}
.host-cust {
    color: #666;
    text-align: center;
}
.host-plan-icon {
    margin: 5px 0 0 0;
    width: 60px;
}
#host-plans .box_long h4 {
    font-size: 20px;
    padding-top: 15px;
}
#plan-diff {
    background-color: #e7e7e7;
    height: 325px;
    margin-left: 0px;
}
#plan-diff p {
    margin-left: 25px;
}
#plan-diff .unmatched-features {
    margin-left: 10px;
}
#plan-diff .unmatched-features li {
    padding-left: 40px;
}
.cms-connect {
    font-size: 16px;
    margin-left: 0;
}
.cms-pit {
    font-size: 16px;
    margin-left: 0;
    padding-top: 340px;
}
#host-bubble-info img {
    margin-left: 26px;
}
#host-bubble-info p {
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    text-align: center;
    width: 837px;
}
#host-traffic-info img {
    margin-left: 26px;
}
#host-traffic-info p {
    font-size: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    text-align: center;
    width: 837px;
}
#bubble-sales ul {
    margin-left: 250px;
    margin-top: 20px;
}
#host-plans .box_long > .box_long_home {
    margin-top: 110px;
}
#host-plans #sprk-grn,
#host-plans #ntro-ornge,
#host-plans #ntro-ornge-2,
#host-plans #dyna-red {
    height: 14px;
    width: 14px;
    border-radius: 7px;
    margin-top: 15px;
    position: absolute;
}
#host-plans #sprk-grn-2,
#host-plans #ntro-ornge-3,
#host-plans #dyna-red-2 {
    height: 14px;
    width: 14px;
    border-radius: 7px;
    margin-top: 15px;
    position: absolute;
}
#host-plans #sprk-grn,
#host-plans #sprk-grn-2 {
    background-color: #3ca849;
}
#host-plans #sprk-grn {
    margin-left: 48px;
}
#host-plans #sprk-grn-2 {
    margin-left: 590px;
}
#host-plans #ntro-ornge,
#host-plans #ntro-ornge-2,
#host-plans #ntro-ornge-3 {
    background-color: #f59e1e;
}
#host-plans #ntro-ornge {
    margin-left: 68px;
}
#host-plans #ntro-ornge-2 {
    margin-left: 318px;
}
#host-plans #ntro-ornge-3 {
    margin-left: 612px;
}
#host-plans #dyna-red,
#host-plans #dyna-red-2 {
    background-color: #c72627;
}
#host-plans #dyna-red {
    margin-left: 338px;
}
#host-plans #dyna-red-2 {
    margin-left: 633px;
}
#ntro-p-1 {
    color: #f59e1e;
    margin-left: 93px;
    margin-top: 12px;
    position: absolute;
}
#ntro-p {
    color: #f59e1e;
    margin-left: 364px;
    margin-top: 12px;
    position: absolute;
}
#dyna-p {
    color: #c72627;
    margin-left: 659px;
    margin-top: 12px;
    position: absolute;
}
#host-plans #bubble-sales .features_sales_chat {
    border-right: none;
}
#host-plans #cover-a {
    background-color: #f2f2f2;
    height: 47px;
    margin-left: -17px;
    margin-top: 21px;
    position: absolute;
    width: 10px;
    z-index: 1;
}
#host-plans #cover-b {
    background-color: #f2f2f2;
    height: 47px;
    margin-left: -17px;
    margin-top: 21px;
    position: absolute;
    width: 10px;
    z-index: 1;
}
#host-plans #cover-c {
    background-color: #f2f2f2;
    height: 47px;
    margin-left: -17px;
    margin-top: 21px;
    position: absolute;
    width: 10px;
    z-index: 1;
}
#host-plans .box_long img {
    display: inline-block;
    float: right;
    margin-right: 26px;
    margin-top: -285px;
}
#host-plans .why-nitro {
    width: 430px;
}
#host-plans .box_long > .box_long_home > .box_short_left-a > .box_short_header,
#host-plans .box_long > .box_long_home > .box_short_left-b > .box_short_header,
#host-plans .box_long > .box_long_home > .box_short_left-c > .box_short_header {
    background: url('../_images/box-short-header-smll.png') scroll 0 0 no-repeat;
    height: 50px;
    width: 270px;
}
#host-plans .box_long > .box_long_home > .box_short_left-a > .box_short_middle,
#host-plans .box_long > .box_long_home > .box_short_left-b > .box_short_middle,
#host-plans .box_long > .box_long_home > .box_short_left-c > .box_short_middle {
    background: url('../_images/box-short-middle-smll.png') scroll 0 0 repeat-y;
    height: 171px;
    width: 270px;
}
#host-plans .box_long > .box_long_home > .box_short_left-a > .box_short_middle > .box_short_footer,
#host-plans .box_long > .box_long_home > .box_short_left-b > .box_short_middle > .box_short_footer,
#host-plans .box_long > .box_long_home > .box_short_left-c > .box_short_middle > .box_short_footer {
    background: url('../_images/box-short-footer-smll.png') scroll 0 0 no-repeat;
    height: 50px;
    margin-top: -20px;
    width: 270px;
}
#host-plans .box_long > .box_long_home > .box_short_left-a,
#host-plans .box_long > .box_long_home > .box_short_left-b,
#host-plans .box_long > .box_long_home > .box_short_left-c {
    display: inline;
    float: left;
    height: 191px;
    margin-left: 0px;
    position: relative;
    width: 260px;
}
#host-plans .box_long > .box_long_home > .box_short_left-a {
    margin-left: -445px;
    margin-top: 30px;
}
#host-plans .box_long > .box_long_home > .box_short_left-b {
    margin-left: -155px;
    margin-top: 30px;
}
#host-plans .box_long > .box_long_home > .box_short_left-c {
    margin-left: 35px;
    margin-top: 30px;
}
#host-plans .box_short_left-c > .box_short_middle > .features_sales_questions {
    margin-top: -60px;
    position: absolute;
}
#host-plans .box_short_left-c > .box_short_middle > .features_sales_questions li {
    border: none;
}
#host-plans .box_long > .box_long_home > .box_short_left-a > .box_short_middle p,
#host-plans .box_long > .box_long_home > .box_short_left-b > .box_short_middle p,
#host-plans .box_long > .box_long_home > .box_short_left-c > .box_short_middle p {
    height: 160px;
    margin-left: 25px;
    margin-top: 10px;
    width: 220px;
}
#host-plans .box_short_middle table {
    margin-left: 16px;
}
#host-plans .box_short_middle table {
    font-size: 12px;
}
#host-plans .box_short_middle table td {
    display: inline-block;
}
#host-plans .box_short_left-a > .box_short_header > .boxes h3 .leftrib,
#host-plans .box_short_left-b > .box_short_header > .boxes h3 .leftrib,
#host-plans .box_short_left-c > .box_short_header > .boxes h3 .leftrib {
    margin-left: 2px;
 }

/* Scroll Along Menu */
#hosting-plans-menu {
    margin: 0 auto;
    width: 840px;
    overflow: hidden;
    position: absolute;
    top: 0;
}
#hosting-plans-menu > ul {
    width: 840px;
    margin: 0 0 0 22px;
    overflow: hidden;
    background: url(../../_images/hub-plan-page-nav-bg.png) scroll 0 0 no-repeat;
    list-style: none;
    padding: 0;
    position: absolute;
    top: 640px;
    z-index: 2;
}
#hosting-plans-menu > ul.fixed {
    height: 120px;
    position: fixed;
    top: 20px;
}
#hosting-plans-menu > ul > li {
    display: inline-block;
    height: 115px;
    width: 209px;
    margin: 22px;
    min-height: 170px;
}
#hosting-plans-menu li > a {
    display: block;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    color: #333;
    float: left;
}
#hosting-plans-menu li > a > span {
    display: block;
    background: transparent no-repeat 0 0;
    width: 209px;
    height: 115px;
}
#hosting-plans-menu li > a:hover > span,
#hosting-plans-menu li > a:focus > span {
    border-color: #aaa;
}
#hosting-plans-menu li > .icon-difference {
    margin-left: -21px;
    margin-top: -22px;
}
#hosting-plans-menu li > .icon-difference > span {
    background-image: url(../../_images/hub-plan-page-nav-diff.png);
}
#hosting-plans-menu li > .icon-powerunit {
    margin-left: -69px;
    margin-top: -22px;
}
#hosting-plans-menu li > .icon-powerunit > span {
    background-image: url(../../_images/hub-plan-page-nav-pwr.png);
}
#hosting-plans-menu li > .icon-useage {
    margin-left: -117px;
    margin-top: -22px;
}
#hosting-plans-menu li > .icon-useage > span {
    background-image: url(../../_images/hub-plan-page-nav-use.png);
}
#hosting-plans-menu li > .unlimitedfeatures {
    margin-left: 606px;
    margin-top: -240px;
}
#hosting-plans-menu li > .unlimitedfeatures > span {
    background-image: url(../../_images/hub-plan-page-nav-host.png);
}
/*end hosting plans customers page */

/* shopsite-hosting page */
#shopsite .newtitle {
    font-size: 22px;
}

#shopsite #banner_med_features {
    background: url('/../../_images/banner_lrg2_shopsite-hosting.png') scroll 0 0 no-repeat;
    background-size: 100% auto;
    height: 270px;
}

#shopsite .get_started_cta {
    background: url('/../../_images/get_started_cta_cnet-offer.png') scroll 0 0 no-repeat;
    background-size: 100% auto;
    display: block;
    float: right;
    width: 200px;
    height: 62px;
    margin-bottom: 35px;
    margin-right: 623px;
    margin-top: -14px;
    text-indent: -9999px;
    position: relative;
    left: 262px;
    z-index: 5;
}

#shopsite .get_started_cta.builder.medium:hover {
    background-position: 0 -61px;
}

#shopsite .box_long_middle {
    background: url();
    padding-top: 12px;
}

#shopsite .box_long_section_left {
    margin-left: 5px;
}

#shopsite .started {
    margin-left: 35px;
}
#shopsite .box_long_section_left h3 {
    color: #00729F;
}

#shopsite .box_long_content_left img {
    background-size: 100% auto;
    margin-bottom: -8px;
    width: 150px;
}

#shopsite .box_long_content_right {
    width: 300px;
}

#shopsite .product-block > #banner_home_price_399 {
    background: transparent url('/../../_images/banner_home_price_399_blank.png') no-repeat 0 0;
    width: 150px;
    height: 150px;
    float: right;
    margin: 0 370px 0 0;
    position: relative;
    z-index: 4;
    top: 33px;
    background-size: 100% auto;
}

#shopsite .box_long_section_right,  #shopsite .ca-capsule.ca-capsule-features, #shopsite .ca-capsule.ca-capsule-slideshow {
    margin-left: 20px;
    margin-top: 3px;
}

#shopsite .ca-capsule.ca-capsule-features, #shopsite .ca-capsule.ca-capsule-slideshow, #shopsite .ca-capsule.ca-capsule-marketing-credits {
    margin-bottom: 8px;
    margin-left: 20px;
}

#shopsite .unmatched-features-container {
    float: left;
    margin-left: 53px;
    width: 890px;
}

#shopsite .unmatched-features > .ca-capsule {
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px 5px;
}

#shopsite .product-block p {
    color: #ffffff;
    margin-top: 58px;
    position: absolute;
    margin-left: 399px;
    z-index: 5;
}

.spark-shop {
    margin-top: 48px;
    margin-left: 115px;
    position: absolute;
}

.nitro-shop {
    margin-top: 48px;
    margin-left: 575px;
    position: absolute;
}

.demo-box {
    background-color: #9b0602;
    border-radius: 8px;
    float: right;    
    height: 156.5px;
    margin-left: 753px;
    margin-top: -197px;
    position: absolute;
    width: 90px;
}

div.clickable { 
    position:relative; 
}/* Containing div must have a position value */

div.clickable a { 
    position:absolute; 
    width:100%; 
    height:100%; 
    top:0; 
    left:0; 
    text-decoration:none; /* Makes sure the link doesn't get underlined */ 
    z-index:10; /* raises anchor tag above everything else in div */ 
    background-color:white; /*workaround to make clickable in IE */ 
    opacity: 0; /*workaround to make clickable in IE */ 
    filter: alpha(opacity=1); /*workaround to make clickable in IE */ 
}

.demo-box p {
    color: #ffffff;
    font-size: 22px;
    padding-top: 8px;
    text-align: center;
}
#shopsite .circled-numbers li {
    padding-top: 15px;
}

.count-box {
    background-color: #ffffff;
    border: solid 1px;
    border-color: #cccccc;
    border-radius: 8px;
    height: 155px;
    margin-left: 433px;
    margin-top: 36px;
    position: absolute;
    width: 310px;
}

.shop-sign-in {
    float: left;
    margin-left: 415px;
    margin-top: 40px;
    position: absolute;
}
/* end shopsite-hosting page */

#superbowlxlviii .nitro599 {
    background-image: url(../../_images/banner_home_price_nitro599.png);
}

#banner_lrg_superbowlxlviii.go {
    background-image: url(../../_images/banner_lrg_superbowlxlviii_go.png);
}

#banner_lrg_superbowlxlviii.square {
    background-image: url(../../_images/banner_lrg_superbowlxlviii_square.png);
}

.bottom_content.superbowlxlviii > .features_sales_questions {
    width: 400px;
}

.bottom_content.superbowlxlviii > .features_sales_questions li:last-child {
    border-right: none;
}

#banner_lrg_superbowlxlviii > div {
    float: left;
    margin: 20px;
    overflow: hidden;
    width: 38%;
}

#banner_lrg_superbowlxlviii span {
    background: none;
    display: block;
    margin-right: 0;
    margin-bottom: .5em;
    text-indent: 0;
    width: inherit;
}

#banner_lrg_superbowlxlviii > .go {
    background-color: rgba(254,254,254,.7);
    padding: 20px;
}

#banner_lrg_superbowlxlviii > .square {
    width: 40%;
}

#banner_lrg_superbowlxlviii > .go > h2,
#banner_lrg_superbowlxlviii > .go > p {
    color: #363636;
    line-height: 1.125;
    margin-bottom: .3em;
}

#banner_lrg_superbowlxlviii > .go > h2 {
    font-size: 2.75em;
}

#banner_lrg_superbowlxlviii > div > h2 {
    text-transform: uppercase;
}

#banner_lrg_superbowlxlviii > div > p {
    font-size: 1.75em;
}

#banner_lrg_superbowlxlviii > .go img {
    padding-top: 1em;
}

#banner_lrg_superbowlxlviii > .square > h2,
#banner_lrg_superbowlxlviii > .square > p {
    color: #fff;
    text-shadow: -2px -1px rgba(0,0,0,.2);
}

#banner_lrg_superbowlxlviii > .square > h2 {
    font-size: 2.5em;
    line-height: 1.3;
    margin-bottom: 0;
    padding-top: .25em;
}

#banner_lrg_superbowlxlviii > .square > h2 > span {
    font-size: .6em;
}

#banner_lrg_superbowlxlviii > .square > p {
    font-size: 1.65em;
    font-style: italic;
    line-height: 1.3;
    margin-bottom: 2em;
}

#superbowlxlviii .get_started_cta.medium {
    float: none;
    clear: both;
}

/*blogelina.html coupon page*/
#blogelina #banner_med_features {
    background: url(/../../_images/banner_smll_size_blogelina.png) scroll 0 0 no-repeat;
}
#promo_form {
    background-color: #eee;
    border-radius: 8px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4) inset;
    float: left;
    margin-left: 30px;
    padding: 20px;
}
#promo_form .promo {
    width: 226px;
}
/*end blogelina.html coupon page*/

/*j9designs.html coupon page*/
#j9designs #banner_med_features {
    background: url(/../../_images/banner_smll_size_j9designs.png) scroll 0 0 no-repeat;
}
/*end j9deisgns.html coupon page*/

/*fabblogging.html coupon page*/
#fabblogging #banner_med_features {
    background: url(/../../_images/banner_smll_size_fabblogging.png) scroll 0 0 no-repeat;
}
/*end fabblogging.html coupon page*/

/* 10special-deal.html */
#ten-deal #menu {
    height: 0px;
}
#ten-deal .footer_container_row {
    height: 0px;
}
#ten-deal .box_long_content_left img,
.box_long.box_long-no-bg .box_long_section_right .box_long_content_left img {
    background-size: 100% auto;
    height: 60px;
    width: 60px;
}
#ten-deal #banner_container_med {
    height: 270px;
    margin: -15px 0 40px 0;
}
#ten-deal #banner_med_cnet {
    background: url(../_images/banner_med_special-offer-10yr.png) no-repeat 0 0;
    height: 270px;
    width: 850px;
    margin-left: 20px;
}
#ten-deal #banner_med_cnet > .get_started_cta {
    background: url(../images/get_started_cta_cnet-offer.png) no-repeat 0 0;
    display: block;
    float: right;
    height: 61px;
    position: absolute;
    margin: 0;
    left: auto;
    right: 15px;
    text-indent: -9999px;
    top: 220px;
    width: 200px;
    z-index: 5;
}
#ten-deal #banner_container_med ul {
    color: #fff;
    list-style: none;
    padding-left: 30px;
    position: relative;
    top: 237px;
}
#ten-deal #banner_container_med .features_sales_questions li a {
    color: #666;
    text-decoration: none;
    text-shadow: -1px -1px #fff;
}
#ten-deal #countdown {
    width: 168px;
    position: absolute;
    top: 178px;
    left: 160px;
    font-weight: normal;
    color: #06486b;
    font-size: 100%;
}
#ten-deal #expires {
    color: #ffffff;    
    float: left;
    font-size: 20px;
    margin: 172px 0 0 29px;
    text-transform: uppercase;
}
#ten-deal .box_short_content_left {
    border-right: 1px solid #bfbfbf;
    display: inline;
    float: left;
    height: 50px;
    margin-left: 16px;
    width: 110px;
}
#ten-deal #subcontent .box_long > div,
.box_long.box_long-no-bg > div {
    background-image: none;
}
#ten-deal .unmatched-features-container {
    margin: 0 0 0 110px;
    width: 850px;
}
#ten-deal .ca-capsule.ca-capsule-features {
    margin-right: 18px;
}
#ten-deal .newtitle {
    margin-top: 0;
}
#ten-deal #features_left_container .ca-capsule {
    font-size: 11px;
    margin: 0 0 8px 22px;
    padding: 10px;
    width: 408px;
}
#ten-deal #features_right_container .ca-capsule {
    font-size: 11px;
    margin: 0 0 12px 18px;
    padding: 10px;
    width: 408px;
}
#ten-deal #features_left_container .ca-capsule > img {
    background-size: 100% auto;
    height: 32px;
    float: left;
    margin-right: 1em;
    width: 32px;
}
#ten-deal #features_left_container .ca-capsule:first-child {
    padding-top: 10px;
    line-height: 3;
}
#ten-deal #features_left_container .ca-capsule:nth-child(even) > img {
    float: right;
    margin-left: 1em;
}
#ten-deal .newtitle {
    margin-bottom: 0;
}
#ten-deal #banner_med_cnet > .get_started_cta:hover,
#ten-deal .get_started_cta.builder:hover,
#ten-deal .get_started_cta.builder.medium:hover {
    background-position: 0 -61px;
}
#ten-deal h4.newtitle.centered {
    font-size: 22px;
    font-weight: normal;
}
#ten-deal #subcontent .box_long_content_right,
.box_long.box_long-no-bg .box_long_content_right {
    width: 300px;
}
#ten-deal .get_started_cta.builder,
#ten-deal .get_started_cta.builder.medium {
    background: url(../images/get_started_cta_cnet-offer.png) no-repeat 0 0;    
    float: none;
    height: 61px;
    margin: 0 auto;
    position: static;
    width: 200px;    
}
#ten-deal .box_long_middle > .box_long_section_right {
    display: inline;
    float: right;
    height: 180px;
    margin-right: 22px;
    width: 380px;    
}
/*end 10special-deal.html*/

/*envato-hosting.html*/
#banner_container_med-envato {
    margin: 0 0 40px 20px;
}
#builder .envato-head-badge-banner {
    background: url(../_images/banner-envato-seen-smll-size.png) scroll 0 0 no-repeat;
    height: 160px;
    margin: 0 0 -20px 0;
}
#envato-spec-offer {
    height: 275px;
    margin: 25px 0 0 0;
}

.envato-nitro-box {
    background-color: #ffffff;
    border: 2px solid #e68224;
    border-radius: 10px;
    height: 230px;
    margin: 0 0 35px 150px;
    position: absolute;
    width: 330px;
}

.envato-nitro-box p {
    color: #828282;
    font-size: 14px;
    margin: -165px 0 0 125px;
    position: absolute;
}

.envato-nitro-box img {
    margin: 8px 0 0 -120px;
    width: 240px;
}

#envato-spec-offer .envato-nitro-box > .get_started_cta {
    background: url('../images/get_started_cta_cnet-offer.png') scroll 0 0 no-repeat;
    background-size: 100% auto;
    display: block;
    float: right;
    height: 60px;
    margin: 200px 0 0 -185px;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    width: 200px;
    z-index: 5;
}

#envato-spec-offer .envato-nitro-box > .get_started_cta:hover {
    background-position: 0 -61px;
}

.envato-spark-box {
    background-color: #ffffff;
    border: 2px solid #828282;
    border-radius: 10px;
    height: 180px;
    margin: 15px 0 0 590px;
    position: absolute;
    width: 270px;
}

.envato-spark-box p {
    color: #828282;
    font-size: 14px;
    margin: -120px 0 0 90px;
    position: absolute;
}

.envato-spark-box img {
    margin: 10px 0 0 -89px;
    width: 180px;
}

.envato-1099 {
    background: url(../_images/1099-price_slash.png) 0 0 no-repeat;
    background-size: 100% auto;
    height: 100px;
    margin: -50px 0 0 123px;
    position: absolute;
    width: 100px;
}

.envato-899 {
    background: url(../_images/899-price_slash.png) 0 0 no-repeat;
    background-size: 100% auto;
    height: 100px;
    margin: -40px 0 0 95px;
    position: absolute;
    width: 70px;
}

.envato-599 {
    background: url(../_images/599-price_solo.png) 0 0 no-repeat;
    background-size: 100% auto;
    height: 100px;
    margin: -50px 0 0 240px;
    position: absolute;
    width: 80px;
}

.envato-399 {
    background: url(../_images/399-price_solo.png) 0 0 no-repeat;
    background-size: 100% auto;
    height: 100px;
    margin: -40px 0 0 185px;
    position: absolute;
    width: 70px;
}

#envato-partners {
    height: 130px;
}

#envato-wp-optimize {
    background: url(../_images/wp-optimize-host-logo.png) 0 0 no-repeat;
    background-size: 100% auto;
    height: 140px;
    margin: 20px 0 0 200px;
    position: absolute;
    width: 210px;
}

#envato-ps-partner {
    background: url(../_images/prestashop-partner-logo.png) 0 0 no-repeat;
    background-size: 100% auto;
    height: 140px;
    margin: 21px 0 0 520px;
    position: absolute;
    width: 210px;    
}

#envato-spec-offer .envato-spark-box > .get_started_cta {
    background: url('../images/get_started_cta_cnet-offer.png') scroll 0 0 no-repeat;
    background-size: 100% auto;
    display: block;
    float: right;
    height: 48px;
    margin: 158px 0 0 -205px;
    text-indent: -9999px;
    position: absolute;
    top: 0;
    width: 155px;
    z-index: 5;
}

#envato-spec-offer .envato-spark-box > .get_started_cta:hover {
    background-position: 0 -47px;
}

.features-col-raise {
    margin: -25px 0 0 10px;
}

.support-testimonials-right {
    height: 180px;
}

.envato-subtitle {
    margin: 2px 0 0 0;
    text-align: center;
}

.envato-build-list {
    margin: 15px 0 0 40px;
}

.envato-bottom-links {
    font-size: 12px;
    margin: 10px 0 0 0;
    text-align: center;
}

.envato-bottom-links li {
    display: inline-block;
}
/*end envato-hosting.html*/

.plan-product-box-container {
    padding: 0 22px;
}
.plan-product-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    float: left;
    position: relative;
    width: 31.33%;
}
.plan-product-box.plan-product-box-highlighted {
    border: 1px solid #e67d0d;
    padding: 20px;
    top: -20px;
    z-index: 1;
}
.plan-product-box-content {
    padding: 20px;
}
.plan-product-box-content .centered {
    font-size: 14px;
    margin-bottom: .125em;
}
.plan-product-box .pricepoint {
    color: #e67d0d;
    display: inline-block;
    font-size: 20px;
}
.plan-product-box .pricepoint-slash {
    font-size: 16px;
}
.plan-product-box .pricepoint-slash:after {
    margin-left: -4em;
    margin-right: 2em;
    top: .5em;
}
.plan-product-box .pricepoint.no-discount {
    display: block;
    text-align: center;
}
.plan-product-box .pricepoint-termlength.pricepoint-termlength-inline {
    color: #888;
    display: inline;
    float: none;
    font-size: 1em;
    position: static;
}
.plan-icon {
    background: transparent 0 0 no-repeat;
    margin: 0 auto -35px;
    position: relative;
    top: -45px;
}
.plan-icon-spark {
    background-image: url(../../_images/icon-productbox-spark.png);
    height: 89px;
    width: 93px;
}
.plan-icon-nitro {
    background-image: url(../../_images/icon-productbox-nitro.png);
    height: 109px;
    margin-bottom: -55px;
    top: -65px;
    width: 136px;
}
.plan-icon-dynamo {
    background-image: url(../../_images/icon-productbox-dynamo.png);
    height: 88px;
    width: 137px;
}
.plan-product-box.two-boxes:first-child {
    margin-left: 15%;
}
.plan-product-box.two-boxes:last-child {
    margin-left: 5%;
}
.plan-product-box .get_started_cta {
    background: transparent url(../../_images/get_started_cta_cnet-offer.png) 0 0 no-repeat;
    background-size: 100% auto;
    display: block;
    float: none;
    left: 22%;
    margin: 0 auto;
    top: 85%;
}
.plan-product-box .get_started_cta:hover,
.plan-product-box .get_started_cta:focus {
    background-position: 0 -47px;
}
.plan-product-box.plan-product-box-highlighted .get_started_cta {
    height: 61px;
    left: 18%;
    width: 200px;
}
.plan-product-box.plan-product-box-highlighted .get_started_cta:hover,
.plan-product-box.plan-product-box-highlighted .get_started_cta:focus {
    background-position: 0 -61px;
}
.plan-product-box.plan-product-box-highlighted:after {
    content: url(../../_images/corner-productbox-best-value.png);
    left: -1px;
    position: absolute;
    top: -1px;
}

/*hosting-plans.html*/
#host-plans #banner_med_features.host-plans-banner {
    background: url(/../../_images/banner_smll_host-plans.png) scroll 0 0 no-repeat;
    height: 160px;
    margin-left: 20px;
    width: 850px;
}
.host-plans-title {
    font-size: 24px;
    margin: -40px 0 10px 27px;
}

.host-plans-product-info {
    font-size: 16px;
}

.host-plans-title-a {
    font-size: 24px;
    margin: -40px 0 30px 0;
}

.host-plans-title-b {
    font-size: 24px;
    margin: -10px 0 20px 0;
}

.host-plans-subtitle {
    color: #7b7b7b;
    display: inline-block;
    font-size: 18px;
    margin: 0 0 15px 0;
    width: 430px;
}

#host-plans .box_long > .host-plans-vps-vs {
    display: inline-block;
    float: right;
    margin: -318px 26px 0 0;
}

#host-plans .box_long > .host-plans-hub-power {
    display: inline-block;
    float: right;
    margin: -155px 26px 0 0;
}

.hub-power-table {
    display: inline;
    width: 420px;
}

#host-plans .pwr-unit-list > .hub-power-check {
    height: 20px;
    margin: 0 0 0 0;
    position: absolute;
    width: 21px;
}

#host-plans-ntro {
    color: #026F96;
    margin-left: 93px;
    margin-top: 12px;
    position: absolute;
}

#host-plans-ntro-p {
    color: #026F96;
    margin-left: 364px;
    margin-top: 12px;
    position: absolute;
}

#host-plans-dyna-p {
    color: #026F96;
    margin-left: 659px;
    margin-top: 12px;
    position: absolute;
}

.host-plans-btm {
    margin: 0 0 -30px 0;
}

.host-plans-ico {
    margin: 0 0 0 -12px;
}

.host-plans-features-info {
    width: 400px;
}

.host-plans-scenario {
    display: inline-block;
    margin: -336px 0 0 450px;
    position: absolute;
    width: 400px;
}

.host-plans-scenario-info {
    margin: -15px 0 0 0;
    width: 200px;
}

#host-plans #cms-scenario-icon {
    margin: -275px 0 0 670px;
    position: absolute;
}

#cms-scenario-icon .unmatched-features ul {
    left: -25px;
}

#host-plans .unmatched-features li {
    display: inline;
}

#host-plans #cms-scenario-icon .unmatched-features > .unmatched-features li img {
    background-size: 100% auto;
    height: 50px;
    margin: 0 0 5px 5px;
    width: 50px;  
}

#host-plans #cms-scenario-icon .unmatched-features > .unmatched-features li:first-child img {
    margin-left: 37px;
}

#host-plans-success {
    background: url(../_images/hostingplan_icon_scenarios.png) 0 0 no-repeat;
    background-size: 100% auto;
    border: 3px solid #11A3d8;
    border-radius: 8px;
    height: 110px;
    margin: -125px 0 0 705px;
    width: 110px;
}

#fancybox_scenario1 {
    border: 3px solid #cccccb;
    border-radius: 8px;
    height: 365px;
    width: 855px;
}

#fancybox_scenario2 {
    border: 3px solid #cccccb;
    border-radius: 8px;
    height: 510px;
    width: 855px;
}

.host-plans-scenario1-pop-title {
    color: #00729F;
    font-size: 24px;
    margin: 10px 0 0 0;
}

.host-plans-scenario1-pop-subtitle {
    color: #7b7b7b;
    display: inline-block;
    font-size: 14px;
    margin: 5px 0 15px 0;
    width: 630px;    
}

.host-plans-scenario1-pop-left {
    width: 380px;
}

#cms-scenario-icon-pop {
    text-align: center;
    width: 380px;
}

#cms-scenario-icon-pop img {
    width: 75px;
}

.host-plans-scenario1-pop-right {
    display: inline-block;
    margin: -260px 0 0 420px;
    position: absolute;
    width: 380px;
}

.host-plans-scenario1-pop-right span {
    color: #00729F;
}

.host-plans-scenario2-pop-sm-print {
    font-size: 10px;
    margin: 5px 0 0 0;
    text-align: center;
    width: 830px;
}

.host-plans-scenario1-pop-full {
    width: 815px;
}

.host-plans-scenario2-pop-spike {
    margin: -5px 0 0 0;
    width: 820px;
}

#host-plans-back-box {
    background-color: #ffffff;
    border: 2px solid #cccccb;
    border-radius: 8px;
    height: 225px;
    margin: 25px 0 0 23px;
    width: 837px;
}

#host-plans .ca-capsule.nitro-border {
    border: 3px solid #F7A41C;
}

.host-plans-head-sprk,
.host-plans-head-ntro,
.host-plans-head-dynamo,
.host-plans-head-value-tab {
    position: absolute;
}

.host-plans-head-sprk,
.host-plans-head-dynamo {
    width: 150px
}

.host-plans-head-sprk {
    margin: -10px 0 0 85px;
}

.host-plans-head-ntro {
    margin: -30px 0 0 355px;
}

.host-plans-head-dynamo {
    margin: -10px 0 0 650px;
}

.host-plans-head-value-tab {
    margin: -2px 0 0 309px;
    width: 60px
}

#host-plans .unmatched-features-container > .unmatched-features.host-plans-li-byline p {
    margin: 90px 0 0 30px;
}

.host-plans-divide-section {
    background-color: #ddd;
    height: 1px;
    margin: 0 0 25px 0;
    width: 100%;
}

.pwr-unit-list-left.host-dynamic-sites p {
    margin: 0 0 0 30px;
    position: absolute;
}

.pwr-unit-list-left.host-data-transfer p {
    margin: 20px 0 0 30px;
    position: absolute;
}

.pwr-unit-list-left.host-traffic p {
    margin: 38px 0 0 30px;
    position: absolute;
}

.pwr-unit-list-left.host-streaming p {
    margin: 55px 0 0 30px;
    position: absolute;
}

.pwr-unit-list-right.host-multimedia p {
    margin: 0 0 0 208px;
    position: absolute;
}

.pwr-unit-list-right.host-ecommerce p {
    margin: 20px 0 0 208px;
    position: absolute;
}

.pwr-unit-list-right.host-connections p {
    margin: 38px 0 0 208px;
    position: absolute;
}

.pwr-unit-list-right.host-email p {
    margin: 55px 0 0 208px;
    position: absolute;
}

#host-plans .pwr-unit-list-left.host-dynamic-sites > .host-plans-power-check {
    margin: 0px 0 0 0;
    position: absolute;
}

#host-plans .pwr-unit-list-left.host-data-transfer > .host-plans-power-check {
    margin: 20px 0 0 0;
    position: absolute;
}

#host-plans .pwr-unit-list-left.host-traffic > .host-plans-power-check {
    margin: 38px 0 0 0;
    position: absolute;
}

#host-plans .pwr-unit-list-left.host-streaming > .host-plans-power-check {
    margin: 55px 0 0 0;
    position: absolute;
}

#host-plans .pwr-unit-list-right.host-multimedia > .host-plans-power-check {
    margin: 0 0 0 175px;
    position: absolute;
}

#host-plans .pwr-unit-list-right.host-ecommerce > .host-plans-power-check {
    margin: 20px 0 0 175px;
    position: absolute;
}

#host-plans .pwr-unit-list-right.host-connections > .host-plans-power-check {
    margin: 38px 0 0 175px;
    position: absolute;
}

#host-plans .pwr-unit-list-right.host-email > .host-plans-power-check {
    margin: 55px 0 0 175px;
    position: absolute;
}

.plan-product-box-container.host-plans-product-box {
    margin: -60px 0 0 0;
}
/*end hosting-plans.html*/

/*Start Women of Influence*/
#compare .banner_sm_influential-women {
    background: url(../_images/banner_x-smll_mom_awards.png) scroll 0 0 no-repeat;
    height: 85px;
    margin: 2px 0 0 19px;
    width: 850px;
}

#ribbon-mom-blogger {
    background: url(../_images/hub-ribbon-mom-blogger.png) 0 0 no-repeat;
    width: 150px;
}

#ribbon-women-influence {
    background: url(../_images/hub-ribbon-women-influence.png) 0 0 no-repeat;
    width: 200px;
}

.hub-award-mascot img {
    margin: 10px 0 0 640px;
    position: absolute;
    width: 240px;
}

.hub-woi-award-quote {
    color: rgb(231, 131, 36);
    font-family: Georgia, serif;
    font-size: 25px;
    font-style: italic;
    margin: 110px 0 0 645px;
    position: absolute;
    width: 215px;
}

.award-divide-line {
    background-color: #cccccb;
    height: 1px;
    width: 100%;
}

.woi-award-box {
    width: 595px;
}

#industry_awards.woi-award-box span {
    margin-left: 15px;
    height: 170px;
    width: 180px;
}

.box_long_header.woi-award-header {
    width: 595px;
}

.box_long_middle_noline.woi-award {
    background-size: 100%;
    width: 596px;
}

.box_long_footer.award-box-footer {
    margin: -5px 0 0 -1px;
    width: 500px;
}

.woi-award-info p {
    margin: -35px 0 0 35px;
    position: absolute;
}

.woi-award-info p span {
    font-style: italic;
}

.box_long_footer.award-box-footer a {
    margin-left: -250px;
}

.box-award-corner-right {
    background: url('../_images/short_box_right-side_bg.png') no-repeat right 0;
    display: block;
    height: 66px;
    margin: 0 0 0 582px;
    position: absolute;
    width: 15px;
}

.woi-award-badge {
    background-size: 100% auto;
    height: 140px;
}
/*End Women of Influence*/

/*Start mombloggers.html*/
#start-blog #banner_med_mombloggers {
    background-image: url(/_images/banner_med_size-mombloggers.png);
}

.mom-bloggers-gina-stand {
    height: 280px;
    margin: -1935px 0 0 650px;    
    position: absolute;
}
/*end mombloggers.html*/

/*Start firstsiteguide-offer.html*/
#start-blog #banner_med_firstsiteguide-offer {
    background-image: url(/_images/banner_med_size_firstsiteguide-blog.png);
}
/*end firstsiteguide-offer.html*/

/* start product boxes for start blogging template*/
#start-blog #subcontent .plan-product-box-container {
    padding: 0 22px;
}
#start-blog #subcontent .plan-product-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    float: left;
    height: 180px;
    position: relative;
    width: 31.33%;
}
#start-blog #subcontent .plan-product-box.plan-product-box-highlighted {
    border: 1px solid #e67d0d;
    height: 190px;
    padding: 20px;
    top: -20px;
    z-index: 1;
}
#start-blog #subcontent .plan-product-box-content {
    padding: 20px;
}
#start-blog #subcontent .plan-product-box-content .centered {
    font-size: 14px;
    margin-bottom: .125em;
}
#start-blog #subcontent .plan-product-box .pricepoint {
    color: #e67d0d;
    display: inline-block;
    font-size: 20px;
}
#start-blog #subcontent .plan-product-box .pricepoint-slash {
    font-size: 16px;
}
#start-blog #subcontent .plan-product-box .pricepoint-slash:after {
    margin-left: -4em;
    margin-right: 2em;
    top: .5em;
}
#start-blog #subcontent .plan-product-box .pricepoint.no-discount {
    display: block;
    text-align: center;
}
#start-blog #subcontent .plan-product-box .pricepoint-termlength.pricepoint-termlength-inline {
    color: #888;
    display: inline;
    float: none;
    font-size: 1em;
    position: static;
}
#start-blog #subcontent .plan-product-box.two-boxes:first-child {
    margin-left: 15%;
}
#start-blog #subcontent .plan-product-box.two-boxes:last-child {
    margin-left: 5%;
}
#start-blog #subcontent .plan-product-box .get_started_cta {
    background: transparent url(../../_images/get_started_cta_cnet-offer.png) 0 0 no-repeat;
    background-size: 100% auto;
    display: block;
    float: none;
    left: 22%;
    margin: -15px auto;
    top: 85%;
}
#start-blog #subcontent .plan-product-box .get_started_cta:hover,
#start-blog #subcontent .plan-product-box .get_started_cta:focus {
    background-position: 0 -50px;
}
#start-blog #subcontent .plan-product-box.plan-product-box-highlighted .get_started_cta {
    height: 61px;
    left: 18%;
    margin: 10px auto;
    width: 200px;
}
#start-blog #subcontent .plan-product-box.plan-product-box-highlighted .get_started_cta:hover,
#start-blog #subcontent .plan-product-box.plan-product-box-highlighted .get_started_cta:focus {
    background-position: 0 -61px;
}
#start-blog #subcontent .plan-product-box.plan-product-box-highlighted:after {
    content: url(../../_images/corner-productbox-best-value.png);
    left: -1px;
    position: absolute;
    top: -1px;
}
/* end product boxes for start blogging template*/

/* start prestashop hosting b*/
#banner_med_prestashop-host-b {
    background: url('../../_images/prestashop/banner_med_size_prestashop-rec-partner-all-traffic.png') scroll 0 0 no-repeat;
    height: 260px;
    margin: 5px 0 30px 20px;
    width: 850px;
}

#banner_med_prestashop-host-c {
    background: url('../../_images/prestashop/banner_med_size_prestashop-rec-partner.png') scroll 0 0 no-repeat;
    height: 260px;
    margin: 5px 0 30px 20px;
    width: 850px;
}

#banner_container_med > #banner_med_prestashop-host-b .price-burst,
#banner_container_med > #banner_med_prestashop-host-c .price-burst {
    top: -28%;
}

#banner_med_prestashop-host-b .price-burst #banner_slideshow_cta,
#banner_med_prestashop-host-c .price-burst #banner_slideshow_cta {
    left: -5em;
    top: 7em;
    position: relative;
}

#banner_container_med > #banner_med_prestashop-host-b .get_started_cta,
#banner_container_med > #banner_med_prestashop-host-c .get_started_cta {
    background: url(../images/get_started_cta_cnet-offer.png) no-repeat 0 0;
    display: block;
    float: right;
    height: 61px;
    position: relative;
    left: auto;
    margin-top: 8px;
    text-indent: -9999px;
    width: 200px;
    z-index: 5;
}

#prestashop .unmatched-features .feature-any-email {
    background-image: url(../images/icon_feature_email.png);
    background-size: 100%;
    height: 40px;
    margin-left: 33px;
    width: 40px;
}

#prestashop .unmatched-features .feature-onboarding {
    background-image: url(../images/icon_feature_onboarding.png);
    background-size: 100% auto;
    height: 36px;
    margin-left: 33px;
    width: 36px;
}

#prestashop .unmatched-features .feature-presta-one-click {
    background-image: url(/../../_images/hub-icon-1-click-install.png);
    background-size: 100%;
    height: 40px;
    margin-left: 33px;
    width: 40px;
}

#prestashop .unmatched-features .feature-analytic-reporting {
    background-image: url(/../../_images/hub-icon-analytics-reporting.png);
    background-size: 100% auto;
    height: 40px;
    margin-left: 33px;
    width: 40px;
}

#prestashop .unmatched-features .feature-marketing-promo {
    background-image: url(/../../_images/hub-icon-marketing-promotion-tools.png);
    background-size: 100%;
    height: 40px;
    margin-left: 33px;
    width: 40px;
}

#prestashop .unmatched-features .feature-secure-marketplace {
    background-image: url(/../../_images/hub-icon-secure-marketplace.png);
    background-size: 100% auto;
    height: 40px;
    margin-left: 33px;
    width: 40px;
}

#prestashop .box_long_section_right {
    display: inline;
    float: right;
    height: 180px;    
    margin-right: 22px;
    width: 380px;
}

#prestashop .box_long_content_left img,
#prestashop .box_long.box_long-no-bg .box_long_section_right .box_long_content_left img {
    background-size: 100% auto;
    height: 60px;
    width: 60px;
}

#prestashop .slideshow {
    margin-left: -70px;
}

#prestashop blockquote {
    /* height: 190px; */
    overflow: hidden;    
    position: relative;
    width: 300px;
}

#prestashop .features_sales_questions {
    margin: 42px 0 0 110px;
}

#prestashop .box_short_left span {
    font-size: 16px;
}

#prestashop .get_started_cta.builder,
#prestashop .get_started_cta.medium {
    background: url(../images/get_started_cta_cnet-offer.png) no-repeat 0 0;
    float: none;
    height: 61px;
    left: 218px;
    margin: 0 auto;
    position: static;
    text-decoration: none;
    text-indent: -9000px;
    top: 0;
    width: 200px;
}

.presta-subtitle {
    color: #00729F;
    font-size: 18px;
}
/* end prestashop hosting b*/
.eight {
  width: 66.66667%;
}
.tpl-index .row>.columns:first-child {
  padding-right: 0;
}
.four {
  width: 33.33333%;
}
.columns {
  float: left;
  min-height: 1px;
  padding: 0 0px 10px;
  position: relative;
  margin: 0;
}