@charset "utf-8";
/* CSS Document */

.ethicaltvbanner {
  display: block;
  width: 300px;
  height: 200px;
  padding: 0;
  margin: 5px;
  background: #ccc url() center center no-repeat;
  overflow: hidden;
}
.ethicaltvbanner a:link, .ethicaltvbanner a:visited {
  display: block;
  height: 200px;
  padding: 123px 10px 0 42px;
  margin: 0;
  background: transparent url(link.png) top left no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  color: #5BC538;
  text-decoration: none;
}
.ethicaltvbanner.ethicaltvlong a:link, .ethicaltvbanner.ethicaltvlong a:visited {
  font-size: 13px;
}
.ethicaltvbanner a:hover, .ethicaltvbanner a:active {
  color: #fff;
}