article {
	text-align: justify;
	text-indent: 1.2em;
	padding: 0px 10px 0px 10px;
}
article h1{
	font-weight: bold;
}
#catalog {
	text-align: center;
	margin: 10px 0px 0px 0px;
}
#catalog p a {
	font-size: 1.2em;
	font-weight: bold;
	color: #00F;
	float: none;
	padding: 0px 5px;
}
#catalog ul {
	list-style: none;
	text-decoration: none;
}
#catalog a {
	font-size: 1.2em;
	float: left;
	outline: 5px ridge grey;
	margin: 15px 0px 15px 40px;
}
#catalog a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.standart_single {
	width: 139px;
	height: 210px;	
	background: url(../_graphics/index/standart_single.jpg) no-repeat center 25px;
}
.standart_double {
	width: 241px;
	height: 210px;	
	background: url(../_graphics/index/standart_double.jpg) no-repeat center 25px;
}
.standart_triple {
	width: 241px;
	height: 210px;	
	background: url(../_graphics/index/standart_triple.jpg) no-repeat center 25px;
}
.standart_child {
	width: 139px;
	height: 210px;	
	background: url(../_graphics/index/standart_child.jpg) no-repeat center 25px;
}
.complex_single {
	width: 139px;
	height: 210px;	
	background: url(../_graphics/index/complex_single.jpg) no-repeat center 25px;
}
.complex_double {
	width: 241px;
	height: 210px;	
	background: url(../_graphics/index/complex_double.jpg) no-repeat center 25px;
}
.complex_triple {
	width: 241px;
	height: 210px;	
	background: url(../_graphics/index/complex_triple.jpg) no-repeat center 25px;
}
.complex_child {
	width: 139px;
	height: 210px;	
	background: url(../_graphics/index/complex_child.jpg) no-repeat center 25px;
}
#attention {
	color: #F00;
}
