﻿.wndFullCollection
{
    overflow:hidden;
    padding-top:43px;
    background:transparent url(/_common/images/windows/full_collection/header.gif) no-repeat 0 0;
    width:752px;
}
.wndFullCollection .topPanel
{
    border-left:solid 1px #9ab3cb;
    border-right:solid 1px #9ab3cb;
    padding:25px 0px 10px 20px;
    overflow:auto;
}
.wndFullCollection .middlePanel
{
    border-left:solid 1px #9ab3cb;
    border-right:solid 1px #9ab3cb;
    width:750px;
    overflow:hidden;
}
.wndFullCollection .bottomPanel
{
    overflow:hidden;
    padding-bottom:7px;
    background:#dae2ea url(/_common/images/windows/full_collection/footer.gif) no-repeat 0 bottom;
}
.wndFullCollection .bottomPanel .container
{
    border-left:solid 1px #9ab3cb;
    border-right:solid 1px #9ab3cb;
    padding:12px 15px 5px 0px;
}
.wndFullCollection .bottomPanel .container .links a
{
    color:#1d439b;
    padding-left:2px;
    padding-right:2px;
}
.wndFullCollection .bottomPanel .container .links .previous
{
    padding-left:0px;
    padding-right:10px;
}
.wndFullCollection .bottomPanel .container .links .currentPage
{
    font-weight:bold;
}
.wndFullCollection .bottomPanel .container .links .next
{
    padding-left:10px;
    padding-right:0px;
}
.wndFullCollection .bottomPanel .container .links
{
    text-align:right;
    padding:0px;
}
.wndFullCollection .topPanel p
{
    display:inline;
    float:left;
}
.wndFullCollection .topPanel .drpFilters
{
    margin-left:10px;
}
.wndFullCollection .topPanel .btnBrochure
{
    display:inline;
    float:right;
    margin:-22px 8px 0px 0px;
}


.wndFullCollection .cardGrid
{
    width:753px;
    overflow:hidden;
}
.wndFullCollection .cardGrid .card
{
    width:250px;
    height:259px;
    float:left;
    display:inline;
    border-top:solid 1px #c6d0e6;
    border-right:solid 1px #c6d0e6;
}


.wndFullCollection .cardGrid .card .btnOrderHollowGrid,
.wndFullCollection .cardGrid .card .btnFavouriteHollowGrid
{
    float:left;
    display:inline;
}
.wndFullCollection .cardGrid .card .btnOrderHollowGrid
{
    margin-left:12px;
}
.wndFullCollection .cardGrid .card .btnFavouriteHollowGrid
{
    margin-left:5px;
}

.wndFullCollection .cardGrid .card .image
{
    width:100%;
    height:157px;
    background-repeat:no-repeat;
    background-position:50% 50%;
    
    cursor:pointer;
    margin:0;
    padding:0;
    overflow:visible;
}
.wndFullCollection .cardGrid .card h4, .wndFullCollection .cardGrid .card h5, .wndFullCollection .cardGrid .card p
{
    padding-left:12px;
    padding-right:12px;
}
.wndFullCollection .cardGrid .card p
{
    padding-bottom:3px;
}
.wndFullCollection .chkPopupsLabel
{
    margin-left:75px;
    font-size:0.8em;
}
