﻿a {
    color: blue
}
a:link, a:visited {
    color: #005AA1;
    text-decoration: underline;
    font-weight: bold;
    z-index: 1000;
}
a:hover {
    text-decoration: none;
}
/*****HOME PAGE**********************************************************************************/
.Col1, .Col2 {
    width: 270px;
    float: left;
}
.Col2 {
    margin-left: 16px;
}
.roundedTop {
    height: 20px;
    background: Transparent url(../slike/ostalo/panel_top.gif) top left no-repeat;
    padding: 0px;
    margin-bottom: 0px;    
	margin: 0px;	
}
.roundedTop span {
    background-color: white;
    padding-top: 20px;
    margin-left: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    color: #376A96;
    color: Blue;
    font-weight: bold;
    font-size: 12px;
    font-style: normal;    
}
.roundedBottom {
    min-height: 180px;   
    padding: 12px;
    padding-top: 0px;
    margin: 0;
    margin-bottom: 15px; 
    margin-top: 0px;   
	font-size: 11px;
	color: #000;
	height: 180px;
	display: block;
		
}
.roundedBottom1 {
     background: Transparent url(../slike/ostalo/panel_bottom_1.gif) bottom left no-repeat;
}
.roundedBottom2 {
     background: Transparent url(../slike/ostalo/panel_bottom_2.gif) bottom left no-repeat;
}
.roundedBottom3 {
     background: Transparent url(../slike/ostalo/panel_bottom_3.gif) bottom left no-repeat;
}
.roundedBottom4 {
     background: Transparent url(../slike/ostalo/panel_bottom_4.gif) bottom left no-repeat;
}
.roundedBottom5 {
     background: Transparent url(../slike/ostalo/panel_bottom_5.gif) bottom left no-repeat;
}
.roundedBottom6 {
     background: Transparent url(../slike/ostalo/panel_bottom_6.gif) bottom left no-repeat;
}
.roundedBottom  ol {    
    margin: 10px 0 0 0;
    padding-left:30px;
}
.roundedBottom ol li {    
    padding-bottom: 4px;
}
.roundedBottom  ul {
    list-style-type: none;
    margin: 10px 0 0 0;
}
.roundedBottom  ul li {
    background: Transparent url(images/arr.gif) 0 6px no-repeat;
    padding-left: 12px;
    padding-bottom: 4px;
}
.roundedBottom  ul li ul {
    margin-left: 20px;
}
.roundedBottom a:link { color: #00f; text-decoration: underline; font-style:normal}
.roundedBottom a:visited { color: #00f; text-decoration: underline; font-style:normal}
.roundedBottom a:active { color: #00f; text-decoration: underline; font-style:normal}
.roundedBottom a:hover { color: #f00; text-decoration: underline; font-style:normal}
.roundedBottom H3 {
    color: #800000;
    font: Arial;
    font-size: 11px;
    margin-bottom: 6px;
    margin-top: 0px;
    font-style:normal;
    text-decoration: none;    
}
.roundedBottom H4 {
    font: Arial;
    font-size: 11px;
    font-weight: normal;
    margin-left: 130px;
    margin-top: 0px;
    margin-bottom: 3px;
}
.roundedBottom H5 {
    font: Arial;
    font-size: 11px;
    font-weight: normal;
    margin-right: 100px;
    margin-top: 0px;
    margin-bottom: 3px;
}
/*****ORANGE BUTTONS*****************************************************/
a.button1 {
    background: transparent url(images/orange_button_right.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.button1 span {
    background: transparent url(images/orange_button_left.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
    color: white;
} 
a.button1:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.button1:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
/*****TREEVIEW**********************************************************/
.parentNode A {
    font-weight: bold;
    color: Black;
    font-size: 12px;
    text-decoration: none; 
    text-transform:uppercase;   
}
.child1Node A {
    font-weight: bold;
    color: black;
    font-size: 12px;
    text-decoration: none;    
}
.child2Node {
    font-weight: normal;
    color: green;
    font-size: 12px;
    text-decoration: none;    
}
.leafNode A {
    font-weight: normal;
    color: blue;
    text-decoration: underline;
}
/*****MODAL DIALOG************************************************************/
.modalBackground {
	background-color: #e3e3e3;
	filter:alpha(opacity=70);
	opacity:0.7;
}
/*****MODAL POPUP **************************************************************/
.modalPopup {
	background-color:White;
	border-width:1px;
	border-style:solid;
	border-color:Black;
	width:250px;
}
.modalPopupHeaderTD{
	background-color: Gray;
	color: White;
	font-weight: bold;
	padding: 7px 5px 7px 5px;
}
.modalPopupBodyTD {
	font-weight: normal;
	padding: 7px 5px 5px 5px;
}
.modalPopupButtonsTD {
	padding: 5px 5px 5px 5px;
	text-align: center;
}
/*****READONLY FORM****************************************************************/
#ReadFormDIV { padding-left: 2px; padding-right: 10px; clear:both}
#ReadFormDIV h3 {font-size: 16px; margin: 0 ; margin-bottom: 10px}
#ReadFormDIV h4 {font-size: 12px; margin: 0 ; margin-bottom: 10px; font-weight: normal; line-height: 16px}
#ReadFormDIV label {font-size: 12px; margin: 0 ; margin-right: 14px; margin-bottom: 6px;font-weight: bold; line-height: 16px}
#ReadFormDIV .div_separator
{
    clear:both;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0px;   
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: dashed 1px #e3e3e3;
    color: #cf0000;
    font-size: 14px;
    margin-top: 12px;
}
#ReadFormDIV ul {  margin: 5px;}
#ReadFormDIV li {
    margin-top: 0;
    padding: 0;
    padding-left: 16px;
    background: url(images/bullet_green.gif) no-repeat 0px 4px;
    list-style-type: none;
}
#div_detalji_logo {
    
}
.ReadFormTD1 {
  width: 126px;
  font-weight: bold;
  padding-right: 5px;  
}
.ReadFormTitle {
    font-size: 14px; 
    font-weight: bold; 
    padding: 0px 10px 5px 0px; 
    margin-bottom: 5px; 
    margin-top: 0px;
    border-bottom: solid 2px #d1d1d1;
}    
/***********************NAJNOVIJI PROJEKTI *****************************/
dl.news1 {
    width: 100%;  
    margin: 0;
}
dl.news1 dt {
    font-weight: bold;
    color: #005AA1;
    font-size: 11px;
    padding: 3px 5px 1px 5px;
}
dl.news1 dd {
    padding: 0px 5px 3px 5px;
    margin-left: 0px;
    color: black;
    font-size: 11px;
    line-height: 12px;
    border-bottom: silver 1px dotted;
}
dl.news1 dd a, 
dl.news1 dd a:visited,
dl.news1 dd a:link {
    font-style: normal;
    color: #cf0000;
    text-decoration: none;
    font-weight: normal;
}
dl.news1 dd a:hover {
    text-decoration:underline;
}
/*****USER MENU ******************************************************/
ul#usermenu{
    width:100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 11px;	
}
ul#usermenu li {
	display: block;
	padding: 0px;	
	border-bottom: 1px #c3c3c3 dotted;	
	height: 24px;
	margin-top: -2px; 
	margin-bottom: -2px;
}
ul#usermenu li .last {
		
	border-bottom: 1px #red solid;	
}

*> ul#usermenu li { margin-top: 0px; margin-bottom: 0px; }
ul#usermenu li.selected{
	text-decoration: none; 
	background-color:#dce0e7;
}
ul#usermenu li .aclass {
	display: block;
	overflow: hidden;
	padding: 0px 0px 0px 24px;
	line-height: 24px;
	text-decoration: none;
	font-size: 11px;	
	background: url(images/bullet_green.gif) 10px 12px no-repeat;
	color: #005AA1;
}
ul#usermenu li .aclass:hover{ 
	text-decoration: underline; 
	background-color:#dce0e7;
}
ul#usermenu span {
    padding-left: 10px;   
}

