.idtabs
{
	width: 199px;
}

.idtabs ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.idtabs li
{
	padding: 0;
	display: inline;
	background: none;
	float: left;
}

.idtabs li a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	color: #17524e;
	font-size: 80%;
	padding: 0 7px 0 7px;
}

.idtabs li a:hover
{
	color: #8d0148;
}

.idtabs li .selected
{
	color: #8d0148;
	background: #e3e3e6;
}

.idtabs div
{
	padding: 9px 10px 1px 10px;
	clear: left;
	background: #e3e3e6;
}

.idtabs h3
{
	margin-bottom: .1em;
}

.idtabs p
{
	line-height: 144%;
	font-size: 92%;
}