﻿.browseSpread
{
    margin-top: 15px;
}

.browseSpread li
{
    float: left;
    padding-top: 3px;
}

.browseSpread li.select
{
    width: 200px;
    padding-top: 0px;
}

.browseSpread li.linkLeft
{
    width: 334px;
}

.browseSpread li.linkRight
{
    width: 224px;
    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: 734px;
    height: 456px;
    background-color: Silver;
    margin-left: 2px;
}

.spreadFramBackgroundColor
{
    background: #ffffff url(//media.redcatsnordic.com/laredoute/images/generic/graphics/list_product_background.gif) repeat-x scroll 0 bottom;
    padding: 10px;
}

.spreadProductListRow
{
    margin-left: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.spreadProductListRow .priceInformation
{
    margin-bottom: 0px;
    padding-left: 9px;
    margin-top: 0px;
    height: auto;
}

.spreadProductListRow .priceInformation li
{
    line-height: normal;
}

.spreadProductListRow .priceInformation .pricePrefix
{
    font-size: 14px; /*color: #999999;*/
}

.spreadProductListRow .priceInformation .price
{
    font-size: 14px; /*color: #252525;*/
}

.spreadProductListRow li.inactive .itemLink, li.inactive .price
{
    color: #999999;
    background-image: none;
}

.spreadProductListRow li.inactive .itemLink
{
    padding-left: 9px;
}

.spreadProductListRow li.item
{
    float: left;
    width: 145px;
}

.spreadProductListRow .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;
    display: inline-block;
    cursor: pointer;
    font-family: Arial, helvetica, Sans-Serif;
    color: #18872c;
}

.notAvailable
{
    color: #666666;
    margin-bottom: 15px;
    margin-top: 20px;
}

.orderProduct
{
    text-decoration: underline;
    margin-bottom: 15px;
    margin-top: 20px;
}

/* INHERIT */
.frame
{
    width: 756px;
}

