		ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		ul.tabs li{
			background: #eeeeee;
			color: #222;
			display: inline-block;
			padding: 10px 15px;
			cursor: pointer;
			margin: 2px;
		}

		ul.tabs li.current{
			background: #f7c51e;
			color: #222;
			margin: 2px;
		}

		.tab-content{
			display: none;
			background: #ffffff;
			padding: 15px;
		}

		.tab-content.current{
			display: inherit;
		}