﻿.subcategories
{
  border-bottom-width: 2px;
  float: left;
  margin: -5px 0 15px;
  padding-bottom: 10px;
  width: 100%;
}

.subcategories p
{
  margin: 0;
}

.subcategories a:hover
{
  text-decoration: none;
}

.subcategories .productCount
{
  font-family: inherit;
  font-size: 80%;
  vertical-align: super;
}

/* The same selectors (.productsGridView and so on) are also used on Search.aspx. 
To add styles different from these ones on the Search Page (Search.css), add ".searchResults" before selectors */

.productsGridView
{
  float: left;
  width: 100%;
}

.productsGridView th.details
{
  padding-left: 5px;
  text-align: left;
}

.productsGridView td .details
{
  min-width: 200px;
  padding: 0 0 5px 5px;
  text-align: left;
  width: 100%;
}

.productsGridView td .details .productName
{
  margin: 3px 5px 0 0;
}

.productsGridView td .details .productCode
{
  margin: 3px 0 0 0;
}

.productsGridView td .details .description
{
  font-size: inherit;
  margin: 3px 5px 10px 0;
  word-break: break-word;
}

.productsGridView .productLink
{
  border: none;
  text-decoration: none;
}


.productsGridView td .details .imageWrap
{
  padding: 3px 0;
  text-decoration: none;
}


.productsGridView td .details .image
{
  margin-right: 10px;
}

.productsGridView td .priceVatExcCurrencySymbol, .productsGridView td .uom, .productsGridView td .inStock
{
  font-size: inherit;
  margin: 0 auto;
  text-align: center;
  width: 80px;
}

.productsGridView td .cart
{
  font-size: inherit;
  margin: 0 auto;
  width: 75px;
}

.productsGridView td .cart .qty
{
  margin: 10px 0 0 7px;
  width: 60px;
}

.productsGridView td .cart .addProductButtonWrap
{
  margin: 10px 0 0 0px;
  padding-bottom: 10px;
  text-align: center;
  width: auto;
}

.productsGridView td .details .imageWrap img
{
  max-width: 100px;
  max-height: 100px;
  width: auto;
  height: auto;
}

.productsGridView td .columnField
{
  padding-left: 5px;
}

.addMultiProductQtyTopButtonWrap
{
  float: right;
  margin-bottom: 10px;
}

.productsNavWrap .addMultiProductQtyTopButtonWrap, 
.accountNavWrap .addMultiProductQtyTopButtonWrap
{
  margin-top: -20px;
}

.searchResults .addMultiProductQtyTopButtonWrap
{
  margin-top: -4px;
}

.addMultiProductQtyBottomButtonWrap
{
  float: right;
  margin-top: 10px;
}
