.tooltip_wrapper{
	position: relative;
	display: inline-block;
}
.tooltip_block{
	z-index: 999;
	top:30px;
	position: absolute;
	width: 220px;
	border: 1px solid #abaaac;
	text-align: center;
	border-radius: 5px;
	background: #ffffff;
	
}
.tooltip_block .close a{
	position: absolute;
	display: inline-block;
	right:20px;
	top:10px;
}
.tooltip_block .title{
	position: relative;
	padding: 10px 40px;
	color: #434343;
	min-height: 30px;


	background: rgb(250,250,250); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGQ4ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgb(250,250,250) 0%, rgb(216,216,216) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(250,250,250)), color-stop(100%,rgb(216,216,216))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(250,250,250) 0%,rgb(216,216,216) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(250,250,250) 0%,rgb(216,216,216) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(250,250,250) 0%,rgb(216,216,216) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(250,250,250) 0%,rgb(216,216,216) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-8 */

}
.tooltip_block .title .corner{
	position: absolute;
	width:18px;
	height: 12px;
	top:-12px;
	right: 50%;
	background: url('../images/tooltip_corner.png') no-repeat;
}
.tooltip_block ul{
	padding: 0;
	margin: 0;
	display: inline-block;
	text-align: left;
}
.tooltip_block ul li{
	padding: 0;
	margin: 0;

}
.tooltip_block .content{
	padding: 12px 10px;
}
.tooltip_block .content a{
	color: #a0a0a0;
	text-decoration: underline;
	display: inline-block;
	margin-top: 10px;
	font-size: 14px;
}
.tooltip_block input{
	width: 100%;
	margin-bottom: 15px;
}
.tooltip_block .tooltip_button{
	width: 100%;
	border-radius: 15px;
	behavior: url(border-radius.htc);
	background:#e4cded;
	filter: none;
	color:#ffffff;
}
.tooltip_block .tooltip_button:hover{
	background:#be55e5;
}

.tooltip_block.auth{
	left:-72px;  /*расчитвается как "-" половина блока с тултипом (-124px) "+" половина блока-релатива "+" половина ширины стрелки (+9px)*/

}
.tooltip_block.callme{
	top:26px;
	left:-47px;  /*расчитвается как "-" половина блока с тултипом (-124px) "+" половина блока-релатива "+" половина ширины стрелки (+9px)*/
}
.tooltip_block.confirm{
	top:200px;
	left:-47px;  /*расчитвается как "-" половина блока с тултипом (-124px) "+" половина блока-релатива "+" половина ширины стрелки (+9px)*/
}




.tooltip_history_block{
	z-index: 999;
	-top:30px;
	-position: absolute;
	min-width: 780px;
	-border: 1px solid #abaaac;
	text-align: center;
	border-radius: 5px;
	background: #ffffff;
	-left:-420px;
	font-size: 11px;
	
}
.tooltip_history_block .close a{
	position: absolute;
	display: inline-block;
	right:20px;
	top:10px;
}

.tooltip_history_block .title{
	position: relative;
	padding: 10px 20px;
	color: #434343;
	min-height: 30px;
	font-size: 14px;

	background: rgb(250,250,250); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkOGQ4ZDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgb(250,250,250) 0%, rgb(216,216,216) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(250,250,250)), color-stop(100%,rgb(216,216,216))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgb(250,250,250) 0%,rgb(216,216,216) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgb(250,250,250) 0%,rgb(216,216,216) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgb(250,250,250) 0%,rgb(216,216,216) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgb(250,250,250) 0%,rgb(216,216,216) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d8d8d8',GradientType=0 ); /* IE6-8 */

}
.tooltip_history_block .title .corner{
	position: absolute;
	width:18px;
	height: 12px;
	top:-12px;
	right: 41%;
	background: url('../images/tooltip_corner.png') no-repeat;
}
.tooltip_history_block .content{
	padding: 10px 0;
}
.tooltip_history_block .content_block{
	position: relative;
	height: 125px;
	margin-bottom: 20px;
	padding: 0 15px;
}
.tooltip_history_block .content .history_info {
	line-height: 1.2;
	position: absolute;
	bottom: 0;
}
.status,
.status.new {
	color:#f26522;
}
.status a {
	color:#f26522;
	text-decoration: underline;
}
.status.confirmed,
.status.delivery {
	color:#9615f1;
}
.status.payed,
.status.canceled {
	color: #222;
	}
.status.done {
	color:#6da61f;
	}
.tooltip_history_block .content .history_info .item_stamp{
	margin:15px 0;
}
.tooltip_history_block .content .history_info .repeat a{
	text-decoration: underline;
}

