a{ color: #fff;	text-decoration: none;}
	/*.content *:first-child {margin-top: 0;}
	.content *:last-child {margin-bottom: 0;}

	/*clearfix*/
	/*.clearfix:before, .clearfix:after { display: table; content: ""; }*/
	/*.clearfix:after { clear: both; }
	.clearfix { zoom: 1; }


	/*tabs ul*/
	.tabs ul{
		margin: 0;padding: 0;
	}

	/*tabs li*/
	.tabs li { 
		position: relative; 
		display: inline-block; 
		margin: 1px .2em 0 0; 
		padding: 0;
		list-style: none; white-space: nowrap;
	}

	.tabs li.active a{
		position: relative;
		z-index: 10;
		margin-bottom: -1px;
		padding-bottom: 6px;
		background: #ffffff;
		box-shadow: 0 0 8px rgba(0, 0, 0, .2);
	}

	/*tabs a*/
	.tabs a{
		display: inline-block;
		margin-bottom: -5px;
		padding: 5px;
		padding-bottom: 10px;
		border: 1px solid #ffffff;
		border-bottom: none;
		border-radius: 5px 5px 0 0;
		background: #ffffff;
	}

	/*content*/
	.tabs .tabscontent {
		position: relative;
		display: block;
		float: left; 
		border: 1px solid #ffffff;
		border-radius: 5px;
		background: #ffffff;
		box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	}
	.tabs .tabscontent .active{
		position: relative;
		z-index: 200;
		display: inline-block;
		border-radius: 5px;
		background: #ffffff;
	}

	/*first tab with border-radius 0*/
	.tabs .tabscontent:first-child,
	.tabs .tabscontent .active:first-child {
		border-top-left-radius: 0;
	}

	.tabs .content{
		padding: 20px;
	}
	
