.catalog-section .logo{margin-bottom: 30px;}
.sec-title
{
	font-size: 21pt;
	margin: 13px;
	text-indent: 20px;
}

.sec-anounce
{
text-indent: 20px;
font-size: 11pt;
margin: 19px;
}

.doc-item{font-size: 13pt; padding: 3px;}
.catalog-section img {margin-right: 8px;}

.docs-block{margin: 0 auto; width: 984px; }
.docs-block .doc h1{font-family: "Arial"; height: 100px; color: #646464; float: left; line-height: 30px;  margin-left: 20px; margin-top: 94px; font-size: 13pt;}
.docs-block .doc{font-family: "MyriadPro-Regular"; width:490px; height:285px; position: relative; background-color: #eee; border-radius: 5px; float: left; margin: 1px; text-decoration: none;

background-image: linear-gradient(bottom, rgb(255,255,255) 40%, rgb(237,237,237) 100%);
background-image: -o-linear-gradient(bottom, rgb(255,255,255) 40%, rgb(237,237,237) 100%);
background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 40%, rgb(237,237,237) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 40%, rgb(237,237,237) 100%);
background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 40%, rgb(237,237,237) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.4, rgb(255,255,255)),
	color-stop(1, rgb(237,237,237))
);

-webkit-box-shadow: 0px 1px 2px rgba(50, 50, 50, 0.35);
-moz-box-shadow:    0px 1px 2px rgba(50, 50, 50, 0.35);
box-shadow:         0px 1px 2px rgba(50, 50, 50, 0.35);


/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aeaeae', endColorstr='#9f9f9f',GradientType=0 );*/ /* IE6-9 */
/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8faff, endColorstr=#e1e3e9)";*/   /* IE8 */

background:url("docs-grad-1.png")/*tpa=http://korund34.ru/docs/docs-grad.png*/ repeat-x #CCC;
}

.docs-block .doc img{margin: 28px 0px 0px 53px; float: left;}

.docs-block .doc p{margin: 40px auto; width: 395px; text-align: center; font-size: 16pt;color:  #9E9E9E;}

.docs-block .doc a{text-decoration: none;}

.docs-block .catalog-section {padding: 30px;}