a { color: #999;}
#middle #ponuda-top-list li { height: 180px; }

/* Additional*/
#pagginator-list li.active-number { font-style: italic; color: #252525; background: none; font-weight: normal; color: red; }

#outer {
position:relative;
width:460px;
height:162px;
}
#flash-link {
display:block;
position:absolute;
left:0;
top:0;
width:460px;
height:162px;
}

.action-desc {
display:block;
width:250px;
float:right;
margin:5px 30px 0 20px;
background:url(../img/bg_ballon_bottom.gif) no-repeat left bottom;

}

.action-desc .inner {
padding:25px 15px 10px;
background:url(../img/bg_ballon_top.gif) no-repeat left top;
color:#6e819e;
font-weight:bold;

}

/* Debugging */
pre { color: #000; background: #f0f0f0; padding: 1em; }
pre.cake_debug { background: #ffcc00; font-size: 120%; line-height: 18px; margin: 4px 2px; overflow: auto; position: relative; }
div.cake-stack-trace { background: #fff; color: #333; margin: 4px 2px; padding: 4px; font-size: 120%; line-height: 18px; overflow: auto; position: relative; }
div.cake-code-dump pre { position: relative; overflow: auto; }
div.cake-stack-trace pre, div.cake-code-dump pre { color: #000000; background-color: #F0F0F0; border: 1px dotted #606060; margin: 4px 2px; padding: 4px; overflow: auto; }
div.cake-code-dump pre, div.cake-code-dump pre code { clear: both; font-size: 12px; line-height: 5px; margin: 4px 2px; padding: 4px; overflow: auto; }
div.cake-code-dump span.code-highlight { background-color: #FFFF00; }