 body {
            margin: 0;
            padding: 0;
        }

        .container-lx {
            margin: auto;
            max-width: 1010px;
        }

        .header-lx {
            margin: auto;
            max-width: 1010px;
            height: 100px;
            position: relative;
            background: #c5dfec url('https://s3.amazonaws.com/lanxpress/eBayTheme/eBayPage/lx-bg.png');
        }

        .logo {
            display: inline-block;
            vertical-align: middle;
            top: 20px;
            position: absolute;
            left: 40px;
        }

        .free-shipping {
            display: inline-block;
            vertical-align: middle;
            top: 20px;
            position: absolute;
            right: 40px;
        }

        .container-lx .title {
            font-family: Helvetica;
            text-transform: uppercase;
        }

        .container-lx #item-title {
            color: #1a4796;
            word-wrap: break-word;
            font-weight: bold;
        }

        .item-title {
            font-size: 27px;
            margin: 30px 0 30px 40px;
            width: 95%;
            text-align: center;
        }


        .content-lx .rightCont-lx,
        .leftCont-lx {
            display: inline-block;
            vertical-align: top;
        }

        .leftCont-lx,
        .rightCont-lx {
            width: 46%;
        }

        .leftCont-lx {
            margin-right: 35px;
        }

        .content-lx {
            margin-left: 40px;
        }

        .main-img-border {
            border: 4px solid #d1d1d1;
            border-radius: 4px;
            margin-bottom: 25px;
            text-align: center;
        }

        img#main-img-display {
            margin: 5px auto;
            border-radius: 4px;
            max-height: 620px;
            min-height: 370px;
            max-width: 96%;
        }

        .gallery-lx {
            margin-bottom: 25px;
            text-align: center;
        }

            .gallery-lx > img {
                margin: 0 10px;
                width: 100px;
                height: 90px;
                border-radius: 4px;
                cursor: pointer;
            }

            .gallery-lx > img {
                margin: 0 10px;
                width: 100px;
                height: 90px;
                border-radius: 4px;
                cursor: pointer;
            }

            .gallery-lx .img-border {
                border: 1px solid #d1d1d1;
                border-radius: 3px;
                text-align: center;
            }

        .module-header {
            background: none repeat scroll 0 0 #0f4a76;
            border-radius: 3px;
            height: 20px;
            width: 100%;
        }

        .module-title {
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            padding: 4px;
        }

        .module-title-2 {
            color: #000;
            font-size: 16px;
            font-weight: bold;
            padding: 4px;
        }

        .divider {
            margin-top: 5px;
            margin-bottom: 0px;
            height: 10px;
            border: 0;
            box-shadow: 0 10px 10px -10px #1a4796 inset;
        }

        .module-content {
            font-family: Arial, Tahoma, Sans-serif;
            font-size: 15px;
            margin: 16px 0px 25px;
            line-height: 25px;
            text-align: justify;
        }

            .module-content .sub-label {
                color: #1a4796;
            }

        ul {
            margin-left: -25px !important;
        }


            ul li {
                list-style-image: url('https://s3.amazonaws.com/lanxpress/eBayTheme/eBayPage/icon-sqr.gif');
                margin: 8px 0px;
            }

        @media all and (max-width: 840px) {
            .content-lx .leftCont-lx,
            .rightCont-lx {
                width: 98%;
                margin: auto;
                display: block;
            }

            .content-lx {
                margin: 0px;
            }

            .item-title {
                margin: 20px 10px;
                width: 98%;
            }

            .logo {
                left: 22px;
            }
        }