
h1
{
    margin: 0 0 10px 0;
    font-weight: normal;
    font-size: 2em;
    color: #666;
}

div.pin-high-product
{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 220px;
    margin: 0 5px 5px 0;
    padding: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    cursor: pointer;
}

div.pin-high-product > img
{
    width: 220px;
}

div.pin-high-product > h2
{
    margin: 0;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    width: 210px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #fff;
    background-color: #16bdff;
}

div.pin-high-product > p
{
    font-size: 11px;
}
