﻿
div.reviews_ra_gratitude {
	
	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.reviews_ra_gratitude > div.top_head{
	height:16px;
	margin-top:3px;
	padding-left:16px;
	margin-bottom: 3px;
	width:176px;
	overflow:hidden;
	float:left;
}
div.reviews_ra_gratitude > div.top_head > p{
	font: bold 12px/12px Tahoma,Arial;
	color:#112a65;

	
}

div.reviews_ra_gratitude > div.link_to_all{
	height:16px;
	margin: 3px 18px 3px 0px;
	
	overflow:hidden;
	float:right;
}
div.reviews_ra_gratitude > div.link_to_all > a{
	font: bold 11px/12px Tahoma,Arial;
	color:#777777;
}

div.reviews_ra_gratitude > div.link_to_all > a:hover{
	text-decoration:underline;
	color:#112a65;
	cursor:pointer;
}


div.reviews_ra_gratitude > a {
	display:block;
	clear:both;
	position:relative;
	left: 20px;
	font: 12px/18px Tahoma,Arial;
	color:#1a1a1a;
	
}
div.reviews_ra_gratitude > a:hover {
	color:#112a65;
}


div.reviews_ra_review {
	
	position:relative;
	overflow:hidden;
	/* width: 315px;  *//* Ширина блока */
	height: 344px;
	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.reviews_ra_review > div.top_head{
	height:16px;
	margin-top:19px;
	margin-left:18px;
	border-bottom: 8px solid #0258a3;
	
	overflow:hidden;
}
div.reviews_ra_review > div.top_head > p{
	font: bold 12px/12px Tahoma,Arial;
	color:#0258a3;
	margin-bottom:6px;
	float:left;
	
}

div.reviews_ra_review > div.top_head > a{
	font: bold 11px/12px Tahoma,Arial;
	color:#777777;
	margin-bottom:6px;
	margin-right:12px;
	float:right;
	
}

div.reviews_ra_review > div.top_head > a:hover{
	
	color:#0258a3;
	text-decoration:underline;
	
}

div.reviews_ra_review >div.review_item{

	height:130px;
	overflow:hidden;
	margin:15px 14px 0px 17px;
}

div.reviews_ra_review >div.review_item div.review_item_img{
	float:left;
	width:160px;
	height:72px;
	background: white;
	border: 1px solid #cccccc;
	overflow:hidden;
	
}
div.reviews_ra_review >div.review_item div.review_item_img >img{
	display: block;
	position: relative;
	margin: auto;
	
}


div.reviews_ra_review >div.review_item div.review_item_text{
	float:right;
	width:416px;
	font:11px/12px Tahoma,Arial;
	color:#4c4c4c;
}

div.reviews_ra_review >div.review_item div.review_item_text > div.undertext{
	float:right;
	margin-top:16px;
}


div.reviews_ra_sec{
	position:relative;
	width:210px;
	margin-top:56px;
	max-height:250px;
	*height:20px;
	overflow:hidden;
}

div.reviews_ra_sec > p.header{
	
	margin-bottom:19px;
	font:24px/18px Times;
	color:#4c4c4c;
}

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

}

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

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

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