@charset "utf-8";
body{
	background:#D8D8D8 no-repeat;
	margin:0px 0px 0px 0px;
	font-family:Verdana;
	font-size:12px;
}
img.editiraj_img:hover{
	cursor:pointer;
}

/*-------------------------------RATING------------------*/
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating .current-rating{
	background: url(../slike/rating_star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

/* SECOND STAR (ALREADY VOTED */

.lijevo_box{
	width:48%;
	float:left;
}
.desno_box{
	width:48%;
	float:right;
}
.star-rating2,
.star-rating2 a:active,
.star-rating2 .current-rating{
	background: url(../slike/rating_star_2.gif) left -1000px repeat-x;
}
.star-rating2{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating2 li{
	display: inline;
}
.star-rating2 a, 
.star-rating2 .current-rating {
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
	cursor:default;
}

.star-rating2 a.one-star{
	width:20%;
	z-index:6;
}
.star-rating2 a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating2 a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating2 a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating2 a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating2 .current-rating{
	z-index:1;
	background-position: left center;
}


/* END SECOND STAR */

/* for an inline rater */
.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}
.voted_twice {
	background:url(../slike/rating_warning.gif) no-repeat 5px 50%;
	padding:5px 5px 5px 16px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	width:130px;
	font-size:11px;
	}
.voted {
	background:url(../slike/rating_tick.gif) no-repeat 5px 50%;
	padding:5px 5px 5px 16px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	width:130px;
	font-size:11px;
	}
/* The text that displays the rating information */
.rated_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:5px;
	color:#666;
	}
/* Green text that shows 3.34/5 */
.out5Class {
	color:#00CC00;
	font-weight:bold;
	}
.percentClass {
	/* Insert styles here for the percentage display. Example (74%) */
	}
.votesClass {
	/* Insert styles here for the votes display. Example (2 Votes) */
	}
.topRatedList {
	padding:0;
	margin:0;
	}
.topRatedList li {
	list-style-type:none;
	}

/* ------------------------RATING-------------------------------- STYLE END*/
a.pngfixa{
	position:relative;
				}
				a.pngfixa span {
				  display: none;
				}

				a.pngfixa:hover {
				  font-size: 100%; /* Fixes bug in IE5.x/Win */
				}
				
				a.pngfixa:hover span {
					width:100px;
				  display:block;
				  position:absolute;
				  top:-3em;
				  left:2em;
				  padding: 0.2em 0.6em;
				  border:1px solid #990000;
				  background-color:#FFFFA6;
				  color:#990000;
				  z-index:9999;
				 }
.crveno{color:#990000;background:url(../slike/transparent_85.png);padding:3px;}
.srebrno{color:#D1D1D1;}
.zuto{color:#FFE137;}
.zeleno{color:#006699;font-weight:normal;}
.clear{
	visibility:hidden;
	width:1px;
	height:1px;
	clear:both;
}
/*  POPAP BOXEVI  -------------------------------------*/
.pp_box_outer{
	position:absolute;
	top:0%;
	left:0%;
	display:none;
	background:url(../slike/pp_outer_bgnd.png);
	width:100%;
	height:300%;
	z-index:99999999;
}
	.pp_box{
		margin:5% auto 0px auto;
		color:#666666;
		width:350px;
		background:#FBF8F7 url(../slike/pop_box_bgnd.png) repeat-x;
		border:1px double #B43F3F;
		
	}
	#youtube_box .pp_box{
		width:700px;
	}
	#igrice_box .pp_box{
		width:650px;
	}
		.pp_header{
			height:24px;
			background:url(../slike/pp_header_bgnd.png) repeat-x;
		}
		.pp_header_title{
			float:left;
			width:90%;
		}
		.pp_header_close{
			float:right;
			width:15px;
			height:15px;
			margin:5px 5px 0px 0px;
		}
		.pp_header_title h2{
			font-size:13px;
			margin:3px 0px 4px 15px;
			color:#ffffff;
		}
		.pp_box h3{
			font-size:12px;
			font-weight:bold;
			margin:1px 0px 1px 0px;
		}
		.pp_tijelo{
			margin:4px 10px 10px 10px;
			width:270px;
			padding-bottom:10px;
			}
			.pp_tijelo ul li{
				margin:3px 0px 3px 0px;
			}
		#postani_clan_forma{
			float:left;
		}
		.pp_rez{
			clear:both;
		}
/* POPAP BOXEVI KRAJ -----------------------------*/
/* INPUT       STYLE     POCETAK*/
		input{
			padding:2px 2px 2px 2px;
			color:#010000;
			background:#FFFFFF;
			border:1px solid #C0C0C0;
			margin:2px;
		}
		input:hover{
			padding:2px 2px 2px 2px;
			color:#666666;
			background:#ffffff;
			border:1px solid #E1E1E1;
		}
		textarea{
			padding:2px 2px 2px 2px;
			color:#666666;
			background:#ffffff;
			border:1px solid #C0C0C0;
			margin:2px;
		}
		textarea:hover{
			padding:2px 2px 2px 2px;
			color:#666666;
			background:#ffffff;
			border:1px solid #E1E1E1;
		}
		select{
			padding:2px 2px 2px 2px;
			color:#666666;
			background:#ffffff;
			border:1px solid #E1E1E1;
			margin:2px;
		}
		select:hover{
			padding:2px 2px 2px 2px;
			color:#666666;
			background:#Ffffff;
			border:1px solid #E1E1E1;
		}
		.gumb{
			background-color:#4E4949;
			color:#ffffff;
			padding:3px 3px 3px 3px;
			margin:4px 0px 9px 0px;
			text-decoration:none;
		}
		.gumb:hover{
			background-color:#332F2F;
			cursor:pointer;
			color:#ffffff;
			padding:3px 3px 3px 3px;
			margin:4px 0px 9px 0px;
		}
		ul.info{
			list-style:none;
			margin:0px 0px 0px -40px;
		}
		ul.info img{
			margin:1px;
			padding:0px;
		}
		ul.info li{
			margin:0px 0px 2px 0px;
			background:#F8F8F8;
			padding:5px;
		}
/* INPUT       STYLE     POCETAK*/
a h2{
	text-decoration:none;
}
a h3{
	text-decoration:none;
}
.img_link:hover{cursor:pointer;}
.lijevo{float:left;}
.desno{float:right;}
#ggl{
	visibility:hidden;
	width:1px;
	height:1px;
}
body a img{
	border:none;
	border-bottom:none;
}
#site_box{
	width:1010px;
	margin:auto;
	background:#F9F9F9;
	padding:0px 5px 0px 5px;
}
#header_box{
	height:60px;
	padding:10px 0px 0px 0px;
}
	#header_box #logo_box{
		float:left;
		width:215px;
	}
	#header_box #banner_box{
		width:468px;
		height:60px;
		float:left;
	}
	#header_box #korisnik_box{
		float:left;
		background:url(../slike/bgnd_nav.jpg);
		margin:0px 0px 0px 20px;
		color:#FFFFFF;
		
	}
	#livestream{
		margin:15px 0px 0px 830px;
		position:absolute;
	}
	
		a#login_open{
			background:url(../slike/bgnd_nav.jpg);
			width:140px;
			height:25px;
			color:#FFFFFF;
			display:block;
			text-align:center;
			text-decoration:none;
			font-size:12px;
			line-height:2em;
			margin:-5px 0px 0px 0px;
			border:none;
			position:absolute;
			z-index:99999;
		}
		a#login_open:hover{
			color:#CCCCCC;
			border:none;
		}
		#login_box_outer{
			color:#F7F7F7;
			position:absolute;
			margin:-12px 0px 0px 0px;
		}
		#login_sadrzaj_box{
			background:url(../slike/bgnd_nav.jpg);
			padding:19px 5px 5px 5px;
			width:155px;
			margin:20px 0px 5px 2px;
			display:none;
			position:absolute;
			color:#FFFFFF;
			z-index:99999;
		}
		#log_box_lijevo ul{
			list-style:none;
			width:130px;
			padding-left:2px;
			margin:5px 0px 0px 0px;
		}
		#log_box_lijevo ul a{
			color:#FFFFFF;
			padding:5px;
			display:block;
			text-decoration:none;
			border:none;
		}
		#log_box_lijevo ul a:hover{
			background:#FFFFFF;
			color:#999999;
			border:none;
		}

