.main{
    clear      : both;
    overflow   : hidden;
	width      : 1000px;
    height     : auto;
	margin     : 0px 0px 0px 0px;

    background : inherit;
    color      : inherit;
}
		.main .left{
			float      : left;
			width      : 200px;
		}
				.main .left h2{
					padding    : 0px 0px 5px 5px;
					font-weight: bolder;
					font-size  : 14px;
				}
				.main .left .map{
					background : transparent url(/images/images1.png) no-repeat 0px -230px;
					width      : 200px;
					height     : 80px;
					cursor     : pointer;
				}
				.main .left ul{
					margin     : 0px;
					padding    : 0px;
					list-style : none;
				}
				.main .left li a,
				.main .left li a:hover,
				.main .left li a:visited,
				.main .left li a:active{
					background : transparent url(/images/images1.png) no-repeat -645px -346px;
					color      : #000000;
					padding    : 0px 0px 0px 25px;
				}
				.main .selected a
				.main .selected a:hover,
				.main .selected a:visited,
				.main .selected a:active{
					text-decoration : none;
				}
				.main .selected span{
					background : #91278f;
					color      : #ffffff;
					font-weight: bolder;
					font-size  : 13px;
				}

		.main .info{
			float      : right;
			width      : 800px;
		}
				.main .info .pnt{
					background : transparent url(/images/images1.png) no-repeat -670px -317px;
					width      : 11px;
					height     : 11px;
					line-height: 11px;
				}
				.main .info .world{
					background : transparent url(/images/images1.png) no-repeat -784px -431px;
					width      : 20px;
					height     : 20px;
					cursor     : pointer;
				}
				.main .info .timeX{
					background : transparent url(/images/images1.png) no-repeat -653px -360px;
					padding    : 0px 0px 0px 18px;
				}
				.main .info .timeY{
					background : transparent url(/images/images1.png) no-repeat -653px -297px;
					padding    : 0px 0px 0px 18px;
				}
				.main .info .noresult{
					background : transparent url(/images/images3.png) no-repeat -0px -0px;
					width      : 500px;
					height     : 150px;
				}
				.main .info .framesmall img{
					cursor     : pointer;
				}
				.main .info .sept{
					margin     : 5px 0px 5px 0px;
					border-top : 1px solid rgb(214,214,214);
				}