/******THUMBNAILVIEWER***********************************************************/
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    padding: 10px;
    padding-bottom: 0;
    background: #313131;
    visibility: hidden;
    z-index: 10;
    cursor: hand;
    cursor: pointer;
}
#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
    font: bold 16px Tahoma;
    letter-spacing: 5px;
    line-height: 1.1em;
    color: white;
    padding: 5px 0;
    text-align: right;
}
#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
    background-color: white;
}
#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
    position: absolute;
    visibility: hidden;
    border: 1px solid black;
    background-color: #EFEFEF;
    padding: 5px;
    z-index: 5;
}
/***** STARS **************************************************************************/
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}
.filledRatingStar {
    background-image: url(../Images/FilledStar.png);
}
.emptyRatingStar {
    background-image: url(../Images/EmptyStar.png);
}
.savedRatingStar {
    background-image: url(../Images/SavedStar.png);
}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
/*****SLIČNI PROIZVODI***************************************************/
.relBox {
    float:left;
    width:120px;
    padding:0 0 10px 0; 
    background-color: Gray;
}
.relImg {
    text-align:center; 
    height:100px; 
    width: 100px
}				
.relTitle {
    padding:0 0 0px 0px;
    font-weight:bold; 
    width:100px;
}
.relBrief {
    font-size:10px;
    line-height:120%;
    font-weight:normal;
    width:100px;
}
/*****TEXTBOX**********************************************************/
textarea[readonly], input[readonly] {
	border: solid 1px #c3c3c3
}
/*******NAJNOVIJA PODUZEĆA*****************************************************************/
/*******NAJNOVIJA PODUZEĆA*****************************************************************/
ul#najtvrtke1{
	width:100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 11px;		
}
ul#najtvrtke1 li{
	display: block;
	padding: 0px;	
    border-bottom: silver 1px dotted;
	margin-top: -2px; 
	margin-bottom: -2px;
}
*> ul#najtvrtke1 li { margin-top: 0px; margin-bottom: 0px; }
ul#najtvrtke li.selected, ul#najprojekti li.selected {
	text-decoration: none; 
	background-color:#dce0e7;
}
ul#najtvrtke1 li a {
	display: block;
	overflow: hidden;
	padding: 0px 0px 0px 24px;
	line-height: 30px;
	
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;	
	background: url(images/bullet_green.gif) 10px 12px no-repeat;
}
ul#najtvrtke1 li a:hover{ 
	text-decoration: underline; 
	background-color:#dce0e7;
}
/*******NAJČEŠĆA PITANJA*****************************************************************/
#najpitanja h3 {
    font-size: 14px; 
    font-weight: bold;
}
#najpitanja h4 {
    font-size: 12px; 
    font-weight: bold; 
    margin-bottom: 5px; 
    margin-top: 10px; 
    color: Black
}
#najpitanja h5 {
    font-size: 12px;
    font-weight: normal;    
    color: #555555;
    margin-top: 1px;
    margin-bottom: 3px; 
}
#najpitanja1 ul {       
    padding-left: 0px;
    list-style-type:none;
    margin-left: 5px;
    margin-right: 10px; 
    margin-top: 0px;
    padding-top: 0px;      
}
#najpitanja li {
    margin-bottom: 5px;
}

