
/***************************************************************************************************************
					CSS QUICK VIEW
***************************************************************************************************************/
.p-item:hover .leo_view_product a {
	display: block;
	background: url("icon-quickview.png") no-repeat top center;
	top: 50%;
	width: 36px;
	height: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	text-indent:-9999px;
}
.p-item:hover .leo_view_product {
	height: 40px;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: all 0.5s ease 0s;
	width: 36px;
	z-index: 10;
	display:block !important;
}
.p-item:hover .leo_view_product a:hover{
	background-position:center -48px;
}
.leo_view_product span{
	color: #666666;
    float: left;
    font-size: 12px;
    left: -82%;
    padding: 40px 0 0;
    position: absolute;
    width: 100px;
}
.leo_view_product a:hover span{color:#42A8BF}	

#fancybox-left{
	width:20px;
}
#fancybox-right{
	width:20px;
}
.leo_view_product{
	display:none;
}
/*************************************************************************************************
				PRODUCT
*************************************************************************************************/
.fancybox-skin{
	background:#FFF;
}
.fancybox-iframe #toolspanel .pn-button{
	display:none !important;
}
.sortPagiBar{
	border-bottom:1px solid #e9e9e9;
}
.quickview-wrapper{background:#fff;}
.quickview-wrapper .row-fluid .span5{width:40.0552% !important}
.quickview-wrapper .row-fluid .span7{width:57.1823% !important}
.quickview-wrapper  #pb-right-column #image-block #view_full_size .span_link{
	width:230px;
}