.padRight10 { 
	padding-right:10px;
}
.head-wrap-l h1 {
	font-size: inherit;
	font-weight: normal;
}
.detail-page {
	padding: 0 10px 0 20px;
}
.detail-page h2 {
    color: #B82600;
	font-family: "Georgia", serif;
	font-weight: normal;
	font-size: 26px;
}
.detail-img {
	display: block;
    background-color: #FFFFFF;
    box-shadow: 0 0 6px #BBBBBB;
    height: 197px;
    padding: 7px 9px;
    width: 295px;
	border-bottom: 5px solid #71A000;
	float: left;
}

.detail-img:hover {
	background-color: #72a000;
	cursor: pointer;
}

.detail-anons {
    float: right;
    width: 300px;
}
.detail-anons p {
    color: #484848;
    font-size: 11.5pt;
    padding-bottom: 25px
}
.detail-anons .detail-tegs {
    color: #984E3B;
    font-size: 9pt;
}
.detail-anons-bottom {
    background: #EFDFCB;
    margin: 0;
	margin-top: 20px;
    padding: 10px;
}
.detail-anons-bottom .date {
    color: #989191;
    float: left;
    font-size: 10pt;
}
.detail-anons-bottom ul {
    float: right;
    list-style: none;
}
.detail-anons-bottom ul li {
    background-image: url("../i/markup/icons.png");
    background-repeat: no-repeat;
    color: #664613;
    float: left;
    font-family: "Arial",sans-serif;
    font-size: 12px;
    padding-left: 20px;
}
.detail-anons-bottom ul li span{
    padding-right: 10px;
}
.detail-anons-bottom ul li:last-child span{
    padding-right: 0px;
}
.detail-anons-bottom ul li.movie {
	background-position: left -543px;
}
.detail-anons-bottom ul li.comment {
	padding-left: 25px !important;
	background-position: left -287px;
}
.detail-anons-bottom ul li.like {
	background-position: left -350px;
}
.detail-block {
	width: 644px;
    font-family: "Tahoma","Arial","sans-serif";
    font-size: 11pt;
    margin-bottom: 20px;
	margin-left: -7px;
}
.detail-block-top {
    background: url("../i/bg-detail-block-top.png") top left no-repeat; 
	width: inherit;
    height: 20px;
}
.detail-block-center {
    background: url("../i/bg-detail-block-center.png") top left repeat-y;
	padding: 10px 23px;
}
.detail-block-bottom {
    background: url("../i/bg-detail-block-bottom.png") top left no-repeat; 
	width: inherit;
    height: 20px;
}
.detail-block .need-will {
    float: left;
    list-style: none outside none;
    padding: 0 5px;
}
.detail-block .need-will li {
    background: url("../i/bullet-green.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #7F7F7F;
    font-size: 11pt;
    margin-left: 15px;
    padding-left: 10px;
}

.detail-block .need-will li.chef {
    background: url("../i/ico-chef.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #71A000;
    font-size: 14pt;
    margin: 5px 0;
    padding-left: 25px;
}

.detail-block .autor-block {
    float: right;
    font-size: 10pt;
	padding: 0 5px 5px 20px;
    text-align: right;
}

.detail-block .autor-block p {
    color: #8E5252;
}

.detail-block .autor-block a {
    color: #71A000;
	text-decoration: underline;
}

.detail-block .autor-block a:hover {
	text-decoration: none;
}

.detail-block .autor-block .img {
    border-radius: 50%;
    box-shadow: 0 0 6px #BBBBBB;
    margin: 10px 0;
	width: 115px;
	height: 115px;
	overflow: hidden;
}
.detail-block .autor-block img {

}
#popupMessages {
	width: 330px;
	position: fixed;
	bottom: 0;
	z-index: 999;
}
#popupMessages .messageOne {
	height: 155px;
	width: 280px;
	float: left;
	border: 10px solid #FFF;
	background: #FDF2DD;
	padding: 10px;
	position: relative;
	margin:5px;
}
#popupMessages .messageOne .head {
	color: #B82600;
	font-size: 14pt;
	text-transform: uppercase;
	font-family: 'FranklinGothic',sans-serif;
}
#popupMessages .messageOne .close {
	right: 10px;
	position: absolute;
	top: 10px;
	background: url('../i/bg-close.png') center no-repeat;
	text-indent: -10000px;
	width: 15px;
	height: 15px;
}
#popupMessages .messageOne .userInfo {
	padding: 5px 0px;
	float: left;
}
#popupMessages .messageOne .userInfo .user-photo {
	border:5px #fff solid;
	float: left;
}
#popupMessages .messageOne p {
	color:#616161; 
	font-family:Calibri;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}
#popupMessages .messageOne a {color:#6c8e16;}
#popupMessages .messageOne .userInfo p {
	font-weight: normal;
	padding-left: 85px;
	font-style: normal;
	padding-top: 14px;
	line-height: 1.5;
	font-size: 10pt;
	font-family:Tahoma;
}
.lastRecipes {
	padding:40px 0 0 0;
}