.tab-wrapper {
	clear: both;
	padding: 1em 1.5em;
	border:	1px solid #ddd;
	/*height: 200px;*/
	overflow: auto;
}

.tab-menu {
	list-style: none;
	margin: 0;
	padding: 2px 0;
	clear: both;
	line-height: 17px;
	font-size: 12px;
}

.tab-menu li {
	float: left;
	margin:	0 4px 0 0;
}

.tab-menu li {
	display: block;
	padding: 3px 15px;
	background-color: #f3f3f3;
	color: #222;
	font-weight: bold;
	cursor: pointer;	
}

.tab-menu li.tab-selected {
	background-color: #BCEC8F;
}

.tab-wrapper pre {
	margin: 0px;
	overflow: none;
	border: none;
	background:none;
	font-size: 13px;
}