body {
 background-color: #555;/*#bf1b0f*/;
}
p{
margin:0;
padding:0;
}
.leftMenuTitle {
  width: 210px;
  padding: 3px 0 3px 20px;
  height: 20px;
  background-color: #000;
  font-family: verdana;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
}
.normalText{
  padding: 3px 0 3px 0;
  text-indent: 20px;
  font-family: verdana;
  font-size: 12px;
  color: #000;
  text-align: justify;
}
.shopTextNormal {
  padding: 10px;
  text-indent: 20px;
  font-family: verdana;
  font-size: 12px;
  color: #000;
  text-align: justify;
}
.shopProductTitle {
  padding: 3px 0 3px 0;
  text-indent: 20px;
  font-family: verdana;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: left;
}
.shopProductPrice {
  padding: 3px 0 3px 0;
  text-indent: 20px;
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-align: left;
}
.categoryTitle {
  font-family: verdana;
  font-size: 14px;
  color: #FFF;
}
.selectedCategory {
  font-family: verdana;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #AF1724;
}
.productDetailsSubtitle {
  font-family: verdana;
  font-weight: bold;
  color: #202020;
  font-size: 12px;
  padding-left: 10px;
  padding-bottom: 5px;
  text-decoration: none;
}