/* Chem pop styles 
----------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
body {
  background: #fff;
  font: 12px Arial,Helvetica,Sans-Serif;
  color: #444;
  padding: 10px;
}
#chem-desc {
  border-top: 1px solid #ccc; 
  border-bottom: 1px solid #ccc;
  padding: 10px 10px 0;
  margin-bottom: 10px;
}
* html #chem-desc {
  position: relative;
}
#chem-img {
  float: left;
  margin: 0 15px 10px 0;
  position: relative;
}
#chem-body {
 padding: 5px 0 15px;
}
#chem-body h3 {
  font-size: 15px;
  border-bottom: 1px solid #ccc;
  padding: 0 0 5px 0;
  margin: 5px 0;
}
h2 {
  /* color: #ff7f00; */
  font-size: 20px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 12px;
  font-weight: bold;
}
p, ul { margin: 10px 0; }
.aka {
  font-size: 15px;
  font-style: italic;
  margin: 0 0 10px 0;
}
ul { list-style: none; }
ul li {
  margin: 2px 0 2px 4px;
  padding: 0 0 0 14px;
  background: url(http://www.checblog.org/uploads/image/template/bul-gray1.gif) 0 5px no-repeat;
}
a { color: #444; }
a:hover { text-decoration: none; }

.Warning {
  background: #fff2e5;
}
.Caution {
  background: #ffffe5;
}
.Danger {
  background: #ffe5e5;
}

#footer-simple {
  border-top: 1px solid #ccc;
  padding: 5px;
  background: #eee;
}
#emailFriend, #printPage {
  color: #444;
}
#emailFriend {
  padding-left: 17px;
  background: url(http://www.checblog.org/uploads/image/template/ico-email2.gif) 0 2px no-repeat;
}
#printPage {
  padding-left: 17px;
  background: url(http://www.checblog.org/uploads/image/template/ico-print.gif) 0 2px no-repeat;
}

.clear {
  clear: both;
  margin-top: -1px;
  height: 1px;
  overflow: hidden;
  font-size: 1px;
}