@charset "utf-8";
/* CSS Document */

#tabContainer{
	border:0px solid #88AFD4; position:relative; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 10px;
}

.tabMenu{
	width: 140px; height:28px; color:#4075AB; font-weight: bold; font-size: 14px; cursor:pointer; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; background:url(../graphics/global/bk_tab_off.png) top left no-repeat #fff; text-align: center;
}
.tabContent{
	border:1px solid #93AEDD; position:relative;
	display:none;
	background:url(../graphics/global/bk_tab.png) bottom left repeat-x #fff;
	padding: 0px 10px 0px 10px; margin: 0px 0px 0px 0px;
}
.tabContent ul {
padding: 0px 0px 0px 0px; margin: 10px 10px 10px 10px;
}

.tabContent .pn {
padding: 0px 0px 0px 3px;
color: #666666;
font-size: 10px;
}