@charset "utf-8";
/* CSS Document */


h2 img{
	vertical-align:middle;
	margin-right: 15px!important;
}
h2 {
	font-size: 120%;
}


div#tab {
	margin-bottom: 20px;
	background-image: url(../../qa/images/tab_bg01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 20px;
	height: 30px;
}

#tab li {
	float: left;
	margin-right: 5px;
	width: 130px;
	text-align: center;
}

#tab a {
	display: block;
	background-image: url(../../qa/images/tab_bg02.gif);
	background-repeat: repeat-x;
	padding-right: 8px;
	padding-left: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #999999;
	line-height: 100%;
	background-color: #FFFFFF;
	height: 18px;
	padding-top: 10px;
}

#tab a.active {
	font-weight: bold;
	position: relative;
	top: -5px;
	height: 22px;
	padding-top: 12px;
	color: #0A8F61;
}


#qa dt {
	background-image: url(../../qa/images/questionbar_close.gif);
	height: 28px;
	padding-left: 34px;
	color: #FFFFFF;
	padding-top: 5px;
	cursor: pointer;
	margin-top: 7px;
	margin-top: 6px;
}

#qa dt.open {
	background-image: url(../../qa/images/questionbar_open.gif);
	font-weight: bold;
	height: 36px;
}
#qa dt.small {
	font-size: 11px;
	padding-top: 3px;
	line-height: 1.2em;
	height: 30px;
}



#qa dd {
	background-image: url(../../qa/images/answer_bg.gif);
	background-repeat: no-repeat;
	margin-left: 20px;
	padding-left: 45px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 10px;
	height: auto;
}

#qa {
	width: 557px;
}
