.fp_item{
	float:left;
	display:block;
	width:100%;
	border: 1px solid #d9151a;
	border-radius:5px;
	margin-bottom:10px;
	margin-right:10px;
	position:relative;
	overflow:hidden;
	cursor:pointer;
}
.fp_item_bg{
	float:left;
	display:block;
	width:100%;
	height:auto;
	position:absolute;
	left:0;
	top:26px;
}
.fp_item_heading{
	height:28px;
	padding-bottom:12px;
	background:url('/images/heading_bg.png') repeat-x;
	display:block;
	width:100%;
	padding-left:10px;
	padding-right:10px;
	float:left;
	line-height:28px;
	font-size:15px;
	font-weight:bold;
	color:white;
	position:absolute;
	left:0;
	top:0;
}
.fp_item_text{
	width:100%;
	padding:10px;
	padding-top:30px;
	padding-bottom:50px;
	min-height:30px;
	margin-top:200px;
	float:left;
	font-size:11px;
	color:black;
	position:relative;
	background: url('/images/fpitemtextbg_largest.png');
}
.button{
	padding-left:12px;
	padding-right:12px;
	height:25px;
	line-height:25px;
	display:inline-block;
	width:auto;
	color:white;
	text-decoration:none;
	background: url('/images/buttonbg.png') center center;
	border:1px solid #d9151a;
		border-radius:5px;

}
.button:hover{
	background: url('/images/buttonbg_over.png') center center;
}
.fp_item_button{
	position:absolute;
	bottom:7px;
	right:7px;
	height:15px;
	line-height:15px;
}
.info{
	font-weight:normal;
	display:block;
	width:auto;
	float:right;
	border-radius:10px;
	padding:10px;
	background: url('/images/070white.png');
	position:absolute;
	top:48px;
	right:20px;
	line-height:18px;

}
.text{
	display:block;
	float:left;
	font-size:13px;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	line-height:21px;
	text-align:justify;
	max-width:540px;
}
.text img{
	border-radius:6px;
	margin-left:20px;
	margin-top:10px;
	margin-bottom:10px;
}
.socialmedia{
	position:absolute;
	bottom:5px;
	left:7px;
}