.fp_item{
	float:left;
	display:block;
	height:275px;
	width:100%;
	border: 1px solid #d9151a;
	border-radius:5px;
	margin-bottom:10px;
	position:relative;
	font-weight:bold;
	overflow:hidden;
	cursor:pointer;
	line-height:14px;
}
.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;
	color:white;
	position:absolute;
	left:0;
	top:0;
}
.fp_item_text{
	width:100%;
	padding:10px;
	padding-top:20px;
	float:left;
	height:136px;
	font-size:11px;
	color:black;
	overflow:hidden;
	background: url('/images/fpitemtextbg.png');
	position:absolute;
	bottom:0px;
	left:0;
}
.fp_item_text .info{
    position:absolute;
    bottom:10px;
    left:10px;
}
#front_left{
    display:block;
    float:left;
    width:49%;
}
#front_right{
    display:block;
    float:right;
    width:49%;
}
@media(max-width:500px)
{
    #front_left,#front_right{
        width:100%;
    }
    #header{
        background:white;
    }
}