@charset "utf-8";

.tabNav{
	position:relative;
	z-index:10;

	*zoom:1;
	clear: both;
}
.tabNav li{
	float:left;

}


.tabContent{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #646464;
	border-right-color: #646464;
	border-bottom-color: #646464;
	border-left-color: #646464;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.tabContent dl{
	border-top:1px dotted #ccc;
	padding-top:0.75em;
}
.tabContent dd{
	padding-bottom:0.75em;
	border-bottom:1px dotted #ccc;
	margin-bottom:0.75em;
}

