div.tabLayout ul#tab {
	margin:0 0 10px 0;
	padding:0;
	float:left;
	width:670px;
}
div.tabLayout ul#tab li {
	text-align:center;
	float:left;
	width:130px;
	height:40px;
	margin:1px;
	border:1px solid #999;

}
div.tabLayout ul#tab li.selected {
	background-color:#ccc;
}
div.tabLayout ul#tab li.selected a {
}
div.tabLayout dl {
	width:670px;
	margin:0 0 0 0px;
	padding:10px 0;
	color:#333;
}
div.tabLayout dl dt {
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:1px dotted #999;
}
div.tabLayout dl dd {
}
div.tabLayout dl dd p img {
	width:670px;
}
