html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {

	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

html, body {

	height: 100%;
}

html {

	font-size: 100.01%;
}

body {

	background: #fff;
	font: normal 0.75em/140% Tahoma, sans-serif; /* 12 pixels */
}

:focus {

	outline: 0;
}

a {
	
	text-decoration: underline;
}

a:hover {
	
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	
	font-weight: normal;
	line-height: normal;
}

ol, ul {

	list-style: none;
}

table {

	border-collapse: collapse;
	border-spacing: 0;
}

ins {

	text-decoration: none;
}

caption, th, td {

	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

blockquote:before, blockquote:after,
q:before, q:after {

	content: "";
}

blockquote, q {

	quotes: "" "";
}

img {
	vertical-align: top;
}

.infoTextPost img , .infoarea img {
    max-width: 100%;
}

input {
	
	vertical-align: middle;
	margin: 0;
}

sup {
	
	vertical-align: super;
}

sub {
	
	vertical-align: sub;
}

.clearing {

	clear: both;
	height: 0;
	overflow: hidden;
	zoom: 1;
}

.self-clearing {
	
	zoom: 1;
}

.self-clearing:after {
	
	display: block;
	content: ".";
	height: 0;
	clear: both;
	overflow: hidden;
}

.hidden {
	
	display: none !important;
}

.imageFrame {
    border: 4px solid white;
    border-radius: 3px;
    box-shadow: 2px 2px 7px #999;
    background-color: white;
    padding:0!important;
    margin:0!important;
}


#tfresults {
    padding-bottom: 36px!important;
}

#tfresults_ div {
    overflow: inherit!important;
    overflow-y: inherit!important;
    height: auto!important;
}


#tfresults_ div.review {
    margin-bottom: 14px;
    border-bottom: 1px solid #F2F2F2;
}

#tfresults_ div.review:last-of-type {
    border-bottom: none!important;
    margin-bottom: 2px!important;
}

#tfresults_ div.bottom {
    padding-bottom: 5px!important;
}

#tfresults_ div {
    padding-right: 0!important;
}


.review .section1 div.source {
    display: inline-block;
}
.review .section1 div {
    display: inline;
    color: #BBB;
    margin-right: 16px;
}

.review .section2 div {
    margin-top: 8px;
}

.review .pros:before {
    color: green;
    content: 'Плюсы: ';
}


.review .cons:before {
    color: red;
    content: 'Минусы: ';
}