/*****************************************************
				*** Product List ***
******************************************************/
/*#prodListWrap{
	width:100%;
}
#catListWrap {
	width: 100%;
}
.listItem{
	border-bottom:1px solid #d8d8d8;
	padding:20px 0;
}
.listItem>a{
	display:block;
}
#prodListWrap .prodImage{
	display: table-cell;
	width: 130px;
	vertical-align:top;
}
.prodImage .img{
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	background-color:#fff;
	border:1px solid #aaa;
	height:130px;
	width:100%;
	padding:0;
}
.prodImage img{
	border:1px solid #d8d8d8;
}
.prodText{
	display:table-cell;
	vertical-align: top;
	padding:10px;
}
a .prodText p{
	color:#323232;
}
.prodText:hover p{
	color:#004c93;
}
.prodTechName{
	font-weight: bold;
}

.iconLink {
	cursor: pointer;
}

#wishListPopUp {	
	position: fixed;
	box-sizing:border-box;
	padding:30px 35px;
	display:none;
    left:50%;
	top:50%;
	margin:-40px 0 0 -225px;
	background:#fff;
	min-height:80px;
	width:450px;
	z-index: 60;
	color:#004c93;
	border:none;
	border-radius:3px;
	box-shadow:0 0 8px -1px rgba(0,0,0,.4);
}

*/
/*****************************************************
				*** Product Detail ***
******************************************************/




.prodSelectCombinationNotPossible{
	background:#FCD4D4 !important;
	color:#444 !important;
}
.selectAlertIcon{
	color: #C90C10;
    position: absolute;
    left: -15px;
    font-size: 17px;
    top: 0;
}
.f_prodOption_select.alertSelect{
	border-color:#C90C10;
}
.addProduct.inactive{
	opacity:.4;
}
.prodProperty{
	padding-bottom: 8px !important;
}