.display_none{display:none;}
/*选项卡的样式*/
.convention_tab{
	clear:both;
	width:100%;
	margin:5px 0 0 0;
	background:url(/images/200910/product_table_select.gif) left bottom repeat-x;
	padding:0;
	padding-bottom:3px;
	overflow:hidden;
	list-style:none;
}
.convention_tab li{
	float:left;
	background:url(/images/200910/product_table_select.gif) right top no-repeat;
	margin:0px;
	margin-left:-12px;
	padding:0 30px 0 11px;
}
.convention_tab li a{
	color:#fff;
	display:block;
	height:19px;
	float:left;
	background:#CB4B27;
	padding-top:3px;
	text-decoration:none;
	line-height:19PX;
}
.convention_tab li a:hover{text-decoration:none;}
.convention_tab li.current_tab{
	background-position:right -100px;
	border-left:solid 2px #fff;
	padding-bottom:2px;
}
.convention_tab li.current_tab a{
	background-color:#FFBE10;
	color:#000;
}
.convention_tab li#start_tab{
	margin-left:0;
	padding-left:0;
	border-left:none;
}
.convention_tab li#start_tab a{
	padding-left:10px;
}
.convention_tab li#end_tab{
	background-position:right -50px;
}
.convention_tab li#end_tab a{
	padding-left:10px;
}
.convention_tab li.current_tab#end_tab{
	background-position:right -140px;
}
.convention_tab li.current_tab#end_tab a{
	background-color:#FFBE10;
}
/*每个item*/
#cardarea{
	border:solid 1px #FFBE10;
	clear:both;
	border-top:none;
}
#cardarea div{
	margin:0;
	font-size:100%;
	padding:10px;
	text-align:left;
	line-height:23px;
}


#area{
	border:solid 1px #FFBE10;
	clear:both;
	border-top:none;
}
#area div{
	margin:0;
	font-size:100%;
	padding:10px;
	text-align:left;
	line-height:23px;
}