/* OVAJ CSS JE SAMO ZA TABLICICE! */

#article_right table{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse: separate;
	border-spacing: 3px;
	width: 650px;
}
#article_right thead th{
	position:relative;
	height:26px;
	border-top:3px solid #19a8e1;
}
#article_right thead th img{
	position: absolute;
	height:14px;
	width:17px;
	margin:6px 0;
}
#article_right thead th span{
	background:#19a8e1 url(../images/site/bg_table_naslov.gif) no-repeat right;
	color:#FFF;
	display:inline-block;
	font-size:18px;
	line-height:18px;
	font-weight:bold;
	padding:5px 15px 8px 5px;
}
#article_right tbody tr{
	background:#e8eff8;
}
#article_right tbody tr:nth-child(odd){
	background:#e9e9e9;
}
#article_right tbody th, tbody td{
	padding:3px 8px;
}
#article_right tbody th{
	color:#069;
	font-weight:bold;
	padding-right:15px;
}