﻿/*  -----------------------------------------------------------------------
    Shell ----------------------------------------------------------------- */

    #text_content h1, #text_content p { display:none; }

        .flashHeader {
            background:url(/carpetpicker/images/flash_header.gif) top left no-repeat;
            height:88px;
            width:767px;
        }
            .flashHeader p {
                font-family:'Futura Book', 'Futura-Book', Arial, sans-serif;
                font-size:14px;
                line-height:18px;
                color:#666;
                position:relative;
                top:25px;
                left:295px;
                width:450px;
            }

        .flashmain {
            background:url(/carpetpicker/images/flash_bg.jpg) top left no-repeat;
            width:767px;
            height:475px;
        }

            #flash_msg {
                position:relative;
                background:url(/carpetpicker/images/flash_msg.gif) top left no-repeat;
                width:372px; height:228px;
                top:125px;
                left:55px;
            }
                #flash_msg p { display:none; }

            .flash_button {
                position:relative;
                top:160px;
                left:25px;
            }


/*  -----------------------------------------------------------------------
    Flash Detect ---------------------------------------------------------- */

    #flashversion {
        background:#f5f5cf url(/carpetpicker/images/alert.gif) no-repeat scroll 8px 3px;
        border:1px solid #000000;
        height:16px;
        left:27px;
        padding:2px 5px;
        position:absolute;
        top:0pt;
        width:700px;
    }
        #flashversion span {
            background:#f5f5cf none repeat scroll 0%;
            color:Black;
            font-size:10px;
            margin:0pt 0pt 0pt 25px;
            padding:1px 10px;
            position:absolute;
        }

    #page_content {
        padding:25px;
        line-height:15px;
    }

        #page_content ul { margin-left:25px; }
            #page_content li {
                margin-bottom:5px;
                list-style:square;
            }

    #hideAdd { display:none; }