#meni_box{
	clear:both;
	background:url(../slike/bgnd_meni.png) no-repeat;
	width:980px;
	height:45px;
	padding:0px 10px 0px 10px;
	vertical-align:middle;
}
	#meni_box ul{
		list-style:none;
		padding-left:0px;
		vertical-align:middle;
	}
	#meni_box ul li {
		float:left;
		margin:2px 1px 0px 0px;
		vertical-align:middle;
	}
	#meni_box ul li a{
		color:#F3F5E6;
		height:19px;
		font-size:19px;
		vertical-align:middle;
		padding:8px 9px 10px 10px;
		display:block;
		text-decoration:none;
		text-align:center;
	}
	#meni_box ul li a:hover{
		background:url(../slike/bgnd_a_srednje.gif);
		color:#E13D05;
	}
	#col1{
		width:200px;
		float:left;
	}
		#col1 ul{
			background:url(../slike/bgnd_nav.jpg);
			padding:5px;
			list-style:none;
		}
		#col1 ul li{
		}
		#col1 ul li a{
			padding:4px 5px 4px 5px;
			border-bottom:1px solid #F3F5E6;
			display:block;
			color:#F3F5E6;
			text-decoration:none;
		}
		#col1 ul li a:hover{
			background:#F3F5E6;
			display:block;
			color:#E13D05;
		}
		#top_ljestvica_box{
			display:none;
		}
		a#top_ljestvica_link{
			width:195px;
			height:25px;
			border:3px #999999 solid;
			text-align:center;
			padding:8px 0px 0px 0px;
			display:block;
			background:#EFEFEF;
			color:#333333;
			margin:3px 0px 0px 0px;
		}
		
		a#top_ljestvica_link:hover{
		
			border:3px #999999 solid;
			text-align:center;
			display:block;
		}
		#tabovi_top_lista{
			margin:0px 0px -15px 0px;
		}
		#col1 #tabovi_top_lista li{
			float:left;
		}
		#col1  #tabovi_top_lista li a{
			color:#999999;
			text-decoration:none;
			font-size:10px;
			padding:0px 1px 0px 2px;
			height:20px;
			display:block;
			text-align:center;
			line-height:1.7em;
			background:#F9F9F9;
		}
		#col1  #top_lista_tijelo ul{
		}
		#col1  #top_lista_tijelo ul li{
			padding:5px;;
			display:block;
			vertical-align:middle;
			color:#F3F5E6;
		}
		#col1 #top_lista_tijelo ul li.odd{
			background:#F3F5E6;
			color:#E13D05;
		}
		body #radno_box h3{
			clear:both;
			font-size:10px;
			color:#999999;
			font-weight:normal;
			margin:7px 0px 2px 0px;
			text-align:right;
			line-height:1.2em;
			background:url(../slike/bgnd_h3.jpg);
			padding:1.5px;
		}
		#radno_box h2{
			color:#666666;
			margin:2px;
			font-size:15px;
		}
		#radno_box h4{
			margin:0px 0px 0px 0px;
		}
		#radno_box h5{
			margin:1px;
		}
		#radno_box{
			font-size:12px;
			color:#999999;
		}
	#col_radno{
		float:left;
		margin-left:7px;
		width:790px;
		font-size:12px;
		line-height:1.5em;
	}
		#col_radno a{
			color:#E13D05;
			text-decoration:none;
		}
		#col_radno a:hover{
			color:#E13D05;
			text-decoration:none;
		}
		#col2{
			width:460px;
			float:left;	
		}
			.vijest_opsirno_box img{
					padding:5px;
					margin:10px;
				}
				.vijest_opsirno_box .vijest{
					width:490px;
					float:left;
					border-right:1px dashed #CCCCCC;
					padding-right:10px;
				}
				.vijest_opsirno_box .komentari{
					width:260px;
					float:right;
				}
				.vijesti_naslovna_box{
						width:220px;
						margin:5px 10px 0px 0px;
						float:left;
					}
						.vijesti_naslovna_box h4{
							margin:1px;
							color:#999999;
							line-height:1.5em;
							font-weight:normal;
							font-size:10px;
						}
						.vijesti_naslovna_box .slika_box{
							width:220px;
							height:115px;
							overflow:hidden;
							border:1px solid #CCCCCC;
						}
						body .vijesti_naslovna_box .slika_box a img{
							margin:0px;
							padding:0px;
						}
						body .vijesti_naslovna_box .vijesti_popis .slika_box_popis{
							width:40px;
							height:20px;
							overflow:hidden;
							margin:1px 2px 1px;
							padding:0px;
						}
						.vijesti_naslovna_box .djelomicni_prikaz{
							height:108px;
							overflow:hidden;
							line-height:1.5em;
							margin:5px 0px 4px 0px;
							text-align:left;
						}
						.vijesti_naslovna_box .djelomicni_prikaz.rko{
							height:113px;
							overflow:hidden;
							line-height:1.5em;
							margin:5px 0px 4px 0px;
							text-align:left;
						}
						.vijesti_naslovna_box.zabava .djelomicni_prikaz{
							height:94px;
							overflow:hidden;
							line-height:1.5em;
							margin:5px 0px 4px 0px;
							text-align:left;
						}
						
							.vijesti_naslovna_box .djelomicni_prikaz_blogovi{
								height:auto;
							}
						.vijesti_naslovna_box ul{
							width:215px;
							margin:5px 0px 0px -30px;
						}
						.vijesti_naslovna_box ul a{
							color:#666666;
							background:url(../slike/transparent_21.png);
							border:1px solid #E6E6E6;
							text-decoration:none;
							padding:1px;
							margin:0px 0px 1px 0px;
							display:block;
							border-bottom:none;
							
						}
						.vijesti_naslovna_box ul li a:hover{
							background:#E2E2E2;
							color:#333333;
							border-bottom:none;
						}
				.vijesti_stavka_box{
						width:200px;
						margin:5px 10px 0px 0px;
						float:left;
					}
						.vijesti_stavka_box h4{
							margin:1px;
							color:#999999;
							line-height:1.5em;
							font-weight:normal;
							font-size:10px;
						}
						.vijesti_stavka_box .slika_box{
							width:180px;
							height:115px;
							overflow:hidden;
							border:1px solid #CCCCCC;
						}
						.vijesti_stavka_box .slika_box img{
							margin:0px;
							padding:0px;
							width:180px;
						}
						.vijesti_stavka_box .djelomicni_prikaz{
							height:102px;
							overflow:hidden;
							line-height:1.5em;
							margin:5px 0px 4px 0px;
							text-align:left;
						}
						.vijesti_stavka_box ul{
							list-style:circle;
							margin:5px 0px 0px -25px;
						}
						.vijesti_stavka_box ul li a{
							color:#666666;
							text-decoration:none;
							padding:2px;
							margin:0px 0px 2px;
							display:block;
							border-bottom:none;
							
						}
						.djelomicni_prikaz img{
							margin:3px;
							width:80px;
							float:left;
						}
						.vijesti_stavka_box ul li a:hover{
							background:#E2E2E2;
							color:#333333;
						}
						#col2 ul{
							list-style:none;
							margin:4px 0px 0px -30px;
						}
						#col2 ul li{
							margin:0px 1px 0px;
						}
						#col2 ul li a{
							padding:6px 6px 6px 9px;
							background:url(../slike/transparent_87.png);
							border-top:1px solid #E9E9E9;
							color:#333333;
							display:block;
							text-decoration:none;
							border-bottom:none;
						}
						#col2 ul li a:hover{
							text-decoration:none;
							background:#EFEFEF url(../slike/li_hover.gif) no-repeat left;
						}
						#col2 img{
							margin:0px 5px 5px 0px;
						}
		#col3{
			width:305px;
			float:right;
			background:#F3F5E6;
			padding:11px 8px 8px 8px;
			margin:5px 0px 0px 5px;
			border:1px solid #cccccc;
		}
			.najnovije_col3_box{
					margin:3px 0px 5px 0px;
				}
				.najnovije_col3_box h4{
					font-size:10px;
					font-weight:normal;
					color:#B6B6B6;
				}
				.najnovije_col3_box .slika_box{
					width:305px;
					height:75px;
					overflow:hidden;
					border:1px solid #E0E0E0;
				}
				.najnovije_col3_box .djelomicni_prikaz{
					margin:5px 0px 5px 0px;
					height:100px;
					overflow:hidden;
					text-align:left;
				}
					.najnovije_col3_box .slika_box img{
						margin:-80px 0px 0px 0px;
						padding:0px;
						width:305px;
					}
			.livestream{
					margin:0px 0px 15px 10px;
				}
				#livestream_box{
					width:300px;
					padding:9px;
					background-color:#DA4411;
					border:#999999 2px solid;
					color:#FFFFFF;
					display:none;
					position:absolute;
					z-index:9999999;
					-moz-border-radius: 1em/1em;
					margin:80px 0px 0px 670px;
				}
				#livestream_box a{
					color:#FFFFFF;
					font-weight:bold;
					text-decoration:none;
				}
				#livestream_box a:hover{
					text-decoration:underline;
				}
				.edit_stavka_box{
					display:none;
					background:#FFFFFF;
					border:1px solid #999999;
					padding:8px;
					position:absolute;
					z-index:40;
					margin:20px 0px 0px 0px;
				}
				body .slika_box{
					padding:0px;
					margin:0px;
				}
				.mm_stavka_box{
					color:#666666;
					width:430px;
					margin:0px 2px 2px 0px;
					clear:both;
					height:120px;
					overflow:hidden;
				}
					.mm_stavka_box .slika_box{
						width:120px;
						height:120px;
						overflow:hidden;
						float:left;
						margin:0px 5px 0px 0px;
					}
					.mm_stavka_box h2{
						margin:1px 0px 1px 0px;
					}
					.mm_stavka_box .djelomicni_prikaz{
						overflow:hidden;
						float:right;
						width:276px;
						margin:0x 0px 0px 0px;
					}
				
				#col3 .naslovna_mm_box{
					float:left;
					width:95px;
					margin:0px 0px 2px 0px;
					overflow:hidden;
					margin:0px 3px 3px 0px;
					vertical-align:middle;
					font-size:12px;
					color:#666666;
				}
				#col3 .naslovna_mm_box .slika_box{
					width:90px;
					height:50px;
					overflow:hidden;
					margin-right:4px;
				}
					#col3 .naslovna_mm_box h4{
						vertical-align:middle;
						font-size:13px;
						margin:1px;
						line-height:1.2em;
						font-weight:normal;
						color:#666666;
					}
				#col3 .tab_container .naslovna_mm_box{
					clear:both;
					width:100%;
					margin:0px 0px 2px 0px;
					border-bottom:1px solid #CCCCCC;
					overflow:hidden;
					margin:0px 3px 3px 0px;
					vertical-align:middle;
					font-size:12px;
				}
				#col3 .tab_container .naslovna_mm_box h2{
					color:#666666;
				}
				#col3 .tab_container .naslovna_mm_box .slika_box{
					width:70px;
					height:50px;
					overflow:hidden;
					float:left;
					margin-right:4px;
				}
					#col3 .tab_container .naslovna_mm_box h4{
						vertical-align:middle;
						font-size:13px;
						color:#666666;
						margin:1px;
						line-height:1.2em;
					}
				.mm_big {
					font-size:12px;
					color:#666666;
				}
					#col3 .mm_big h2{
						color:#666666;
					}
				.mm_big .slika_box{
					width:150px;
					height:90px;
					overflow:hidden;
					margin-right:4px;
					float:left;
				}
				.pager_box a{
					color:#2982C9;
					font-size:13px;
				}
				.korisnicki_meni {
					margin:0px 0px 0px -35px;
				}
				.korisnicki_meni ul{
					margin:0px 0px 0px -20px;
				}
				.korisnicki_meni li{
					list-style:none;
				}
					body .korisnicki_meni li a{
						padding:3px 8px 5px 8px;
						color:#990000;
						text-decoration:none;
						background:#F4F4F4;
						border-top:1px solid #CCCCCC;
						color:#666666;
						display:block;
						border-bottom:none;
					}
					.korisnicki_meni li a:hover{
						background-color:#FFFFFF;
						border-bottom:none;
					}
				#administracija_meni{
					display:none;
				}
				.meni_col {
					margin:0px 0px 0px -35px;
				}
				.meni_col  li{
					list-style:none;
				}
					
					.meni_col li a{
						padding:3px 8px 5px 8px;
						color:#990000;
						text-decoration:none;
						background:#F6F6F6;
						border-top:1px solid #FFFFFF;
						color:#666666;
						display:block;
						
					}
					.meni_col  li a:hover{
						background-color:#FFFFFF;
					}
					
				.emisije_box{
					display:none;
				}
				.emisije_box ul{
					list-style:none;
					padding-left:2px;
				}
				body #col_radno #col2 .rmb_box img{
					border:2px solid #CCCCCC;
				}
				.team_sadrzaj{
					display:none;
				}
				.team_img:hover{
					cursor:pointer;
				}
				.source {
					display: block;
					font-weight: bold;
					
				}
				.jquote {
					float: left;
					font-style: italic;
					font-size: 30px;
					font-family: Georgia;
					background-image: url(speechmark_big.gif);
					background-repeat: no-repeat;
					padding: 0 0 0 55px;   
					
				}
				a.lightbox img:hover{
					cursor:url(../slike/zoom-in.cur);
				}
				table {
					font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
					border-collapse: collapse;
					width: 320px;
					background:#FFFFFF;
					}
				
				th {
					padding: 0 0.5em;
					text-align: left;
					}
				
				tr.yellow td {
					border-top: 1px solid #FB7A31;
					border-bottom: 1px solid #FB7A31;
					background: #FFC;
					}
				
				td {
					border-bottom: 1px solid #CCC;
					padding: 0 0.5em;
					}
				
				td:first-child {
					width: 190px;
					}
				
				td+td {
					border-left: 1px solid #CCC;
					text-align: center;
					}
				.table_odd{
					background:#DAEDF8;
				}
				#top_ljestvica_box{
					display:none;
				}
				a#top_ljestvica_link{
					width:195px;
					height:25px;
					border:3px #999999 solid;
					text-align:center;
					padding:8px 0px 0px 0px;
					display:block;
					background:#EFEFEF;
					color:#333333;
					margin:3px 0px 0px 0px;
				}
				
				a#top_ljestvica_link:hover{
				
					border:3px #999999 solid;
					text-align:center;
					display:block;
				}
				#najava a{
					color:#FFFFFF;
					text-decoration:none;
					font-variant:normal;
				}
				#najava a:hover{
					color:#FFFFFF;
					text-decoration:underline;
					font-variant:normal;
				}
				.ikona{
					width:40px;
					height:20px;
					overflow:hidden;
					float:left;
					margin-right:2px;
					padding:0px;
				}
				.ikona img{
					padding:0px;
				}
		#footer_box{
			padding-top:60px;
			background:url(../slike/bgnd_body.gif) center no-repeat;
			width:1000px;
			height:390px;
			color:#999999;
		}
			#footer_box ul{
				list-style:none;
				margin:5px 0px 0px 0px;
			}
			#footer_box ul li{
				margin:0px 0px 2px 0px;
			}
			#footer_box ul li a{
				padding:5px 8px 5px 8px;
				display:block;
				background:url(../slike/bgnd_nav.jpg);
				color:#FFFFFF;
				text-decoration:none;
			}
			#footer_box ul li a:hover{
				color:#E13D05;
				background:none;
			}
			#fcol1{
				width:230px;
				float:left;
				background:url(../slike/transparent_54.png);
				padding:8px;
			}
			#fcol2{
				width:230px;
				float:left;
				margin:0px 5px 0px 5px;
				background:url(../slike/transparent_54.png);
				padding:8px;
			}
			#fcol3{
				width:250px;
				float:left;
				background:url(../slike/transparent_54.png);
				padding:8px;
			}
			#fcol4{
				width:190px;
				float:left;
				margin:0px 0px 0px 5px;
				background:url(../slike/transparent_54.png);
				padding:8px;
			}
		#footer_box h2{
			margin:1px;
		}
		#footer_box h3{
			margin:1px;
		}
		#footer_box h4{
			margin:1px;
		}
		.fcol{
			min-height:300px;
			border:2px solid #DADADA;
		}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
}

