#map {
    height: 350px;
    width: 420px;
    background-color: #cccccc;
}

.imap_marker {
    position: absolute;
    height: 20px;
    width: 20px;
    background-position: 0 -20px;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 500;
}

.imap_marker.active {
    background-position: 0 0;
    z-index: 1001;
}

TABLE.mt {
    width: 750px;
}

#top {
    text-align: right;
    color: #fff;
    padding: 5px 0 5px 0;
    font-weight: bold;
}

    #top a {
        color: #fff;
    }

TD.side {
    width: 165px;
    overflow-y: hidden;
	overflow: hidden
}

    .title, .title_tmp {
        background: #000000;
        font-size: 14px;
        font-weight:bold;
        color: #FFFFFF;
        padding: 4px 5px 5px 5px;
    }

    .img {
        text-align: center;
        position: relative;
        width: 165px;
        height: 123px;
        background: url(../img/dummy_big.png) no-repeat;
    }

    .links {
        height: 10px;
        text-align: center;
    }

    .links A {
        color: #fff;
    }

    .txt {
        font-size: 12px;
        color: #fff;
        margin: 7px;
        height: 169px;
        overflow-x: hidden;
		width: 150px;
        text-align: left;
    }

    .zoom {
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 10;
    }

    #left { background: #004650; }
    #right { background: #004650; }

TD.list {
    width: 300px;
}

DIV.list {
    width: 300px;
    height: 160px;
    font-size: 12px;
    overflow-y: auto;
}

    DIV.item {
        background-color: #026573;
        cursor: pointer;
        height: 25px;
    }

	DIV.item:hover, DIV.item.active {
        background-color: #800057;
    }


        #list-left DIV.item:hover, #list_left DIV.item.active {
            background-color: #800057;
        }

        #list-right DIV.item:hover, #list-right DIV.item.active {
            background-color: #380080;
        }

        DIV.ititle {
            display: block;
            float: left;

            width: 105px;
            padding: 5px;
            color: #fff;
            background: #004650;
        }

            /* DIV.item:hover DIV.ititle, DIV.item.active DIV.ititle {
                color: #fff;
                background: #000;
            } */

            #list-left DIV.item:hover DIV.ititle, #list-left DIV.item.active DIV.ititle {
                color: #fff;
                background: #800057;
            }

            #list-right DIV.item:hover DIV.ititle, #list-right DIV.item.active DIV.ititle {
                color: #fff;
                background: #380080;
            }

        DIV.itxt {
            display: block;
            float: left;

            width: 158px;
            padding: 5px;
            background-color: #026573;
			color: #FFF;
            overflow: hidden;
            text-align: left;
        }

             DIV.item:hover DIV.itxt, DIV.item.active DIV.itxt {
                background-color: #0d5a65;
            }

    DIV.more {
        text-align: center;
        padding: 5px;
    }

        DIV.more A {
            color: #fff;
        }

        DIV.more A:hover {
            text-decoration: none;
        }

