﻿@charset "UTF-8";

a img {
	border: none;
}


/* New styles as of Ecommerce AMS update 2014 */
.cf:before,
.cf:after {
    content: "";
    display:table;
}

.cf:after {
    clear: both;
}

.bx-wrapper,
.sidebar-image__new,
.product-details__add,
.product__register,
.donate__enter,
.view-all,
.survey__submit,
.survey__submit-left,
.message img,
.cart__btns {
    display: none;
}

.product-members-price,
.product__info ul,
.sidebar-text__content p,
.product__info p {
	margin:0;
}

.product-details h2,
.member h2 {
	margin-bottom: 5px;
}

.product__price {
	margin-top: 0;
	margin-bottom: 10px;
}

.sidebar-text__content h3,
.event h2 {
	margin-bottom: 0;
}

#imgLogo {
	background: #ccc;
	margin-bottom: 15px;
	padding: 10px 0 10px 10px;
	width: 200px;
}

.form__checkbox-text {
    display: inline;
}

.survey__multi-column-list,
.survey__inHonor ul {
    list-style: none;
    padding-left: 0;
}

.popular-products ol {
    list-style:none;
    padding-left: 0;
}

.popular-products ol li {
    float:left;
    margin-right:2%;
    max-width:22%;
}

.popular-products img {
    max-width: 60%;
}

.prod-detailed .list-wrapper {
    float:left;
    margin-right:3%;
    width:20%;
}

.prod-detailed img {
    max-width:100%;
}