﻿
.Abox, .Aboxclicked, .HAbox, .HAboxclicked, .CashLinkBox {
    padding: 0px;
    /*width: 30%;*/
    margin-right: 10px;
    margin-bottom: 15px;
    float: left;
    cursor: pointer;
}

.HAbox, .HAboxclicked {
    margin-right: 0px;
} 
      
    .Abox:hover, .HAbox, .Aboxclicked:hover {
        background-color: #fff;
    }

.HAbox, .HAboxclicked {
    /*width: 97px;*/
}

    .HAbox:hover {
        border-color: #696969;
    }

.ABtitle, .ABtitleclicked {
    font-size: 11px;
    height: 20px;
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    overflow: hidden;
    background: darkseagreen;
}

.ABpole {
    background: #80982F url(../Images/Misc/clicktheimage.png);
    height: 20px;
    display: none;
}

.ABtitleclicked {
    color: #808080;
    background: #d5d5d5 url(../Images/Misc/grad5.png);
}


.HAbox .ABtitle, .ABtitleclicked, .HAboxclicked .ABtitle, .ABtitleclicked {
    font-size: 14px;
    padding: 10px;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.ABdesc {
    border-top: 1px solid #b6b6b6;
    color: #8b8989;
    padding: 3px 4px 4px;
    min-height: 26px;
    font-size: 10px;
    line-height: 12px;
    overflow:hidden;
}

.ABinfo {
    font-size: 10px;
    padding: 0 4px;
    border-top: 1px solid #b6b6b6;
    height: 18px;
    font-weight: bold;
}

    .ABinfo img {
        float: right;
        width: 14px;
        height: 14px;
        padding-top: 2px;
    }

img.desaturated {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(../index.html#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}

.ABlist {
    margin-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    color: white;
}

.CashLinkTitle {
    font-size: 12px;
    font-weight: bold;
    /*height: 50px;*/
    background: #ffffff;
    margin-top: 5px;
}

.CashLinkBox {
    text-align: center;
    /*width: 100px;*/
}

.CashLinkTitle .rbutton {
    min-width: 60px !important;
}

.starredAdImg {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    padding-right: 3px;
}

