/*postavke za div u kojem prikazujem dekade*/
.dekadadivpostavke
{
 float:left;
 width:67px;
 height:39px;
 color:#404040;
 text-align:left;
}

/*postavke za ispis liste
.dekadadivpostavke_lista
{
 float:left;
 width:50px;
 height:39px;
 text-align:left;
 background-color:#eee;
}
.decade_list_shadow
{
  float:left;
  background: url(images/bigshadow.gif) no-repeat bottom right !important;
  background: url(images/bigshadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 15px;
}

.decade_list_shadow a
{
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #808080;
  margin: -10px 10px 10px -10px;
  padding: 4px;
}