.fespPostcard {
	width: 196px;
	height: 250px;
	color: #fff;
	position: relative;

	cursor: pointer;
}

.fespPostcardImg {
	height: 157px;
	width: 196px;
	overflow: hidden;
}

.fespPostcard .fespPostcardContainer {
	width: 196px;
	height: 93px;	
	background: transparent url(waveBottom.gif) no-repeat;	
}

.fespPostcard h2 {
	font-size: 17px;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.fespPostcard h2 a {
	color: #fff;
	text-decoration: none;	
}

.fespPostcard h3 {
	font-size: 13px;
	font-weight: normal;
	padding-left: 5px;
	
}

.fespPostcardAco {
	padding-left: 5px;	
}

.fespPostcard .fespPostcardStarContainer {	
	overflow: hidden;
	padding-left: 5px;
}

.fespPostcard .fespPostcardStars {
	background:transparent url(stars.gif) no-repeat scroll 0 0;
	font-size:1px;
	height:10px;
	width:60px;
}

.fespPostcard .fespPostcardPriceContainer {
	padding-top: 2px;
	padding-right: 25px;
	position: absolute;
	bottom: 3px;
	right: 5px;
}

.fespPostcard .fespPostcardPriceTxt {
	float: right;
	padding-top: 5px;
}
.fespPostcard .fespPostcardPriceNum {
	font-size:19px;
	float: right;
}


