/* MANUFACTURER SHOWING THUMBNAILS **********************/
#tblManufacturer {
  background:               #FFFFFF;
  color:                    #000000;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size:                small;
  font-weight:              normal;
  text-align:               left;
  width:                    100%;
}

#tblManufacturer .tdManufacturerProduct {
  background:               #FFFFFF;
  color:                    #000000;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size:                small;
  font-weight:              normal;
  padding:                  3px;
  width:                    33%;
  white-space:              wrap;
}

#tblManufacturer .tdManufacturerProduct .aManufacturerProduct {
  background:               transparent;
  color:                    #000000;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size:                x-small;
  font-weight:              normal;
  text-decoration:          none;
}

#tblManufacturer .tdManufacturerProduct .aManufacturerProduct:hover {
  background:               transparent;
  color:                    #003300;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size:                x-small;
  font-weight:              normal;
  text-decoration:          none;
}

#tblManufacturer .tdManufacturerProduct .spnManufacturerProductInStock {
  background:               #FFFFFF;
  color:                    #006600;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size:                x-small;
  font-weight:              bold;
}

#tblManufacturer .tdManufacturerProduct .spnManufacturerProductOutOfStock {
  background:               #FFFFFF;
  color:                    #660000;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size:                x-small;
  font-weight:              bold;
}

#tblManufacturer .tdManufacturerProduct .spnManufacturerProductOnSale {
  background:               #FFFFFF;
  color:                    #660000;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size:                x-small;
  font-weight:              bold;
}

#tblManufacturer .tdManufacturerProduct .spnManufacturerProductNotOnSale {
  background:               #FFFFFF;
  color:                    #000000;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size:                x-small;
  font-weight:              bold;
}

#tblManufacturer .tdManufacturerSubManufacturer {
  background:               #FFFFFF;
  color:                    #000000;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size:                small;
  font-weight:              normal;
  padding:                  3px;
  width:                    33%;
  white-space:              wrap;
}

#tblManufacturer .tdManufacturerSubManufacturer .aManufacturerSubManufacturer {
  background:               #FFFFFF;
  color:                    #000000;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size:                x-small;
  font-weight:              normal;
  text-decoration:          none;
}

#tblManufacturer .tdManufacturerSubManufacturer .aManufacturerSubManufacturer:hover {
  background:               #FFFFFF;
  color:                    #003300;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size:                x-small;
  font-weight:              normal;
  text-decoration:          none;
}

/* MANUFACTURER SHOWING DETAILED LISTING ****************/
#tblManufacturerDetailed {
  background:               #FFFFFF;
  color:                    #000000;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size:                small;
  font-weight:              normal;
  text-align:               left;
  width:                    100%;
}

#tblManufacturerDetailed .tdManufacturerProductImage {
  background:               #FFFFFF;
  color:                    #000000;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size:                small;
  font-weight:              normal;
  padding:                  5px;
  text-align:               center;
  width:                    20%;
  white-space:              nowrap;
}

#tblManufacturerDetailed .tdManufacturerProductImage .spnManufacturerProductInStock {
  background:               transparent;
  color:                    #006600;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size:                x-small;
  font-weight:              bold;
}

#tblManufacturerDetailed .tdManufacturerProductImage .spnManufacturerProductOutOfStock {
  background:               transparent;
  color:                    #660000;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size:                x-small;
  font-weight:              bold;
}

#tblManufacturerDetailed .tdManufacturerProductImage .spnManufacturerProductOnSale {
  background:               transparent;
  color:                    #660000;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size:                x-small;
  font-weight:              bold;
}

#tblManufacturerDetailed .tdManufacturerProductImage .spnManufacturerProductNotOnSale {
  background:               transparent;
  color:                    #000000;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size:                x-small;
  font-weight:              bold;
}

#tblManufacturerDetailed .tdManufacturerProductName {
  background:               #FFFFFF;
  color:                    #000000;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size:                x-small;
  font-weight:              normal;
  padding:                  5px;
  text-align:               left;
  width:                    80%;
  vertical-align:           top;
}

#tblManufacturerDetailed .tdManufacturerProductName .aManufacturerProduct {
  background:               transparent;
  color:                    #000066;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size:                small;
  font-weight:              bold;
  text-decoration:          none;
}

#tblManufacturer .tdManufacturerProduct .aManufacturerProduct:hover {
  background:               transparent;
  color:                    #003300;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size:                small;
  font-weight:              bold;
  text-decoration:          none;
}

#tblManufacturerDetailed .tdManufacturerProductImageAlt {
  background:               #EFEFEF;
  color:                    #000000;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size:                small;
  font-weight:              normal;
  padding:                  3px;
  text-align:               center;
  width:                    20%;
  white-space:              nowrap;
}

#tblManufacturerDetailed .tdManufacturerProductImageAlt .spnManufacturerProductInStock {
  background:               transparent;
  color:                    #006600;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size:                x-small;
  font-weight:              bold;
}

#tblManufacturerDetailed .tdManufacturerProductImageAlt .spnManufacturerProductOutOfStock {
  background:               transparent;
  color:                    #660000;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size:                x-small;
  font-weight:              bold;
}

#tblManufacturerDetailed .tdManufacturerProductImageAlt .spnManufacturerProductOnSale {
  background:               transparent;
  color:                    #660000;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size:                x-small;
  font-weight:              bold;
}

#tblManufacturerDetailed .tdManufacturerProductImageAlt .spnManufacturerProductNotOnSale {
  background:               transparent;
  color:                    #000000;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size:                x-small;
  font-weight:              bold;
}

#tblManufacturerDetailed .tdManufacturerProductNameAlt {
  background:               #EFEFEF;
  color:                    #000000;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size:                x-small;
  font-weight:              normal;
  padding:                  3px;
  text-align:               left;
  width:                    80%;
  vertical-align:           top;
}

#tblManufacturerDetailed .tdManufacturerProductNameAlt .aManufacturerProduct {
  background:               transparent;
  color:                    #000066;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size:                small;
  font-weight:              bold;
  text-decoration:          none;
}

#tblManufacturer .tdManufacturerProductAlt .aManufacturerProduct:hover {
  background:               transparent;
  color:                    #003300;
  font-family:              Verdana, Arial, Sans-Serif;
  font-size:                small;
  font-weight:              bold;
  text-decoration:          none;
}
