
	.menu_kat_opt_sel {
		font-size: 1.2em;
		font-weight: bold;
		color: #069;
	}

	.menu_kat_opt {
		font-size:0.95em;
		position:absolute;
		left:-10px;
		margin-top:30px;
		width:250px;
		opacity:0.95;
	}

	.balloon_tail {
		left:-15px;
	}

	#tijelo_naslov .fire_list{
		font-size: 1em;
	}

	.vijest {
		width: 100%;
		float: left;
		margin-bottom: 24px;
		padding-bottom: 24px;
		border-bottom: dotted 1px #e2e2e2;
	}
	
	.vijestTijelo {
		/*float:left;
		width: 100%;*/
		/*overflow: hidden;*/
	}

	.vijestNaslov {
		width: 100%;
		font-size:1em;
        font-weight: 600;
        line-height: 1.6em;
		color:#069;
		float:left;
		margin-bottom:5px;
		padding: 1px 3px;
	}

	.vijestTekst {
		float:left;
		padding: 10px 4px 3px 4px;
		margin-bottom:5px;		
		/*overflow:hidden;*/
    }
    
    .vijestTekst,
    .vijestTekst * {
       /* line-height: 1.7em; */
    }

    .vijestTekst {
        width: 100%;
    }

	.vijestTekst P:first-of-type {
		margin: 0px;
	}

    .vijestTekst UL {

		display: inline-block;

	}

	.vijestSlika {
		float:left;
		margin: 3px 10px 5px 0px;
	}

	.clanakSlika {
		float:right;
		margin: 3px 0px 5px 10px;
	}

	.vijestFooter {
		clear: both;
	}

	.vijestPrivitak {
		float: left;
		padding: 0px 3px;
		min-height:25px;
		margin: 10px 0px 10px 3px;
		border-left: solid 1px #ccc;
	}

	.vijestPrivitak:hover{
		cursor: pointer;
	}

	.vijestPrivitak ul {
		font-size: 0.95em;
		list-style-type: none;
		margin: 5px 3px 5px 20px;
		line-height:15px;
	}

	.linkKat{
		float:left;
		/*font-size:0.9em;
		padding: 3px 5px;*/
	}

	.linkKat img {
		vertical-align: middle;
		margin: 0em 0.2em 0.2em 0em;
	}

	.linkKat span a {
		color: #000;
	}

	.linkKat span a:hover {
		color: #888;
	}

	.slikaAutor {
		position:relative;
		float:right;
		width:32px;
		height:32px;
		font-size:1.55em;
        line-height: 1.22;
		color:#fff;
		text-align:center;
		border-radius: 20px;
		border:solid 1px #ccc;
		background-color: #69c;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 32px 32px;
		opacity: 0.8;
		transition: opacity 0.5s ease-in-out;
	}

	.slikaAutorlink:hover {
		cursor: pointer;
		opacity: 1;
		transition: opacity 0.5s ease-in-out;
	}

	.linkAutor, .linkDatum{
		float:right;
		text-align:right;
	}

	.linkDatum {
		clear: both;
	}

	.linkKat:hover, .linkAutor:hover, .linkDatum:hover{
		color:#888;
		cursor:pointer;
	}

	.vijestDodaci{

		float: left;
		width: 20px;
		height: 50px;
		padding-left: 10px;
		margin-bottom: 2px;
		text-align: left;
		font-size: 1.4em;

	}

	.vijestDodaci:hover {

		cursor: pointer;
		color: #ccc;
		/*border-bottom: solid 1px #ccc;
		background:-webkit-linear-gradient(bottom, #f2f2f2, #fff);
		background: -moz-linear-gradient(bottom, #f2f2f2, #fff);*/

	}

	.vijestOpsirnije {
		float: left;
		width: 50%;
		padding: 0px;
		text-align: center;
		margin: auto auto;
		border-top: solid 1px #f2f2f2;
		display: none;
	}

	.vijestOpsirnije:hover{
		cursor: pointer;
	}

	.fileList li {
        margin-bottom: 5px;
        line-height: 1;
	}

	/* stilovi za prikaz broja stranica u arhivi vijesti */

	.stranica{
		position:relative;
		float:left;
		background:#f2f2f2;
		color:#069;
		font-weight:bold;
		border:#ccc;
		border-radius:20px;
		margin: 3px 5px;
		text-align:center;
		line-height:34px;
		width:34px;
		height:34px;
	}

	.stranica_link:hover{
		box-shadow: 0px 0px 5px 2px #ccc;
		cursor:pointer;
	}

	.stranica_active{
		margin:0px 5px;
		background:#069;
		color:#fff;
		line-height:40px;
		width:40px;
		height:40px;
	}