@charset "utf-8";

/* ////////////////////////////////////////////////////////

	Words

//////////////////////////////////////////////////////// */

/* index
----------------------------------------------------------- */

.section-indexlist {
	padding:0 0 0 10px;
	width:532px;
	font-size:85%;
	line-height:160%;
}

	.indexlist-left {
		margin-right:4px;
		float:left;
		width:254px;
	}
	
	.indexlist-right {
		float:right;
		width:254px;
	}
	
	.indexlist-left ul,
	.indexlist-right ul {
		margin-bottom:10px;
	}
	
	.indexlist-left ul li,
	.indexlist-right ul li {
		padding-left:15px;
		background:url(/shared/images/bullet_arrow_dot.gif) no-repeat left 4px;
	}
	
	.indexlist-left h2,
	.indexlist-right h2 {
		margin-bottom:5px;
	}


/* main
----------------------------------------------------------- */

.section-main-wrap {
	padding:0 10px 0 10px;
}

.section-main-top {
	margin-bottom:15px;
	padding-top:5px;
	background: url(/education/glossary/images/bg_words_top.gif) no-repeat top;
}

.section-main-mdl {
	padding:10px 10px 1px 10px;
	background:url(/education/glossary/images/bg_words_mdl.gif) repeat-y;
	font-size:93%;
	line-height:140%;
}

	.section-main-mdl h2 {
		margin-bottom:10px;
		color:#374457;
		font-weight:bold;
	}

.section-main-btm {
	padding-bottom:5px;
	background:url(/education/glossary/images/bg_words_btm.gif) no-repeat bottom;
}

/* sidebar
----------------------------------------------------------- */

.section-sidebarttl {
	margin-bottom:10px;
	padding:2px 10px 2px 10px;
	background-color:#f7f7f7;
	border:1px solid #ebebeb;
	font-size:93%;
	line-height:140%;
	font-weight:bold;
}

.section-sidebaritem {
	margin-bottom:15px;
}

	.section-sidebaritem select {
		font-size:93%;
		color:#666666;
	}
	
.section-sidebaritem ul {
	padding:0 8px 0 8px;
}

.section-sidebaritem ul li {
	padding-left:10px;
	font-size:77%;
	line-height:140%;
	background:url(/shared/images/bullet_arrow_dot2.gif) no-repeat left 5px;
}




