body { margin: 10px; }
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal; font-size: 11px; font-weight: bold;
	color: #fff; background-color: #900;
}
table { background-color: #fc3; position: relative}
td { padding: 0px 5px; }
th { 
	position: relative; margin: 0; padding: 0;
	background-image: url(images/tabcbg.gif);
	font-size: 16px; line-height: 25px; text-align: center; 
}
button.print {
	position: absolute; 
	top:4px; right: 10px; width: 92px; height: 18px; padding: 0;
	border: 0; overflow: hidden;
	background: url(images/print.gif) 0 no-repeat;
	cursor: pointer;
}
#naslov {
	position: relative; width: 100%; height: 100%;
}
.printOnly { display: none; }
.name, .price { font-size:18px; background-image: url(images/tabzbg.gif) ;}
.name { color: #c00; }
.price { color: #090; text-align: right; }
.big { font-size: 16px; }
.black { color: #000; }
.warning { background-color: #c00; }
.spacer, .contents {
	font-style: italic;
	font-weight: normal;
	color: #900; 
	background-color: #fc3;
	text-indent: 20px;
}


