﻿.wndFavourites
{
    overflow:hidden;
    padding-top:43px;
    background:transparent url(/_common/images/windows/favourites/header.gif) no-repeat 0 0;
    width:201px;
}
.wndFavourites .topPanel
{
    border-left:solid 1px #9ab3cb;
    border-right:solid 1px #9ab3cb;
    background-color:#e5ebf0;
    overflow:auto;
    height:816px;
}
.wndFavourites .middlePanel
{
    border-left:solid 1px #9ab3cb;
    border-right:solid 1px #9ab3cb;
    background-color:#e5ebf0;
    overflow:auto;
    height:60px;
}
.wndFavourites .middlePanel .btnSampleMedium
{
    margin:0px auto 0px auto;
    top:6px;
    position:relative;
}
.wndFavourites .bottomPanel
{
    overflow:hidden;
    height: 7px;
    display: block;
    background:url(/_common/images/windows/favourites/footer.gif) no-repeat;
}


.wndFavourites .topPanel .card
{
    border-bottom:solid 1px #c6d0e6;
    margin:10px;
    padding:2px 0px 20px 0px;
    overflow:auto;
}
.wndFavourites .topPanel .card h3
{
    text-align:center;
    padding-bottom:3px;
    margin-bottom:0px;
}
.wndFavourites .topPanel .card img
{
    margin:10px auto 5px auto;
}


.wndFavourites .topPanel .card .btnOrderHollow,
.wndFavourites .topPanel .card .btnSampleHollow,
.wndFavourites .topPanel .card .btnRemoveHollow
{
    margin:2px auto 0px auto;
}
