/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .70em/1.5em Arial, Helvetica, sans-serif;
	color: #202a36; 
	background:#4c697b url(images/bkg_body.gif) 0 0 repeat-x;
	text-align: center;
}

/* links */
a { 
	color: #4479a1;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #2b2b2c;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #202a36;	
}
h1 { font-size: 1.5em; color: #202a36; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }
h4 { font-size: 1em; }
h5 { font: bold 1.6em Arial, Helvetica, sans-serif;}
h6 { font: bold 1.8em Optima;}
h7 { font: bold 1.3em Optima;}

p, h1, h2 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #40251d;
}
ul span, ol span {
	color: #666666; 
}
table {
border-collapse:collapse;
}
.table_border{
border: solid 1px white;}

td {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
padding: 2px;
font-weight:500;
border: solid 1px white;
}

td a{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
padding: 2px;
font-weight:900;
}

td a:hover{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
padding: 2px;
font-weight:bolder;
}

.td_detalji {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 2px;
font-weight:500;
}

.td_detalji a{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 2px;
font-weight:900;
}

.td_detalji a:hover{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 2px;
font-weight:bolder;}

.td_header {
background-color: #323f50;
color: white;
cursor: pointer;
font-size: 14px;
}

.td_first_row {
background-color: #eaf1f4;
}

.td_second_row {
background-color: #d3e3ea;
}

.ustanove_line{
border-top-style: solid; 
border-top-color: #202a36; 
border-top-width: 1px;
}

.rounded{border: 2px solid #CCC;}
.rounded a{border: 2px solid #568EB6;}
.rounded a:hover{ border: 2px solid #CCC !important; /* IE fix*/
  border: 2px solid #568EB6;}
  
.td_manif {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
padding: 2px;
font-weight:500;
}

.td_manif a{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
padding: 2px;
font-weight:900;
}

.td_manif a:hover{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
padding: 2px;
font-weight:bolder;}

/* images */
img {
	border: 0px solid #84402e;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 0px solid #84402e;
}
a:hover img {  
  border: 0px solid #84402e !important; /* IE fix*/
  border: 0px solid #84402e;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #ffffff;
  border: 1px solid #202a36;  
  border-left: 4px solid #202a36; 
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #ffffff;
	border: 1px solid #202a36; 
	border-left: 4px solid #4284B0;   
	color: #4284B0;
	font: bold 1.2em/1.5em  Arial, Helvetica, sans-serif; 
}

/* form elements */
form {
	margin:10px; padding: 0;
	/*border: 1px solid #202a36;*/ 
	background-color: #ffffff; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #202a36;
	font: normal 1em  Arial, Helvetica, sans-serif;
	color:#202a36;
}
select {
	padding: 1px;
	border:1px solid #202a36;
	font: normal 1em  Arial, Helvetica, sans-serif;
	color:#202a36;
	max-width: 200px;
	width: !important auto;
}
.textInput {
 	background-color: #ffffff;
	font-size: 12px;
	border:1px solid #202a36;
	width:auto;
	padding:2px;
	font: normal 0.9em  Arial, Helvetica, sans-serif;
	color:#202a36;
}

/*.textInput:focus
{
background-color:#f5eedb;
}*/
textarea {
	width:300px;
	padding:2px;
	font: normal 1em  Arial, Helvetica, sans-serif;
	border:1px solid #202a36;
	display:block;
	color:#202a36;
}
input.button { 
	margin: 0; 
	font: bold 12px  Arial, Helvetica, sans-serif; 
	border: solid 1px #202a36;
	background: #fff; 
	padding: 2px 3px; 
	color: #202a36;	
}

/* search form */
form.searchform {
	background: #ffffff;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 120px;
	border: 1px solid #9EC630; 
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px  Arial, Helvetica, sans-serif; 
	background: #ffffff;
	border: 1px solid #fef0c9;
	color: #777;	
	width: 60px;
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/
#wrap {
	background: #ffffff;
	width: 980px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}

#wrap-delatnost {
	background: #ffffff;
	width: 1410px; height: 100%;
	margin: 0 auto;	
	text-align: left;
}

#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #ffffff;
}

/* header */
#header {
	position: relative;
	height: 127px;	
	/*background: url(images/bkg_header.jpg) 0% 100%;*/
	border-bottom: 4px solid #0a263e;
		
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:37px; left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Arial, Helvetica, sans-serif; 
	text-transform: none;	
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;	
}

/* main */
#main {
	float: left;
	margin-left: 5px;
	margin-top: -2px;
	padding: 0;
	width: 53%;	
	background: #ffffff;	
}


