/**
 * STYLE SHEET :: NEW PRODUCT ITEMS
 *
 * Specifies styles specific to new product items
 */

#new-products {
/*
    clear: both;
*/
    margin: 1.3em 0.2em 0.8em 0.2em;
    background: transparent url(/images/background/white-50p.png);
    }

    #new-products table {
        width: 100%;
        }

        #new-products table caption {
            margin-bottom: 0;
            padding: 0;
            background: #B1D920 url(/images/bg-new-products-caption.png) bottom repeat-x;
            font-size: 13px;
            color: #FFF;
            text-align: left;
            }

            #new-products table caption span {
                display: block;
                padding: 0;
                background: transparent url(/images/bg-new-products-top-left-corner.png) top left no-repeat;
                }

                #new-products table caption span strong {
                    display: block;
/*
                    padding: 0.4em 0.6em 0.5em 0.6em !important;
*/
                    padding: 0.4em 0.6em 0.55em 0.6em;
                    background: transparent url(/images/bg-new-products-top-right-corner.png) top right no-repeat;
                    }

        #new-products table tr td {
            width: 33%;
            padding: 0 2%;
            border: 1px dashed #B1D920;
            border-width: 0 1px 1px 0;
            text-align: center;
            }

            #new-products .first {
                border-left: 1px dashed #B1D920;
                }

        #new-products td a,
        #new-products td a img,
        #new-products td a span {
            display: block;
            margin: 0;
            }

        #new-products td a {
            padding: 1.2em 0 0.8em 0;
            text-decoration: none;
            border-bottom-width: 0;
            }

        #new-products .thumbnail {
            height: 100px;
            width: 100px;
            margin: 0 auto 0.7em auto;
            text-align: center;
            }

        #new-products .thumbnail img,
        #new-products .brandLogo{
            display: block;
            margin: auto;
            }

        #new-products .brandLogo{
/*
            width: 90px;
            height: 72px;
*/
            width: 75px;
            height: 60px;
            }

        #new-products td a.product-details {
            height: 12.5em;
            line-height: 1.2em;
            }

        #new-products td a.product-details .brand {
            margin-bottom: 0.1em;
            font-weight: normal;
            font-size: 11px;
            color: #91B900;
            text-transform: uppercase;
            }

        #new-products td a.product-details .title,
        #new-products td a.product-details .name {
            margin: 0;
            font-style: normal;
            font-weight: bold;
            font-weight: normal;
            color: #006BA1;
            }

        #new-products td a.product-details .authors,
        #new-products td a.product-price span {
            line-height: 1.3em;
            font-weight: normal;
            color: #999;
            }

        #new-products td a.product-price span strong {
            font-size: 17px;
            color: #C00;
            color: #D00;
            }


