
	.menu
	{
		width    : 100%;
		height   : 83px;
		padding  : 0px;
		margin   : 0px;
		position : relative;
	}
	
	.menu_gore
	{
		position          : relative;
		width             : 825px;
		height            : 83px;
		line-height       : 38px;
		display           : block;
		background-image  : url('/menu/g_b.gif');
		background-repeat : repeat-x;
		padding-left      : 50px;
		padding-right     : 50px;
	}
	
	.menu_gore_lijevo
	{
		position          : absolute;
		left              : 0px;
		top               : 0px;
		background-image  : url('/menu/g_li.gif');
		background-repeat : no-repeat;
		width             : 15px;
		height            : 40px;
		display           : block;
	}
	
	.menu_gore_desno
	{
		position          : absolute;
		right             : 0px;
		top               : 0px;
		background-image  : url('/menu/g_d.gif');
		background-repeat : no-repeat;
		width             : 15px;
		height            : 40px;
		display           : block;
	}	
	
	.menu_dolje_lijevo
	{
		position          : absolute;
		left              : 0px;
		top               : 0px;
		background-image  : url('/menu/d_li.gif');
		background-repeat : no-repeat;
		width             : 9px;
		height            : 43px;
		display           : block;
	}
	
	.menu_dolje_desno
	{
		position          : absolute;
		right             : 0px;
		top               : 0px;
		background-image  : url('/menu/d_de.gif');
		background-repeat : no-repeat;
		width             : 9px;
		height            : 43px;
		display           : block;
	}	
	
	.menu_item_gore_container
	{
		float             : left;
		height            : 40px;
		width             : auto;
		background-repeat : repeat-x;
		position          : relative;
		
	}
	
	.menu_gore_okvir_lijevo
	{
		position          : absolute;
		left              : 0px;
		top               : 0px;
		width             : 10px;
		height            : 40px;
		display           : block;
	}
	
	.menu_gore_okvir_desno
	{
		position : absolute;
				right             : 0px;
				top      : 0px;
		width    : 10px;
		height   : 40px;
		display  : block;
	}
	
	.menu_separator
	{
		/*background-image  : url('/menu/g_sep.gif');*/
		background-repeat : no-repeat;
		width             : 19px;
		height            : 40px;
		display           : block;
		float             : left;
	}

	.menu_item_dolje_container
	{
		float             : left;
		height            : 43px;
		width             : auto;
		background-repeat : repeat-x;
		position          : relative;
		padding-left      : 10px;
		padding-right     : 10px;
		margin-left:5px;margin-right:5px;display:block;
		
				line-height:35px;
			}
	
	.menu_dolje_okvir_lijevo
	{
		position : absolute;
		left     : 0px;
		top      : 0px;
		width    : 10px;
		height   : 43px;
		display  : block;
	}
	
	.menu_dolje_okvir_desno
	{
		position : absolute;
		right:-1px;
		top      : 0px;
		width    : 10px;
		height   : 43px;
		display  : block;
	}
	
	a.menu_link_gore:link 
  { 
		color           : #727272;
	  font-size       : 14px; 
		font-weight     : bold;
		text-decoration : none;
		margin-left     : 10px;
		margin-right    : 10px;
		font-family:"Trebuchet MS", Tahoma, Arial;
	}
	
	a.menu_link_gore:visited 
	{ 
		color           : #727272;
	  font-size       : 14px;
		font-weight     : bold;
		text-decoration : none;
		margin-left     : 10px;
		margin-right    : 10px;
				font-family:"Trebuchet MS", Tahoma, Arial;
	}
	
	a.menu_link_gore:hover 
	{ 
		color           : #fff;
		font-size       : 14px;
		font-weight     : bold;
		text-decoration : none;
		margin-left     : 10px;
		margin-right    : 10px;
		float:left;
		font-family:"Trebuchet MS", Tahoma, Arial;
	}
	
	a.menu_link_gore:active 
	{ 
		color           : #727272;
		font-size       : 14px;
		font-weight     : bold;
	  text-decoration : none;
		margin-left     : 10px;
		margin-right    : 10px;		font-family:"Trebuchet MS", Tahoma, Arial;
	}
	/*------*/
	
	a.menu_link_dolje:link 
  { 
		color           : #fff;
	  font-size       : 14px; 
		font-weight     : bold;
		text-decoration : none;		font-family:"Trebuchet MS", Tahoma, Arial;
	}
	
	a.menu_link_dolje:visited 
	{ 
		color           : #fff;
	  font-size       : 14px;
		font-weight     : bold;
		text-decoration : none;		font-family:"Trebuchet MS", Tahoma, Arial;

	}
	
	a.menu_link_dolje:hover 
	{ 
		color           : #E60000;
			  font-size       : 14px;
				float:left;
		font-weight     : bold;
		text-decoration : none;		font-family:"Trebuchet MS", Tahoma, Arial;
	}
	
	a.menu_link_dolje:active 
	{ 
		color           : #E60000;
		font-size       : 14px;
		font-weight     : bold;
		
	  text-decoration : none;		font-family:"Trebuchet MS", Tahoma, Arial;
	}	
	
	.submenu
	{
		position          : absolute;
		
		bottom            : -43px;
		height            : 43px;
		line-height       : 37px;
		clear:both;
		display           : none;
		
		background-image  : url('/menu/d_b.gif');
		background-repeat : repeat-x;
	}

	.sep_left
	{
		display:block;
		background-image  : url('/menu/sep_right.gif');
		background-repeat : no-repeat;
		position:absolute;
		width:10px;height:40px;
		bottom:0px;left:-10px;
	}
	
	.sep_right
	{
		position:absolute;
		display:block;
		background-image  : url('/menu/sep_left.gif');
		background-repeat : no-repeat;
		width:9px;height:40px;
		bottom:0px;right:-9px;
	}
