/**
 * estancje.pl
 *
 * @author Piotr Cichosz aka shpyo
 * @version 1.00 2009/06/01
 */

body,html {
	font: normal 0.9em "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	background: #abcd90; /*abcca1;*/
	color: #3c3c3c;
	margin: 0;
	padding: 0;
}

/******************************************************************
 * global styles
 */
* {
	padding: 0;
	margin: 0;
	list-style: none;
}
*:focus { outline: none; }
a { text-decoration: none; }

h1,h2,h3,h4,h5,h6 {
	
}

.last { border: 0 !important; }

.corner {
	position: absolute;
	width: 6px;
	height: 6px;
}
.lt {
	top: 0;
	left: 0;
	background: url(../../images/frontend/c-l-t.gif);
}
.rt {
	top: 0;
	right: 0;
	background: url(../../images/frontend/c-r-t.gif);
}
.lb {
	bottom: 0;
	left: 0;
	background: url(../../images/frontend/c-l-b.gif);
}
.rb {
	bottom: 0;
	right: 0;
	background: url(../../images/frontend/c-r-b.gif);
}

#content {
	background: #fff;
	overflow: auto;
	position: relative;
	padding: 10px 0;
	width: 950px;
	margin: 20px auto;
}
#content h1 {
	font-size: 3.7em;
	letter-spacing: -3px;
}

#breadcramp {
	padding: 10px 0 5px 40px;
	overflow: hidden;
	color: #3ba40b;
}
#breadcramp ul li {
	float: left;
	padding: 0 5px 0 0;
}
#breadcramp ul li a { color: #3ba40b; }
#breadcramp ul li a.selected { font-weight: bold; text-decoration: underline; }

#mapa {
	width: 100%;
	height: 300px;
}

.content {
	margin: 0 260px 0 0;
	float: left;
}
.content p {
	line-height: 170%;
	padding: 3px 0;
}

.intro { padding: 0 0 0 40px; }

.paginator {
	padding: 0 0 0 40px;
	margin: 10px 0 0 0;
	overflow: hidden;
}
.paginator ul li, .paginator ul li a { float: left; }
.paginator ul li.text { padding: 2px 10px 2px 0; }
.paginator ul li a {
	display: block;
	padding: 2px 6px;
	text-align: center;
	border: #5ba280 solid 1px;
	margin: 0 3px 0 0;
	color: #5ba280;
}
.paginator ul li a:hover, .paginator ul li a.selected {
	background: #5ba280;
	color: #fff;
}

.offers {

}
.offers h2 {
	padding: 10px 0 10px 40px; 

}
.offer {
	padding: 10px 0 0 40px;
	position: relative;
	border-bottom: solid 1px #abcd90;
	overflow: hidden;
}
.b {
	background: #ffc;
}
.offer .no {
	position: absolute;
	right: 10px;
	bottom: -15px;
	font-size: 4.5em;
	color: #abcd90;
	z-index: 0;
	letter-spacing: -10px;
}
.offer h3 {
	font-size: 1.5em;
	z-index: 100;
	padding-right: 50px;
	position: relative;
}
.offer h3 a {
	text-decoration: underline;
	color: #5ba280;
}
.offer h3 span {
	display: block;
	font-size: 0.6em;
}
.offer h3 span a {
	text-decoration: none;
	color: #3c3c3c;
}

.sidebar {
	width: 200px;
	margin: 0 0 0 -210px;
	float: right;
	padding: 0 0 0 5px;
}

.add {
	padding: 0 0 0 40px;
}
.add p {
	padding: 5px 0;
}
.add label { display: block; }
.add label span {
	color: #f00;
	font-weight: bold;
}
.add .text {
	padding: 2px;
	font: normal 1.2em "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	width: 98%;
	border: solid 1px #3c3c3c;
}
.add textarea.text { height: 180px; }
.add .small { width: 140px; }
.add .mail { width: 300px; }

.sidebar h3 { padding: 10px 0 10px 20px; }
.sidebar ul.opt { border-bottom: solid 1px #abcd90; }
.sidebar ul.opt li {
	padding: 8px 0 10px 45px;
	font-size: 1.2em;
}
.sidebar ul.opt li a { color: #000; }
.sidebar ul.opt li.add { background: url(../../images/frontend/ico-add.jpg) left center no-repeat; }
.sidebar ul.opt li.add a:hover { color: #69cb16; }
.sidebar ul.opt li.best { background: url(../../images/frontend/ico-best.jpg) left center no-repeat; }
.sidebar ul.opt li.best a:hover { color: #f18a47; }
.sidebar ul.opt li.rss { background: url(../../images/frontend/ico-rss.jpg) left center no-repeat; }
.sidebar ul.opt li.rss a:hover { color: #ff9006; }
.sidebar ul.menu li a {
	display: block;
	padding: 4px 2px 2px 20px;
	color: #5ba280;
	height: 18px;
}
.sidebar ul.menu li a:hover { text-decoration: underline; }

#footer {
	background: #fff;
	overflow: hidden;
	width: 950px;
	margin: auto;
	position: relative;
}
#footer .content {
	padding: 20px 20px 20px 40px;
}
#footer .content p { padding: 0 0 40px 0; }
#footer .content p a {
	color: #3c3c3c;
	padding: 0 3px 0 0;
}
#footer .content li.i {
	float: left;
	padding: 0 10px 0 0;
}