﻿.layerHeaderWishlist
{
    font-size: 14px;
    font-family: Arial, Helvetica, Sans-Serif;
}
.wishlistLink
{
    margin-top: 8px;
}

.wishlistLink .arrowLink
{
    background-image: url(//media.redcatsnordic.com/laredoute/images/generic/graphics/doubleArrowGreen.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 9px;
    margin-right: 5px;
    color: #68aa2f;
    display: inline-block;
    cursor: pointer;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
}
  
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */


div.jqmAlertWindow {
  height:auto;
  width: auto;
  margin: auto;
  
  max-width:400px;
  padding: 0 10px 10px;
  
  background:#111;
  border:1px dotted #FFF;
}
