/**
 * list of links used on the front office
 *
 * @author:      Nicolas Gouëset <email> nicolas.goueset@cdiscount.com
 * @package:     cdiscount-ui
 */

/**
 * class to call the pointer selector on a delegate link
 */
.pointer{
  cursor: pointer;
}

/**
 * link Std001
 * 
 * @color: white
 * @size: 12px normal
 * @arrow: true white
 */
.link-arrow-Std001{
  background: url(https://i2.cdscdn.com/struct/common/icon/icone.gif) 4px -975px no-repeat;
  color: #FFF;
  cursor: pointer;
  display: block;
  font-size: 12px;
  line-height: 12px;
  padding: 0 0 0 20px;
}
/**
 * link Std002
 * 
 * @color: #3C5A80
 * @size: 10px bold
 */
.link-Std001{
  color: #3C5080;
  display: block;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
}
.LinkWhiteStd001{
  color: #fff;
  display: block;
  cursor: pointer;
  font-size: 10px;
  font-weight: bold;
}
/**
 * list of the hovered underlined links
 */
.link-arrow-Std001_over,
.link-Std001_over,
.LinkWhiteStd001_over{
  text-decoration: underline;
}
/**
 * call to action for the size guide
 */
.SizeGuideStd001{
  background: url(https://i2.cdscdn.com/struct/common/icon/icone.gif) no-repeat scroll -7px -452px;
  color:#3C5080;
  cursor:pointer;
  float: left;
  font-size:9px;
  font-weight:700;
  height: 20px;
  line-height: 9px;
  margin: 5px 0 0 0;
  padding: 0 0 0 20px;
  width:53px;
}