#auctions ul li a.title {
    height: 40px;
}
#auctions ul li {
    height: 162px;
    position: relative;
}
#auctions ul li .customPrice {
    position: absolute;
    bottom: 9px; 
    width: 100%;
}

#last ul li a.title {
    height: 40px;
}
#last ul li {
    height: 162px;
    position: relative;
}
#last ul li .customPrice {
    position: absolute;
    bottom: 9px; 
    width: 100%;
}

#lastsearch ul li a.title {
    height: 40px;
}
#lastsearch ul li {
    height: 162px;
    position: relative;
}
#lastsearch ul li .customPrice {
    position: absolute;
    bottom: 9px; 
    width: 100%;
}

#act ul li a.title {
    height: 40px;
}
#act ul li {
    height: 162px;
    position: relative;
}
#act ul li .customPrice {
    position: absolute;
    bottom: 9px; 
    width: 100%;
}

#similar ul li a.title {
    height: 40px;
}
#similar ul li {
    height: 162px;
    position: relative;
}
#similar ul li .customPrice {
    position: absolute;
    bottom: 9px; 
    width: 100%;
}
#fbdiv {
    float: right;
    position: relative;
    top: 0px;
}
.listing-message {
    text-align: center;
    font-size: 14px; 
    color: rgb(166, 166, 166); 
    width: 100%;  
    margin-top: 40px;
    margin-bottom: 40px;  
}
.main-message {
    font-size: 24px;
    font-weight: 700;   
}
.sub-message {
    text-align: left; 
    margin: 20px auto 0px; 
    width: 65%;
}
.sub-message li {
    list-style: disc outside none;
    margin-top: 5px;
}
.sub-message > ul {
    margin-left: 0;
}
.ipGridMain {
    margin-top: 50px;
}
