@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	/*background:#ffffff url(../images/bg.jpg) left top repeat;*/
	background-color:#DBECD8;
}
input{font-size:12px;}
body,ul,li,dl,dt,dd,form{margin:0px;padding:0px;}
ul,li{list-style-type:none;}
img{border-width:0px;}
a{color:#333333;}
a:hover{color:#008000}

.red{color:#ff3300;}
.linker{padding:8px 0}
.linker a{display:inline-block;padding:0 4px;}

.header,
.content,
.footer{
	margin:0 auto;
	width:972px;
}
.header .h-logo{
	padding:0;
}
.header .h-search{
	float:right;
	padding:4px;
	/*background:#ffffff url(../images/nav_bg.gif) right top repeat-x;*/
}
.header .h-search .hs-text{
	background-color:#E5FFCA;
}

.header .h-menu{
line-height:150%;
background:#0DB608 url(../images/nav_bg.gif) left center repeat-x;
border-top:1px solid #CCFF00;
border-bottom:1px solid #048200;
}
.header .h-menu a{
	display:inline-block;
	padding:9px 9px 8px 9px;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	/*border-bottom:1px solid #0099FF;*/
	text-decoration:none;
	color:#ffffff;
	/*text-indent:1px;
	letter-spacing:1px;*/
}
.header .h-menu a.st{
	background-color:#006600;
	/*background:#ffffff url(../images/nav_st.gif) center top no-repeat;*/
}
.content{/*width:972px;border:1px solid #C4D5B2;border-width:0 1px;*/background-color:#ffffff;}
	.c-list{width:962px;padding:5px;line-height:150%;}
	.c-list dl{float:left;padding:5px}
	.c-list dl dt,
	.c-list dl dd{margin:0;padding:0}
	.c-list dl dt img{width:64px;height:48px;background:#ffffff url(../images/thumb_bg.gif) left top no-repeat}
	.c-list dl dd{
		display:block;
		text-overflow:ellipsis;
		white-space:nowrap;
		overflow:hidden; 
		width:64px;
		text-align:center;
		
	}
	.c-left{
		display:inline-block;
		width:160px;
		float:left;
		padding:5px 0;
	}
	.c-right{
		display:inline-block;
		float:left;
		padding:0 12px 12px 12px;
	}

	.c-flip{
		padding:0 0 17px 0;
		text-align:center;
	}
	.c-flip a,
	.c-flip span{
		display:inline-block;
		overflow:hidden;
		margin:0 4px 0 0;
	}
	.c-flip a{
		background-color:#e5ffca;
		border:1px solid #b3de89;
		border-top:1px solid #ffffff;
		border-left:1px solid #ffffff;
		line-height:12px;
		padding:5px 7px 5px 7px;
	}
	.c-flip span{
		background-color:#f0f0f0;
		border:1px solid #c0c0c0;
		color:#808080;
		line-height:12px;
		padding:5px 7px;
		cursor:default;
	}
	.c-flip span.num{
		background-color:#ffffff;
		border-width:0;
		color:#000;
		padding:5px 7px;
	}
	.c-flip a.st{
		color:#fff;
		font-weight:bold;
		background-color:#339900;
		border:1px solid #ffffff;
		border-top:1px solid #336600;
		border-left:1px solid #336600;
	}

.footer{
padding:6px 0;
text-indent:6px;
border-top:1px solid #C4D5B2;
clear:both;
}
	.footer span{
		float:left;
		padding:2px 0;
	}
	.footer .f-fav{
		display:none;
	}
	.footer .f-gg{}

