
@import url('/css/index.css');

/** catalog */
#catalog {
	width: 635px;
}
#catalog a {
	width: 210px;
	height: 128px;
	float: left;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
}
#catalog .label {
	display: none;
	position: absolute;
	left: 14px;
	bottom: 14px;
	line-height: 1;
	font-family: Tahoma, Arial, sans-serif;
}
#catalog .label b {
	font-size: 0.98em;
	letter-spacing: 0.1em;
}
#catalog .label small {
	font-size: 0.75em;
}
#catalog a:hover img {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
#catalog a:hover .label {
	display: inline;
}

/** sidebar */
#sidebar h1 {
	margin-bottom: 0.5em;
	font-weight: 600;
	color: #3EAED4;
}