body 
{
	font-family			: Arial, Helvetica, sans-serif; 
	/*background-image	: url(/gfx/background.jpg);*/
	background-repeat	: repeat-x;
	font-size			: 11px;
	background-color	: #E1E1E1;
	/*background-color:#9B9B9B;*/
	background-image	: url(/assets/frontend/themes/portalit/gfx/background.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	margin				: 0px;
	padding				: 0px;
	min-width			: 955px;
	color				: #000000;
	
}


h5 {
	margin				: 0px;
	padding				: 0px;
}

	.search_block
		{
			margin-left    : 16px;
			margin-top     : 10px;
			margin-bottom  : 10px;
			font-size:12px;
			font-weight:bold;
			width:500px;
		}

				.search_block_description{
					font-size:12px;
					font-weight:normal;
					clear:both;
				}

#header h5{
	/*background		: transparent url(/assets/frontend/themes/portalit/gfx/lopta.png) no-repeat scroll left top !important;*/
	cursor				: move;
	height				: 141px;
	position			: absolute;
	left				: 14px;
	top					: -134px;
	width				: 141px;
	z-index				: 900;
}

body, h1 {
	margin				: 0;
	padding				: 0;
}

.nema sadrzaja
{
	height				: 335px;
	width				: 100%;
	text-align			: center;
	line-height			: 335px;
	font-size			: 16px;
	font-weight			: bold;
	color				: #CCCCCC;
}

a.search_cloud:link 
{
	font-family			: Trebuchet MS, Arial, Helvetica, sans-serif;
	color				: #E50000;
	padding-left		: 2px;
	padding-right		: 2px;
	padding-top			: 1px;
	font-weight			: bold;
	text-decoration		: none;
}

a.search_cloud:visited 
{ 
	font-family			: Trebuchet MS, Arial, Helvetica, sans-serif;
	color				: #E50000;
	padding-left		: 2px;
	padding-right		: 2px;
	padding-top			: 1px;
	font-weight			: bold;
	text-decoration		: none;
}

