/* Intellisell ProductList.css version 3.1.0 */

#listProductListSorting, #listProductListStockFilter
{
	margin:4px 4px 0 10px;
	color:#231f20;
	text-align:right;
	float:right;
}

#listProductListStockFilter label
{
    line-height:22px;
}

#listProductListSorting label
{
    margin-right:5px;
}

#listProductListSortingDropDown
{
	color:#000;
}

#listProductListSortingDropDown option
{
	cursor:pointer;
}

.ProductListRowContainer
{
	position:relative;
	background-color:#ededf1;
	padding:10px;
	margin:20px 0px 20px 10px ;
}

.ProductListImageContainer
{
	float:left;
	margin:3px 5px 0 0;
}

.ProductListImageInner
{
    height:120px;
    width:120px;
}

.ProductListQuantityContainer
{
	float:right;
	margin-left:5px;
}

.ProductListQuantity
{
	position:relative;
	width:200px;
}

.ProductListQuantityValue
{
	position:absolute;
	top:0;
	right:0;
}

.ProductListPriceContainer
{
	float:right;
	clear:right;
	margin-left:5px;
    margin-top: 14px;
}

.ProductListPrice
{
	position:relative;
	width:200px;
}

.ProductListPriceValue
{
	position:absolute;
	top:0;
	right:0;
}

.NetPrice
{
	font-weight:700;
	border-top:1px solid #000;
}

.ProductListAddToBasketContainer {
    position: absolute;
    right: 8px;
    bottom: 10px;
}

.addToBasketQuantity
{
        /* margin: 1px; */
    width: 25px;
    height: 22px;
    border: 1px solid #231f20;
    text-align: center;
}

.pioQuantityToolTip
{
    margin:3px 5px 0;
}

.ProductListCode, .ProductListBarcode, .ProductListSpare1, .ProductListSpare2, .ProductListSpare3
{
margin-top: 4px;
    margin-bottom: 2px;
}

.ProductListCode .label, .ProductListBarcode .label, .ProductListSpare1 .label, .ProductListSpare2 .label, .ProductListSpare3 .label
{

	margin-right:4px;
}

.ProductListCode .label {display:none;}




.ProductListManufacturerProductCode
{	

}


.ProductListName {
     width: 390px;
   
}

.ProductListStockContainer
{  /* display: none;*/}

.ProductListViewDetailsContainer {
    position: absolute;
    bottom: 10px;
    left: 138px;
}

#listProductEmpty
{
    text-align:center;
    padding-top: 30px;
}

/* Component View */

.ComponentViewContainer
{
    position:absolute;
    bottom:25px;
    right:0px;
    width:500px;
    min-height:100px;
    height:auto;
    padding:0 10px 10px;
    background-color:#fff;
    border:1px solid #ccc;
    display:none;
    z-index:100;
}

.componentViewInner
{
	display:none;
}

div#ProductList_Details {

}



/* not sure if needs showing */
.ProductListSpare1 {
    display: none;
}

.pageSizeContainer {
    width: 250px;
    position: relative;
    top: 25px;
    left: 12px;
}

div#filteredProductsList {
    padding-top: 12px;
}

.chopImage {
     position: absolute;
    z-index: 300;
    background-image:url("../../Images/chopimagebluedr.png");
    height: 54px;
    width: 50px;
    margin-left: 400px;
    margin-top: -78px;

}