.main-temp {
	float: left;
	margin-left: 15px;
	margin-top: 0px;
	padding: 0;
	width: 73%;
	background-color: #FFFFFF;
	margin: 0px 7px 0 7px;
	border: 1px solid #ffffff;
	font-size: 95%;		
}

.main-delatnost {
	float: left;
	margin-left: 15px;
	margin-top: 0px;
	padding: 0;
	width: 100%;
	background-color: #ffffff;
	padding: 5px; margin: 20px 15px 0 15px;
	font-size: 95%;		
}

.main-oglasi {
	float: left;
	margin-left: 10px;
	margin-top: 0px;
	padding: 0;
	width: 72%;
	background-color: #ffffff;
	padding: 5px; margin: 20px 5px 0 5px;
	border: 1px solid #ffffff;
	font-size: 95%;		
}

.post-footer {
	background-color: #ffffff;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 25%;
	margin: 0;	padding: 0; 
	display: inline;		
}

#sidebar h1{
height: 30px;
width: 230px;
margin-bottom: -22px;
padding-left: 10px;
padding-top: 7px;
padding-bottom: 5px;
color: #202a36;
background: url(images/h1.png) no-repeat;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
text-transform:uppercase;
}

#sidebar .dole{
height: 7px;
width: 228px;
margin-top: -10px;
margin-left: 15px;
color: #FFFFFF;
background: #eaf1f4;
border-left:1px solid #c7c8c9;
border-right: 1px solid #c7c8c9;
border-bottom: 1px solid #c7c8c9;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;	
	
}
#sidebar ul.sidemenu li {
	/*border: 1px solid #f2f2f2;*/
}
#sidebar ul.sidemenu a {
	display:block;
	background: url(images/bottom_line.jpg) bottom no-repeat #eaf1f4;	
	font-weight:bold;
	color: #202a36;	
	text-decoration:none;	
	padding:3px 5px 2px 15px;
	/*background: #e7a97a;*/
	/*background: url(images/slidebgleft.png) repeat-x;*/
	border-left:1px solid #c7c8c9;
	border-right: 1px solid #c7c8c9;
	/*border-bottom:  1px solid #1c3b12;*/	
	/*border-bottom: 1px dotted gray;*/ 	
	min-height:16px;
}
* html body #sidebar ul.sidemenu a { height: 18px; }
#sidebar ul.sidemenu a:hover {
	padding:3px 5px 2px 15px;
	background: url(images/bottom_line.jpg) bottom no-repeat #ffffff;	
	/*color: #2b2b2c;
	border-left:4px solid #2b2b2c;*/
	
}


/* sidebar */
#sidebar-kat {
	float: left;
	width: 25%;
	margin: 0;	padding: 0; 
	display: inline;		
}
#sidebar-kat h1{
height: 30px;
width: 230px;
margin-bottom: -22px;
padding-left: 10px;
padding-top: 7px;
padding-bottom: 5px;
color: #202a36;
background: url(images/h1.png) no-repeat;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
text-transform:uppercase;
}
#sidebar-kat .dole{
height: 7px;
width: 228px;
margin-top: -10px;
margin-left: 15px;
color: #FFFFFF;
background: #eaf1f4;
border-left:1px solid #c7c8c9;
border-right: 1px solid #c7c8c9;
border-bottom: 1px solid #c7c8c9;
}
#sidebar-kat ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar-kat ul.sidemenu li {
	/*border: 1px solid #f2f2f2;*/
}
#sidebar-kat ul.sidemenu a {
	display:block;
	background: url(images/bottom_line.jpg) bottom no-repeat #eaf1f4;	
	font-weight:bold;
	color: #202a36;	
	text-decoration:none;	
	padding:3px 5px 2px 15px;
	/*background: #e7a97a;*/
	/*background: url(images/slidebgleft.png) repeat-x;*/
	border-left:1px solid #c7c8c9;
	border-right: 1px solid #c7c8c9;
	/*border-bottom:  1px solid #1c3b12;*/	
	/*border-bottom: 1px dotted gray;*/	
	min-height:16px;
}

* html body #sidebar-kat ul.sidemenu a { height: 18px; }

#sidebar-kat ul.sidemenu a:hover {
	padding:3px 5px 2px 15px;
	background: url(images/bottom_line.jpg) bottom no-repeat #ffffff;	
	/*color: #2b2b2c;
	border-left:4px solid #2b2b2c;*/
	
}

/* rightbar */
#rightbar {
	float: right;
	width: 190px;
	padding: 10px; margin:0;
	text-align:right;
	margin-top: -9px;
	font-family: Arial, Helvetica, sans-serif;
}