a.search_cloud:hover  
{
	font-family			: Trebuchet MS, Arial, Helvetica, sans-serif;  
	color           	: #FFFFFF;
	background-color	: #E50000;
	padding-left		: 2px;
	padding-right		: 2px;
	padding-top			: 1px;
	font-weight     	: bold;
	text-decoration 	: none;
}
	
a.search_cloud:active 
{
	font-family			: Trebuchet MS, Arial, Helvetica, sans-serif;  
	color           	: #FFFFFF;
	background-color	: #E50000;
	padding-left		: 2px;
	padding-right		: 2px;
	padding-top			: 1px;
	font-weight     	: bold;
	text-decoration 	: none;
}

.povratak_block 
{
	float				: left;
	margin-left			: 16px;
	clear				: both;
	display				: block;
	width				: 250px;
	margin-top			: 10px;
	font-weight			: bold;
}

a.povratak_link:link 
{ 
	font-family			: Trebuchet MS, Arial, Helvetica, sans-serif;
	color     		  	: #E50000;
	font-size 		  	: 13px; 
	padding-left	  	: 2px;
	padding-right	  	: 2px;
	font-weight		  	: bold;
	text-decoration		: underline;
}
a.povratak_link:visited 
{ 
	font-family			: Trebuchet MS, Arial, Helvetica, sans-serif;
	color     		  	: #E50000;
	font-size 		  	: 13px; 
	padding-left	  	: 2px;
	padding-right	  	: 2px;
	font-weight		  	: bold;
	text-decoration		: underline;
}
a.povratak_link:hover 
{ 
	font-family			: Trebuchet MS, Arial, Helvetica, sans-serif;
	color     		  	: #FFFFFF;
	font-size 		  	: 13px; 
	padding-left	  	: 2px;
	padding-right	  	: 2px;
	font-weight		  	: bold;
	text-decoration		: none;
	background-color	: #E50000;
}	
a.povratak_link:active 
{ 
	font-family			: Trebuchet MS, Arial, Helvetica, sans-serif;
	color     		  	: #FFFFFF;
	font-size 		  	: 13px; 
	padding-left	  	: 2px;
	padding-right	  	: 2px;
	font-weight		  	: bold;
	text-decoration		: none;
	background-color	: #E50000;
}

.category_name_block 
{
	background-color	: #FFFFFF;
	padding-left		: 5px;
	margin-top			: 13px;
	display				: block;
	font-size			: 16px;
	color				: #BB130C;	
	clear				: both;
	margin-left			: 20px;
	margin-right		: 20px;
	border-bottom		: solid 3px #EBEBEB;
	font-family			: Trebuchet MS, Arial, Helvetica, sans-serif;
}

a img 
{
	border 				: none;
}	

.clear 
{ 
  	clear 				: both;
}

a:link 
{ 
	color				: #E50000;
	text-decoration 	: underline;
}
a:visited 
{ 
	color				: #E50000;
	text-decoration 	: underline;
}
a:hover 
{ 
	color				: #A9A9A9;
	text-decoration 	: none;
}
a:active 
{ 
	color				: #A9A9A9;
	text-decoration 	: none;
}

a.portalit_link:link
{ 
	color			: #E50000;
	text-decoration : underline;
}

a.portalit_link:visited
{ 
	color			: #E50000;
	text-decoration : underline;
}

a.portalit_link:hover
{ 
	color			: #FFFFFF;
	text-decoration : none;
	background-color: #E50000;
	
}	

a.portalit_link:active
{ 
	color			: #FFFFFF;
	text-decoration : none;
	background-color: #E50000;
}

a.dolje_izbornik_parent:link
{ 
	color			: #000000;
	text-decoration : none;
	font-weight		: bold;
}

