/**
 * @title		References
 */

#core .references li {
	float:left;
	padding-left:15px;
	width:270px;
	background:url(/template/images/picto/arrow-list-blue.gif) no-repeat 0 3px;
	line-height:18px;
}
#core .references .odd {
	background-color:#f3fbdb;
}

#core h2 {
	padding-bottom:0;
}

/**
 * @section     Clearing
 */
#core .references:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