ul.tabs li a {
	text-decoration: none;
	color:#ffffff;
	display: block;
	font-size: 12px;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}

ul.tabs li a:hover {
	background: #EAEAEA;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background:url(../slike/bgnd_nav.jpg);
	color:#FFFFFF; /*--Makes the active tab look like it's connected with its content--*/
}
html #col3 ul.tabs li.active,html body .vijest_opsirno_box  ul.tabs li.active{ /*--Makes sure that the active tab does not listen to the hover properties--*/
	background:url(../slike/bgnd_nav.jpg);
	border-bottom: 1px hidden #E13D05;
	color:#FFFFFF; /*--Makes the active tab look like it's connected with its content--*/
}
html #col3 ul.tabs li.active a,html body #col_radno .vijest_opsirno_box ul.tabs li.active a{
	color:#FFFFFF;
}
#col3 .tab_container, body #col_radno .vijest_opsirno_box .tab_container {
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
}
#col3 .tab_content , body #col_radno .vijest_opsirno_box  .tab_content {
	padding: 5px;
	font-size: 1.2em;
}
#col3 .tab_content ul, body  #col_radno .vijest_opsirno_box .tab_content ul{
	list-style:none;
	padding-left:2px;
	margin-left:5px;
	color:#666666;
}
#col3 .tab_content ul a, body #col_radno .vijest_opsirno_box .tab_content ul a{
	padding:2px;
	display:block;
	text-decoration:none;
	color:#666666;
	margin:0px 0px 3px 0px;
	border-bottom:1px solid #E4E4E4;
}
#col3 .tab_content ul a:hover, body #col_radno .vijest_opsirno_box .tab_content ul a:hover{
	padding:2px;
	display:block;
	text-decoration:none;
	color:#E13D05;
	background:#F9F9F9;
}
.tab_content ul small{
	color:#999999;
	text-decoration:none;
	font-size:11px;
}