/*******LINKOVI NA ČASOPISE*****************************************************************/
.casopisiDataList{
    border-bottom: dashed 1px #e3e3e3;
    padding-bottom: 5px;
    padding-top: 7px;
 }
.casopisiDataListAlterItem {
     border-bottom: dashed 1px #e3e3e3;
    padding-bottom: 5px;
    padding-top: 7px;
 }
.casopisiDataListItem{
    border-bottom: dashed 1px #e3e3e3;
    padding-bottom: 5px;
    padding-top: 7px;      
 }
.listOfText h4 {font-size:12px;font-weight:bold; color: #1472A9; margin: 0px 0px 1px 0px}
.listOfText h5 {font-size:11px;font-weight:normal; color: #000000; margin: 3px 0px 3px 0px}
.listOfText a {color: #cf0000; font-size: 11px; font-weight: normal}
.listOfText h3 {
    font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 26px;
	margin: 0;
	border: 0;
	text-align: left;	
	background-repeat: repeat-x;
	background-position: 0 0;
	text-transform: uppercase;
    background-image: url(images/panel.gif);
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 34px;
}
/*******STAVKE*****************************************************************/
.cs_table_stavke {
    width: 100%
}
.cs_table_stavke .cs_kategorija {
    font-size: 14px; 
    font-weight: bold; 
    text-transform: uppercase; 
    padding-bottom: 2px;
}
.cs_table_stavke .cs_potkategorija {
    font-size: 12px; 
    font-weight: bold; 
    padding-bottom: 2px; 
    padding-top: 2px;
    text-transform: uppercase;
}
/*******PATH AND CONTENT BODY NASLOV*****************************************************************/
.contentPathP { display: block; float: left; font-size: 12px;  padding: 6px 5px 0px 5px; margin: 0; border: 0; color: #000000}
.contentPathP a { text-decoration: none; color: #000000; }
.contentBodyNaslov1{ clear: both; font: 22px "Trebuchet MS", Arial, Helvetica, sans-serif; font-weight: bold; color: #1472A9; padding: 0px 0px 0px 0px; text-transform:none}
.contentBodyNaslov
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 26px;
	margin: 0;
	border: 0;
	text-align: left;
	width: 100%;
	background-repeat: repeat-x;
	background-position: 0 0;
	text-transform: uppercase;
	background-image: url(images/bg3.gif);
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
    
}
.contentBodyNaslov2
{
    	background-image: url(images/h3-bg.gif);
    	background-repeat: no-repeat;
    	width: 18px;
}

/*******EDIT FORM******************************************************************/
.EditFormSubTitle {
    color: Gray;
    font-size: 11px; 
    font-weight: normal; 
    padding: 0px 5px 5px 5px; 
    margin-bottom: 5px; 
    border-bottom: solid 1px #d1d1d1}
.EditFormTitle {
    font-size: 14px; 
    font-weight: bold; 
    padding: 5px 10px 5px 2px; 
    margin-bottom: 5px; 
    margin-top: 0px;
    border-bottom: solid 1px #d1d1d1;
}   
.EditFormTable { 	
	padding:10px;
	color:#333333;
	width: 100%;
}
.EditFormTD1 {
    padding-right:6px;	
	text-align:left;
	font-weight:bold;
	font-size: 12px;
	height: 20px;
	width: 160px;	
	vertical-align: top;
}

.EditFormDiv120  { 	
	padding:0;	
	width: 100%;
}

.EditFormDiv120 .EditFormTD1 {
    padding-right:6px;	
	text-align:left;
	font-weight:bold;
	font-size: 12px;
	height: 20px;
	width: 120px;	
}


.EditFormMessage {
    font-size: 11px; 
    color: #cf0000;
}
.EditFormButtons{
    text-align: right; 
    padding-top: 5px;    
}
.EditFormList {
    line-height: 24px;    
}
.EditFormTextBoxRO
{
    background-color: #eee;
    border: solid 1px #eee;
}
.EditFormButtonsLine
{
     
     padding: 5px 10px 5px 2px;
     float: right; 
     
}
/*******OSTALO******************************************************************/
.cs_proizvod_foto {
    border: solid 1px #aaaaaa;  
    width: 80px;   
    padding: 3px; 
}
.ListSeparator {
    margin-top: 5px; 
    margin-bottom: 7px; 
    border-bottom: dashed 1px #eee;
}
.tableSeparator {
    border-bottom: silver 1px dotted;
}
.highlight {    
    border: solid 1px red;
    padding: 2px;   
}
.povratak_na_vrh {
    width: 100%;
}
.povratak_na_vrh p {
    text-align: right;
}

.cs_link_button:hover {
    text-decoration: none;
}
.cs_link_button:link, .cs_link_button:visited {
    color: #005AA1;
    text-decoration: underline;
    font-weight: normal;
    z-index: 1000;
    font-size: 11px;
    text-transform:none;
}
.cs_link_button_red:hover {
    text-decoration: none;
}
.cs_link_button_red:link, .cs_link_button_red:visited {
    color: #f00;
    text-decoration: underline;
    font-weight: normal;
    z-index: 1000;
    font-size: 11px;
    text-transform:none;
}

.button_blue {
	background-image: url(images/button_bg_blue.gif);
	background-color: #0033CC;
	background-repeat: repeat-x;
	color: white;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px 2px 0px 2px;	
}
.button_orange {
	background-image: url(images/button_bg_orange_2.gif);	
	background-repeat: repeat-x;
	background-color: #F8A642;
	color: white;
	font-size: 11px;
	font-weight: normal;
	height: 20px;
	width: 60px;
	border: none 1px #CF7200;
	padding: 0px 2px 0px 2px;	
	margin: 0;
	vertical-align: middle;	
}
label { font-size: 12px}
.button2 {
    background-image: url(images/button_bg_orange_2.gif);	
    background-repeat: no-repeat;
     font: normal 12px arial, sans-serif;
     color: White;
     width: 70px;
     border: none;     
}
.icon-ok{
		border:solid 1px #90ac13; 
		background:#eef4d3 url(images/icon-green.png) 8px 6px no-repeat;
		color:#6b800d;
		font-weight:bold;
		padding:4px;
		text-align:center;
		margin-top: 20px;
}
.icon-error{
		border:solid 1px #CC0000; 
		background:#F7CBCA url(images/icon-red.png) 8px 6px no-repeat;
		color:#CC0000;
		font-weight:bold;
		padding:4px;
		text-align:center;
		margin-top: 20px;
}
.icon-gray{			
	color:#000000;	
	padding:4px;
	text-align:left;
	background-color: #d3d3d3;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 14px;		
}
.icon-gray-small{			
	color:#555;	
	padding:2px;
	text-align:left;
	background-color: #f5f5f5;	
	margin-top: 1px;
	margin-bottom: 1px;	
	font-size: 10px;	
}
.icon-gray-small A {
    color: #777;
    text-decoration: none;
}
.datum_span {
    background-image: url(images/calendar.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
    line-height: 18px;    
    margin-right: 10px;    
    padding-bottom: 2px;
    padding-top: 2px;
}
.mail_span {
    background-image: url(images/mail.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-bottom: 2px;
    padding-top: 2px;
    background-position: 0px 3px;
}
.gray_subheader {
		border-top:solid 1px #bbbbbb; 
		background:#eeeeee url(images/calendar.gif) 8px 4px no-repeat;		
		padding: 4px;
		padding-left: 30px;		
		margin-top: 0px;
		width: 94%;
		margin-bottom: 10px;
		font-size: 11px;
		color: #999999;
		height: 18px;
}

.menu_hl {
    padding-left: 14px;   
    font-weight: bold;
    background: url(images/bullet_green.gif) 0px 5px no-repeat;
}
/*******BOXES******************************************************************/
.main-navigation  h3, .main-subcontent  h3{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 26px;
	margin: 0;
	border: 0;
	text-align: left;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-transform: uppercase;
	background-image: url(images/h3-bg.gif);
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 34px;
	padding-left: 16px;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.main-navigation  h4, .main-subcontent h4 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 26px;
	margin: 0;
	border: 0;
	text-align: left;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-transform: uppercase;
	background-image: url(images/login.gif);
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 16px;
}
.box {
	border: solid 1px #dddddd; 
	width: 162px;	
	background-color: #f0f0f0; 
	background-color: #f3f3f3;
	padding: 5px 5px 5px 5px;	
	margin-bottom: 4px;
	margin-bottom: 8px;
}
.box a:link, 
.box a:visited {
    color: #005AA1;
    text-decoration: underline;
    font-weight: normal;
    line-height: 20px;
}
.box ul li {
    padding: 0;
    margin: 0;
    list-style: none;                   
}
.bigbox {
	border: solid 1px #dddddd; 
	width: 99%; 
	background-color: #f5f5f5; 
	padding: 10px 10px 8px 10px;
	padding: 4px 4px 4px 4px;
	margin-bottom: 0px;
}
.bigbox h5 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 5px;
}
.bigbox a:link, .bigbox a:visited {
    color: #005AA1;
    text-decoration: underline;
    font-weight: normal;
    line-height: 24px;
    z-index: 1000;
}
.wrapper-div h3{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 26px;
	margin: 0;
	border: 0;
	text-align: left;
	width: 98%;
	background-repeat: repeat-x;	
	text-transform: uppercase;
	background-image: url(images/panel.gif);
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
}
.wrapper-div ul { margin: 0; padding: 0; display: inline; line-height: 34px ; padding-bottom: 3px; padding-left: 3px;}
.wrapper-div li {display: inline; padding-right: 2px}
.wrapper-div span {font-weight: bold}
.bigbox a {
    padding-left: 16px;
    background-image: url(images/yellow_arrow_link.gif);
    background-position: left;
    background-repeat: no-repeat;
}
.bigbox ul {
    list-style-type: none;
    margin-left: 10px;
}
/*******NAJ ČLANCI******************************************************************/
ul#najclanci{
	width:100%;
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 11px;	
}
ul#najclanci li {
	display: block;
	padding: 0px;	
	border-bottom: 1px #dde2d3 solid;	
	height: 30px;
	margin-top: -2px; 
	margin-bottom: -2px;
}
*> ul#najclanci li { margin-top: 0px; margin-bottom: 0px; }
ul#najclanci li.selected{
	text-decoration: none; 
	background-color:#dce0e7;
}
ul#najclanci li .aclass {
	display: block;
	overflow: hidden;
	padding: 0px 0px 0px 24px;
	line-height: 30px;
	text-decoration: none;
	font-size: 11px;	
	background: url(images/bullet_green.gif) 10px 12px no-repeat;
	color: #005AA1;
}
ul#najclanci li .aclass:hover{ 
	text-decoration: underline; 
	background-color:#dce0e7;
}
ul#najclanci span {
    padding-left: 10px;   
}
ul#najclanci li {
	display: block;
	padding: 0px;
	/*line-height: 30px*/
	border-bottom: 1px #dde2d3 solid;	
	margin-top: -2px; 
	margin-bottom: -2px;
}


