/*	by Shuster 2008	*/

#shop { display: table; width: 100%; }

#shop h2 { font-size: 120%; }

#shop h3 { font-size: 86%; }
#shop h3 a, #shop h3 a:visited { text-decoration: none; color: #000; }
#shop h3 a:hover { text-decoration: underline; color: #000080; }
#shop h3 a:hover span { color: #000; }

#shop .item {
	display: block;
	width: 248px;
	height: 152px;
	float: left;
	margin: 0 2px 1em 6px;
	_margin: 0 2px 1em 5px; /* IE kurvaFix */
	background: #FFF;
	border: 0px dashed #00F;
	border-right-width: 1px;
	border-bottom-width: 1px;
	overflow: hidden;
}

#shop .item .tnl { width: 105px; height: 75px; float: left; }

