#toggle-view {
	list-style:none;	
	font-family:arial;
	font-size:11px;
	margin:0;
	padding:0;
	width:100%;
}
#toggle-view li {
	margin:10px;
	border-bottom:1px solid #f2f2f2;
	position:relative;
	cursor:pointer;
}
#toggle-view li:last-child {
	border-bottom:0px solid #dedede;
}
#toggle-view h3 {
	margin:0;
	padding: 14px 0px 14px 0px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:19px;
	color:#000;
	line-height:30px;
	text-transform:uppercase;
}
#toggle-view span {
	position: absolute;
	right: 5px;
	top: 12px;
	color: #FFF;
	font-size: 20px;
	background:#bb1820;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	line-height: 21px;
	text-align: center;
}
#toggle-view p {
	margin:0px 0;
	display:none;
	padding: 15px 0px;
	font-size:16px;
	color:#666666;
	line-height:24px;
	text-align:left;
}
#toggle-view h3:hover {
	color: #bb1820;
	
}
