

dl {
	
}

dd {
    margin: 0;
	
    padding: 1em 0;
	
}

.hsla dt {
    cursor: pointer;
	hight:25px;
	width:600px;
    font-weight: bold;
    font-size : 1.0em;
    line-height: 2em;
    background: hsla(41, 44%, 44%, 0.5);
	color:#995522;
	border: 4px solid hsl(200, 85%, 75%);
	-webkit-box-shadow: 5px 5px 10px #333;
	-moz-box-shadow: 5px 5px 10px #333;
	box-shadow: 5px 5px 10px #33;
}
dt {
    cursor: pointer;
	hight:25px;
	width:600px;
    font-weight: bold;
    font-size : 1.0em;
    line-height: 2em;
    background: #e1d8b9;
    border-bottom: 1px solid #c5c5c5;
    border-top: 1px solid white;
	-webkit-border-radius:15px;
	-o-border-radius:15px;
	-moz-border-radius:15px;
	-ms-border-radius:15px;
	border-radius:15px;
}

dt:first-child { border-top: none; }
dt:nth-last-child(2) { border-bottom: none; }

.hide { display: none;}
