@charset "UTF-8";

/* ------------------------------------------------------------- */
/* ----------------------- POP-UP KILL IE6 --------------------- */
/* ------------------------------------------------------------- */

#ie6,
#ie6 h1,
#ie6 h2,
#ie6 p {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-align: center;
}

#ie6 {
  width: 490px;
  padding: 5px;
  background: #ffffff;
  border: 2px solid #c5c5c5;
  position: absolute;
  top: 20px;
  display: none;
  z-index: 9999;
}

#ie6 a {	
  text-decoration: underline;
}

#ie6 h1 {
  padding: 5px 0;
  margin-bottom: 10px;
  border: 1px solid #9d1212;
  font-size: 20px;
  color: #fff;
  background: url(../images/kill-IE6/bkg_ie6-title.png) repeat-x top #f00;
}

#ie6 h6 {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}

#ie6 dl {	
  width: 100px;
  padding: 0 10px;
  float: left;
}

#ie6 dt {	
  height: 45px;
}

#ie6 dd {
  margin: 0px;
}

#ie6 dd a {
  padding: 10px;
  font-size: 15px;
  color: #f00;
}

#ie6 p {
  padding: 2px 0;
  font-size: 14px;
}

#ie6 p#info {
  padding: 0 15px;
  text-align: left;
}

#ie6 p#update a {
  font-size: 18px;
  color: #f00;
}

#ie6 p#site-access {	
  padding-top: 15px;
}

#ie6 p#why-kill-ie6 a {
  font-size: 11px;
}

#ie6 .spacer {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #e4e4e4;
}

#ie6 .browsers-list {
  width: 360px;
  height: 70px;
  margin: auto;
  padding-top: 20px;
}