/*
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;
}

/*transparent category*/

.panel-category-list {
    background-color: transparent;
}

.panel-category-list .well {
    background-color: rgba(0, 0, 0, 0.0);
}

.well {
    border: 0px none;
    border-style: none;
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0);
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.00);
    margin: 0 0px 0px;
    border-style: none;
}

.panel-category-list ul li a {
    padding: 0;
    display: block;
    text-align: center;
    text-decoration: none;
    border-style: none;
}

.panel-category-list ul li .well {
    border-style: none;
}

.panel-category-list.no-panels ul li .well {
    border: none;
}

.panel-category-list.no-panels ul li .well {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

/*End of Transparent category*/



