#searchproductul, #searchproductul ul{
  text-align:left;
  margin:0;				/* Removes browser default margins applied to the lists. */
  padding:0;				/* Removes browser default padding applied to the lists. */
}

#searchproductul li{
  margin:0 0 0 30px;			/* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0;				/* Removes browser default padding applied to the list items. */
  list-style-type:none;			/* Removes the bullet point that usually goes next to each item in a list. */
}

#searchproductul .symbols{			/* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:30px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}

#productul, #productul ul{
  text-align:left;
  margin:0;				/* Removes browser default margins applied to the lists. */
  padding:0;				/* Removes browser default padding applied to the lists. */
}

#productul li{
  margin:0 0 0 10px;			/* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0;				/* Removes browser default padding applied to the list items. */
  list-style-type:none;			/* Removes the bullet point that usually goes next to each item in a list. */
}

#productul .symbols{			/* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:30px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}

#catalogul, #catalogul ul{
  text-align:left;
  margin:0;				/* Removes browser default margins applied to the lists. */
  padding:0;				/* Removes browser default padding applied to the lists. */
}

#catalogul li{
  margin:0 0 0 30px;			/* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0;				/* Removes browser default padding applied to the list items. */
  list-style-type:none;			/* Removes the bullet point that usually goes next to each item in a list. */
}

#catalogul .symbols{			/* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:30px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}

#catalogul .subcatalog{
  text-align:left;
  margin:0;				/* Removes browser default margins applied to the lists. */
  padding:0 0 5 60;				/* Removes browser default padding applied to the lists. */
}

#catalogul .paragraph{
  text-align:left;
  margin:0;				/* Removes browser default margins applied to the lists. */
  padding:0 0 10 30;				/* Removes browser default padding applied to the lists. */
}

#recentorderul, #recentorderul ul{
  text-align:left;
  margin:0;				/* Removes browser default margins applied to the lists. */
  padding:0;				/* Removes browser default padding applied to the lists. */
}

#recentorderul li{
  margin:0 0 0 30px;			/* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0;				/* Removes browser default padding applied to the list items. */
  list-style-type:none;			/* Removes the bullet point that usually goes next to each item in a list. */
}

#recentorderul .symbols{			/* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:30px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}