.vmfavoritesframe
{
    position:fixed;
    bottom:0;
    left: 0;
    z-index: 114;
    font-weight: bold;
}

.vmfavoritesmain span {
  display: block;
  float: right;
  margin: 0 10% 0 0;
  padding: 2px 0 0 0; 
  width: 22px;
  height: 20px;
  background: url('../images/bck-favorites-quantity.png') no-repeat;
  color: black;
  text-align: center;
  font-size: 0.8em;
  font-weight: normal;
}

.vmfhidden
{
    display: none;
}


.vmfavoritesmain
{
    color: white;
    background: rgb(227,30,36);
    height: 40px;
    width: 200px;
    text-align: center;
    padding: 10px 0 0;
    text-decoration: none;
    font-size: 1em;
    font-weight: 700;
}

.vmfavoritesmain a:link {
    color: white;
}

.vmfavoritesmain a:visited {
    color: white;
}

.vmfavoritesmain a:hover {
    color: white;
}

.VmFavoritesButton
{
  float: right;
  cursor: pointer;
  margin: 5px 0 15px;
  text-align: center;
}

div.flypage .VmFavoritesButton
{
  text-align: left;
  margin: 25px 0;
} 