/* Activ Styles */
body { background: #c7c9be url(/media/img_bg/bg_more/main_bg.gif) repeat-y left top; }
.mainZone { background: url(/media/img_bg/bg_other/other_bg-03.gif) repeat left top; }
.activMain { border-top: 10px solid #c7c9be; }

/* Decoration Table */
.dlzInfo
{
	margin: 0 auto 1em auto;
	border-collapse: separate;
	border-spacing: 3px;
	border-width: 2px;
	border-style: solid;
	border-color: #5eaeff #5eaeff #348ded #348ded;
	background: #348ded url(/media/img_bg/bg_more/thead_bg_blue.gif) repeat-x left top;
}

.dlzHead td { color: white; line-height: 2; }
.dlzHead h3 { color: white; text-indent: 1em; text-align: left; }
.dlzHead .KB11 { text-align: right; }
.dlzMain p { text-indent: 1em; }

.dlzMain
{
	padding: 5px;
	border-width: 2px;
	border-style: solid;
	border-color: #5eaeff #5eaeff #348ded #348ded;
	background-color: #fbf8e8;
}

#feature
{
	margin: 1em 0 0 1em;
	padding: 5px 10px 5px 10px;
	width: 420px;
	background-color: #e1e2de;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#feature h4
{
	margin: 10px 0 1em 0;
	padding: 2px 0 5px 0;
	color: #2a2a2a;
	text-indent: 1em;
	letter-spacing: 1pt;
	border-bottom: 2px #5eaeff solid;
}

#feature a:visited { color: #2a2a2a; }
#feature ol { list-style-type: none; padding-left: 1em; }
#feature li { line-height: 1.8; }
