/* =========== Include ============= */
@import url("/stylesheets/reset.css");
/* =========== Include ============= */

body
{
    font-family: Verdana, Arial, Tahoma, sans-serif;
    font-size: 72%;
}

#page
{
    text-align: center;
}

#content
{
    width: 890px;
    padding-right: 10px;
    margin: 0px auto;
    padding-bottom: 20px;
}

/* ====================================================================================================== */
/* --------------------------------------- Globalne -------------- -------------------------------------- */
/* ====================================================================================================== */

a
{
    color: #0f9202;
}

a:hover, a:active
{
    text-decoration: none;
}

a.decored
{
    background: url(/images/green_arrows.gif) center right no-repeat;
    padding-right: 15px;
}

img.map
{
    margin-left: 20px;
}

h1, h2
{
    font-size: 14px;
    color: #0f9202;
    margin-top: 1em;
    padding-bottom: 3px;
    margin-bottom: 0.5em;
    border-bottom: 2px solid #98d68e;
}

/* ====================================================================================================== */
/* ----------------------------------- Góra (logo + menu) ----------------------------------------------- */
/* ====================================================================================================== */

#msg_notify
{
    font-weight: bold;
}

#top
{
    width: 900px;
    margin: 0px auto;
    text-align: left;
}

ul.top_menu
{
    float: right;
    padding-top: 10px;
}

ul.top_menu li
{
    display: inline;
}

ul.top_menu a
{
    text-decoration: none;
    font-size: 11px;
    color: #ff8a00;
}

ul.top_menu a:hover, ul.top_menu a:active
{
    text-decoration: underline;
}

a.logo
{
    float: left;
    margin-bottom: 10px;
}

/* ====================================================================================================== */
/* ------------------------------------------------ Baner ----------------------------------------------- */
/* ====================================================================================================== */

#baner
{
    clear: both;
    width: 912px;
    height: 112px;
    margin: 0px auto;
    background: url(/images/baner4.jpg) no-repeat;
}

/* ====================================================================================================== */
/* ---------------------------------------- MANU - główne ----------------------------------------------- */
/* ====================================================================================================== */

#menu, #menu_narrow
{
    width: 900px;
    margin: 0px auto;
    margin-top: 10px;
    height: 40px;
    background: url(/images/menu_bg.gif) no-repeat;
    text-align: left;
}

#menu ul, #menu_narrow ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 13px;
}

#menu li, #menu_narrow li
{
    display: inline;
}

#menu a, #menu_narrow a
{
    text-decoration: none;
    color: #fff;
}

#menu a.find, #menu a.add, #menu a.offers, #menu_narrow a.find, #menu_narrow a.add, #menu_narrow a.offers
{
    
   font-weight:bold;
	padding-left: 15px;
}

#menu a.find, #menu_narrow a.find
{
    
	color:#ff8a00;
	background: url(/images/icon_find.gif) center left no-repeat;
}

#menu a.add, #menu_narrow a.add
{

	color:#bdf300;
	background: url(/images/icon_pin.gif) center left no-repeat;
}

#menu a.offers, #menu_narrow a.offers
{
    background: url(/images/icon_offers.gif) center left no-repeat;
}

#menu a:hover, #menu a:active, #menu_narrow a:hover, #menu_narrow a:active
{
    text-decoration: underline;
}

#menu_narrow
{
    background: url(/images/menu_sub_bg.gif) top left no-repeat;
}

/* ====================================================================================================== */
/* ------------------------------------------------- MAIN ----------------------------------------------- */
/* ====================================================================================================== */

/* -------------------- LEWA */
#main_left, #main
{
    width: 545px;
    background: url(/images/main_left_bg.gif) top right no-repeat;
    text-align: left;
    float: left;
    padding-right: 10px;
    padding-top: 20px;
}

/* -------------------- PRAWA */
#main_right, #sidebar
{
    width: 305px;
    text-align: left;
    padding: 0 10px 0 20px;
    background: #f8f8f8 url(/images/main_right_bg.gif) top left no-repeat;
    float: left;
    padding-bottom: 20px;

}

