#more_info_tabs{
	overflow:hidden;
}


body .quickview-button {
		background: #292f38; /* Old browsers */
	background: -moz-linear-gradient(top, #292f38 0%, #7a7a7a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292f38), color-stop(100%, #7a7a7a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #292f38 0%, #7a7a7a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #292f38 0%, #7a7a7a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #292f38 0%, #7a7a7a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #292f38 0%, #7a7a7a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292f38', endColorstr='#7a7a7a', GradientType=0 ); /* IE6-9 */
	border: 1px solid #cccccc;
	border-radius: 0 0 0 0;
	color: #FFFFFF !important;
	display: none;
	font-size: 14px;
	left: 10%;
	opacity: 0.8;
	padding: 10px 20px;
	position: absolute;
	text-align: center;
	text-decoration: none !important;
	top: 50px;
	width: 60px;
	font-size: 12px !important;
	cursor: pointer;
}
.qv_catalog_container, .qv_homefeatured_container {
	width: 135px;
	position: relative;
}

.qv_breadcrumb_product_link {
	float: right;
}
.qv_loading {
	position: absolute;
	right: 210px;
	top: 185px;
	z-index: 999;
	display: none;
}

.next-product-view,  .prev-product-view {	
	display: block;
	font-size: 0;
	position: absolute;
	top: 45%;
	z-index: 101;
	width: 30px;
	height: 30px;
	background: url("../js/fancybox/fancybox.png") no-repeat scroll right center transparent;
}
 .next-product-view {
	right: 0px;
	background-position:-41px -61px;
}
 .prev-product-view {
	left: 0px;
	background-position: -40px -30px;
}
#notification_cart_update {
	color: white;
	font-weight: bold;
	margin: 5px !important;
	padding: 10px !important;
	display: none;
	font-size: 10px;
	background-color: #589F2F;
	border: 1px solid #3F7D20;	
}