#divSidebarCart a {
  color:                    #990000;
  font-family:              "Trebuchet MS", Tahoma, Sans-Serif;
  font-size:                12px;
  text-decoration:          none;
}

#divSidebarCart a:hover {
  color:                    #990000;
  font-family:              "Trebuchet MS", Tahoma, Sans-Serif;
  font-size:                12px;
  text-decoration:          none;
}

#divSidebarCart .spnProductInStock {
  background:               #FFFFFF;
  color:                    #009900;
  font-family:              "Trebuchet MS", Tahoma, Sans-Serif;
  font-size:                12px;
  font-weight:              bold;
}

#divSidebarCart .spnProductOutOfStock {
  background:               #FFFFFF;
  color:                    #990000;
  font-family:              "Trebuchet MS", Tahoma, Sans-Serif;
  font-size:                12px;
  font-weight:              bold;
}

#divSidebarCart .spnProductOnSale {
  background:               #FFFFFF;
  color:                    #990000;
  font-family:              "Trebuchet MS", Tahoma, Sans-Serif;
  font-size:                12px;
  font-weight:              bold;
}

#divSidebarCart .spnProductNotOnSale {
  background:               #FFFFFF;
  color:                    #000000;
  font-family:              "Trebuchet MS", Tahoma, Sans-Serif;
  font-size:                12px;
  font-weight:              bold;
}