@CHARSET
"UTF8"
;

.healthBlock {
/*color: #9F9F9F;*/
    float: left;
    font-size: 12px;
    padding-left: 20px;
    padding-top: 30px;
    width: 754px;
}

.healthBlock .header {
    height: 150px;
}

.healthBlock #title1 {
    background-image: url( '../images/brands/health/healthTitle.jpg' );
    background-repeat: no-repeat;
}

.healthBlock .headerContent {
    padding-left: 30px;
    padding-top: 105px;

}

.healthBlock .checkSteps {
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.healthBlock .step {
    height: 28px;
    padding-left: 30px;
    padding-top: 5px;
}

.checkSteps .stepTitle {
    color: orange;
    font-weight: bold;
}

#step1 {
    background-image: url( '../images/brands/health/step1.jpg' );
    background-repeat: no-repeat;
}

#step2 {
    background-image: url( '../images/brands/health/step2.jpg' );
    background-repeat: no-repeat;
}

#step3 {
    background-image: url( '../images/brands/health/step3.jpg' );
    background-repeat: no-repeat;
}

.healthBlock .basicBlock {
    background-image: url( '../images/brands/health/basicDataBg.jpg' );
    background-repeat: no-repeat;
    background-position: 523px 0px;
    float: left;
    width: 100%;
}

#confirmDialog {
    display: none;
    font-size: 12px;
}

#confirmDialog a {
    display: none;
    font-size: 12px;
    text-decoration: underline;
}

.prop {
    border-bottom: 1px dotted #cccccc;
    font-size: 12px;
    float: left;
    height: 35px;
}

.prop .name {
/*border-bottom: 1px solid #cccccc;*/
/*background-color: #f6f4f4;*/
    background-image: url( '../images/brands/arrow.png' );
    background-repeat: no-repeat;
    background-position: 10px 10px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 34px;
    text-align: center;
    width: 180px;
}

.prop .value {
/*border-right: 1px solid #cccccc;*/
/*border-bottom: 1px solid #cccccc;*/
    float: left;
    font-size: 11px;
    line-height: 32px;
    text-align: left;
    width: 300px;
}

#child .name {
    line-height: 15px;
    letter-spacing: 5px;
}

.prop .value .radioCom {
    float: left;
    padding-top: 5px;
}

.prop .value .checkBoxCom {
    padding-top: 5px;
}

.prop .value .textFieldCom {
    float: left;
    padding: 5px 0px 0px 5px;
}

.prop .value .labelCom {
    float: left;
    line-height: 15px;
    padding: 10px 0px 0px 5px;
}

.prop .value .selectCom {
    float: left;
    padding-top: 7px;
}

.healthBlock .buttonBlock {
    float: left;
    padding-top: 20px;
    width: 100%;
}

.healthBlock .buttons {
    float: left;
    padding-left: 370px;
}

.healthBlock .button {
    cursor:pointer;
    float: left;
}

.healthBlock #adultNext {
/*background-image: url( '../images/brands/health/healthTitle2.jpg' );*/
    background-repeat: no-repeat;
}

.questionBlock .questionTitle {
    background-image: url( '../images/brands/arrow.png' );
    background-repeat: no-repeat;
}

.questionBlock {
    font-size: 16px;
    padding-top: 20px;
    padding-left: 30px;
}

.questionTitle {
    padding-left: 15px;
    padding-bottom: 25px;
}

.question {
    padding-top: 10px;
}

.healthBlock #childNext {
/*background-image: url( '../images/brands/health/healthTitle3.jpg' );*/
    background-repeat: no-repeat;
}

.healthBlock #title4 {
    background-image: url( '../images/brands/health/healthTitle4.jpg' );
    background-repeat: no-repeat;
}

.healthBlock .resultHeaderContent {
    padding-left: 30px;
    padding-top: 65px;
}

.productList {
    float: left;
    text-align: center;
    width: 720px;
}

.productList .product {
    float: left;
    height:220px;
    /*padding-bottom: 10px;*/
    width: 240px;
}

.productList .productLine {
    border-top: 1px dotted #484848;
    float: left;
    /*width: 100%;*/
}

.productList .productTitle {
    color: green;
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding-top: 28px;
    width: 240px;
}

.productList .bottomLine {
    border-bottom: 1px dotted;
    float: left;
    width: 100px;
}

.productList .productImageBlock {
    float: left; /*height:150px;*/
    width: 240px;
}

.productList .productImage {
    float: left; /*padding-top:30px;*/
    width: 240px;
}

.productList .shortDesc {
    float: left;
    width: 240px;
}

.productList .linkSet {
    float: left;
    width: 240px;
}

.testResultFooter {
    background-image: url( '../images/brands/health/healthFooter.jpg' );
    background-repeat: no-repeat;
    float: left;
    height: 43px;
    text-align: center;
    width: 752px;
}

.healthBlock .resultButtons {
    float: left;
    padding-left: 190px;
}

.healthBlock .note {
    color: #000000;
    float: left;
    font-size: 11px;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 40px;
}


