@charset "utf-8";
/* CSS Document */
	
	.abgne_tab {
		clear: left;
		width: 600px;
		margin:0;
	}
	ul.tabs {
		width: 100%;
		height: 26px;
		padding-bottom:4px;
		border-bottom:1px solid #ccc;			
	}
	ul.tabs li {
		float: left;		
		height: 20px;
        line-height: 20px;
		overflow: hidden;
		position: relative;
		margin:0;		
		margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
		padding:5px 10px;
		border-left: none;
		border-right: 1px solid rgb(102,102,102);	
/*		border: 1px solid #999; 
    	background: #e1e1e1;			
		background: rgb(0, 102, 204); */
			
	}
	ul.tabs li.last{
		border:none;}
	ul.tabs li a {		
		display: block;	
		margin:0 5px;	
		color:#999;	
		text-decoration: none;
		/*	border: 1px solid #fff; */
	/*	box-shadow: inset 1px 1px 0px 0px rgba(202, 227, 252,0.4);*/
	}
	
	ul.tabs li.active  {		
	/*	border-bottom: 1px solid #fff; */
	background:#CCC;	
	}
	ul.tabs li.active a{
		color:#000; }
	ul.tabs li.active a:hover {		
	/*	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #79bbff), color-stop(100%, #4197ee) );
		background: -moz-linear-gradient( center top, #79bbff 5%, #4197ee 100% );
		background: -ms-linear-gradient( top, #79bbff 5%, #4197ee 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#4197ee');
		background-color: #79bbff; */
	}
	
	div.tab_container {
		clear: left;
		display:block;
		width: 910px;
		height:auto;		
	/*	border: 1px solid #999; */
		border-top: none;
	/*	background: rgb(246, 246, 246);*/
/*		border-radius:0 0 10px 10px; */
		margin-bottom:30px;
		border-top:2px solid rgb(255,255,255);
		border-bottom:5px solid rgb(255,255,255);
	}
	div.tab_container .tab_content {
		padding: 5px;
	}	
	.tab_content li{
		position:relative;
		left:-15px;
		list-style:none;}

.certificate{
	height:250px;}