/* ====================================================================================================== */
/* -------------------------------------------------- SUB ----------------------------------------------- */
/* ====================================================================================================== */

#main
{
    width: 645px;
}

#sidebar
{
    width: 205px;
}

#sidebar h4
{
    font-size: 13px;
    clear: both;
}

/* ====================================================================================================== */
/* ----------------------------------- Wyszukiwarka - strona główna ------------------------------------- */
/* ====================================================================================================== */

.main_finder
{
    background: url(/images/form_green_bg.gif) no-repeat;
    padding: 0 20px;
    height: 160px;
}

.main_finder form
{
    padding-top: 10px;
}

.main_finder .form_label
{
    background: url(/images/wide_finder_bg.gif) top left no-repeat;
    display: block;
    width: 221px;
    height: 24px;
    text-align: center;
}

.main_finder .form_label p
{
    margin: 0;
    padding: 2px 10px 4px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #0f9202;
}

.main_finder input.wide, .main_finder select.wide, .main_finder input.narrow, .main_finder select.narrow
{
    font-size: 11px;
    margin-bottom: 10px;
}

.main_finder input.wide, .main_finder select.wide
{
    width: 140px;
}

.main_finder input.narrow, .main_finder select.narrow
{
    width: 60px;
}

.column_sized
{
    width: 170px;
    float: left;
}

.column_rest
{
    float: left;
}

input.silver
{
    background: url(/images/silver_button_bg.gif) repeat-x;
    border: 1px solid #989898;
    font-size: 11px;
    padding: 2px 10px;
}

* html input.silver
{
    padding: 1px 5px;
}

input.righted
{
    float: right;
}

/* ====================================================================================================== */
/* -------------------------------------- Wyszukiwarka - sidebar ---------------------------------------- */
/* ====================================================================================================== */

.sidebar_finder input.wide, .sidebar_finder select.wide, .sidebar_finder input.narrow, .sidebar_finder select.narrow
{
    font-size: 11px;
    margin-bottom: 5px;
}

.sidebar_finder input.wide
{
    width: 190px;
}

.sidebar_finder select.wide
{
    width: 195px;
}

.sidebar_finder input.narrow, .sidebar_finder select.narrow
{
    width: 90px;
}

/* ====================================================================================================== */
/* ------------------------------------------- Lista ogłoszeń ------------------------------------------ */
/* ====================================================================================================== */
table.list
{
    border-collapse: collapse;
    border-left: 1px solid #c8f4c0;
    border-right: 1px solid #c8f4c0;
    width: 100%;
}

table.list p
{
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 10px;
}

table.list p a
{
    text-decoration: none;
}

table.list td.ads_like p a
{
    text-decoration: underline;
}

table.list p b
{
    font-size: 11px;
    color: #239b17;
}

table.list p a:hover, table.list p a:active
{
    text-decoration: underline;
}

table.list td
{
    vertical-align: top;
    padding: 5px;
    border-bottom: 1px solid #c8f4c0;
}

table.list td.ads_like img
{
    float: right;
    margin-top: 5px;
}

table.list td.righted
{
    text-align: right;
}

/* ====================================================================================================== */
/* ------------------------------------------ Ogłoszenie ------------------------------------------------ */
/* ====================================================================================================== */

span.label, span.data
{
    padding: 3px 0;
    float: left;
    border-bottom: 1px solid #fff;
}

span.label
{
    color: #777;
    width: 125px;
}

span.data
{
    width: 480px;
}

.green_box
{
    padding: 10px;
    background: #f1ffee url(/images/green_grad.gif) top left repeat-x;
}

#details
{
    background: #fff;
    margin-top: 5px;
    border: 1px solid #c8f4c0;
}

#details .label, #details .data
{
    background: #fff;
}

#details .label
{
    width: 115px;
    padding-left: 5px;
}

span.header
{
    font-size: 13px;
    font-weight: bold;
    line-height: 2em;
}

/* ====================================================================================================== */
/* ------------------------------------------- Promowane ------------------------------------------------ */
/* ====================================================================================================== */

.promoted
{
    background: #e9ffe6;
    border-top: 1px solid #98d68e;
    border-bottom: 1px solid #98d68e;
}

