#accordion {
}

h2.toggler {
cursor: pointer;
margin: 10px 0 0 0;
text-decoration: underline;
}

div.element {
width: 850px;
margin: 10px 0 0 30px;
}

div.show {
margin: 5px 0 0 0;
border-bottom: #fff 1px dotted;
clear:both;
}

div.show img {
float: left;
margin: 0 15px 15px 0;
}

div.showtxt {
float: left;
width: 550px;
margin: 5px 0 0 0;
}
