/**
 * Stylesheet for product description and technical info which are edited
 * from the admin area using a wysiwyg HTML editor
 *
 * @package		accessorwise.ro
 * @author		Valentin VALCIU, Lunatech
 * @version		$Id: style.css 50 2010-04-08 12:32:08Z axiac $
 */

#description { padding: 12px 0 0; height: 57px; overflow: hidden; }
  #description, #description * { font: normal 11px/14px Arial, Tahoma, sans-serif; color: black; }

#technical { margin: 0 0 5px 501px; padding: 15px 172px 0 0; height: 94px; overflow: hidden; }
#technical, #technicalInfo { text-align: right; font: normal 11px/14px Arial, Tahoma, sans-serif; color: black; }
  #technical h3 { margin: 0 0 7px; padding: 0; height: 16px; font: normal 13px/16px Arial, Tahoma, sans-serif; }
  #technicalInfo { padding: 0; height: 71px; overflow: hidden; }


