/* styles specific to NAAEurope page (6/1/2010) ---------------------*/
#e_column_0 #column1 {
  float: left;
  padding: 0 20px 44px 0;
  /* reset width of textarea (larger and centered)--*/
  width: 755px;
}

/*  list styles ------------------------------------*/
.textbean ul {
  padding: 0;
}
.textbean li {
  list-style-type: none;
  background: url(/resources/dyn/files/101020zfb736bb6/_fn/red_arrow.gif) no-repeat left 5px;
  padding: 0 0 10px 15px;
}

/* red button for registration link ------*/
.register_button a {
  background: #E03227;
  color: black;
  display: block;
  float: right;
  font-weight: bold;
  padding: 0.5em 1em;
  text-align: center;
}  

table {
  clear: both;
  margin-top: 2em;
}

table td {
  vertical-align: top;
  padding-right: 0.75em;
}  

table td img {
  padding-top: 0.3em;
}  

span.red {
  color: #e03227;
}  
/* countdown styles */
.countdown {
  padding: 1em;
  margin-top: 1em;
  float: right;
  font-weight: bold;
  width: 19%;
  text-align: center;
  background: #E03227;
}
.month span.value,
.day span.value {
  text-decoration: underline;
}
#europe_header {
  float: left;
}
#europe_text {
  clear: both;
}
/** CMS Tree CSS - tree.js. */
ul.cmstree li.nodeopen ul {
	display: block;
}
ul.cmstree li.nodeclosed ul {
	display: none;
}
ul.cmstree .treenode {
  cursor: pointer;
}
ul.cmstree .leafnode,
ul.cmstree .leafnode *,
ul.cmstree .leafnode ul,
ul.cmstree .leafnode li {
	cursor: default;
}
ul.cmstree .leafnode a {
    cursor: pointer;
}

/* Select options with images. */
option.image_option {
  padding: 0 0 0 20px;
  background-repeat: no-repeat;
  background-position: 1px 2px;
  vertical-align: middle;
}
