/*
 * Ext JS Library 2.0
 * Copyright(c) 2006-2007, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

hr {
	border:1px dashed;
	color:#DDDDDD;
	
}
.infos-item {
    font:normal 11px tahoma, arial, helvetica, sans-serif;
    padding:3px 10px 3px 10px;
    border:1px solid #fff;
    border-bottom:1px solid #eeeeee;
    white-space:normal;
    color:#555;
}
.infos-item h3 {
    display:block;
    font:inherit;
    font-weight:bold;
    color:#222;
}
