﻿.pushSetWrapper
{
    margin-top: 10px;
}

.pushBox
{
    margin-bottom: 12px;
    display: inline-block;
    width: 180px;
    border: solid 1px #e2e2e2;
    background: url(//media.redcatsnordic.com/laredoute/images/generic/graphics/list_product_background.gif) repeat-x 0px bottom;
}

.pushBox .pushArea
{
    display: block;
    margin: 0px 10px;
    width: 160px;
}

.pushBoxGray
{
    background: url(//media.redcatsnordic.com/laredoute/images/generic/graphics/registerbg.gif) no-repeat 0px bottom;
    padding: 0px 0px 25px 0px;
    margin-right: 0px;
    margin-left: 0px;
    width: 180px;
}

.pushBoxGray .pushAreaGray
{
    background-color: #e1e1e1;
    padding: 1px 10px 10px 10px;
    width: 160px;
}

.pushBoxGrayLink
{
    background-image: url(//media.redcatsnordic.com/laredoute/images/generic/graphics/doubleArrowBlack.gif);
    text-decoration: underline;
    margin-bottom: 5px;
}

.textOnly
{
    font-size: 12px;
    font-family: Georgia, Garamond, Times New Roman, Serif;
    line-height: 18px;
    }

/* catalog - push */
.catalogPushContainer
{
    font-family: Georgia, Garamond, Times New Roman, Serif;
    font-size: 11px;
}

.catalogPushContainer .catalogImage
{
    margin-top: 10px;
    background-color: Gray;
    width: 160px;
    height: 120px;
}

.catalogPushContainer .onlineCatalog
{
    margin-top: 15px;
    margin-bottom: 15px;
}

.catalogPushContainer .orderCatalog
{
    margin-bottom: 15px;
}

.catalogPushContainer .arrowLink
{
    color: #7d7d7d;
    display: inline-block;
    cursor: pointer;
    font-family: Georgia, Garamond, Times New Roman, Serif;
    font-size: 11px;
    margin-top: 0px;
    font-style: normal;
    text-decoration: underline;
    margin-top: 3px;
}

/* small product push */
.pushBoxSmallProduct
{
    margin-bottom: 12px;
    display: inline-block;
    width: 180px;
    border-top: solid 1px #e2e2e2;
    padding-top: 10px;
    margin-top: 5px;
}

.pushBoxSmallProduct li
{
    float: left;
    margin-right: 8px;
}

.pushBoxSmallProduct .productImage
{
    width: 50px;
    height: 50px;
    background: silver;
    border: solid 1px #e2e2e2;
}

.pushBoxSmallProduct .smallProduct
{
    border-bottom: solid 1px #e2e2e2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.pushBoxSmallProduct .smallProduct .grade
{
    margin-bottom: 3px;
}

.pushBoxSmallProduct .smallProduct .productLabel
{
    margin-bottom: 8px;
}

.pushBoxSmallProduct .smallProduct .productLabel a
{
    font-size: 16px;
    font-style: italic;
    margin-bottom: 3px;
    font-family: Georgia, Garamond, Times New Roman, Serif;
}

.pushBoxSmallProduct .smallProduct .discountInformation
{
    height: auto;
}

.pushBoxSmallProduct .smallProduct .priceInformation
{
    height: auto;
    margin-top: 0px;
}


