@CHARSET "windows-1250";
@IMPORT url("page_layout.css");

div.seznam-item a{
	text-decoration: none;
}

div.seznam-item{
	padding-bottom : 1em;
	overflow: hidden;
	width : 100%;
}

div.seznam-item a.more{
	display : -moz-inline-block !important;
	display : inline-block;
	background: transparent url("more.gif") no-repeat 0 center;
	text-decoration: underline;
	color : #979898;
	padding-left : 30px;
	margin-left : -3px;
	font-size : 8pt;
	height : 24px;
	font-weight : bold;
	text-transform: uppercase;
}

div.seznam-item h4{
	color : #393a3b;
	font-family: Arial, Tahoma, Verdana;
	font-size : 16pt;
	margin : 0;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: -0.01em;
}
img.seznam-img{
	border : solid 1px #fff;
	margin : 5px 15px 5px 5px;
	float : left;
}


