@import "global.cssx";

/**
 * Specials table
 * ------------------------------------------------
 */

.specials h1 {
    margin-bottom:0;
    padding-bottom:0;
    background: transparent url("../images/text_specialdeals.gifx") no-repeat 8px center;
    height: 22px;
	border-bottom: 0px solid #267eb0;
}

.special {
    position: relative;
    float: left;
    width: 258px;
    height: 58px;
    border-bottom: 1px solid #267eb0;
    padding: 8px;
    overflow:hidden;
}

.special .info {
    position: relative;
    left: 6px;
}

.special img {
    float: left;
    margin-right: 6px;
    width: 78px;
    height: 52px;
}

.special h1 {
    display: inline;
}

.info a {
    color: #0066bb;
    font-weight: bold;
    text-decoration: underline;
}

.special div.arrow {
    background: transparent url("../images/arrow_over.gifx") no-repeat 2px 2px;
    float: right;
    width: 16px;
    height: 16px;
}

.special div.arrow a {
    background: transparent url("../images/arrow.gifx") no-repeat 2px 2px;
    width: 16px;
    height: 16px;
    display: block;
}

.special div.arrow a:hover {
    background: transparent;
}

.more-specials {
    clear: both;
    text-align: right;
    padding-top:6px;
    padding-bottom:3px;
    border-bottom: solid 1px #069;
}

.more-specials .button {
    background: transparent url("../images/more_specials.gifx") no-repeat;
    float: right;
    width: 114px;
    height: 21px;
    margin: 11px 0;
}

.more-specials .button a {
    display: block;
    width: 114px;
    height: 21px;
    background: transparent url("../images/more_specials.gifx") no-repeat;
    color: #FFF;
    text-decoration: none;
}

.more-specials .button a:hover {
    color: #666;
    background: transparent;
}

/*
Top and Bottom rows of search results
*/
.topRow
{
    border-top: solid 1px #069;
}
.bottomRow
{
    border-bottom: solid 1px white;
}
