﻿.browseSpread li
{
    float: left;
    padding-top: 3px;
}

.browseSpread ul
{
    width: 756px;
    padding-top: 0px;
}

.browseSpread li.linkLeft
{
    float: left;
}

.browseSpread li.linkRight
{
    float: right;
    text-align: right;
}


.spreadPrevious
{
    background-image: url(//media.redcatsnordic.com/laredoute/images/generic/graphics/browse_arrow_left.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 22px;
    margin-right: 5px;
    color: #7d7d7d;
    display: inline-block;
    cursor: pointer;
    line-height: 16px;
    text-decoration: underline;
}

.spreadNext
{
    background-image: url(//media.redcatsnordic.com/laredoute/images/generic/graphics/browse_arrow_right.gif);
    background-repeat: no-repeat;
    background-position: right 0px;
    padding-right: 22px;
    margin-left: 5px;
    color: #7d7d7d;
    display: inline-block;
    cursor: pointer;
    line-height: 16px;
    text-decoration: underline;
}

.catalogImage
{
    width: 406px;
    height: 601px;
    background-color: #EEEEEE;
    margin-left: 2px;
    border: solid 1px #d7d7d7;
    float: left;
}

.multipleProducts
{
    margin-left: 25px;
    margin-top: 5px;
    float: left;
}

.multipleProducts ul
{
    clear: both;
}

.multipleProducts li
{
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.multipleProducts .productLink
{
    font-family: Georgia, Garamond, Serif;
    font-size: 12px;
    color: #18872c;
    font-weight: bold;
    text-decoration: underline;
}

.multipleProducts .pricePrefix
{
    font-family: Georgia, Garamond, Serif;
    font-size: 12px;
    color: #999999;
}

.multipleProducts .price
{
    font-family: Georgia, Garamond, Serif;
    font-size: 12px;
    color: #252525;
}

.number
{
    background: transparent url(//media.redcatsnordic.com/laredoute/images/generic/graphics/icnBlank.png) no-repeat 0px 0px;
    width: 16px;
    height: 23px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    
}

/* INHERITED */
.frame
{
    width: 756px;
}

