.fancybox-inner a {
  text-decoration: none;
}

.fancybox-inner ul {
  list-style: none;
}

.fancybox-inner p {
    color: #6C6C6C;
    font-size: 13px;
    line-height: 19px;
    padding-bottom: 16px;
}

.fancybox-inner ul li:before {
    background: url("../images/zoo-site-sprite.png") no-repeat scroll -231px -91px transparent;
    content: "";
    display: inline-block;
    height: 7px;
    left: 0;
    margin-right: 10px;
    position: absolute;
    top: 4px;
    vertical-align: text-top;
    width: 9px;
}
.fancybox-inner ul li {
    color: #6C6C6C;
    display: block;
    font-size: 13px;
    line-height: 19px;
    padding: 0 0 0 14px;
    position: relative;
}

.fancybox-inner {
  font-size: 12px;
  border: 0;
  background: transparent;
  margin-top: 13px;
  padding-right: 10px;}


.fancybox-inner h1 {
  font-family: Conv_BenguiatGothicStd-Bold;
  font-size: 34px;
  line-height: 34px;
  color: #303030;
  margin: 0 0 20px;
  padding: 0;
  font-weight: normal;
}

.fancybox-inner h2 {
  font-family: Conv_BenguiatGothicStd-Book;
  font-size: 18px;
  color: #191818;
  margin: 0 0 16px;
  padding: 0;
  font-weight: normal;

}

.fancybox-inner body h2 a {
  color: #191818;
}

.fancybox-inner h3 {
  font-family: Conv_BenguiatGothicStd-Book;
  font-size: 16px;
  color: #191818;
  margin: 0;
  padding: 0;
  font-weight: normal;
}


.fancybox-inner h2 {
  font-family: Conv_BenguiatGothicStd-Book;
  font-size: 26px;

}


.fancybox-inner table {
	background: #D1E5B5;
	margin: 20px 0;
	border: 1px solid #D1E5B5;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
  border-collapse: separate;
  box-shadow: 1px 1px 3px rgba(209, 229, 181, 0.7);
}

.fancybox-inner table th {
  padding: 7px 10px;
  color: #6C6C6C;
  font-size: 13px;
  line-height: 19px;
}

.fancybox-inner table td {
	background: #FFF;
	padding: 7px 10px;
  color: #6C6C6C;
  font-size: 13px;
  line-height: 19px;
}

/*table tr.even td {background:#eee;}*/

.fancybox-inner table tr:nth-child(2n) td {
  background: #E6F5D2;
}

.fancybox-inner table tr:first-child td:first-child {
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	border-top-left-radius:10px;
}

.fancybox-inner table tr:first-child td:last-child {
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	border-top-right-radius:10px;
}
.fancybox-inner table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-left-radius:10px;
}

.fancybox-inner table tr:last-child td:last-child {
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-right-radius:10px;
	border-bottom-right-radius:10px;
}
