/* CSS Document */
.IdExpand {}
.IdExpand .expand { border:1px #cc9966 dotted; background:#ffdab4; padding:3px 10px;}

.IdExpand .expand a:link, .IdExpand .expand a:visited{ display:block; color:#993300; font-weight:bold; text-decoration:none; background:url(../images/template/content/faq_1.gif) no-repeat right center;}
.IdExpand .expand a:hover{ background:url(../images/template/content/faq_1_over.gif) no-repeat right center;}
.IdExpand .open a{ background:url(../images/template/content/faq_2.gif) no-repeat right center !important;}

.IdExpand .collapse { display:none; padding:3px 10px; border-left:1px #cc9966 dotted; border-right:1px #cc9966 dotted; border-bottom:1px #cc9966 dotted;}
.IdExpand .space{ height:5px;}

