/*--------------tabs---------------*/

.nd-tabs-ul
{
	padding: 0;
	font-size: 0;
	margin: 0;
}

.nd-tabs-ul li
{
	display: inline;
}

.nd-tabs-ul li a
{
	padding: 0.4em 0.5em 0 0.5em;
	font-weight: bold;
	float: left;
	text-decoration: none;
	color: #666;
	font-size: 12px;
	font-family: Arial;
	height: 1.7em;
	border-bottom: 1px solid #c6ccd4;
	border-right: 1px solid #c6ccd4;
	cursor: pointer;
}

.nd-tabs-ul li.active a
{
	font-weight: bold;
	color: #fff;
	border: 1px solid #648CC7;
	border-bottom: none;
	background-color: #002e5d;
	cursor: default;
}

.nd-tabs-lastTab span
{
	padding: 0.4em 0 0 0;
	float: left;
	text-decoration: none;
	color: #666;
	font-size: 12px;
	height: 1.7em;
	border-bottom: 1px solid #c6ccd4;
}
/*--------------end tabs---------------*/