﻿
.item {
    width: 236px;
    background: #ccc;
    overflow: hidden;
    margin: 15px 0 0 0;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.2);
}

.item2 {
    width: 236px;
    background: #fff;
    overflow: hidden;
    margin: 15px 0 0 0;
}

.item3 {
    width: 235px;
    background: #f6f6f6;
    overflow: hidden;
    margin: 8px 0 0 0;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.2);
}

.imgdivh {
    height: 285px;
}

.item_t {
    padding: 0;
}
.item_t1 {
    height: 235px;
}

    .item_t .img {
        background-color: #FFFFFF;
        margin: 0 auto;
        position: relative;
        width: 236px;
    }

        .item_t .img a {
            display: block;
        }

            .item_t .img a:hover {
            }

    .item_t .img2 {
        background-color: #FFFFFF;
        margin: 0 auto;
        position: relative;
        width: 236px;
    }

        .item_t .img2 a {
            display: block;
        }

            .item_t .img2 a img {
                border-radius: 20px;
            }

            .item_t .img2 a:hover {
            }

    .item_t .price {
        position: absolute;
        bottom: 10px;
        right: 0px;
        background-color: rgba(0, 0, 0, 0.2);
        color: #FFF;
        filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#33000000, endcolorstr=#33000000);
    }

.item .btns {
    display: none;
}

.item3 .btns {
    display: none;
}

.sptitle{
    margin:10px;
    font-size:20px;font-weight:bolder;
    text-align:left;
}

DIV.scottC {
    font-size: 12px;
    text-align: left;
    margin-bottom:10px
}

    DIV.scottC A {
        padding: 4px 7px;
        MARGIN: 2px;
        COLOR: #000;
        border: 1px solid #ccc;
        TEXT-DECORATION: none
    }

        DIV.scottC A:hover {
            border: #CAECFC 1px solid;
            COLOR: #000;
        }

        DIV.scottC A:active {
            border: #CAECFC 1px solid;
            COLOR: #000;
        }

    DIV.scottC SPAN.current {
        border: 1px solid #66ccff;
        background-color: #66ccff;
        color: #ffffff;
        padding: 4px 7px;
        FONT-WEIGHT: bold;
        MARGIN: 2px;
    }

    DIV.scottC SPAN.disabled {
        BORDER-RIGHT: #eee 1px solid;
        PADDING-RIGHT: 5px;
        BORDER-TOP: #eee 1px solid;
        PADDING-LEFT: 5px;
        PADDING-BOTTOM: 2px;
        MARGIN: 2px;
        BORDER-LEFT: #eee 1px solid;
        COLOR: #ddd;
        PADDING-TOP: 2px;
        BORDER-BOTTOM: #eee 1px solid
    }