#topspot-catalog-product-listing
,#topspot-catalog-product-filters{
	position: relative;
}

#topspot-catalog-product-listing-table th
,#topspot-catalog-product-listing-table td{
	font-size: 12px;
}
.topspot-catalog-ajax-loader{
	position: absolute;
	height: 100%;
    width: 100%;
    top:0;
    left:0;
    background-color: rgba(255,255,255,0.5);
}

#topspot-catalog-product-listing-table .product-image{
	max-width: 40px;
}
.add-to-quote-qty{
	width: 40px;
	font-size: 12px;
	text-align: center;
}

#mini-cart{
	background-color: white;
	width: 300px;
	position: absolute;
	right:20px;
	top:50px;
	z-index: 99;
	padding: 10px;
	display: none;
	box-shadow: -2px 10px 61px -13px rgba(0,0,0,0.75);
}

.topspot-catalog-mini-cart-items ul
,.topspot-catalog-mini-cart-items ul li{
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 11px;
}
.topspot-catalog-mini-cart-items ul li{
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e1e1e1;
}
.topspot-catalog-mini-cart-items ul p{
	font-size: 11px;
	margin: 0px;
}
.topspot-catalog-mini-cart-items ul .product-info{
	width: 200px;
	display: inline-block;
}
.topspot-catalog-mini-cart-items ul .product-control{
	width: 60px;
	display: inline-block;
	vertical-align: top;
}

#topspot-catalog-search-suggestions{
	background-color: white;
	padding: 0px 10px;
	z-index: 9999;
	position: absolute;
	top:55px;
	font-size: 12px;
	width: 330px;
	
	display: none;
}
#topspot-catalog-search-suggestions .topspot-catalog-search-suggestion strong{
	background-color: yellow;
}
#topspot-catalog-search-suggestions .topspot-catalog-search-suggestion{
	cursor: pointer;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #e1e1e1; 
}
#topspot-catalog-search-suggestions .topspot-catalog-search-suggestion:hover{
	background-color: #ececec;
}

#topspot-catalog-ajax-loader{
	background-color: rgba(0,0,0,0.3);
	position: fixed;
	width: 100%;
	min-height: 1000px;
	height: 100%;
	z-index: 999;
	top:0px;
	left: 0px;
}