/* Advice */
.advice {
	padding: 0 100px 0 0;
	margin: 20px 0;
	border:1px solid #eee;
	border-left-width:5px;
	border-radius:3px;
	position: relative;
	overflow: hidden;
}
.advice h4{margin-top:0;margin-bottom:5px}
.advice code{border-radius:3px}
.advice+.advice{margin-top:-5px}
.advice-danger{border-left-color:#d9534f}
.advice-danger h4{color:#d9534f}
.advice-warning{border-left-color:#f0ad4e}
.advice-warning h4{color:#f0ad4e}
.advice-info{border-left-color:#5bc0de}
.advice-info h4{color:#5bc0de}
.advice-success{border-left-color:#DFF0D8}
.advice-success h4{color:#DFF0D8}
 
.advice.advice-danger::after {
	width: 100px;
	padding: 15px 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: rgba(254,220,211,0.25);
	content: 'Негативный';
	color: rgba(213,15,22,0.4);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	text-shadow: 1px 1px 0 rgba(255,255,255,1);
	font-weight: bold;
	text-align: center;
}
.advice.advice-default .advice_num {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: rgba(0,0,0,0.02);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	vertical-align: middle;
	color: rgba(0,0,0,0.35);
	width: 100px;
	padding: 15px 0;
	text-align: center;
	font-size: 24px;
	color: rgba(0,0,0,0.2);
	text-shadow: 1px 1px 0 rgba(255,255,255,1);
	font-weight: bold;
}
.advice.advice-default .advice_num  b {
	display: block;
	margin: 0 0 10px 0;
	font-size: 14px;
}
.advice.advice-success::after {
	width: 100px;
	padding: 15px 0;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: rgba(219,244,204,0.25);
	content: 'Позитивный';
	color: rgba(99,199,111,0.8);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	text-shadow: 1px 1px 0 rgba(255,255,255,1);
	font-weight: bold;
	text-align: center;
}
.advice .top  {
	padding: 10px 20px;
	line-height: 13px;
	border-bottom: 1px solid #EEEEEE;
	overflow: hidden;
}
.advice .top span {
	margin: 0 10px;
}
.advice .text  {
	padding: 10px 20px;
	color: #454545;
	position: relative;
}
.advice.is_foto {
	padding-left: 100px;
}
.advice.is_foto .text, .advice.is_foto .top {
	padding: 10px;
}
.advice_foto {
	margin: 5px 0 5px -95px;
	float: left;
	width: 90px;
	height: 90px;
}
/* advice rating */
.radio_stars {float:left}
.radio_star {display:inline-block; width:24px; height:24px; margin:0 3px 0 0; vertical-align:-6px;background: url('../images/star_ico.gif') 0 -21px no-repeat;}
.radio_star.empty {display:inline-block; width:24px; height:24px; margin:0 3px 0 0; vertical-align:-6px;background: url('../images/star_ico.gif') -30px -21px no-repeat;}
.star {
	display: inline-block;
	width: 17px;
	height: 15px;
	margin: 3px 0 0;
	vertical-align: -2px;
	background: url('../images/star_ico_small.png') 0 0 no-repeat;
}
.star.empty {
	display: inline-block;
	width: 17px;
	height: 15px;
	margin: 0 0px 0 0;
	vertical-align: -2px;
	background: url('../images/star_ico_small.png') -20px 0 no-repeat;
}
.red {color:#e63114 !important;}
.f18 {
	display: inline-block;
	font-size: 16px;
	padding: 3px 10px 0 10px;
	color: #454545;
}
.blprice {float:right; width:120px;}
.vamiddle td {vertical-align:middle !important;}
.top0 {padding-top:0;}
.top10 {margin-top:10px;}
.txt {padding:0 0 10px; /*height:30px; overflow:hidden;*/}

/* advice reset */
.page-header {
	padding-bottom: 9px;
	margin: 20px 0;
	border-bottom: 1px solid #eee;
}
.h1 {
	padding: 15px 0 0 0;
	font-size: 24px;
}
.lcol, .rcol {
    display: inline;
}
.lcol {
    float: left;
}
 .rcol {
    float: right;
}
.advice_pad {
	padding: 25px;
}
/* advice block */
.advice_block {
	overflow: hidden;
	position: relative;
	padding: 5px 5px 5px 50px;
	margin: 10px 0;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.advice_block .avatar {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 5px 0 -45px;
	border-radius: 3px;
	text-align: center;
}
.advice_block .avatar img {
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 4px;
}
.advice_block .advice_num {
	margin: 5px 0;
	float: left;
	background: rgba(119,119,119,1);
	color: #fff;
	border-radius: 3px;
	font-size: 11px;
	padding: 0 5px;
	height: 14px;
	line-height: 14px;
}
.advice_text {
	overflow: hidden;
	background: #f5f5f5;
	border-radius: 3px;
	padding: 10px
}
.advice_block.advice-success .advice_text {
	background: #DFF0D8;
}
.advice_block.advice-danger .advice_text {
	background: #FEF6F3;
}
.advice_text_h {
	margin-bottom: 0.5em
}
.advice_text_h span {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	padding: 0
}
.advice_meta {
	float: right;
	font-size: 12px;
	cursor: default;
	color: #aaa;
}
.errors {
	background: #FEF6F3;
	border-radius: 3px;
	padding: 10px;
	margin: 10px 0;
}
.advice_answer {
	margin: 10px 0;
	padding: 9px;
	border-radius: 3px;
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.advice_answer_h {
	font-weight: bold;
	margin: 0 0 10px 0;
}
.advice_block_answ {
	background: rgba(217,83,79,0.5);
	border-radius: 3px;
	padding: 2px 5px;
	position: absolute;
	right: 5px;
	font-size: 11px;
	color: #fff;
	bottom: 5px;
}

.easyTooltip {
	padding: 5px 8px;
	background: rgba(0,0,0,0.7);
	font: 12px/11px Calibri, Arial, Helvetica, sans-serif;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.advice_info {
	text-align: center;
	padding: 10px;
}