a.dolje_izbornik_parent:visited
{ 
	color			: #000000;
	text-decoration : none;
	font-weight		: bold;
}

a.dolje_izbornik_parent:hover
{ 
	color			: #FFFFFF;
	text-decoration : none;
	font-weight		: bold;
	background-color: #000000;
	
}	

a.dolje_izbornik_parent:active
{ 
	color			: #FFFFFF;
	text-decoration : none;
	font-weight		: bold;
	background-color: #000000;
}

.uvod
{ 
	color			: #4E4E4E;
	font-family		: Trebuchet MS;
	font-size		: 14px;
}
/* Slika za kratki prikaz članka */
.article_thumb_image_short
{
	margin			: 2px;
	margin-left		: 13px;
	border			: 3px solid #BDBDBD;
}

/* Skraćeni prikaz uvoda na članku */
.article_content_short_shortened
{
	margin-left		: 16px;
	margin-right	: 11px;
	margin-top		: 4px;
}	

/* Slika na opširnom prikazu članka */
.article_thumb_image_full
{
	float        	: left;
	margin-left  	: 13px;
	margin-top	 	: 8px;
	margin-bottom	: 8px;
	border			: 3px solid #BDBDBD;
}

/* Naslov opširnog prikaza članka */
.article_title_full
{
	font-family		: "Trebuchet MS";
	margin-left		: 13px;
	margin-top		: 13px;
	color			: #515151;
	font-size		: 18px;
}

/* Opširni prikaz uvoda na članku */
.article_content_short
{
	font-family		: "Trebuchet MS";
	line-height		: 1.4em;	
	font-size		: 14px;
	color			: #4E4E4E;
	margin-top		: 5px;
	margin-left		: 13px;
	float			: left;
}

/* Opširni prikaz sadržaja članka */
.article_content_full
{
	font-size		: 12px;
	line-height		: 1.5em;
	margin-top		: 10px;
	margin-right	: 13px;
	margin-left		: 13px;
	clear		    : both;
}		
 .izdvojeno
{
   position     	: relative;
	 width        	: 285px;
	 border       	: 2px solid #eaeaea;
	 text-align   	: left;
}
 
 .izdvojeno_opsirnije
{
 	 text-align		: right;
	 margin-right	: 10px;
	 width			: 275px;
	 height     	: 18px;
	 	 position		: relative;
	 
}
 
 .izdvojeno_rub_gore
{
	 height			: 9px;
	 top			: -2px;
	 position		: absolute;
	 left 			: -2px;
}
 
 .izdvojeno_rub_dolje
{
	 height   		: 9px;
	 bottom   		: -3px;
	 position 		: absolute;
	 left     		: -2px;
}
 
 .izdvojeno_img
{
	 border			: 3px solid #F5ECEC; 
}

 a.izdvojeno_link:link 
{ 
	font-family		: Trebuchet MS;
	color        	: #e50000;
	font-size    	: 11px; 
	text-decoration : none;
	font-weight     : bold;
	padding-left    : 3px;
	padding-right   : 3px;

}
		
 a.izdvojeno_link:visited 
{ 
	font-family		  : Trebuchet MS;
	color           : #e50000;
	font-size       : 11px;
	text-decoration : none;
	font-weight     : bold;
	padding-left     : 3px;
	padding-right    : 3px;
}
		 
		a.izdvojeno_link:hover 
		{ 
			font-family		 	 : Trebuchet MS;
			color            : #fff;
			font-size        : 11px;
			text-decoration  : none;
			font-weight      : bold;
			background-color : #e50000;
			padding-left     : 3px;
			padding-right    : 3px;
		}
		
		a.izdvojeno_link:active 
		{ 
			font-family		 	: Trebuchet MS;
			color           : #fff;
			font-size       : 11px;
			text-decoration : none;
			font-weight     : bold;
			padding-left     : 3px;
			padding-right    : 3px;
		}
		
		.link_container
		{
			position : relative;
			height   : 18px;
			float    : left;
			overflow:visible;
			width:auto;
		}
		
		.link_container_left
		{
			position          : absolute;
			top               : 0px;
			left              : 0px;
			display           : block;
			width             : 3px;
			height            : 18px;
			background-repeat : no-repeat;
		}
		
		.link_container_right
		{
			position          : absolute;
			top               : 0px;
			
			 right : 0px;			display           : block;
			width             : 3px;
			height            : 18px;
			background-repeat : no-repeat;
		}
		
		.izdvojeno_naslov
		{
	    padding-left:10px;
		}
		
		.izdvojeno_tekst
		{
	    padding-left:15px;
		}
