@charset "utf-8";
/* CSS Document */

.cl {
	clear:both;
}

.block_center {
	width:256px;
	height:auto;
	background:url(../image/block_center.jpg) repeat-y;
}

.block_bottom {
	width:256px;
	height:14px;
	background:url(../image/block.jpg) no-repeat 0 -105px;
}

.border {
	border:1px solid #CCB891;
}

.title {
	height:34px;
	line-height:34px;
	font-weight:bold;
	text-align:center;
	background:url(../image/new/new_title_bg.gif) repeat-x;
}

/* 选项卡样式 */
.type_nav {
	width:619px;
	height:29px;
	margin:2px;
	background:url(../image/tab_line.jpg) repeat-x;
}
.type_nav li {
	float:left;
	list-style-type:none;
	width:67px;
	height:18px;
	padding:8px 0 0 0;
 *padding:10px 0 0 0;
 *height:16px;
	background:url(../image/tab_bg_1.jpg) no-repeat 0 100%;
	text-align:center;
	margin:0 3px;
	color:#FFF;
}
.type_nav li a {
	color:#FFF;
}
.type_nav .current {
	width:67px;
	height:18px;
 *height:16px;
	color:#4F2204;
	font-weight:bold;
	background:url(../image/tab_bg.jpg) no-repeat 0 100%;
}
.type_nav .current a {
	color:#4F2204;
}

.no_content {
	text-align:center;
}

/* 日期样式 */
.date {
	text-align:center;
	color:#95775F;
}

/* 输入框样式 */
.input_text_1 {
	border:none;
	width:208px;
	height:24px;
	line-height:24px;
	background-color:#E0DAC9;
	border:1px solid #CFC3B8;
}

/* 文字样式 */
.word_1 {
	background:url(../image/word_bg_1.jpg) no-repeat;
	width:84px;
	height:18px;
	line-height:18px;
	color:#FEF7E7;
	text-align:center;
	
}
.word_2 {
	color:#D5241E;
}
.word_3 {
	color:#760404;
}
.word_4 {
	color:#9C9E9E;
}


/* 按钮样式 */
.btn_1 {
	background:url(../image/btn_bg_1.gif) no-repeat;
	width:56px;
	height:25px;
	text-align:center;
	line-height:25px;
	color:#E4CCAB;
	cursor:pointer;
}
/* 内容样式 */
.content_1 {
	width:623px;
	margin:20px auto 0;
	border:1px solid #CCB891;
	background-color:#FEF7E7;
}


