#product-grid-1 ul.product {
	position: relative;
	}


.badgesCategoryPg ul, .badgesProductPg ul { 
	margin:0;
	padding:0;
	padding-top: 5px;
	/*border-top: 1px dotted #cccccc;*/
	display: inline-block;
	float: right; 
	
	/* text-align: right; */
	}

.badgesProductPg ul { 
	text-align: center;
	padding-bottom: 5px;
	/*border-bottom: 1px dotted #cccccc;*/
	}
/*
.badgesCategoryPg ul li, .badgesProductPg ul li { 
	overflow: hidden;
	float:left;
	height: 53px;
	text-indent: -999px;
	margin: 5px;
}
*/

.badgesCategoryPg ul li, .badgesProductPg ul li { 
	overflow: hidden;
	display: inline-block;
	height: 40px;
	text-indent: -999px;
	margin: 5px;
	}

.badgesCategoryPg { 
	overflow: hidden;
	background-color: #FFFFFF; /* #996666 */
	margin-top: 10px;
	/* margin-left: 140px; */
	}

.badgesProductPg { 
	overflow: hidden;
	background-color: #FFFFFF;
	}


/*** Limit width of Product Name and Description on Category Page ***/



/*** PAINT BADGES ***/


.badgesCategoryPg-zerovoc .bdg-greenPromise {
    width: 115px;
    background: url(../images/badges/small/green-promise-zerovoc.png) no-repeat center center;
}
.badgesProductPg-zerovoc .bdg-greenPromise {
                width: 115px;
                background: url(../images/badges/small/green-promise-zerovoc.png) no-repeat center center;
}


.bdg-greenPromise {
	width: 115px;
	background: url(../images/badges/small/green-promise.png) no-repeat center center;
	}

.bdg-paintPrimer {
	width: 40px;
	background: url(../images/badges/small/paint-primer.png) no-repeat center center;
	}

.bdg-ppTogether {
	width: 66px;
	background: url(../images/badges/small/paint-primer-together.png) no-repeat center center;
	}

.bdg-ppTogetherFR {
	width: 55px;
	background: url(../images/badges/small/paint-primer-together-fr.png) no-repeat center center;
	}

.bdg-painterFavorite {
	width: 40px;
	background: url(../images/badges/small/painter-favorite.png) no-repeat center center;
	}

.bdg-colorLock {
	width: 40px;
	background: url(../images/badges/small/color-lock.png) no-repeat center center;
	}

.bdg-fpo {
	width: 49px;
	background: url(../images/badges/FPO.png) no-repeat center center;
	}
	
.bdg-zeroVoc {
	width: 42px;
	background: url(../images/badges/small/zero-voc.png) no-repeat center center;
	}
	
.bdg-ghKeeping {
	width: 65px;
	background: url(../images/badges/small/good-house-keeping.png) no-repeat center center;
	}
	
	
	
/* 
TOP HEADER PROMOS AND STORE SELECTOR ---
This will need to be updated in the benmoore_style.css
*/

#select-store, #my-store {
	background-color: #EFEFEF;
	width: 365px;
	height: 60px;
	margin: 0;
	}

#promo-banner {
	background-color: #EFEFEF;
	width: 365px;
	height: 60px;
	position: absolute;
	left: 205px;
	}
	
/* Tooltip jQuery Tools */
.tooltip {
    display:none;
    background: #333 url(/media/img/tooltip/black_arrow.png);
    font-size:12px;
    height:auto;
    width:160px;
    padding:15px;
    color:#eee;
	}

