.tabstrip {
	height: 36px;
	background-color: #b0b0b0;
	padding: 0 0 0 5px;
}

.tabstrip .tab {
	float: left;
	font-size: 20px;
	line-height: 28px;
	padding: 0 15px;
	text-align: center;
	border-radius: 4px 4px 0 0;
	margin: 8px 2px 0 0;
	background-color: #d0d0d0;
}

.tabstrip .tab.selected {
	cursor: auto;
	font-size: 24px;
	line-height: 32px;
	margin: 4px 2px 0 0;
	background-color: #ffffff;
}

.tabstrip .tab:first-child {
}

.tabstrip .tab:last-child {
}