/* ******************************/
ul.tabs2 {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	width: 100%;
}

ul.tabs2 li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
}

ul.tabs2 li a {
	text-decoration: none;
	color:#ffffff;
	display: block;
	font-size: 12px;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}

ul.tabs2 li a:hover {
	background: #EAEAEA;
}
html ul.tabs2 li.active, html ul.tabs2 li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background:url(../slike/bgnd_nav.jpg);
	color:#FFFFFF; /*--Makes the active tab look like it's connected with its content--*/
}
html #col3 ul.tabs2 li.active,html body .vijest_opsirno_box  ul.tabs2 li.active{ /*--Makes sure that the active tab does not listen to the hover properties--*/
	background:url(../slike/bgnd_nav.jpg);
	border-bottom: 1px hidden #E13D05;
	color:#FFFFFF; /*--Makes the active tab look like it's connected with its content--*/
}
html #col3 ul.tabs2 li.active a,html body #col_radno .vijest_opsirno_box ul.tabs2 li.active a{
	color:#FFFFFF;
}
#col3 .tab_container, body #col_radno .vijest_opsirno_box .tab_container {
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
}
#col3 .tab_content2 , body #col_radno .vijest_opsirno_box  .tab_content2 {
	padding: 5px;
	font-size: 1.2em;
}
#col3 .tab_content2 ul, body  #col_radno .vijest_opsirno_box .tab_content2 ul{
	list-style:none;
	padding-left:2px;
	margin-left:5px;
	color:#666666;
}
#col3 .tab_content2 ul a, body #col_radno .vijest_opsirno_box .tab_content2 ul a{
	padding:2px;
	display:block;
	text-decoration:none;
	color:#666666;
	margin:0px 0px 3px 0px;
	border-bottom:1px solid #E4E4E4;
}
#col3 .tab_content2 ul a:hover, body #col_radno .vijest_opsirno_box .tab_content2 ul a:hover{
	padding:2px;
	display:block;
	text-decoration:none;
	color:#E13D05;
	background:#F9F9F9;
}
.tab_content2 ul small{
	color:#999999;
	text-decoration:none;
	font-size:11px;
}

