@CHARSET "UTF-8";

#underSearchBox {
	background: #FFF url('/images/layout/back_search_under.png') no-repeat left top;
	float: left;
	width: 793px;
	height: auto;
}

/* boksy pod wyszukiwarka*/
#stats_box {
	float: left;
	background: white url(/images/layout/back_search_under.png) no-repeat left top;
	width: 793px;
}

#stats_box {
	width: 784px;
	padding: 1em 0 1em 10px;
	display: none;
}

#stats_box li {
	display: block;
	float: left;
	width: 251px;
	margin-right: 10px;
}

#stats_box li h1 {
	font-size: 12px;
	font-weight: bold;
	text-align: left;	
}

#stats_box li p {
	text-align: justify;
}

#mapOffers {
	margin: 20px 10px 10px 10px;
	background-color: transparent;
	width: 260px;
	float: left;
	position: relative;
}

#mapOffers #map {
	margin-left: 10px;
}


#imageContainer {
	position: relative;
	float: left; 
	display: block;
	width: 456px;
	height: 310px;
	margin: 25px 0 25px 30px;
	background-color: #fff;
	border: 1px solid;
}

#imageContainer .overlay {
	position: absolute;
	display: block;
	left: 0;
	width: 451px;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	padding: 3px !important;
	text-transform: none;
	overflow: hidden;
}
#imageContainer * { color: #fff; text-decoration: none; }

#imageContainer .o1 { top: 0; text-align: right; }
#imageContainer .o2 { height: 34px; bottom: 0; }

#imageContainer a.more {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 36px;
	overflow: hidden;
	text-align: right;
}

#imageContainer h1 { font-size: 14px; font-weight: bold; color: #fff; }
#imageContainer p {
	display: block;
	top: 0;
	width: 100%;
	margin: 0; padding: 0;
	font-size: 11px;
	font-weight: bold;
}

#tabbedOffertsLeft {
	float: left;
	position: relative;
	width: 395px;
}

#tabbedOffertsRight {
	float: right;
	position: relative;
	width: 395px;
}

#tabbedOfferts h2 {
	color: #146BA3;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;		
}

#tabbedOfferts {
	margin-top:10px;
	display:block;
	color: #4F4F4F;
}
#tabbedOfferts li:hover {
	background: #fdfdfd;
}

#tabbedOfferts .ui-tabs-panel li {
	clear: both;
	margin-bottom: 10px;
	float: left;
	width: 96%;
}

#tabbedOfferts .ui-tabs-nav li a {
	float:left;
	width:auto;
	clear:none;
	text-decoration: none;
}

#tabbedOfferts .photo {
	float:left;
	margin: 0 10px 0 0;
}

#tabbedOfferts .photo img {
	border: 1px solid #2E799A;
}
	
#tabbedOfferts h3 {
	color:#AD1D1D;
	font-size:11px;
	font-weight: bold;
	margin: 0 0 1px 0;
	padding-bottom: 1px;
}

#tabbedOfferts .price {
	padding: 0 0 2px 0;
	color: #4F4F4F;
	font-size: 13px;
	font-weight: bold;
}

#tabbedOfferts .price span {
	color: #146BA3;
	font-size: 17px;
}
	
#tabbedOfferts .content, #tabbedOfferts .content p {
	width: 100%;
	font-size: 11px;
	
}

#tabbedOfferts .greenTape {
	position: absolute;
	bottom: 10px;
	right: 14px;
}
