.CollapsiblePanel {
	margin-top:24px;
	width:378px;
	color: #333333;
	}
.CollapsiblePanelTab{
	cursor:pointer;
	text-align:right;
	background-image:url(../archives/images/arrow.gif);
	padding-right:24px;
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: dotted 1px #660000;
	}
.CollapsiblePanelTab,  .CollapsiblePanelOpen .CollapsiblePanelTab {
	color:#660000;
}
.CollapsiblePanelContent {
	margin-top:6px;
	padding:6px;
	clear:both;
	border:solid 1px #E8E8E8;
	background-color: #F9F5DC;
	
	}
.CollapsiblePanelContent dl{
	margin-bottom:12px;
	}
	
.CollapsiblePanelContent dt{
	padding-left:12px;
	font-weight:bold;
	margin-bottom:12px;
	border-left-width: 3px;
	border-left-height: 3px;
	border-left-style: solid;
	border-left-color: #660000;
	}
*html .CollapsiblePanelContent dt{
	border-left-height: 14px;
	}

.archive_contents h2 {
	background-image:url(../archives/images/title_bg.gif);
	padding-left:30px;
	padding-top:10px;
	margin:6px 0px;
	height:20px;
	}

.archive_contents h2 span.external {
	background-image:url(../archives/images/external_btn.gif);
	padding-right:36px;
	background-repeat: no-repeat;
	background-position: right center;
	float:right;
	margin-top:-16px;
	}

/**/ html* .archive_contents h2 span.external {  
	margin-top:0px;
}
*:first-child+html .archive_contents h2 span.external {  
	margin-top:-16px;
}
*html .archive_contents h2 span.external {  
	margin-top:-16px;
}

.archive_contents {
	clear:both;
	}
.archive_contents img {
	border:none;
	}
.achives {
	width:390px;
	margin-right:26px;
	float:left;
	margin-bottom:36px;
	}
.achives_end {
	width:390px;
	float:left;
	margin-bottom:36px;
	}
