﻿.productListPage
{
    width: 758px;
}
.productListPage .splashBlock
{
    overflow: visible;
    margin: 0;
}
.productListBrowseArea
{
    display: inline-block;
    margin-left: 15px;
    margin-top: 10px;
    width: 743px;
    background: url(//media.redcatsnordic.com/laredoute/images/generic/graphics/browse_background.gif) no-repeat right 4px;
}

.productListHeader
{
    font-family: Georgia, Garamond, Times New Roman, Serif;
    display: inline-block;
    float: left;
    font-size: 28px;
    font-style: italic;
}

.listOptions
{
    font-family: Georgia, Garamond, Times New Roman, Serif;
    display: inline-block;
    float: right;
    text-align: right;
    margin-top: 10px;
    margin-right: 15px;
    height: 24px;
    color: #7D7D7D;
    font-size: 12px;
}
.listOptions a
{
    text-decoration: underline;
    color: #7D7D7D;
    font-size: 12px;
}

.listOptions .arrowLink
{
    margin-left: 5px;
    background-image: url(//media.redcatsnordic.com/laredoute/images/generic/graphics/doubleArrowGray.gif);
    background-position: 1px 2px;
}

.listOptions .listPaging a
{
    margin: 0px 2px 0px 2px;
}

.listOptions .listPaging .stepLeft
{
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: 0px 0px -6px 0px;
    background-image: url(//media.redcatsnordic.com/laredoute/images/generic/graphics/browse_arrow_left.gif);
}

.listOptions .listPaging .stepRight
{
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: 0px 0px -6px 0px;
    background-image: url(//media.redcatsnordic.com/laredoute/images/generic/graphics/browse_arrow_right.gif);
}

.listOptions .listPaging .active
{
    font-weight: bold;
}

.productListToolbar
{
    clear: both;
    display: inline-block;
    margin-left: 15px;
    margin-top: 10px;
    width: 743px;
    color: #666666;
    font-size: 12px;
    margin-bottom: 15px;
}

.filterArea
{
    display: inline-block;
    float: left;
}

.sortArea
{
    font-family: Georgia, Garamond, Times New Roman, Serif;
    display: inline-block;
    float: right;
    text-align: right;
    margin-right: 15px;
}

.sortArea li
{
    display: inline;
    float: left;
    margin: 0px 2px 0px 2px;
}

.sortArea li a
{
    font-size: 10px;
    text-decoration: underline;
    color: #666666;
}

.sortArea li .active
{
    color: #252525;
}

.sortArea .separator
{
    width: 1px;
    height: 16px;
    background: url(//media.redcatsnordic.com/laredoute/images/generic/graphics/sort_separator.gif) no-repeat 0px 4px;
}

.productListArea
{
    display: inline-block;
    width: 758px;
    border-top: solid 1px #e2e2e2;
    padding-top: 15px;
}

.productList
{
    clear: both;
    display: block;
    overflow: visible;
}

.productList .productListRow
{
    display: block;
    margin-bottom: 12px;
    height: 295px;
    padding: 0px;
}

.productListRow .productColumn
{
    display: inline;
    float: left;
    height: 100%;
    width: 180px;
    border: solid 1px #e2e2e2;
    margin-left: 10px;
    background: url(//media.redcatsnordic.com/laredoute/images/generic/graphics/list_product_background.gif) repeat-x 0px bottom;
}

.productListRow .firstColumn
{
    margin-left: 0px;
}

.productArea
{
    display: block;
    margin: 3px 15px 0px 15px;
    width: 150px;
}

.productArea .gradeAndCategory
{
    display: block;
    height: 19px;
    overflow: visible;
    width: 100%;
}

.productArea .gradeAndCategory li
{
    display: inline;
    float: left;
    font-size: 7px;
    margin-top: 6px;
}

.productArea .gradeAndCategory .category
{
    float: right;
}

.productArea .productImage
{
    height: 150px;
    background-color: Silver;
}

.productArea .productBrand
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    color: #999999;
    margin-top: 8px;
    height: 12px;
    text-transform: uppercase;
}

.productArea .labelAndLink
{
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 3px;
}

.productArea .labelAndLink li
{
    float: left;
    display: inline;
}

.productArea .labelAndLink .label
{
    width: 102px;
    height: 40px;
}

.productArea .labelAndLink .label a
{
    font-style: italic;
    font-size: 16px;
    color: #252525;
}

.productArea .labelAndLink .link
{
    float: right;
    margin-top: 2px;
}
.productArea .labelAndLink .link a
{
    color: #999;
    font-size: 11px;
    text-decoration: underline;
    font-family: Arial, Helvetica, Sans-Serif;
}

.productArea .productLabel
{
    float: right;
    display: inline-block;
}

/* PRICE */

.discountInformation
{
    display: block;
    height: 15px;
    margin-top: 0px;
}

.discountInformation .originalPrice
{
    font-style: italic;
    font-size: 12px;
    color: #999999;
    text-decoration: line-through;
}

.discountInformation .discountPercent
{
    font-style: italic;
    font-size: 12px;
    color: #FF0000;
}

.priceInformation
{
    font-family: Georgia, Garamond, Times New Roman, Serif;
    display: inline-block;
    height: 30px;
    margin-top: 2px;
    width: 150px;
}

.priceInformation li
{
    float: left;
    line-height: 24px;
}

.priceInformation .pricePrefix
{
    font-size: 12px;
    color: #999999;
}

.priceInformation .price
{
    font-size: 24px;
    color: #252525;
}

.priceInformation .discountPrice
{
    color: #ff0000;
    font-size: 34px;
    line-height: 36px;
}

.priceInformation .price .discountPrice
{
    color: #ff0000;
    font-size: 24px;
    line-height: 26px;
}

.priceInformation .tag
{
    float: right;
    font-size: 7px;
    margin-top: 12px;
}

.priceInformation .partPayment
{
    color: #464664;
    font-size: 14px;
    margin-left: 5px;
}


/* DETAIL */

.productDetailBackground
{
    background: #EEEEEE url(//media.redcatsnordic.com/laredoute/images/generic/graphics/bgProductDetail.gif) repeat-x;
    padding: 10px;
}

.productDetailBackground ul
{
    display: block;
    float: right;
}

.productDetailBackground li
{
    float: left;
    display: inline-block;
}

.imageContainer
{
    float: left;
    width: 402px;
    display: inline-block;
}

.detailDescriptionContainer
{
    display: inline-block;
    width: 305px;
    padding-left: 20px;
}

.imageContainer .bigImage
{
    border: solid 1px #d7d7d7;
    width: 400px;
    height: 400px;
    position: relative;
    display: block;
}

.imageContainer .alternativeImageList
{
    margin-top: 8px;
    margin-left: -3px;
}

.imageContainer .alternativeImageList a
{
    border: solid 1px #d7d7d7;
    margin: 2px 2px 7px 3px;
    float: left;
}

.imageContainer .alternativeImageList .videoButton
{
    border: solid 1px #d7d7d7;
    margin: 2px 2px 7px 3px;
    float:left;
    display:inline;
}

.imageContainer .alternativeImageList .selected
{
    border-width: 3px;
    margin: 2px 0px 5px 1px;
}

.imageContainer .alternativeImageList .firstColumn
{
    margin-left: 3px;
}

.thumbnail
{
    width: 48px;
    height: 48px;
}

.thumbnailBig
{
    width: 70px;
    height: 70px;
}


.detailDescriptionContainer .productBrand
{
    font-family: Arial, Helvetica, Sans-Serif;
    color: #999999;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px;
}

.detailDescriptionContainer .grade
{
    clear: both;
    margin-bottom: 5px;
    display: inline-block;
}

.detailDescriptionContainer .grade ul
{
    float: none;
}

.detailDescriptionContainer .gradeLink
{
    margin-left: 5px;
    padding-top: 3px;
}

.detailDescriptionContainer .description
{
    font-family: Georgia, Garamond, Times New Roman, Serif;
    color: #252525;
    font-size: 13px;
}

.detailDescriptionContainer .articleNumber
{
    font-family: Georgia, Garamond, Times New Roman, Serif;
    color: #7D7D7D;
    font-size: 11px;
    font-style: italic;
    margin-top: 5px;
    height: 15px;
}

.detailDescriptionContainer .productOption
{
    margin-top: 5px;
}

.detailDescriptionContainer .productOption div
{
}
.detailDescriptionContainer a
{
    color: #7d7d7d;
    text-decoration: underline;
    font-style: italic;
    font-size: 11px;
    background-image: url(//media.redcatsnordic.com/laredoute/images/generic/graphics/doubleArrowGray.gif);
    background-position: 1px 1px;
}

.detailDescriptionContainer a.guide
{
    margin-top: 4px;
    margin-left: 6px;
}

.detailDescriptionContainer .priceArea
{
}

.detailDescriptionContainer .productLabel
{
    margin-top: 20px;
    float: left;
    display: inline-block;
}

.detailDescriptionContainer .productLabel img
{
    display: block;
    margin-bottom: 8px;
}


.detailDescriptionContainer .priceArea .discountInformation
{
    width: 183px;
    height: 15px;
    margin-top: 0px;
    float: right;
    margin-right: 12px;
    text-align: right;
}

.detailDescriptionContainer .priceArea .priceInformation
{
    float: right;
    margin-bottom: 5px;
    margin-right: 12px;
    width: 200px;
    margin-top: -8px;
    text-align: right;
}

.detailDescriptionContainer .priceArea .priceInformation li
{
    float: right;
}

.detailDescriptionContainer .priceArea .priceInformation .tag
{
    width: 120px;
    margin-top: 14px;
    margin-bottom: -14px;
}

.detailDescriptionContainer .priceArea .priceInformation .partPaymentList
{
    padding-top: 6px;
}

.detailDescriptionContainer .priceArea .priceInformation .price
{
    font-size: 34px;
    line-height: 36px;
    text-align: right;
}


.detailDescriptionContainer .addToBasketArea
{
    clear: both;
    display: block;
    margin-bottom: 15px;
    margin-top: 5px;
}
.detailDescriptionContainer .partPaymentInformation
{
    color: #666666;
    font-family: Georgia, Garamond, Serif;
    font-style: italic;
}

.detailDescriptionContainer .addToBasketArea .deliveryMessage
{
    font-size: 11px;
    color: #333333;
    text-align: right;
    margin-bottom: 1px;
    height: 15px;
    padding-right: 12px;
}
.detailDescriptionContainer .addToBasketArea .addToBasket
{
    margin-left: 122px;
}

.detailDescriptionContainer .addToBasketArea .deliveryMessage a
{
    color: #3c8c1e;
    font-family: Georgia, Garamond, Times New Roman, serif;
    font-size: 11px;
    padding-left: 12px;
    background-image:none;
    font-style:normal;
}

.detailDescriptionContainer .addToBasketArea .addToBasket .actionButtonSmall
{
    display: inline-block;
    height: 38px;
    color: #ffffff;
    padding-left: 25px;
    line-height: 34px;
    cursor: pointer;
    margin-bottom: 12px;
    background-image: url(//media.redcatsnordic.com/laredoute/images/generic/graphics/btnAddToBasket.gif);
    background-repeat: no-repeat;
    background-position: left;
    clear: right;
    font-family: Georgia, Garamond, Times New Roman, Serif;
    text-decoration: none;
    font-size: 12px;
    font-style: italic;
    text-transform: none;
    font-weight: bold;
}

.detailDescriptionContainer .addToBasketArea .addToBasket .actionButtonSmall span
{
    background-image: url(//media.redcatsnordic.com/laredoute/images/generic/graphics/btnAddToBasket.gif);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 25px;
    color: #ffffff;
    line-height: 34px;
    height: 38px;
    display: inline-block;
    margin-right: -4px;
}

.detailDescriptionContainer .addToBasketArea .addToBasket .actionButtonSmall:hover
{
    text-decoration: none;
}

.detailDescriptionContainer .productDetailSeparator
{
    clear: both;
    display: inline-block;
    background: transparent url(//media.redcatsnordic.com/laredoute/images/generic/graphics/productDetailSeparator.gif) repeat-x;
    height: 2px;
    width: 100%;
    line-height: 0px;
}

.detailDescriptionContainer .interactLinks
{
    margin-top: 10px;
}

.detailDescriptionContainer .interactLinks ul
{
    margin-left: 15px;
}

.detailDescriptionContainer .interactLinks li
{
    width: 86px;
    padding-left: 16px;
}

.detailDescriptionContainer .interactLinks .firstColumn
{
    padding: 0px;
}

.detailDescriptionContainer .interactLinks .iconLinkWishList
{
    background-image: url(//media.redcatsnordic.com/laredoute/images/generic/graphics/icnHeart.gif);
    text-decoration: none;
    color: #666666;
}

.detailDescriptionContainer .interactLinks .iconLinkCatalog
{
    background-image: url(//media.redcatsnordic.com/laredoute/images/generic/graphics/icnBook.gif);
    text-decoration: none;
    color: #666666;
}

.detailDescriptionContainer .interactLinks .iconLinkShare
{
    background-image: url(//media.redcatsnordic.com/laredoute/images/generic/graphics/icnForward.gif);
    text-decoration: none;
    color: #666666;
}

.pushSetWrapper .productColumn
{
    margin-left: 0px;
    margin-bottom: 12px;
}

.pushSetWrapper .productColumn .productArea .priceInformation
{
    margin-bottom: 15px;
}
