








ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	
	
	
}

ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 5px 9px;
	height: 31px;
	color:#f1d7bb;
	font-size:15px;
	font-weight:normal;
	font-family:tahoma, Arial;
	overflow: hidden;
	position: relative;
}

.tab_last { }

ul.tabs li:hover {
	color:#063466;
font-size:15px;
font-weight:normal;
font-family:tahoma, Arial;
}

ul.tabs li.active {
	
	color:#063466;
font-size:15px;

font-weight:normal;
font-family:tahoma, Arial;
	display: block;
}

.tab_container {
	
	
	clear: both;
	float: left;
	
	background: #fff;
	overflow: auto;
}

.tab_content {
	padding: 20px;
	display: none;
}

.tab_drawer_heading { display: none; }

@media screen and (max-width: 480px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		background-color: transparent;
		olor:#f1d7bb;
		
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.d_active {
		background-color: #666;
		color: #fff;
	}
}



