.page_title_ukratko
{
	font-family	: "Trebuchet MS";
	margin-left : 8px;
	margin-top  : 8px;
	color       : #8A8A8A;
	font-size   : 18px;
}

.page_table_ukratko
{
	width       : 100%;
	padding     : 0px;
	margin      : 0px;
	margin-left : 3px;
}

.page_table_content_ukratko
{
	width         : 100%;
	font-size	  :	12px;
	padding-left  : 13px;
	padding-right : 10px;
}

.page_thumb_image_ukratko
{
	float        	: left;
	margin-right	: 10px;
	border			: 3px solid #BDBDBD;
}

.page_title_opsirno
{
	font-family	: "Trebuchet MS";
	margin-left : 8px;
	margin-top  : 11px;
	color       : #8A8A8A;
	font-size   : 18px;
}

.page_table_opsirno
{
	width       : 100%;
	padding     : 0px;
	margin      : 0px;
	margin-left : 3px;
}

.page_table_content_opsirno
{
	width         : 100%;
	font-size	  : 12px;
	padding-left  : 8px;
	padding-right : 10px;
}

.page_thumb_image_opsirno
{
	float        	: left;	
	border			: 3px solid #BDBDBD;
}
a.sitemap_link:link 
{ 
	color           : #666666;
	font-size       : 10px; 
	text-decoration : none;
}

a.sitemap_link:visited 
{ 
	color           : #666666;
	font-size       : 10px;
	text-decoration : none;
}

a.sitemap_link:hover 
{ 
	color           : #bb130c;
	font-size       : 10px;
	text-decoration : overline;
}

a.sitemap_link:active 
{ 
	color           : #bb130c;
	font-size       : 10px;
	text-decoration : overline;
}
/* Slika za kratki prikaz clanka */
.product_thumb_image_short
{
	margin			: 2px;
	margin-left		: 13px;
	border			: 3px solid #BDBDBD;
}

/* Naslov kratkog prikaza clanka */
.product_title_short
{
	margin-left 	: 13px;
}

/* Skraceni prikaz uvoda na clanku */
.product_content_short_shortened
{
	margin-left		: 16px;
	margin-right	: 11px;
	margin-top		: 4px;
	margin-bottom:3px;
}	

/* Slika na opirnom prikazu clanka */
.product_thumb_image_full
{
	float        	: left;
	margin-left  	: 13px;
	margin-top	 	: 8px;
	margin-bottom	: 8px;
	border			: 3px solid #BDBDBD;
}

/* Naslov opirnog prikaza clanka */
.product_title_full
{
	font-family		: "Trebuchet MS";
	margin-left		: 13px;
	margin-top		: 13px;
	color			: #515151;
	font-size		: 18px;
}

/* Opirni prikaz uvoda na clanku */
.product_content_short
{
	font-family		: "Trebuchet MS";
	line-height		: 1.4em;	
	font-size		: 14px;
	color			: #4E4E4E;
	margin-top		: 5px;
	margin-left		: 13px;
	float			: left;
}

/* Opirni prikaz sadraja clanka */
.product_content_full
{
	font-size		: 12px;
	line-height		: 1.5em;
	margin-top		: 10px;
	margin-right	: 13px;
	margin-left		: 13px;
	clear		    : both;
}		

