/* Panel */
.panel{
	width:510px;
	margin:10px auto;
}
.panel .menu_left{
	margin:1px 0 0 0;
}
.panel .menu_center{
	width:490px;
	text-align:left;
}
.panel_h_line1{
	float:left;
	height:1px;
	width:500px;
	overflow:hidden;
	background-color:#FF9900;
}
.panel_highlight{
	width:510px;
	margin:10px auto;
}
.panel_highlight .menu_left{
	margin:1px 0 0 0;
	background:url('../images/template/menu_left_highlight.gif') no-repeat;
	cursor:pointer;
}
.panel_highlight .menu_right{
	background:url('../images/template/menu_right_highlight.gif') no-repeat;
	cursor:pointer;
	
}
.panel_highlight .menu_center{
	width:490px;
	text-align:left;
	background:url('../images/template/menu_center_highlight.gif') repeat-x;
	color:#000000;
	cursor:pointer;
}
.panel_box{
	float:left;
	width:498px;
	overflow:hidden;
	border:solid #FF9900 1px;
	background-color:#000000;
}
.panel_content{
	width:488px;
	text-align:left;
	padding:5px 0 5px 5px;
}

/* Panel Wide*/
.panel_wide{
	width:710px;
	margin:10px auto;
}
.panel_wide .menu_left{
	margin:1px 0 0 0;
}
.panel_wide .menu_center{
	width:690px;
	text-align:left;
}
.panel_wide_h_line1{
	float:left;
	height:1px;
	width:700px;
	overflow:hidden;
	background-color:#FF9900;
}
.panel_wide_highlight{
	width:710px;
	margin:10px auto;
}
.panel_wide_highlight .menu_left{
	margin:1px 0 0 0;
	background:url('../images/template/menu_left_highlight.gif') no-repeat;
	cursor:pointer;
}
.panel_wide_highlight .menu_right{
	background:url('../images/template/menu_right_highlight.gif') no-repeat;
	cursor:pointer;
	
}
.panel_wide_highlight .menu_center{
	width:690px;
	text-align:left;
	background:url('../images/template/menu_center_highlight.gif') repeat-x;
	color:#000000;
	cursor:pointer;
}
.panel_wide_box{
	float:left;
	width:698px;
	overflow:hidden;
	border:solid #FF9900 1px;
	background-color:#000000;
}
.panel_wide_content{
	width:688px;
	text-align:left;
	padding:5px 0 5px 5px;
}





