/*
## productGrid
********************************************************************/


.template-pages-category-productGridPage .section2 .dynamic_disp-img{
	position:relative;
}

.template-pages-category-productGridPage .section2 .title{
	position:absolute;
	top:0;
	line-height:29px;
	padding:0 0 0 20px;
	color:#fff;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.template-pages-category-productGridPage .section2 .thumb{
	
}

.template-pages-category-productGridPage .section2 .details{
	position:absolute;
	top:40px;
	width:500px;
	padding: 0 0 0 20px;
	color:#fff;
}

.productGrid .productGridItem {
	margin:10px 5px 10px;
	border: 1px solid #D6D6D6;
}
.productGrid .detailContainer{
	height: 70px;
    padding: 5px;
}
.productGrid .listProductLowStock {
    padding: 5px;
}
.productGrid .cart {
	padding-left: 5px 
}
.productGrid a.button.detail {
    background-color: #FFF;
    border-color: #EA5A2D;
    color: #EA5A2D;
}

.productGrid a.button,.productGrid button.button{
	height: 26px;
	line-height: 26px;
}

.productGrid .productGridItem .productMainLink{
	min-height:345px;
	display: block;
}

.productGrid .productGridItem .thumb{
	border-bottom:1px dotted #c1c1c1;
	margin:0 0 5px 0;
	padding:0 0 20px 0;
	height: 220px;
	width: 218px;
	overflow: hidden;
}

.productGrid .productGridItem .thumb img{ 
	width:100%;
}

.productGrid .productGridItem .details{
    color: #464646;
    padding: 0 0 4px 0;
    line-height: 120%;
    font-size: 15px;
    font-weight: bold;
}
.productGrid .productGridItem .details,.productGrid .productGridItem .summary{
/*     height: 35px; */
}

.productGrid .productGridItem  button.pickupInStoreButton, .productGrid .productGridItem  button.addToCartButton {
    height: 25px;
    font-weight: normal;
}

.productGrid .productGridItem .priceContainer{
	float:right;
}

.productGrid .productGridItem .cart .add_to_cart_form{
	float:right;
	width:49%;
}
.productGrid .productGridItem .cart .add_to_cart_form.out-of-stock{
	width:auto;
	margin-right: 10px
}
.productGrid .productGridItem .cart .add_to_cart_form.out-of-stock button{
	height: 30px;
    line-height: 30px;
}

.productGrid .productGridItem .cart .collect_from_store{
	width:49%;
}
