.expand {
	position:relative;
	margin:0 0 30px 0;
}
.expand-link {
	font-size:15px;
	line-height:36px;
	position:relative;
	display:block;
	padding:10px 0 10px 50px;
	color:rgb(62,62,62);
	background-color:rgb(247,247,247) !important;
	text-decoration:none;
}
.expanded {
    background:url('/img/arrow_d.png') no-repeat 14px 14px;
}
.collapsed {
    background:url('/img/arrow_r.png') no-repeat 14px 14px;
}
.show {
    display:block;
}
.over {
    display:none;
}
.small-grey {
    font-size:13px;
    color:rgb(210,210,210);
    cursor:pointer;
}