/* Linkovi na opirni prikaz clanka koji je inace naslov kratkog prikaza clanka */
a.product_link:link 
{ 
	font-family	: "Trebuchet MS";
	color       : #5B5B5B;
	font-size   : 14px; 
	text-decoration	: underline;
	font-weight    	: bold;
}

a.product_link:visited 
{ 
	font-family			: "Trebuchet MS";
	color       		: #5B5B5B;
	font-size   		: 14px;
	text-decoration : underline;
	font-weight     : bold;
}
 
a.product_link:hover 
{ 
	font-family			: "Trebuchet MS";
	color           : #818181;
	font-size   		: 14px;
	text-decoration : underline;
	font-weight     : bold;
} 

a.product_link:active 
{ 
	font-family			: "Trebuchet MS";
	color           : #818181;
	font-size       : 14px;
	text-decoration : underline;
	font-weight    	: bold;
}/* BEGIN Fotogalerija */

		/*BEGIN Fotogalerija ukratko*/
	.gallery_thumb_image_short
		{
			margin      	   : 15px;
			border      	   : 1px solid #DCDCDC;
			padding			   : 1px;
			background-color   : #FFFFFF;
			float              : left;
			margin-left        : 0px;
			margin-top         : 10px;
		}
		
	.gallery_thumb_image_short_blank
		{
			margin      	: 15px;
			border      	: 1px solid #FFFFFF;
			padding			: 1px;
			float			: left;
			margin-left		: 0px;
			margin-top		: 10px;
		}
	
	.galerija_ukratko
		{
			margin-left : 10px;
			margin-top  : 10px;
			overflow    : hidden;
			position    : relative;
			float       : left; 
		}
		
	a.galerija_naslov_link:link 
		{ 
			font-family		: "Trebuchet MS";
			color			: #5B5B5B;
			font-size		: 14px; 
			text-decoration	: underline;
			font-weight    	: bold;
		}
	a.galerija_naslov_link:visited 
		{ 
			font-family		: "Trebuchet MS";
			color       	: #5B5B5B;
			font-size   	: 14px;
			text-decoration : underline;
			font-weight     : bold;
		} 
	a.galerija_naslov_link:hover 
		{ 
			font-family		: "Trebuchet MS";
			color           : #818181;
			font-size   	: 14px;
			text-decoration : underline;
			font-weight     : bold;
		} 
	a.galerija_naslov_link:active 
		{ 
			font-family		: "Trebuchet MS";
			color           : #818181;
			font-size       : 14px;
			text-decoration : underline;
			font-weight    	: bold;
		}
	/*END Fotogalerija Ukratko*/

	/*BEGIN Fotogalerija Opsirno*/
	.fotogalerija_opsirno
		{
			position    : relative;
			float       : left;
			width       : 610px;
			margin-left : 16px;
			margin-top  : 10px;
			overflow    : hidden;
		}
		
	.fotogalerija_opsirno_block 
		{
			margin-right  : 25px;
			margin-bottom : 1px;
			float         : left;
			display       : block;
			width         : 96px;		
			margin-top    : 10px;
		}
		
	.fotogalerija_naslov_opsirno
		{
			font-family	: "Trebuchet MS";
			clear       : right;
			color       : #E50000;
			font-weight : bold;
			font-size   : 18px;
		}
		
	.fotogalerija_opsirno_thumb_slika 
		{
			padding          : 1px;
			background-color : #FFFFFF;
			border           : 1px solid #DCDCDC;
			float            : left;
			display          : block;
			width            : 98px;		
		}
	
	.gallery_thumb_naslov_slike
		{
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#333333;
		width:96px;	
		}
		
	.gallery_thumb_opis 
		{
			width: 96px;
			color: #666666;
			font-size:10px;
		}
	/*END  Fotogalerija Opsirno*/		

/*END Fotogalerija*/


