/*

	Spotlight 
*****************/
/* BA */
.spotlight_holder {
	border: 2px solid #b6b6b6;
	overflow: auto;
	margin-bottom: 30px;
	margin-top: 5px;
	padding: 5px 5px 50px 5px;
	position: relative;
	display: block;
}
.spotlight .details .cart .add_to_basket  button {
	position: absolute;
	bottom: 0;
}
.spotlight .details .cart .collect_from_store button {
	position: absolute;
	bottom: 0;
}
.spotlight_item {
	width: 49%;
	float: left;
}
.spotlight_item.last {
	float: right;
}
/* BA */
.spotlight .title_holder {
	position: relative;
	overflow: visible;
	margin-bottom: 10px;
}

.spotlight .title {
	position: absolute;
	top: -11px;
	left: 15px;
	margin-left: 7px;
	margin-right: 7px;
	right: 0;
	left: 0;
}

.productgridcontainer .cms_disp-img_slot .spotlight .thumb img  {
	width: auto;
}

.spotlight .thumb .price {
	text-transform: uppercase;
	font-size: 1.6em;
	float : right;
}

.spotlight .thumb img {
	clear : none;
	vertical-align: middle;
	
}

.spotlight .thumb {
	margin-left: 7px;
	margin-right: 7px;
}

.spotlight .details {
	margin-left: 7px;
	margin-right: 7px;
}

.spotlight .details .cart {
	width : 100%;
}

.spotlight .details .cart .add_to_basket {
	float : left;
	clear : none;
	
}

/* BA */
/*.spotlight .details .cart .collect_from_store {
	clear : none;
	float : right;
}*/
.spotlight .details .cart .collect_from_store {
	margin-left: 244px;
	float: left;
	/* BA hack */
}


.spotlight .listProductLowStock {
	display : block;
	font-size: 11px;
	color: #E88A04;
}

.spotlight .listProductOutOfStock {
	display : block;
	color: #bc0000;
}

.click_pickupInStore_Button {
	margin-bottom: 12px !important;
}

