/* CSS Document */.toggle-title {}.toggle-title:hover {  cursor: pointer; cursor: hand;}.toggle-title:hover .show {  background-image: url("icons/show_active.png");}.toggle-title:hover .hide {  background-image: url("icons/hide_active.png");}.toggle-title .show {  display:block;  width:20px;  height:20px;  float:left;  background-image: url("icons/show.png");  background-repeat: no-repeat;  background-position: bottom left;}.toggle-title .hide {  display:block;  width:20px;  height:20px;  float:left;  background-image: url("icons/hide.png");  background-repeat: no-repeat;  background-position: bottom left;}.toggle-title-hidden {	padding:5px 5px 25px 25px;}.toggle-title-shown {	padding:5px 5px 5px 25px;}.toggle-content {  margin-top: 4px;}