.dropdown_box{
			padding:5px;
			position:absolute;
			margin:0px;
			display:none;
			z-index:999999;
			background:url(../slike/bgnd_nav.png);
			border:1px solid #CCCCCC;
			z-index:2147483647;
		}
			.dropdown_box ul{
				
			}
			.dropdown_box ul li{
				clear:both;
			}
			body #meni_box .dropdown_box ul li a{
				height:17px;
				border-bottom:1px solid #F5F5F5;
				display:block;
				padding:5px 15px 0px 10px;
				font-size:13px;
				text-align:left;
				min-width:100px;
			}
			body #meni_box .dropdown_box ul li a:hover{
				background:#FFFFFF;
			}
			body #meni_box .dropdown_box ul li a.active{
				color:#FFFFFF;
			}
		#banner_bottom{
			clear:both;
			background:#F3F5E6;
			padding:5px;
			margin:10px 0px 5px 5px;
			border:1px solid #cccccc;
		}
		#banner_bottom .banner{
			margin:0px 5px 0px 0px;
			border:2px solid #CCCCCC;
			background:#F7F7F7;
		}
		.editor_box{
			display:none;
		}
		.kategorija_box.hidden{
			display:none;
		}
		#col_radno a h2{
			text-decoration:none;
		}
		#col_radno a h3{
			text-decoration:none;
		}
		#col_radno object{
			margin:10px;
		}