.privitak_block 
{
	color				: #818181;
	padding-left		: 14px;
	padding-bottom		: 4px; 
	width				: 300px;
	display				: block;
}
		
.privitak_naslov
{
	font-size			: 12px;
	font-family			: Trebuchet MS, Arial, Helvetica, sans-serif;
	clear			  	: both;
	font-weight			: bold;
}
	
.slicica_privitka
{
	float				: left;
	margin-right 		: 7px;
	width				: 16px;
	height				: 16px;
	display				: block;
}
		
.pojedini_privitak
{
	line-height			: 1.7em;
}
	
a.privitak_link:link 
{ 
	font-family		  	: Arial, Helvetica, sans-serif;
	color           	: #E50000;
	font-weight     	: bold;
	text-decoration 	: underline;
	font-size		    : 11px;
}

a.privitak_link:visited 
{ 
	color           	: #E50000;
	font-weight     	: bold;
	text-decoration 	: underline;
	font-size		    : 11px;
}

a.privitak_link:hover 
{ 
	color           	: #FFFFFF;
	background-color	: #E50000;
	font-weight     	: bold;
	text-decoration		: none;
	font-size		    : 11px;
}

a.privitak_link:active 
{ 
	color           	: #FFFFFF;
	background-color	: #E50000;
	font-weight     	: bold;
	text-decoration		: none;
	font-size		    : 11px;
}.portalit_login
{
	width             : 216px;
                                 height            : 100px;
                                 position          : absolute;
                                 right             : 285px;
                                 top               : -105px;
                                 display           : none;
                                 z-index           : 90;
                                 background-image  : url(/assets/frontend/themes/portalit/gfx/top_bar_login_bkg.gif); 
                                 background-repeat : no-repeat;
}
.top_search{
position : absolute; 
              top      : 10px;  
              right    : 30px;
              z-index  : 900;
}
.top_lupa
{
float        : left; 
                  margin-right : 1px; 
                  position     : absolute; 
                  top          : -1px; 
                  right        : 225px; 
                  z-index      : 900;
}
.top_rss
{
	float : left; 
                  position:absolute; 
                  top:10px; 
                  right:425px; 
                  z-index:900;
}
.top_contact
{
	float:left; 
                  position:absolute; 
                  top:10px; 
                  right:271px; 
                  z-index:900;
}
.top_login
{
float    : left; 
                  position : absolute; 
                  top      : 9px; 
                  right    : 348px; 
                  z-index  : 900;
}
.repeated_top_bar
{
position          : absolute;
                  left              : 0px;
                  top               : 0px;
                  height            : 25px;
                  width             : 260px;
                  background-image  : url(/assets/frontend/themes/portalit/gfx/top_bar_iznad_bg.gif);
                  display           : block;
                  background-repeat : repeat-x;
                  z-index           : 900;
}

.over_top
{
	position : absolute;
	left     : 0px;
	z-index  : 0;
	overflow : hidden;
	width    : 100%;
	overflow : hidden;
	top      : 0px;
	height   : 46px;
	display  : block;
}

.top
{
	background-image  : url(/assets/frontend/themes/portalit/gfx/top_background.jpg);
	background-repeat : no-repeat;
	width             : 931px;
	height            : 162px;
	position          : relative;
	display           : block;
	clear             : both;
}

.top_bar_left
{
	background-image  : url(/assets/frontend/themes/portalit/gfx/top_bar_left.gif);
	background-repeat : repeat-x;
	position          : absolute;
	width             : 50%;
	left              : 0px;
	height            : 46px;
	display           : block;
	top               : 0px;
}

.top_bar_right
{
	background-image  : url(/assets/frontend/themes/portalit/gfx/top_bar_right.gif);
	background-repeat : repeat-x;
	position          : absolute;
	width             : 50%;
	right             : 0px;
	height            : 46px;
	display           : block;
	top               : 0px;
}