/* ------ intro */

#store_intro {
   background: url("/html/image/store/gradient_tile.jpg") bottom repeat-x;
   padding-bottom: 20px;
}

#store_intro .leftContent {
    width: 400px;
    float: left
}

#store_intro .rightContent {
    width: 329px;
    float: left;
}

/* ------ main content */

/* reduce padding-right to allow consistent margins on product thumbnails */
#mainContent {
    padding-right: 0;
}

/* add padding back to category text */
p.categoryText {
    padding-right: 27px;
}

.product_header {
    width: 100%;
    margin-bottom: 5px;
    clear: left;
}

.product_header h2, .product_header a {
    text-transform: uppercase;
    font-size: 15px;
}

.product_header h2 {
    display: inline;
    margin-right: 250px;
}

.product_header a {
    float: right;
    width: 200px;
    margin-right: 27px;
    text-align: right;
}

ul.productList li {
    float: left;
    list-style-type: none;
    width: 170px;
    margin-right: 7.3px;
    margin-bottom: 5px;
    text-align: center;
    height: 220px;
    display:block;
    overflow:visible;
}

td.productThumbnail {
    width: 168px;
    height: 161px;
    border: 1px solid #D0D0C4;
    margin-bottom: 5px;
    vertical-align: middle;
}



