/* Default listing carousel Featured Items */
.featuredProductsListing .BXvertCarousel > div:first-child {
    margin-left: 0;
}
.featuredProductsListing .BXvertCarousel > div {
    float: left;
    margin-left: 24px;
    width: 220px;
		text-align: center;
}
.featuredProductsListing .BXvertCarousel h3 {
    font-family: inherit;
    font-size: 15px;
}
.featuredProductsListing .points {
    font-size: 20px;
    font-weight: bold;
}
.featuredProductsListing .BXvertCarousel img {
    border: 1px solid #ddd;
    width: 220px;
		margin-bottom: 10px;
}
.featuredProductsListing > h2 {
    color: #000;
    font-size: 24px;
}
.splitLanding {
    width: 50%;
    height: auto;
	float: left;
	display: block;
	border-style: none;
	margin: 0 auto;
	padding-bottom: 15px;
}
/* END listing carousel Featured Items */
#itemListing .il-wide {
	display: none;
	width: 100%;
	/*max-width: 1300px;*/
}
#itemListing.lLoad .il-wide {
	display: block;
}
#itemListing .il-normal {
	display: block;
	width: 100%;
	max-width: 800px;
}
#itemListing.lLoad .il-normal {
	display: none;
}
@media only screen and (max-width : 800px) {
#itemListing .il-normal, #itemListing.lLoad .il-normal {
	display: block;
}
#itemListing .il-wide, #itemListing.lLoad .il-wide  {
	display: none;
}
}