
#mtbl > tbody > tr > td{ width: 160px;}

.heder_a_cl {
    display: inline-block;
    width: 250px;
    height: 55px;
    margin: 0;
    padding: 0;
    text-indent: -3000px;
    background:url(/img/logo-i.png) no-repeat 50% 0px;
		
}

.h1_content {
		     font-size: 24px;
			 margin-bottom: 0.25em;
			 margin-bottom: 1em;
			font-size: 175%;
			font-variant: small-caps;
			letter-spacing: 0.1em;
			line-height: 120%;
			font-weight: bold;
}

/*.h1_razdel_cataloga {
					display: block;
					background: #25b;  /* #4161AC;
					color: #fff;
					font-size: 140%;
					font-weight: bold;
					text-align: center;
					
					margin-top: -10px;
					margin-bottom: 1em;
					margin-left: -10px;
					margin-right: -10px !important;
					padding: 0.25em 0;
						
					-moz-border-radius: 0 8px 0 0;
					-webkit-border-radius: 0 8px 0 0;
					border-radius: 0 8px 0 0;
					//width: 100% !important;
			
    line-height: 30px;
}*/

.h1_razdel_cataloga,
.h1_userpanel2 {
				display: block;
				background: #25b;  /* #4161AC; */
				color: #fff !important;
				font-size: 140%;
				font-weight: bold;
				text-align: center;
				
				margin-top: -10px;
				margin-bottom: 0.5em;
				margin-left: -10px;
				margin-right: -10px;
				padding: 0.25em 0;
					
				-moz-border-radius: 0 8px 0 0;
				-webkit-border-radius: 0 8px 0 0;
				border-radius: 0 8px 0 0;
                                line-height: 30px;
}

.h1_userpanel2  a{

				color: #fff !important;
}

/* --------------------------------------------------------- add --------------------------------------------------------- */

.center{
    text-align: center;
}

.inline-block{
    display:inline-block;
    vertical-align: top;
}

img {
    max-width: 100%;
}

.clearfix:before,
.clearfix:after{
  display: table;
  content: " ";
}

.clearfix:after{
    clear: both;
}

.clear{
	clear:both;
}

.promo .categories-list{
    margin: 20px 0;
}

.promo .categories-list .item{
    width: 30%;
    padding: 2%;
    border: 1px solid #ccc;
    margin-right: 5%;
    position: relative;
    text-decoration: none;
    margin-bottom: 2%;
}

.promo .categories-list .item:last-child{
    margin-right: 0;
}

.promo .categories-list.three-in-row .item{
    min-height: 350px;
    margin-right: 2%;
    width: 26%;
    background: #fff;
}

.promo .categories-list .item:hover{
    -webkit-box-shadow: 0px 2px 10px 0px rgba(194,194,194,1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(194,194,194,1);
    box-shadow: 0px 2px 10px 0px rgba(194,194,194,1);
}

.promo .categories-list .item .arc{
    color: #7C7C7C;
    position: absolute;
    top:10px;
    right: 15px;
}

.promo .categories-list .item .img{
    min-height: 250px;
}

.promo .categories-list .item img{
    max-height: 250px;
    max-width: 100%;
}

.promo .categories-list .item .title{
    display:block;
    margin: 10px 0;
    color: #0000EE;
}

.promo .categories-list .item .desc{
    display:block;
    color: #7C7C7C;
    width: 100%;
    text-align: left;
}

.promo .categories-list .item .desc.big{
    height: 105px;
}

.promo p{
    font-size: 16px;
}