@charset "utf-8";

.tab{
	overflow:hidden;
	margin-left: 20px;
}
.tab li{
	background: rgba(238,238,238,0.7);
	float:left;
	margin-right:2px;
	cursor: pointer;
	border-radius: 10px 10px 0px 0px/10px 10px 0px 0px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	box-shadow: 0px -10px 15px -15px rgba(50,115,115,0.9) inset;
}
.tab li.select{
	background:	rgba(255,255,255,0.9);
	box-shadow: none;
}
.content li{}
.hide {
	display:none;
}
