.classProdList{
	-webkit-user-select: none;
	-khtml-user-select: none;
 	-o-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
      
}

.classProdList h3{
	margin:0px 45px;
	color:#f0f0f0;
}
.classProdList .prodCarousel{
	margin:0px 48px; /* Subin[10/11/2014] - was 45px */
}
.classProdList .prodCarousel .jcarousel-container-horizontal{
	padding:0px;
}
.classProdList .prodCarousel .jcarousel-container-horizontal ul{
	height:300px;
}
#btm-adPos-slider-list .classProdList .prodCarousel .jcarousel-container-horizontal ul{
	height: 219px;
}
.classProdList .prodCarousel .jcarousel-item-horizontal{
	margin:0px;
}
.classProdList .prodCarousel .jcarousel-container-horizontal .jcarousel-prev-horizontal{
	position: absolute;
	top: 75px;
	left: -47px; /* Subin[10/11/2014] - was -45px */
	width: 58px;
	height: 103px;
	cursor: pointer;
	background: url("../../asset/sop-cmmns/nav_prev.png") no-repeat 0px 0px;
	z-index: 999;
}

.classProdList .prodCarousel .jcarousel-container-horizontal .jcarousel-next-horizontal{
	position: absolute;
	top: 75px;
	right: -48px; /* Subin[10/11/2014] - was -45px */
	width: 58px;
	height: 103px;
	cursor: pointer;
	background: url("../../asset/sop-cmmns/nav_next.png") no-repeat 0px 0px;
	z-index: 99;
}
.classProdList .prodCarousel .jcarousel-container-horizontal .jcarousel-prev-disabled-horizontal{
	background: url("../../asset/sop-cmmns/nav_prev.png") no-repeat 0px 0px;
}
.classProdList .prodCarousel .jcarousel-container-horizontal .jcarousel-next-disabled-horizontal{
	background: url("../../asset/sop-cmmns/nav_next.png") no-repeat 0px 0px;
}

/* related to product tile within carousel START */
.classProdList .prodCarousel .displayitem {
	width: 168px !important;
	height: 300px;
	float: left;
	text-align: center;
	list-style: none;
	border-right: 1px #EEE solid;
	padding: 0 5px 0 0;
	position: relative;
	z-index: 0;
}
.classProdList .prodCarousel .displayitem:hover {
	background-color: #e5e5e5;
}
.classProdList .prodCarousel .displayitem a{
	text-decoration: none;
    cursor: pointer;
}
.classProdList .prodCarousel .displayitem .classification_img {
	width: 118px;
	height: 170px;
	margin: 10px 25px;
	float: left;
	overflow: visible;
	position: relative;
	text-align: center;
	cursor: pointer;
	background: #eeeeee;
}
.classProdList .prodCarousel .displayitem div.offerTag, 
.classProdList .prodCarousel .displayitem div.prepubTag {
	position:absolute;
	height:18px;
	width:60px;
	padding:8px 10px;
	color:#fefefe;
	font-weight:bold;
}
.classProdList .prodCarousel .displayitem div.offerTag {
	top:94px;
	left:0px;/* left:-25px; */
	background-color:#f24e2b;
}
.classProdList .prodCarousel .displayitem div.prepubTag {
	top:60px;
	left:0px;
	background-color:#c8a45a;
}

.classProdList .prodCarousel .displayitem .pic {
	/* border: 6px solid #FFF;
	box-shadow: 1px 1px 3px lightgray; */
}

.classProdList .prodCarousel .displayitem .pic:hover {
	/* box-shadow: 1px 1px 10px 5px lightgray !important; */
}

.classProdList .prodCarousel .displayitem .greytext {
	color: rgb(80, 76, 106);
}

.classProdList .prodCarousel .displayitem .title {
	text-align: center;
	margin-top: 20px;
	width: 100%;
}

.classProdList .prodCarousel .displayitem .name {
	text-align: center;
}

.classProdList .prodCarousel .displayitem .description {
	text-align: center;
}

.classProdList .prodCarousel .displayitem .displayprice {
	color: #E87817;
	font-size: 1.5em;
	font-weight: bold;
}

.classProdList .prodCarousel .displayitem .btn {
	display: inline-block;
	height: 23px;
	background-color: #565461;
	color: #f4f4f4 !important;
	line-height: 23px;
	font-weight: bold;
	margin-top: 10px;
	padding: 3px 10px;
	cursor: pointer;
	z-index: 0 !important;
}

.classProdList .prodCarousel .displayitem .prod_title {
	width: 158px;
	height: 40px;
	clear: both;
	padding:0px 5px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	color:#5a5a5a;
}
/* related to product tile within carousel END */

/* related to offerAD tile within carousel START */
.classProdList .prodCarousel ul.offerAdSlide li .bx-wrapper, 
.classProdList .prodCarousel ul.offerAdSlide li .bx-window{
	height: 219px !important;
}
/* related to offerAD tile within carousel END */



/* overridden CSS class definitions for media widths below 1366px. START */
@media (max-width: 1365px) {
	
	/* .classProdList h3{
		margin:0px 65px;
	}
	.classProdList .prodCarousel{
		margin:0px 65px;
	}
	.classProdList .prodCarousel .jcarousel-container-horizontal .jcarousel-prev-horizontal{
		left: -54px;
	}
	.classProdList .prodCarousel .jcarousel-container-horizontal .jcarousel-next-horizontal{
		right: -54px;
	} */
	
	/* The above portion is commented to flex the product carousel to fill full streach of page 
	 * (by applying variable widths for induviduals items in carousel for different media widths)
	 * the below Classes will deal with providing custom tile width for this media width. */
	
	.classProdList .prodCarousel .displayitem {
		width: 176px !important;
	}
	.classProdList .prodCarousel .displayitem .classification_img {
		margin: 10px 29px;
	}
	.classProdList .prodCarousel .displayitem div.offerTag, 
	.classProdList .prodCarousel .displayitem div.prepubTag {
		left:-29px;
	}
	
}


/* overridden CSS class definitions for media widths between 1365px and 1920px . START */
@media (min-width: 1366px) and (max-width: 1919px) {
	
	// TODO
	
}


/* overridden CSS class definitions for media widths above 1919px . START */
@media (min-width: 1920px) {
	
	/* .classProdList h3{
		margin:0px 90px;
	}
	.classProdList .prodCarousel{
		margin:0px 90px;
	}
	.classProdList .prodCarousel .jcarousel-container-horizontal .jcarousel-prev-horizontal{
		left: -54px;
	}
	.classProdList .prodCarousel .jcarousel-container-horizontal .jcarousel-next-horizontal{
		right: -54px;
	} */
	
	/* The above portion is commented to flex the product carousel to fill full streach of page 
	 * (by applying variable widths for induviduals items in carousel for different media widths)
	 * the below Classes will deal with providing custom tile width for this media width. */
	
	.classProdList .prodCarousel .displayitem {
		width: 177px !important;
	}
	.classProdList .prodCarousel .displayitem .classification_img {
		margin: 10px 29px;
	}
	.classProdList .prodCarousel .displayitem div.offerTag, 
	.classProdList .prodCarousel .displayitem div.prepubTag {
		left:-29px;
	}
	
}