ul.tabs {
		margin: 0;
		padding: 0;
		float: left;
		list-style: none;
		height:50px;
		border-bottom:none !important;
		border-left: 1px solid #999999;
		width:100%;
		transition:ease;
	}
	ul.tabs li {
		float: left;
		margin: 0;
		cursor: pointer;
		padding: 0px 21px ;
		height:50px;
		line-height:50px;
		border: 1px solid #999999;
		border-left: none;
		font-weight: bold;
		background: #EEEEEE;
		overflow: hidden;
		position: relative;
	}
	ul.tabs li:hover {
		background: #CCCCCC;
		border-bottom:1px solid #999999;
	}	
	ul.tabs li.active{
		background: #FFFFFF;
		border-bottom: 1px solid #999999;
	}
	.tab_container {
		border:none !important;
		border-top: none;
		clear: both;
		float: none; 
		width: 100%;
		background: #FFFFFF;
	}
	.tab_content {
		
		font-size: 1.2em;
		display: none;
	
	}
	
	.readmore { float:left; }
	.readmore a { text-decoration:none;}