	/* Product Listing */

	.product-listing {
		width: 100%;
		margin: 0;
		list-style: none;
	}
	
	.product-back-gradient {
		background: rgba(102,102,102,1);
		background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(255,255,255,1) 35%, rgba(153,153,153,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102,102,102,1)), color-stop(35%, rgba(255,255,255,1)), color-stop(100%, rgba(153,153,153,1)));
		background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(255,255,255,1) 35%, rgba(153,153,153,1) 100%);
		background: -o-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(255,255,255,1) 35%, rgba(153,153,153,1) 100%);
		background: -ms-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(255,255,255,1) 35%, rgba(153,153,153,1) 100%);
		background: linear-gradient(to bottom, rgba(102,102,102,1) 0%, rgba(255,255,255,1) 35%, rgba(153,153,153,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#999999', GradientType=0 );
		border-radius: 5px 5px 0px 0px;
		-moz-border-radius: 5px 5px 0px 0px;
		-webkit-border-radius: 5px 5px 0px 0px;
	}
	
	.product-gender-gradient {
		border-radius: 0px 5px 0px 0px;
		-moz-border-radius: 0px 5px 0px 0px;
		-webkit-border-radius: 0px 5px 0px 0px;
		border: 0px solid #000000;
		background: rgba(229,229,229,1);
		background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(188,188,188,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(229,229,229,1)), color-stop(100%, rgba(188,188,188,1)));
		background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(188,188,188,1) 100%);
		background: -o-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(188,188,188,1) 100%);
		background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(188,188,188,1) 100%);
		background: linear-gradient(to bottom, rgba(229,229,229,1) 0%, rgba(188,188,188,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#bcbcbc', GradientType=0 );
	}
	
	.product-desc-gradient {
		background-color: #333;
		border-radius: 0px 0px 5px 5px;
		-moz-border-radius: 0px 0px 5px 5px;
		-webkit-border-radius: 0px 0px 5px 5px;
		border: 0px solid #000000;
	
	}
	
	.glyphicon {
		position: relative;
		display: inline-block;
		top: 1px;
		line-height: 1;
	}
	
	.glyphicon.glyphicon-basket {
		padding: 5px;
	}
	
	
	.glyphicon-basket:before {
		content: url('/sites/all/themes/fusion_xbionic/img/new-shopping-basket.png');
	}

	.glyphicon-basket.inactive:before {
		content: url('/sites/all/themes/fusion_xbionic/img/new-shopping-basket-inactive.png');
	}
	
	.product-listing > li {
		float: left;
		position: relative;
		display: block;
		list-style: none;
		margin-right: 20px;
		margin-bottom: 20px;
	}
	
	.wrapper-image {
		padding-top: 20px;
		vertical-align: middle;
		text-align: center;
		position: relative;
	}
	
	.wrapper-image .main-image {
		display: table;
		width: 100%;
		height: 100%;
		position: relative;
		min-height: 240px;
	}
	
	.product-listing .grid16-5:nth-child(3n) {
		margin-right: 0px;
	}
	
	.product-listing .block460:nth-child(2n) {
		margin-right: 0px;
	}
	
	.horizontal-slider .product-listing li:nth-child(3n) {
		margin-right: 30px;
	}
	
	.horizontal-slider .product-listing li:last-child {
		margin-right: 0px;
	}
	
	.product-listing .product-toggle {
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 1;
		cursor: pointer;
		width: 29px;
		height: 44px;
		background: url('../img/product_listing_icons.png') no-repeat;
		background-position: -50px -7px;
	}
	
	.hotspot-wrapper {
		position: absolute;
		z-index: 2;
		display: none;
		opacity: 0.5;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
	}
	
	.product-img-wrapper .hotspot-wrapper {
		opacity: 1;
	}
	
	.wrapper-image:HOVER .hotspot-wrapper {
		opacity: 1;
	}
		
	.hotspot-wrapper .hotspot{
		position: absolute;
		margin-left: -14px;
		margin-top: -14px
	}
	
	.hotspot-wrapper .hotspot a {
		display: block;
		width: 28px;
		height: 28px;
		background: url('../img/product_listing_icons.png') no-repeat;
		background-position: -2px -56px;
		text-decoration: none;
		font-size: 18px;
	}
	
	.hotspot-wrapper .hotspot.hotspot-video a {
		background-position: -2px -86px;
	}
	
	.hotspot-wrapper .hotspot.hotspot-video a:hover,
	.hotspot-wrapper .hotspot.hotspot-video a.active,
	.hotspot-wrapper .hotspot.hotspot-video a.active:hover {
		background-position: -35px -86px;
	}

	.hotspot-wrapper .hotspot a:hover {
		background-position: -35px -56px;
	}
	
	.hotspot-wrapper .hotspot a.active,
	.hotspot-wrapper .hotspot a.active:hover {
		background-position: -68px -56px;
	}

	.wrapper-description {
		height: 100px;
		overflow: hidden;		
	}
	
	.over-image {
		width: 100%;
		background-color: #222;
	}
	
	.over-image .product-gender-gradient {
		padding: 6px 20px 0px 10px;
		font-size: 12px;
		font-weight: bold;
		color: #666;
		float: left;
		display: inline-block;
		height: 19px;
	}
	
	.over-image .product-price,
	.over-image .product-price-original {
		font-size: 14px;
		font-weight: bold;
		color: #fff;
		vertical-align: middle;
		padding-left: 10px;
	}
	
	.vertical-list .over-image,
	.horizontal-slider .over-image,
	.grid-with-pager .over-image {
		background-color: transparent;
	}
	
	.vertical-list .over-image .product-price,
	.horizontal-slider .over-image .product-price,
	.grid-with-pager .over-image .product-price {
		vertical-align: bottom;
		text-align: right;
	}
	
	.over-image .product-price-original .uc-price {
		text-decoration: line-through;
	}
	
	.over-image .uc-price {
		padding-right: 10px;
		display: inline-block;
	}
	
	.wrapper-description a {
		text-decoration: none;
		font-size: 14px;
		font-weight: bold;
		padding: 10px 0px 10px 0px;
		margin: 0px 10px 0px 10px;
		display: block;
		width: auto;
		border-bottom: 1px solid #666666;
	}
	
	.wrapper-description .shape {
		font-size: 12px;
		color: #666;
		display: block;
		padding: 10px 0px 10px 0px;
		margin: 0px 10px 0px 10px;
	}

	
	
	
	
	
	/*do not change this */
	.popover {
		position: absolute;
		top:0px;
		left:0px;
		z-index: 99;
	}
	
	a:hover {
	cursor:pointer;
	}
	
	.popover-light.popover .popover-content {
		background: rgba(204, 204, 204, 0.95);
		max-width: 420px;
		display: table;
		-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
		color: #000; 
		Alpha: 95%;
		
	}
	
	.popover .popover-content {
		background: rgba(51, 51, 51, 0.95);
		max-width: 420px;
		display: table;
		-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
	}
	
	
	 .shipping-cost.popover .popover-content {
		padding: 10px;
		background: rgba(204, 204, 204, 0.95);
		max-width: 420px;
		display: table;
		-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
		color: #000; 
		Alpha: 95%;
	}
	
	
	.popover.v-align {
		margin-left: -42px;
	}
		
	.popover.v-align.bottom:before,
	.popover.v-align.top:after {
		display:inline-block;
 		content: "";
		background: url('../img/product_listing_icons.png') no-repeat;
		width: 20px;
		height:10px;
		margin-left: 20px;
	}
	
	.popover.shipping-cost.v-align.bottom:before,
	.popover.shipping-cost.v-align.top:after {
		display:inline-block;
 		content: "";
		background: url('../img/product_listing_icons.png') no-repeat;
		width: 20px;
		height:10px;
		margin-left: 20px;
	}
	
	.popover.v-align.bottom:before {
		background-position: 0px -24px;
		vertical-align: bottom;	
	}
	
	.popover.v-align.top:after {
		background-position: 0px -38px;
		vertical-align: top;	
	}
	
	.popover.shipping-cost.v-align.bottom:before{
		background-position: -96px -24px;
		vertical-align: bottom;	
	}
	
	.popover.shipping-cost.v-align.top:after{
		background-position: -96px -38px;
		vertical-align: top;	
	}
	
	.popover-light.v-align.bottom:before {
		background-position: -96px -24px;
		vertical-align: bottom;	
	}
	
	.popover-light.v-align.top:after {
		background-position: 96px -38px;
		vertical-align: top;	
	}
		
	.popover.h-align:before {
		width: 10px;
		height:20px;
	}
	
	/* Product Listing Styles */
	.popover-product-listing .popover-panel-description {
		width: 70%;
		padding: 10px 0px 10px 0px;
		display: table-cell;
	}
	
	.popover-product-listing .popover-panel-description p, 
	.popover-product-listing .popover-panel-description h3 {
		margin: 0px 10px 0px 10px;
	}
	
	.popover-light.popover-product-listing .popover-panel-description h3 {
		margin: 0px 10px 0px 10px;
		color: #000;
	}
	
	.popover-product-listing .popover-panel-image {
		display: table-cell;
		width: 30%;
		height: auto;
	}
	
	.popover-product-listing .popover-panel-image img {
		width: 100%;
		height: 100%;
		display: block;
		position: relative;
	}
	
	.horizontal-slider {
		width: 100%;
		height: 385px;
		overflow: hidden;
		margin-bottom: 10px;
		position: relative;
	}
	
	.vertical-list {
		height: 385px;
		overflow: hidden;
		margin-bottom: 10px;
		position: relative;
	}
	
	.horizontal-slider ul {
		position: absolute;
	}
	
	.horizontal-slider-nav,
	.vertical-list-nav {
		text-align: center;
	}