@charset "iso-8859-1";
/* CSS Document */

a.product_top
{
  color       : #DB2828; 

  padding     : 0px;
  margin      : 10px 0px 10px 0px; 

/*  font-family : Verdana, Arial, Helvetica, sans-serif; */
  font-family : Arial, Helvetica, sans-serif; 
  font-size   : 1.0em;
  font-weight : bold; 

  /* validator warn off */
  background-color : inherit;
}
a.product_top:hover
{
  text-decoration: none;
}

h1.product_h
{
  font-size   : 1.5em;
  margin      : 0px 0px 10px 5px;
  font-weight : bold; 
}

p.description 
{
  color     : #333333;

  margin    : 5px 10px 5px 5px;
  padding   : 0px;

  font-size : 1.2em;

  text-align: justify;

  /* validator warn off */
  background-color : inherit;
}

div.fver
{
  text-align: right;
  margin    : 10px 10px 0px 0px;
}

a.fver
{
  color           : #0033CC;
  text-decoration : none;
  font-size   : 1.1em; 
  font-weight : bold; 

  /* validator warn off */
  background-color : inherit;
}

a.fver:hover 
{
  color           : #FF0000;

  /* validator warn off */
  background-color : inherit;
}

div.dotted_sep
{
  margin       : 10px 0px 10px 0px;
  padding      : 0px;
  height       : 5px;

  border-width : 1px 0px 0px 0px;
  border-style : dotted;
  border-color : #DFDFDF;
  background-color : inherit;
}
