/* CSS Document */


* { margin: 0; padding: 0; }

html { font: 0.75em Tahoma, Arial, sans-serif; }

body { background: #999 url(../images/page.gif) repeat-x; text-align: center; }

table { font-size: 1em; }
a img { border: 0; }
fieldset { border: none; }

input, textarea, select { font: 0.85em Tahoma, Arial, sans-serif; }
.input_checkbox { width: auto !important; border: none !important; background: transparent !important; }

sup { font-size: 0.8em; }

.shadow { background: url(../images/shadow_right.gif) no-repeat top right; height: 9px; }
.shadow div { background: url(../images/shadow_left.gif) no-repeat top left; height: 9px; width: 15px; }

a, a:hover { outline: none; }
#punchline a,
#punchline a:hover,
.asterisk						{ font-style: normal; color: #f00; }
#basic-links a,
#search-form a,
#languages a { text-decoration: underline; }
#basic-links a:hover,
#search-form a:hover,
#languages a:hover { text-decoration: none; }

#page { position: relative; width: 960px; padding: 10px; margin: 0 auto; text-align: left; }
#page:after { content: "."; display: block; height: 0; line-height: 0; font-size: 0; clear: both; visibility: hidden; }

#languages { height: 2em; overflow: none; }
#languages ul { list-style-type: none; overflow: none; }
#languages li { float: left; margin: 0 0 10px 5px; padding-left: 5px; border-left: 1px solid #999; }
#languages li.first-child { margin: 0 0 10px 0 !important; padding-left: 0 !important; border: none !important; }
#languages a { color: #ccc; }

#loginline	{ background: #f8862a url(../images/heading_orange.gif) repeat-x; overflow: none; height: 2.5em; }

#punchline	{ padding: 8px 10px; float: left; font-size: 0.9em; }
#punchline a { color: #fff; }

#loggedinbox { padding: 8px 20px; float:right; }
#loggedinbox ul { list-style-type: none; }
#loggedinbox li { color: #000; display: inline; font-size: 0.9em; padding: 0 5px; }
#loggedinbox li.bordered { border-right: 1px solid #999; margin-right: 5px; }
#loggedinbox li a { color: #000; text-decoration: underline; }
#loggedinbox li a:hover{ text-decoration: none;}

#loginbox fieldset { padding: 5px 10px; text-align: right; position: relative; }
#loginbox input { font-size: 0.85em; height: 1.3em; border: 1px solid #999; background: #fff; margin: 0; padding: 1px 5px; }
#loginbox .submit-button { height: 1.7em; background: #666; color: #fff; border: 1px solid #fff; position: relative; top: -1px; }
#loginbox { color: #000; font-size: 0.9em; }
#loginbox a { margin: 0 0 0 8px; color: #000; text-decoration: none; }
#loginbox a:hover { text-decoration: underline; }
#loginbox fieldset { padding-top: 7px; }
#loginbox label { vertical-align: top; padding-right: 5px; }
#loginbox a { vertical-align: top; }
#loginbox div { display: inline; padding: 0 3px 0 0; }
* html #loginbox fieldset { padding-top: 8px; }
*:first-child+html #loginbox fieldset { padding-top: 8px; }
* html #loginbox div { vertical-align: top; }
*:first-child+html #loginbox div { vertical-align: top; }

#username_header, #password_header { position: relative; top: -1px; }

#logobannerzone { height: 100px; }
#logo { float:left; width:232px; height: 100px; background: url(../images/cn_logo.gif) no-repeat; text-indent: -9999px; overflow: none; }
#banner728x90 { float: left; overflow: none; background-color: #fff; }

#nav, #details-nav { padding: 0 10px; height: 24px; overflow: none; }
#main-nav { float: left; width: 550px; }
#main-nav ul { list-style-type: none; }
#main-nav li { float: left; height: 24px; overflow: none; margin-right: 3px; }
#main-nav a { font-weight: bold; color: #c00; text-decoration: none; padding: 5px 10px; display: block; background: url(../images/tab_main.gif) no-repeat right top; }
#main-nav a:hover { color: #900; background: url(../images/tab_main.gif) no-repeat right -24px; }
#main-nav a.selected { color: #fff; background: url(../images/tab_main.gif) no-repeat right -48px; }

#sub-nav { float: right; width: 385px; }
#sub-nav ul { list-style-type: none; }
#sub-nav li { float: right; height: 24px; overflow: none; margin-right: 3px; }
#sub-nav a { font-weight: bold; color: #666; text-decoration: none; padding: 5px 10px; display: block; background: url(../images/tab_sub.gif) no-repeat left top; }
#sub-nav a:hover { color: #333; background: url(../images/tab_sub.gif) no-repeat left -24px; }
#sub-nav a.selected { color: #fff; background: url(../images/tab_sub.gif) no-repeat left -48px; }

#nav_divider{ height: 10px; background-color: #f63; }

#content{ background: #fff; height: 1%; overflow: none; width: 960px; float: left; }
#top-part { float: left; width: 950px; }

#left-column { float: left; width: 170px; }
#mid-column { float: left; width: 610px; }
#details, #mid-plus-right-column { float: left; width: 780px; height: 1%; overflow: none; }
#right-column { float: left; width: 170px; }

.half-mid-column { float: left; width: 305px; }

#content h1,
#content h2 { margin: 10px 0 0 10px; background: #666 url(../images/heading_gray.gif) repeat-x bottom; font-size: 1.2em; line-height: 1em; color: #fff; padding: 6px 10px; }
#content h1.orange,
#content h2.orange { background: #f8862a url(../images/heading_orange.gif) repeat-x bottom; }
#content div.orange { background: #f8862a url(../images/heading_orange.gif) repeat-x top; color: #fff; }
#content div.gray { background: #eee url(../images/module.gif) repeat-x top; }
#content .module { margin: 0 0 0 10px; padding: 10px 10px 0 10px; color: #555; }

#search-title-span { margin: 10px 0 0 10px; background: #666 url(../images/heading_gray.gif) repeat-x bottom; font-size: 1.2em; line-height: 1em; color: #fff; padding: 6px 10px; display: block; font-weight: bold;}
#search-title-span h1 { display: inline; font-size: 1em; background: none !important; padding: 0; margin: 0;}

#content .home-col { float: left; width: 170px; }

#details .module { float: left; }
*html #details .module { margin-left: 5px; }
#mid-plus-right-column .white-box { margin: 10px; padding: 10px; height: 1%; overflow: none; background: #fff; border-bottom: 10px solid #eee; clear: both; }

.orange a { color: #fff !important; }

#mid-column a,
#details a,
#dashboard a { color: #fe6432; text-decoration: none; }
#mid-column a:hover,
#details a:hover,
#dashboard a:hover { color: #333; text-decoration: underline; }

.search-item { background: #fff; padding: 10px; border-bottom: 10px solid #eee;overflow:auto; }
.search-item h3 { font-size: 1.1em; }
.search-item h3 a { color: #666 !important; }
.bold-classified { background: #fff6ee !important; }
.bold-classified td.value { font-weight: bold; }
.bold-classified a { font-weight: bold; }

.si-parts { width: 560px; /*height: 90px; overflow: none;*/ margin-top: 5px; padding-top: 5px; border-top: 1px solid #eee; overflow:auto; }
.si-image { float: left; width: 130px; }
.si-specs { float: left; width: 330px; }
.si-specs table { border-collapse: collapse; border: none; }
.si-specs table td { padding: 0 0 0 10px; margin: 0; border: none; }
.si-specs table td.value { color: #555; }
.si-specs a { display: block; margin: 7px 0 0 10px; }
.si-tools { float: right; width: 100px; text-align: right; }
.si-icons img { margin-left: 5px; cursor: pointer; cursor: hand; }

#agency-regions { padding-bottom: 10px; border-bottom: 1px solid #fff; margin-bottom: 10px; }
.asi-parts { width: 560px; height: 1%; overflow: none; margin-top: 5px; padding-top: 5px; border-top: 1px solid #eee; }
.asi-image { float: left; width: 100px; height: 1%; line-height: 1.7em; overflow: none; }
.asi-image-big { width: 200px !important; }
.asi-image a { text-decoration: none; }
.asi-specs { float: left; width: 460px; }
.asi-specs-small { width: 360px !important; }
.asi-specs table td { padding: 0 0 0 10px; margin: 0; font-size: 1em !important; text-align: right; }
.asi-specs table td.value { color: #555; text-align: left; }
.asi-specs table td a { color: #fe6432 !important; }
.asi-specs table td a:hover { color: #666 !important; }

.searchform { padding: 10px !important; height: 320px !important; height: 330px; }

.searchform a { color: #fff; font-weight: bold; }
.searchform ul { list-style-type: none; }
.searchform li { padding: 1px 0; }
.searchform label { margin-left: 5px; }
.searchform input,
.serachform select { border: 1px solid #fff; background: #fff; }
.searchform .smaller { font-size: 0.9em; padding: 0 !important; }
.searchform .smaller input { background: transparent; border: none; margin: 0; padding: 0; height: 14px; width: 14px; }
.searchform .submit-button { background: #666 url(../images/heading_gray.gif) repeat-x bottom !important; color: #fff; border: 1px solid #fff; font-size: 1.2em; font-weight: bold; }
.searchform .agencies-first-letters a { display: block; float: left; width: 25px; margin: 0 10px 4px 0; text-align: center; }
.searchform li.more-space { padding: 3px 0 1px 0; }
#currency { background: #f8862a; width: auto !important; color: #fff; }
.more-space { padding: 8px 0 2px 0; }
.close-overlay { background: url(/images/KP_botunix.gif) left no-repeat; padding-left: 20px; padding-top: 5px; height: 20px; width: 70px; display: block; }
.closex { text-align: right; }
.closex a { text-decoration: none; }

#loancalculator ul { list-style-type: none; margin-bottom: 10px; }
#loancalculator input { border: 1px solid #fff; background: #fff; width: 100% !important; width: 90%; }

#home-search-form select,
#home-search-form input { width: 220px; }
#home-search-form .currency-box { width: auto; padding: 0; text-align: left; background: transparent; border: none; }
#home-search-form .half-width { width: 96px; padding: 1px 5px; }
#home-search-form .half-left { margin-right: 4px; text-align: left !important; }
#home-search-form .od-HR,
#home-search-form .od-SI { background: #fff url('../images/hr-od.gif') no-repeat 1px -1px !important; padding-left: 18px !important; width: 83px !important; }
#home-search-form .do-HR,
#home-search-form .do-SI { background: #fff url('../images/hr-do.gif') no-repeat 1px -1px !important; padding-left: 18px !important; width: 83px !important; }
#home-search-form .od-EN { background: #fff url('../images/en-od.gif') no-repeat 1px -1px !important; padding-left: 27px !important; width: 74px !important; }
#home-search-form .do-EN { background: #fff url('../images/en-do.gif') no-repeat 1px -1px !important; padding-left: 15px !important; width: 86px !important; }
#home-search-form .od-DE { background: #fff url('../images/de-od.gif') no-repeat 1px -1px !important; padding-left: 24px !important; width: 77px !important; }
#home-search-form .do-DE { background: #fff url('../images/de-do.gif') no-repeat 1px -1px !important; padding-left: 18px !important; width: 83px !important; }
#home-search-form .od-IT { background: #fff url('../images/it-od.gif') no-repeat 1px -1px !important; padding-left: 17px !important; width: 84px !important; }
#home-search-form .do-IT { background: #fff url('../images/it-do.gif') no-repeat 1px -1px !important; padding-left: 11px !important; width: 90px !important; }
#home-search-form .od-RU { background: #fff url('../images/ru-od.gif') no-repeat 1px -1px !important; padding-left: 18px !important; width: 83px !important; }
#home-search-form .do-RU { background: #fff url('../images/ru-do.gif') no-repeat 1px -1px !important; padding-left: 18px !important; width: 83px !important; }

#search-form select,
#search-form input { width: 140px; }
#search-form .currency-box { width: 20px; padding: 1px 1px; text-align: left; }
#search-form .half-width,
#additional-search-form .half-width { width: 56px; padding: 1px 5px; /* (isključeno zbog background slike od-do) text-align: right; */ }
#search-form .half-left,
#additional-search-form .half-left { margin-right: 4px; text-align: left !important; }
#search-form .od-HR,
#additional-search-form .od-HR,
#search-form .od-SI,
#additional-search-form .od-SI { background: #fff url('../images/hr-od.gif') no-repeat 1px -1px !important; padding-left: 18px !important; width: 43px !important; }
#search-form .do-HR,
#additional-search-form .do-HR,
#search-form .do-SI,
#additional-search-form .do-SI { background: #fff url('../images/hr-do.gif') no-repeat 1px -1px !important; padding-left: 18px !important; width: 43px !important; }
#search-form .od-EN,
#additional-search-form .od-EN { background: #fff url('../images/en-od.gif') no-repeat 1px -1px !important; padding-left: 27px !important; width: 34px !important; }
#search-form .do-EN,
#additional-search-form .do-EN { background: #fff url('../images/en-do.gif') no-repeat 1px -1px !important; padding-left: 15px !important; width: 46px !important; }
#search-form .od-DE,
#additional-search-form .od-DE { background: #fff url('../images/de-od.gif') no-repeat 1px -1px !important; padding-left: 24px !important; width: 37px !important; }
#search-form .do-DE,
#additional-search-form .do-DE { background: #fff url('../images/de-do.gif') no-repeat 1px -1px !important; padding-left: 18px !important; width: 43px !important; }
#search-form .od-IT,
#additional-search-form .od-IT { background: #fff url('../images/it-od.gif') no-repeat 1px -1px !important; padding-left: 17px !important; width: 44px !important; }
#search-form .do-IT,
#additional-search-form .do-IT { background: #fff url('../images/it-do.gif') no-repeat 1px -1px !important; padding-left: 11px !important; width: 50px !important; }
#search-form .od-RU,
#additional-search-form .od-RU { background: #fff url('../images/ru-od.gif') no-repeat 1px -1px !important; padding-left: 18px !important; width: 43px !important; }
#search-form .do-RU,
#additional-search-form .do-RU { background: #fff url('../images/ru-do.gif') no-repeat 1px -1px !important; padding-left: 18px !important; width: 43px !important; }

#home-search-form .read-only,
#search-form .read-only,
#additional-search-form .read-only { border: 1px solid #f8862a !important;; background: #f8862a !important;; color: #fff !important; }

#additional-search { position: absolute; left: 170px; width: 790px; height: 330px; }
#additional-search-form { height: 320px; overflow: none; background: #c00; }
#additional-search-form ul { width: 120px; float: left; margin-right: 5px; }
#additional-search-form ul.extra-space { width: 140px; float: left; margin-right: 20px; }

.searchbyid a { font-weight: normal; font-size: 0.9em; }
.map { background: #fff;}
.front{ z-index:22; left:260px; top:253px; position:absolute;}
*html .front{ z-index:22; left:260px; top:265px; position:absolute;}

.zoomButtonClass { width:100px;  height:40px; background: url(../images/udalji.png) no-repeat; cursor: pointer; cursor: hand; text-transform:uppercase; font-weight:bold; color:#000;}
#home-search-map { width: 350px; height: 320px; float: right; }
#additional-search-map { width: 350px; height: 320px; float: right; }
#additional-search-map-static {width: 350px; height: 320px; float: right; background-image: url(../images/_map/1_0.gif)}
#adsubmission-search-map { width: 350px; height: 320px;}
#adsubmission-search-map-static {width: 350px; height: 320px;  background-image: url(../images/_map/1_0.gif)}


.gmap-baloon { width: 300px; }
.gmap-baloon img { float: left; padding: 0 5px 5px 0; }
.gmap-baloon h3 { font-size: 1.1em; margin: 0; padding: 0 0 5px 0; }
.gmap-baloon p, .gmap-baloon a { font-size: 0.9em; margin: 0; padding: 0 0 5px 0; }

.sliderLine { background: url(../images/slider_line.gif) no-repeat 10px 4px; width: 130px; height: 10px; position: relative;}
.sliderDiamant { cursor: pointer; cursor: hand; width: 10px; height: 10px; position: absolute; /*display: block; float: left;*/ }
.leftDiamant { background: url(../images/handle-left.gif) no-repeat; }
.rightDiamant { background: url(../images/handle-right.gif) no-repeat; }
.centerDiamant { background: url(../images/handle.gif) no-repeat; }

.sliderLineAdSubmission { width: 200px; background-color: #ccc; height: 10px; }
.sliderDiamantAdSubmission { width: 10px;background: #ccc url(../images/handle.gif) no-repeat; height: 10px; cursor:move; }

#square-banners img, .bottom-margined-banners img { margin-bottom: 10px; }
.home-banners a { display: block; width: 130px; height: 90px; padding: 5px; margin-bottom: 10px; background: #fff; }

.basic-links { padding: 10px !important; }
.basic-links ul { list-style-type: square; margin-left: 14px; }
.basic-links li { line-height: 1.3em; margin-bottom: 6px; }
.basic-links a { color: #666; }

#footer { background: #999 url(../images/footer_shadow.gif) no-repeat; width: 960px; padding: 30px 0 0 8px; height: 95px; color: #ddd; }
#footer ul { list-style-type: none; margin-bottom: 8px; font-weight: bold; }
#footer a { text-decoration: none; color: #ccc; background: url(../images/bullet.gif) no-repeat 0 5px; padding: 0 8px; }
#footer a:hover { text-decoration: underline; }
#footer li{ padding-bottom: 7px; position: relative; }
#footer ul ul { width: 800px; display: block; position: absolute; top: 0; left: 140px; font-weight: normal; overflow: hidden; }
#footer ul ul li { font-size: 1.1em; display: inline; border-right: #aaa 1px solid; margin-right: -1px; }
#footer div { clear: left; font-size: 0.9em; margin-top: 3px; }

.wiki p, .wiki ul { background: #fff; padding: 10px; border-bottom: 10px solid #eee; }
.wiki li { margin: 0 0 0 15px !important; }
.double-wiki-holder { height: 1%; overflow: none; }

/* NASLOVNICA MODULI */

#twocolumn-articles .module, #fourcolumn-articles .module, #featured-thumbnails .module { padding: 10px 10px 0 0; height: 1%; overflow: hidden; }

/* IZDVOJENI CLANCI NA NASLOVNICI */

#twocolumn-articles .article { float: left; background: #fff; border-bottom: 10px solid #eee; font-size: 0.9em; width: 285px !important; width: 275px; height: 150px !important; height: 170px; margin-left: 10px !important; margin-left: 7px; overflow: none; }
#twocolumn-articles .article img { float: left; width: 130px; margin: 10px;  }
#twocolumn-articles .article-text { float: right; text-align: left; width: 120px !important; width: 110px; margin: 10px 10px 10px 0; }
#twocolumn-articles .article-text h3 { font-size: 1.1em; }
#twocolumn-articles .article-text h3 a { color: #666; text-decoration: none; }
#twocolumn-articles .article-text p { font-size: 0.9em; padding: 5px 0; margin: 0; }

/* MANJI IZDVOJENI CLANCI NA NASLOVNICI */

#fourcolumn-articles a { display: block; width: 137px; height: 60px; float: left; background: #fff; margin-left: 10px !important; margin-left: 7px; border-bottom: 10px solid #eee; }
#fourcolumn-articles a img { margin: 5px; float: left; }
#fourcolumn-articles a span { margin: 5px 0 0 5px; float: left; display: block; width: 60px; height: 60px; font-size: 0.9em; }

/* IZBOR IZ OGLASA NA NASLOVNICI */

#featured-thumbnails a { display: block; width: 137px; float: left; background: #fff; margin-left: 10px !important; margin-left: 7px; border-bottom: 10px solid #eee; text-align: center; }
#featured-thumbnails a img { margin: 5px 0; }

/* TOOLTIP */

.tooltip, .featuredTooltipClass, .tooltipClass { display: block; float: left; width: 200px; padding: 5px; z-index: 9999; font-size: 11px; color: #666; background: #fff; border: 1px solid #ccc; }

/* TABOVI NA REZULTATIMA PRETRAŽIVANJA */

#details-nav ul { list-style-type: none; }
#details-nav li { float: left; height: 24px; overflow: none; margin-right: 3px; }
#details-nav a { font-weight: bold; color: #c00; text-decoration: none; padding: 5px 15px; display: block; background: url(../images/tab_main.gif) no-repeat right top; }
#details-nav a:hover { color: #900; background: url(../images/tab_main.gif) no-repeat right -24px; }
#details-nav a.selected { color: #fff; background: url(../images/tab_main.gif) no-repeat right -48px; }

/* POMOĆNI BOXOVI NA REZULTATIMA PRETRAŽIVANJA (PAGINACIJA, BROJ REZULTATA...) */

.details-support-box { background: #fff; padding: 10px; height: 1%; overflow: none; border-bottom: 1px solid #eee; font-size: 0.9em; }
.last-child { border-bottom: 10px solid #eee; }
.open-detailed { font-weight: bold; float: right; }
#numOfAds { color: #666; }

/* IZDVOJENE AGENCIJE NA REZULTATIMA PRETRAŽIVANJA */

.agentsheader { margin: 0; background: #666 url(../images/heading_gray.gif) repeat-x bottom; font-size: 1.2em; line-height: 1em; color: #fff; padding: 6px 0  10px 0; text-align: left; font-weight: bold; text-indent: 10px; }
.agents { height: 60px; overflow: none; margin: 10px 0; }
.agents a { display: block; width: 140px; text-align: center; float: left; padding: 0; margin: 0; }

#agents-list-view, #agents-map-view { padding-top: 0; height: 65px; }
#agents-map-view { margin-top: 10px; }

/* DETALJI OGLASA (koristi se djelomično i na drugim stranicama za sličan layout) */

#details-left { float: left; width: 230px; }
#details-right { float: left; width: 520px; }
#details-half { float: left; width: 375px; }

#details .details-block { padding: 10px; background: #fff; }
#details .details-extend { height: 1%; overflow: none; }
#details-left .details-block { margin: 0 0 10px 0; }
#details-left .details-block b { font-weight: normal; color: #555; }
#details-left .details-block p { padding: 10px; }
#details-right .details-block { margin: 0 0 10px 10px; }
#details-half .no-margin { margin: 0 0 10px 0; }
#details-half .with-margin { margin: 0 0 10px 10px; }

#details-map { width: 490px; height: 320px; }
#details-thumbnails img { margin: 0 2px 2px 0; }
#details-agency { width: 490px; height: 50px; }
#details-agency img { float: left; margin-right: 10px; }
#infrastructurechecker { padding: 10px 0 0 0; }
#infrastructurechecker ul li { display: inline; list-style: none; padding: 2px 15px 2px 17px; cursor: pointer; background: url(../images/unselected.gif) no-repeat 0 2px; white-space: nowrap; }
#infrastructurechecker ul li.detailscheckItemsSelected { background: url(../images/selected.gif) no-repeat 0 2px !important; }

/* BANNERLINE na dnu naslovnice */

#bannerline { float: left; margin-left: 10px; height: 87px; width: 940px; }
#marketingbar { float: left; padding-right: 2px; }

/* FORMULARI */

.fullpage-form { padding: 10px 0 0 0; }
.fullpage-form .input-set { padding: 15px 0 0 0; }
.fullpage-form fieldset { padding: 0 10px 10px 10px; }
.fullpage-form fieldset.bordered { border: 1px solid #ccc; }
.fullpage-form legend { font-size: 0.8em; padding: 0 15px; color: #ccc; }
.fullpage-form label { display: block; }
.fullpage-form input, .fullpage-form textarea, .fullpage-form select { display: block; background: #fff6ee; font-size: 1em; border: 1px solid #ccc; padding: 2px; margin: 4px 0 0 0; }
.fullpage-form input[type="hidden"] { -moz-appearance: none; display: none; padding: 0; border: 0; cursor: auto; -moz-user-focus: ignore; -moz-binding: none; }
.fullpage-form input, .fullpage-form select { width: 300px; }
.fullpage-form input.l150 { width: 150px; }
.fullpage-form textarea.l300 { width: 300px; }
.fullpage-form textarea { width: 460px; }
.fullpage-form .input_checkbox { display: inline !important; }
.fullpage-form .notice { color: #ccc; font-size: 0.9em; }
.fullpage-form .submit-button { background: #666 url(../images/heading_gray.gif) repeat-x bottom !important; color: #fff; border: 1px solid #fff; font-size: 1.2em; font-weight: bold; }
#captchaImage { margin-top: 5px; }

/* SLANJE PRIJATELJU */

.send-ad-specs p { margin: 0; padding: 0; }
.send-ad-specs em { font-style: normal; font-weight: normal; color: #666; }

/* UNOS OGLASA MULTICHECK */

ul.checkItemsAdMultipleInsert { padding: 5px 0; }
ul.checkItemsAdMultipleInsert li { display: block; list-style: none; padding: 2px 5px 2px 20px; cursor: pointer; }
.checkItem { background: url(../images/unselected.gif) no-repeat 0 2px; color: #999; white-space: nowrap; }
.checkItemSelected { background: url(../images/selected.gif) no-repeat 0 2px; color: #000; white-space: nowrap; }

/*UNOS OGLASA*/

#unos_slika img { padding-left: 10px; padding-bottom: 10px; }

ul.checkItemsAdSubmission { float: left; clear: both; width: 230px; padding: 5px; border: 1px solid #eee;}

/* AUTOCOMPLETE koristi se u Admin */

div.autocomplete 				{ background-color: #fff; border: 1px solid #888; z-index: 50;}
div.autocomplete ul 			{ list-style-type: none; margin: 0; padding: 0; }
div.autocomplete ul li.selected { background-color: #f63; color: #fff; }
div.autocomplete ul li 			{ margin: 0; padding: 2px; cursor: pointer; }

/* MULTILINGUAL TITLE AND TEXT EDIT kod unosa oglasa */

.langSelected { background: #eee; color:#333; padding: 1px 4px; border: 1px solid #CCC;}
.langUnSelected {background: #fff; padding: 1px 4px; border: 1px solid #CCC;}

/* DASHBOARD lijeva strana */

#dashboard								{ width: 780px; float: left; }
#dashboard .msg							{ padding-bottom: 10px; }
#dashboard table						{ clear: both; width: 750px; border-collapse: collapse; background: #fff; }
#dashboard table th,
#dashboard table td						{ padding: 5px 5px 2px; font-weight: normal; font-size: 1em; text-align: left; vertical-align: top; background: #fff;}
#dashboard table .numeric				{ text-align: right; white-space: pre; }
#dashboard table thead th				{ padding-bottom: 5px !important; color: #666; border-bottom: 1px solid #999; background: #fff; }
#dashboard table thead th.first-child	{ padding-left: 30px; }
#dashboard table tbody th				{ padding: 0 !important;}
#dashboard table tbody th a				{ display: block; padding: 5px 5px 2px 30px; background: url(../images/arrow-down-blk.gif) no-repeat 12px 12px; }
#dashboard table tbody th a.active		{ background-image: url(../images/arrow-up-blk.gif); }
#dashboard table tbody th.emph			{ font-weight: bold; }
#dashboard table tbody tr:hover			{ background: #f6f6f6; }
#dashboard table tbody tr.emph th,
#dashboard table tbody tr.emph td		{ font-weight: bold; background: #c2e4be; font-size: 1.3em; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 1px; border-left-width: 0px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #FFFFFF; border-right-color: #FFFFFF; border-bottom-color: #FFFFFF; border-left-color: #FFFFFF; }
#dashboard table tbody	th.read			{ font-weight: normal; }

td.itemToolbox ul						{ float: right; width: 150px; text-align: right;}
td.short-toolbox ul						{ width: 60px; }
td.itemToolbox ul li  					{ display: inline;  list-style: none; width: 20px; line-height: 0; cursor: pointer; }

td.itemToolbox ul li.help 				{ width: 86px; background: url(../images/button-help.gif) no-repeat 0px 0px; padding-top: 5px; text-align: center; }

tr.expanded-content:hover				{ background: #fff !important; }
tr.expanded-content td 					{ width: 750px; padding: 0 !important; border-bottom: 2px solid #eee; }

tr.expanded-content dl					{ float: left; width: 730px; padding: 10px;}
tr.expanded-content dt					{ float: left; width: 80px; height: 80px; line-height: 0; padding: 0 10px 0 20px; }
tr.expanded-content .item-description	{ float: left; width: 438px; padding: 0 10px; border: 1px solid #eee; border-width: 0 1px; }
tr.expanded-content .item-description p	{ margin-bottom: 10px; }
tr.expanded-content .item-additions		{ float: left; width: 100px; padding-left: 10px; }

tr.expanded-content dd.bodytext			{ padding: 0 20px 10px; }

.adlist				{ float: left; width: 140px; /*padding: 10px 10px 10px 0;*/ margin-left: -10px; background: #eee url(../images/content-background.png) repeat-x top; font-size: 0.8em;}
.adlist	li			{ float: left; list-style: none; width: 180px; margin: 10px 0 0; }
.adlist	li			{ line-height: 0; }
.adlist	li *		{ line-height: 1.4; }
.adlist li.text-ad	{ float: left; width: 160px !important; padding: 10px; }

/* BILJESKA */

#ad-note { height: 150px; }
#phoneNotes { color: #666; }

/* EDITOR BILJEŠKE */

.editor_field 		{ width: 480px; font-size: 1em; }
.editor_ok_button 	{ width: 20px; height: 20px; background: #fff url(../images/button-save-selected.gif) no-repeat 0 0; border: none; float: left; cursor: pointer; }
.editor_cancel 		{ width: 20px; height: 20px; background: #fff url(../images/button-cancel.gif) no-repeat 0 0; border: none; vertical-align: bottom; display: block; float: left; }


.notice_error { color: #f00; display: block; }
.notice { display: none; }

/* SITEMAP WIKI */

#sitemap ul { list-style-type: square; margin-left: 20px;  }

/* MODALBOX GALLERY */

#overlayImages { width: 500px; height: 470px; border-collapse: collapse; }
#overlayImages td { vertical-align: middle; margin: 0; padding: 0; }
#overlayImages td p { text-align: center; margin-bottom: 10px; }


/* ################################################################# probably obsolete below (delete with caution) ################################################################# */

/* .tooltip { width: 170px; height: 19px; background: url(../images/button-tooltip.gif) no-repeat; text-align: center; line-height: 1.4em; padding: 1px 5px 5px 5px ;} */

/* OLD PAGINATION */
/*
.pagination { float: left; width: 740px; padding: 10px; margin: 10px 0; background: #fff; height: 30px; overflow: hidden;line-height: 19px; }
.pagination p {  font-size: 1.1em; float: left; }
.pagination .pages {  float: right; text-align: right; }
*/

.tooltipHigh { width: 150px; height: 35px; padding-left:5px; background: url(../images/button-tooltip-2xheight.gif) no-repeat; text-align: center; line-height: 1.4em; }

#mid-column-unos-informator { float: left; width: 780px; background-color:#FFF;}
#informator-white-box { background-color:#FFF; width: 750px; float:left; padding-top: 10px; font-size: 0.9em; }
.informator { background: #fff; padding: 10px; margin: 10px;/*border-bottom: 10px solid #eee;*/  /*font-size: 0.9em;*/ width: 600px;  border: 1px solid #eee;}
.informator h3 { font-size: 1.1em; }
.informator h3 a { color: #666; text-decoration: none; }
.informator .headline	{ display: block; margin-top: -19px; padding: 2px 5px; font-weight: bold; font-size: 1.1em; text-transform: uppercase; color: #ccc; background: #fff; }
#mid-column-unos-informator .informator select,
#mid-column-unos-informator .informator input { width: 70px; }
.informator ul { list-style:none;}

#unos_naslova { /* background-color:#FFF; padding: 10px; */ }
.unos-item { background: #fff; padding: 10px; margin: 10px;/*border-bottom: 10px solid #eee;*/  /*font-size: 0.9em;*/ /*width: 260px;*/ /*position: relative; padding: 5px 15px 0; margin: 0 0 10px 0;*/ border: 1px solid #eee;}
.unos-item h3 { font-size: 1.1em; }
.unos-item h3 a { color: #666; text-decoration: none; }
#unos-white-box-left { background-color:#FFF; width: 290px; float:left; padding-top: 10px; font-size: 0.9em; overflow: auto;}
#unos-white-box-right { background-color:#FFF; width: 460px; float:left; padding-top: 10px; /*padding-left: 10px;*/ font-size: 0.9em;  }
.unos-item .headline	{ display: block; margin-top: -19px; padding: 2px 5px; font-weight: bold; font-size: 1.1em; text-transform: uppercase; /*position: relative; padding: 5px 15px 0; margin: 0 0 10px 0;*/ float:left; /*border: 1px solid #eee;*/ background-color:#FFF;}
.unos-item ul{ list-style: none;}
.unos-item .btn{width: 50px;}
.unos-item-thumb img{}

/*
#mid-column-registration .orange { margin: 10px 0 0 0;}
.verification_field { float: left; width: 300px; }
.verification_field .input_text { width: 100px; }
.white_box .field { padding-bottom: 8px; clear: both; }
*/

/*
#account_details fieldset { padding: 0 10px 10px 10px; }
#account_details fieldset.bordered { border: 1px solid #ccc; }
*/

#unos_slika { background-color: #fff; padding: 10px; overflow: auto; border-top: #eee 10px solid; }
#unos_slika img { float: left; margin: 10px;}
#unesite_tlocrt { background-color:#FFF; padding: 10px; overflow:auto; border-top:#eee 10px solid; border-bottom:#eee 10px solid;}
#unesite_tlocrt img{ padding-left: 20px;}

/*
#mid-column-unos .unos-item select,
#mid-column-unos .unos-item input { width: 50px; }
#mid-column-unos h1 {width: 750px; margin-left: 180px;}
#mid-column-unos { float: left; width: 270px; background-color:#FFF;}
#right-column-unos { float: left; width: 510px; }
*/

.field .input_text{width: 200px;
background: #eef6ff none repeat scroll 0%;
border-color:#999999 rgb(204, 204, 204) rgb(204, 204, 204) rgb(153, 153, 153);
border-style:solid;
border-width:1px;
display:block;
font-family:"Lucida grande",Arial,Verdana,sans-serif;
font-size:1.1em;
padding:2px;}

.field select,
.field textarea{ width: 200px;
background: # ffffff none repeat scroll 0%;
border-color:#999999 rgb(204, 204, 204) rgb(204, 204, 204) rgb(153, 153, 153);
border-style:solid;
border-width:1px;
display:block;
font-family:"Lucida grande",Arial,Verdana,sans-serif;
font-size:0.9em;
padding:2px;}

.overlayImageLeft { float: left; width: 220px; display: block; text-align: right;}
.overlayImageRight { float: right; width: 220px; display: block; text-align: left;}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#izaberite_lokaciju { background-color:#FFF; padding: 10px;}
#izaberite_lokaciju img{/* padding-left: 10px; padding-bottom:10px;*/}
#izaberite_lokaciju select,
#izaberite_lokaciju input { width: 140px; }

.left_col_box						{ float: left; clear: both; width: 780px; margin-bottom: 10px; overflow: hidden;}
.left_col_box_inner					{ float: left; width: 750px; padding: 10px 10px 0 10px; margin-left: 10px; background: #eee url(../images/content-background.png) repeat-x 0 0; }
.left_col_box_inner	.white_box		{ float: left; width: 730px; padding: 10px; background: #fff; }

.white_box	{ background: #fff; padding-bottom: 20px; margin-bottom:10px;}
/*.white_box inner-intro { padding-right: 10px;}*/


#sendtofriend .input-set { float: left; }
#sendtofriend .input-set input, #sendtofriend .input-set label { float: left; }
#sendToFriendSubmit, #sendToFriendSubmit input { float: none !important; clear: both;}
#sendtofriend .input-set label {width: 150px;}
#yournotetofriend { width: 450px; height: 80px; clear: both; }

/* FOR DOUBLE SELECT BOX*/

.dropdownnotselected { background-color: #fff; cursor: pointer; padding: 2px 5px; cursor: hand; font: 0.85em Tahoma, Arial, sans-serif;}
.dropdownselected { background-color: #009; cursor: pointer; padding: 2px 5px;  cursor: hand; color: #fff; width: 21d0px; font: 0.85em Tahoma, Arial, sans-serif;}
.dropdownFirst { position: relative; background: #fff url(/images/arrow-xp.gif) top right no-repeat; vertical-align: center; padding-left: 5px;cursor: pointer; cursor: hand; height: 16px; font: 0.95em Tahoma, Arial, sans-serif;}

.dropDownDisbled { color: #777; font: 0.85em Tahoma, Arial, sans-serif; margin-right: 10px; border-width: 1px; border-style: solid; border-color: #808080 #d4d0c8 #d4d0c8 #808080; }
.dropDown		 { position: relative; color: #000; margin-right: 10px; font: 0.85em Tahoma, Arial, sans-serif; border-width: 1px; border-style: solid; border-color: #808080 #d4d0c8 #d4d0c8 #808080; }

#left-column .dropDownDisbled, #left-column .dropDown { margin-right: 0px; }

.dropDownDisbled .dropdownFirst { background-image: url(/images/arrow-xp-gray.gif); }

*:first-child+html .dropDown { margin-top: -14px }
*:first-child+html .dropDownDisbled { margin-top: -14px }

.dropDownoptionsHolder { background-color: #fff; position: absolute; z-index: 100; left: 1px; top: 17px; margin-right: -1px; max-height: 200px; width: 100%; overflow: hidden; overflow-y: auto; border-width: 1px; border-style: solid; border-color: #b2b2b2 #000 #000 #b2b2b2; }
.dropDownoptionsHolder { height: expression( this.scrollHeight > 200 ? "200px" : "auto" ); }

#tableregion { z-index: 3; }
#tablecounty { z-index: 2; }
#tablequarter { z-index: 1; }





/* print */
#page {padding:0; width:100%;}
#punchline {font-size:2em;}
#languages, #left-column, #logobannerzone, #loginbox, #nav, #footer{display:none;}
#details li, #details p{font-size:18px !important;}
#details{width:100%;}
#details-left, #details-right {width:50%;}
