﻿@charset "utf-8";
/* CSS Document */

	ul, li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.skyey_tab {
		
		clear: left;
		width: 600px;
		margin: 10px 0;
	}
	ul.tabs {
		width: 97px;
		/*height: 32px;*/
		border-bottom: 1px solid #999;
		border-left: 1px solid #999;
	}
	ul.tabs li {
border-radius: 5px 5px 0px 0px;		
float: left;
		height: 31px;
		line-height: 31px;
		overflow: hidden;
		position: relative;
		*position: ;  /* IE7- */
		margin-bottom: -1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
		border: 1px solid #999;
		border-left: none;
		background: #e1e1e1;
	}
	ul.tabs li a {
border-radius: 5px 5px 0px 0px;
		display: block;
		padding: 0 20px;
		color: #000;
		border: 1px solid #fff;
		text-decoration: none;
	}
	ul.tabs li a:hover {
		background: #ccc;
	}
	ul.tabs li.active  {
		background: #fff;
		border-bottom: 1px solid #fff;
	}
	ul.tabs li.active a:hover {
		background: #fff;
	}
	div.tab_container {
		border-radius: 0px 20px 20px 20px;
		clear: left;
		width: 100%;
		border: 1px solid #999;
		border-top: none;
		background: #fff;
	}
	div.tab_container .tab_content {
		padding: 20px;
	}
	div.tab_container .tab_content h2 {
		margin: 0 0 20px;
	}