﻿.search-results
{
    width: 100%;
}

.search-results a
{
    color: #666666;
    text-decoration: none;
}

.search-results .paging
{
    font-size: 13px;
}

.search-results .paging a
{
    color: #8FC644;
    text-decoration: underline;
    margin: 0px 1px;
}

.search-results th
{
    background-color: #233C7F;
    color: White;
    padding: 4px;
}

.search-results td
{
    padding: 4px;
}

.search-results table
{
    border-bottom: dashed 1px #E0E0E0;
    width: 100%;
}

.search-results table.last
{
    border-width: 0px;
}

.search-results h2
{
    margin: 0px;
}

.search-results .name
{
    color: #3C4588;
    font-weight: bold;
}

.search-results .price
{
    color: #8FC644;
    font-size: 14px;
}

.search-results .newprice
{
    color: Red;
}

.search-results .origprice
{
    text-decoration: line-through;
    font-size: 11px;
}

.search-results .featured
{
    border: solid 1px red;
}

.search-results .feature
{
    background-color: #F3F3F3;
    border: solid 1px #C8C8C8;
}

.search-results .feature .price
{
    background-repeat: no-repeat;
    background-position: center top;
    color: White;
    padding-top: 20px;
    font-weight: bold;
}

.search-results .feature .newprice
{
    color: White;
    font-weight: bold;
}

.search-results .special .price
{
    background-image: url(../../app_themes/default/layout/special-bg.jpg);
}

.search-results .discount15 .price
{
    background-image: url(../../app_themes/default/layout/discount15.jpg);
    color: #666666;
}

.search-results .discount15 .newprice
{
    color: #666666;
}

.search-results .discount25 .price
{
    background-image: url(../../app_themes/default/layout/discount25.jpg);
    color: #666666;
}

.search-results .discount25 .newprice
{
    color: #666666;
}

.search-results .discount35 .price
{
    background-image: url(../../app_themes/default/layout/discount35.jpg);
}

.search-results .discount50 .price
{
    background-image: url(../../app_themes/default/layout/discount50.jpg);
}

.chkbox-list
{
    width: 100%;
}

.chkbox-list td
{
    width: 33%;
    padding-bottom: 3px;
}
