/* CSS Document */

/* *** content head *** */
div.content_head h2 {
	position:absolute; top:10px; left:50px;
	font:bold 20px "Trebuchet MS", arial; color:#579ee5;
}
div.content {
	padding:2px 12px 2px 12px;
	font:normal 12px verdana; color:#28649f;
	line-height:18px;
}
div.content a {
	color:#26a219; text-decoration:none; font-style:italic;
}
div.content a:hover {
	text-decoration:underline;
}

table.data_item {
	width:100%;
}
table.data_item th {
	text-align:left; padding-left:2px;
	font:bold 16px "Trebuchet MS", arial; color:#4588ca;
	border-bottom:1px dashed #579ee5;
}
table.data_item td.data_pics {
	vertical-align:middle;
}
table.data_item td.data_pics table {
	float:left; margin:4px;
}
table.data_item td.data_pics table td {
	vertical-align:middle; text-align:center;
	width:100px; height:100px;
	border:1px solid #26a219; background:#fff;
}

table.jatek_kat {
	width:100%;
}
table.jatek_kat td {
	text-align:center;
}
table.jatek_kat td a img {
	border:1px solid #fff; padding:2px; margin:10px;
}
table.jatek_kat td a:hover img {
	border-color:#6ae55d;
}
