﻿/*Example for a Menu Style*/
.easytabs {background-color:#fff; color:#272727; border-bottom:1px solid #999; height:29px; width:507px;font-family:Arial, 宋体; font-size:12px; }
.easytabs ul {margin:0px; padding:0px; list-style:none;}
.easytabs li {display:inline; line-height:28px;height:28px;  }
.easytabs li a { display:block; float:left; margin-left:4px; color:#778995; text-decoration:none; padding:0px 12px 0px 12px;border-top:1px solid #999; border-left:1px solid #999999; border-right:1px solid #999999; height:28px;font-weight:bold;}
.easytabs li a.tabactive {border-top:1px solid #999; border-left:1px solid #999999; border-right:1px solid #999999; background-color:#778995; font-weight:bold;  position:relative; color:#fff;}
#tabcontent1,#tabcontent2,#tabcontent3{border-left:1px solid #9a9a9a;border-right:1px solid #9a9a9a;border-bottom:1px solid #9a9a9a; width:505px; padding:0px; font-size:12px; margin-bottom:5px; }

#tabcontent1 p{
	background:url(../images/support/tit_icon_02.gif) no-repeat 0px center;
	padding-left:16px;
	height:24px;
	line-height:24px;
	width:404px;
	margin-left:20px;
}

#tabcontent2 p,#tabcontent3 p{
	background:url(../images/support/tit_icon_02.gif) no-repeat 0px center;
	padding-left:16px;
	height:24px;
	line-height:24px;
	width:404px;
	margin-left:-16px;
}
#tabcontent2 table,#tabcontent3 table{
	margin-left:22px;
	color:#7e7e7e;
	margin-bottom:30px;
}
#tabcontent2 table td,#tabcontent3 table td{
	border-bottom:1px solid #d0d0d0;
	padding:6px 0px 6px 14px;
	margin-top:10px;
}