/*---------------------------------------------
[Main CSS Stylesheet]

Project:          Dimedia nekretnine
Primary Use:      Screen
Version:          1.0
Date:             04.01.2010.
Last Change:      07.01.2010.
Author:           Dimedia
---------------------------------------------*/
@import url("reset.css");

body  { background: #000; font-family: Arial,sans-serif; }
#container  { width: 900px; margin: 0px auto; }

/******************* HEADER ************************************/
#header { height: 90px; position: relative; margin-bottom: 66px; }
    #header .logo { width: 194px; height: 69px; background: url(../images/logo.gif); position: absolute; bottom: 0; left: 0; text-indent: -9999px; display: block; }
    
    #header .top-nav  { float: right; padding-top: 8px; }
    #header .top-nav li { float: left; padding: 0 8px 0 11px; background: url(../images/separator-01.gif) right 1px no-repeat; }
    #header .top-nav li.last  { padding-right: 0px; background: none; }
    #header .top-nav li a { font-size: 12px; line-height: 14px; color: #808080; text-decoration: none; display: block; }
    #header .top-nav li a.on  { color: #454545; }
    
    #header .bottom-nav { position: absolute; bottom: 0; right: 0; background: url(../images/bottom-nav-bkg.gif) bottom left repeat-x; }
    #header .bottom-nav li { float: left; padding: 0 38px 0px 0; }
    #header .bottom-nav li.last { padding-right: 0; }
    #header .bottom-nav li a { font-size: 13px; position: relative; z-index: 2; line-height: 16px; color: #a2b620; text-decoration: none; font-weight: bold; display: block; padding: 0 2px 14px 2px; }
    #header .bottom-nav li a.on { color: #939495; }
    
    #header .bottom-nav .marker { display: block; position: absolute; z-index: 1; left: 0; bottom: 0; padding: 0; height: 9px; line-height: 9px; background: #4c4c4c; }
    
    #flashContainer { height: 280px; display: block; }
    
/******************* CONTENT & TEXT ****************************/
#content  { background: #1b2326; padding: 26px 15px 26px 15px; overflow: hidden; zoom: 1; }
.big-content { padding: 26px 28px 26px 26px !important; }

#col-1  { float: left; width: 195px; margin-right: 30px; }
#col-2  { float: left; width: 430px; }
#col-2-big  { float: right; width: 645px; }
#col-3  { float: right; width: 200px; }

.noShow { display: none; }
.nomarg { margin: 0 !important; }

h2,
.text h2 a,
h2 a  { font-size: 18px; line-height: 24px; color: #a2b620; font-weight: normal; margin-bottom: 22px; text-decoration: none; }
    h2 span  { font-size: 13px; line-height: 18px; font-weight: bold; color: #ccc; display: block; }

.text { font-size: 12px; line-height: 18px; color: #c7c7c7; }
    .text h1  { font-size: 30px; line-height: 35px; color: #a2b620; font-weight: normal; margin-bottom: 22px; }
    .text h1 span { font-size: 16px; line-height: 22px; font-weight: bold; color: #fff; display: block; }
    .text h3  { font-size: 16px; line-height: 22px; font-weight: bold;  }
    .text h3.bkg  { font-size: 25px; line-height: 25px; font-weight: normal;  margin-bottom: 10px; background: url(../images/bgk-year.gif) left center repeat-x; }
    .text h3.bkg span { background: #1b2326; padding-right: 10px;  }
    .text em { font-style: normal; font-weight: bold; color: #a2b620; }
    .text ul,
    .text ol,
    .text p { margin-bottom: 15px; }
    .text ol  { margin-left: 25px; }
    .text ul li { padding-left: 15px; background: url(../images/bullit-02.gif) left 6px no-repeat; }
    .text a { color: #f30808; text-decoration: none; /*display: inline-block;*/ }
    .text strong  { font-weight: bold; }
    
#col-1 .text  { margin-bottom: 25px; }
#col-1 .text h1 { font-size: 18px; line-height: 24px; color: #a2b620; font-weight: normal; margin-bottom: 22px; text-decoration: none; }

.more,
.text .more  { float: left; padding-left: 15px; background: url(../images/arrow-01.gif) left 7px no-repeat; font-size: 12px; line-height: 18px; color: #f30808; text-decoration: none; }

/******************* SLIDER ************************************/
.slide-box  { float: left; width: 564px; }
    .slide-box h2  { margin-bottom: 9px; }
    .slide-box .wrapper { height: 255px; margin-bottom: 7px; overflow: hidden; zoom: 1; background: url(../images/slide-bkg.jpg); position: relative; }
    
    .slide-box .wrapper ul  { width: 10000px; position: absolute; left: 0; }
    .slide-box .wrapper ul li { float: left; width: 564px; padding-top: 24px; height: 231px; text-align: center; position: relative; }
    .slide-box .wrapper ul li .img { margin: 0px auto; }
    
    .slide-box .wrapper table { width: 284px; border-right: 1px solid #2d343a; font-size: 11px; line-height: 16px; color: #999; position: absolute; left: 0; top: 199px; }
    .slide-box .wrapper table th  { padding: 0 5px 0 15px; color: #c7c7c7; font-weight: bold; }
    .slide-box .wrapper table td  { width: 100%; }
    .slide-box .wrapper .txt { width: 250px; font-size: 11px; line-height: 16px; color: #999; position: absolute; right: 10px; top: 199px; text-align: left; }
    .slide-box .wrapper a { color: #999; }
    
    .slide-box .wrapper .prev,
    .slide-box .wrapper .next { display: block; position: absolute; top: 57px; width: 29px; height: 124px; cursor: pointer; text-indent: -9999px; }
    .slide-box .wrapper .prev { background: url(../images/slide-box-prev.gif) top left no-repeat; left: 0;  }
    .slide-box .wrapper .next { background: url(../images/slide-box-next.gif) top left no-repeat; right: 0;  }
    .slide-box .wrapper .prev:hover,
    .slide-box .wrapper .next:hover { background-position: -29px top; }
    
    .slide-box .extra  { background: #0d1113; overflow: hidden; zoom: 1; padding-right: 35px; border-top: 1px solid #171a1d; }
    .slide-box .extra .more  { float: right; }

/******************* BOXES *************************************/
.news-box { float: right; width: 257px; }
    .news-box h2  { margin-bottom: 9px; }
    .news-box ul { border-bottom: 1px solid #171a1d; overflow: hidden; zoom: 1; }
    .news-box ul li { border-top: 1px solid #2e353b; padding: 13px 15px 12px 5px; float: left; clear: left; width: 237px; }
    .news-box ul .date  { font-size: 10px; color: #999; display: block; padding-left: 12px; }
    .news-box ul a  { font-size: 12px; color: #c7c7c7; line-height: 14px; display: block; text-decoration: none; padding-left: 12px; background: url(../images/arrow-02.gif) left 5px no-repeat; }
    
    .news-box .extra  { background: #0d1113; overflow: hidden; zoom: 1; padding-right: 35px; }
    .news-box .extra .more  { float: right; }

.down-box { background: #000; font-size: 12px; line-height: 18px; color: #939393; padding: 12px 8px 15px; }
    .down-box h2,
    .down-box h2 a  { color: #fff; font-size: 14px; line-height: 20px; font-weight: bold; }
    .down-box h2 span { font-size: 11px; }
    .down-box .img { float: right; }
    .down-box .img img { display: block; }
    .down-box .button  { background: url(../images/button-02.gif); display: block; clear: both; width: 49px; padding-right: 130px; height: 28px; font-size: 12px; line-height: 28px; color: #fff; text-decoration: none; text-align: right; zoom: 1; }
    .down-box .button span { display: none; }

.switch-box  {}
    .switch-box div { height: 280px; width: 100%; position: relative; }
    .switch-box div img { display: none; position: absolute; top: 0; }
    .switch-box div img.on { display: block; }
    .switch-box ul  { overflow: hidden; zoom: 1; margin: 0; }
    .switch-box ul li { padding: 0; background: none; float: left; margin: 0 10px 10px 0; }
    .switch-box ul li img { display: block; }

.text .paging { background: #000; overflow: hidden; zoom: 1; padding: 2px 8px; margin-bottom: 10px; }
    .text .paging span { float: left; margin-right: 15px; }
    .text .paging span a { float: left; margin-right: 10px; }
    .text .paging span a.off  { color: #333; }
    .text .paging ul  { float: left; margin: 0;  }
    .text .paging li  { padding: 0; background: none; float: left; }
    .text .paging li a  { float: left; padding: 1px 5px; margin-right: 2px; font-weight: bold; }
    .text .paging li a.on { background: #1b2326; color: #ccc; }

/******************* LISTS *************************************/
.list-01  { overflow: hidden; zoom: 1; background: url(../images/list-01-bkg.gif) top left repeat-y; border-bottom: 1px solid #2e353b; margin-bottom: 30px; position: relative; }
    .list-01 li { float: left; color: #939393; width: 242px; padding: 4px 20px 21px 20px; }
    .list-01 li.first { width: 262px; padding-left: 0px; }
    .list-01 li.last  { width: 262px; padding-right: 0px; }
    .list-01 li li  { float: none; width: auto; padding: 0; background: url(../images/bullit-01.gif) left 4px no-repeat; padding: 0 0 7px 22px; }
    .list-01 li .img  { float: right; margin: 0 0 15px 20px; }
    .list-01 li .img img  { display: block; }
    .list-01 li .more { position: absolute; bottom: 6px; left: 505px; }
    .list-01 li.first .more  { left: 223px; }
    .list-01 li.last .more  { left: 802px; }
    .list-01 li.last p  { overflow: hidden; zoom: 1; }
    .list-01 .button  { background: url(../images/button-01.gif); display: block; clear: both; width: 64px; padding-right: 154px; height: 30px; font-size: 12px; line-height: 30px; color: #fff; text-decoration: none; text-align: right; margin-bottom: -13px; zoom: 1; }
    .list-01 .button span { display: none; }

.list-02  { border-top: 1px solid #2d343a; margin-bottom: 30px; }
    .list-02 li { padding: 7px 5px 6px 10px; border-bottom: 1px solid #2d343a; }
    .list-02 li a { font-size: 13px; line-height: 15px; font-weight: bold; text-decoration: none; color: #a2b620; display: inline-block; }
    .list-02 li a.on { color: #939495; }

.list-03  { margin-bottom: -25px; }
    .list-03 li  { margin-bottom: 25px; }
    .list-03 li img { width: 193px; }
    .list-03 li div { padding: 5px 0; margin-bottom: 7px; background: #000; text-align: center; }
    .list-03 li div p  { display: block; text-align: left; padding: 10px 10px 2px; font-size: 11px; line-height: 13px; color: #939393; font-style: italic; }
    .list-03 li span  {  display: block; background: #0d1113; text-align: right; padding: 0px 6px 0px 0; }
    .list-03 li a { background: url(../images/bullit-03.gif) right 3px no-repeat; padding-right: 15px; font-size: 12px; line-height: 18px; color: #f30808; text-decoration: none; }

.text .list-04  { margin-left: -10px; }
    .text .list-04 li { padding: 0 20px 0 10px; background: none; margin-bottom: 15px; border-bottom: 1px solid #2e353b; }
    .text .list-04 h2 { margin-bottom: 5px; }
    .text .list-04 div  { margin-bottom: 15px; text-align: justify; }
    .text .list-04 .date  { font-size: 10px; line-height: 12px; margin-bottom: -2px; display: block; }

/******************* FORMS *************************************/
form label  { font-size: 12px; color: #c7c7c7; line-height: 14px; }
    form label em  { color: #6e96d5; }
    form textarea,
    form .txt { color: #fff; font-size: 12px; line-height: 14px; background: #000; padding: 2px; font-family: Arial,sans-serif; overflow: auto; }
    form .error { border: 1px solid #6e96d5 !important; padding: 1px; background: #f30808; }
    form .warrning  { float: right; clear: right; font-size: 12px; line-height: 14px; color: #f30808; padding: 2px; }

form.hide { display: none; }
    
.form-01 { background: url(../images/bgk-pattern-01.gif); margin-left: -15px; padding: 10px 11px 10px 15px; position: relative; zoom: 1; }
    .form-01 h2  { margin-bottom: 10px; }
    .form-01 label { display: block; margin-bottom: 2px; }
    .form-01 .txt { display: block; margin-bottom: 10px; width: 178px; zoom: 1; }
    .form-01 button  { background: url(../images/button-03.png); float: right; text-indent: -9999px; width: 97px; height: 30px; cursor: pointer; margin-bottom: 10px; zoom: 1; }
    .form-01 .switch { display: block; clear: both; padding-left: 15px; background: url(../images/arrow-01.gif) left 7px no-repeat; font-size: 12px; line-height: 18px; color: #f30808; cursor: pointer; }
    .form-01 p  { font-size: 12px; line-height: 14px; color: #6e96d5; margin-bottom: 10px; }
    
#form-02  { background: url(../images/bgk-pattern-02.gif); margin: -5px -15px 0 0; padding: 5px 0 10px 25px; position: relative; }
    #form-02 fieldset { overflow: hidden; zoom: 1; margin-left: -8px; }
    #form-02 ul { width: 290px; float: left; margin-right: 25px; }
    #form-02 li { overflow: hidden; zoom: 1; background: #1b2326; padding-left: 8px; margin-bottom: 5px; }
    #form-02 li.marg  { margin-bottom: 32px; }
    #form-02 .txt { float: right; width: 176px; }
    #form-02 textarea { float: right; width: 176px; height: 100px; border: none; }
    #form-02 fieldset img { clear: left; display: block; margin: 0 0 10px 110px; }
    #form-02 .button-wrapper { position: absolute; right: 26px; bottom: 33px; }
    #form-02 button  { float: right; text-indent: -9999px; width: 97px; height: 30px; cursor: pointer; margin: 25px 0 0 8px; }
    #form-02 .button01 { background: url(../images/button-03.png); }
    #form-02 .button02 { background: url(../images/button-04.png); }
    #form-02 p  { font-size: 12px; line-height: 14px; color: #6e96d5; }
    #form-02 ul p { margin: 10px 10px 10px 0; }
    #form-02 label  { float: left; padding-top: 2px; }
    #form-02 .file label  { margin-bottom: 5px; display: block; }
    #form-02 .file input  { font-size: 12px; line-height: 14px; font-family: Arial,sans-serif; display: block; margin-bottom: 5px; background: #000; color: #fff; width: 275px; border: 1px solid #000; }
    #form-02 .button-wrapper div { position: absolute; top: 0px; right: 18px; padding: 2px 10px 2px 3px; }
    #form-02 .button-wrapper div a  { color: #6e96d5; text-decoration: none; }
    #form-02 .button-wrapper div label  { float: none; }
    #form-02 .button-wrapper div.error  { padding: 1px 9px 1px 2px; }
    #form-02 .button-wrapper div.error a  { color: #fff; }
        
/******************* FOOTER ************************************/
#footer { padding: 16px 0 30px 4px; overflow: hidden; zoom: 1; position: relative; }
    #footer .rss  { float: left; font-size: 10px; color: #616a73; line-height: 16px; padding: 1px 0 0 23px; background: url(../images/icon-rss.gif) left 1px no-repeat; text-decoration: none; }
    
    #footer p { float: left; color: #616a73; font-size: 10px; padding: 52px 0 0 0; clear: left; }
    #footer p a { color: #616a73; text-decoration: none; }
    #footer p a span,
    #footer p a:hover { color: red; }
    
    #footer ul  { float: right; }
    #footer ul li { float: left; padding: 0 8px 0 11px; background: url(../images/separator-01.gif) right 2px no-repeat; }
    #footer ul li.last  { padding-right: 0px; background: none; }
    #footer ul li a { font-size: 12px; line-height: 14px; color: #808080; text-decoration: none; display: block; }
    
    #footer dl  { float: right; padding-top: 28px; }
    #footer dt  { float: left; color: #616a73; font-size: 10px; padding-top: 25px; }
    #footer dd  { float: left; }
    #footer dd a  { display: block; text-indent: -9999px; height: 37px; }
    #footer dd .link1  { margin-left: 37px; width: 71px; background: url(../images/portal-burza.jpg); }
    #footer dd .link2  { margin-left: 27px; width: 100px; background: url(../images/portal-centar.jpg); }
    #footer dd .link3  { margin-left: 30px; width: 38px; background: url(../images/portal-oglas.jpg); }
    #footer dd .link4  { margin-left: 38px; width: 74px; background: url(../images/portal-crozilla.jpg); }
    #footer dd .link5  { margin-left: 20px; width: 68px; background: url(../images/portal-city24.jpg); }
    #footer dd .link6  { margin-left: 20px; width: 137px; background: url(../images/portal-njuskalo.jpg); }
    #footer dd a:hover  { background-position: 0 -37px; }
    
/* SHARE TOOLBAR */
a.dimedia-toolbar-button { width: 77px; display: block; position: absolute; top: 45px; left: 0; line-height: 17px; padding:0 0 0 9px; background: url(../images/toolbar/button.gif); font-size:11px; font-family: arial, sans-serif; text-transform: lowercase; color:#808080; cursor: pointer; }
#dimedia-toolbar { display: none; opacity: 0; width: 96px; padding-top:20px; background: url(../images/toolbar/dimedia-toolbar-top.png) top left no-repeat; *background-image:url(../images/toolbar/dimedia-toolbar-top-ie.png); position: absolute; z-index:100; }
#dimedia-toolbar .bottom-bkg { zoom:1; padding-bottom:31px; background: url(../images/toolbar/dimedia-toolbar-bottom.png) bottom left no-repeat; *background-image:url(../images/toolbar/dimedia-toolbar-bottom-ie.png); }
#dimedia-toolbar .middle-bkg { zoom:1; background: url(../images/toolbar/dimedia-toolbar-middle.png) top left repeat-y; padding: 1px 0; }
#dimedia-toolbar ul { margin: -11px 0 -13px 9px; position: relative; padding: 0; list-style: none; overflow: hidden; zoom: 1; }
#dimedia-toolbar ul li  { float: left; margin: 0 5px 4px 0; background: #fff; }
#dimedia-toolbar ul a,
#dimedia-toolbar ul a img { display: block; border: 0; height: 16px; width: 16px; cursor: pointer; }
#dimedia-toolbar ul a { opacity: 0.6; }
#dimedia-toolbar ul a:hover { opacity: 1; }

/***************** lightbox ******************/
#jquery-overlay               { position: absolute; top: 0; left: 0; z-index: 1000; width: 100%; height: 500px; }
#jquery-lightbox              { position: absolute; top: 0; left: 0; width: 100%; z-index: 1001; text-align: center; line-height: 0; }
#jquery-lightbox a img        { border: none; }
#lightbox-container-image-box { position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#lightbox-container-image     { padding: 10px; }
#lightbox-loading             { position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }

#lightbox-container-image-data-box                      { font-family:Arial, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; padding: 0 10px 0; }
#lightbox-container-image-data                          { padding: 0; line-height: 16px; color: #1e2d3b; font-size: 14px; }
#lightbox-container-image-data #lightbox-image-details  { width: 70%; float: left; text-align: left; }	
#lightbox-image-details-caption                         { font-weight: bold; }
#lightbox-image-details-currentNumber                   { display: block; clear: left; padding-bottom: 1.0em; font-size: 10px; line-height: 12px; color: #656565; }			
#lightbox-secNav-btnClose                               { width: 66px; float: right; padding: 0 3px 0.7em 0; font-size: 11px; font-family: Arial, sans-serif; font-weight: bold; color: #656565; text-decoration: none; background: url(../images/lightbox-btn-close.gif) right 2px no-repeat; }
#lightbox-buttons                                       { float: right; clear: right; padding-bottom: 5px; }
#lightbox-buttons img                                   { margin-left: 5px; cursor: pointer; }
