/*
Static file for Theme changes
Theme name: My SPA Theme
Version: 1.0
Template: Howdy
*/
/*Spending Account*/

li.spending-account {
    color: #FFFFFF;
    padding: 10px 10px;
    border-width: 0 1px;
    border-style: dotted;
    border-color: #FFFFFF;
}

li.spending-account span {
    font-weight: bold;
}


/*End Spending Account*/

.thumbnail img {
    max-height: 300px;
    max-width: 100%;
    margin: 0 auto 15px;
}
.product-image-large {
    margin: 0 auto;
    max-height: 500px;
    max-width: 100%;
}

.panel-product-list .well {
    height: 575px;
}

.panel-product-list ul li.inline h3 {
    margin: 0 0 7px;
    min-height: 100px;
}  
.panel-category-list ul li a img {
    margin: 0 auto;
    max-height: 300px;
}
.panel-category-list ul li .well {
    padding: 0;
    min-height: 100px;
}



