body {
	font-size: 12px;
	padding: 0;
	margin: 0;
	background: #d4e4ff;
/*	background: #f3f3f3;*/
	font-family: Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #de3f26;
	padding: 0 0 4px 0;
	margin: 0;
	font-family: Georgia, Tahoma, Arial, Trebuchet MS;
	font-size: 24px;
}

a {
	cursor: pointer;
}

img {
	border: 0;
}

p {
	margin: 0;
	padding: 5px 0;
	line-height: 150%;
}

#logo {;
	margin: auto;
	text-align: center;
	background: #fff;
}

.menu div {
	padding: 10px;
	border-bottom: solid 1px #ddd;
	overflow: auto;
}
.menu div.cities {
	border-top: solid 1px #ddd;
}

.menu div span {
	display: block;
	width: 80px;
	padding: 2px 0;
	font-weight: bold;
	float: left;
}

.menu div ul {
	display: block;
	width: 870px;
	float: right;
	overflow: auto;
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu div ul li {
	float: left;
}
.menu div ul li a {
	float: left;
	display: block;
	padding: 4px 8px;
	text-decoration: none;
	font-weight: bold;
	color: #6699cc;
}
.menu div.active ul li a {
	color: #0066cc;
}
.menu div ul li a:hover {
	color: #235C11;
}
.menu div ul li.selected a, #menu div ul li.selected a:hover {
	color: #235C11;
	padding-left: 20px;
	background: url(/images/frontend/l.gif) 1px 5px no-repeat;
	text-decoration: underline;
}

#main {
	background: #f3f3f3;
	overflow: auto;
	position: relative;
}

#main, .menu {
	width: 970px;
	margin: auto;
	clear: both;
}

#main .o {
	padding: 10px;
	overflow: auto;
}

#content {
	float: left;
	width: 580px;
	background: #f0f0f0;
}

/************************************************************************
 * + table with announcements
 */
table.offers, table.details {
	width: 100%;
	border-collapse: collapse;
}

span.info {
	font-size: 10px;
	text-align: center;
	width: 50px;
	height: 15px;
	padding: 2px 0 0 0;
	display: block;
	margin-top: 3px !important;
}
span.info.green {
	color: #030;
	background: url(/images/frontend/info.gif) no-repeat;
}
span.info.red {
	background: url(/images/frontend/info.gif) bottom no-repeat;
	margin: auto;
	color: #600;
}

table.offers th, table.details th, table.offers td, table.details td {
	padding: 9px 5px;
	text-align: left;
}

table.offers th, table.details th {
	background: #e3e3e3 url(/images/frontend/row.gif) repeat-x bottom;
	font-weight: bold;
	color: #194371;
}

table.offers td, table.details td {
	background: url(/images/frontend/row.gif) repeat-x bottom;
	color: #194371;
}

table.offers tr.selected td {
	background: #fafafa url(/images/frontend/row.gif) repeat-x bottom;
	cursor: pointer;
}

table.offers .lp, table.offers .p, table.offers .t {
	text-align: center;
}

table.offers .lp {
	color: #999 !important;
	font-weight: bold;
}

table.offers .d span.street {
	display: block;
	font-size: 10px;
}

table.offers .l img {
	width: 16px;
}

table.offers tr.h td {
	background: #ff5 url(/images/frontend/row.gif) repeat-x bottom;
}
table.offers tr.b td {
	font-weight: bold;
}

table.offers tr.premium td {
	background: #fbd3d3 url(/images/frontend/row_premium.gif) repeat-x bottom;
}

table.offers tr.expired td {
	color: #aaa !important;
}

table.details th {
	width: 90px;
	vertical-align: top;
	line-height: 150%;
}

table.details td {
	vertical-align: top;
	line-height: 150%;
	color: #000;
}

table.details tr.last td {
	background: none;
}
table.details tr.last th {
	background: #e3e3e3;
}

table.details tr.r td {
	background: url(/images/frontend/row.gif) repeat-x bottom;
}

table.details td span.tip {
	display: block;
	font-size: 10px;
}

table.offers a {
	color: #DE3F26;
	display: block;
	padding: 2px 0;
}

table.offers p {
	font-size: 12px;
	line-height: 115%;
}

/************************************************************************
 * + paginator
 */
.paginator {
	height: 25px;
	width: auto;
	margin: 10px 0;
	clear: both;
	padding: 0;
	list-style: none;
}
.paginator li {
	float: left;
	padding: 5px 0 0 0;
}
.paginator li a {
	text-decoration: none;
}
.paginator li.prev {
	width: 120px;
	float: left;
}
.paginator li.prev a {
	padding: 0 0 0 30px;
	background: url(/images/frontend/paginator.gif) 0 -38px no-repeat;
}
.paginator li.current {
	text-align: center;
	width: 308px; 
	padding: 5px; 
}
.paginator li a {
	font-weight: bold;
	color: #194371;
}

.paginator li.next {
	float: right;
}
.paginator li.next a {
	padding: 0 30px 0 0;
	background: url(/images/frontend/paginator.gif) 80px 4px no-repeat;
}

/************************************************************************
 * + alerts
 */
div.alert {
	margin: auto;
	padding: 10px 0;
	background: #f7f7f7;
}
div.alert p {
	line-height: 140%;
	margin: 0;
	padding: 0 40px;
}
div.al_attenction {
	background: #fff8ce url(/images/frontend/alert_a.gif) 10px 12px no-repeat;
}
div.al_information {
	background: #e2e6f1 url(/images/frontend/alert_i.gif) 10px 12px no-repeat;
}
div.al_error {
	background: #ffcdc6 url(/images/frontend/alert_e.gif) 10px 12px no-repeat;
}

