﻿.indexhighlights li 
{
    border:1px solid #B1B6B2;
    float:left;
    height:193px;
    margin-top:13px;
    margin-right:13px;
    overflow:hidden;
    width:172px;
    padding-top:10px;
}
.indexhighlights li a.emptylink 
{
    display:block;
    height:134px;
    overflow:hidden;
    top:0;
    width:172px;
    text-align: center;
}
.indexhighlights li a.textlink 
{
    font-size:1.4em;
    height:1.4em;
    display:block;
    width:162px;
    padding-left: 8px;
    text-decoration: none;

}
.indexhighlights .textcontainer 
{
    height:16px;
    overflow:hidden;
    width:170px;
    margin-top: 10px;
}
.indexhighlights .pricecontainer 
{
    width: 162px;
    padding-left: 8px;
    margin-top: 5px;
}
.indexhighlights .price
{
    float:left;
    position:relative;
    font-weight: bold;
    font-size: 1.6em;
}
.indexhighlights .old_price
{
    text-decoration:line-through;
    color: #CC0000;
}



