@CHARSET "UTF-8";
body{
	background-color: #ffffff;	
}

ul {
	list-style: none;	
}

.div.country {
  width: 340px;
  border: 2px #5f5f5f solid;
  background-color: white;
}

div.country div.caption {
  /* background: black url('../images/stories/aka/module.caption.backg.png'); */
  border: 1px solid black;
  padding: 0 8px;
  height: 24px;
  color: #000000;
  background-color: #cfcfcf;
  font-weight: bold;
  cursor: pointer;
}

div.country.rolledup div.caption {
  background: black url('../images/stories/aka/module.caption.backg.rolledup.png');
}

div.country div.caption span {
  float: left;
}

div.country div.caption img {
  float: right;
  cursor: pointer;
}

div.country div.caption span,div.country div.caption img {
  margin-top: 4px;
}

div.module div.body {
  padding: 8px;
  background-color: white;
  border-width: 0;
}
