#fp_items { width: 100%; }

.fp_show_cont {
	position: relative;
	width: 49.16%;
	float: left;
	height: 200px;
	border-width: 1px;
	border-style: solid;
	border-color: #004d81;
	margin-bottom: 1%;
}

.fp_show_cont:nth-child(odd) { margin-right: 1%; }

.fp_show_cont .title { background-color: #004d81; padding: 3% 1%; color: #ffffff; }

.fp_show_cont .img { width: 100%; height: 70%; text-align: center; }
.fp_show_cont .img img { max-width: 100%; max-height: 100%; }

.fp_show_cont .price {
	position: absolute;
	right: 2%;
	bottom: 2%;
	padding: 10% 7%;
	color: #fff;
	font-size: 1.1em;
	background-image: url(../../template/site/roller/images/price.png);
	background-repeat: no-repeat;
	background-position: center;
	font-weight: bold;
}

.fp_show_cont a.more {
	color: #fff !important;
	font-size: 0.8em;
	position: absolute;
	display: inline-block;
	padding: 5px;
	bottom: 2%;
	left: 2%;
	text-decoration: none;
	text-transform: uppercase;
}

.fp_show_cont .promo { position: absolute; bottom: 3%; left: 40%; }
.fp_show_cont .promo > div { position: relative; width: 47px; height: 25px; }
.fp_show_cont .promo .overlay { position: absolute; }
.fp_show_cont .promo .origprice { position: absolute; top: 5px; font-size: 0.8em; font-weight: bold; }
