/* CSS for new style products (initially used in PDP + Promotions) */


/* always hidden elements */
.productWithRating .ratingreviewtext { 
	display: none; 
}


/* products
 ***********************************/
.product {
	color: #333;
	display: -moz-inline-block;
	display: inline-block;
	font-size: 1.2em;
	padding-top: 90px;
	position: relative;
	vertical-align: top;
	width: 112px;
}


.product a { text-decoration: none; }
.product .actions { position: relative; }

.product .error,
.product .outOfStock { 
	color: #ec2e2c;
	display: block; 
	font-weight: bold;
}

.product .image {
	left: 0px;
	position: absolute;
	top: 0px;
}

.product .image a:hover { background-color: transparent; }

.product .image img {
	border: #dfdede solid 1px; 
	width: 85px;
	height: 85px; 
}

.product .number {
	color: #686868;
	font-size: 0.9em;
}

.product .price {
	font-size: 1.4em; 
	font-weight: bold;
	margin-bottom: 3px; 
}

.product .price .main {	padding-left: 1px; }

.product .quickinfo {
	display: block !important; /* needed to combat native show/hide functionality */
	height: 20px;
	top: 2px;
	width: 85px;
}

.product .quickinfo span { background-position: 0px 0px; }
.product .quickinfo:hover span { background-position: 0px -61px; }

.product .savePrice,
.product .wasPrice {
	color: #E42119;
	display: block;
	font-size: 0.7em;
	font-weight: bold;
}

.product .wasPrice {
	color: #686868;
	font-size: 0.65em;
	font-weight: normal;
	padding-left: 1px;
}

/* if BV ratings included 
**************************/
.productWithRating { padding-top: 115px; }

.productWithRating .customerrating  {
	left: 0px;
	position: absolute;
	top: 95px; 
	text-align:center;
}

.productWithRating .customerrating img { vertical-align: bottom; }

/***--- Start of Styling for Out of Stock Recovery Alternative Items ---***/

.oosrProduct {
	color: #333;
	font-size: 1.2em;
	padding: 10px;
}

.oosrProduct .image img {
	width: 100px;
}

.oosrProduct .savePrice{
	color: #E42119;
	display: block;
	font-size: 0.7em;
	font-weight: bold;
}

.oosrProduct .wasPrice {
	color: #686868;
	font-size: 0.65em;
	font-weight: normal;
	padding-left: 1px;
	display: block;
}

.oosrProduct .actions {
	position: absolute;
	bottom: 22px;
	right: 0px;
}

.oosrProduct .actions span:hover{
	color:#333;
}

.oosrProduct .price {
	font-size: 1.4em; 
	font-weight: bold;
	margin-bottom: 3px; 
}

.oosrProduct .title {
	width: 180px;
}

.alternativeProductsRow .content{
	height: 135px;
	width: 33%;
	display: inline-block;
	padding-top: 15px;
	position: relative;
}

.alternativeProductsRow .message{
	padding-top: 15px;
	padding-left: 12px;
	font-size: 13px;
	font-weight: bold;
}

.toggleAlternativeProductsWrapper{
	text-decoration: underline; 
	font-size: 1.1em; 
	color: #333;
	padding-top: 7px;
}

.toggleAlternativeProducts{
	cursor: pointer; 
}

span.toggleAlternativeProducts:focus, span.toggleAlternativeProducts:hover, span.toggleAlternativeProducts:active {
	background-color: #ccc;
}

.trolleyStockAvailability table tr td.alternativeProductsTD{
	height: 0px;
	background: none;
}

#stockAvailability div.QvpActivatee {
      position: fixed;
}

#stockAvailability div#quickInfo ul {
	list-style: disc;
}

.quickViewLowerNav a.more.button {
	display: inline-block;
	position: absolute;
	bottom: 12px;
}

.quickViewLowerNav a.button.addToTrolley {
	/* position: absolute; */
	/* right: 13px; */
	/* bottom: 11px; */
}

#stockAvailability .oosFormWrapper {
	display: inline-block;
    margin-left: 260px;
    
	margin-top: 35px;
}

#oosQuickViewForm {
	position: absolute;
	bottom: 12px;
	right: 12px;
}

#stockAvailability .quickViewLowerNav {
	display: inline-block;
	margin-top: 15px;
}

#stockAvailability dd.hidden.quickViewQuantity {
	display: none;
}

#storeAvailabilityPayNowPopup .payNowPopupQuestion {
	text-align: center;
	padding-top: 30px;
}

#storeAvailabilityPayNowPopup .payNowPopupQuestion span {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #434343;
}

.consumerAffairsText p{
	font-weight:bold;
}

/***--- End of Styling for Out of Stock Recovery Alternative Items   ---***/