#rightbar #block {
	/*border: 1px solid #40251d;*/
	margin-bottom: 10px;
	/*display: block;*/
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	overlay: auto;
	height: 58px;
	font-family: Arial, Helvetica, sans-serif;
}

#rightbar #block1 {
	margin-bottom: 10px;
	/*display: block;*/
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	overlay: auto;
	background: url(images/block_green1.png) no-repeat left center;
}

#rightbar #block2 {
	margin-bottom: 10px;
	/*display: block;*/
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	overlay: auto;
	background: url(images/block_green2.png) no-repeat left center;
}

#rightbar #block3 {
	margin-bottom: 10px;
	/*display: block;*/
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	overlay: auto;
	background: url(images/block_green3.png) no-repeat left center;
}

#rightbar #block4 {
	margin-bottom: 10px;
	/*display: block;*/
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	overlay: auto;
	background: url(images/block_green4.png) no-repeat left center;
}

#imenik {
		height: 50px;
		width: 190px;
		background: url(images/phone-grey.png) no-repeat left center;
		vertical-align: middle;
		padding-bottom: 15px;
		margin-left: -6px;
		color: #2e1b10;
}

#imenik a{
		height: 40px;
		padding-top: 20px;
		color: #202a36;
		font: 1.8em Arial, Helvetica, sans-serif; color: #202a36;
}

#imenik a:hover{
		height: 40px;
		color: #2b2b2c;
}

#izlozbe {
		height: 50px;
		width: 190px;
		background: url(images/graphic_design.png) no-repeat;
		vertical-align: middle;
		padding-bottom: 15px;
		margin-left: -6px;
}

#izlozbe a{
    padding-top:30px;
		height: 40px;
		color: #202a36;
		font: 1.8em Arial, Helvetica, sans-serif; color: #202a36;
}

#izlozbe a:hover{
		height: 40px;
		color: #2b2b2c;
}

#manifestacije {
		height: 50px;
		width: 190px;
		background: url(images/manifestacije.png) no-repeat;
		vertical-align: middle;
		padding-bottom: 15px;
		margin-left: -6px;
}

#manifestacije a{    
		height: 40px;
		padding-bottom: 15px;
		color: #202a36;
		font: 1.8em Arial, Helvetica, sans-serif; color: #202a36;
}

#manifestacije a:hover{
		height: 40px;
		color: #2b2b2c;
}

#oglasi {
		height: 50px;
		width: 190px;
		background: url(images/Newsfire.png) no-repeat left bottom;
		vertical-align: middle;
		padding-bottom: 15px;
		margin-left: -6px;
}

#oglasi a{
		height: 40px;
		padding-bottom: 15px;
		color: #202a36;
		font: 1.8em Arial, Helvetica, sans-serif; color: #202a36;
}

#oglasi a:hover{
		height: 40px;
		color: #2b2b2c;
}

#konkursi {
		height: 60px;
		width: 190px;
		background: url(images/photos.png) 5% 20% no-repeat;
		vertical-align: bottom;
		padding-bottom: 15px;
		margin-left: -6px;
}

#konkursi a{
		height: 40px;
		padding-bottom: 15px;
		color: #202a36;
		font: 1.8em Arial, Helvetica, sans-serif; color: #202a36;
}

#konkursi a:hover{
		height: 40px;
		color: #2b2b2c;
}

/* Footer */
#footer { 
	clear: both; 
	color: #FFF; 
	background:#4c697b url(images/bkg_shadow-bottom.png) 0 0 no-repeat;
	margin: 0; padding: 0; 
	height: 50px;	  
	font-size: 95%;		
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #a7c6dd;
}
#footer p { 
	text-decoration: none; 
	font-weight: bold;	
	color: #a7c6dd;
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 6px !important; bottom: 5px;
	font: bold 13px Arial, Helvetica, sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFF;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }

.slidePanel img
{
	border: 0px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.slideHeader
{
	font-size: 14px;
	vertical-align: center;
  padding: 5px;
	background: url(images/h1_central.png) no-repeat;
	color: #202a36;
	font-weight: bold;
	height: 20px;
	padding-top:7px;
	margin-bottom:-3px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.slideFooter
{
  padding: 5px;
	background: url(images/h1_central_down.png) no-repeat;
	color: #202a36;
	height: 20px;
	margin-bottom: -18px;
}

.slideBody
{
    padding: 5px;
	background-color: #eaf1f4;
	border-left: 1px solid #c7c8c9;
	border-right: 1px solid #c7c8c9;
	border-bottom: 1px solid #c7c8c9;
	border-top: 1px solid #c7c8c9;
}

.slidePanel
{
  	/*border: 1px solid #40251d;*/
	margin: 10px;
}

#header .h_banners
{
	/*list-style-type: none;*/
	padding: 0;
	/*margin-bottom: 5px;*/
}

#header .h_banners img
{
	border: none;
}

#header .h_banners a img {  
  border: none;
}
#header .h_banners a:hover img {  
  border: none;
}

