/* *
 * views template to output the stylesheet to customize a view.
 * This code was generated by the views theming wizard
 * Date: Wed, 12/19/2007 - 11:40
 * View: Cities_block
 *
 * The class selectors are filled with a single comment line.
 * You should complete each selector according to your liking.
*/

.view-content-Cities-block dt.country {
  margin: 0;
  padding: 3px 3px 3px 15px;
  border-bottom: 1px solid #aaa;
  background: url('/misc/menu-collapsed.png') left no-repeat;
}
.view-content-Cities-block dt.active {
  background: url('/misc/menu-expanded.png') left no-repeat;
}
.view-content-Cities-block dt.country a{
  font-weight: bold;
  font-size: 1.1em;
  color: #000;
  text-decoration: none;
  cursor:pointer;
}
.view-content-Cities-block dl.country {
  border: 1px solid #aaa;
  border-top: none;
  background: #eee;
  margin: 0 0 15px 0;
  padding: 5px;
}

.view-content-Cities-block dl.country dd.city {
  margin: 0;
}
.view-content-Cities-block dl.country dd.city a {
  color:#555555;
  display:block;
  height:1%;
  padding:5px;
}
.view-content-Cities-block dl.country dt.province {
  padding:5px;
  display:block;
}
.view-content-Cities-block dl.country dt.province a {
  color:#555555;
  height:1%;
  font-weight: bold;
  cursor:pointer;
}
.view-content-Cities-block dl.country dd.province {
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  margin: 0 10px;
