a.seo {
	color: #333 !important;
	text-decoration: none !important;
}
a.seo:hover {
	color: #333 !important;
	background: 0 !important;
	text-decoration: underline !important;
}
#hytsContent {
	margin: 20px 10px;
}
#hytsContent h4 {
	width: 100%
	clear: both;
	margin: 0 auto 20px auto;
	font-weight: bold;
}
#hytsContent .item {
	float: left;
	width: 161px;
	height: 135px;
}
#hytsContent .item.tipus {
	width: 139px !important;
	height: 135px !important;
}
#hytsContent .item {
	font-size: 11px;
}
#hytsContent .item .content {
	width: 128px;
	margin: 0 auto;
	text-align: center;
}

#hytsContent .item .image {
	width: 128px;
	height: 96px;
	border: 1px solid #aaa;
	-moz-box-shadow: 0px 0px 10px #888;
	-webkit-box-shadow: 0px 0px 10px #888;
	-o-box-shadow: 0px 0px 10px #888;
	box-shadow: 0px 0px 10px #888;
}
#hytsContent .item .logo {
	position: relative;
	top: -118px; /*-25px*/
	left: 1px;
}
#hytsContent .item .logoContent {
	width: 128px;
	padding-top: 3px;
	border-top: 1px solid #aaa;
	background-color: #fff;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