#content-wrap .h_banners
{
	list-style-type: none;
	float: right;
	padding: 0;
	margin-top: 15px;
	margin-right: 10px;
	height: 100px;
	vertical-align: bottom;
}

#header .bann img
{
	border: none;
}
#header .bann a img {  
  border: none;
}
#header .bann a:hover img {  
  border: none;
}

#h_search_form
{
	height: 65px;
	padding: 0;
}

#h_news
{
	height: 30px; 
	/*float: right;*/
	margin'top: 5px;
	/*vertical-align: bottom;*/
	margin'bottom:5px;
}

/*------TAB CONTROL--------*/
.ubercolortabs{
padding: 0;
width: 100%;
overflow: hidden;
background: transparent;
}

.ubercolortabs ul{
font: bold 11px Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
list-style: none;
}

.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: uppercase;
color: #ffffff;
}


.ubercolortabs a{
float: left;
color: white;
background: #b4b3b3 url(images/roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 1px 3px;
text-decoration: none;
letter-spacing: 1px;
}

.ubercolortabs a span{
float: left;
display: block;
background: transparent url(images/roundright.gif) no-repeat right top; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}


.ubercolortabs a:hover, .ubercolortabs li.selected a{
background-color: #ccc9c9; /*background color of tabs onMouseover*/
color: white;
}

.ubercolortabs a:hover span{
background-color: transparent;
}


.ubercolordivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #b4b3b3; /*background color of horizontal line*/
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.border_image {
	border: 3px;
}

.border_image a{
	border: 2px;
}

.border_image a:hover{
	border: 2px;
}

/*----------- deo koji odredjuje sta ce se stampati ---------*/
.Print{
   display:none;
   }
   
.imgIzlozba{
max-width: 100px;
width: !important auto;
}

.clipwrapper{
  position:relative;
  height:225px;
}
.clip{
  position:absolute;
  clip:rect(0px 218px 225px 12px);
}
 .img-thumb {width:200px; height:200px; overflow:hidden; float:left;}
 
 .justify {text-align:justify;}
 
/*-------- MARQUEE REKLAME KOD MALIH OGLASA ---------*/
#marqueecontainer{
position: relative;
float:right;
width: 120px; /*marquee width */
height: 1200px; /*marquee height */
background-color: white;
overflow: hidden;
padding-bottom: 2px;
}

/*-------- MARQUEE REKLAME KOD MALIH OGLASA ---------*/
#marqueecontainerGORNJI{
position: relative;
float:right;
width: 120px; /*marquee width */
height: 120px; /*marquee height */
background-color: white;
overflow: hidden;
padding-bottom: 2px;
}

/********** < Navigation */
#nav-container { width:980px; background:#0a263d; height: 40px; margin-top:-10px; }
.nav { list-style-type:none; float:left; display:block; width:1000px; 
margin:0px; padding:0px;background:#0a263d;}
 }

/* All Levels */ /* Style consistent throughout all nav levels */
.nav li {display:inline;
font-size:11px;
font-weight:bold;
line-height:50px;
}
.nav li.over { z-index:998; }
.nav li a{ display:block; line-height:1.3em; text-decoration:none;  color: #f0f2f4;display:block;}
.nav li a:hover { display:block; line-height:1.3em; text-decoration:none;  color: #a7c6dd;display:block;}
.nav span { display:block; cursor:pointer; white-space:nowrap; }
.nav li ul span {white-space:normal; }
.nav ul li.parent a { background:url(../images/bkg_nav2.gif) 100% 100% no-repeat; }
.nav ul li.parent li a { background-image:none; }

/********** Navigation > */
/* ======================================================================================= */
#menu {
	width: 980px;
	height: 30px;
	margin: 0px auto;
	background: url(images/menu.jpg) repeat-x;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 8px 20px 8px 20px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover {
	text-decoration: none;
	color: #a7c6dd;
}

/*------------------USER HELP------------------*/
#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #eaf1f4;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px  Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}
/*----------------END USER HELP------------------*/

/*---------------- ZOOM SLIKA IZLOŽBE I MALIH OGLASA -------*/
/*  */

#preview{
	position:absolute;
	display:none;
	color:#fff;
	}
	
#preview1{
	position:absolute;
	display:none;
	color:#fff;
	}

/*  */