﻿
div.certificate_ra {
	
	position:relative;
	overflow:hidden;
	/* width: 315px;  *//* Ширина блока */
	height: 230px;
	outline: none;
	/* display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	z-index:5; */
	/* background: red; */
	/* margin: 8px 0px 0px 12px;
	border: 1px solid #a8c0e5;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px; */
}

div.certificate_ra > div.top_head{
	height:16px;
	margin-top:19px;
	padding-left:70px;
	border-bottom: 8px solid #7a7070;
	width:176px;
	overflow:hidden;
}
div.certificate_ra > div.top_head > p{
	font: bold 12px/12px Tahoma,Arial;
	color:#7a7070;
	margin-top:1px;
	width:200px;
}


div.certificate_ra > div.cert_item {
	height:150px;
	margin: 23px 0px 0px 12px;

 /* border-bottom:2px dotted #696969; */
	position:relative;
	overflow:hidden;
 
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

div.certificate_ra_sec {


	background: url('../upload/left_cert.png') repeat-y;
	/* height:398px; */
	border:1px solid #ebebea;
	margin-top:20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

div.certificate_ra_sec p.header{
	
	color:#383838;
	font:24px 'times new roman';
	text-align:center;
	margin-top:12px;
		
}

div.certificate_ra_sec div.cert_img {
	
	width:112px;
	height:178px;
	margin: 24px auto;
	background: url('../upload/cert_tr_bg.png');

}

div.certificate_ra_sec img {
	
	display:block;
	margin:auto;
	padding-top:10px;

}


div.certificate_ra_sec div.cert_text{
	
	width:200px;
	margin: 31px 24px 42px 17px;
	overflow:hidden;
}

div.certificate_ra_sec div.cert_text p{
	text-align: justify;
	color: #4e4e4e;
	font:12px arial;
	width:inherit;
}

div.certificate_ra_center>h1  {
	
	font:24px 'times new roman';
	color:#393939;
	margin-bottom:15px;

}
div.certificate_ra_center p.item  {
	
	font:14px/16px Tahoma,Arial;

	color:#393939;
	margin-bottom:5px;
	margin-left:10px;

}
div.certificate_ra_center>a:hover span{
	text-decoration:underline;
}

/* div.certificate_ra_sec a:hover p {
	text-decoration:underline;

} */