/**
 * Stylesheet for texts which are edited from the admin area (page "Info",
 * product description and technical details a.s.o.)
 *
 * @package		accessorwise.ro
 * @author		Valentin VALCIU, Lunatech
 * @version		$Id: style.css 50 2010-04-08 12:32:08Z axiac $
 */

/* Info */
#info-content { height: auto; padding: 15px 20px; background-color: white; color: black; }
  #info-content h1 { margin: 0 0 1em 0; }
  #info-content dl { margin: 0 0 2em 0; }
    #info-content dt { margin: 0.3em 0 0.2em 0; font-weight: bold; }
    #info-content dd { margin: 0.3em 0 1.5em 0; }
  #info-content h2 { }

