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

Project:          Studio Ozbolt
Primary Use:      Screen
Date:             20.01.2010.
Last Change:      20.01.2010.
Author:           Dimedia
---------------------------------------------*/
@import url("reset.css");

/*----------- GENERAL -----------------------*/
body  { color: #333; background: #fff url(../images/BKGbodyspan.gif) center 119px no-repeat; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; position:relative; }

#container  { width: 960px; margin: 0px auto; }

.noShow { display: none; }
.empty-note { font-size: 14px; line-height: 22px; color: #686868; }
.en .hr-specific  { display: none; }

#wrapper  { overflow: hidden; zoom: 1; padding: 33px 0 28px 0; }

#column-1 { float: left; width: 204px; }
#column-2 { float: right; width: 690px; padding-right: 23px; }

.text { font-size: 14px; line-height: 22px; color: #686868; }
.detail-box .text { font-size: 12px; line-height: 14px; }
  .text p { padding-bottom: 15px; }
  .text a { color: #6f732d; }
  .text a:hover { color: #333; }
  .text ul { padding-bottom: 15px; }
  .text ul li { padding: 0 0 5px 15px; background: url(../images/bullet-02.gif) left 7px no-repeat; }
  h1,
  #column-1 h2.big  { font-size: 18px; line-height: 26px; color: #686868; font-weight: normal; margin-bottom: 15px; }
  .text h1 span { display: block; font-size: 14px; font-weight: normal; }
  #wrapper .text h2  { color: #686868; font-size: 14px; line-height: 16px; margin-bottom: 10px; font-weight: bold; }
  #wrapper .text h2.big { font-size: 18px; line-height: 20px; font-weight: normal; }
  #wrapper .text h2.top { font-weight: normal; }
  #wrapper .text h2.top span  { display: block; font-weight: bold; font-size: 12px; line-height: 14px; }
  .text h3  { color: #686868; font-size: 14px; line-height: 18px; font-weight: bold;  margin-bottom: 5px; } 

/*----------- HEADER ------------------------*/
#header { position: relative; height: 100px; margin-bottom: 14px; z-index: 10; }
  #header .logo { display: block; position: absolute; top: 52px; left: 0px; width: 278px; height: 42px; overflow: hidden; zoom: 1;  background: url(../images/logo.gif); text-indent: -9999px; }
  
  #header .top-nav      { float: right; list-style: none; margin-top: 10px; }
  #header .top-nav li   { float: left; background: url(../images/BORDERheader_nav.gif) right 4px no-repeat; padding: 0 11px; }
  #header .top-nav li a { display: block; font-size: 11px; line-height: 14px; color: #9d9d9d; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-decoration: none; text-transform: lowercase; }
  #header .top-nav li a:hover,
  #header .top-nav li a.active { color: #333; }
  #header .top-nav li.last    { background: none; }
  #header .top-nav .lang-hr,
  #header .top-nav .lang-en   { background: none; padding: 0 3px; }
  #header .top-nav .lang-hr a,
  #header .top-nav .lang-en a { width: 24px; height: 13px; display: block; text-indent: -9999px; margin-bottom: -5px; opacity: 0.4; filter:alpha(opacity=40); overflow: hidden; zoom: 1; }  
  #header .top-nav .lang-hr a { display: block; background: url(../images/FLAGhr.gif); }
  #header .top-nav .lang-en a { display: block; background: url(../images/FLAGen.gif); }
  #header .top-nav li .active { opacity: 1; filter:alpha(opacity=100); color: #333; }
  
  #header .nav        { float: right; clear: right; list-style: none; position: absolute; bottom: 6px; right: 0; }
  #header .nav li     { float: left; background: url(../images/BORDERheader_nav.gif) right 11px no-repeat; padding: 8px 11px 0; }
  #header .nav .last  { background: none; padding-right: 0; }
  #header .nav li a   { display: block; font-size: 11px; line-height: 14px; color: #9d9d9d; font-weight: bold; font-family: Arial, Helvetica, sans-serif; text-decoration: none; text-transform: uppercase; }
  #header .nav li a:hover,
  #header .nav li a.active { color: #333; }
  #header .nav ul     { display: none; }
  
  /* dropdown */
  #header li.drop			{ width: 77px; padding-right: 0; }
  #header li.drop:hover	{ background: url(../images/BKGdrop_top.gif) top left no-repeat; }
  #header li.drop:hover a,
  #header li.drop a:hover { color: #fff; }
  
  #header .drop ul		{ display: none; }
  #header .drop:hover ul,
  #header .drop.over ul	{ display: block; background: url(../images/BKGdrop.gif) bottom left no-repeat; position: absolute; z-index: 20; width: 107px; margin-left: -11px; padding: 0 10px 15px 8px; }
  #header .drop li		{ display: block; background: none; float: none; padding: 4px 3px; border-top: 1px solid #6b7674; }
  #header .drop li.first	{ border: none; background: url(../images/BKGdrop_first.gif) top left no-repeat; margin: 0 -10px 0 -8px; padding: 10px 13px 4px 11px; }
  #header .drop li a		{ display: inline; color: #fff; font-weight: normal; }
  #header .drop li a:hover,
  #header .drop li a.active { font-weight: bold; color: #afb066; }
  
/*----------- SUBHEADER ---------------------*/  
#subheader { overflow: hidden; zoom: 1; position: relative; z-index: 1; }
  
  #subheader dl	  { float: left; padding: 16px 0 10px 38px; margin: 5px 8px 0 0; }
  #subheader dt	  { margin-bottom: 6px; font-size: 20px; color: #fff; }
  #subheader dd a	{ display: block; padding-left: 13px; margin-bottom: 2px; font-size: 14px; line-height: 16px; color: #fff; text-decoration: none; }
  #subheader dd a:hover { opacity: 0.7; filter:alpha(opacity=70); }
  #subheader #rent    { background: #999e37; width: 203px; padding-left: 0px !important; min-height: 176px; }
  #subheader #rent a  { background: url(../images/LINKdark.gif) left 6px no-repeat; }
  #subheader #buy	    { background: #1e312e url(../images/BKGbuy.gif) top left repeat-y; width: 231px; min-height: 176px; }
  #subheader #buy a	  { background: url(../images/LINKwhite.gif) left 6px no-repeat; }
  
  #header_form  { padding-left: 11px; float: right; width: 448px; background: url(../images/BORDERheader_form.gif) left 5px no-repeat; position: relative; }
    
    #header_form .tab { height: 37px; width: 426px; margin-left: 18px; list-style: none; }
    #header_form .tab li     { position: absolute; width: 273px; height: 31px; background: url(../images/BKGtab_off.gif) top left no-repeat; padding: 6px 24px 0 17px; cursor: pointer; font-weight: bold; font-size: 16px; color: #fff; }
    #header_form .tab li.on  { z-index: 10; margin-top: 7px; height: 30px; background: url(../images/BKGtab_on.gif) top left no-repeat; color: #2e2e2e; }
    #header_form .tab li.tab-01 { text-align: left; }
    #header_form .tab li.tab-02 { text-align: right; margin-left: 112px; }
    
    #header_form form	{ background: #ebebeb url(../images/BKGheader_form.gif) top left repeat-x; float: left; }
    
    #searchForm { padding: 20px 0 0 20px; height: 150px; width: 430px; color: #686868; }
    #searchForm .left { float: left; width: 184px; }
    #searchForm .left.dropdown { float: left; width: 184px; height:112px; }
    #searchForm .left.checkboxes { float: left; width: 300px; }
    #searchForm .left select  { width: 184px; font-size: 11px; color: #686868; margin-bottom: 8px; display: none; }
    #searchForm .left .sel-replaced { opacity: 1; filter:alpha(opacity=100); zoom: 1; font-size: 11px; line-height: 13px; margin-bottom: 8px; width: 153px; border: 1px solid #cdcdcd; padding: 3px 25px 2px 4px; color: #686868; display: block; background: #fff url(../images/sel-rpl-bkg.gif) 165px 2px no-repeat; cursor: pointer; }
    #searchForm .left .off  { opacity: 0.4; filter:alpha(opacity=40); }
    #searchForm .left label { float: left; line-height: 13px; padding-top: 8px; margin: 0 10px 0 2px; font-size: 11px; line-height: 13px; }
    #searchForm .left label input  { margin: 0 2px -2px 0; }
    #searchForm .right { float: right; width: 220px; font-size: 11px; line-height: 13px; }
    #searchForm .right ul { padding-bottom: 2px; float: right; width: 220px; }
    #searchForm .right li { padding-bottom: 8px; float: left; clear: left; width: 220px; }
    #searchForm .right li.hide  { visibility: hidden; }
    #searchForm .right li label { float: left; width: 55px; line-height: 17px; }
    #searchForm .right li input { float: left; width: 48px; font-size: 11px; line-height: 13px; border: 1px solid #cdcdcd; padding: 1px 4px; *padding: 2px 4px; }
    #searchForm .right span { float: left; padding: 0 5px; line-height: 17px; }
    #searchForm button  { width: 59px; height: 17px; float: right; margin-right: 24px; background: url(../images/BUTTONtrazi_hr.gif); cursor: pointer; text-indent: -9999px; overflow: hidden; zoom: 1; }
    .en #searchForm button {  width: 62px; height: 17px; background: url(../images/BUTTONtrazi_en.gif); }

    #offer-form { padding: 10px 0 0 18px; color: #686868; font-size: 11px; height: 160px; display: none; }
    #offer-form fieldset      { border: 1px solid #fff; width: 196px; padding: 0 0 5px 7px; float: left; margin-bottom: 5px; }
    #offer-form fieldset.marg { margin-right: 20px; padding-top: 11px; }
    #offer-form label { margin-right: 10px; }
    #offer-form label input  { margin: 0 2px -2px 0; }
    #offer-form ul    { padding-top: 10px; zoom: 1; }
    #offer-form ul li { float: left; position: relative; padding-bottom: 7px; }
    #offer-form ul li.small { width: 88px; }
    #offer-form ul label    { display: none; }
    #offer-form ul select   { width: 164px; font-size: 11px; color: #686868; border: 1px solid #cdcdcd; padding: 1px; }
    #offer-form ul input    { display: block; width: 154px; font-size: 11px; line-height: 13px; border: 1px solid #cdcdcd; padding: 1px 4px 0; }
    #offer-form ul .small input { width: 66px; }
    #offer-form ul .small img   { display: block; position: absolute; top: 0; right: -15px; cursor: pointer; }
    #offer-form .error  { background: #ffc5c5 !important; }
    #offer-form button  { width: 59px; height: 17px; float: right; background: url(../images/BUTTONsend_hr.gif); cursor: pointer; text-indent: -9999px; overflow: hidden; zoom: 1; }
    .en #offer-form button {  width: 56px; height: 17px; background: url(../images/BUTTONsend_en.gif); }  
    
    #offer-form #captcha  { display: none; position: absolute; bottom: 32px; right: 5px; width: 208px; border: none; z-index: 100; padding: 0 0 9px 0; float: none; margin: 0; background: url(../images/BKGinfo_box_bottom.gif) bottom left no-repeat; font-size: 11px; line-height: 14px; color: #2c3749; }
    #offer-form #captcha .bkg-1  { background: url(../images/BKGinfo_box_top.gif) top left no-repeat; padding-top: 9px; width: 208px; }
    #offer-form #captcha .bkg-2  { background: url(../images/BKGinfo_box_middle.gif) top left repeat-y; padding: 15px 10px 1px; width: 188px; overflow: hidden; zoom: 1; }
    #offer-form #captcha span { position: absolute; top: 5px; right: 10px; font-size: 10px; cursor: pointer; }
    #offer-form #captcha img  { display: block; margin-bottom: 5px; }
    #offer-form #captcha label  { display: block; margin-bottom: 3px; }
    #offer-form #captcha input  { display: block; width: 177px; font-size: 11px; line-height: 13px; border: 1px solid #cdcdcd; padding: 1px 4px 0; margin-bottom: 5px; }
    
    #offer-form .info_popup  { display: none; position: absolute; bottom: 32px; right: 20px; width: 208px; border: none; z-index: 100; padding: 0 0 9px 0; float: none; margin: 0; background: url(../images/BKGinfo_box_bottom.gif) bottom left no-repeat; font-size: 11px; line-height: 14px; color: #2c3749; }
    #offer-form .info_popup .bkg-1  { background: url(../images/BKGinfo_box_top.gif) top left no-repeat; padding-top: 9px; width: 208px; }
    #offer-form .info_popup .bkg-2  { background: url(../images/BKGinfo_box_middle.gif) top left repeat-y; padding: 5px 10px; width: 188px; overflow: hidden; zoom: 1; }
    
/*----------- DROPDOWN REPLACEMENT ----------*/
#select-drop          { margin-top: 0; background: #fff; position: absolute; *margin-top: -1px; display: none; z-index: 1000; padding: 0 2px 4px 0; border: 1px solid #cdcdcd; border-top: none; }
  #select-drop .inner   { padding: 10px 0 10px 5px; overflow: hidden; zoom: 1; }
  #select-drop .col1    { margin-right: 5px; }
  #select-drop h2       { font-weight: bold; font-size: 14px; line-height: 18px; color: #686868; border-bottom: 1px dotted #838384; padding: 0 3px 4px; margin-bottom: 5px; cursor: pointer; }
  #select-drop .col2    { margin-right: 5px; }
  #select-drop .close   { float: right; cursor: pointer; }
  
  #select-drop ul                   { overflow: auto; max-height: 252px; position: relative; }
  #select-drop ul li                { font-size: 12px; font-weight: bold; color: #686868; padding: 2px 2px 4px 6px; font-family: Arial, Helvetica, sans-serif; }
  #select-drop ul li a              { color: #a4a6ac; }
  #select-drop .col1 li             { cursor: pointer; }
  #select-drop .col1 li.highlight   { background: #e9eaea; color: #1d2123; }
  #select-drop .col1 li.highlight a { color: #1d2123; }
  #select-drop .col1 li.on,
  #select-drop .col1 li:hover       { background: #b1b7b6; color: #1d2123; }
  #select-drop .col1 li.on a,
  #select-drop .col1 li:hover a     { color: #1d2123; }
  
  #select-drop .col2 ul { padding-bottom: 5px; }
  #select-drop .col2 li { *margin-bottom: -5px; }
  #select-drop .col2 input  {  margin: 1px 5px 0 0; }

/*----------- HOME --------------------------*/
#home-left  { width: 480px; float: left; padding: 0 20px 26px 0; }

  #preview_box div          { background: url(../images/preview_boxBkg.jpg) top right; width: 224px; padding: 0 7px 0 0; }
  #preview_box div.left     { float: left; }
  #preview_box div.right    { float: right; }
  #preview_box div ul       { float: right; list-style: none; padding: 5px 0 4px 0; }
  #preview_box div.left ul  { float: left; }
  #preview_box div ul li    { float: left; border: 1px solid #fff; margin-left: 4px; padding: 0 4px; cursor: pointer; position: relative; color: #000; font-weight: bold; font-size: 12px; line-height: 15px; }
  #preview_box div ul li.on { background: #000; color: #fff; }
  #preview_box_ballon       { display: none; position: absolute; background: url(../images/preview_box_01_ballonRight.gif) top right no-repeat; font-weight: bold; font-size: 12px; }
  #preview_box_ballon div   { padding: 6px 15px 18px 9px; background: url(../images/preview_box_01_ballonLeft.gif) top left no-repeat; } 
  #preview_box_ballon2      { display: none; position: absolute; background: url(../images/preview_box_ballonRight.gif) top right no-repeat; font-weight: bold; font-size: 12px; }
  #preview_box_ballon2 div  { padding: 6px 15px 18px 9px; background: url(../images/preview_box_ballonLeft.gif) top left no-repeat; }
  #preview_box div img      { width: 224px; height: 207px; }
  #preview_box div a        { background: #999e37; display: none; clear: both; height: 292px; overflow: hidden; zoom: 1; font-size: 12px; line-height: 12px; color: #fff; text-decoration: none; }
  #preview_box div a span   { display: block; height: 65px; overflow: hidden; zoom: 1; padding: 5px 35px 15px 10px; background: url(../images/preview_boxBkg2.jpg) right 10px no-repeat; cursor: pointer; }
  #preview_box div a span strong { margin-bottom: 5px; display: block; font-size: 16px; line-height: 15px; }
  #preview_box div a.on     { display: block; }
  
  #home-left .text            { float: left; padding-top: 23px; overflow: hidden; zoom: 1; width: 472px; border-bottom: 1px solid #dcdcdd; }
  #home-left .text div        { width: 223px; float: left; padding: 15px 15px 10px 0; font-size: 11px; line-height: 15px; overflow: hidden; zoom: 1; }
  #home-left .text div h2     { font-size: 18px; line-height: 20px; font-weight: normal; margin-bottom: 13px; }
  #home-left .text div .more  { float: right; padding-right: 10px; text-decoration: none; padding-left: 12px; background: url(../images/LINKgreen.gif) left 5px no-repeat; }
  #home-left .text div .more:hover  { background-image: url(../images/LINKdark.gif); color: #333; }
  #home-left .text #note      { float: right; margin: -20px 0 10px 0; }

#home-right { float: right; width: 448px; margin: -4px 0 -20px 0; *margin: -4px 0 -26px 0; }
  #home-right h2  { font-size: 18px; line-height: 20px; font-weight: normal; color: #686868; margin-bottom: 10px; }
  #home-right .show_all		{ display: block; padding: 1px 5px 3px; margin-bottom: 20px; *margin-bottom: 26px; text-align: right; border-top: 1px solid #dcdcdd; border-bottom: 1px solid #dcdcdd; }
  #home-right .show_all a { color: #6f732d; text-decoration: none; padding-left: 12px; background: url(../images/LINKgreen.gif) left 6px no-repeat; font-size: 12px; line-height: 14px; }
  #home-right .show_all a:hover { background-image: url(../images/LINKdark.gif); color: #333; }

#home-additional { float: left; width: 960px; }
  #home-additional h2  { font-size: 18px; line-height: 20px; font-weight: normal; color: #686868; margin-bottom: 23px; }

/* HOME FLOATING SLIDESHOW */
#floating_slideshow_overlay { position:absolute; background:url('../images/bg_floating.png'); top:0; left:0; right:0; bottom:0; z-index:9980; }
#floating_slideshow_wrapper { position:absolute; top:256px; left:50%; margin-left:-344px; width:688px; height:354px; z-index:9981; background:#fff; overflow:hidden; }
#floating_slideshow_wrapper .close { position:absolute; top:17px; right:18px; z-index:9988; width:15px; height:16px; background:url('../images/icon-close.gif') no-repeat; cursor:pointer; }
#floating_slideshow_wrapper #nav { position:absolute; bottom:17px; right:18px; z-index:9982; }
#floating_slideshow_wrapper #nav a { margin-left:4px; display:inline-block; border:1px solid #fff; width:15px; height:15px; color:#000; text-decoration:none; font-size:12px; font-weight:bold; text-align:center; line-height:16px; }
#floating_slideshow_wrapper #nav a.activeSlide { color:#fff; background:#000; }
#floating_slideshow_wrapper #patch { position:absolute; top:0px; left:0; width:156px; height:156px; z-index:9985; background:url('../images/floating_patch_en.png') no-repeat; }
.hr #floating_slideshow_wrapper #patch { background:url('../images/floating_patch_hr.png') no-repeat; }
#floating_slideshow .slide { overflow:hidden; padding:0 12px; margin:12px 0; background:url('../images/floating_bg_txtWrapper.gif') right 0 repeat-y; }
#floating_slideshow .slide .imgWrapper { float:left; width:440px; height:330px; overflow:hidden; }
#floating_slideshow .slide .txtWrapper { float:left; width:180px; padding:0 22px; font-size:11px; line-height:15px; color:#686868; height:298px; overflow:hidden;  }
#floating_slideshow .slide .txtWrapper h2 { font-size:18px; line-height:20px; margin:18px 0; }

#floating_slideshow .slide .txtWrapper .button { text-decoration:none; color:#fff; font-weight:bold; font-size:13px; height:30px; line-height:26px; display:block; margin-top:22px; position:relative; left:-3px; }
#floating_slideshow .slide .txtWrapper .button span { float:left; padding:0 12px 4px 14px; display:inline-block; background:url('../images/floating_button.gif') 0 0 no-repeat; cursor:pointer; }
#floating_slideshow .slide .txtWrapper .button b { float:left; display:inline-block; width:24px; height:30px; background:url('../images/floating_button.gif') right 0 no-repeat; cursor:pointer; }
  
/*----------- LISTS -------------------------*/
.list-01  { overflow: hidden; zoom: 1; border-top: 1px solid #e2e2e2; margin-bottom: 35px; }
  .list-01 li  { width: 230px; float: left; clear: left; border-bottom: 1px solid #e2e2e2; }
  .list-01 li a { font-size: 13px; line-height: 15px; color: #686868; font-weight: bold; display: block; padding: 7px 5px 7px 23px; text-decoration: none; }
  .list-01 li.active a,
  .list-01 li a:hover { color: #e4303d; }

.side-nav-box { margin-bottom: 35px; font-size: 12px; line-height: 14px; }
  .side-nav-box h2			{ background: #eeeeef url(../images/BKGsidebar_title.jpg) top left no-repeat; border-bottom: 1px solid #dcdcdd; padding: 9px 0 6px 10px; font-weight: bold; }
  .side-nav-box ul li		{ border-bottom: 1px solid #dcdcdd; padding: 5px 0 5px 4px; }
  .side-nav-box ul li a	{ background: url(../images/LINKgreen.gif) left 6px no-repeat; padding-left: 13px; color: #6f732d; text-decoration: none; }
  .side-nav-box ul li	a:hover,
  .side-nav-box ul li	a.on	{ background: url(../images/LINKdark.gif) left 6px no-repeat; color: #2e2e2e; }
  
.breadcrumbs  { margin-bottom: 14px; }
  .breadcrumbs li  { font-size: 20px; line-height: 22px; background: url(../images/CRUMBSbig.gif) center right no-repeat; padding-right: 22px; margin-right: 9px; display: inline; }
  .breadcrumbs li.last  { padding: 0; margin: 0; background: none; }
  .breadcrumbs li a { font-size: 20px; line-height: 22px; color: #686868; font-weight: normal; text-decoration: none; }

.text .list-02  { margin: 0 0 15px 0; border-top: 1px solid #dcdcdd; }
  .text .list-02 li { padding: 0; background: none; overflow: hidden; zoom: 1; padding: 4px 0 3px; border-bottom: 1px solid #dcdcdd; }
  .text .list-02 span { float: left; margin-right: 5px; font-weight: bold; }
  .text .list-02 strong { display: block; overflow: hidden; zoom: 1; font-weight: normal; }
  .text .list-02 strong b { font-weight: bold; }
  .text .list-02 .block  { background: #f3f4f4; }
  .text .list-02 .button { padding: 10px 0 0 0; border: none; }
  .text .list-02 .button a { float: left; margin-right: 10px; cursor: pointer; text-transform: lowercase; text-decoration: none; padding-left: 12px; background: url(../images/LINKgreen.gif) left 5px no-repeat; }
  .text .list-02 .button a:hover  { background-image: url(../images/LINKdark.gif); color: #333; }
  
.text .list-03  { margin: 25px 0 15px 0; padding-top: 10px; border-top: 1px solid #dcdcdd; }
  .text .list-03 li { padding: 0 5px; background: none; overflow: hidden; zoom: 1; margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #dcdcdd; }
  .text .list-03 li .more { font-size: 12px; line-height: 14px; color: #6f732d; float: right; text-decoration: none; padding: 0 10px; background: url(../images/arrow-05.gif) left 4px no-repeat; }
  .text .list-03 li .more:hover { color: #333; }

/*----------- ELEMENTS ----------------------*/
.controlBox { background: url(../images/BKGmain_th.gif) top left repeat-x; width: 688px; *width: 686px; border: 1px solid #dedede; border-bottom: none; padding-bottom: 23px; overflow: hidden; zoom: 1; }
.bottomControls { border: 1px solid #dedede; border-top: none; }
  .controlBox .pagination { overflow: hidden; zoom: 1; height: 24px; }
  .controlBox .pagination li { float: left; font-size: 11px; font-weight: bold; color: #fff; }
  .controlBox .pagination li.prev,
  .controlBox .pagination li.next { float: right; padding: 4px 5px 0 5px; }
  .controlBox .pagination li.prev a,
  .controlBox .pagination li.next a { float: none; width: auto; padding: 0; height: 0; border: none; background: none; }
  .controlBox .pagination li img  { display: block; }
  .controlBox .pagination li a { float: left; text-align: center; width: 28px; color: #fff; padding-top: 6px; height: 18px; border: 1px solid #dcdcdd; border-right: none; background: #88898b; text-decoration: none; }
  .controlBox .pagination li a.active,
  .controlBox .pagination li a:hover  { background: url(../images/BKGpageing.gif) top left repeat-x; }

  .controlBox form  { overflow: hidden; zoom: 1; margin-bottom: -23px; border-bottom: 1px solid #dedede; padding: 10px 0 10px 28px; background: #ededed; } 
  .controlBox form label  { float: left; font-weight: bold; font-size: 11px; line-height: 13px; color: #686868; padding: 2px 7px 0 0; }
  .controlBox form select { float: left; font-size: 11px; line-height: 14px; color: #686868; border: 1px solid #cdcdcd; margin-right: 8px; padding: 1px; }
  .controlBox form button { width: 71px; height: 18px; float: left; background: url(../images/BUTTONshow_hr.gif); cursor: pointer; text-indent: -9999px; overflow: hidden; zoom: 1; }
  .en .controlBox form button { background: url(../images/BUTTONshow_en.gif); width: 60px; }
  .bottomControls form  { border-bottom: 0px; }
  
  .controlBox h2  { font-size: 18px; line-height: 26px; color: #686868; font-weight: normal; float: left; padding-left: 18px; }
  .controlBox .more { font-size: 12px; line-height: 26px; color: #6f732d; float: right; text-decoration: none; padding: 0 18px 0 10px; background: url(../images/BKGmain_more.gif) top left repeat-x; }
  .controlBox .more:hover { color: #333; }
  .controlBox .more span  { padding-left: 12px; background: url(../images/LINKgreen.gif) left 6px no-repeat; }
  .controlBox .more:hover span  { background-image: url(../images/LINKdark.gif); }
  
.detail-box { border: 1px solid #dedede; overflow: hidden; zoom: 1; padding: 35px 20px 15px 15px; position: relative; }
  .detail-box .left { float: left; width: 242px; padding-right: 25px; }
  .detail-box .left div { margin-bottom: 15px; position: relative; }
  .detail-box .left div img { display: block; border: 1px solid #dedede; width: 240px; height: 180px; }
  .detail-box .left div .patch,
  .detail-box .left div .sold { position: absolute; top: 1px; left: 1px; border: none; width: auto; height: auto; }
  .detail-box .left dl  { background: #efefef; padding: 0 0 19px 10px; overflow: hidden; zoom: 1; margin-bottom: 15px; }
  .detail-box .left dt  { font-size: 12px; color: #686868; font-weight: bold; padding: 12px 0 10px 2px; }
  .detail-box .left dd  { float: left; margin: 0 4px 5px 0; }
  .detail-box .left dd img  { display: block; width: 71px; height: 51px; }
  
  .detail-box .left .files dd { float: none; margin: 0 10px 5px 0; border-bottom: 1px solid #fff; }
  .detail-box .left .files a  { display: block; overflow: hidden; zoom: 1; padding: 0 0 0 30px; background: url(../images/ICONfile.gif) top left no-repeat; font-size: 11px; color: #686868; text-decoration: none; cursor: pointer; }
  .detail-box .left .files .video a { background: url(../images/ICONvideo.gif) top left no-repeat; }
  .detail-box .left .files .pdf a { background: url(../images/ICONpdf.gif) top left no-repeat; }
  .detail-box .left .files .doc a { background: url(../images/ICONfile.gif) top left no-repeat; }
  .detail-box .left .files .zip a { background: url(../images/ICONzip.gif) top left no-repeat; }
  .detail-box .left .files span { float: right; padding: 12px 0 12px 5px; width: 50px; text-align: right; }
  .detail-box .left .files span.title { float: left; font-weight: bold; font-size: 12px; width: 125px; text-align: left; }
  
  .detail-box .text { overflow: hidden; zoom: 1; padding: 2px 0 60px 0; }
  
.innerControls  { position: absolute; top: 10px; right: 20px; }
  .innerControls li { padding: 0 0 0 15px !important; background: none !important; float: left; }
  .innerControls li a { display: block; text-transform: lowercase; text-decoration: none; color: #686868; padding: 2px 0; }
  .innerControls li a:hover { color: #333; }
  .innerControls li.print { padding-right: 25px !important; }
  .innerControls li.print a { background: url(../images/print.gif) top left no-repeat; padding-left: 22px; }
  .innerControls li.next a { background: url(../images/BUTTONnext.gif) top right no-repeat; padding-right: 22px; }
  .innerControls li.prev a { background: url(../images/BUTTONback.gif) top left no-repeat; padding-left: 22px; }
  .innerControls li.back a { background: url(../images/go-back.gif) top left no-repeat; padding-left: 22px; }
  .bottomPos  { top: auto !important; bottom: 0px !important; }

.banners-box { padding-left: 23px; }
  .banners-box img,
  .banners-box a { display: block; margin-bottom: 10px;  }
  .banners-box a img  { margin: 0; }

#home_left .text #note  { float: right; margin-top: -30px; }
#note { background: #105a7d url(../images/BKGusluge_middle.gif) bottom left repeat-x; width: 213px; font-size: 12px; line-height: 16px; }
#note dt  { background: url(../images/BKGusluge_top.gif) top left no-repeat; padding: 57px 0 18px 23px; border: none; font-weight: normal; font-size: 18px; color: #fff; }
#note dd	{ background: url(../images/LINKblue.gif) 7px 9px no-repeat; padding: 3px 5px 6px 21px; border: 1px solid #6790a4; border-bottom: none; }
#note a		{ color: #fff; text-decoration: none; zoom: 1; }
#note a:hover,
#note a.active { opacity: 0.7; filter:alpha(opacity=70); }

#column-1 .text        { width: 204px; font-size: 11px; line-height: 15px; overflow: hidden; zoom: 1; }
#column-1 .text h2     { font-size: 20px; line-height: 22px; color: #686868; font-weight: normal; margin-bottom: 14px; }
#column-1 .text .more  { float: right; padding-right: 10px; text-decoration: none; padding-left: 12px; background: url(../images/LINKgreen.gif) left 5px no-repeat; }
#column-1 .text .more:hover  { background-image: url(../images/LINKdark.gif); color: #333; }

.contact-box { font-size: 11px; color: #686868; line-height: 15px; margin-bottom: 15px; }
.contact-box h3 { font-weight: bold; font-size: 14px; margin-bottom: 10px; }
.contact-box a  { color: #6f732d; text-decoration: none; }
.contact-box a:hover  { color: #333; }

/*----------- TABLES ------------------------*/
.table-type-1 { width: 690px; *width: 688px; border: 1px solid #dedede; border-top: none; border-right: none; border-bottom: none; }
  .table-type-1 td  { vertical-align: top; text-align: left; border-right: 1px solid #dcdcdd; border-bottom: 1px solid #dcdcdd; padding: 15px 0px 20px 16px; font-size: 12px; line-height: 14px; width: 155px; }
  .table-type-1 td .imgWrapper  { display: block; margin-bottom: 15px; position: relative; width: 134px; height: 102px; overflow: hidden; zoom: 1; }
  .table-type-1 td .imgWrapper img { display: block; }
  .table-type-1 td .imgWrapper .patch { position: absolute; top: 0; left: 0; }
  .table-type-1 td h3 { font-size: 14px; line-height: 16px; font-weight: normal; margin-bottom: 10px; }
  .table-type-1 td h3 a { color: #686868; text-decoration: none; }
  .table-type-1 td h3 a:hover { color: #333; }
  .table-type-1 td h3 a span  { font-size: 12px; line-height: 14px; font-weight: bold; display: block; }
  .table-type-1 td p { font-size: 12px; line-height: 15px; overflow: hidden; zoom: 1; padding-bottom: 12px; }
  .table-type-1 td p span  { float: left; margin-right: 2px; color: #333; text-transform: lowercase; }
  .table-type-1 td p strong  { font-size: 12px; color: #686868; font-weight: normal; display: block; overflow: hidden; zoom: 1; }
  .table-type-1 td .more  { font-size: 12px; line-height: 14px; color: #6f732d; text-decoration: none; padding-left: 12px; background: url(../images/LINKgreen.gif) left 6px no-repeat; }
  .table-type-1 td .more:hover  { color: #333; background-image: url(../images/LINKdark.gif); } 

  .table-type-1 .curr-trigger { display: inline; vertical-align: bottom; cursor: pointer; }
  .table-type-1 .info_popup { width: 150px; display: none; float: none; padding-top: 8px; cursor: pointer; background: url(../images/BKGinfo_box_top_small.gif) top left no-repeat; position: absolute; margin: 2px 0 0 -10px; }
  .table-type-1 .info_popup .wrapper  { padding-bottom: 8px; display: block; float: none; background: url(../images/BKGinfo_box_bottom_small.gif) bottom left no-repeat; margin: 0; }
  .table-type-1 .info_popup .wrapper span  { padding: 0px 10px; display: block; float: none; background: url(../images/BKGinfo_box_middle_small.gif) repeat-y; line-height: 12px; margin: 0; }

#home-right table     { width: 100%; background: url(../images/home-list-bkg.gif) top left repeat-y; }
  #home-right td      { width: 136px; padding: 0 20px 5px 0; border-bottom: 5px solid #fff; border-top: 5px solid #fff; }
  #home-right .first td  { border-top: none; }
  #home-right td.last { width: 136px; padding-right: 0; }
  #home-right td a.img  { display: block; margin-bottom: 5px; }
  #home-right td img    { display: block; }
  #home-right td h3 { font-size: 14px; line-height: 16px; font-weight: normal; }
  #home-right td h3 a { color: #686868; text-decoration: none; }
  #home-right td h3 a:hover { color: #333; }
  #home-right td h3 a span  { font-size: 12px; line-height: 14px; font-weight: bold; display: block; }
  #home-right td .more  { font-size: 12px; line-height: 14px; color: #6f732d; text-decoration: none; padding-left: 12px; background: url(../images/LINKgreen.gif) left 6px no-repeat; }
  #home-right td .more:hover  { color: #333; background-image: url(../images/LINKdark.gif); } 

#home-additional table  { width: 100%; border-bottom: 1px solid #dedede; }
  #home-additional td { width: 226px; border-right: 1px solid #dedede; border-bottom: 10px solid #fff; padding-left: 14px; }
  #home-additional td.first { padding-left: 0; }
  #home-additional td .img { float: left; margin-bottom: 15px; border: 1px solid #dedede; margin-right: 6px; }
  #home-additional td .img img { display: block; }
  #home-additional td div { overflow: hidden; zoom: 1; }
  #home-additional td h3 { font-size: 14px; line-height: 16px; font-weight: normal; }
  #home-additional td h3 a { color: #686868; text-decoration: none; }
  #home-additional td h3 a:hover { color: #333; }
  #home-additional td h3 a span  { font-size: 12px; line-height: 14px; font-weight: bold; display: block; }
  #home-additional td p { font-size: 12px; line-height: 13px; color: #686868; }
  #home-additional .curr-trigger { display: inline; vertical-align: bottom; cursor: pointer; }
  #home-additional .info_popup { width: 150px; display: none; float: none; padding-top: 8px; cursor: pointer; background: url(../images/BKGinfo_box_top_small.gif) top left no-repeat; position: absolute; margin: 3px 0 0 -10px; }
  #home-additional .info_popup .wrapper  { padding-bottom: 8px; display: block; float: none; background: url(../images/BKGinfo_box_bottom_small.gif) bottom left no-repeat; margin: 0; }
  #home-additional .info_popup .wrapper span  { padding: 0px 10px; display: block; float: none; background: url(../images/BKGinfo_box_middle_small.gif) repeat-y; line-height: 12px; margin: 0; }
  #home-additional td .more  { font-size: 12px; line-height: 14px; color: #6f732d; text-decoration: none; padding-left: 12px; background: url(../images/LINKgreen.gif) left 4px no-repeat; clear: left; float: left; }
  #home-additional td .more:hover  { color: #333; background-image: url(../images/LINKdark.gif); } 

.detail-box .text table { width:100%; border-collapse: collapse; }
  .detail-box .text table th,
  .detail-box .text table td { border-bottom:5px solid #fff; line-height: 14px; }
  .detail-box .text table th { vertical-align: top; background: #f3f4f4; padding: 5px 10px 5px 5px; }
  .detail-box .text table td { background: #f3f4f4; padding: 5px; }

.broj-pregleda { color:#686868; font-size:10px; padding:0 0 10px; text-align:right; }

/*.detail-box .text .single-detail ul { width:100%; }
  .detail-box .text .single-detail ul li { position:relative; border-bottom:5px solid #fff; line-height: 14px; background: #f3f4f4; }
  .detail-box .text .single-detail ul li { padding: 5px 10px 5px 5px; }
  .detail-box .text .single-detail ul li span { background: #f3f4f4; position:absolute; left:200px; }

.cb { clear:both; height:20px; }*/

.detail-box .text .single-detail ul { width:100%; margin:0; padding:0; color:#333; }

.detail-box .text .single-detail ul li{ color:#686868; background:#f3f4f4; line-height:16px; margin-bottom:5px; padding:4px 0 4px 8px; }
.detail-box .text .single-detail ul li div.a { width:182px; float:left; padding:0 4px 0px 0px;  }
.detail-box .text .single-detail ul li div.b { width:172px; float:left; padding:0 4px 0px 0px;  }
.cb { clear:both; height:0px; }
/*----------- GOOGLE MAP ----------------------*/
.mapBoxWrapper    { height: 205px; position: relative; margin-bottom: 15px; }

.mapBox           { width:220px; height: 163px; zoom: 1; background: #efefef; border:1px solid #eeeeee; padding: 9px 10px 31px 10px; margin-bottom:10px; position: absolute; top: 0; left: 0; }
.mapBox #gMap     { clear:left; border:1px solid #e0e0e0; width: 100%; height: 100%; overflow: hidden; zoom: 1; }
.mapBox #gMap a   { display: none; }
.mapBox .title    { float: left; margin-bottom: 6px; font-size: 12px; font-weight: bold; color: #686868; }
.mapBox a.button  { float: right; cursor: pointer; background: url(../images/ICONplus.gif) top right no-repeat; padding-right: 17px; font-size: 11px; color: #8b0304; }
.mapBox a.close   { background: url(../images/ICONminus.gif) top right no-repeat; }

#google-map { float: right; width: 350px; height: 350px; margin: 0 0 30px 20px; border: 1px solid #e0e0e0; padding: 1px; background: #fff; overflow: hidden; zoom: 1; }
.text #google-map div  { line-height: 14px; }

/*----------- JOB FORM ----------------------*/
#jobForm            { width: 645px; margin: 0px auto 50px auto; padding: 0 25px 0 28px; font-size: 11px; color: #686868; background: #fafafa;  }
#jobForm h2         { font-size: 20px; color: #686868; font-weight: normal; }
#jobForm blockquote { font-size: 14px; }
#jobForm h2,
#jobForm blockquote,
#jobForm p          { margin-bottom: 15px; }
#jobForm ul         { list-style: none; overflow: hidden; zoom: 1; }
#jobForm li         { display: block; float: left; width: 189px; margin-right: 38px; *display: inline; height: 55px; }
#jobForm li.nomarg  { margin: 0; }
#jobForm fieldset   { border: none; background: #eeeeef url(../images/BKGjogFieldset.gif) top left repeat-x; display: block; margin: 0 -25px 20px -28px; padding: 15px 0px 14px 28px; width: 670px; zoom: 1; }
#jobForm label      { display: block; float: none; margin-bottom: 3px; }
#jobForm p em,
#jobForm label em   { color: red; }
#jobForm .txt       { display: block; width: 183px; border: 1px solid #cdcdcd; padding: 2px; font-size: 12px; margin-bottom: 10px; }
#jobForm .big       { width: 637px; }
#jobForm .check     { margin: 1px 0 0px 0; }
#jobForm .smallLbl  { display: inline; padding: 0 10px 0 2px; }
#jobForm .error     { background: #ffc5c5 !important; }
#jobForm div        { margin-bottom: 10px; overflow: hidden; zoom: 1; }
#jobForm button     { border: none; cursor: pointer; margin: 0 10px 0 0; display: block; float: left; }
#jobForm .buttBack  { background: url(../images/BUTTONgiveup_hr.gif); width: 70px; height: 17px; text-indent: -9000px; cursor: pointer; overflow: hidden; zoom: 1; }
#jobForm .buttGo    { background: url(../images/BUTTONsend_hr.gif); width: 59px; height: 17px; text-indent: -9000px; cursor: pointer; overflow: hidden; zoom: 1; }
.en #jobForm .buttBack  { background: url(../images/BUTTONgiveup_en.gif); width: 59px; }
.en #jobForm .buttGo    { background: url(../images/BUTTONsend_en.gif); width: 56px; }

#jobForm .captchaInput li,
#jobForm li.checkArea { height: auto !important; }
#jobForm .captchaInput .error { display: block; margin: -8px 0 0px 0; color: red; background: none !important; font-weight: bold; }
#jobForm .captchaImg  { display: block; margin-left: 227px; }

#jobForm .fileWrap    { background: url(../images/browse.gif); width: 102px; height: 17px; overflow: hidden; zoom: 1; position: relative; float: left; margin-right: 10px; }
.en #jobForm .fileWrap    { background: url(../images/browse_en.gif); width: 67px; }
#jobForm .resetFile { background: url(../images/BUTTONgiveup_hr.gif); width: 70px; height: 17px; text-indent: -9000px; float: left; overflow: hidden; zoom: 1; }
.en #jobForm .resetFile { background: url(../images/BUTTONgiveup_en.gif); width: 59px; }

#jobForm #fileInput   { position: relative; opacity: 0; filter: alpha(opacity=0); }
#jobForm #dummyInput  { float: left; margin-right: 10px; *margin-left: 30px; *display: inline; }

/*----------- CONTACT FORM ---------------------*/
#contact            { overflow: hidden; padding: 25px 10px 35px 27px; background: #edeeee url(../images/BKGcontact_form.gif) top left repeat-x; font-size: 11px; color: #686868; }
#contact h3					{ margin-bottom: 15px; font-size: 16px; font-weight: bold; line-height: 18px; }
#contact p					{ margin-bottom: 20px; font-size: 14px; line-height: 18px; }
#contact label			{ margin-bottom: 3px; float: none; display: block; }
#contact label em   { color: red; }
#contact .input_text{ width: 418px; border: 1px solid #cdcdcd; padding: 2px; font-size: 12px; color: #333; }
#contact textarea		{ width: 418px; height: 139px; border: 1px solid #cdcdcd; padding: 1px 2px; font-size: 11px; color: #333; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }
#contact div .input_text	{ margin-bottom: 5px; width: 194px; }
#contact .error     { background: #ffc5c5 !important; }
#contact span.note	{ margin: 2px 0 24px 0; display: block; font-style: italic; }
#contact div				{ float: left; width: 220px; }
#contact span.info  { float: left; display: block; clear: left; padding-top: 30px; width: 550px; }
#contact button			{ float: right; margin: 50px 19px 0 0; background: url(../images/BUTTONsend_hr.gif); width: 59px; height: 17px; text-indent: -9000px; cursor: pointer; overflow: hidden; zoom: 1; }
.en #contact button	{ background: url(../images/BUTTONsend_en.gif); width: 56px; }

/*----------- QUERY FORM ----------------------
#query-form { overflow: hidden; zoom: 1; padding: 0 0 15px 0; background: #fafafa; }*/
  #query-form fieldset { overflow: hidden; zoom: 1; margin-bottom: 25px; padding: 20px 25px 0; display: block; }
  #query-form fieldset.bkg  { background: #eeeeef url(../images/BKGjogFieldset.gif) top left repeat-x; }
  #query-form em { color: red; }
  .text #query-form h2  { font-size: 18px; line-height: 20px; font-weight: normal; }
  #query-form ul  { overflow: hidden; zoom: 1; }
  #query-form ul.left { float: left; width: 259px; }
  #query-form ul.right { float: right; width: 356px; padding-right: 25px; }
  #query-form li  { float: left; width: 210px; margin: 0 0 10px 0; position: relative; padding: 0; background: none; }
  #query-form li label  { display: block; line-height: 16px; font-size: 11px; }
  #query-form li .txt { display: block; width: 189px; border: 1px solid #ccc; padding: 2px; font-size: 12px; color: #2c3749; font-family: arial, sans-serif; }
  #query-form li div  { float: left; }
  #query-form li div .txt,
  #query-form li .txt-01  { width: 130px; float: left; margin-right: 10px; }
  #query-form li div.small .txt { width: 43px; margin-right: 0px; }
  #query-form li select { display: block; width: 195px; padding: 1px; border: 1px solid #ccc; font-size: 12px; color: #2c3749; font-family: arial, sans-serif; }
  #query-form li .sel-01  { width: 49px; }
  #query-form li em.note  { color: #999; font-size: 10px; line-height: 13px; display: block; }
  #query-form .textarea { clear: left; width: auto; }
  #query-form .textarea textarea  { width: 350px; height: 157px; border: 1px solid #ccc; padding: 1px 2px; font-size: 12px; color: #2c3749; overflow: auto; }
  #query-form .info-popup { display: none; }
  #query-form .captcha  { margin-bottom: 10px; padding-left: 25px; }
  #query-form .captcha label  { display: block; }
  #query-form .captcha .txt  { display: block; width: 189px; border: 1px solid #ccc; padding: 2px; font-size: 12px; color: #2c3749; font-family: arial, sans-serif; margin-bottom: 5px; }
  #query-form .captcha img  { display: block; }
  #query-form .submit-form  { padding: 0 25px; }
  #query-form .submit-form p  { float: left; width: 500px; } 
  #query-form .submit-form button { float: right; width: 59px; height: 17px; margin: 4px 35px 0 0; background: url(../images/BUTTONsend_hr.gif); cursor:pointer; cursor: pointer; text-indent: -9999px; overflow: hidden; zoom: 1; }
  .en #query-form .submit-form button    { background: url(../images/BUTTONsend_en.gif); width: 56px; }

  #query-form  .error { background: #fcc0c0; }

  .icon-info  { position: absolute; cursor: pointer; bottom: 1px; right: -10px; display: block; }
  
  .info-popup                 { display: none; }
  .info-popup-wrapper         { display: none; position: absolute; width: 150px; z-index: 1000; padding-bottom: 9px; background: url(../images/BKGinfo_box_bottom_small.gif) bottom left no-repeat; font-size: 11px; line-height: 14px; color: #2c3749; }
  .info-popup-wrapper .bkg-1  { background: url(../images/BKGinfo_box_top_small.gif) top left no-repeat; padding-top: 9px; width: 150px; }
  .info-popup-wrapper .bkg-2  { background: url(../images/BKGinfo_box_middle_small.gif) top left repeat-y; padding: 0 7px; width: 136px; }
  .info-popup-wrapper span    { display: block; font-weight: bold; }
  
  
  .specForm            { width: 645px; margin: 0px auto 30px auto; padding: 0 25px 20px 28px; font-size: 11px; color: #686868; background: #fafafa; }
  .specForm h2,
  .specForm blockquote,
  .specForm p          { margin-bottom: 15px; }
  .specForm h2         { font-size: 20px; color: #686868; font-weight: normal; }
  .specForm blockquote { font-size: 14px; }
  .specForm ul         { list-style: none; overflow: hidden; zoom: 1; }
  .specForm li         { display: block; float: left; width: 189px; margin-right: 38px; *display: inline; height: 55px; }
  .specForm li.nomarg  { margin: 0; }
  .specForm .columns li { height: auto; }
  .specForm .columns li b { display: block; margin-bottom: 4px; }
  .specForm .columns li label { float: left; clear: left; width: 169px; }
  .specForm .columns li input { float: left; margin-top: 2px; *margin-top: -3px; }
  .specForm fieldset   { border: none; background: #eeeeef url(../images/BKGjogFieldset.gif) top left repeat-x; margin: 25px -25px 20px -28px; padding: 15px 0px 14px 28px; width: 670px; *border-top: 20px solid #fff; *border-bottom: 10px solid #fff;  }
  .specForm label      { display: block; float: none; margin-bottom: 2px; }
  .specForm label em   { color: red; }
  .specForm .txt       { display: block; width: 183px; border: 1px solid #cdcdcd; padding: 2px; margin-bottom: 10px; }
  .specForm .big       { width: 637px; }
  .specForm .check     { margin: 1px 0 0px 0; }
  .specForm .smallLbl  { display: inline; padding: 0 10px 0 2px; }
  .specForm div        { margin-bottom: 10px; overflow: hidden; zoom: 1; }
  .specForm button     { border: none; cursor: pointer; margin: 0 10px 0 0; display: block; float: left; }
  .specForm .buttBack  { background: url(../images/BUTTONgiveup_hr.gif); width: 70px; height: 17px; text-indent: -9000px; }
  .specForm .buttGo    { background: url(../images/BUTTONsend_hr.gif); width: 59px; height: 17px; text-indent: -9000px; }
  .en .specForm .buttBack  { background: url(../images/BUTTONgiveup_en.gif); width: 59px; }
  .en .specForm .buttGo    { background: url(../images/BUTTONsend_en.gif); width: 56px; }
  .specForm .captchaInput li,
  .specForm li.checkArea { height: auto !important; }
  .specForm .error           { background: #fcc0c0; }
  .specForm .captchaImg      { display: block; margin-left: 227px; }
  .specForm .captchaInput .error { display: block; margin: -8px 0 0px 0; color: red; background: none !important; font-weight: bold; }
  .specForm .fileWrap    { background: url(../images/browse.gif); width: 102px; height: 17px; overflow: hidden; zoom: 1; position: relative; display: block; float: left; margin-right: 10px; }
  .specForm #fileInput   { position: relative; opacity: 0; filter: alpha(opacity=0); }
  .specForm #dummyInput  { float: left; margin-right: 10px; *margin-left: 30px; *display: inline; }
  
/*----------- QUERY POPUP -------------------*/
#queryPopup { position:absolute; display:none; top:0; left:0; padding-top:8px; background:url(../images/queryPopupBkgTop.gif) no-repeat top left; z-index: 50; }
  #queryPopup .inner  { padding-bottom:8px; background:url(../images/queryPopupBkgBottom.gif) no-repeat bottom left; }
  #queryPopup form  { width:470px; background:url(../images/queryPopupBkgMiddle.gif) repeat-y top left; padding:15px; }
  #queryPopup fieldset  { border: none; }
  #queryPopup .title  { font-size: 16px; font-weight: bold; line-height: 18px; color: #333; font-family: arial, sans-serif; }
  #queryPopup blockquote  { margin: 10px 0 5px 0; padding: 7px 0; overflow: hidden; zoom: 1; border-bottom: 2px solid #c6cad2; border-top: 2px solid #c6cad2; }
  #queryPopup blockquote img  { display: block; float: left; margin-right: 17px; }
  #queryPopup blockquote .text  { overflow: hidden; zoom: 1; }
  #queryPopup blockquote h2 { font-size: 18px; font-weight: normal; line-height: 20px; color: #686868; font-family: Verdana, Arial, sans-serif; margin-bottom: 5px; }
  #queryPopup .note { display: block; padding: 10px 0 15px 0; font-size: 12px; }
  #queryPopup fieldset.left { float: left; width: 221px; }
  #queryPopup label { display: block; float: none; margin: 10px 0 3px 0; font-size: 11px; }
  #queryPopup label.small { display: inline; float: none; margin: 0 15px 0 6px; }
  #queryPopup .radio  { margin-bottom: -3px; }
  #queryPopup .txt,
  #queryPopup textarea  { width: 194px; border: 1px solid #cdcdcd; padding: 2px; overflow: auto; font-size: 11px; line-height: 12px; color: #686868; font-family: Arial, sans-serif; }
  #queryPopup textarea  { width: 210px; height: 141px; margin-bottom: 28px; overflow: auto; }
  #queryPopup .error  { background: #fcc0c0; }
  #queryPopup button  { float: right; width: 87px; height: 17px; margin: 4px 35px 0 0; cursor:pointer; width: 59px; height: 17px; background: url(../images/BUTTONsend_hr.gif); text-indent: -9999px; overflow: hidden; zoom: 1; }
  #queryPopup button.close  { width: 58px; background: url(../images/BUTTONclose_hr.gif); }
  .en #queryPopup button  { width: 56px; background: url(../images/BUTTONsend_en.gif); }
  .en #queryPopup button.close  { background: url(../images/BUTTONclose_en.gif); }

/*----------- VIDEO POPUP -------------------*/
#video-popup-overlay  { position: absolute; top: 0; left: 0; z-index: 1000; background: #000; cursor: pointer; }
#video-popup          { position: absolute; top: 0; left: 0; z-index: 1001; background: #fff; padding: 10px 10px 40px 10px; width: 480px; height: 384px; display: none; }
#video-popup .close   { position: absolute; bottom: 9px; right: 10px; cursor: pointer; }

/*----------- FOOTER ------------------------*/
#footer_wrapper { background: url(../images/BKGfootspan.gif) top center repeat-y; }
  #footer			{ background: #ebecec; overflow: hidden; padding: 35px 0 25px 0; margin: 0px auto; width: 960px; color: #686c72; position: relative; }
  #footer dl		{ width: 167px; margin-right: 17px; float: left; }
  #footer dl.mark	{ width: 140px; margin: 0 50px 0 27px; color: #004a6e; }
  #footer dt		{ margin-bottom: 15px; font-size: 18px; }
  #footer dd    { font-size: 11px; line-height: 14px; margin-bottom: 3px; }
  #footer dl.mark dd  { font-size: 16px; line-height: 18px; }
  #footer img		{ margin-top: 15px; display: block; }
  #footer .more	{ margin-top: 10px; display: block; background: url(../images/LINKdark.gif) left 2px no-repeat; padding-left: 13px; }
  #footer a     { color: #686c72; text-decoration: none; }
  #footer a:hover { color: #000; }
  
  #footer .sign   { display: block; position: absolute; bottom: 10px; left: 0; }
  #footer .sign a { font-size: 10px; color: #333; text-decoration: none; }
  #footer .sign a span,
  #footer .sign a:hover { color: #fe0000; }

/*----------- 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; }