/************************************************************************
 * + form
 */
ul.dzielnica, ul.types {
	width: 150px;
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}
ul.dzielnica li, ul.types li {
	padding: 4px 2px 4px 30px;
	cursor: pointer;
}
ul.dzielnica li:hover, ul.types li:hover {
	background: #fff8ce;
}
ul.dzielnica li.selected, ul.types li.selected {
	font-weight: bold;
	background: #fff8ce url(/images/frontend/selected.gif) 5px 0 no-repeat;
}
.form_choice {
	clear: both;
	margin: 0 0 5px 0;
	padding: 5px;
	position: relative;
	overflow: auto;
}
.typing {
	background: #fff8ce;
}
.form_choice p {
	padding: 0 0;
	margin: 2px 0;
}
.form_choice input.text, .form_choice textarea.text {
	padding: 5px 2px;
	border: 0;
	border-bottom: solid 2px #ddd;
	font-size: 12px;
	color: #000;
	margin: 3px 0;
	width: 540px;
	font-family: Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
}
.form_choice input.small {
	width: 100px;
}
.form_choice input.medium {
	width: 250px;
}
.form_choice textarea.text {
	height: 160px;
	line-height: 150%;
}
span.extra {
	padding: 0 0 0 20px;
	cursor: pointer;
}
span.selected {
	background: url(/images/frontend/selected.gif) 0 -4px no-repeat;
}
span.tip {
	font-size: 10px;
	display: block;
	color: #444;
}
span em {
	color: #444;
}
a.premium {
	cursor: pointer;
	width: 390px;
	background: url(/images/frontend/slide.gif) 0 -45px no-repeat;
	/*background: url(/images/frontend/slide.gif) 0 0 no-repeat;*/
	padding: 1px 0 1px 15px;
	display: block;
}
a.premium.selected {
	background: url(/images/frontend/slide.gif) 0 -45px no-repeat;
}
div.premium {
	display: block;
}
div.premium p {
	margin: 0;
	padding: 3px 0 3px 30px;
}
div.premium p.smsInfo {
	padding: 3px 0 3px 30px;
	display: none;
}
div.premium ul {
	padding: 0;
	margin: 5px 0 0 0;
	list-style: none;
}
div.premium ul li {
	padding: 2px 0 2px 30px;
	display: block;
	cursor: pointer;
	width: 310px;
}
div.premium ul li.selected {
	font-weight: bold;
	background: url(/images/frontend/selected.gif) 5px -2px no-repeat;
}

.addAnnouncement {
	position: relative;
}

#map_error {
	display: none;
}

.formError, .errors {
	background: #ffcdc6;
}
.errors {
	color: #e3001b;
	padding: 5px;
	font-weight: bold;
	display: none;
}

.formError span.msg {
	position: absolute;
	right: 10px;
	top: 8px;
	color: #e3001b;
	font-weight: bold;
}

a.save {
	padding: 6px 10px;
	display: block;
	background: #ddd;
	text-align: center;
	font-weight: bold;
}

/************************************************************************
 * + sidebar
 */
#sidebar {
	width: 390px;
	float: right;
}

#sidebar a.new {
	display: block;
	padding: 10px 5px;
	color: #090;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

#sidebar .legend {
	padding: 10px;
}

#sidebar .legend h6 {
	font-size: 16px;
}

#sidebar .legend ul {
	list-style: none;
	margin: 0 20px;
	padding: 0;
}

#sidebar .legend ul li {
	padding: 8px 0 8px 30px;
}

#sidebar .legend ul li.d1 {
	background: url(/images/frontend/markers/orange_MarkerA.png) no-repeat left center;
}

#sidebar .legend ul li.d2 {
	background: url(/images/frontend/markers/green_MarkerA.png) no-repeat left center;
}

#sidebar .legend ul li.d3 {
	background: url(/images/frontend/gZoom.png) no-repeat left center;
}

#map_handler {
	width: 390px;
	height: 400px;
}
#map_handler.f {
	background: #f3f3f3;
	padding: 5px 0;
	position: fixed;
	top: 0;
}
#map {
	width: 390px;
	height: 400px;
	background: url(/images/frontend/loader.gif) center no-repeat;
}

#tabs {
	float: right;
	overflow: auto;
	width: 200px;
	padding: 0 10px;
}

#tabs .cp ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#tabs .cp ul li {

}

#tabs .cp ul li a {
	color: #194371;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 35px;
	margin: 0 6px;
}

#tabs .cp ul li a:hover {
	text-decoration: underline;
	background: #d8d8d8 url(/images/frontend/arrow.gif) left center no-repeat;
}

/************************************************************************
 * + layers
 */
#addLoading {
	background: url(/images/frontend/overlay.png);
	display: none;
	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
#addLoading .content {
	background: url("/images/frontend/ajax-loader2.gif") no-repeat scroll 100px 15px #FFFFFF;
    border-top: 3px solid #DDDDDD;
    bottom: 0;
    font-weight: bold;
    margin: auto;
    padding: 10px 30px 10px 130px;
    position: absolute;
    right: 0;
    width: 400px;
}

#firstTime {
	background: url(/images/frontend/overlay.png);
	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
#firstTime .content {
	background: #fff;
	border: 3px solid #DDDDDD;
	left: 70px;
	margin: 50px auto;
	padding: 5px 10px;
	position: absolute;
	top: 50px;
	width: 800px;
}
#firstTime .content a.close {
	display: block;
	width: 22px;
	height: 22px;
	background: url(/images/frontend/close.png) -4px;
	position: absolute;
	right: -10px;
	top: -10px;
}

/************************************************************************
 * + footer
 */
#footer {
	clear: both;
	padding: 5px;
	text-align: center;
}