﻿.tabs a{
	cursor: pointer;
	padding: 5px;
	background: #FFF;
	color: #000;
	border: 1px solid #666;
	border-bottom: 0;
}

.tabs a:hover, .tabs a.active{
	background: #666;
	color: #FFF;
}

.tabContent{
	border: 1px solid #AAA;
	margin: 4px 0;
	padding: 5px;
}