.tooltip_history_block .content .history_item_block{
	position: absolute;
	bottom: 0;
}

.tooltip_history_block .content .history_item_block .item_image{
	height: 100px;
	width: 90px;
	display: inline-block;
	line-height: 100px;
	vertical-align: bottom;
	position: relative;
}
.tooltip_history_block .content .history_item_block .item_image.middle img,
.tooltip_history_block .content .history_item_block .item_image.middle{
	vertical-align: middle;
	}
.tooltip_history_block .content .history_item_block .item_image.plus {
	}

.tooltip_history_block .content .history_item_block .item_image img {
	max-height: 80px;
	max-width: 60px;
}
.tooltip_history_block .content .history_item_block {
	line-height: 1.2;
}

.tooltip_history_block .content .history_item_block.photo .item_image{
	line-height: 1.2;
	background: url('../images/history/items/photo.png') bottom no-repeat;
}
.tooltip_history_block .content .history_item_block.photo.active{
	color:#9615f1;
}

.tooltip_history_block .content .plus{
	position: relative;
	height: 115px;
	float: left;
}
.tooltip_history_block .content .plus img{
	position: absolute;
	left: 0;
	top: 50%;
}
.tooltip_history_block .content .plus.type_1{
	margin-left:-5px;
}
.tooltip_history_block .content .plus.type_2{
	margin: 0 10px;
}
.tooltip_history_block .content .sep{
	width: 100%;
	padding: 0 15px;
}
.tooltip_history_block .content .sep .line{
	width: 100%;
	border-bottom: 1px solid #bcbcbc;
}
.tooltip_history_block .content .review{
	box-shadow: inset 0 0 5px #dbdbdb;
	width: 100%;
	background-color: #e9e9e9;
	padding: 15px;
	position: relative;
}


.review .photo{
	display: inline-block;
}
.review .photo .top{
	height: 41px;
	background: url('../images/photoframe/review/top_1.png') no-repeat left;
	padding-left: 40px;
}
.review .photo .top>div{
	height: 41px;
	padding-right: 42px;
	background: url('../images/photoframe/review/top_2.png') no-repeat right;
}
.review .photo .top>div>div{
	height: 41px;
	background: url('../images/photoframe/review/top_3.png') repeat-x ;
}
.review .photo .middle{
	padding-left: 40px;
	background: url('../images/photoframe/review/mid_1.png') repeat-y left;
}
.review .photo .middle>div{
	padding-right: 40px;
	background: url('../images/photoframe/review/mid_2.png') repeat-y right;
}
.review .photo .bottom{
	height: 44px;
	background: url('../images/photoframe/review/bottom_1.png') no-repeat left;
	padding-left: 40px;
}
.review .photo .bottom>div{
	height: 44px;
	padding-right: 42px;
	background: url('../images/photoframe/review/bottom_2.png') no-repeat right;
}
.review .photo .bottom>div>div{
	height: 43px;
	background: url('../images/photoframe/review/bottom_3.png') repeat-x ;
}

.review .social{
	display: inline-block;
	line-height: 27px;
	height: 27px;
	vertical-align: middle;
	width: 100%;
	margin-top: 10px;
}
.review .social .text{
	font-size: 12px;
	vertical-align: top;
}
.review .social .link_wrapper{
	width: 27px;
	height: 27px;
	margin: 0 3px;

}
.review .social .link_wrapper.vk{
	background: url('../images/icons/review/vk.png') no-repeat center;
}
.review .social .link_wrapper.fb{
	background: url('../images/icons/review/fb.png') no-repeat center;
}
.review .social .link_wrapper.inst{
	background: url('../images/icons/review/inst.png') no-repeat center;
}
.review .social .link_wrapper a{
	width: 27px;
	height: 27px;
	display: inline-block;
}

.review .review_text{
	white-space: normal;
	margin: 15px 0;
	padding:20px 15px;
	border-radius: 25px 25px 0 25px;
	font-size: 12px;
	width: 95%;
	position: relative;
	background-color: #ffffff;
}
.review .review_text .tail{
	position: absolute;
	background: url('../images/review_tail.png') no-repeat;
	width: 15px;
	height: 19px;
	bottom:0;
	right: -15px;
}
.review .allow{
	white-space: normal;
	font-size: 12px;
	line-height: 1.2; 
}
.review .allow input{
	vertical-align: top;
	height: 15px;
	margin-right: 3px;
}
.review .corner{
	width: 16px;
	height: 9px;
	position: absolute;
	background: url('../images/review_corner.png') no-repeat top;
	top:-9px;
	right:45px;
}