﻿	
	div.bgBlue
	{
		background:#D2E8F5;		
		padding:8px;
		font-size:12px;
		margin-top:-10px;
	}
	
	
	
	
	.progress {
        background: transparent url(../images/progress.gif) no-repeat center center;
        height: 30px;
        border: 0px solid red;
        display: block;
    }
    .progressSpan {display: block; border: 0px solid red;}
	
	#homeMap .map{
        width:518px;
        height:536px;
        background: transparent url('../images/homeMap.png') no-repeat top left;
        position:relative;
    }

    #homeMap .map #mapInfo{
        position:absolute;
        left:10px;
        top:10px;
        width:200px;
        height:170px;
        display: none;
        line-height:180%;
        background-color:#fff;
        padding:8px;
        border:2px solid #005596;
        z-index: 10;
    }

    #homeMap .map #mapInfoChina {
        position:absolute;
        left:10px;
        top:10px;
        width:200px;
        height:170px;
        line-height:180%;
        background-color:#fff;
        padding:8px;
        border:2px solid #005596;
    }
    #homeMap .map #mapInfo h5,#homeMap .map #mapInfoChina h5
    {
    	line-height:20px;
    	font-size:12px;    	
    }
    #mapInfo a.performSearch, #mapInfo a.performSearch:visited, #mapInfoChina a.performSearch,#mapInfoChina a.performSearch:visited
    {
    	font-weight:bold;
    	text-decoration:underline;    	
    }


    #mapInfo #mapInfoClose {
        margin:-20px 0 0 180px;
    }

    #mapInfo a, #mapInfoChina a 
    {
        text-decoration:underline;
    }

    #homeMap #beijing{
        position:absolute;
        left:257px;
        top:222px;
    }

    #homeMap #jinan{
        position:absolute;
        left:250px;
        top:258px;
    }

    #homeMap #zhengzhou{
        position:absolute;
        left:215px;
        top:294px;
    }

    #homeMap #nantong{
        position:absolute;
        left:320px;
        top:307px;
    }

    #homeMap #nanjing{
        position:absolute;
        left:299px;
        top:319px;
    }

    #homeMap #suzhou{
        position:absolute;
        left:321px;
        top:331px;
    }

    #homeMap #shanghai{
        position:absolute;
        left:335px;
        top:331px;
    }

    #homeMap #hangzhou{
        position:absolute;
        left:314px;
        top:343px;
    }

    #homeMap #chengdu{
        position:absolute;
        left:82px;
        top:355px;
    }

    #homeMap #chongqing{
        position:absolute;
        left:117px;
        top:367px;
    }

    #homeMap #changsha{
        position:absolute;
        left:208px;
        top:379px;
    }

    #homeMap #guangzhou{
        position:absolute;
        left:220px;
        top:452px;
    }

    #homeMap #shenzhen{
        position:absolute;
        left:236px;
        top:452px;
    }

    #homeMap #instantStat{
        background: transparent url('../images/button_off.jpg') no-repeat top left;
        height:78px;
        left:372px;
        position:absolute;
        top:10px;
        width:141px;
        text-align:center;
        padding:20px 0;
        color:#fff;
        font-weight:bold;
        font-size:1.2em;
    }
    
    #homeMap #instantStat:hover {
        background: transparent url('../images/button_on.jpg') no-repeat top left;
    }

    #homeMap #chinaMap{
        left:372px;
        position:absolute;
        top:430px;
        width:141px;
    }


    #homeMap #websiteLastUpdated {
        color:#fff;
        left:20px;
        position:absolute;
        top:445px;
    }
    
    #homeMap .mapInfo { 
        position:absolute;
        top:496px;
        left:10px;
        width:350px;
        color:#fff;
        font-weight:bold;
        font-size: 0.8em;
	}
	
	#homeMap .cn  
	{
		font-size:12px;
	}
	
	.homePageSlider {
	}
	
	
	div.wantMore
	{
		margin-top:15px;
		line-height:180%;
	}
	
