.ui-expandable .ui-widget-header {height:40px;background: #666 url('../images/blocktop-gray.jpg');width: 100%;}
.ui-expandable-icon,
.ui-expandable .ui-expandable-title {font:15px sans-serif;outline:none;color:#fff;text-decoration:none;padding:12.5px 0;float: left;}
.ui-expandable .ui-widget-header .ui-icon {height:16px;width:16px;margin-right: 2px;}
.ui-expandable .ui-widget-header .ui-icon.icon-closed {background-image: url('../images/expandable-closed.png');}
.ui-expandable .ui-widget-header .ui-icon.icon-open {background-image: url('../images/expandable-open.png');}
.ui-expandable-extraIcon {float: right;}
.ui-expandable .ui-widget-content {border-top-width: 0;}

.ui-expandable .ui-widget-content ul,
.ui-expandable .ui-widget-content ol,
.ui-expandable .ui-widget-content dl {
	padding-left: 15px;
}
