@CHARSET "UTF-8";

#content h3.hc{
	margin: 0px;
	text-align: center;
	margin-bottom: 1em;
	height: 56px;
}

#content h3 a{
	position: relative;
	display: block;
	height: 100%;
color: white;
}

#content div.last_minute span{
	height: 56px;
	display:block;
	background: url(../img/headers/last_minute.jpg) no-repeat top center;
}

#content div.kiemelt_ajanlatok span{
	height: 56px;
	display:block;
	background: url(../img/headers/kiemelt_ajanlatok.jpg) no-repeat top center;
}

.offer_item{ /* 250x138 */
	float: left;
	position: relative;
	margin: 3px;
	padding: 0px 5px 0px 5px;
	height: auto !important;
	width: 240px;
	border: 1px solid #e6d0a4;
	overflow: hidden;
	font-family: Times New Roman,Free Serif,serif;
}
.offer_item div.thumb{ /* 97x125 */
	float: left;
	position: relative;
	display: table;
	padding: 6px 8px 10px 9px; 
	width: 80px;
	height: 109px;
	background: transparent url(../img/main/offer_image_bg.jpg) no-repeat scroll top left;
	overflow: hidden;
}
.offer_item div.thumb .middle{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.offer_item div.thumb .inside{
}
.offer_item .right_side{
	float: right;
	width: 142px;
}
.offer_item .nomore{
	height: auto !important;
	height: 100px;
	min-height: 100px;
}
.offer_item h2{
	margin: 0;
	padding-top:7px;
	min-height: 2em;
	line-height: 1.2em;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	color: #8d6513;
}
	.offer_item h2 a{
		color: #8d6513;
	}
.offer_item p{
	margin: 0.1em 0;
	width: 142px;
	line-height: 1.3em;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}
.offer_item p.date{
	font-size: 1.1em;
	padding-bottom: 8px;
}
.offer_item p.price{
	font-size: 1.4em;
	color: #3b75c5;
}
	.offer_item p.price a{
		color: #3b75c5;
	}
.offer_item p.more{
	text-align: right;
	font-size: 1.3em;
}