﻿div.imageTextHeaderImages {
    float: left;
    margin-top: 6px;
    margin-right: 35px;
    position: relative;
}

    div.imageTextHeaderImages img {
        width: 220px;
        height: 220px;
        cursor: pointer;
        margin-bottom: 5px;
        margin-left: 20px;
    }

#imageTextHeader_btnZoom {
    display: none;
    position: absolute;
    left: 75px;
    top: 90px;
    cursor: pointer;
}

#imageTextHeader_zoom {
    display: none;
    width: 640px;
    height: 440px;
    border: 4px solid #ccc;
    position: absolute;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 2;
    box-shadow: 3px 3px 5px 0px #555;
    -moz-box-shadow: 3px 3px 5px 0px #555;
    -webkit-box-shadow: 3px 3px 5px 0px #555;
}

    #imageTextHeader_zoom span {
        float: right;
        font-weight: bold;
        cursor: pointer;
    }

    #imageTextHeader_zoom img.product {
        width: 440px;
        height: 440px;
    }

#imageTextHeader_text {
    float: left;
    margin-top: 6px;
    width: 366px;
    line-height: 6px;
}

    #imageTextHeader_text h2 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 7px;
        line-height: normal;
    }

        #imageTextHeader_text h2 span.rtm {
            font-size: 13px;
            top: -9px;
        }

        #imageTextHeader_text h2 span.tm {
            font-size: 13px;
            top: -9px;
        }

        #imageTextHeader_text h2 span.fraction {
            font-size: 20px;
            position: relative;
            top: -2px;
        }

    #imageTextHeader_text h3 {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 6px;
        margin-left: 0px;
        line-height: normal;
    }

    #imageTextHeader_text .margin-bottom-small {
        margin-bottom: 1px;
    }

    #imageTextHeader_text ul {
        margin: 1px 10px;
    }

        #imageTextHeader_text ul li {
            font-size: 14px;
            margin: 1px 1px 6px 5px;
            line-height: normal;
        }

            #imageTextHeader_text ul li span.fraction {
                font-size: 11px;
                position: relative;
                top: -1px;
            }


