#accordion {
clear:both;
width:100%;
border-bottom:1px solid #776655;
background:#FFF;}

.accordion {
width:840px;
margin:0 auto;
}

.accordion dt {
text-align:left;
padding:8px 15px;
margin:0;
cursor:pointer;
background:url(../img/index/arrow.gif) no-repeat left center;
font-size:10px;
}

.accordion dt:hover{}

.accordion dd {
overflow:hidden;
background:#fff;
}

.accordion div{
display:block;
}

.accordion div a:link{
text-decoration:none;
}

.accordion div a:hover{
text-decoration:underline;
}

.accordion div table{
    border-collapse:collapse;
    border-spacing:0;
    empty-cells:show;
	font-size:10px;
	width:840px;
	margin-bottom:10px;
}

.accordion div table th{
    border-bottom:1px dotted #CCC;
    background-position:left top;
    padding:0.5em 0;
    text-align:left;
	font-weight:normal;
	width:11em;
}

.accordion div table td{
    border-bottom:1px dotted #CCC;
    padding:0.5em 1em;
	text-align:left;
}

