/***************************************************************************************************
Filename:			general.css
Title:				Stylesheet to manage the country selection
Author:				Remy Tiitre, remy.tiitre@ddw.ee
URL:					http://www.olympic-casino.com/poker/extensions/DDW_CountryManager/css/general.css
License:			Copyright 2008, Digital Doorway, All Rights Reserved.
							Feel free to read and learn from this, but don't steal.
***************************************************************************************************/
#DDW_Countries {
  background: #666666;
  border: 1px solid #cecece;
  color: #000000;
  left: 1em;
  font-weight: bold;
  padding: 0 1em;
  position: fixed;
  width: 12em;
}
#DDW_Countries h1 {
  border-bottom: 1px dotted #cecece;
  color: #000000;
  font-size: x-small;
  font-weight: bold;
}
#DDW_Countries ul {
  margin-top: 4em;
}

