#vesti_holder
{
  float: left;
  width: 100%;  
}

#vesti_sadrzaj
{
  width: 485px;
  float: left;
  font-size: 11px;
  text-align: left;
  color: #336799;
  font-weight: normal;
  border-right: 1px solid #dde5e8;
  background-color: #fff;
}

#vesti_left_separator
{
  width: 2px;
  font-size: 1px;
  line-height: 1px;
  height: 100%;
  float: left;
}

/* Deo za tabove - pocetak */

#vesti_ul_holder
{
  height: 30px;
  width: 100%;
  background: url("../../images/eimenik/middle-neaktivnitab.jpg") repeat-x right top;
  color: #464646;
}

.vesti_ui_tabs_nav
{
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  text-align: center;
}

.vesti_ui_tabs_nav li
{
  float:left;
  width: 80px;
  min-width:80px;
  background: url("../../images/eimenik/middle-neaktivnitab.jpg") repeat-x right top;
  color: #464646;
  height: 30px;
  padding-top: 7px;
}

.vesti_ui_tabs_nav li a 
{
  text-decoration: none;
  color: #464646;
  font-weight: bold;
}                       

.vesti_ui_tabs_nav li.active 
{
  background: url("../../images/eimenik/middle-aktivnitab.jpg") repeat-x right top;
  color: #464646;
  height: 30px;
  padding-top: 7px;
}

.vesti_ui_tabs_nav ul li.active a 
{
  background: url("img/nav-left.gif") no-repeat left top;
  color: #464646;
}

.vestiLinkDetaljnije
{
  text-align:right;
}

/* Deo za tabove - kraj */