#doors_show{}
        #doors_show .divCats{
            padding: 10px 10px 30px;
            font: 14px/16px 'Arial';
        }
        #doors_show .divDoors{
            float: left;
            height: 500px;
            overflow: auto;
			padding-right: 5px;
        }
                #doors_show .divDoors .list{}
                        #doors_show .divDoors .list .item{margin: 10px 5px;}
                                #doors_show .divDoors .list .item img{
                                    cursor: pointer;
                                    width: 70px;
                                }
        #doors_show .divFons{
            float: right;
            width: 150px;
            height: 500px;
            overflow: auto;
        }
                #doors_show .divFons .list{}
                        #doors_show .divFons .list .item{margin: 10px 5px;}
                                #doors_show .divFons .list .item img{
                                    cursor: pointer;
                                    width: 120px;
                                }
        #doors_show .divMain{
    height: 500px;
    float: left;
        }
                #doors_show .innerBorder{
                    margin: 9px;
                    height: 440px;
                }
                        #doors_show .divMain .innerBorder .inner{}
                                #doors_show .divMain .innerBorder .inner .title{
                                    font: bold 22px/24px 'Arial';
                                    color: #999999;
                                    text-align: center;
                                    margin-top: 215px;
                                }
                                #doors_show .divMain .innerBorder .inner .imgFon{
                                    display: none;
                                    position: absolute;
                                    z-index: 10;
                                    width: 440px;
                                    height: 440px;
                                }
                                #doors_show .divMain .innerBorder .inner .imgDoor{
                                    display: none;
                                    position: absolute;
                                    z-index: 5;
                                    width: 120px;
                                    height: 286px;
                                }
                                #doors_show .divMain .innerBorder .inner .imgHandleLeft, #doors_show .divMain .innerBorder .inner .imgHandleRight{
                                    display: none;
                                    position: absolute;
                                    z-index: 13;
                                    width: 27px;
                                    height: 10px;
                                    padding-left:4px;
                                }
        #doors_show .clear{
            clear: both;
            height: 20px;
        }