/*-----------------Стили для парсинга отзывов по Яндексу--------------------*/
.hreview {position: relative; font-size: 15px !important; border-top: 1px solid grey; 
		  margin-bottom: 10px; padding-top: 5px;}
/*.hreview:first-of-type {border-top: none;}*/
.hreview table {width: 100%;}
.hreview table tr td {vertical-align:top; padding: 2px; border: none;}
.hreview table tr td:first-of-type {width: 220px;}
.hreview .rating {margin: 0; padding: 0;}
.hreview .summary {font-size: 100%; font-weight: bold; margin: 0 5px 5px 5px;}
.hreview .reviewer {font-size: 110%; font-weight: bold; margin: 3px 0 7px 0; color: #555555; }
.hreview .description {font-size: 100%; text-align: justify; margin: 5px;}
.hreview .dtreviewed {font-size: 90%; margin: 0 0 7px 0;}
.hreview abbr {border-style: none;}
.hreview .tab-subrating {width: 100%; border-style: none;}
.hreview .tab-subrating tr td {padding: 0; font-size: 90%; color: #555555; text-align: left;}
.hreview img.subrating {height: 18px; width: 100px; float:right;}
/*----------------------------------------------------------*/
#noitems {font-size: 20px; text-align: center;}
/*---------------Стили всплывающего окна добавления нового отзыва-------------*/
#new-otzyv {display: block;	padding: 0px; border: 1px dotted #555555; font-size: 17px;
			border-radius: 10px; margin-top: 25px;}
#new-otzyv .header {padding: 2px 10px; font-size: 100%; font-weight: bold; margin-bottom: 5px; text-align: center;}
#new-otzyv .header_info {text-align: center;margin-bottom: 10px;}
#new-otzyv .header_info a {color: #000; font-weight: bold; text-decoration: none;}
#new-otzyv .body {padding: 5px 10%; }
#new-otzyv .body .item {padding: 0; margin: 0 0 5px 0;}
#new-otzyv .body .item p.title {font-size: 100%; margin: 0; padding: 0 5px;}
#new-otzyv .body .item .input * {width: 99%;}
#new-otzyv .body .item table.marks {width: 100%; font-size: 70%; border: none;}
#new-otzyv .body .item table.marks tr td {padding: 0; vertical-align: top; border: none;}
#new-otzyv .body .item table.marks tr td.opisanie{width: 50%;}
#new-otzyv .showmark {background-color: rgb(254,225,111); text-align: center; border-radius: 20px 0 0 20px;}

#new-otzyv .body .item table.contakts {width: 100%; font-size: 70%; border: none;}
#new-otzyv .body .item table.contakts tr td {padding: 0; vertical-align: top; border: none;}
#new-otzyv .body .item table.contakts tr td:first-of-type{width: 20%;}
#new-otzyv .body .item table.contakts tr td input {width: 99%;}
#new-otzyv .body .item table.contakts tr td.input-captcha input {width: 50px !important;}

#new-otzyv .mailsubtext {font-size: 80%; color: grey;}
.right{text-align: right;}
#new-otzyv button {cursor: pointer;}

/*
#navigation {text-align: center; font-weight: bold; margin: 10px 5px;}
#navigation a {font-size: 14px; color: #000000; margin-right: 8px; cursor: pointer; padding: 0px 3px; text-decoration: none;}
#navigation a:visited{color: #000000;}
#navigation a:hover {background-color: #d4a607;}
#navigation a.current {background-color: #86b93f;}
*/
.time {margin-top: 10px; font-size: 11px;}
.div_otzyvy .do_title {
	font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #c1c1c1;
}
.div_otzyvy .do_item {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c1c1c1;
}
.div_otzyvy .do_item .do_right {
	float: left;
	width: 55%;
}
.div_otzyvy .do_item .do_left {
	float: left;
	width: 40%;
    margin-right: 5%;
}
.div_otzyvy .do_item .do_left .do_name {
	font-weight: bold;
}

.do_name2 {
	margin: 10px 0px;
	font-weight: bold;
}
.do_date2 {
	margin: 10px 0px;
	color: #c1c1c1;
}

.div_otzyvy .do_item .do_left .do_date {
	margin: 10px 0px;
	color: #c1c1c1;
}
.div_otzyvy .do_item .do_left .do_ratei {
	font-size: 12px;
}
.div_otzyvy .do_item .do_left .do_ratei .do_ratei_left, .div_otzyvy .do_item .do_left .do_ratei .do_ratei_right {
	float: left;
	width: 50%;
}
.div_otzyvy .do_item .do_left .do_ratei .do_ratei_right img {
	margin: 0 2px;
}
.div_otzyvy .do_item .do_right .dor_title {
	margin-bottom: 10px;
    font-weight: bold;
}
.add_otzyv {
	margin: 30px 0px;
}
.add_otzyv .ao_left {
	float: left;
	margin-right: 10px;
	margin-left: 200px;
}
.add_otzyv .ao_right {
	float: left;
	margin-top: 25px;
}
.add_otzyv .ao_right a {
	color: #6666eb;
	text-decoration: none;
	border-bottom: 1px solid #6666eb;
	font-weight: bold;
}
.clear {
	clear: both;
}