
	.section_tabs {
	
	}
	
	.section_tabs .tabs {
		
	}
	.section_tabs .tabs li {
		background-color: #FFD065;
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.32);
		color: #2C2C2C;
		display: inline-block;
		width: 101px;
		font: 12px Arial;
		padding: 3px 8px;
		-webkit-border-radius: 6px 6px 0 0;
		-moz-border-radius: 6px 6px 0 0;
		border-radius: 6px 6px 0 0;
		text-align: center;
		text-shadow: 0 1px 0 #FFECB0;
		cursor: pointer;
	}
	.section_tabs .tabs li:focus,
	.section_tabs .tabs li:hover {
		background-color: #F7C146;
	}
	.section_tabs .tabs .current {
		background-color: #F48900;
		color: #FFFFFF;
		cursor: default;
		text-shadow: 0 1px 0 #A95F00;
	}
	.section_tabs .tabs .current:focus,
	.section_tabs .tabs .current:hover {
		background-color: #F48900;
	}
	
	.section_tabs .box {
		padding-top: 10px;
		display: none;
	}
	.section_tabs .box.visible {
		display: block;
	}