.promoted .entry
{
    width: 107px;
    border-right: 2px solid #fff;
    float: left;
    padding: 10px 0;
    text-align: center;
}

.promoted .entry:hover
{
    background: #fff;
}

.promoted .entry a
{
    font-size: 11px;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.promoted .entry a img
{
    margin-bottom: 5px;
}

/* ====================================================================================================== */
/* --------------------------------------------- Region ------------------------------------------------- */
/* ====================================================================================================== */

.small_offer
{
    font-size: 11px;
    clear: both;
    padding-bottom: 10px;
    margin-top: 10px;
    height: 80px;
    border-bottom: 1px solid #ccc;
}

.small_offer a
{
    text-decoration: none;
}

.small_offer img
{
    float: left;
    margin-right: 10px;
    width: 100px;
}

/* ====================================================================================================== */
/* ---------------------------------------------- FAQ --------------------------------------------------- */
/* ====================================================================================================== */

ul.faq
{
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.faq li
{
    background: url(/images/question_icon.gif) top left no-repeat;
    line-height: 2em;
    padding-left: 20px;
}

/* ====================================================================================================== */
/* --------------------------------------------- Stopka ------------------------------------------------- */
/* ====================================================================================================== */

#footer
{
    width: 900px;
    margin: 0px auto;
    text-align: left;
    border-top: 5px solid #3eb70f;
    border-top: 5px solid #eee;
}

#footer ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 10px 0;
}

#footer li
{
    display: inline;
    padding-right: 20px;
    margin: 0;
}

#footer a
{
    text-decoration: none;
    font-size: 11px;
    color: #ff8a00;
}

#footer a:hover, #footer a:active
{
    text-decoration: underline;
}

/* ====================================================================================================== */
/* ------------------------------------------- Paginacja ------------------------------------------------ */
/* ====================================================================================================== */

.paging
{
    background: #82cd76;
    padding: 10px;
    color: #fff;
}

.paging p
{
    margin: 0;
    padding: 0;
    float: left;
}

.paging p.pagination
{
    float: right;
}

p.pagination a
{
    border: 1px solid #7cbe71;
    display: block;
    float: left;
    line-height: 1.4em;
    background: #e7ffe3;
    font-size: 10px;
    padding: 2px 5px;
    margin: 0 2px;
    text-decoration: none;
}

p.pagination a.first, p.pagination a.last
{
    font-weight: bold;
}

* html p.pagination a
{
    padding: 1px 5px;
}

p.pagination a.active
{
    font-weight: bold;
    background: #3daa32;
    color: #fff;
}

p.pagination a:active, p.pagination a:hover
{
    background: #fff;
}

p.pagination a.active:active, p.pagination a.active:hover
{
    background: #3daa32;
}

/* ====================================================================================================== */
/* --------------------------------------------- Ogólne ------------------------------------------------- */
/* ====================================================================================================== */

.spacer
{
    clear: both;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.small
{
    font-size: 11px;
}

input.right
{
    margin-right: 30px;
}

/* ====================================================================================================== */
/* ------------------------------------------- Formularze ----------------------------------------------- */
/* ====================================================================================================== */

b.decored
{
    color: #0f9202;
    padding: 5px;
    display: block;
    background: #f6f6f6;
}

form span.label
{
    clear: both;
    font-size: 12px;
    float: left;
    text-align: right;
    padding-right: 3px;
    width: 200px;
}

form span.element
{
    width: 300px;
    float: left;
    text-align: left;
}

.green {

margin:0 auto; 
position:absolute;
padding-top:31px; 
padding-left:64px; 
z-index:3;

}

.orange {


margin:0 auto; 
position:absolute;
top:55px; 
padding-left:217px; 
z-index:2;

}




/* ====================================================================================================== */
/* ------------------------------------------- User info ------------------------------------------------ */
/* ====================================================================================================== */
/*#msg_notify
{
    border: 1px solid #bde8b4;
    padding: 15px 15px 15px 50px;
    background: #ebfee7 url(/images/user_notify.gif) top left no-repeat;
}*/

