.tab-container {
	width: 490px; /* keep the tabcontainer padding in mind 5px padding --> -10px width*/
}

.tab-container>.cleaner-left {
	clear: left;
}

.tab-container>.tab-header {
	float: left;
	position: relative;
	background: #FFFFFF;
	
	margin: 0 3px -1px 0;
	
	cursor: pointer;
	
	border-top: 1px solid #2C3E68;
	border-left: 1px solid #2C3E68;
	border-right: 2px solid #1D2944;
	
	padding: 2px 10px 2px 10px;

	z-index: 2;
}

.tab-container>.tab-header>a{
	font-family: Arial,Univers,Helvetica,sans-serif;
	color: rgb(0,0,0);
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;	
}

.tab-container>.tab-header>a:hover{
	font-family: Arial,Univers,Helvetica,sans-serif;
	color: rgb(0,0,0);
	font-size: 14px;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.tab-container>.tab-contentcontainer {
	float: left;
	position: relative;
	width: 100%;
	
	border-top: 1px solid #2C3E68;
	border-left: 1px solid #2C3E68;
	border-right: 2px solid #2C3E68;
	border-bottom: 2px solid #2C3E68;
	
	padding: 5px;
	
	z-index: 1;
}

.tab-container>.tab-contentcontainer>ul{
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;
}

.tab-container>.tab-contentcontainer>.tab-content {
	float: none;
	width: 100%;
}