p {
    padding: 7px 0;
    margin: 0;
}

h1 {
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 120%;
    font-weight: bold;
}

h2 {
    padding: 10px 0 0 0;
    margin: 0;
    font-size: 120%;
    font-weight: bold;
}

h3 {
    padding: 10px 0 0 0;
    margin: 0;
    font-size: 110%;
    font-weight: bold;
}

h4 {
    padding: 10px 0 0 0;
    margin: 0;
    font-size: 100%;
    font-weight: bold;
}

.centre_strong {
    text-align: center;
    font-weight: bold;
}

.centre {
    text-align: center;
}

.right {
    text-align: right;
}

.text_50_nb {
    font-size: 50%;
}

.text_80 {
    font-size: 80%;
}

.text_80_bold {
    font-size: 80%;
    font-weight: bold;
}

.text_120 {
    font-size: 120%;
}

.text_120_bold {
    font-size: 160%;
    font-weight: bold;
}

.text_right_120_bold {
    font-size: 120%;
    font-weight: bold;
    text-align: right;
}

.highlight {
    font-size: 130%;
    font-weight: bold;
    color: #4C75B3;
}

.highlight_red {
    font-size: 120%;
    font-weight: bold;
    color: #FF0000;
    line-height: normal;
}

.mandatory {
    font-weight: bold;
}

.box_type_content form .mandatory_error, form .box_type_content .mandatory_error {
    color: #FF0000;
    font-weight: bold;
}

.box_type_content form .mandatory_error_nb, form .box_type_content .mandatory_error_nb, #checkout #column_1 .mandatory_error_nb, #checkout #column_2 #diff .mandatory_error_nb {
    color: #FF0000;
    font-weight: bold;
    border: none;
}

.errormessage, #content_container p.errormessage {
    color: #FF0000;
    font-weight: bold;
    text-align: center;
    font-size: 110%;
}

.notice {
    color: #333333;
    font-weight: bold;
    font-size: 110%;
    text-align: center;
}

.success {
    color: #008000;
    font-weight: bold;
    text-align: center;
    font-size: 110%;
}

.float_right {
    float: right;
}

.forgotten_login {
    text-align: right;
    font-weight: bold;
}

.headline {
    margin: 0;
    font-size: 110%;
    font-weight: bold;
}

.large {
    font-size: 16px;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

#available_alternatives ul li form p {
    padding: 0;
}

.index_package_includes {
    /* list-style-image: url('/images/gif/greentick.gif'); */
    list-style-type: none;
    padding-left: 10px;
    margin: 5px 0;
}

h2.normal-header {
    font-family: 'Tahoma', 'Arial', sans-serif;
    font-weight: 600;
    font-size: 30px;
    /*margin-bottom: 2px;*/
    margin-bottom: 28px;
    color: #3A5898;
}

h3.normal-header {
    font-family: 'Tahoma', 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 22px;
    color: #3674C7;
}

.index_package_includes li {
    background-image: url('/images/gif/greentick.gif');
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding: 5px 0 5px 30px;
}

.index_register_company {
    background-image: url('/images/gif/index_register.gif');
    padding: 0 0 5px 0;
}

.index_need_help {
    background-image: url('/images/gif/index_need_help.gif');
}

.index_planting_seeds {
    background-image: url('/images/gif/index_plant_seeds.gif');
}

.index_planting_seeds, .index_need_help {
    background-position: 120px 0;
    margin-top: 10px;
    padding: 0;
}

.index_register_company, .index_need_help, .index_planting_seeds {
    text-indent: -9999px;
    height: 33px;
    background-repeat: no-repeat;
}

.index_get_package {
    text-indent: -9999px;
    background-image: url('/images/gif/index_get_package.gif');
    background-repeat: no-repeat;
    height: 24px;
}

.rolling_advert {
    height: 100px;
    width: 477px;
    margin: 0 0 15px 0;
    overflow: hidden;
}

.landing_title {
    padding-top: 20px;
    padding-left: 20%;
    padding-right: 40%;
    font-size: 26px;
    height: 30px;
    font-weight: bold;
}


.homepage-notice {
    clear: both;
    background: #E7F0FC;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #4C75B3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    line-height: 1.4em;
    color: #1E4477;
}
