#corel-bar {
  background-color: #000000;
  color: #858585;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  height: 35px;
  overflow: hidden;
  top: 0;
}
#corel-bar img.corel-logo {
  margin-top: 8px;
  opacity: 0.8;
  float: left;
  padding: 0 8px 0 0;
}
#corel-bar img.corel-logo:hover {
  transition-property: opacity;
  transition-duration: 0.3s;
  opacity: 1;
}
#corel-bar a:link,
#corel-bar a:visited {
  color: #646464;
  text-decoration: none;
}
#corel-bar a:hover {
  color: #cccccc;
  text-decoration: none;
  transition-duration: 0.3s;
}
#corel-bar .int {
  color: #009dd2 !important;
}
#product-sites {
  color: #cccccc;
  display: inline-block;
  margin: 0px;
  padding: 10px 0 10px 5px;
}
#product-sites li:first-child {
  background-image: url('../../images/layout/corelbar-vline.png');
  background-position: 0 -2px;
  background-repeat: no-repeat;
  padding-left: 16px;
}
#product-sites li {
  display: inline;
  padding-right: 15px;
}
/* temporary styles for Leap Year Sale promo */
#hellobar {
  height: 100%;
  text-align: center;
  transition: all 0.3s ease-out;
  vertical-align: middle;
}
#corel-bar #hellobar:hover {
  transform: scale(1.05);
}
#corel-bar #hellobar, #corel-bar #hellobar-link {
  color: red;
  font-size: 16px;
  font-weight: 700;
}
#hellobar-link>span {
  text-decoration: underline;
  text-transform: uppercase;
}