/*sport*/
.movezone{
	height:1%
}

.movezone .module-title{
	height:25px;
	line-height:25px;
	padding-left:15px;
	background:#ffecf5 url(/images/homepage/module-title-left.gif) no-repeat 0 0;
    }
.movezone .module-title div{
	height:25px;
	background:url(/images/homepage/module-title-right.gif) no-repeat right 0;
    }
.movezone .module-title span{
	float:left;
	padding-right:70px;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	background:#F7B url(/images/homepage/module-title-center.gif) no-repeat right 0;
    }
.movezone .module-title a{
	color:#FFF;
    }
.movezone .module-title a:hover{
	color:#FF0 !important;
}

.movezone .main-column{
	float:left;
	width:700px;
	}
.movezone .sub-column{
	float:right;
	width:200px;
}

.movezone .side-nav{
	line-height:49px;
	margin-bottom:20px;
	font-size:14px;
	font-weight:bold;
	background:#fff6f6;
	}
.movezone .side-nav dd{
	line-height:49px;
	padding-left:15px;
	border-bottom:1px dashed #CCC;
}

.movezone.index .banner{
	height:310px;
	margin-bottom:20px;
}

.movezone.index .newer{
	height:175px;
}

.movezone.index .newer .list{
	position:relative;
	float:left;
	width:270px;
	height:110px;
	line-height:2;
	padding:15px;
	margin:10px 10px 0 0;
	background:url(/images/movezone/newer-list-bg.gif) no-repeat 0 0;
	}
.movezone.index .newer .illu{
	position:absolute;
	left:15px;
	top:15px;
	width:140px;
	height:110px;
	background:#FFF;
    }
.movezone.index .newer p{
	margin-left:155px;
}

.movezone.move-list table{
	width:100%;
	line-height:30px;
	border-collapse:collapse;
	}
.movezone.move-list th,
.movezone.move-list td{
	padding:0 10px;
	text-align:left;
	}
.movezone.move-list th{
	background:#FEF;
	}
.movezone.move-list td{
	border-bottom:1px solid #FDE;
	}
.movezone.move-list td.index span{
	display:inline-block;
	width:20px;
	line-height:20px;
	text-align:center;
	font-weight:bold;
	color:#FFF;
	background:#F7B;
}



