@font-face {
    font-family: 'Danone';
    src: url('http://st2.oede.by/st/fonts/hrm67.eot');
    src: url('http://st2.oede.by/st/fonts/hrm67.eot?#iefix') format('embedded-opentype'),
             url('http://st2.oede.by/st/fonts/hrm67.woff') format('woff'),
             url('http://st2.oede.by/st/fonts/hrm67.ttf') format('truetype'),
             url('http://st2.oede.by/st/fonts/hrm67.svg#hrm67') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: MyriadPro-Regular;
  src: url("../fonts/MyriadPro-Regular.ttf");
}
@font-face {
  font-family: OpenSans-Regular;
  src: url("../fonts/OpenSans-Regular.ttf");
}

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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    background-image: -o-linear-gradient(bottom, #B5D2E5 0%, #92C5FF 100%);
    background-image: -moz-linear-gradient(bottom, #B5D2E5 0%, #92C5FF 100%);
    background-image: -webkit-linear-gradient(bottom, #B5D2E5 0%, #92C5FF 100%);
    background-image: -ms-linear-gradient(bottom, #B5D2E5 0%, #92C5FF 100%);
    background-image: linear-gradient(to bottom, #B5D2E5 0%, #92C5FF 100%);

    line-height: 1;
    margin: 0 auto;
}

.danoneMenu{
    width: 186px;
    font:18px/44px Danone !important;
    padding-left: 19px !important;
    padding-right: 17px !important;
    text-shadow: 0 1px 1px #0C4985 !important;
}

.topBanner {
    text-align: center;
    height: auto;
    /*background-color: #110f0f;*/
    /*background-color: #fff;*/
    /*background-color: #d62026;*/
}


.brandHeader {
    /*background: url(../img/brand/spring/header.png) repeat center center;*/
    background: url(../img/ng/top.png) no-repeat center center;
    position: absolute;
    height: 920px;
    width: 100%;
    z-index: 0;
    top:0px;
    cursor: pointer;
}

.clouds {
    background: url(../img/brand/spring/elements.png) no-repeat center center;
    position: absolute;
    height: 912px;
    width: 100%;
    z-index: -1;
    top:-20px;
}
.stor{
    background: url(../img/ng/storona.png) repeat-y center center;
    position: absolute;
    height: 501px;
    width: 100%;
    z-index: -1;
    top:920px;
}
.topUzor{
    background: url(../img/ng/orn.png) repeat-x;
    position: absolute;
    height: 17px;
    width: 100%;
    z-index: 0;
    top:0px;
}
.brandFooter {
    background: url(../img/brand/spring/footer.jpg) repeat center center;
    height: 1090px;
    width: 100%;
    z-index: -1;
    position: relative;
    margin-top: -1090px;
}

.menu .gc-menu-button {
    padding: 0;
    width: 120px;
    height: 40px;
}

.menu .gc-menu-button img {
    left: -23px;
    position: relative;
    top: -23px;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

a {
/*color: #2a6d9f;*/
color:#000;
}
.blue {color: #2a6d9f;}
.grey {color: #919191;}
.light-grey {color: #656565 !important;}
.red {color: #993333;}
.orange {color: #ce6f00;}

img.corner {
    border-radius:4px;
}

.paginationData {
    margin-top: 30px;
}

.no-margin {
    margin: 0px;
}


/* кнопки тегов при автосаждесте*/
.tag-button .cross {
    background:url("../img/close.png") no-repeat scroll 0 0 transparent;
    cursor:pointer;
    float:right;
    height:20px;
    width:20px;
    margin-top: 1px;
}
.tag-button .cross:hover {
    background:url("../img/close-hover.png") no-repeat scroll 0 0 transparent;
}

.tag-button .cross:active {
    background:url("../img/close-active.png") no-repeat scroll 0 0 transparent;
}

.tag-button {
    background-color:#CCCCCC;
    border-radius:15px 15px 15px 15px;
    color:#FFFFFF;
    float:left;
    font-family:arial;
    font-size:12px;
    margin:0 5px 5px 0;
    padding:2px 1px 2px 3px;
    text-align:center;
    text-shadow:0 0 1px #555555;
}
.tag-button span{
    margin-top: 4px;
    display: block;
    float: left;
    margin-right: 9px;
    margin-left: 9px;
    font:12px/14px Tahoma;
    text-shadow:  #888 0px 1px 1px;
}

/* кнопки тегов при автосаждесте*/

/* наверх */
a#move_up {
    position: fixed;
    top: 0px;
    display: none;
    background: none repeat scroll 0 0 #000;
    color: #FFFFFF;
    width: 90px;
    height: 21px;
    text-align: center;
    font: 12px Verdana;
    text-decoration: none;
    padding-top:5px;
    opacity:0.5;
    filter: alpha(opacity=50);
}
a#move_up:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
/* наверх */



/** reformal **/

.frgtd a {
    opacity:0.5;
    filter: alpha(opacity=50);
background:#000 !important;
}

.frgtd a:hover {
    opacity:0.9;
    filter: alpha(opacity=90);
}

/** reformal **/


#breadcrumbs {
    color: #6B6B6B;
    font: 11px/18px Arial;
    margin-bottom: 15px;
    margin-top: -7px;
}
#breadcrumbs a {
    color: #B2B1B1;
    text-decoration: underline;
}
#breadcrumbs span, .searchBreadcrumbs span {
    color: #969696;
    font-size: 11px;
    margin: 0 5px;
    padding: 0 10px;
    background: url(../img/arr-breadcrambs.png) no-repeat center center;
}

ol, ul {list-style: none;}
:focus {outline: 0;}
table {border-collapse: collapse;border-spacing: 0;}
.left {float: left;}
.right {float: right;}
.text-right {text-align: right;}
.clear {clear: both;}

.th {
    width:100%;
    border-bottom: 2px solid #DDD;
}

.noDecoration {
    text-decoration: none !important;
}

.mainShadow {
    -moz-box-shadow:    0 0 5px 0px #858585;
    -webkit-box-shadow: 0 0 5px 0px #858585;
    box-shadow:         0 0 5px 0px #858585;
}

.tizer-main {
    margin-bottom: 20px;
}

.text14 {color: #333333;font: 14px/36px Tahoma, Arial;}
.content {
    width: 998px;
}

.pointer {
    cursor:pointer;
}

#banners {margin: 0 15px; padding: 10px 0;}
.r18margin {margin-right: 18px;}

#sm-popup {
    width: 74px;
    position: absolute;
    margin: -32px 0 0 3px;
}
#sm-block {
    background: #fff;
    width: 72px;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
}
#sm-t {
    width: 74px;
    height: 4px;
    background: url(../img/sm-block-t.png) no-repeat top left;
}
#sm-b {
    width: 74px;
    height: 5px;
    margin: -1px 0 0 0;
    background: url(../img/sm-block-b.png) no-repeat top left;
}
.sm-title, .sm-link, .sm-link-s {
    display: block;
    height: 20px;
    border-bottom: 1px solid #dcdcdc;
    text-align: left;
    padding: 0 0 0 10px;
    color: #8c8c8c;
    font: 11px/20px Tahoma,Arial;
    text-decoration: none;
}
.sm-link-s, .sm-link:hover {background: #e1eed6;}
.sm-title {color: #dddddd;}
#log-in {
    background: url(../img/log-in.png) no-repeat top left;
    height: 41px;
    width: 162px;
    display: block;
}

.coolstyle {
    background: url(../img/menu-margin-1.png) no-repeat top left;
    margin:-4px 0 0 -3px;
    width: 110px;
    height: 4px;
}
.menu-popup {
    border: 1px solid #5e7a18;
    background: #a9ca5d;
    padding: 3px;
    z-index: 9;
}


.block {display:block}

#sr-popup {
    width: 395px;
    position: absolute;
    margin: 39px 0 0;
}
#sr-block {
    width: 395px;
    background: url(../img/sr-block.png) repeat-y top left;
}
.sr-sub {
    width: 379px;
    height: 61px;
    border-top: 1px solid #e9e9e9;
    padding: 5px 2px 5px 10px;
    margin: 0 0 0 2px;
}
.sr-sub:hover {background: #e3f5f5;}
.sr-sub-icon {
    width: 60px;
    float: left;
}
.sr-sub-text {
    width: 239px;
    padding: 0 5px;
    float: left;
}
.sr-sub-title {
    padding: 5px 0 0px 0;
    font: 11px/14px Tahoma,Arial;
    color: #3a6abe;
}
.sr-sub-rating {
    padding: 5px 0 3px;
    font: 11px/13px Tahoma,Arial;
    color: #656565;
    height: 13px;
}
.sr-sub-rating img {
    display: block;
    float: left;
}
.rat {margin: 0 3px 0 0;}
.sr-sub-time {
    padding: 1px 0 0;
    font: 11px/14px Tahoma,Arial;
    color: #656565;
}
.sr-sub-date {
    padding: 1px 0 0;
    font: 10px/14px Tahoma,Arial;
    color: #919191;
}
.sr-sub-link {
    width: 70px;
    float: left;
    font: 11px/61px Tahoma,Arial;
    color: #3a6abe;
}
.sub-link {color: #3a6abe;}
.sub-link:hover {text-decoration:none;}
#sr-b {
    width: 395px;
    height: 6px;
    background: url(../img/sr-block-b.png) no-repeat top left;
}

/*  !!! COOK MENU PAGE     */

#left-cook {
    float: left;
    width: 262px;
    margin-top: 0px;
    padding: 0 18px;
    position: absolute;
    height: 460px;
}

#save_menu {
    width: 682px;
    float: left;
}


.cook-menu-t {
    width: 262px;
    height: 2px;
    background: url(../img/cook-menu-t.gif) no-repeat top left;
    clear: both;
}
.cook-menu-b {
    width: 262px;
    height: 2px;
    background: url(../img/cook-menu-b.gif) no-repeat top left;
    clear: both;
}
.left-cook-hr {background: url(../img/hr-1.gif) repeat-x center left;height: 1px;clear: both;}


.meta-cook {text-align: right;padding-right: 18px;height: 19px;margin-top: 10px;margin-bottom: 10px;}
.meta-cook img{vertical-align: middle}


#mn {
    width: 192px;
}
#mn-block {
    width: 190px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding-bottom: 5px;
}
.mn-link-block {
    display: block;
    height: 23px;
    text-align: left;
    padding: 0 8px;
    text-decoration: none;
    color: #656565;
    font: 11px/27px Arial;
}
.mn-link {
    color: #2a6d9f;
    font: 11px/25px Tahoma,Arial;
    text-decoration: none;
}

#mn .dashed {
    border-bottom: 1px dashed #E0E0E0;
    margin: 3px 5px;
}

#mn .solid {
    border-bottom: 1px solid #E0E0E0;
    margin: 5px 0;
    padding: 0 5px;
}

.icon-recipe-manage {
    width: 16px;
    height: 15px;
    float: left;
    margin-right: 5px;
    background: url(../img/btn/btns.png) no-repeat scroll ;
    position: relative;
    top: 5px;
}

.icon-cookbook {
    background-position: -179px -167px;
}
.icon-menu {
    background-position: -202px -167px;
}
.icon-tellFriends {
    background-position: -103px -167px;
}
.icon-print {
    background-position: -77px -167px;
}

#mn-t {
    width: 192px;
    height: 2px;
    background: url(../img/mn-t.gif) no-repeat top left;
}
#mn-b {
    width: 192px;
    height: 2px;
    margin: -1px 0 0 0;
    background: url(../img/mn-b.gif) no-repeat top left;
}

/* popup */
.notice-bg{
    background: #ccc;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: fixed;
    top:0px;
    left: 0px;
    opacity: 0.5;
}

#green-popup-login {
    position: absolute;
    text-align: center;
    top: 0%;
    width: 100%;
    z-index: 110;
}

#green-popup-l {
    background: url(../img/gr-popup-l.png) no-repeat top left;
    width: 8px;
    height: 179px;
    float: left;
}
#green-popup-r {
    background: url(../img/gr-popup-r.png) no-repeat top left;
    width: 8px;
    height: 179px;
    float: left;
}
.green-popup-t {
    background: url(../img/gr-popup-t.png) repeat-x top left;
    height: 6px;

    background: url(../img/right-cook-b.png) no-repeat top left;
    clear: both;
}

.bl2 {
    border: 4px solid #A7BF67;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 3px 2px #C4C4C4;
}


.popup-rules {
    top:10% !important;
}
.popup-rules .p10 {
    overflow: auto;
    height:250px;
}

.green-popup-cont-rules {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #656565;
    font: 11px/14px Arial,Tahoma;
    height: 300px;
    width: 550px;
}

.green-popup-cont-rules p{
    text-align: left;
}

/* popup */


.hidden {
    display:none;
}

.hidden-important {
    display:none !important;
}


.profile-shops-retailer .shopName {
    float: left;
    margin-right: 20px;
}

.profile-shops-retailer .countFavoriteShops {
    float:right;
    margin-right:23px;
    color:green
}


/* popup */

#green-popup {
    position: fixed;
    text-align: center;
    top: 10%;
    width: 100%;
    z-index: 104;
}
#green-popup-l {
    background: url(../img/gr-popup-l.png) no-repeat top left;
    width: 8px;
    height: 179px;
    float: left;
}
#green-popup-r {
    background: url(../img/gr-popup-r.png) no-repeat top left;
    width: 8px;
    height: 179px;
    float: left;
}
.green-popup-t {
    background: url(../img/gr-popup-t.png) repeat-x top left;
    height: 6px;
    width: 100%;
}
.green-popup-b {
    background: url(../img/gr-popup-b.png) repeat-x top left;
    height: 9px;
    width: 100%;
}
.gr-popup-title{
    background: url(../img/gr-popup-title.png) repeat-x top left;
    height: 28px;
    color: #333333;
    font: 12px/28px Tahoma, Arial;
}
.plr8 {
    padding: 0 8px;
}

.green-popup-cont {
    background: #fff;
    min-height: 100px;
    color: #656565;
    font: 11px/14px Tahoma,Arial;
}

.p10 {padding: 10px 15px;}

.ml112{margin-left: 112px;}
.mb5 {margin-bottom:5px;}
.input-add-green {
    width: 174px;
    padding: 0 5px;
    color: #919191;
    font: 14px/18px Tahoma,Arial;
    height: 28px;
    border: 1px solid #EEEEEE;
    float: left;
    margin: 2px 0 0;
}
.sliced-green-add {
    background: url(../img/inactive-green.png) repeat top left;
    width: 232px;
    height: 170px;
    position: absolute;
    margin: 0 0 0 -2px;
    z-index: 10;
}
.closePopup img,.closeMenuPopup img{
    position: relative;
    right: -7px;
    top: 16px;
    cursor: pointer;
}
.popup-content {
    padding: 10px;
    max-height: 445px;
    max-width: 800px;
    overflow: auto;
    text-align: left;
}

.t {background: url(../img/popup/t.png) 0 0 repeat-x;}
.b {background: url(../img/popup/b.png) 0 100% repeat-x}
.l {background: url(../img/popup/l.png) 0 0 repeat-y}
.r {background: url(../img/popup/r.png) 100% 0 repeat-y}
.bl {background: url(../img/popup/bl.png) 0 100% no-repeat}
.br {background: url(../img/popup/br.png) 100% 100% no-repeat}
.tl {background: url(../img/popup/tl.png) 0 0 no-repeat}
.tr {background: url(../img/popup/tr.png) 100% 0 no-repeat; padding:6px}


.select-gr-popup {
    width: 190px;
    height: 30px;
    padding: 3px;
    font: 13px/18px Tahoma,Arial;
    float: left;
    margin: 2px 0 0;
}

.popup-addRecipeBook {
    width:auto !important;
}

.addNewRecipeBookCategory {
    padding-right:10px;
}

.recipeBookOption {
    background:url(../img/options.png) no-repeat;
    width: 70px;
    height: 18px;
}

/* popup */

.inline {
    display: inline-block; /*блок строчный, а значит будет центрироваться*/
    /*display: inline;  для IE6-7, которым неведом inline-block */
}

.notJS {
    color: red;
    font: 12px Tahoma;
    text-align: center;
}



/* Comments
------------------------------------------------ */
#commentsStart {
    margin:30px 0;
}
.avatar {float:left; margin-right:10px;}
.articleComment {border-bottom:1px dotted #E3E3E3; margin-bottom:15px; padding-bottom:15px;}

.cookingKarma {
    color:#333;
    font-size:16px;
    margin-bottom:10px;
    margin-top:30px;
}

.countKarma {
    color: #333333;
    margin:0 5px;
    font-weight:bold;
}

.karmaNull {color:#A9A9A9}
.karmaPlus {color:#66A429}
.karmaMinus{color:#CC0000}
.commentBad1{opacity:0.8;}
.commentBad2{opacity:0.65;}
.commentBad3{opacity:0.5;}
.commentBad4{opacity:0.35;}
.commentBad5{opacity:0.2;}

.textComment a:hover { opacity:1;}

.getEnterForm {cursor:pointer;}

.comUserName {
    margin-bottom: 8px ! important;
}

.comUserName label{
    margin-right:10px;
    width: auto;
}

.userName {
    text-decoration:none;
}

.guestName {
    color:#9AB955;
}

.comText {
    margin-bottom:15px;
}

.comText .contentArea{
    margin-top:5px;
}
.comText .contentArea textarea{
    width:100%
}
.smiles {
    border:1px solid #E5E5E5;
    margin-top:5px;
    padding:5px;
    display:none;
}

.getSmile {
    margin-top:5px;
    font-size:12px;
}

.smile {
    cursor: pointer;
}
.articleComment {
    padding-bottom:5px;
    border-bottom:0;
}
.articleComment .manageComm{
     font: 12px/14px Tahoma;
    margin-bottom:5px;
    padding:3px;
    background-color:#E5E5E5;
}

.userName {
    font: 13px Tahoma,Arial;
    color:#0088CC;
}
.textComment {
    font: 12px/18px Tahoma,Arial;
}
.replyBlock{
    margin-top:5px;
    float:right;font-size: 12px;
}
.replyBlock a,.getSmile a {
    color:#0088CC;
    text-decoration: none;
     font: 12px/14px Tahoma;
}

#comment {
    font: 12px/14px Tahoma;
    max-width: 100%;
    min-width: 100%;
    padding: 5px;
}

.comForm {
    border-top: 1px dotted #E3E3E3;
    padding: 15px 0;
    font-size:13px;
}

.comment-date {
    color: #656565;
    font: 12px Tahoma,Arial
}

.redBorder {
    border-color:red;
}

#errorComm {
    color: red;
    float: right;
    font: 12px/14px Tahoma;
    position: relative;
    top: 7px;
    text-shadow: none;
}
.commTitle {
    border-bottom:1px dotted #E3E3E3;
    font:18px/24px Tahoma,Arial;
    margin:0 0 10px;
    padding-bottom:10px;
    color: #333333;
}
#countComm {
    font-weight: bold;
    font-size:20px;
}

.no-border {
    border:0;
}


.karmaDown {
    color:red;
}

.karmaUp {
    color:#0088CC;
}

.karmaUp,.karmaDown,.reply ,#getSmile, .remote  {
    cursor:pointer;
}

.addCommentBtn {
    margin: 20px 0;
}
.addCommentBtn span{
    font-weight: 600;
    line-height: 15px;
    text-shadow: #157a81 0px 1px 1px;
}
.button-addComment span {
    background: url("../img/btn/addComment.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 32px;
    width: 186px;
}

.button-addComment:hover span {
    background-position: 0 -40px;
}
/* Comments
------------------------------------------------ */



.hr-r {background: url(../img/hr-r.jpg) no-repeat center left; height: 10px; width: 998px;padding: 10px 0;}
a.blue:hover {
    text-decoration: underline;
}
.red-link {color: #993333;}
.orange {color: #ce6f00;}
.hr-link {color: #2a6d9f;font: 12px/24px Tahoma,Arial;padding: 0 0 0 20px;}
.us-link {color: #2a6d9f;font: 12px/24px Tahoma,Arial;}
.hr-link:hover {text-decoration: none;}
.margin {margin: 0 10px 15px 0;}
.vk, .fb, .tw, .gp, .lj, .ok, .ms {height: 33px; width: 33px;padding: 0 9px 0 0;display: block;float: left;}
.vk {background: url(../img/icons/vk-ico.png) no-repeat center left;}
.fb {background: url(../img/icons/fb-ico.png) no-repeat center left;}
.tw {background: url(../img/icons/tw-ico.png) no-repeat center left;}
.gp {background: url(../img/icons/gp-ico.png) no-repeat center left;}
.lj {background: url(../img/icons/lj-ico.png) no-repeat center left;}
.ok {background: url(../img/icons/ok-ico.png) no-repeat center left;}
.ms {background: url(../img/icons/ms-ico.png) no-repeat center left;}

.first-last {
    font-size: 16px;
    font: 16px/24px Tahoma,Arial;}
.profile {
    float: left;
    margin-left: 8px;
    margin-top: 2px;
    width: 122px;
}
.photo-profile {
    float: left;
    width: 150px;}

.profile-info-title {
    color: #656565;
    font: 14px/18px Tahoma,Arial;
}

.content-padding {
    padding: 0 18px;
}

#content-padding{
    padding: 18px;
	width: 100%;
	overflow: hidden;
}


.leftContent {
    padding-right: 18px;
    width: 688px;
    border-right: 1px solid #DDDDDD;
    float: left;
	z-index: 10;
	position: relative;
}



.leftContent h1, #wide h1 {
    font: 24px Tahoma, Arial;
    color: #333333;
}

.leftContent h2, #wide h2 {
    font: 16px Arial,Tahoma;
    color: #333333;
}
.leftContent h3 {
    font: 18px/24px Tahoma, Arial;
    padding: 15px 0 0 0;
}
.leftContent h4 {
    font: 16px/24px Tahoma, Arial;
    color: #333333;
    clear: both;
    padding: 10px 0;
}
.leftContent p, .instructions{
    margin: 0;
    padding: 5px 0;
    color: #333;
    font: 12px/18px Arial, Verdana;
}

#send-question, #presentation-form input[type="submit"] {
    background: url("../img/question-btn.gif") repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    float: right;
    height: 34px;
    margin-top: 10px;
    padding: 0;
    width: 169px;
}

 #send-question:hover {
    background: url("../img/question-btn-hover.gif") repeat scroll 0 0 transparent;
}

 #send-question:active {
    background: url("../img/question-btn-active.gif") repeat scroll 0 0 transparent;
}


.article-info .text p{
    padding: 0px;
}
.instructions .hr-solid {
    margin: 10px 0;
}

small {color: #333333;font: 12px/18px Tahoma, Arial, Verdana;}
.date {
    font: 10px/24px Tahoma,Arial;
    color: #656565;
}
a.dotted {
    font: 11px/16px Tahoma,Arial;
    text-decoration:none;
    border-bottom: #993333 1px dotted;
}
a.dotted:hover {
    text-decoration: none;
    border: 0;
}
a.link {
    font: 11px/24px Tahoma,Arial;
    text-decoration:none;
    border-bottom: #2a6d9f 1px dotted;
}
a.link:hover {
    text-decoration: none;
    border: 0;
}
a.small {
    font: 11px/24px Tahoma,Arial;
    text-decoration: none;
    color: #2a6d9f;
}
a.small:hover {
    text-decoration: underline;
}

.text-410 {
    width: 410px;
    float: left;
    padding: 5px 5px 5px 20px;
}
.preparation {
    width: 410px;
    float: left;
    padding: 5px 0;
    width: 100%;
    color: #333333;
    font: 14px/18px Tahoma, Arial;
}

.preparation .result-photo, .preparation .photo {
    margin-right: 10px;
}

.block25 {
    width: 160px;
    color: #656565;
    font: 14px/14px Tahoma, Arial;
    float: left;
    padding: 10px 10px 30px 0;
}
.desc {
    color: #656565;
    font: 12px/18px Arial, Verdana;
    padding: 15px 0 10px 0;
}
.prize-slider .nav, .prize-slider .icon, .prize-slider .text {
    float: left;
    padding: 0 5px;
}
.prize-slider .text {
    width: 230px;
    vertical-align: top;
    color: #656565;
    font: 12px/18px Tahoma,Arial;
    padding: 5px;
}
.prize-slider .left-text2 {
    padding-right: 15px;
    color: #656565;
    font: 12px/18px Tahoma,Arial;
    vertical-align: top;
    width: 285px;
    padding-top: 20px;
    float: left;
}
.prize-slider .right-text2 {
    padding-left: 15px;
    color: #656565;
    font: 12px/18px Tahoma,Arial;
    vertical-align: top;
    width: 310px;
    padding-top: 20px;
    float: left;
}
.prize-slider .nav img {
    margin: 20px 0 0 0;
}
.right-border {
    border-right: 1px solid #dddddd;
}
.left-border {
    border-left: 1px solid #dddddd;
}
.tb5 {padding: 5px 0;}

.hr-solid-banner {
    margin: 0pt 15px;
    background: url(../img/hr-solid.png) repeat-x center left;
    height: 2px;
    clear: both;
}

.hr-solid {
    border-bottom: 1px solid #E0E0E0;
    height: 2px;
    clear: both;
    padding: 2px 0;
    margin: -2px 0 0;
}
.hr-dotted-recipeBookOption {
    background: url(../img/hr-dotted.gif) repeat-x center left;
    height: 1px;
    clear: both;
    padding: 5px 0;
    margin: 0 0px;
}
.wrap-img {
    margin: 0 20px 0 0;
}

.blue12 {
    color: #2a6d9f;
    font: 12px Arial,Tahoma;
}

.blue14 {
    color: #2a6d9f;
    font: 12px Arial,Tahoma;
}
.sliced {
    position: absolute;
    margin: -6px 0 0 -6px;
}
.sliced2 {
    background: url(../img/n.png) no-repeat top left;
    position: absolute;
    width: 37px;
    height: 37px;
    margin: 44px 0 0 44px;
    font: bold italic 16px/37px Myriad Pro, Verdana, Tahoma,Arial;
    text-align: center;
    color: #ffffff;
}
.sliced4 {
    text-align: right;
    z-index: 2;
}

#right {
	float: right;
}

.rightColumn {
    width: 245px;
}

.banner240x400 {
    margin-bottom:30px;
}
.banner180x150 {
    margin-left: 20px;
    text-align: left;
    margin-bottom:30px;
}


.rightblock {
    background: url(../img/rightblock_bg.png) repeat-y top left;
    width: 264px;
    font: 11px/20px Tahoma,Arial;
    color: #656565;
    margin: 0 0 20px 0;
}

.rightblock img {
    margin: 5px 7px 5px 8px;
    float: left;
}
.rightblock-top {
    background: url(../img/rightblock_top.png) no-repeat top left;
    width: 264px;
    height: 32px;
    font: 14px/30px Myriad Pro, Verdana, Tahoma,Arial;
    color: #717171;
    vertical-align: middle;
}
.rightblock-top img {
    margin: 6px 6px 0 6px;
    float: left;
}
.rightblock-bottom {
    background: url(../img/rightblock_bottom.png) no-repeat top left;
    width: 264px;
    height: 5px;
}
.rating {
    float: left;
    padding: 0 0 0 0;
    margin: 5px 0 0 0;
}
.rating img {margin: 0 3px 0 0;}
.sorting {
    background: url(../img/sort-bg.gif) repeat-x top left;
    clear: both;
    border: 1px solid #d1d1d1;
    height: 16px;
    margin: 20px 0 0 0;
}
.sort-link, a.sort-link {
    font: 10px/16px Tahoma,Arial;
    color: #656565;
    display: block;
    float: left;
    text-decoration: none;
    padding: 0 10px;
}
a.sort-link:hover, .select {
    background: url(../img/sort-hover.gif) repeat-x top left;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    margin: 0 -1px 0 -1px;
}
.paging {
    padding: 10px 0 0 0;
}
.paging a {
    background: url(../img/paging-link.png) no-repeat scroll left top transparent;
    color: #656565;
    display: block;
    float: left;
    font: 14px/26px Tahoma, Arial;
    height: 28px;
    padding: 0 7px 0 0;
    width: 28px;
    text-align: center;
    text-decoration: none;
    cursor:pointer;
}
.paging span {
    color: #656565;
    display: block;
    float: left;
    font: 14px/26px Tahoma, Arial;
    height: 28px;
    padding: 0 7px 0 0;
    width: 28px;
    text-align: center;
    text-decoration: none;
}
.paging div {
    color: #656565;
    float: left;
    font: 14px/35px Tahoma, Arial;
    height: 28px;
    padding: 0 7px 0 0;
    width: 28px;
    text-align: center;
}
.paging a:hover, .paging a.current {
    background: url(../img/paging-hover.png) no-repeat scroll left top transparent;
}


.products-titletd {
    font: 14px/20px Tahoma, Arial !important;
    color: #656565;
    padding-bottom: 0px;
}

.countFoodstuff span{
    color: #656565;
}
.sm-grey-dot {
    color: #919191;
    font: 10px/15px Tahoma,Arial;
    border-bottom: 1px dotted #919191;
    text-decoration: none;
}
.sm-grey-dot:hover {
    border-bottom: none;
}
.w133 {width: 133px;}
.center {text-align: center;}

.products2 {
    width: 100%;
    margin: 5px 0;
}
.products2 td {
    vertical-align: middle;
    padding: 5px 0;
    font: 12px/12px Tahoma,Arial;
}

.products-titletd span{
    padding-right: 9px;
}
.products2 tr td:first-child{
    padding-left: 9px;
    vertical-align: top;
}
.products-tooltip td{
    vertical-align: top;
}

.products-tooltip .products2 tr td:first-child{
    padding-left: 0px;
    text-align: right;
    vertical-align: top;
    width: 30px;
}

.products2 td .countFoodstuff{
    padding-right: 9px;
}
.products2 tr {border-bottom: 1px solid #ebebeb;}
.border0 {border: 0 !important;}
.pt15 {padding-top: 15px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20{padding-bottom: 20px;}
.pb30{padding-bottom: 30px;}
.pt5 {padding-top: 5px !important;}
.p0{padding: 0;}
.pb10{padding-bottom: 10px;}

.prod-comments {
    font: 12px/18px Tahoma, Arial;
    color: #656565;
}
.quantity-item {
    height: 28px;
    float: left;
    width: 82px;
    padding: 12px 0 0 5px;
}
.qn-it-m {
    background: url(../img/qn-it-m.png) no-repeat top left;
    height: 28px;
    width: 21px;
    float: left;
    cursor: pointer;
}
.qn-it {
    background: url(../img/qn-it.png) no-repeat top left;
    height: 28px;
    width: 40px;
    float: left;
    font: 14px/25px Tahoma,Arial;
    color: #717171;
    text-align: center;
}
.qn-it-p {
    background: url(../img/qn-it-p.png) no-repeat top left;
    height: 28px;
    width: 21px;
    float: left;
    cursor: pointer;
}
.big-title {
    background: url(../img/title-bg-big.png) no-repeat top left;
    color: #010101;
    font: 14px/18px Tahoma,Arial;
    padding: 5px 0 20px 9px;
    margin: 20px 0 0;
    text-shadow: #fff 0px 1px 0px;
}

.w330 {
    width: 330px;
}
.tags {
    clear: both;
    color: #656565;
    font: 11px/14px Tahoma,Arial;
    padding: 20px 0;
}
.tag-link {
    color: #656565;
    font: 11px/14px Tahoma,Arial;
}
.tag-link:hover {
    text-decoration: none;
}

.user {
    color: #656565;
    font: 12px/18px Tahoma,Arial;
    padding: 15px 0;
}
.info {
    width: 260px;
    padding: 0 10px 0 10px;
    float: left;
    color: #333333;
    font: 16px/18px Tahoma, Arial;
}
.info div {
    color: #656565;
    font: 14px/20px Tahoma, Arial;
    padding: 2px;
}
.products {
    width: 100%;
    margin: 20px 0;
}
.products td {
    padding: 3px;
    font: 12px/12px Tahoma,Arial;
}
.products tr {border-bottom: 1px solid #ebebeb;}
.orange-bg {background: #fbf8e1;border-bottom: 1px solid #ebebeb;}
.form {
    padding: 20px 0;
}
label {
    color: #333;
    font: 14px/14px Tahoma,Arial;
}
.name {
    width: 470px;
    float: left;
    text-docoration:none;
}
.time {
    width: 233px;
    float: left;
    padding: 22px 12px 0 0;
}
.count {
    width: 230px;
    float: left;
    padding: 22px 0 0 0;
}
.category {
    float: none;
    padding: 0;
    width: auto;
}
.hrecipe .category {
    width: auto;
    float: none;
    padding: 0;
}

.recipeInfoWithSponsor {
    width:495px;
}

.result-photo,.photo {
    margin: 0 0 15px;
    padding: 4px;
    box-shadow: 0px 1px 2px 0 #ddd;
}


.similarRecipe {
    margin-top:10px;
}

.similarRecipe .similarRecipeRate{
    margin-top: 5px;
}

.shareRecipe {
    left: -7px;
    position: relative;
}


.recipe-photo {
    -moz-box-shadow:    0 1px 3px 0px #cacaca;
    -webkit-box-shadow: 0 1px 3px 0px #cacaca;
    box-shadow:         0 1px 3px 0px #cacaca;
    border-radius: 2px 2px 2px 2px;
}

.textarea {
    width: 685px;
    float: left;
    padding: 5px 0 0 0;
}
.product {
    width: 685px;
    float: left;
    padding: 2px 0 5px 0;
}
.input-name {
    width: 465px;
    padding: 5px 5px;
    color: #919191;
    font: 14px/18px Tahoma,Arial;
}
.input-time {
    width: 223px;
    padding: 5px 5px;
    color: #919191;
    font: 14px/18px Tahoma,Arial;
}
.select-count {
    width: 230px;
    padding: 5px 5px;
    color: #919191;
    font: 14px/18px Tahoma,Arial;
}
.select-category {
    width: 475px;
    padding: 5px 5px;
    color: #919191;
    font: 14px/18px Tahoma,Arial;
}
.select-day-info {
    color: #717171;
}
.select-month-info {
    width: 105px;
    color: #717171;
    margin: 0 6px;
}
.select-year-info {
    width: 75px;
    color: #717171;
}
.select-info {
    width: 260px;
    color: #717171;
}

.select-info option{
    width: 236px;
}
.input-textarea {
    width: 670px;
    height: 90px;
    padding: 5px 5px;
    color: #919191;
    font: 14px/18px Tahoma,Arial;
}
.input-product {
    width: 385px;
    padding: 5px 5px;
    color: #919191;
    font: 14px/18px Tahoma,Arial;
    margin: 0 13px 0 0;
}
.select-count-sm {
    width: 120px;
    padding: 5px 5px;
    color: #919191;
    font: 14px/18px Tahoma,Arial;
    margin: 0 13px 0 0;
}
.select-dec {
    width: 85px;
    padding: 5px 5px;
    color: #919191;
    font: 14px/18px Tahoma,Arial;
    margin: 0 4px 0 0;
}
.sm-red {color: #bb0101;font: 10px/15px Tahoma,Arial;}
.sm-grey {color: #909090;font: 10px/15px Tahoma, Arial;}
.step-textarea {
    width: 465px;
    height: 170px;
    padding: 5px 5px;
    color: #919191;
    font: 14px/18px Tahoma,Arial;
}
.features {
    width: 335px;
    float: left;
    padding: 22px 10px 0 0;
}
.featureItem {
    color: #333333;
    margin-top: 5px;
}
.block25 .featureItem {
    margin-top: 10px;
    margin-left: -1px;
}
.bullet{
    color: #ddd;
    margin-right: 5px;
}

.optText{
    color: #333;
}
.select-features {
    background: url(../img/select-features.png) no-repeat top left;
    width: 335px;
    padding: 5px 5px;
    color: #919191;
    font: 14px/18px Tahoma,Arial;
    border: 0;
}
.select-multiple {
    width: 333px;
    padding: 5px 5px;
    margin: 2px 0 15px 0;
    color: #919191;
    font: 14px/18px Tahoma,Arial;
}
.errors {color: #bb0101;font: 12px/24px Tahoma,Arial;}

.tab {
    height: 37px;
    padding: 12px 0 4px;
}
.tab a {
    color: #333;
    display: block;
    float: left;
    font: 14px/28px bold Myriad Pro, Tahoma,Arial;
    margin: 0px 22px 0px 0px;
    padding: 5px 12px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    z-index: 2;
}
 a.curr {
    position: relative;
    z-index: 5;
    background-image: linear-gradient(bottom, rgb(251,251,251) , rgb(242,242,242) );
background-image: -o-linear-gradient(bottom, rgb(251,251,251) , rgb(242,242,242) );
background-image: -moz-linear-gradient(bottom, rgb(251,251,251) , rgb(242,242,242) );
background-image: -webkit-linear-gradient(bottom, rgb(251,251,251) , rgb(242,242,242) );
background-image: -ms-linear-gradient(bottom, rgb(251,251,251) , rgb(242,242,242) );

background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.5, rgb(251,251,251)),
    color-stop(0.84, rgb(242,242,242))
);
    -webkit-box-shadow: inset 0px 1px 3px rgba(194, 194, 194, 0.75);
    -moz-box-shadow: inset    0px 1px 3px rgba(194, 194, 194, 0.75);
    box-shadow:  inset       0px 1px 3px #c2c2c2;
    border-radius: 16px;
}
.tab a.curr span {
    color: #333333;
    z-index: 5;
    border: 0;
}

.tab span {
    cursor: pointer;
    display: block;
    float: left;
    position: relative;
    vertical-align: bottom;
    z-index: 2;
    font:14px/12px Tahoma,Arial;
    border-bottom: 1px dashed #95b6cf;
    color: #2A6D9F;
    padding-bottom: 3px;
}
.select-menu {
    width: 264px;
    font: 14px/18px Tahoma,Arial;
    float: left;
    height: 26px;
}
.select-categ {
    width: 182px;
    padding: 3px;
    font: 14px/14px Tahoma,Arial;
    float: left;
}
.select-city {
    width: 194px;
    padding: 3px;
    font: 14px/14px Tahoma, Arial;
    float: left;
    margin: 0 0 20px 0;
}

.searchReplace {
    font-weight: bold;
    color:#CE6F00;
}

.recipeBookOptionBtn {
    height: 18px;
    margin: 60px 0 0 0px;
    position: absolute;
    width: 70px;
    z-index: 2;
    cursor: pointer;
}

.recipeBookOptionBtn .select-recipeBookcateg {
    width: 182px;
}


.changeRecipeCategory {
    margin: 10px 0;
    width: 105px;
}

.restoreRecipeInCategory, .restoreRecipe {
    margin-left:10px;
}

.userMenu {
    margin-bottom: 10px;
}

.removeMenu {
    width:48px;
}

.profile-userComment {
    max-width: 400px;
    overflow: hidden;
}


.input-searchRecipeCookbook {
    width: 331px;
    padding: 5px;
    color: #919191;
    font: 14px/18px Tahoma,Arial;
    float: left;
    margin: 0 0 0 20px;
}
.rating2 {
    padding: 0 0 0 0;
    margin: 5px 0 0 0;
}
.rating2 img {margin: 0 3px 0 0;}
.rating3 {
    margin: 5px 0 0 0;
    font: 14px/18px Tahoma, Arial;
    color: #333333;
}
.rating3 img {margin: 0 4px 0 0;}


.rating4 {
    padding: 0;
    float: left;
    margin-left: 10px;
}
.rating4 img {margin: 0 0 0 2px;}

.username {
    color: #333333;
    font: 16px/18px Tahoma, Arial;
}
.lr-wrap {padding-right: 5px;padding-left: 5px;}
.l-wrap10 {padding-left: 10px;}
.r-wrap10 {padding-right: 10px;}
.border-left {border-left: 1px solid #dddddd;padding: 0 8px;color: #333333;font: 14px Tahoma, Arial;}
.text16 {font-size: 16px;}
.text12 {font-size: 12px;}
.li-small ul {
    list-style-image: url(../img/li-small.gif);
    padding: 0 0 0 13px;
}

.li-small ul li {
    font: 12px/18px Tahoma,Arial
}
.lr-wrap .left{
    font: 16px/22px Tahoma,Arial
}
.tb-wrap .small{
    text-decoration: underline;
}
.li-small a {
    font: 11px/13px Tahoma,Arial;
    text-decoration: none;
    color: #2a6d9f;
}
.li-small a:hover {
    text-decoration: underline;
}
.w30 {
    width: 30%;
}
.w50 {
    width: 50%;
}
a.comm-title {
    text-decoration: none;
    color: #2a6d9f;
    font: 12px Tahoma,Arial;
}
a.comm-title:hover {
    text-decoration: underline;
}
#wide {
    width: 965px;
    margin-left: 18px;
    margin-top: 18px;
}
.options {
    width: 40%;
    float: left;
    font: 14px/36px Tahoma, Arial;
    color: #333333;
    padding: 5px 0px;
}

#profile-shops-content .options {
    width: 263px;
}

#profile-settings .options {
    width: 333px;
}

.shopsAddressBlock {
    width: 415px;
}

.options li {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
.options li:hover, .options li.curr {
    background: #eaeaea url(../img/options-bg.png) no-repeat top right;
    border-bottom: 1px solid #dddddd;
    border-right:none;
}
.tips {
    font: 14px/18px Tahoma, Arial;
    color: #333333;
    padding: 5px 18px;
}
.w14 {width: 14%;}
.w20 {width: 19%;}
.w60 {width: 50%;}
.w80 {width: 80%;}
.options-slice {
    background: white;
    border: 1px solid #cdcdcd;
    color: #656565;
    font: 11px/14px Arial,Verdana;
    width: 183px;
    position: absolute;
    margin-top:-1px;
    padding: 10px 5px;
    z-index: 4;
    cursor: auto;
}
.shopping-list li {
    height: 26px;
    border-bottom: 1px solid #cccccc;
    font: 14px/26px Tahoma,Arial;
    color: #2a6d9f;
}
.cook-checks {
    margin-left: 18px;
    width: 15%;
    color: #333333;
    font: 14px/16px Tahoma, Arial;
    float: left;
    padding: 0 5px 10px 0;
}
.cook-checks input {
    margin-left: -18px;
}

.width150 {width:150px;}
.width300 {width:300px;}
.width310 {width:305px;}
.input-info {
    width: 250px;
    padding: 4px 5px 5px 5px;
    color: #656565;
    font: 12px/14px Tahoma,Arial;
    border-radius: 2px;
    border: 1px solid #ddd;
}
.input-social-info {
    width: 245px;
    padding: 5px;
    color: #919191;
    font: 14px/15px Tahoma,Arial;
    height: 12px;
}
.info-label-list {
    color: #333333;
    font: 14px/14px Tahoma, Arial;
    float: left;
    padding: 0 9px 0 0;
    margin-left: 145px;
}
.info-label-list li {
    height: 22px;
    padding: 4px 0 10px;
}
.info-list {
    color: #333333;
    font: 14px/14px Tahoma, Arial;
    float: left;
    padding: 0 25px 0 0;
    border-right: 2px solid #ddd;
}
.info-list li {
    height: 25px;
    padding: 0 0 11px;
}

.info-list input {
    height: 12px;
}

.info-list select {
    border-radius: 2px;
    border: 1px solid #ddd;
    background: #fff;
    font: 12px/14px Tahoma,Arial;
    color: #919191;
    margin-top: 5px;
}
.info-list label {
    font-size:12px;
}
.info-social-list {
    color: #333333;
    font: 14px/25px Tahoma, Arial;
    float: left;
    padding-left: 25px;
}
.info-social-list li {
    padding: 0 0 10px;
    height: 24px;
}

.info-social-list li.private-settings {
    padding: 0 0 10px;
    height: 24px;
    font: 16px/24px Tahoma;
    color: #656565;
}

.info-social-list li img {
    float: left;
    margin: 0 18px 0 0;
}
.sm-grey img {
    float: left;
    margin: 3px 5px 0 0;
}
.h45 {height: 35px !important; }


#save_menu {
    width: 682px;
    float: left;
}
#cook-fixed {
    margin-left: 294px;
    min-height: 720px;
}
.content-cook {
    float: left;
    width: 402px;
    padding: 0 3px 0 0;
}
#content-cook{
    float: left;
    width: 408px;
}

#right-cook {
    float: left;
    width: 262px;
    padding: 0 8px 0 8px;
}
.cook-title-eo {
    background: url(../img/eo-bg.png) no-repeat top left;
    color: #010101;
    font: 14px/18px Tahoma,Arial;
    padding: 8px 0 10px 12px;
    margin: 10px 0 0;
}
.cook-title {
    color: #333333;
    font: 26px/24px Tahoma,Arial;
    padding: 10px 0 20px 18px;
}
.cook-title2 {
    color: #919191;
    font: 12px/24px Tahoma,Arial;
    padding: 10px 0 0 0;
}
.cook-title3 {
    color: #333333;
    font: 18px/20px Tahoma,Arial;
    padding: 20px 0 5px;
    margin: 0 0 11px;
    border-bottom: 2px solid #DDD;
}
.cook-title4 {
    color: #333333;
    font: 14px/19px Tahoma,Arial;
}
.cook-title5 {
    color: #333333;
    font: 14px/18px Tahoma,Arial;
    padding: 10px 0 3px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #dddddd;
    text-align: right;
}

.cook-m a {
    background: url(../img/cook-bg-right.png) no-repeat scroll right center transparent;
    color: #656565;
    display: block;
    float: left;
    font: 600 14px/32px Myriad Pro,Tahoma,Arial;
    height: 32px;
    margin: 5px 12px -1px 2px;
    padding-right: 7px;
    position: relative;
    text-decoration: none;
    vertical-align: middle;

}
.cook-m span {
    background: url(../img/cook-bg-left.png) no-repeat scroll left center transparent;
    cursor: pointer;
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 1px 0 9px;
    position: relative;
    font: bold 13px/24px Arial;
}
.cook-m a:hover {
    background: url(../img/cook-bg-right-hover.png) no-repeat scroll right center transparent;
    height: 32px;
    line-height: 32px;
    margin: 5px 12px -1px 2px;
    position: relative;
    z-index: 5;
}
.cook-m a.curr {
    background: url(../img/cook-bg-right-active.png) no-repeat scroll right center transparent;
    height: 37px;
    line-height: 37px;
    margin: 0 9px -1px 0;
    position: relative;
    z-index: 5;
    padding-right: 4px;
    box-shadow: none;
    border-radius: 0;
}
.cook-m a:hover span {
    background: url(../img/cook-bg-left-hover.png) no-repeat scroll left center transparent;
    height: 32px;
    line-height: 32px;
    position: relative;
    font: bold 13px/24px Arial;
    z-index: 5;
}
.cook-m a.curr span {
    background: url(../img/cook-bg-left-active.png) no-repeat scroll left center transparent;
    height: 37px;
    line-height: 37px;
    padding: 0 1px 0 6px;
    position: relative;
    font: bold 13px/24px Arial;
}


.cook-menu-t {
    width: 262px;
    height: 2px;
    background: url(../img/cook-menu-t.gif) no-repeat top left;
    clear: both;
}
.cook-menu-b {
    width: 262px;
    height: 2px;
    background: url(../img/cook-menu-b.gif) no-repeat top left;
    clear: both;
}

.left-cook-cont {
    background: #fff;
    border-right: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    padding: 4px 0 0;
}
.left-cook-subcont {
    margin: 5px 4px;
    border: 1px solid #c7c7c7;
    overflow: auto;
    height: 200px;
}
.left-cook-title {
    width:155px;
    color: #656565;
    font: 11px/16px Tahoma,Arial;
}
.left-cook-rate{
    margin-top: 3px;
    margin-bottom: -2px;
}
.left-cook-text {
    padding: 5px;
    color: #656565;
    font: 11px/16px Tahoma,Arial;
}
.left-cook-date {
    color: #919191;
    font: 10px/16px Tahoma,Arial;
}
.mr10{margin-right: 10px;}
.mr20{margin-right: 20px;}
.mr5{margin-right: 5px; }

.add-bt-active {
    background: url(../img/bg-add-bt-act.gif) repeat-x top left;
    height: 26px;
    padding: 1px 10px;
    width: 243px;
    margin-left: -1px;
}
.add-bt-active a {
    color: #ffffff;
    font: 11px/24px Tahoma,Arial;
    text-decoration: none;
    text-shadow: #7c7c7c 0px 1px 0px;
}
.add-bt-img-active {
    float: right;
    margin: 9px 0 0 0;
}
.add-bt {
    background: url(../img/bg-add-bt.gif) repeat-x top left;
    height: 24px;
    padding: 0 7px;
}
.add-bt a {
    color: #2a6d9f;
    font: 11px/24px Tahoma,Arial;
    text-decoration: none;
    text-shadow: #ffffff 0px 1px 0px;
}
.add-bt-hover {
    position: absolute;
    margin: -28px 0 0 -12px;
    width: 270px;
    height: 33px;
    cursor: pointer;
}
.add-bt-hover:hover {
    background: url(../img/add-bt-hover.png) no-repeat top left;
}
.add-bt-img {
    float: right;
    margin: 9px 0 0 0;
}
.meta-cook {text-align: right;padding-right: 18px;height: 19px;}
.meta-cook img{vertical-align: middle}
a.blue-dotted,span.blue-dotted  {
    font: 11px/19px Tahoma,Arial;
    color: #2a6d9f;
    text-decoration:none;
    border-bottom: #2a6d9f 1px dotted;
    cursor:pointer;
}

.blue-dott {
    color: #2a6d9f;
    text-decoration:none;
    border-bottom: #2a6d9f 1px dotted;
    cursor:pointer;
}

.red-dotted {
    cursor:pointer;
    color: #993333;
    text-decoration:none;
    border-bottom: #993333 1px dotted;
}

.green-dotted {
    cursor:pointer;
    color: green;
    text-decoration:none;
    border-bottom: green 1px dotted;
}

.search-menu-t {
    width: 682px;
    height: 5px;
    clear: both;
}
.input-search-menu {
    background: url(../img/search-menu-input.png) no-repeat top left;
    width: 400px;
    padding: 6px 5px;
    color: #919191;
    font: 14px/18px Tahoma,Arial;
    border: 0;
    margin: 6px 5px 0 11px;
    float: left;
}
.text-search-menu {
    width: 400px;
    color: #333333;
    font: 18px/18px Tahoma,Arial;
    float: left;
}
.text-search-menu span {
    color: #656565;
    float:left;
}
.sbmt-search-menu {
    background: url(../img/search-menu-sbmt.jpg) no-repeat top left;
    float: left;
    width: 134px;
    margin: 4px 6px 0 4px;
}

.sbmt-update-menu{
    float: left;
    width: 134px;
    margin: 4px 6px 0 4px;
}

.search-menu-print {
    background: url(../img/search-menu-print.jpg) no-repeat top left;
    display: block;
    width: 102px;
    height: 33px;
    float: left;
    margin: 3px 0 0 0;
}
.search-menu-print:hover {
    background: url(../img/search-menu-print-h.jpg) no-repeat top left;
}
.content-cook-title {
    background: url(../img/content-cook-title.png) no-repeat top left;
    color: #333333;
    font: 14px/31px Tahoma,Arial;
    width: 394px;
    height: 33px;
    padding: 0 0 0 14px;
}
.content-cook-block {
    background: url(../img/content-cook-bg.gif) repeat-y top left;
    width: 408px;
}
.content-cook-b {
    width: 408px;
    height: 6px;
    background: url(../img/content-cook-b.png) no-repeat top left;
    clear: both;
}
.right-cook-title {
    background: url(../img/right-cook-title.png) no-repeat top left;
    color: #333333;
    font: 14px/29px Tahoma,Arial;
    width: 252px;
    height: 31px;
    padding: 0 0 0 15px;
}
.right-cook-block {
    background: url(../img/right-cook-bg.gif) repeat-y top left;
    width: 260px;
    padding: 0 3px 0 4px;
}
.right-cook-b {
    width: 267px;
    height: 6px;
    background: url(../img/right-cook-b.png) no-repeat top left;
    clear: both;
}
.yel-bg {background: #fffde5;}
.bl-bg {background: #eef6ff;}
.products-title {
    color: #656565;
    font: 12px/14px Tahoma,Arial;
    padding: 13px 0 10px 10px;
    clear: both;
}
.items-cook-block {
    padding: 5px;
}
.products-item {
    font: 12px/17px Tahoma,Arial;
    color: #333333;
    border-bottom: 1px solid #e7e7e7;
    float: left;
    width: 100%;
    padding: 5px 0;
}
.products-item .item-left3{
    margin-left: 9px;
}
.item-line3 {
    padding: 0 3px 0 9px;
}
.item-line4 {
    height: 24px;
    padding: 0 3px 0 9px;
}
.item-line {padding: 0 5px 0 6px;}
.item-left {width: 50%;float: left;color: #2a6d9f;}
.item-right {width: 100px;float: right;color: #333333;text-align: right;margin-right:4px;}
.item-left2 {width: 60%;float: left;color: #2a6d9f;}
.item-right2 {width: 40%;float: right;color: #333333;text-align: right;}
.item-left3 {width: 50%;float: left;color: #333333;}
.item-right3 {
    color: #656565;
    font-size: 12px;
    width: 47%;
    margin-right: 9px;
    float: right;
    text-align: right;
}
.item-right3 s {
    color: #656565;
    font-size: 11px;
}
.item-left4 {
    color: #333333;
    font: 12px/24px Tahoma,Arial;
    width: 50%;
    float: left;
}
.input-add-act {
    background: url(../img/input-add-act.png) no-repeat top left;
    width: 215px;
    padding: 0 5px;
    color: #919191;
    font: 14px/18px Tahoma,Arial;
    height: 25px;
    border: 0;
    float: left;
    margin: 4px 0 0 4px;
}
.sbmt-add-act {
    margin: 4px 0 0 0;
}
.input-add-item {
    background: url(../img/input-add-item.png) no-repeat top left;
    width: 204px;
    padding: 0 5px;
    color: #919191;
    font: 14px/18px Tahoma,Arial;
    height: 28px;
    border: 0;
    float: left;
    margin: 0 0 0 10px;
}
.add-item-save {
    background: url(../img/add-item-save.png) no-repeat top left;
    display: block;
    width: 246px;
    height: 33px;
    float: left;
    margin: 4px 0 8px 8px;
}
.add-item-save:hover {
    background: url(../img/add-item-save-h.png) no-repeat top left;
}

.content-cook-sub {
    width: 400px;
    padding: 10px 0;
    position: relative;
    clear: both;
    float: left;
    border-bottom: 1px solid #dadada;
}
.content-cook-sub-icon {
    width: 70px;
    float: left;
    padding: 0 10px;
}
.content-cook-sub-text {
    width: 218px;
    padding: 0 10px 0 0;
    float: left;
    margin-top: -6px;
}
.content-cook-sub-title {
    padding: 5px 0 0px 0;
    font: 11px/14px Tahoma,Arial;
    color: #3a6abe;
}
.content-cook-sub-rating {
    padding: 6px 0 6px;
    font: 11px/13px Tahoma,Arial;
    /*margin:4px 0px 10px 0px;*/
    color: #656565;
    height: 13px;
}
.content-cook-sub-time {
    padding: 1px 0 0;
    font: 11px/14px Tahoma,Arial;
    color: #656565;
}

.content-cook-wrap .content-cook-sub-time {
    padding: 10px 0 0;
}
.content-cook-sub-qn {
    width: 62px;
    border-left: 1px solid #dadada;
    float: left;
    font: 12px/14px Tahoma,Arial;
    color: #656565;
    text-align: center;
    margin-top: -10px;
    padding: 10px 0 0 8px;
}
.qn  {
    width: 63px;
    height: 36px;
    margin: 0 auto;
    padding: 9px 0 0 0;
}
.qn-count {
    background: url(../img/qn-count.png) no-repeat top left;
    width: 43px;
    height: 36px;
    margin: 0 auto;
    float: left;
    font: 14px/36px Tahoma,Arial;
    color: #717171;
    text-align: center;
}
.qn-p {
    background: url(../img/qn-p.png) no-repeat top left;
    width: 19px;
    height: 18px;
    float: left;
}
.qn-p:hover {
    background: url(../img/qn-p-h.png) no-repeat top left;
    cursor: pointer;
}
.qn-m {
    background: url(../img/qn-m.png) no-repeat top left;
    width: 19px;
    height: 18px;
    float: left;
}
.qn-m:hover {
    background: url(../img/qn-m-h.png) no-repeat top left;
    cursor: pointer;
}
.collapse {
    clear: both;
    padding: 5px 15px;
}
.sliced-del {
    background: url(../img/del-big-ico.png) no-repeat top left;
    width: 17px;
    height: 17px;
    position: absolute;
    margin: -4px 0 0 -4px;
}
.sliced-del:hover {
    background: url(../img/del-big-ico-h.png) no-repeat top left;
}
.sliced-del-all {
    background: url(../img/sliced-del-all.png) repeat top left;
    width: 100%;
    height: 100%;
    position: absolute;
    margin: -5px 0 0 0;
}
.content-cook-wrap {
    padding: 0 4px;
    float: left;
    margin: -3px 0 0 0;
}

.save-menu {
    margin: 24px 0px 14px -1px;
    clear: both;
    width:412px;
}

.save-menu .text-search-menu {
   margin-bottom: 10px;
}

.input-save-menu {
    background: url(../img/save-menu-input.png) no-repeat top left;
    width: 382px;
    padding: 6px 5px;
    color: #919191;
    font: 14px/18px Tahoma,Arial;
    border: 0;
    margin: 6px 5px 0 11px;
}
.text-save-menu {
    width: 382px;
    padding: 6px 5px;
    color: #333333;
    font: 18px/18px Tahoma,Arial;
    margin: 6px 5px 0 11px;
    float: left;
}
.text-save-menu span {
    color: #656565;
}
.sbmt-save-menu {
    margin: 6px 5px 0 10px;}
.sbmt-update-menu-bottom {
    margin: 6px 5px 0 10px;}
.a-m {vertical-align: middle;}

.cat-menu-select {
    background: url(../img/cat-menu-select.png) no-repeat top left;
    color: #919191;
    font: 14px/41px  Tahoma, Arial;
    width: 252px;
    border: 0;
    padding: 3px;
    margin: 4px;
    float: left;
    height: 25px;
    clear: both;
}


.sliced-user-act {
    background: url(../img/user-act-bg.png) no-repeat top left;
    position: absolute;
    width: 30px;
    height: 30px;
    margin: -15px 0 0 140px;
    font: bold 12px/29px Tahoma,Arial;
    text-align: center;
    color: #ffffff;
    text-shadow: #6c6b6b 0px 1px 0px;
}


.green{
    color: green;
}


.profile-email {
    float: left;
    margin: 5px 5px 0 0;
}
.profile-email-change-btn {
    float: right;
    margin-top: 5px;
    cursor: pointer;
}
.profile-photo {
    width:100px;
    margin: 5px 0;
}
.no-shops-text {
    font-size: 14px;
    margin-left: 10px;
    margin-top: 5px;
    float: left;
}

.geo {
    float: left;
    margin-right: 16px;
}

.geo .title {
    font-size: 14px;
    margin-bottom: 5px;
}


.hover {
    cursor: pointer;
}
.profile-nickname {
    float: right;
    margin-left: 5px;
    margin-top:2px;
    max-width: 120px;
    color: #333333;
    font: 16px/18px Tahoma,Arial;
}

.profile-quickauth-nickname {
    max-width: 240px;
    position: relative;
    top: -5px;
}

.profileEdit-nickname {
    float: left;
    max-width: 240px;
    position: relative;
    top: 3px;
}

.change-username {
    border-bottom: 1px dotted;
    color: green;
    cursor: pointer;
    float: right;
    font: 12px/10px Arial;
    margin-top: 10px;
}

.profile-user-setting {
    cursor: pointer;
}

.profile-data {

}

.userFoto img {
    border: 3px solid #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 3px 0 #ccc;
    padding: 2px;
    background: #fff;
}

.profile-data-block {
    padding-left: 18px;
    border-left: 1px solid #DDDDDD;
    color: #333333;
    width: 250px;
    margin-top: 18px;
}

.profile-workflow {
    width:687px;
    margin-top: 18px;
}

.input-recipebook-title {
    font-family: Tahoma,Arial;
    font-size: 14px;
    margin-bottom: 2px;
    color: #333333;
}

.search-block-recipebook {
    margin-left:18px;
}


.search-block-recipebook img {
    margin-left: -25px;
}


.recipeLinks li {
    margin-bottom: 3px;
    margin-left: 16px;
    list-style: disc outside;
    color: #DDDDDD;
}

.recipeLinks a{
    font:14px/18px Arial;
    text-decoration: none;
}

.recipeTitle {
    color: #656565;
    font: 12px/18px Tahoma,Arial;
    height: 16px;
    padding: 7px 0 15px;
}
.countFoodstuff {
    padding-right:5px;
}
.link-foodstuff-share a {
    font-size: 14px;
}
.recipeComments {
    width:450px;
}

.recipe-cooktime img {
    position: relative;
    top: 2px;
}

.redBorder {
    border: 1px #FE1800;
}

.noBorder {
    border:none;
}
.noPadding {
    padding:0 !important;
}
.noMargin {
    margin:0 !important;
}

.noPaddingTop{
    padding-top: 0px;
}


/* блок управления меню листами добавление просмотр и т.д.*/

.add {
    display:none;
    font: 11px/24px Tahoma,Arial;
    height: 415px;
    overflow: hidden;
}

#added_recipe{
    color: #006666;
    border-bottom: 1px dotted #2A6D9F;
}

#added_recipe-noactive{
    color: #666;
    border: 0px;
    opacity:1;
}
.left-cook-title a{
    text-decoration: none;
    color: #2A6D9F;
 }

#added_recipe:hover,.item-left:hover{
    cursor:pointer;
}

.a_item{
    text-decoration: none;
    width: 60%;color: #2a6d9f;
}

#menulistcontent{
    display: none;
}

#choosechains{
    float: left;
    margin-top: 20px;
    width: 260px;
}

#choosechains select {
    float:left;
    width: 260px;
}

#getproducts,#hiderecipeproducts{
    margin-left: 5px;
}

.add-qn-p-hover{
    cursor: pointer;
    height: 18px;
    margin-left: 43px;
    position: absolute;
    width: 18px;
}

.add-qn-p-hover:hover{
    background: url(../img/qn-p-hover.png) no-repeat top left;
    cursor: pointer;
    height: 23px;
    margin-left: 40px;
    margin-top: -2px;
    position: absolute;
    width: 23px;
}

.add-qn-m-hover{
    cursor: pointer;
    height: 18px;
    margin-left: 43px;
    margin-top: 18px;
    position: absolute;
    width: 18px;
}

.add-qn-m-hover:hover{
    background: url(../img/qn-m-hover.png) no-repeat top left;
    cursor: pointer;
    height: 23px;
    margin-left: 40px;
    position: absolute;
    width: 23px;
    margin-top: 14px;
}

.add-qn-p-hover-click{
    background: url(../img/qn-p-hover-click.png) no-repeat top left;
    cursor: pointer;
    height: 18px;
    margin-left: 43px;
    position: absolute;
    width: 18px;
}

.add-qn-m-hover-click{
    background: url(../img/qn-m-hover-click.png) no-repeat top left;
    cursor: pointer;
    height: 18px;
    margin-left: 43px;
    margin-top: 18px;
    position: absolute;
    width: 18px;
}
#deleted{
  background: #FBE3E4;
}

.deleterecipe{
    width: 400px;
    float: left;
    position: absolute;
    height:100%;
    margin-top: -10px;
    background: #c51111;
    opacity: 0.1;
    display: none;
}

#deleteproduct{
    background: url(../img/del-items.png) no-repeat top left;
    width: 15px;
    height: 15px;
    float:right;
    margin-top: 2px;
}

#deleteproduct:hover{
    background: url(../img/del-items-h.png) no-repeat top left;
    width: 15px;
    height: 15px;
    float:right;
    cursor: pointer;
    margin-top: 2px;
}
#returnproduct{
    background: url(../img/returm-noact.png) no-repeat top left;
    width: 15px;
    height: 15px;
    float:right;
    margin-top: 2px;
}
#returnproduct:hover{
    background: url(../img/returm-act.png) no-repeat top left;
    width: 15px;
    height: 15px;
    float:right;
    cursor: pointer;
    margin-top: 2px;
}

#preview{
  background: url(../img/preview-block.jpg) no-repeat top left;
  width: 680px;
  height: 746px;
}

#recipename{
    width: 223px;
    font: 12px/24px Arial;
    color:#999;
    height: 18px;
    border: 0px;
    margin-left: 6px;
    margin-top: 2px;
}

.left-cook-recipesearch img {
    margin-top: 7px;
    margin-left: 6px;
   background: #ffffff;
}
.left-cook-recipesearch input,.left-cook-recipesearch select{
    border: 1px solid #cccccc;
    border-radius: 2px;
    background: none repeat scroll 0 0 white;
}
.left-cook-recipesearch{
    border:0px;
    height: 362px;
    padding-left: 9px;
    padding-right: 9px;
    overflow:auto;
    font: 11px/14px Tahoma,Arial;
    color:#656565;
    margin: 3px 3px 10px 4px;
}

#print{
    margin: 4px 0  0;
    height: 16px;
}

#print:hover{
    cursor:pointer;
}

.left-cook-cookbooksearch{
    margin: 0px 0px 0px 4px;
}

#allmenustab select {
    margin-top:10px;
    border: 0 none;
    clear: both;
    color: #919191;
    float: left;
    font: 14px/41px Tahoma,Arial;
    height: 25px;
    margin-bottom: 4px;
    margin-left: 6px;
    width: 240px;
    background: #fff;
    border: 1px solid #C7C7C7;
}
.left-cook-cookbooksearch select {
    margin-top:10px;
    border: 0 none;
    clear: both;
    color: #919191;
    font: 14px/41px Tahoma,Arial;
    height: 25px;
    width: 254px;
    background: #fff;
    border: 1px solid #C7C7C7;
}

#noborder{
    border: 0px;
}

.content-cook-sub-icon img,.mr10 img, .smallRecipeImg{
    background: #eee;
    box-shadow: -1px -1px 4px #eee;
    -webkit-box-shadow: -1px -1px 4px #eee,1px 1px 4px #eee,1px -1px 4px #eee,-1px 1px 4px #eee;
    -moz-box-shadow: -1px -1px 2px #e6e6e6,1px 1px 2px #e6e6e6,1px -1px 2px #e6e6e6,-1px 1px 2px #e6e6e6;
}

#noactiverecipe{
    width: 240px;
    float: left;
    position: absolute;
    height:58px;
    margin-top: -5px;
    margin-left: -5px;
    background: #c51111;
    opacity: 0.1;
    padding: 5px;
    z-index: 2;
}

#menublock{
    height: 400px;
    margin: 5px;
    overflow-x:hidden;
    overflow-y: auto;
    border: 1px solid #c7c7c7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 3;
}
.authTextInMenulist{
    font:11px/13px Tahoma,Arial;
}

.noMenuInCategory{
    margin: 5px;
    font: 12px/14px Tahoma,Arial;
    color: #656565;
}
#cookbooksearchresult{
    height: 368px;
    margin: 5px;
    overflow-x:hidden;
    overflow-y: auto;
    border: 1px solid #c7c7c7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    z-index: 3;
}
#recipesearchresult{
    height: 275px;
    margin-top: 0px;
}
#allmenustab,
#recipesearchresult,#scrollblock{
    margin: 10px 4px 0px 4px;
    overflow: auto;
    overflow-x: hidden;
    z-index: 3;
}
.topMenuRate{
    float: left;
    color: #333333;
    font: 12px/24px Tahoma, Arial;
    margin-right: 20px;
}

.left-cook-block {padding:5px;}
.left-cook-block:hover{
    background: #e3f5f5;

}
.left-cook-block-noactive {padding:5px;background: #edfff1;}
.left-cook-block-noactive:hover {padding:5px;}
.left-cook-cont {
    background: #fff;
    border-right: 1px solid #c7c7c7;
    border-left: 1px solid #c7c7c7;
    padding: 4px 0 0;
    width: 261px;
}

.content-cook-sub-title a{
    padding: 5px 0 0px 0;
    font: 14px/14px Tahoma,Arial;
    color: #3a6abe;
    text-decoration: none;
}

#menu_name{
   float:left;
   margin-left: 5px;
}


#shops.first {
    margin-top: 0;
}

#shops {
    padding-bottom: 10px;
    margin-top: 20px;
}

#shops .shop-name {
    float: left;
    margin-left: 10px;
    margin-top: 30px;
}

#shops .logoImg {
    float: left;
}

#shops .shopsAdresses {
    margin: 10px 0;
}

.orange{
    color:#CE6F00;
}
a.red-dotted,span.red-dotted {
    font: 11px/19px Tahoma,Arial;
    color: #993333;
    text-decoration:none;
    border-bottom: #993333 1px dotted;
}

a.red-dotted:hover,span.red-dotted:hover {
    cursor: pointer;
}

#showmenu{
    cursor: pointer;
}
a.green-dotted,span.green-dotted {
    cursor:pointer;
    color: green;
    text-decoration:none;
    border-bottom: green 1px dotted;
    font: 11px/19px Tahoma,Arial;
}


#left-container{
    float: left;

    position: absolute;
    width: 262px;
}
#recipeSearchName{
    width: 232px;
    height: 16px;
}

#recipeReadyTime{
    width: 236px;
    margin-bottom: 5px;
    margin-top: 5px;
    height: 20px;
}
.curr #tabspan{
    background: none;
    margin-top: 8px;
}

#tabspan{
    background: none;
    margin-top: 8px;
    padding-left: 2px;
    padding-right: 2px;

}

.mb10   {margin-bottom: 9px; height: 1px;}
.mb18   {margin-bottom: 17px; height: 1px;}
.mb30 {margin-bottom: 29px;height: 1px;}
.content-cook-sub-noactive {
    border-bottom: 1px solid #DADADA;
    clear: both;
    float: left;
    padding: 10px 0;
    position: relative;
    width: 400px;
}
#menustyle{
    display: block;
}

#add_to_menu{
    cursor:pointer;
}
#add_to_menu-noactive{
    text-decoration: none;
    border:0px;
    color:#999;
}
#delete_div{
    display:none;
    float:right;
    margin-left: 10px;
}
.sliced-del:hover{
    cursor:pointer;

}

#menulistTellFriend{
    float:right;
    margin-right: 15px;
    padding-top: 16px;
    font:11px/14px Tahoma, Arial;
    cursor: pointer;
}
#deletediv{
    display:none;
}
#menu-popup{
    margin-left: -175px;
    display: none;
}
#addproductsbt{
    cursor:pointer;
}

#list_text{

    font:12px/24px Tahoma Arial ;
}
#menuname{
    color:#000;
}

.menuName{
    font:12px/24px Tahoma, Arial;
    margin-right: 50px;
    color: #333333;
}
#menurate{
    color: #656565;
    float: right;
    margin-top: -19px;
    vertical-align: middle;
    width: 185px;
}

#category_name{
    margin-top: 5px;
}

#menurate #rateForm span{
    font-size: 12px;
    margin-top: 3px;
}

.printProducts {
    margin: 10px 10px 0;
}

.printProducts a {
    text-decoration:none;
}
#printProductList:hover{
	cursor:pointer;
}

.newMenu{
    background: url("../img/btn/btns.png") -127px -2px no-repeat;
    width: 176px;
    height: 32px;
    cursor: pointer;
    float:right;
    margin-right: 15px;
    margin-top: 10px;
}

.newMenu:hover{
    background-position:-127px -42px;
}
.newMenu:active{
    background-position:-127px -82px;
}

.menuImage{
    width: 54px;
    height: 56px;
    float: left;
    margin-right: 2px;
}
#recipeSearch{
    height: 16px;
    margin: 0 auto;
    cursor: pointer;
}

#recipeCusines,#recipeCategory{
    width: 150px;
}

.addSearchProduct{
    background: url("../img/btn/btns.png") -451px -4px no-repeat;
    height: 28px;
    width: 28px;
    float: right;
    cursor: pointer;
}

.addSearchProduct:hover{
    background-position:-451px -39px ;
}
.addSearchProduct:active{
    background-position:-451px -74px ;
}
.recipeProducts{
    height: 20px;
    margin-top: 2px;
    width: 197px;
}

.removeSearchProduct{
    background: url("../img/btn/btns.png") -486px -4px no-repeat;
    height: 28px;
    width: 28px;
    float: right;
    cursor: pointer;
}

.removeSearchProduct:hover{
    background-position:-486px -39px ;
}
.removeSearchProduct:active{
    background-position:-486px -74px ;
}

.searchItem{
    margin-bottom: 5px;
}
#goToSearch{
    padding: 0;
    cursor: pointer;
    visibility: none;
    margin: 10px auto;
}


span.addRecipeButton{
   margin: 0;
}

.addRecipeButtonCups{
    width: 255px;
    float: left;
    padding: 5px;
    text-align: center;
    cursor: default;
}


.showRecipe{
    cursor: pointer;
}

.searchParam{
    overflow:hidden;
    width: 210px;
}

.searchParam span{
    cursor: pointer;
}

.hiddenPopUp{
    padding: 10px;
    position: absolute;
    display: none;
    border-radius: 4px 4px 4px 4px;
    background: #f8e6ae;
    z-index: 19;
}


.searchParamsTitle{
    float:left;
    width: 53px;
}

 .m0{
     margin: 0;
 }
.mt10{
    margin-top: 10px;
}

.mt5{
    margin-top: 5px;
}

.mt20{
    margin-top: 20px;
}

.showSearchParams{
    display: none;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 5px;
    font:11px/18px Tahoma,Arial;
}

#searchRecipeCount{
    display: none;
    margin-left: 4px;
    margin-right: 4px;
    background:#c7c7c7;
    text-align: center;
}
/* конец блока управления меню листами добавление просмотр и т.д.*/


/* auth */

.authLabel{
    text-align: center;
    width: 300px;
    float: right;
    margin-right: 50px;
}

.button-auth span {
    background: url("../img/btn/btns.png") 0px -0px no-repeat;
    display: inline-block;
    width: 305px;
    height: 35px;
}

.button-auth:hover span {
    background-position:0 -40px;
}

.button-reg span {
    background:url("../img/btn/btns.png") no-repeat scroll 0 -80px transparent;
    display: inline-block;
    width: 305px;
    height: 35px;
}

.button-reg:hover span {
    background-position:0 -120px;
}

.button-recoveryPass span {
    background:url("../img/btn/btns.png") no-repeat scroll -330px 0px transparent;
    display: inline-block;
    width: 305px;
    height: 35px;
}

.button-recoveryPass:hover span {
    background-position:-330px -40px;
}

.button-changePass span {
    background:url("../img/btn/btns.png") no-repeat scroll 0 -164px transparent;
    display: inline-block;
    width: 305px;
    height: 35px;
}

.button-changePass:hover span {
    background-position:0 -204px;
}
.button-bindAcc span {
    background:url("../img/btn/btns.png") no-repeat scroll -330px -164px transparent;
    display: inline-block;
    width: 305px;
    height: 35px;
}

.button-bindAcc:hover span {
    background-position:-330px -204px;
}

body#authForm {
    background: url(../img/reg-bg.gif) repeat top left;
    line-height: 1;
    padding: 0 0 50px;
}


#login-block label {
    font: 12px/18px Tahoma,Arial;
}

#login-block .inputName {
    color: #333333;
    font: 14px/18px Tahoma,Arial;
}

.email-reg {
    width: 285px;
    padding: 5px;
    color: #919191;
    font: 14px/18px Tahoma,Arial;
    border-radius: 2px;
    border: 1px solid #ddd;
}
#login-block h2 {
    font: 30px/20px Tahoma;
    margin-top: 25px;
}

#logo-reg {
    text-align: center;
    padding: 10px 0;
}
#login-reg {
    width: 551px;
    margin: 0 auto;
    font: 12px/18px Tahoma, Arial;
    color: #656565;
}

#login-regPopUp {
    font: 12px/18px Tahoma, Arial;
    color: #656565;
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
}
#login-regPopUp h2 {
    color: #656565;
    font: 24px Tahoma, Arial;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 8px;
}

#login-regPopUp h3 {
    color: #656565;
    font: 12px Tahoma, Arial;
    text-align: center;
}

#login-top {
    background: url(../img/login-top.png) no-repeat top left;
    width: 551px;
    height: 7px;
}
#login-bottom {
    background: url(../img/login-bottom.png) no-repeat top left;
    width: 551px;
    height: 10px;
}
#login-block {
    background: url(../img/login-bg.png) repeat-y top left;
    width: 451px;
    padding: 7px 50px 5px 50px;
}
.tb-wrap {
    padding: 10px 0;
}
.form-reg {
    width: 300px;
    margin: 0 auto;
}

a#showRules {
    font:13px/19px Tahoma,Arial;
}
.grey-l {
    color: #919191;
}
input[type="checkbox"] {
    padding: 5px;
}
#bottom-links {
    text-align: center;
    padding: 0 10px 0;
}
#bottom-links a {
    padding: 0 10px;
    font: 14px Tahoma, Arial;
    color: #2A6D9F;
}
#bottom-links a:hover{
    text-decoration: underline;
}
.padding20 {
    width: 100%;
    height: 20px;
    clear: both;
}
.padding10 {
    width: 100%;
    height: 10px;
    clear: both;
}


#quickEntry {
    display:none;
}

#quickEntry .tb-wrap {
    padding-bottom: 10px;
}

.quickAuthButtons {
    margin: 10px auto;
    width: 275px;
}

.quickAuthButtonsPopUp {
    margin: 0 auto;
    padding-top: 10px;
    width: 300px;
}

.auth-popup .popup-content .or {
    margin: 10px 0;
}
.auth-popup .no-auth-title {
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    width: 300px;
}
.auth-popup .another-link {
    margin: 0pt auto;
    width: 170px;
}

.auth-popup .email-reg {
    background: none;
    padding: 3px;
    border: 1px solid #919191;
    color: #919191;
    font: 12px/18px Tahoma,Arial;
    width: 244px;
}

.auth-popup  .popup-content .checkbox {
    margin-top: 10px;
}

.auth-popup  .popup-content .label-form {
    font: 12px/18px Tahoma;
    position: relative;
    top: 2px;
}
.auth-popup .line {
     margin: 20px 0;
}

.auth-popup .btn-enter {
    margin: 10px auto;
    width: 280px;
}
.btn-enter::-moz-focus-inner {
    border: 0;
}
.auth-popup .form-reg {
    margin-top: 5px;
    width: 400px;
}

.auth-popup .enter-input {
    text-align: center;
    width: 250px;
    margin-left: 50px;
}
.auth-popup .quickAuthItem {
    background: none repeat scroll 0 0 #FFFFFF;
}

.auth-popup .social-icon {
    float: left;
    margin: 0pt 5px;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
}

.auth-popup .error {
    padding-left: 60px;
}

.vk-icon, .fb-icon, .tw-icon, .od-icon {
    background: url(../img/btn/btns.png) no-repeat scroll;
}
.vk-icon {
    background-position: -576px -173px;
}
.fb-icon {
    background-position: -524px -173px;
}
.tw-icon {
    background-position: -550px -173px;
}
.od-icon {
    background-position: -600px -173px;
}

.quickAuthButtonsPopUp .quickAuthItem{
    margin: 0px;
    padding: 5px 0;
    width: 100px;
    text-align: left;
}



.textLeft{
    text-align: left;
}

.textCenter{
    text-align: center;
}
.textLeft label{
    font:12px/14px Tahoma,Arial;
}

.textLeft input{
    margin-top: 2px;
}
.quickAuthItem {
    float: left;
    margin-right: 5px;
    cursor: pointer;
    padding: 5px 5px 0px 5px;
    border-radius: 4px 4px 4px 4px;
}
.hoverAuthItem {
    background: #DAE1EB !important;
}
.quickAuthItem a {
    color:#333333;
    margin-left: 5px;
    position: relative;
    top: -2px;
}
.authButton {
    cursor: pointer;
}
.authButton .authText {
    position: relative;
    top: -5px;
}
#authButton {
    margin-right: 10px;
}

#enterBtn ,#recoveryBtn, #regBtn, #completeRegBtn, #bindAccBtn {
    cursor: pointer;
}
.completeRegRadio {
    border: 1px solid #CCCCCC;
    margin: 10px 0;
    padding: 10px;
}
#login-block .completeRegRadio label {
    color: #656565;
    font: 12px/18px Tahoma,Arial
}

.invisible {
    display: none;
}
/* auth */


/* carousel */
.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
height:95px; /*Height should enough to fit largest content's height*/
margin:0px 0 20px;
width: 590px;
margin-left:50px;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 15px; /*margin around each panel*/
margin-left:0px;
width: 175px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height: 75px;
color: #656565;
font: 10px Tahoma,Arial;
text-align: center;
color: white;
}

#back {
position:relative;
bottom: -25px;
z-index:8;
display:block;
float:left;
}

#forward {
position:relative;
bottom: -25px;
z-index:8;
float:right;
}

.panel .text {
    width: 160px;
    vertical-align: top;
    margin-left:10px;
    text-align:left;
    float:left;
    color:black;
    line-height: 15px;
}
.oneItemCarousel {
    margin-left:0px;
}


.carousel-fotoBlock {
    cursor:pointer;
}

/* carousel */

/* rate */
.rateTitle {
    margin-right: 5px;
    font: 14px/24px Tahoma;
}
#addrate {
    top: 3px;
    position: relative;
}
/* rate */

/*shares*/
#shares{
    width: 690px;
}
/*shares
---------------------------------------------------------------*/

.block-left {
    width: 184px;
    margin: 0 auto;
}
.block-left strong {
    font: 16px Arial,Tahoma;
}
.city-sel {
    float: left;
    width: 184px;
    color:#202529;
    font: 16px/18px Arial,Tahoma;
}
.city-sel a {
    color: #0188cc;
    font: 10px Arial,Tahoma;
    text-decoration: none;
}
.city-sel-footer {
    background: url(http://st.oede.by/new/img/shares/city-sel-footer.gif) no-repeat left top;
    height: 5px;
    width: 184px;
    float: left;
    padding: 0 0 10px 0;
}
.city-list {

    float: left;
    width: 182px;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
.city-list ul {
    width: 182px;
}
.city-list li {
    list-style: none;
    color: #000000;
    font: 12px/19px Arial,Tahoma;
    margin: 0px 2px;
    padding: 0;
    border-bottom: 1px dotted #a3a3a3;
    cursor: pointer;
}
.city-list img {
    float: left;
}

.shareCities,.shareRegions {
    display:none;
}

.region-sel {
    float: left;
    width: 100%;
    color:#202529;
    font: 12px/18px Arial,Tahoma;
    padding: 10px 0 0 0;
}
.region-sel a {
    color: #0188cc;
    font: 10px Arial,Tahoma;
    text-decoration: none;
}
#smallsearch {
    padding: 10px 0 10px 0;
    width: 200px;
}
#smallsearch input[type="text"] {
    background: url(http://st.oede.by/new/img/shares/small-search-input.gif) no-repeat top left;
    padding: 4px 2px 5px 8px;
    width: 159px;
    border: 0;
    color: #dddddd;
    font: 14px Arial,Tahoma;
}
#smallsearch input[type="submit"] {
    background: url(http://st.oede.by/new/img/shares/small-search-sbmt.gif) no-repeat top left;
    border: 0;
    height: 23px;
    width: 23px;
}
.shops {
    width: 184px;
    color: #202529;
    font: 16px/18px Arial,Tahoma;
    padding: 10px 0 0 0;
}

li.shops {padding:0 !important}
.shops li {
    width: 184px;
    list-style: none;
    color: #202529;
    font: 14px/17px Arial,Tahoma;
    margin: 0px 2px;
    padding: 0;
    border-bottom: 1px dotted #d4c8a2;
    cursor: pointer;
}
.shops li:hover {
    width: 175px;
    background: url(http://st.oede.by/new/img/shares/shops-act.gif) no-repeat top left;
    list-style: none;
    color: #202529;
    font: 14px/17px Arial,Tahoma;
    margin: 0px 2px;
    padding: 0 0 0 9px;
    border-bottom: 1px dotted #d4c8a2;
    cursor: pointer;
}
.shops li.act {
    width: 175px;
    background: url(http://st.oede.by/new/img/shares/shops-act.gif) no-repeat top left;
    list-style: none;
    color: #202529;
    font: 14px/17px Arial,Tahoma;
    margin: 0px 2px;
    padding: 0 0 0 9px;
    border-bottom: 1px dotted #d4c8a2;
    cursor: pointer;
}
.shops img {
    float: left;
}
.block-right {
    background: url(http://st.oede.by/new/img/shares/block-right-bg.gif) repeat-y left top;
    width: 182px;
}
.right-h2 {
    background: url(http://st.oede.by/new/img/shares/righth2-bg.jpg) no-repeat left bottom;
    padding: 5px 0 17px;
    margin: 0;
    width: 220px;
    float: left;
}
.right-h2 h2 {
    background: #78ab3c;
    color: #ffffff;
    font: 15px/14px Arial,Tahoma;
    margin: 0 0 0 6px;
    padding: 5px 0 0 6px;
}
.rightColumn h3 {
    color: #202529;
    font: 14px/15px Arial,Tahoma;
    margin: 0;
    padding: 15px 0 5px 0;
}
.block-right-top {
    background: url(http://st.oede.by/new/img/shares/block-right-top.gif) no-repeat left top;
    height: 7px;
    width: 182px;
}
.block-right-bottom {
    background: url(http://st.oede.by/new/img/shares/block-right-bottom.gif) no-repeat left top;
    height: 7px;
    width: 182px;
}
.block-right-content {
    width: 180px;
    color: #202529;
    font: 10px/11px Arial,Tahoma;
    padding: 0 2px 0 0;
}
.block-right-content img {
    margin: 2px 8px;
    float: left;
}
.block-right-content span {
    margin: 0 0 0 10px;
}
.smalllink {
    color: #0188cc;
    font: 10px/13px Arial,Tahoma;
    text-decoration: none;
    padding: 5px 0;
    cursor:pointer;
}
.smalllink:hover {
    text-decoration: underline;
}


.shares-title {
    background: url(http://st.oede.by/new/img/shares/shares-title-img.jpg) no-repeat right top;
    height: 55px;
    width: 100%;
    padding: 0;
}
.shares-all {
    width: 100%;
    margin: -2px 0 0 0;
}
.shares-top-left {
    background: url(http://st.oede.by/new/img/shares/shares-top-left.png) no-repeat left top;
    height: 36px;
    width: 10px;
    float: left;
}
.shares-top {
    background: url(http://st.oede.by/new/img/shares/shares-top-bg.png) repeat-x left top;
    height: 36px;
    float: left;
    width: 100%;
    line-height: 21px;
    vertical-align: middle;
}
.shares-top a:hover, .shares-top a.act {
    background: url(http://st.oede.by/new/img/shares/fastswitch-shares-act.jpg) no-repeat left top;
    color: #ffffff;
    font: 14px/21px Arial,Tahoma;
    vertical-align: middle;
    text-decoration: none;
    width: 126px;
    height: 21px;
    display: block;
    margin: 7px 0 7px 20px;
    float: left;
    text-align: center;
}
.shares-top a {
    background: url(http://st.oede.by/new/img/shares/fastswitch-shares.png) no-repeat left top;
    color: #555555;
    font: 14px/21px Arial,Tahoma;
    vertical-align: middle;
    text-decoration: none;
    width: 126px;
    height: 21px;
    display: block;
    margin: 7px 0 7px 20px;
    float: left;
    text-align: center;
}
.shares-top-right {
    background: url(http://st.oede.by/new/img/shares/shares-top-right.png) no-repeat left bottom;
    height: 36px;
    width: 9px;
    float: right;
}
.shares-header {
    background: url(http://st.oede.by/new/img/shares/shares-header-left.gif) repeat-y left top;
    float: left;
    width: 100%;
}
.shares-header2 {
    background: url(http://st.oede.by/new/img/shares/shares-header-right.gif) repeat-y right top;
    float: left;
    width: 100%;
}
.shares-header ul {
    padding: 0;
    margin: 0;
    float: left;
}
.shares-header li {
    list-style-image: url(http://st.oede.by/new/img/shares/list-shares-img.gif);
    margin: 0 0 0 30px;
    padding: 0px 2px 6px;
    color: #2e562b;
    font: 12px/20px Arial,Tahoma;
    vertical-align: middle;
   /* width: 80px; */
   /* height: 20px; */
     float: left;
   /* border-right: 1px dotted #bfc1c2;*/
}
.shares-header sup {
    color: #0188cc;
}

.shares-middle-left {
    background: url(http://st.oede.by/new/img/shares/shares-middle-left.gif) no-repeat left top;
    height: 11px;
    width: 11px;
    float: left;
}
.shares-middle {
    background: url(http://st.oede.by/new/img/shares/shares-middle-bg.gif) repeat-x left top;
    height: 11px;
    float: left;
    width: 100%;
}
.shares-middle-right {
    background: url(http://st.oede.by/new/img/shares/shares-middle-right.gif) no-repeat left bottom;
    height: 11px;
    width: 11px;
    float: right;
}


.shares-sort-left {
    background: url(http://st.oede.by/new/img/shares/shares-sort-left.png) no-repeat left top;
    height: 32px;
    width: 16px;
    float: left;
}
.shares-sort {
    background: url(http://st.oede.by/new/img/shares/shares-sort-bg.png) repeat-x left top;
    height: 32px;
    float: left;
    width: 100%;
    color: #3c4145;
    font: 11px/22px Arial,Tahoma;
    vertical-align: middle;
}

.shares-sort-right {
    background: url(http://st.oede.by/new/img/shares/shares-sort-right.png) no-repeat left bottom;
    height: 32px;
    width: 11px;
    float: right;
}
.sort {
    height: 23px;
    padding: 0 0 0 60px;
    float: left;
}
.sort a {
    color: #3c4145;
    font: 11px/23px Arial,Tahoma;
    display: block;
    float: left;
    height: 23px;
    padding-right: 8px;
    margin: 0 0px;
    text-decoration: none;
    vertical-align: middle;
}
.sort span {
    cursor: pointer;
    display: block;
    float: left;
    height: 23px;
    line-height: 23px;
    padding: 0 7px 0 15px;
    vertical-align: middle;
}
.sort a:hover {
    background: #ebebeb;
    text-decoration: underline;
}
.sort a.curr {
    color: #ffffff;
    background: url(http://st.oede.by/new/img/shares/sort-bg-right-active.png) no-repeat scroll right center transparent;
}
.sort a:hover span {
    text-decoration: underline;
}
.sort a.curr span {
    background: url(http://st.oede.by/new/img/shares/sort-bg-left-active.png) no-repeat scroll left center transparent;
}

.shares-bottom-left {
    background: url(http://st.oede.by/new/img/shares/shares-bottom-left.gif) no-repeat left top;
    height: 10px;
    width: 11px;
    float: left;
}
.shares-bottom {
    background: url(http://st.oede.by/new/img/shares/shares-bottom-bg.gif) repeat-x left top;
    height: 10px;
    float: left;
    width: 100%;
}
.shares-bottom-right {
    background: url(http://st.oede.by/new/img/shares/shares-bottom-right.gif) no-repeat left bottom;
    height: 10px;
    width: 11px;
    float: right;
}

   .d1, .d2, .d3 {
    display: block; /* Блочный элемент */
    font-size: 0; /* Размер шрифта для IE6-7 */
    overflow: hidden; /* Для браузера IE6 */
    height: 1px; /* Высота блока в один пиксел */
   }
   .d2, .d3, .shares-text {
    border-left: 1px solid #cccccc; /* Граница слева */
    border-right: 1px solid #cccccc; /* Граница справа */
   }
   .d1 { margin: 0 3px; background: #cccccc; }
   .d2 { margin: 0 1px; border-width: 2px; }
   .d3 { margin: 0 0px; height: 2px; }
   .shares-text {
    padding: 5px 10px; /* Отступы по горизонтали и вертикали */
   }
.dialog-round {
    margin: -1px 0 0 0;
    padding: 0 8px 10px;
}

.shares-text {
    color: #656565;
    font: 12px/14px Arial,Tahoma;
}
.shares-text h2 {
    color: #3c4145;
    font: 18px/22px Arial,Tahoma;
    text-align: center;
}
.shares-text h3 {
    color: #3c4145;
    font: 18px/22px Arial,Tahoma;
    text-align: center;
    padding: 0px 5px;
}

.shares-preview {
    padding: 15px 15px 15px 0;
    text-align: center;
    width: 210px;
    float: left;
}

.sharesShop{
    padding: 0px 0px 15px 0;
    text-align: center;
    width: 210px;
    float: left;
}

.shareDate {
margin: 3px auto 20px;
text-align: center;
}
.shares-table {
    padding: 15px 0;
    margin: 0 0 0 230px;
}

.shares-table-all {
    padding: 15px 0;
}
.shares-table-all .shares-comp {width:100%;}

.shares-comp, .shareAddress {
    font-size: 14px;
    margin-bottom: 10px;
}

.shareAddress {
    margin-left: 230px;
}

.lineH {
    line-height:18px;
}

.plus {
    color: green;
    font-weight: bold;}

.shareAddress div {
 margin:10px 0 5px 0;
}
.shareAddress .shopList {
    border-bottom: 1px dotted #E3E3E3;
    color: #2E562B;
    float: none;
    padding:0;
    margin: 0;
    font: 12px/20px Arial,Tahoma;
    vertical-align: middle;
}

.shares-comp {width: 100%;}
.shares-comp td {
    padding: 5px 1px;
    font: 12px/14px Tahoma,Arial;
}

.right-text {
    text-align: right;
}
.hr-grey {
    clear: both;
    border-bottom: 1px solid #DDDDDD;
    padding: 10px 0 0 0;
    margin: 0 5px 10px 5px;
}
.shares-arr-left {
    float: left;
    padding: 20px 2px 0 2px;
}
.shares-prev-small {
    margin: 10px 2px 0;
}
.shares-arr-right {
    float: left;
    padding: 20px 2px 0 2px;
}
.shares-title-link {
    color: #78ab3c;
    text-decoration: underline;
}
.paging {
    text-align: center;
    padding: 5px 0 10px 0;
}
.paging a {
    color: #3c4145;
    font: 12px Arial,Tahoma;
    padding: 3px;
    margin: 0 4px;
    text-decoration: none;
}
.paging a:hover {
    background: #d3dba8;
    text-decoration: none;
}
.hotblock {
    width: 29%;
    padding: 0 2% 0 2%;
    border-right: 1px dotted #c0c2c3;
    float: left;
    font-size: 10px;
    min-height: 150px;
    color: #656565;
}
.hotblock img {
    float: left;
    margin: 5px;
}
.hotblock h3 {
    color: #555555;
    font: 16px Arial,Tahoma;
    vertical-align: middle;
    text-align: center;
    padding: 0px 5px;
}

.hotblock-table {
    width: 100%;
    font: 10px/12px Tahoma,Arial;
    padding: 5px 1px;
    color: #656565;
}
.hotblock-table td {
    font-size: 10px;
    padding: 0px 1px;
}


.shares-preview-left{
    /*padding: 15px 15px 15px 0;*/
    text-align: center;
    width: 170px;
    float: left;
}
.shares-table-left {
    padding: 15px 0;
    margin: 0 0 0 185px;
}
.shares-table-centr {
    padding: 15px 0;
}

.shares-table-centr strong, .shares-table-left strong {
    padding: 1px 2px;
}
.hotblock strong {
    padding: 1px 3px;
}


.unvisProduct {display:none;}

.bigLoad {
    margin:50px auto; width:66px
}
.shareFoodcat {
    cursor:pointer;
}

.shops a {text-decoration: none; color:#202529}
.checkReg {
    float: right;
    margin-right: 5px;
}

.loadReg {
    float:right !important;

}
#sharename{
    color: #656565;
    float: left;
    font: 14px Tahoma,Arial;
    margin-left: 5px;
    margin-top: 5px;
    max-width: 135px;
}

#sharename .shares-title-link {
    color: #656565;
    text-decoration: none;
}

.hotShareItemHeader {
    height:15px;
    font:10px/12px Tahoma,Arial;
}

.shareItemHeader {
    height:20px;
}

/*endshares*/


/* google search */
#cse-search-results {
   margin-top: 20px;
}
#cse-search-results iframe {
    width: 700px;
}

.gs-result {
    width:100%;
}
.gs-webResult {

}

/* google search */

/**addRecipe**/

.addRecipe .imageUpload {
    margin-top: 10px;
    min-width: 200px;
    min-height: 160px;
}
.addRecipe .qq-upload-drop-area {
    border: 2px dashed #D3D3D3;
    height: 144px;
}

.addRecipe .qq-upload-drop-area div {
    margin-top: 40px;
    padding: 0 10px;
}

.addRecipe .qq-uploader .center {
    margin:10px 0;
}

.addRecipe .qq-upload-list {
    display: none;
}

.addRecipe .ajaxupload-image .del {
    position: relative;
    top: -170px;
    margin: 0;
    opacity: 0.5;
}

.addRecipe label {
    display: block;
    margin-bottom: 5px;
}
.addRecipe label[for=accept] {
    display: inline;
}

.addRecipe input[type=text], .addRecipe select, .addRecipe textarea {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}

.addRecipe .preparation {
    width: 410px;
    float: left;
    padding: 5px 0;
    width: 100%;
    color: #333333;
    font: 14px/18px Tahoma, Arial;
}
.addRecipe .left {
    max-width:200px;
}
.addRecipe .email {
    margin:10px 0 30px;
}
.addRecipe .email .input-name {
    width: 676px;
}
.addRecipe .name {
    width: 470px;
    float: left;
}
.addRecipe .time {
    width: 233px;
    float: left;
    padding: 22px 12px 0 0;
}
.addRecipe .count {
    width: 230px;
    float: left;
    padding: 22px 0 0 0;
}
.addRecipe .category {
    width: 233px;
    float: left;
    padding: 22px 12px 0 0;
}
.addRecipe .subcategory {
    width: 233px;
    float: left;
    padding: 22px 0 0 0;
}
.addRecipe .complexity {
    margin-left: 210px;
    margin-top: 20px;
}
.addRecipe .textarea {
    width: 685px;
    float: left;
    padding: 5px 0 0 0;
}
.addRecipe .product {
    width: 700px;
    float: left;
    padding: 2px 0 5px 0;
}
.addRecipe .input-name {
    border:1px solid #ccc;
    width: 463px;
    padding: 5px 5px;
    color: #919191;
    font: 14px/18px Arial, Tahoma;
}

.addRecipe #recipeAddComments {
    width: 673px;
    max-width: 673px;
    min-width: 673px;
    color: #919191;
    font: 14px/18px Arial,Tahoma;
    padding:5px;
}

.addRecipe .input-time {
    border:1px solid #ccc;
    width: 216px;
    padding: 5px 5px;
    color: #919191;
    font: 14px/18px Arial, Tahoma;
}
.addRecipe .select-count {
    background: url(http://st.oede.by/contest/img/select-count.png) no-repeat top left;
    width: 230px;
    padding: 5px 5px;
    color: #919191;
    font: 14px/18px Arial, Tahoma;
    border: 0;
}
.addRecipe .select-category {
    background: white;
    width: 233px;
    padding: 5px 5px;
    color: #919191;
    font: 14px/18px Arial, Tahoma;
    border: 1px solid #CCCCCC;
}
.addRecipe .select-complexity {
    background: white;
    width: 100%;
    padding: 5px 5px;
    color: #919191;
    font: 14px/18px Arial, Tahoma;
    border: 1px solid #CCCCCC;
}
.addRecipe .select-subcategory {
    background: white;
    width: 233px;
    padding: 5px 5px;
    color: #919191;
    font: 14px/18px Arial, Tahoma;
    border: 1px solid #CCCCCC;
}
.addRecipe .input-textarea {
    width: 670px;
    max-width: 670px;
    height: 90px;
    padding: 5px 5px;
    color: #919191;
    font: 14px/18px Arial, Tahoma;
    border: 1px solid #CCCCCC;
}
.addRecipe .input-product {
    border:1px solid #ccc;
    width: 399px;
    padding: 5px 5px;
    color: #919191;
    font: 14px/18px Arial, Tahoma;
    margin: 0 13px 0 0;
}
.addRecipe .select-count-sm {
    border:1px solid #ccc;
    width: 90px;
    padding: 5px 5px;
    color: #919191;
    font: 14px/18px Arial, Tahoma;
    margin: 0 13px 0 0;
}
.addRecipe .select-dec {
    background: white;
    width: 85px;
    padding: 5px 5px;
    color: #919191;
    font: 14px/18px Arial, Tahoma;
    border: 1px solid #CCCCCC;
    margin: 0 4px 0 0;
}
.addRecipe  #del_step {
    margin-left:10px;
}
.addRecipe #del_step_img {display:none;}
.sm-grey {
    color: #909090;
    font: 10px/15px Tahoma, Arial;
}
.addRecipe  #image_container .sm-grey{
   margin: 20px;
}
.addRecipe .step-textarea {
    width: 463px;
    max-width: 463px;
    height: 170px;
    padding: 5px 5px;
    color: #919191;
    font: 14px/18px Arial, Tahoma;
}
.addRecipe .features {
    width: 334px;
    float: left;
    padding: 0 20px 0 0;
}
.addRecipe .featuresBlock {
    margin-bottom: 15px;
}
.addRecipe .select-features {
    background: white;
    width: 335px;
    padding: 5px 5px;
    color: #919191;
    font: 14px/18px Arial, Tahoma;
    border: 1px solid #CCCCCC;
}
.addRecipe .select-multiple {
    width: 335px;
    padding: 5px 5px;
    margin: 2px 0 15px 0;
    color: #919191;
    font: 14px/18px Arial, Tahoma;
    height: 125px;
}
.addRecipe .errors,.accepterror, .error{
    color: #bb0101;
    font: 12px/24px Tahoma;
}

.addRecipe .del {
    background: url("../img/del-big-ico-h.png") repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 17px;
    opacity: 0.2;
    width: 17px;
    display: block;
    float: right;
    margin: 7px 10px;
}

.addRecipe .del:hover {
    opacity:0.6;
}

.addRecipe .del:active {
    opacity:1;
}

.addRecipe #delete_product,#submit_recipe_form,#step_img,#del_step_img,#img_file{
cursor:pointer;}

.addRecipe .suggestionsBox {position: absolute; width: 380px; background-color: #212427; border: 2px solid #000; color: #fff; padding: 5px; margin-top: 5px; -moz-border-radius: 8px;-webkit-border-radius: 8px;}

.addRecipe .suggestionsBox span{display:block;cursor:pointer;}


.addRecipe #image_container{
    margin:0 0 0 -3px;
    padding:0px;
    width:204px;
    height:157px;
    text-align:center;
    font-size:10px;
    overflow:hidden;
    background: url(../img/image_background.gif) no-repeat center left;
}

.addRecipe #text_container{
    color:black;
    font-size: 14px;
}

.addRecipe #image_container #text_container{
    margin:30px 25px 15px;
    font: 14px/18px Tahoma,Arial;
}
.addRecipe .submitForm {
    margin-top:40px
}
.addRecipe .submitForm .button {
    float:right
}
.submitAddRecipe {
    margin-top:20px;
    text-align:center;
}
.add_step, #add_product, #add_step, #del_step {
    cursor:pointer;
}

.hintAddRec {
    font: 12px/18px Tahoma,Arial;
}

.addRecipe .recipeTags {
    margin-bottom:20px;
}

.addRecipe .tag {
    background-color: #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    float: left;
    font-family: arial;
    font-size: 12px;
    margin:0 5px 5px 0;
    padding: 2px 1px 2px 3px;
    text-align: center;
    text-shadow: 0 0 1px #555555;
}

.addRecipe .tag .cross {
    background: url("../img/close.png") no-repeat scroll 0 0 transparent;
    height: 20px;
    width: 20px;
    float:right;
    cursor:pointer;
}
.addRecipe .tag .cross:hover {
    background: url("../img/closeRed.png") no-repeat scroll 0 0 transparent;
}

.addRecipe .tag .tagName {
    margin-right: 5px;
    padding:4px 19px 0 5px;
    white-space: nowrap;
}

.addRecipe .chooseTag {
    margin-bottom: 10px;
}
.addRecipe #chooseRecipeTag {
    width: 678px;
    height:16px;
    padding:5px;
    font:14px/18px Arial,Tahoma;
    color:#919191
}

.addRecipe .productNumber {
    float: left;
    font-family: Tahoma,Arial;
    font-size: 14px;
    margin-top: 7px;
    width: 25px;
}

.addRecipe h2 {
    clear: both;
    color: #333333;
    font: 20px/24px Tahoma,Arial;
    padding: 10px 0;
}

.addRecipe h2 span {
    font-size:14px;
}

.addRecipe .contest-rules {
    font: 14px/24px Arial,Tahoma;
}

.addRecipe .contests-list {
    margin-top:10px;
}

.addRecipe .recipe-contest {
    width:320px;
    float:left;
    margin-bottom:20px;
}

.addRecipe .recipe-contest .radio {
    margin-right:10px;
}

.addRecipe .recipe-contest .contest-desc {
    margin-left: 110px;
    font: 12px/18px Tahoma;
}

.addRecipe .recipe-contest .contest-desc div {
    margin-top: 10px;
}

.addRecipe .recipe-contest .no-contest-img {
    margin-left: 30px;
}


a.btn-link {
    text-decoration:none;
}

.btn {
    display:block;
    color:#fff;
    text-decoration:none;
    font-size:14px;
    text-align:center;
    font-family:"Myriad Pro";
    padding:6px 0px;
    text-shadow:0 1px 1px rgba(0,0,0,0.75);
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -moz-box-shadow: inset 0 1px rgba(255,255,255,0.2), inset 0 0 7px rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 1px rgba(255,255,255,0.2), inset 0 0 7px rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.5);
    box-shadow: inset 0 1px rgba(255,255,255,0.2), inset 0 0 7px rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.5);
    width:100%;
    cursor:pointer;
}
.btn:hover {
    -moz-box-shadow: inset 0 1px rgba(255,255,255,0.4), inset 0 0 7px rgba(255,255,255,0.7), 0 1px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 1px rgba(255,255,255,0.4), inset 0 0 7px rgba(255,255,255,0.7), 0 1px 2px rgba(0,0,0,0.5);
    box-shadow: inset 0 1px rgba(255,255,255,0.4), inset 0 0 7px rgba(255,255,255,0.7), 0 1px 2px rgba(0,0,0,0.5);
}
.btn:active {
    box-shadow: inset 0 1px rgba(255,255,255,0.7), inset 0 0 7px rgba(255,255,255,0.9), 0 1px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 1px rgba(255,255,255,0.7), inset 0 0 7px rgba(255,255,255,0.9), 0 1px 2px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 0 1px rgba(255,255,255,0.7), inset 0 0 7px rgba(255,255,255,0.9), 0 1px 2px rgba(0,0,0,0.5);
}

.btn-green {
    border:1px solid #62a227;
    background: #7bc70e;
    background: -moz-linear-gradient(top,  #7bc70e 0%, #42a402 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7bc70e), color-stop(100%,#42a402));
    background: -webkit-linear-gradient(top,  #7bc70e 0%,#42a402 100%);
    background: -o-linear-gradient(top,  #7bc70e 0%,#42a402 100%);
    background: -ms-linear-gradient(top,  #7bc70e 0%,#42a402 100%);
    background: linear-gradient(top,  #7bc70e 0%,#42a402 100%);
}
.btn-green:active {
    background: #42a402;
    background: -moz-linear-gradient(top,  #42a402 0%, #7bc70e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42a402), color-stop(100%,#7bc70e));
    background: -webkit-linear-gradient(top,  #42a402 0%,#7bc70e 100%);
    background: -o-linear-gradient(top,  #42a402 0%,#7bc70e 100%);
    background: -ms-linear-gradient(top,  #42a402 0%,#7bc70e 100%);
    background: linear-gradient(top,  #42a402 0%,#7bc70e 100%);
}

.btn-blue {
    border: 1px solid #26A7AC;
    box-shadow: 0px 2px 2px 0px #5d5d5d,0 1px 0px 0 #9be2e4 inset;
    background: #68D0D3;
    background: -moz-linear-gradient(top,  #68D0D3 0%, #21A1A7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#68D0D3), color-stop(100%,#21A1A7));
    background: -webkit-linear-gradient(top,  #68D0D3 0%,#21A1A7 100%);
    background: -o-linear-gradient(top,  #68D0D3 0%,#21A1A7 100%);
    background: -ms-linear-gradient(top, #68D0D3 0%,#21A1A7 100%);
    background: linear-gradient(top, #68D0D3 0%,#21A1A7 100%);
}
.btn-blue:active {
    background: #21A1A7;
    background: -moz-linear-gradient(top,  #21A1A7 0%, #68D0D3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#21A1A7), color-stop(100%,#68D0D3));
    background: -webkit-linear-gradient(top,  #21A1A7 0%,#68D0D3 100%);
    background: -o-linear-gradient(top,  #21A1A7 0%,#68D0D3 100%);
    background: -ms-linear-gradient(top, #21A1A7 0%,#68D0D3 100%);
    background: linear-gradient(top, #21A1A7 0%,#68D0D3 100%);
}

.btn-white {
    color: #717171;
    text-shadow: 0 1px #FFFFFF;
    font-weight: bold;
    padding: 5px 10px;
    border: 1px solid #B9BCBD;
    -moz-box-shadow: inset 0 1px rgba(255,255,255,0.2), inset 0 0 7px rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 1px rgba(255,255,255,0.2), inset 0 0 7px rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: inset 0 1px rgba(255,255,255,0.2), inset 0 0 7px rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.2);
    background: #FEFEFE;
    background: -moz-linear-gradient(top,  #FEFEFE 0%, #ECECEC 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FEFEFE), color-stop(100%,#ECECEC));
    background: -webkit-linear-gradient(top,  #FEFEFE 0%,#ECECEC 100%);
    background: -o-linear-gradient(top,  #FEFEFE 0%,#ECECEC 100%);
    background: -ms-linear-gradient(top, #FEFEFE 0%,#ECECEC 100%);
    background: linear-gradient(top, #FEFEFE 0%,#ECECEC 100%);
}

.btn-white:hover {
    color:#444;
    -moz-box-shadow: inset 0 1px rgba(255,255,255,0.4), inset 0 0 7px rgba(255,255,255,0.7), 0 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 1px rgba(255,255,255,0.4), inset 0 0 7px rgba(255,255,255,0.7), 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: inset 0 1px rgba(255,255,255,0.4), inset 0 0 7px rgba(255,255,255,0.7), 0 1px 2px rgba(0,0,0,0.2);
}

.btn-white:active {
    box-shadow: inset 0 1px rgba(255,255,255,0.7), inset 0 0 7px rgba(255,255,255,0.9), 0 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 1px rgba(255,255,255,0.7), inset 0 0 7px rgba(255,255,255,0.9), 0 1px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 1px rgba(255,255,255,0.7), inset 0 0 7px rgba(255,255,255,0.9), 0 1px 2px rgba(0,0,0,0.2);
    background: #ECECEC;
    background: -moz-linear-gradient(top,  #ECECEC 0%, #FEFEFE 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ECECEC), color-stop(100%,#FEFEFE));
    background: -webkit-linear-gradient(top,  #ECECEC 0%,#FEFEFE 100%);
    background: -o-linear-gradient(top,  #ECECEC 0%,#FEFEFE 100%);
    background: -ms-linear-gradient(top, #ECECEC 0%,#FEFEFE 100%);
    background: linear-gradient(top, #ECECEC 0%,#FEFEFE 100%);
}

.btn-showReport {
    margin-bottom: 5px;
    padding: 5px 10px;
}

.btn-addRecipe {
    margin-bottom:18px;
}
.btn-addContestRecipe {
    margin-bottom: 5px;
    padding: 5px 10px;
}

.btn-addQuestion {
    font-weight: normal;
    padding: 0;
    width: 110px;
    font-family: Arial;
    font-size: 11px;
}

.addRecipe .contest-chef-data {
    background-color: #FBF8E1;
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 40px;
    padding: 10px;
}
.addRecipe .contest-chef-data .name {
    width: 330px;
}
.addRecipe .contest-chef-data .second-column {
   margin-left: 8px;
}

.addRecipe .contest-chef-data input {
    width: 310px;
}


/**addRecipe**/


/**vtip**/
.vtip {
    border-bottom: 1px dotted #2A6D9F;
    color: #2A6D9F;
    text-decoration: none;
}
p#vtip { display: none; position: absolute; padding: 10px; left: 5px; font-size: 0.8em; background-color: white; border: 1px solid #a6c9e2; -moz-border-radius: 5px; -webkit-border-radius: 5px; z-index: 9999 }
p#vtip #vtipArrow { position: absolute; top: -10px; left: 5px }
/**vtip**/

/**blocksmanager**/
.romanticTitle, .buyTitle, .eatTitle, .cookTitle, .CookInnerTitle, .LastRecipesTitle, .controlBuyTitle, .sharesTitle, .newProductTitle {
    color: white;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 6px;
    text-align: center;
}
.shares {
    font-weight:bold;
    margin-bottom:10px;
}
.noUnder {
    text-decoration: none;
}
.shares .buyTitle {
    width: 210px;
    background: none repeat scroll 0 0 #988D0D;
}

.shares .shops {
    width: 100% !important;
}
.shops {
    color: #202529;
    font: 16px/18px Arial,Tahoma;
    padding: 10px 0 0;
    width: 184px;
}
.shops li {
    border-bottom: 1px dotted #D4C8A2;
    color: #202529;
    cursor: pointer;
    font: 14px/17px Arial,Tahoma;
    list-style: none outside none;
    margin: 0 2px;
    padding: 0;
    width: 184px;
}
.shares ul a, .eat ul a {
    color: black;
    font-family: Arial;
    font-size: 14px;
}
.shops a {
    color: #202529;
    text-decoration: none;
}
.shops img {
    float: left;
}
.lastRecipes, .shares {
    margin: 0 auto 20px;
    text-align: left;
    width: 225px;
    float: left;
}
.lastRecipes a, .shares a {
    color: #1F252A;
    font-family: Arial;
    font-size: 14px;
    margin-bottom: 5px;
}
.romanticTitle {
    background: none repeat scroll 0 0 #66A429;
    width: 165px;
}
.bceBlocksList {
    margin-top: 5px;
    padding: 5px 0 9px;
}


.bceBlocksList a, .bceBlocksListNoBorder a {
    /*color: #2a6d9f;*/
	color:#000;
    font:12px/14px Tahoma;
    text-decoration: none;
    text-align: left;
}

.lastRecipes .bluelink, .shares .bluelink {
    color: #2a6d9f;
    font: 11px/15px Arial;
}
.bluelink {
    font-weight: normal;
}

.ban240x400 {
    margin-bottom: 20px;
}
/**blocksmanager**/


/**chiefs**/

form .cook-title3 {
    margin-bottom:0px;
}

.chief-request {
    margin-top:10px;
    width:100%;
}

.chief-request td {
    padding: 7px 0;
}

.chief-request .label {
    width: 40%;
}

.chief-request input {
    width:98%;
}

.button {
    background-color: transparent;
    border: 0 none;
    cursor: pointer;
    margin: 0;
    outline: medium none;
    overflow: visible;
    padding: 0;
    position: relative;
    text-shadow: 0 0 1px #FFFFFF;
    white-space: nowrap;
    width: auto;
}

.button-chief-request span {
    background: url("../img/btn/chefs-request.png") no-repeat;
    display: inline-block;
    width: 188px;
    height: 33px;
}

.button-chief-request:hover span {
    background-position:0 -40px;
}

.align-right {
    text-align: right;
}

.ulStyle li {
    color: #DDDDDD;
    list-style: disc outside none;
    margin-bottom: 3px;
    margin-left: 10px;
}

.ulStyle li span {
    font-family: Tahoma,Arial;
    font-size: 12px;
    text-decoration: none;
    color: #6D6B6B;
}

.sponsors {
    color: #6D6B6B;
    font: 12px/18px Tahoma,Arial,Verdana;
    margin: 0;
    padding: 5px 0;
}

/**chiefs**/


.captchaResponse {
    border: 1px solid #CCCCCC;
    display: block;
    margin: 10px auto;
    width: 150px;
}

#submit-vote-captcha {
    margin: 20px auto 0;
}

#submitNewTelUser{
    background: url("../img/btn/btns.png") no-repeat scroll -315px -2px transparent;
    display: inline-block;
    height: 32px;
    width: 120px;
    border:0px;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 5px;
}

#submitNewTelUser:hover{
    background-position: -315px -42px;
}

#userConfirmCode #setEmail {
    margin: 10px auto 0;
}

#submitNewTelUser:active{
    background-position: -315px -82px;
}


#telText{
    margin-top: 5px;
    margin-bottom: 5px;
}

.telRegisterInput{
    height: 24px;
    border: 1px solid #8c8c8c;
    text-align: center;
    color: #656565;
}

.tellNumberSpan{
    font: 14px/24px Tahoma Arial;
}


.suggestionsBox {position: absolute; width: 380px; background-color: #212427; border: 2px solid #000; color: #fff; padding: 5px; margin-top: 5px; -moz-border-radius: 8px;-webkit-border-radius: 8px;}

.suggestionsBox span{display:block;cursor:pointer;}


/** Add recipe **/
.addRecipePage {
    color: #333;
}
.addRecipePrew, .addRecipeHowTo, .addRecipeAnother {
    text-align: center;
    font: 14px/20px Tahoma,Arial,Verdana;
    margin-top: 20px;
}

.addRecipeAnother {
    text-align: left;
    margin: 20px 0;
}

.addRecipeHowTo {
    text-align: left;
    margin: 20px 0 35px 0;
}

.addRecipeHowTo h2,.addRecipeAnother h2 {
    margin:10px 0;
    font-size:18px
}

.addRecipeListNum {
    float:left
}

.addRecipeListVal {
    margin-left:30px;
}

.addRecipeImg {
    margin: 40px 0;
}
.addRecipeImg .btn-green {
    margin: 0 auto;
}

/** Add recipe **/


/** carousel **/

.ui-carousel {
	margin: 0;
	overflow: auto;
	padding: 0;
	position: relative; /*for ie7 to work e.g in html carousels*/
	width: 300px
}

.ui-carousel > .wrapper {
    margin: 0;
    padding: 0;
    width: 9999px;
}

.ui-carousel > .wrapper > * {
	border: 0;
	display: block;
	float: left;
	overflow: hidden;
	width: 100px;
}

#carouselContainer {
    position: relative;
    margin-top: 10px;
    width: 685px;
}

.contest-prize #carouselContainer {
    width: 390px;
    float: left;
    padding: 0 40px;
}



#carousel,#similar-recipe-carousel, .carousel {
    margin: 0 auto;
}

.carouselContainer {
    display:none;
}

#carousel img, #similar-recipe-carousel img, .carousel img {
    border: 0;
}

#similar-recipe-carousel  .slide .recipe-photo {
    max-width: 100%;
}



.ui-carousel-next, .ui-carousel-prev  {
    cursor:pointer;
    width: 36px;
    height: 36px;
    background: url(../img/btn/btns.png) #fff center center no-repeat;
    display: block;
    position: absolute;
    top: 20px;
    z-index: 1;
}

.similar-recipe-container .ui-carousel-next, .similar-recipe-container .ui-carousel-prev  {
    top: 55px;
}



.ui-carousel-prev {
    background-position: -2px -2px;
}
.ui-carousel-prev:hover {
    background-position: -2px -52px;
}
.ui-carousel-prev:active {
    background-position: -2px -102px;
}

.ui-carousel-next {
    right: 0;
    background-position: -52px -2px;
}
.ui-carousel-next:hover {
    background-position: -52px -52px;
}
.ui-carousel-next:active {
    background-position: -52px -102px;
}

.ui-carousel-prev {
    left: 0;
}

.ui-carousel-next > span, .ui-carousel-prev > span {
    display: none;
}


#carouselContainer .text  {
    width: 100px;
    vertical-align: top;
    text-align:left;
    /*float:right;*/
    color:black;
    line-height: 15px;
}
#carouselContainer .cookText  {
    width:200px;
}

#carouselContainer .similarRecipe  {
    width: 200px;
    margin-top: 3px;
}

.contest-prize #carouselContainer .similarRecipe  {
    width: 50px;
}

.oneItemCarousel {
    margin-left:0px;
}

#carousel_count {
    margin-left:165px;
}

.carousel-fotoBlock {
    cursor:pointer;
}



#carouselContainer .padd {
    padding:4px;
}


.slide {
    border-radius: 2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    width: 605px;
    height: 396px;
}

.slide .recipe-photo {
    max-width: 70px;
}

.loadCarousel {
    margin:10px auto;
    width:80px;
}

/** carousel **/

/**recipePopUp**/
.recipePopUp{
    padding:10px;
    padding-top: 0px;
    max-height: 400px;
    max-width:612px;
    overflow-y: auto;
    overflow-x:hidden;
}

.buttonSeparator{
    width: 10px;
    height: 1px;
}
.count-recipe-vote {
    background: url("../img/contest/n.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    font: bold 16px/37px Myriad Pro,Verdana,Arial,Tahoma;
    height: 45px;
    margin: 36px 0 0 44px;
    padding-top: 11px;
    position: absolute;
    text-align: center;
    width: 35px;
}

/*endrecipePopUp**/


/**Main Page**/
#top {
    background: url("../img/top_bg.png") repeat-x left top;
    height: 60px;
    margin: 10px 0 0;
}
.top-link {
    background: url("../img/top.png") no-repeat left top;
    width: 124px;
    height: 61px;
    text-align: center;
    margin: 0 auto;
}
.top-link a{
    border-bottom: 1px dotted #919191;
    font: 12px/61px Tahoma, Arial, Verdana;
    color: #919191;
    text-decoration: none;
}

.top-link:hover {
    background: url("../img/top-h.png") no-repeat left top;
    width: 124px;
    height: 61px;
}
.top-link a:hover {
    color: #2a6d9f;
    border-bottom: 1px dotted #2a6d9f;
}


.w628 {width: 627px;}
.w235 {width: 233px;}
.w300 {width: 300px;}
.w325 {width: 325px;}
.pt4{padding-top: 4px;}
.p15 {padding: 0 15px;}
.pt15 {padding-top: 15px!important;}
.pr35 {padding-right: 35px!important;}
.ml80 {margin-left: 80px!important;}
.w224{width: 224px;}
.w230{width: 230px; margin-left: 3px;}
.w155{width: 155px;}
.slideContainer{
    overflow-y: hidden;
    height: 276px;
}
.w235 .count-comments a.comments{
    margin-left: -6px;
}

.w325 .count-comments a.comments{
    margin-left: -6px;
}
.mb10{
    margin-bottom: 10px;
}

#slide{
    display: table;
    width: 401px;
    height: 324px;
    float:left;
}
#slider {
    float: left;
    position: relative;
    z-index: 5;
    width: 401px;
    height: 324px;
    border-right: 1px solid #dadada;
}
.slider-text {
    position: relative;
    z-index: 7;
    width: 401px;
    height: 322px;
}
#slider-menu {
    position: absolute;
    z-index: 10;
    left: 389px;
    width: 239px;
    margin-left: -1px;
}
.slider-gradient{
    position:  absolute;
    bottom: -2px;
    width: 402px;
    height: 50px;
}
.slider-comment {
    width: 371px;
    font: 14px/18px Arial,Verdana;
    color: #ffffff;
    bottom: 0;
    text-shadow: #3b3b3b 0px 0px 3px;
    position:  inherit;
    z-index: 8;
}
.slider-meta {
    font: 10px/14px Arial,Verdana;
    color: #ffffff;
    padding: 0 15px 15px 0;
    bottom: 0;
    text-shadow: #3b3b3b 0px 0px 3px;
    text-align: right;
    position:  relative;
    z-index: 8;
    margin-top: 10px;
    margin-left: 320px;
}
.slide-arr {
    padding: 0 0 0 13px;
    z-index: 10;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    position: relative;
}
.slide-arr:hover, .current {
    background: url("../img/slide-a.png") no-repeat left center;
}

.slideMain {
    background: url("../img/btn_bg.png") repeat-x scroll right top transparent;
    color: #656565;
    display: block;
    float: none;
    font: 11px/12px Arial,Verdana;
    height: 62px;
    padding: 15px 0 15px 10px;
    text-decoration: none;
    width: 216px;
}
.slideMain:hover, .cur {
    background: url("../img/btn_bg-a.png") repeat-x scroll right top transparent;
}

.slideMain span strong{
    font:12px/14px Tahoma, Arial;
    font-weight: bold;
}
.slide span {
    color: #555555;
    font: 14px/28px Myriad Pro,Arial, Tahoma,Verdana;
}

.slider-comment #comment{
    background: url("../img/slider-gradient.png") repeat scroll right top transparent;
    padding: 15px;
    display: block;
    width: 371px;
    font: 14px/18px Arial;
    color: #ffffff;
    text-shadow: #3b3b3b 1px 1px 2px;
}

#slider-viewing{
    text-shadow: #3b3b3b 1px 1px 2px;
}
#slideCaps{
    width: 401px;
    height: 324px;
    background: red;
    position: absolute;
    display: none;
}
.btn-up {
    background: url("../img/btn_up.png") no-repeat left top;
    display: block;
    width: 226px;
    height: 24px;
    margin: 0 0 0 13px;
    cursor: pointer;
}
.btn-down {
    background: url("../img/btn_down.png") no-repeat left top;
    display: block;
    width: 226px;
    height: 24px;
    margin: 0 0 0 13px;
    cursor: pointer;
}

.title2 {
    border-bottom: 2px solid #cccccc;
    font: 20px/28px Tahoma,Arial,Verdana;
    color: #333333;
    padding: 0 0 2px 0;
    margin: 0 0 15px 0;
}

.pt42 {
    padding-top: 30px !important;
}
.title3 {
    color: #333333;
    font: 16px/24px Tahoma,Arial,Verdana;
}
.bl {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 3px 3px 3px 3px;
    margin: 0 0 0px;
    position: relative;
}

.title2 {
    border-bottom: 2px solid #cccccc;
    font: 20px/28px Tahoma,Arial,Verdana;
    color: #333333;
    padding: 0 0 2px 0;
    margin: 0 0 15px 0;
}
.a1{
    border-bottom: 1px dotted #2a6d9f;
    font: 12px/14px Arial, Tahoma, Verdana;
    color: #2a6d9f;
    padding: 8px 0 1px 0;
    margin: 0 5px 0 0;
    float: right;
    text-decoration: none;
}
.a1:hover{
    border: 0;
}
.title2 .a2{
    font: 12px/14px Arial, Tahoma, Verdana;
    color: #2a6d9f;
    padding: 8px 0 1px 0;
    margin: 3px 0px 0 0;
    float: right;
}
.title2 .a2:hover{
    text-decoration: none;
}

#left h4 {
    clear: both;
    color: #333333;
    font: 16px/24px Tahoma,Arial;
    padding: 10px 0;
}

#left-main{
    float: left;

    padding-left: 18px;
    padding-right: 12px;
    width: 690px;
}

#left-main p{
    color: #565656;
    font: 12px/16px Arial,Tahoma,Verdana;
    padding: 5px 0;
}
.meta {
    color: #919191;
    font: 10px/24px Arial,Tahoma,Verdana;
}

#blockSeparator{
    width: 35px;
    float:left;
}

#right-main{
    float: right;
    width: 260px;
    text-align: right;
    margin-right: 18px;
    margin-top: 10px;
}
#slider .slideInfo{
    display: none;
}

.mainPageBlockShadow{
    width: 70px;
    float: left;
    margin-bottom: 10px;
    height: 72px;
    margin-right: 18px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #e6e6e6;
   /* background: url("../img/Shadow-70x72px.png") no-repeat; */

}
.mainPageBlockShadow img{
    /*box-shadow:  0 1px 3px 0 #cacaca;
    border-radius: 2px;*/
}
.sliderSmallShadow{
    width: 52px;
    height: 54px;
    margin-right: 10px;
    float: left;
    background: #e6e6e6;
}
.sliderSmallShadow img{
    box-shadow:   0 1 2px 0 #aaa;
    border-radius: 2px;
}

.carouselButtonLeft{
    width: 42px;
    height: 42px;
    background: url("../img/left-normal.png") no-repeat;
}

.carouselButtonLeft:hover{
    width: 42px;
    height: 42px;
    background: url("../img/left-hover.png") no-repeat;
}

.carouselButtonLeft:active{
    width: 42px;
    height: 42px;
    background: url("../img/left-active.png") no-repeat;
}
.carouselButtonRight{
    width: 42px;
    height: 42px;
    background: url("../img/right-normal.png") no-repeat;
}

.carouselButtonRight:hover{
    width: 42px;
    height: 42px;
    background: url("../img/right-hover.png") no-repeat;
}

.carouselButtonRight:active{
    width: 42px;
    height: 42px;
    background: url("../img/right-active.png") no-repeat;
}
/**end Main Page**/

/** blocks**/

.hrUp, .hrUpInner {border-top:1px solid #E5E5E5; margin-bottom:15px;  border-collapse: collapse;width:100%; position: relative;top: -60px;}
.hrUpInner  {top:-55px; }
.title_rectangle {text-decoration:none;}
.bce {position:relative; top:-85px;}
.uzor, .uzorCenter, .uzorCenterInner {margin-right:25px; background: url(../img/tableVint.jpg) no-repeat  right top; width:158px; height:30px; float:right; vertical-align:top;}
.uzorCenter{width:310px; margin-right:20px;}
.uz1, .uz3 {position:relative; top:-20px;}
.uRL { vertical-align:top; width:33%; }
.bceBlocksTitle a, .bceBlocksTitleSearch a {font-family:Georgia; font-size:18px; color:#1f252a;}
.preview {margin:5px 0; color:#333333;}
.weekshop, .controlBuy, .newInShop, .cookschool, .interesno, .experts, .diets, .videoRecipe, .partners {margin-top:10px;}
.newInShop, .cookschool {margin-bottom:20px;}
.diets, .partners {margin-bottom:20px;}
#right .diets ul {margin-left: 20px;}
.buy_td, .cook_td {width:33%; padding:5px 15px 0; vertical-align: top;}


.cook_td {
    border-left:1px solid #E5E5E5; border-right:1px solid #E5E5E5; padding: 5px 15px; vertical-align: top;
}
.buy_title, .cook_title, .eat_title {
    height: 40px;
    margin: 0 0 15px;
    text-align: center;
    width: 100%;

}
.buy_title .bce_title {
    margin: 0 30px 0 0;
    width: 153px;
}
.nextImg {
    float: right;
    position: relative;
    top: 8px;
    margin: 0;
    width: 14px;
}
.buy_icon {
    background: url(../img/buy.jpg) no-repeat scroll 0 0 transparent;
    float: left;
    height: 45px;
    margin: -5px 0 0;
    width: 55px;
}
.romanticTitle, .buyTitle, .eatTitle, .cookTitle, .CookInnerTitle, .LastRecipesTitle, .controlBuyTitle, .sharesTitle , .newProductTitle { color:white; font-family:Arial; font-size:14px; font-weight:bold; padding:6px; margin-bottom:10px; text-align:center;}

.buyTitle {background:#988D0D;}
.shares {font-weight:bold; margin-bottom:10px;}
.shares .bluelink {font-weight:normal;}
.shares li, .eat li {margin-bottom:10px; margin-left:15px;}
.shares ul a, .eat ul a {color:black; font-family:Arial; font-size:14px;}
.shares .shops {width:100% !important}
.weekshop .buyTitle {width:130px;}
.buy img, .eat img {float:left; margin-right:5px;}
.eat img {width:90px;}
.text {margin-left:85px; font-family:Arial; font-size:12px;}
.shares .buyTitle {width:210px;}
.controlBuy, .newProduct ,.informer{width:100%;}
.controlBuy .buyTitle, .newProduct .buyTitle {width:160px;}
.newInShop .buyTitle {width:135px;}
.videoRecipe .buyTitle {width:135px; margin-bottom:0;}
.videoRecipe .bceBlocksTitle {margin:7px;}
.videoRecipe .recipeLinks {margin-left:7px;}
.videoRecipe img {width:auto;}




.cook_title .bce_title {
    margin: 0 30px 0 0;
    width: 135px;
}


.cook_icon {background: url(../img/cook.jpg) no-repeat; width:55px;
    height:45px;
    float: left;
    margin: -11px 0 0;
}
.left_line, .right_line {background: url(../img/border1px.jpg) repeat-y; width:1px;}
.cookTitle {background:#8b9e23 none repeat scroll 0 0; margin-left:0px; margin-bottom:0;}
.recipeDay, .masterClass {margin-bottom: 30px;}
.recipeDay .cookTitle {width:95px;}
.masterClass .cookTitle {width:170px;}
.project .cookTitle {width:120px;}
.cookschool .cookTitle {width:150px; margin-bottom:10px; margin-left: 0;}
.cookschool .title_rectangle .cookTitle {margin-bottom:0px;}
.imgBorder {border:1px solid #DDDDDD; display: table; width: 0;}
.imgBorder img {margin:4px;}
.recipeLinks {color:#bbbbbb;}
.recipeLinks a {margin:0 5px 0 0;}
.cook .bceBlocksTitle {margin:7px;}
.cook .bluelink {margin-left:7px;}
.cooktext {font-family:Arial; font-size:12px;font-family:Arial; margin-bottom:5px; color:#333333;}


.eat_td {width:33%; padding-right:15px; padding: 0 15px; vertical-align: top; padding-top:5px;}

.eat_title .bce_title {
    width:84px;
    margin: 0px 30px 0 0;
}

.eat_icon {background: url(../img/eat.jpg) no-repeat;  width:55px; height:45px;
    float: left;
    margin: -2px 0 0;
}

.ban240x400 { text-align:right;}
.ban240x400 img {float:none;}
.eatTitle {background:#66a429;}
.interesno .eatTitle, .aboutfood .eatTitle {width:145px;}
.romanticTitle {
    width: 165px;
    background:#66A429
}
.experts .eatTitle {width:145px;}
.diets .eatTitle {width:110px;}
.partners .eatTitle {width: 150px;}
.partners img {width:auto; margin-right:15px; margin-bottom:15px;}
.partners .text {margin:0;}

.tizersDown, .tizersDownInner {border-bottom:1px solid #E5E5E5; width:100%; position:relative; top:-15px;} /*border-top:1px solid #dddddd;*/
.bannersDown {width:100%;}
.ban468x60_1 {float:left;}
.ban468x60_1 img {float:left;}
.ban468x60_2 {float:right;}
.ban468x60_2 img {float:right;}
.banner180x150 {margin-bottom:30px;}

.inform {margin:0 10px;}
.news, .banners150x150, .forum, .newsInner {vertical-align:top;}
.news {width:50%; padding-right:30px;}
.newsInner {margin-bottom:10px;}
.newsIndex {margin-top:20px}
.newsIndex .newstable {margin:0;}
.newsIndex .newsPreview a {text-decoration:none}
.newsIndex .newsDate img {width:65px;}
.newsTitle {float:left; font-family:Georgia; font-size:18px; width:220px;}
.newsTitleIndex {float:left; font-family:Georgia; font-size:18px; width:200px;}
.newsIcon {background: url(../img/newsIcon.jpg) no-repeat; width:41px; height:29px;}
.news_title {float:right; position:relative; top:3px;}
.newsLink {color:#0088cc;}
.uzorNews {background: url(../img/tableVint.jpg) no-repeat  right top; width:158px; height:30px; float:right; position:relative; top:-17px;}
.newstable {width:100%; margin:10px 0;}
.newstable td {vertical-align:top;}
.newsDate {color:#777777; font-family:Arial; font-size:11px; padding-top:7px;}
.newsPreview {padding:5px;}
.newsPreview a, .forum li a {font-family:Arial; font-size:13px; color:#1f252a;}
.newsInner .newstable .newsPreview a {font-size:11px;}
.newstable .newsPreview a {font-size:13px;}
.banners150x150 {padding-top:10px;}

.forum {width:40%; padding-left:70px;}
.inform .forum li { margin-top:8px; }
.forum li {margin-top:5px;}
.forumTitle {float:left; font-family:Georgia; font-size:18px; width:230px;}
.forumThemes {margin-left:15px; margin-top:10px;}
.forumIcon {background: url(../img/forumIcon.jpg) no-repeat; width:36px; height:31px;}
.forum_title {float:right; position:relative; top:3px;}
.hrDown {border-bottom:1px solid #E5E5E5; width:100%;}
.tableVintV {background: url(../img/tableVintV.jpg) no-repeat; width:182px; height:30px; float:right; margin-right:10px;}
.forumLink {color:#0088cc;}

.titleMenuDown, .titleMenuDownInner {color:#0088cc; text-decoration:underline; font-family:Arial; font-size:13px; font-weight:bold; margin-bottom:5px; margin-top:20px;}
.menuDown {margin:0 10px 0;width:100%; z-index:999;}
.menuDown dl { float:left; margin-bottom:40px;}
.menuDown dd a {font-family:Arial; font-size:12px; color:#666666; margin-top:5px; text-decoration:none;}
.recipe {width:24%;}
.menuDown .shops {padding:0px !important}
.shops, .servises {width:21%;}
.projects, .publications {width:20%;}
.copyright {color:#666666; font-family:Arial; font-size:12px; width:290px; padding-left:10px;}
.oede {font-weight:bold;}
.karta {color:#666666; font-family:Arial; font-size:12px; text-align:center;}
.karta a {color:#1F252A; text-decoration:none;}
.counter {width:90px; vertical-align:top;}
.factsInner {margin-bottom:20px;}
.factsInner .factsInnerName {
    background:#ce7a00;
    color:fff;
    text-align:center;
    padding:6px;
    font-size:14px;
    font-weight:bold;
    width:130px
}
.factsInner .factsInnerTitle {
    margin-top:10px;
    font-family:Georgia;
    font-size:16px
}
.factsInner .factsInnerTitle  a {
    text-decoration:none;
    color:#6C6C6C
}
.factsInnerText {
    color: #656565;
    font:12px/16px Tahoma;
    margin-top: 3px;
}
.factsInner .factsInnerLink a{
    color:#0088CC;
    font-size:12px;
}

 .diets ul a {color:#1f252a; font-family:Arial; font-size:14px;}
/**endBlocks**/


/**read us**/

.fb-ico, .tw-ico, .vk-ico, .od-ico, .twActivity, .vkActivity, .fbActivity, .okActivity {
    display: block;
    float: right;
    height: 16px;
    width: 16px;
    margin-left: 5px;
}
.okActivity {
    background: url('../img/btn/btns.png') -600px -173px no-repeat;
}

.twActivity{
    background: url('../img/btn/btns.png') -550px -173px no-repeat;
}

.vkActivity{
    background: url('../img/btn/btns.png') -576px -173px no-repeat;
}

.fbActivity{
    background: url('../img/btn/btns.png') -524px -173px no-repeat;
}
.fb-ico {background: url('../img/btn/btns.png') -524px -153px no-repeat;}
.tw-ico {background: url('../img/btn/btns.png') -550px -153px no-repeat;}
.vk-ico {background: url('../img/btn/btns.png') -576px -153px no-repeat;}
.od-ico {background: url('../img/btn/btns.png') -600px -153px no-repeat;}
.fb-ico:hover {background: url('../img/btn/btns.png') -524px -173px no-repeat;}
.tw-ico:hover {background: url('../img/btn/btns.png') -550px -173px no-repeat;}
.vk-ico:hover {background: url('../img/btn/btns.png') -576px -173px no-repeat;}
.od-ico:hover {background: url('../img/btn/btns.png') -600px -173px no-repeat;}


.copy .social {
    padding:0;
    position: relative;
    top: 3px;
    margin-right:0px;
}

.center-link{
    margin-left: 120px;
}
/** read us**/

/*** главная рецептов**/
.content h1 {
    font-family:Tahoma;
    font-size:24px;
    font-weight:normal;
    margin:0;
    color: #333;
}


.content-search a {
    color: #3A6ABE;
    display: inline-block;
    font-family: Arial;
    font-size: 11px;
    text-decoration: underline;
}

.content-search {
    float: left;
    padding: 30px 0 0;
    width: 691px;
}

.mtb10 {
    margin: 15px 0;
}

.content-search .input-search {
    border: 1px solid #cccccc;
    width: 510px;
}

.romantic-recipe-catalog #recipe-catalog {
    margin: 0px;
}

.romantic-recipe-catalog #recipe-catalog .subcats, #recipe-catalog.recipe .subcats {
    border: 1px solid #c7c7c7;
}

#recipe-catalog .cats {
    overflow:hidden;
    border:1px solid #c7c7c7;
    border-bottom:0;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
    background: linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );

}
.recipeTreangule{
    width: 20px;
    height: 15px;
    position: relative;
    top:-8px;
    background:url("../img/recipeTreangule.png") no-repeat scroll 0 0 transparent;
}

#subsub{
    display: none;
    background: none repeat scroll 0 0 #F0F0F0;
    border: medium none navy;
    box-shadow: 0 1px 2px #D1D1D1 inset, 0 1px 0 #FFFFFF;
    clear: both;
    margin-bottom: 10px;
}

.rotateActive{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);

}

#recipe-catalog .cats a {
    border-bottom: 1px solid #C7C7C7;
    color: #333333;
    display: block;
    float: left;
    font-family: "Myriad Pro";
    font-size: 12px;
    height: 70px;
    padding-top: 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 76px;
    cursor: pointer;
}

#recipe-catalog .cats a:hover {
    background:rgba(164,233,105,0.12);
}

#recipe-catalog .cats a.active {
    border-bottom:0;
}
#recipe-catalog .cats span {
    background: url("../img/cat-active.png") no-repeat scroll 0 0 transparent;
    bottom: -1px;
    display: block;
    height: 10px;
    position: absolute;
    width: 76px;
}

#recipe-catalog {
    background: none repeat scroll 0 0 #FAFAFA;
    margin: 20px auto 0;
    width: 686px;
}

#recipe-catalog .subcats {
    overflow:hidden;
    border:1px solid #c7c7c7;
    border-top:0;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    padding-top:17px;
}
#recipe-catalog .cats #getSubcategoriesEmpty:hover{
    background: none repeat scroll 0 0 transparent;
    cursor: default;
}

#recipe-catalog .subcats a {
    display:block;
    float:left;
    width:185px;
    border:1px solid #e3e3e3;
    margin:0 20px 12px 21px;
    color:#444;
    text-shadow:0 1px #fff;
    font-size:11px;
    font-family:Tahoma;
    text-decoration:none;
    text-align:center;
    padding:5px 0 6px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
    background: linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
    cursor: pointer;
}
#recipe-catalog .subcats a:hover {
    border:1px solid #d6e4ca;
    -moz-box-shadow: inset 0 0 0 1px #d6e4ca;
    -webkit-box-shadow: inset 0 0 0 1px #d6e4ca;
    box-shadow: inset 0 0 0 1px #d6e4ca;
}

#recipe-catalog .subcatsborder{
    border: 1px solid #c7c7c7;
}

#recipe-catalog .subcats a.active {
    color:#fff;
    text-shadow:0 1px 1px #255c09;
    border:1px solid #7fae5c;
    border-top:1px solid #589638;
    background: #8db76b;
    background: -moz-linear-gradient(top,  #8db76b 0%, #94bc72 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8db76b), color-stop(100%,#94bc72));
    background: -webkit-linear-gradient(top,  #8db76b 0%,#94bc72 100%);
    background: -o-linear-gradient(top,  #8db76b 0%,#94bc72 100%);
    background: -ms-linear-gradient(top,  #8db76b 0%,#94bc72 100%);
    background: linear-gradient(top,  #8db76b 0%,#94bc72 100%);
    -moz-box-shadow:inset 0 1px 1px #7cac59;
    -webkit-box-shadow:inset 0 1px 1px #7cac59;
    box-shadow:inset 0 1px 1px #7cac59;
}
#recipe-catalog .border-top {
    border-top:1px solid #c7c7c7;
}


.sort-by {
    color:#656565;
    font-size:10px;
    font-family:Arial;
    margin:10px 0 15px;
}
.sort-by .selector {
    display:inline-block;
    height:20px;
    width:120px;
    border:1px solid #acadb4;
    cursor:pointer;
    margin:10px 10px -8px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    background:url(../img/selector.png) no-repeat right, #ffffff;
    background:url(../img/selector.png) no-repeat right, -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%);
    background:url(../img/selector.png) no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
    background:url(../img/selector.png) no-repeat right, -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
    background:url(../img/selector.png) no-repeat right, -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
    background:url(../img/selector.png) no-repeat right, -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
    background:url(../img/selector.png) no-repeat right, linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
}

.blue14 {
    color: #2A6D9F;
    font: 14px/18px Arial,Tahoma;
    text-decoration: none;
}

.a-m {
    vertical-align: middle;
}
.margin {
    margin: 0 10px 15px 0;
}

.commentsImg{
    background:url(../img/btn/btns.png) -149px -125px no-repeat;
    padding-bottom: 2px;
    padding-right: 20px;
    margin-right: 5px;
}

.countComments{
 top:2px;
}

.commentsImg:hover{
    background-position: -149px -145px;
}
.commentsImg:active{
    background-position: -149px -165px;
}

.count-comments a.comments {
    text-decoration:none;
    color:#919191;
}


.magnets{
    width: 57px;
    height: 67px;
    position: absolute;
    margin-left: 45px;
    margin-top: -35px;
}

#fridge .pagination{
    margin-left: 18px;
}
.relevantRecipeShadow{
    width: 70px;
    height: 72px;
    margin-right: 10px;
    float: left;
    background: #e6e6e6;
    box-shadow: 0 1px 3px 0 #CACACA;
}
#items .meta img, #search-result .meta img  {vertical-align:text-top;}
#items .addToCookBook, #items .addToMenuList, #search-result .addToCookBook, #search-result .addToMenuList, #fridge .addToCookBook, #fridge  .addToMenuList,
 .addToMenuListSet,.addToCookBookSet{
    width:16px;
    height:16px;
    text-indent:-9999px;
    display:inline-block;
    margin:0 10px 0 0;
    margin-right: 1px;
    padding-right: 3px;
    padding-bottom: 4px;
}
#items .addToCookBook, #search-result .addToCookBook {margin-right:0px;}
 .addToCookBook{background:url(../img/btn/btns.png) -178px -126px no-repeat;}
.addToCookBook:hover{background-position: -178px -146px;}
.addToCookBook:active{background-position: -178px -166px;}
.addToCookBookSet {background:url(../img/btn/btns.png) -178px -186px no-repeat;}
.addToMenuList{background:url(../img/btn/btns.png) -203px -125px no-repeat;}
.addToMenuList:hover {background-position: -203px -145px;}
.addToMenuList:active {background-position: -203px -165px;}
.addToMenuListSet {background:url(../img/btn/btns.png) -203px -185px no-repeat;}
.printMenu{
    margin: 4px 0 0;
}
#items .author, #search-result .author {
    color: #919191;
    margin-top: 5px;
    font: italic 12px Arial;
}

.sort {
    background: url(../img/sort-bg.gif) repeat-x top left;
    clear: both;
    border: 1px solid #d1d1d1;
    height: 16px;
    margin: 20px 0 0 0;
}
.sort-link {
    font: 10px/16px Arial, Tahoma;
    color: #656565;
    display: block;
    float: left;
    text-decoration: none;
    padding: 0 10px;
}
a.sort-link:hover, .select {
    background: url(../img/sort-hover.gif) repeat-x top left;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    margin: 0 -1px 0 -1px;
}
.paging {
    padding: 10px 0 0 0;
}
.paging a {
    background: url(../img/paging-link.png) no-repeat scroll left top transparent;
    color: #656565;
    display: block;
    float: left;
    font: 14px/26px Tahoma, Arial;
    height: 28px;
    padding: 0 7px 0 0;
    width: 28px;
    text-align: center;
    text-decoration: none;
}
.paging div {
    color: #656565;
    float: left;
    font: 14px/35px Tahoma, Arial;
    height: 28px;
    padding: 0 7px 0 0;
    width: 28px;
    text-align: center;
}
.paging a:hover, .paging a.current {
    background: url(../img/paging-hover.png) no-repeat scroll left top transparent;
}

/*#items div{
   height: 85px;
}*/


.showRecipePopUp{
    cursor: pointer;
}

#searchRecipesButton{
    background: url(../img/search-submit.png) no-repeat scroll left top transparent;
    width: 79px;
    height: 41px;
    cursor:pointer;
    float: left;
}
/*** конец главная рецептов**/

/** autoComplete **/
/* Autocomplete */
.autocomplete { border:1px solid #a4a4a4; border-top:none; background:#FFF; box-shadow:0 3px 6px #AAA; -moz-box-shadow:0 3px 6px #AAA;-webkit-box-shadow:0 3px 6px #AAA; border-radius:0 0 5px 5px; -moz-border-radius:0 0 5px 5px; -webkit-border-radius:0 0 5px 5px;overflow:auto;}
.autocomplete > div { padding:10px; border:none;color:#919191; font:14px/18px Arial,Tahoma; }
.autocomplete > div + div { border-top:1px solid #EEE; }
.autocomplete .selected { background:#FBF8E1; }
.autocomplete strong { color:#CE6F00; }
/** autoComplete **/


/***zepter**/
.zepterDescription{
    padding: 10px 0;
    color: #6d6b6b;
    font: 12px/18px Arial, Tahoma, Verdana;
}

#left h2 {
    font: 24px Tahoma, Arial;
    color: #333333;
}
h2.zepter {
    font-size:20px !important;
    margin:20px 0 0;
    padding-bottom:2px;
    border-bottom:2px solid #ddd;
    font:24px Tahoma,Arial;
}

h2.zepter span {
    font-size:11px;
    color:#656565;
    font-family:Arial;
}

h2.zepter a {
    float: right;
    font-size:11px;
    color:#2a6d9f;
    font-family:Arial;
    margin-top:10px;
    text-decoration:underline;
}

h2.zepter a:hover {text-decoration:none;}



#left h3 {
    font: 18px/24px Tahoma, Arial;
    padding: 15px 0 0 0;
}
 .cat-links{
     text-align: center;
 }
.cat-links a {
    display:inline-block;
    margin:5px 3px 0;
    background:#b2b2b2;
    color:#fff;
    font-size:11px;
    font-family:Arial;
    text-decoration:none;
    text-shadow:0 0 1px #555;
    padding:5px 8px;
    -moz-border-radius:11px;
    -webkit-border-radius:11px;
    border-radius:11px;
}

.cat-links a:hover {
    background:#8eaac5;
}

.cat-links a.active {
    background:#96bde3;
    -moz-box-shadow:inset 0 1px 1px #7c9cba;
    -webkit-box-shadow:inset 0 1px 1px #7c9cba;
    box-shadow:inset 0 1px 1px #7c9cba;
}

.catalog img {margin:10px 0 0;}

.catalog .details {
    text-align: left;
}

.catalog .name, .catalog .helper {
    font-family:Tahoma;
    font-size: 14px;
    color:#333;
    width:auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.helper{
    float:right;
}
.catalog a.active {
    background:#96bde3;
    -moz-box-shadow:inset 0 1px 1px #7c9cba;
    -webkit-box-shadow:inset 0 1px 1px #7c9cba;
    box-shadow:inset 0 1px 1px #7c9cba;
}

.catalog .details .item {
    float:left;
    padding:10px 10px 10px 0;
    width:160px;
}

.catalog .details .item img,  .itemSearched img {
    float: left;
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 2px #DDDDDD;
    display: block;
    float: left;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
}

.catalog .details .item a, .itemSearched a {
    color:#2a6d9f;
    background:none;
    font-family: Arial;
    font-size: 11px;
    text-shadow:none;
    text-decoration:underline;
    margin:16px 0 0 8px;
    padding:0;
}

.itemSearched a {
    margin-top: 10px;
    display: block;
    margin-top: 15px;
    margin-left: 60px;
}
.catalog .details .item a:hover, .itemSearched a:hover {
    text-decoration:none;
}

.catalog .details .item span {
    display:inline-block;
    color:#519f2a;
    font-size: 11px;
    font-family:Arial;
    border-bottom: 1px dotted #519f2a;
    cursor: pointer;
    margin:8px 0 0 8px;
}

#adddItemNoActive{
    text-decoration: none;
    border: 0px;
    color: #919191;
    cursor: default;
}
.catalog .details .item span:hover {
    border:0;
}

.catalog .details .item span.added {
    cursor:default;
    border:0;
    color:#919191;
}

/*#search-with {
    right:0;
    float: left;
    background:#fff;
    border:2px solid #ddd;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}  */

#search-with {
    width: 48%;
    float: right;
    margin-top:25px;
    right:0;
    background:#fff;
    border:2px solid #ddd;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}
#search-with .item,#search-with .itemSearched {
    position: relative;
    width:135px;
    padding:0px 5px 10px 10px;
    float: left;
}

#search-with .dotted-line {
    width:100%;
    border-top:1px dotted #ddd;
    margin:20px 0 10px;
}



#search-with .arrow {
    position: absolute;
    top:0;
    left:15px;
    margin-top:-7px;
}

#search-with .close{
    position: absolute;
    top:4px;
    left:4px;
    width:17px;
    height:17px;
    cursor:pointer;
    background:url(../img/del-big-ico.png);
}

#search-with .close:hover{background:url(../img/del-big-ico-h.png);}

#search-with .close:active{
    background:url(../img/del-big-ico-h.png);
    opacity:0.7;
}

#search-with #close-form {
    /*position: absolute; */
    margin: 5px;
    float: right;
    top:4px;
    right:4px;
    width:12px;
    height:12px;
    cursor:pointer;
    background:url(../img/del-items.png);
}
/*
.searchSubmit{
   width: 79px;
    height: 41px;
    background-color: #fff;
    background:url(../img/btn/btns.png) -524px -3px no-repeat;
    border: 0px;
    margin-left: -1px;
    border: none;
    cursor: pointer;
}

.searchSubmit:hover{
    background-position: -524px -53px;
    outline: 0px;
}

.searchSubmit:active{
    background-position: -524px -103px;
    outline: 0px;
}
 /* что бы не появлялся бордер при клике на кнопку */
.searchSubmit::-moz-focus-inner {
    border: 0;
}


#search-with #close-form:hover {
    background:url(../img/del-items-h.png);
}

.feedback {
    background:#e6ecf3;
    border:1px solid #d4e5f9;
    padding:10px 20px;
    font-family:Tahoma;
    font-size: 18px;
    color:#333;
    text-shadow:0 1px #fff;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    margin-top:5px;
    height: 30px;
}

.feedback span {
    display:block;
    float:left;
    margin: 0px;
}

.feedback #title{
    margin-top: 4px;
}

.closeQuestionForm{
    position: absolute;
    top:10px;
    right:10px;
    width:17px;
    height:17px;
    cursor:pointer;
    background:url(../img/del-big-ico.png);
    opacity:0.4;
}

.closeQuestionForm:hover{background:url(../img/del-big-ico-h.png);}

.closeQuestionForm:active {
    background:url(../img/del-big-ico-h.png);
    opacity:1.0;
}
/**end zepter**/


/** buttons **/
.btn-green, .btn-blue, .btn-grey {
    display:block;
    color:#fff;
    text-decoration:none;
    font-size:14px;
    text-align:center;
    font-family:"Myriad Pro";
    padding:6px 0px;
    text-shadow:0 1px 1px rgba(0,0,0,0.75);
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
.btn-green {
    border:1px solid #62a227;
    -moz-box-shadow: inset 0 1px rgba(255,255,255,0.4), inset 0 0 7px rgba(255,255,255,0.3), 0 2px 2px rgba(0,0,0,0.8);
    -webkit-box-shadow: inset 0 1px rgba(255,255,255,0.4), inset 0 0 7px rgba(255,255,255,0.3), 0 2px 2px rgba(0,0,0,0.8);
    box-shadow: inset 0 1px rgba(255,255,255,0.4), inset 0 0 7px rgba(255,255,255,0.3), 0 2px 2px rgba(0,0,0,0.8);
    background: #7bc70e;
    background: -moz-linear-gradient(top,  #7bc70e 0%, #42a402 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7bc70e), color-stop(100%,#42a402));
    background: -webkit-linear-gradient(top,  #7bc70e 0%,#42a402 100%);
    background: -o-linear-gradient(top,  #7bc70e 0%,#42a402 100%);
    background: -ms-linear-gradient(top,  #7bc70e 0%,#42a402 100%);
    background: linear-gradient(top,  #7bc70e 0%,#42a402 100%);
    margin-bottom:18px;
}
.btn-blue {
    border:1px solid #26a7ac;
    -moz-box-shadow: inset 0 1px rgba(255,255,255,0.4), inset 0 0 7px rgba(255,255,255,0.3), 0 2px 2px rgba(0,0,0,0.8);
    -webkit-box-shadow: inset 0 1px rgba(255,255,255,0.4), inset 0 0 7px rgba(255,255,255,0.3), 0 2px 2px rgba(0,0,0,0.8);
    box-shadow: inset 0 1px rgba(255,255,255,0.4), inset 0 0 7px rgba(255,255,255,0.3), 0 2px 2px rgba(0,0,0,0.8);
    background: #68d0d3;
    background: -moz-linear-gradient(top,  #68d0d3 0%, #21a1a7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#68d0d3), color-stop(100%,#21a1a7));
    background: -webkit-linear-gradient(top,  #68d0d3 0%,#21a1a7 100%);
    background: -o-linear-gradient(top,  #68d0d3 0%,#21a1a7 100%);
    background: -ms-linear-gradient(top,  #68d0d3 0%,#21a1a7 100%);
    background: linear-gradient(top,  #68d0d3 0%,#21a1a7 100%);
    margin-bottom:10px;
}
.btn-green:hover, .btn-blue:hover {
    -moz-box-shadow: inset 0 1px rgba(255,255,255,0.4), inset 0 0 7px rgba(255,255,255,0.7), 0 2px 2px rgba(0,0,0,0.75);
    -webkit-box-shadow: inset 0 1px rgba(255,255,255,0.4), inset 0 0 7px rgba(255,255,255,0.7), 0 2px 2px rgba(0,0,0,0.75);
    box-shadow: inset 0 1px rgba(255,255,255,0.4), inset 0 0 7px rgba(255,255,255,0.7), 0 2px 2px rgba(0,0,0,0.75);
}


.btn-grey {
    display: block;
    margin:0 30px 10px;
    text-align:center;
    border:1px solid #c4c4c4;
    color:#717171;
    font-family:"Myriad Pro";
    font-size:14px;
    text-shadow:0 1px #fff;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    -moz-box-shadow: 0 1px 2px #bbb;
    -webkit-box-shadow: 0 1px 2px #bbb;
    box-shadow: 0 1px 2px #bbb;
    background: #ffffff;
    background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%);
    background: linear-gradient(top,  #ffffff 0%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
}

.btn-grey:hover {color:#444;}

.btn-grey:active {
    color:#444;color:#444;
    background: #eaeaea;
    background: -moz-linear-gradient(top,  #eaeaea 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eaeaea), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #eaeaea 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #eaeaea 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #eaeaea 0%,#ffffff 100%);
    background: linear-gradient(top,  #eaeaea 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=0 );
}
/** end buttons **/

#left p {
    color: #6D6B6B;
    font: 12px/18px Arial,Tahoma,Verdana;
    padding: 10px 0;
}


/** fridge **/

#fridge h3 {
    margin: 15px 10px;
    color: #656565;
}

#fridge {
    width:696px;
    margin:20px auto 0;
}

#fridge .header {
    width:682px;
    height:377px;
    background:url(../img/fridge/fridge_header.jpg) no-repeat;
    position:relative;
}
.perehod{
    background:url(../img/fridge/perehod.jpg);
    width: 682px;
    height: 36px;
    margin-top: -61px;
    position: absolute;
    z-index: 1;
}

#fridge .content {
    width:682px;
    height:900px;
    background:url(../img/fridge/fridge_bg.jpg);
    position:relative;
    margin-top: 10px;
}



#fridge .main {
    height:185px;
    width:130px;
    top:50px;
    left:50px !important;
    position: absolute;
    margin-left: 9px;
    margin-top: 25px;
    text-align: center;

}
#fridge .main p{
    font: 12px/18px Tahoma;
}
#fridge .main span{
    font: 14px/26px Tahoma;
    margin-top: 3px;
}
#fridge .sticker:nth-child(2n+2), #fridge .sticker:nth-child(3) {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
}

#fridge .cover {
    width:150px;
    border:1px solid #ddd;
}

#fridge .magnet {
    width:32px;
    height:32px;
    position: absolute;
    top:-16px;
    left:65px;
    -moz-box-shadow:2px 3px 5px rgba(0,0,0,0.25), inset 1px 1px 6px #fff;
    -webkit-box-shadow:2px 3px 5px rgba(0,0,0,0.25), inset 1px 1px 6px #fff;
    box-shadow:2px 3px 5px rgba(0,0,0,0.25), inset 1px 1px 6px #fff;
    -moz-border-radius:16px;
    -webkit-border-radius:16px;
    border-radius:16px;
}

#fridge .main .magnet {left:50px;}

#fridge .main a {
    text-decoration:none;
    border-bottom:1px dotted;
    display:inline-block;
    margin: 8px 0;
}
#fridge .main a:hover {
    border-bottom:0;
    padding-bottom:1px;
}

#fridge a {
    color:#2a6d9f;
    font-family:Tahoma;
    font-size: 14px;
    text-decoration:underline;
}
#fridge a:hover {text-decoration:none;}

#fridgeProduct a{
    text-decoration: none;
    font: 12px/16px Arial;
}

#fridge form {
    display: block;
    position: absolute;
    top:35px;
    left:250px;
    width:369px;
    text-align:center;
}

#fridge form p {
    color:#919191;
    text-shadow:0 1px #fff;
    font:14px/18px Arial, Tahoma;
    margin-top: 18px;
}

.fridgeRelevantRecipe{
    width: 299px;
    float: left;
    border-bottom: 1px solid #F2F2F2;
    padding: 15px 15px 10px;
    height: 80px;
}

.relevantRecipeName{
    width: 215px;
    margin-left: 3px;
}
#fridge #items > div {
    width: 298px;
}


#fridge form input {
    display: block;
    width:355px;
    margin:0 0 11px;
    border:1px solid #b9bcbd;
    padding:0;
    font-size: 14px;
    font-family:Tahoma;
    padding:4px 10px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    color:#919191;
}

#fridge form .del {
    width:17px;
    height:17px;
    background:url(../img/del-big-ico-h.png);
    position:absolute;
    right:0;
    margin:-32px -25px 0 0;
    cursor:pointer;
    opacity: 0.2;
}

#fridge form .del:hover {opacity: 0.6;}

#fridge form .del:active {opacity: 1;}

#fridge form input[type=submit] {
    width:369px;
    padding:6px 0;
    color:#717171;
    text-shadow:0 1px #fff;
    margin-top:18px;
    cursor:pointer;
    font-weight:bold;
    background: #fefefe;
    background: -moz-linear-gradient(top,  #fefefe 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#ececec));
    background: -webkit-linear-gradient(top,  #fefefe 0%,#ececec 100%);
    background: -o-linear-gradient(top,  #fefefe 0%,#ececec 100%);
    background: -ms-linear-gradient(top,  #fefefe 0%,#ececec 100%);
    background: linear-gradient(top,  #fefefe 0%,#ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ececec',GradientType=0 );
    -moz-box-shadow:0 2px 2px rgba(0,0,0,0.2), inset 0 0 0 1px #fff;
    -webkit-box-shadow:0 2px 2px rgba(0,0,0,0.2), inset 0 0 0 1px #fff;
    box-shadow:0 2px 2px rgba(0,0,0,0.2), inset 0 0 0 1px #fff;
}

#fridge form input[type=submit]:hover {
    color:#444;
}

#fridge form input[type=submit]:active {
    color:#444;
    background: #ececec;
    background: -moz-linear-gradient(top,  #ececec 0%, #fefefe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#fefefe));
    background: -webkit-linear-gradient(top,  #ececec 0%,#fefefe 100%);
    background: -o-linear-gradient(top,  #ececec 0%,#fefefe 100%);
    background: -ms-linear-gradient(top,  #ececec 0%,#fefefe 100%);
    background: linear-gradient(top,  #ececec 0%,#fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#fefefe',GradientType=0 );
}

#fridge .inside {
    background:#fff;
    width:660px;
    margin: 0 auto;
    /*border:2px solid #dfdfe1; */
    border-bottom:0;
    margin-top:-60px;
   /* -moz-box-shadow:0 0 0 1px #a9b9c4;
    -webkit-box-shadow:0 0 0 1px #a9b9c4;
    box-shadow:0 0 0 1px #a9b9c4;
    -moz-border-radius:8px 8px 0 0;
    -webkit-border-radius:8px 8px 0 0;
    border-radius:8px 8px 0 0;*/
}

#fridge .inside-footer {
    background:url(../img/fridge/inside-footer.jpg);
    width:664px;
    height:26px;
    margin: 0 auto -12px;
}

#fridge .footer {
    width:696px;
    height:59px;
    background:url(../img/fridge/fridge_footer.jpg);
    position: relative;
    margin-left: -7px;
    margin-top: -29px;
}



#additional-items>div {width:315px !important;padding-left: 18px;}
#additional-items>div {border:0;}

#additional-items .results {padding:0px 0 5px 5px; width:320px !important;}

#additional-items .hr-solid {
    height:1px !important;
    width:624px !important;
    background:#f2f2f2 !important;
    margin:0 0 0 18px !important;
    padding:0 !important;
}

.fringeProducts{
    padding-right: 18px;
}

#additional-items h3 {
    margin:-2px 0 0;
    padding:0;
    color:#919191;
    font-size:14px;
    float:left;
}

#additional-items .results ul {
    margin:7px 0;
    padding:0;
    list-style-type:decimal;
    list-style-position:inside;
    font-family:Arial;
    font-size:12px;
}

#additional-items .results ul li {
    color:#333;
}

#additional-items .results ul .foodlink {
    color:#2a6d9f;
}

#additional-items .results ul li {
    padding: 4px 5px;
    border-bottom:1px solid #eee;
}

#additional-items .results ul li.more {
    list-style-type:none;
    background:none !important;
}

/*#additional-items .results ul li:nth-child(2n+1){background:#fffde5;}



#additional-items .results ul li:last-child {border-bottom:0;}*/
.bgwhite{background: #fffde5;}
#additional-items .results span {
    display: block;
    float: left;
    cursor:pointer;
    font-size:11px;
    font-family:Arial;
    color:#4a851b;
    margin-bottom:11px;
    border-bottom:1px dotted #4a851b;
    margin-left: 4px;
    margin-top: 8px;
}

.more{
    border:0px;
    color:#656565;
}

#fridge .sticker p span{
    cursor: pointer;
    color: #2A6D9F;
    border-bottom: 1px dotted  #2A6D9F;
}

.newRecipes{
    height: 600px;
    width: 630px;
}

.autocomplete div{
    cursor: pointer;

}
/** end fridge **/


/** recipe tag **/
.beforeTagName, .afterTagName{
    font:italic 12px/18px Arial,Tahoma,Verdana;
    margin-top: 10px;
    color:#919191;
}

.afterTagName {
    margin-bottom: 40px;
}


/** end recipe tag **/


/** foodstuff **/
.foodImg{
    padding: 5px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 #ccc;
}

.info_left {
    float:left;
    width: 196px;
    padding: 0 4px 0 0;
}

.title18 {
    font: 18px/24px Tahoma, Arial;
    color: #333333;
    clear: both;
    padding-top: 10px;
}

.products2 td{
    color: #656565;
    cursor: default;
}
.products2 th{
    padding-bottom: 5px;
}

.products2 tr:nth-child(2n){
    background: none repeat scroll 0 0 #FBF8E1;
}
.info_right {
    float:left;
    width: 470px;
    padding: 0 0 0 15px;
    color: #333333!important;
    font: 14px/18px Arial,Tahoma,Verdana!important;
}

.contentFoodstuff span{
    clear: both;
    color: #656565;
    font: 18px/24px Tahoma,Arial;
    margin: 10px 0;
    text-decoration: none;
}

.contentFoodstuff {
    color: #656565;
    margin-bottom: 20px;
}

.foodstuffSetRate{
    margin: 10px 0;
}

.foodstuffSetRate span{
    font: 16px/18px Tahoma, Arial;
    color: #656565;
}

.tellFriends{
    color: #656565;
    font: 11px/14px Tahoma, Arial;
}
/** endfoodstuff **/


/** publication **/

.linkPublication{
    font: 12px/18px Tahoma;
}

.publication{
    font: 12px/20px Arial;
    text-decoration: none;
}

.publication a {
    color:#2A6D9F;
}

.publication img {
    margin:10px;
    /*border: 1px solid #E3E3E3;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 1px 2px 4px 0 #E3E3E3;*/
    padding: 4px;
}

.publication .result-photo {
    margin:0px 10px 0px 0px;
}

.authorItem {
    font:12px/16px Tahoma, Arial;
    color: #656565;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ratePublication{
    font:14px/18px Tahoma, Arial;
    color: #656565;
    margin-bottom: 10px;
    margin-top: 5px;
}

.friends{
    float: right;
    font: 12px/16px Tahoma, Arial;
    color: #656565;
    margin-top: 10px;
}

.setRate span{
    font: 12px/16px Tahoma, Arial;
    color: #656565;
    margin-top: 2px;
}
.setRate{
    margin-top: 13px;
}
/** endpublication ***/



/*** advancceRecipeSearch **/

.block-advanced-search {
    width: 221px;
    min-height: 140px;
    float: left;
    margin:10px 0 10px 4px;
    border: 2px solid #e5e5e5;
}
.block-advanced-search h3 {
    color: #1f252a;
    font: 15px normal Arial, Tahoma;
    padding: 11px 0 7px 12px;
}
.block-advanced-search select {
    margin: 0 0 7px 12px;
    width:93%;
}
.block-advanced-search option {
    margin: 3px;
}
.block-advanced-search a {
    color: #0088cc;
    font: 11px Arial;
    display: block;
    padding: 8px;
    float: left;
}

.block-advanced-search-title ,.block-advanced-search-title-result{
    background: #e5e5e5;
    float: left;
    width: 100%;
    margin:0 0 11px;
    min-height: 33px;
}

.block-advanced-search-title-result {margin:0;}

.blockAS {
    color: #637984;
    float: left;
    font: 12px Arial,Tahoma;
    text-align: right;
    width:100%;
}

.blockAS img {float:left;}

.blockAS a {}

.blockAS span {float:right; padding: 1px 0 0 0; text-decoration:none; color:#0088CC; cursor:pointer;}

.anoSerchTitle {
    font-size: 15px;
    margin-left: 5px;}
.block50 {width:48%;}

.block100 {width:97%;}
.block100 select {width: 97%;}


.arrowAS {float:right !important; margin-left:5px;}
#recipeNameAS {margin:4px 4px 10px 10px; width:92%;}
.block100 {width:97%;}
.block100 select {width: 97%;}
.block50 {width:48%;}
#advSearchBtn {width:99%; font-size:16px; height:30px; margin-top: 10px;}
.advSearchRes {width: 30%; float: left;}
.criteria-text, .criteria-text-adv-search {float:left !important; margin-left:5px; cursor:none !important; color:#637984 !important; text-align:left;}
#advancedSearchBtn {float:right; margin:0 10px 10px;}
.criteria-text-adv-search {float:none !important;margin:2px 0 2px 25px;}
.order-search {color:#FFFFFF; background:#8CA019; font-size:13px; width:100%;border-collapse:collapse;}
.order-search td {padding:3px;}
.order-search td a {color:#ffffff; text-decoration:none}
.order-search td a:hover {color:#ffffff; text-decoration:underline;}
.order-search .activeSort {background:#62720c;}
.sortArr {float:right;}
.onlyfotoCheck {margin-bottom:25px; margin-left:3px;}
.onlyfotoCheck label, .onlyfotoCheckRes label {font-size:13px;margin-left:3px; width: 135px;}
#is_foto {margin-top:2px;}
.onlyfotoCheckRes {margin-left:12px; margin-top:5px;}
.recipeListInfo {font-size:13px;margin-bottom:10px;margin-top: 5px;}
.recipeListInfo span {font-weight:bold}
.criteria-result {display:none;}
#addProduct {cursor:pointer; margin-left:8px;}
.addProductRes {float:none !important;}
.greylineRes {border-top:2px solid #E5E5E5;}
.foodstuffsRes {margin-bottom:15px;}
.sortArr {float:right;}
.onlyfotoCheck {margin-bottom:25px; margin-left:3px;}
.onlyfotoCheck label {font-size:13px;margin-left:3px; width: 135px;float: left;}

.anoSerchTitle {
    font-size: 15px;
    margin-left: 5px;}

.more-text {
    border-top:1px dotted #FFFFFF;
    color:#637984;
    float:left;
    font:12px Arial,Tahoma;
    padding:3px;
    margin-top:3px;
    width:100%;
}
#foodstuffTable input.addFoodstuff{
    margin:4px 4px 10px 10px !important;
    width:92% !important;
}
.deleteRow {
    position: relative;
    top: 3px;
}
#foodstuffTable {
    width: 100%;
}




.search-recipe-popup {
    background: none repeat scroll 0 0 #9AB955;
    border-radius: 0 4px 4px 0;
    display: none;
    height: 68px;
    margin-left: 687px;
    opacity: 0.9;
    padding: 15px 0 0 14px;
    position: fixed;
    width: 185px;
    z-index: 10;
}

.search-recipe-popup .result {
    color: #FFFFFF;
    display: block;
    font-family: Tahoma;
    font-size: 14px;
    margin-bottom: 15px;
    text-shadow: 0 1px 1px #485E1A;
}
.search-recipe-popup input {
    display: block;
    font-weight: bold;
    height: 26px !important;
    line-height: 18px !important;
    padding: 0 0 4px;
    position: absolute;
    width: 172px;
}
.search-recipe-type {
    color: #333333;
    font:14px/20px Tahoma;
    margin-top: 30px;
}

.search-recipe-type .current {
    background:#E6E6E6;
    border-color: #8C8C8C;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25) inset, 0 1px 0 #FFFFFF;
    color: #333333;
    float: left;
    margin-right: 10px;
    padding: 6px 20px;
    text-shadow: 0 1px 0 #FFFFFF;
    cursor: pointer;
}
.search-recipe-type .no-current {
    cursor: pointer;
    float: left;
    padding: 6px 20px;
}
.search-recipe-type .no-current span {
    border-bottom: 1px dashed;
    color: #2A6D9F;
}

.search-recipe-type .first {
    margin-right: 10px;
}

.search-recipe-box {
    margin:10px 0;
    border: 1px solid #e3e3e3;
    border-radius:5px
}

.search-recipe-box .arrow {
    left: 45px;
    margin-top: -14px;
    position: absolute;
}
.search-recipe-box h2 {
    font:14px/24px Tahoma;
    color:#333;
}

.search-recipe-box .sub-search {
    padding:10px 15px 0
}
.search-recipe-box .sub-search-product {
    padding:0px 15px 20px 15px;
}
.search-recipe-box label {
    font:12px/24px Arial;
    color:#333;
}
.search-recipe-box .long {
    border: 1px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    float: right;
    padding: 4px;
    width: 500px;
}

.search-recipe-box .sub-block {
    margin-top:10px;
}

.search-recipe-box .sub-block .left {
    width:50%;
}

.search-recipe-box .sub-block select {
    margin-top: 4px;
    margin-right: 10px;
    float: right;
    width: 170px;
}
.search-recipe-box .sub-block .col2 label {
    margin-left: 10px;
}
.search-recipe-box .sub-block .col2 select, .search-recipe-box .sub-block .col2 .ui-multiselect {
    margin-right: 0px;
}
.search-recipe-box .div {
    border-bottom: 1px dotted #e3e3e3;
    margin: 10px 0pt;
}

.nutrition {
    display:none;
}

.nutrition .arrow {
    left: 160px;
}

.nuration .sub-block {
    margin-bottom: 20px;
}

.sub-search-product .products-tag {
    margin-left:150px;
    margin-top:10px
}



/* Ширина слайдера */
#slider {
	width: 401px;
}
/* Контейнер слайдера */
.ui-slider {
	position: relative;
}
/* Ползунок */
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 20px;   /* Задаем нужную ширину */
	height: 22px;  /* и высоту */
    background: url("../img/btn/btns.png") no-repeat scroll -540px -209px transparent;
	cursor: pointer
}
.ui-slider-handle:hover {
    background-position: -570px -209px;
}
.ui-slider-handle:active {
    background-position: -600px -209px;
}
.slider-block .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 1px solid #A5CE83;
	overflow: hidden;
}
/* горизонтальный слайдер (сама полоса по которой бегает ползунок) */
.ui-slider-horizontal {
	 height: 7px;
     margin-top: 10px;
}
/* позиционируем ползунки */
.ui-slider-horizontal .ui-slider-handle {
	top: -6px;
	margin-left: -9px;
}

.slider-block .ui-slider-horizontal .ui-slider-range {
	top: -1px;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
/* оформление полосы по которой ходит ползунок */
.ui-widget-content {
    background: none repeat scroll 0 0 #EBEBEB;
    border: 1px solid #DDDDDD;
}
/* оформление активного участка (между двумя ползунками) */
.slider-block .ui-widget-header {
	background: #b2d894;
    box-shadow: 0 1px 0 #D5EAC4 inset;
}
/* скругление для полосы слайдера */
.ui-corner-all {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.slider-value {
    border: 1px solid #E1E1E1;
    border-radius: 4px 4px 4px 4px;
    padding: 3px;
    width: 50px;
    color: #717171;
}



.nutrition .interval {
    color:#919191;
    margin-right: 10px;
    font: 14px/24px Tahoma;
    margin: 0 5px;
}
.nutrition label {
    color: #333333;
    font: 14px/24px Tahoma;
    margin-right: 15px;
    margin-left: 5px;
}

.nutrition .ico {
    background: url("../img/btn/btns.png") no-repeat;
    float: left;
    height: 20px;
    width: 20px;
}

.nutrition .calor {
    background-position:-541px -234px;
}
.nutrition .fat {
    background-position:-571px -234px;
}
.nutrition .proteins {
    background-position:-598px -234px;
}
.nutrition .carbo {
    background-position:-623px -234px;
}

.nutrition .sub-block {
    margin-bottom:30px;
}

.nutrition .sub-block .right .ui-widget-content, .nutrition .sub-block .left .ui-widget-content {
    width: 280px;
}
.nutrition .inputs {
    float: right;
    padding-right: 35px;
}

.nutrition .sub-search {
    padding: 10px 25px 0;
}

.nutrition .start-val, .nutrition .end-val {
    margin-top:10px;
    font:11px/12px Tahoma;
    color:#919191
}
.nutrition .left .end-val {
    margin-right: 30px;
}


/** endAdvanceRecipeSearch**/


/** pagination **/
.pagination{
    padding: 0 0 27px;
    margin: 0 0 0 0;
}
#recipePaginationPrev img,#recipePaginationNext img{
    margin:0;
}

.page {
    cursor: pointer;
    border: 1px solid #AFAFAF;
    border-radius: 3px 3px 3px 3px;
    margin-right: 4px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #eaeaea 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* IE10+ */
    background: linear-gradient(top,  #ffffff 0%,#eaeaea 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}

#pageLink a,.pagination .page span{
    color: #717171;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 9px;
    display: block;
    text-decoration:none;
}

.activePage {
    background: #646464;
    border: 1px solid #646464;

}

#pageLink.activePage a{
    color: #f2f2f2;
}
.fl {
    float: left;
}
.spacer {
    color: #717171;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 9px;
    display: block;
    padding-top:12px;
    padding-bottom: 4px;
}


/** end pagination **/



.anotherTab {
    font: 18px Tahoma,Arial;
    margin-top: 5px;
}


/** article **/
    .article-img {
    border: 1px solid #DDDDDD;
    box-shadow: 0 1px 2px #DDDDDD;
    display: block;
    float: left;
    padding: 5px;
}
.article-info {
    overflow: hidden;
    margin-left: 210px;
    padding-left: 10px;
    width: 445px;
}
.article-info h2 {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.article-info h2 a {
    color: #2A6D9F;
    font: 18px/24px Tahoma;
    font-weight: normal;
    text-decoration: underline;
}
.article-info .details, .article-info .details  {
    color: #656565;
    float: left;
    font-family: Arial;
    font-size: 11px;
    margin: 5px 15px 10px;
    position: relative;
}
.article-info .details a, .article-info .detailsAuthor a {
    color: #2A6D9F;
    text-decoration: none;
}
.article-info .details span,.article-info .detailsAuthor span  {
    padding-left: 25px;
}
.article-info .details a:hover,.article-info .detailsAuthor a:hover {
    text-decoration:underline;
}

.article-info .textPublication {
    float: left;
    padding: 0px;
    width: 470px;
    padding-top: 8px;
    color:#333;
    font:14px/19px Arial;
    color: #656565;
}
.article-info .rating {
    color: #656565;
    float: left;
    font-family: Tahoma;
    font-size: 14px;
    margin-top: 5px;
    width: 100%;
    font-style: italic;
}
.article-info .rating img {
    vertical-align: text-top;
}
.article-info .text {
    color: #333333;
    float: left;
    font-family: Tahoma;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 0 0 0;
    width: 460px;
    margin: 0;
}
.article-info .tags {
    color: #656565;
    float: left;
    font-family: Arial;
    font-size: 11px;
    padding: 8px 0 0 0;
    width: 460px;
}

.article-info .article-date {
    color: #656565;
    float: left;
    font-family: Tahoma;
    font-size: 11px;
    margin-top: 5px;
}

.article-info .tags a {
    color: inherit;
    text-decoration: underline;
}

.line {
    background: none repeat scroll 0 0 #DDDDDD;
    clear: both;
    height: 2px;
    margin: 25px 0;
    width: 100%;
}

.lineThin{
    background: none repeat scroll 0 0 #DDDDDD;
    clear: both;
    height: 1px;
    margin: 25px 0;
    width: 100%;
}

/** article **/


/** list recipes **/
.img-container {
    /*border: 1px solid rgb(221, 221, 221);*/
    box-shadow: 0px 1px 2px 0px #dddddd;
    float: left;
    padding: 5px;
    width: 192px;
    border-radius: 2px;
}

.count-comments {
    font-size: 12px;
    padding-top: 3px;
}

.count-comments span {
    position:relative;
    font:11px/15px Arial;
    color:#919191;
}

#items .recipe-cooktime , #search-result .recipe-cooktime {
    margin-top: 5px;
    font-family: Tahoma;
    color: #919191;
    font-size: 12px;
}

#items .recipe-cooktime span, #search-result .recipe-cooktime span {
    margin-left: -5px;
}


#items .recipe-source, #search-result .recipe-source {
    margin-top: 20px;
    float: right;
}
#items .recipe-source-left, #search-result .recipe-source-left {
    float: left;
    max-width: 350px;
}
/** list recipes **/





/** question form **/
#question-form, #presentation-form {
    position: relative;
    display:none;
    margin-top:15px;
    width:654px;
    background:#fff;
    font-size:14px;
    font-family:Tahoma;
    color:#333;
    padding:10px 18px;
    border:1px solid #ddd;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    -moz-box-shadow: 0 1px 2px #ddd;
    -webkit-box-shadow: 0 1px 2px #ddd;
    box-shadow: 0 1px 2px #ddd;
}

#question-form .arrow, #presentation-form .arrow {
    position: absolute;
    top:0;
    left:279px;
    margin-top:-27px;
}
#presentation-form .arrow {left:495px;}

#question-form .close, #presentation-form .close {
    position: absolute;
    top:10px;
    right:10px;
    width:17px;
    height:17px;
    cursor:pointer;
    background:url(../img/del-big-ico.png);
    opacity:0.4;
}

#question-form .close:hover, #presentation-form .close:hover {background:url(../img/del-big-ico-h.png);}

#question-form .close:active, #presentation-form .close:active {
    background:url(../img/del-big-ico-h.png);
    opacity:1.0;
}

#question-form p, #presentation-form p {
    font-family:Tahoma;
    color:#919191;
    padding:5px 0 0;
}

#question-form span, #presentation-form span {
    display:inline-block;
    margin-top:20px;
    color:#979797;
    font-family:Arial;
    font-size:11px;
}

#question-form label, #question-form input, #question-form textarea, #presentation-form label, #presentation-form input, #presentation-form textarea {
    display: block;
}

#question-form label, #presentation-form label {
    color:#333;
    margin:7px 0 3px;
}
#question-form input, #question-form textarea, #presentation-form input, #presentation-form textarea {
    width:640px;
    margin:0;
    padding:3px 6px 4px;
    border:1px solid #bebebe;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
}
#question-form textarea, #presentation-form textarea {
    height:80px;
    max-width: 640px;
    min-width: 640px;
}

#question-form input[type=submit], #presentation-form input[type=submit] {
    background: url(../img/btn/btns.png) no-repeat scroll -319px -3px transparent ;
    cursor:pointer;
    width:116px;
    height:32px;
    padding:0;
    margin-top:10px;
    border:0;
    float: right;
}

/** question form **/


/** cook page **/

#carouselContainer .cookPreview{
    height:38px;
}

#carouselContainer .cookPreview p {
    font: 12px/14px Tahoma,Arial,Verdana;
}

#carouselContainer .cookPreview .padding {
    padding-top:12px;
}

#carouselContainer .activeCook {
    background-color:#edf1f6;
}


#carouselContainer .activeBtn {
    background: #6390CD;
    background: -moz-linear-gradient(center top , #6390CD 0%, #9BB8DF 100%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6390CD), color-stop(100%,#9BB8DF));
    background: -webkit-linear-gradient(top,  #6390CD 0%,#9BB8DF 100%);
    background: -o-linear-gradient(top,  #6390CD 0%,#9BB8DF 100%);
    background: -ms-linear-gradient(top, #6390CD 0%,#9BB8DF 100%);
    background: linear-gradient(top, #6390CD 0%,#9BB8DF 100%);
    border: medium none #6390CD;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25) inset, 0 1px 0 #FFFFFF;
    color: #FFFFFF;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}

.right .partner-title {
    font-size:12px;
    margin-right:10px;
    color:#656565;
    float:left;
}

.qa .qa-text {
    font: 14px/18px Tahoma,Arial;
}

.qa .q,.qa .a {
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0 0 5px 0 #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
    color: #333;
    font-size: 14px;
    width: 653px;
    font-family: Tahoma,Arial;
}

.qa .q .who {
    color:#656565;
    font-size:16px;
    margin-bottom:10px;
}
.qa .a {
    width:auto;
    margin-left: 92px;
}
.qa .a .cook-name {
    font-size:16px;
    margin-bottom:5px;
}
.qa .a .cook-preview {
    color: #656565;
    margin-bottom: 10px;
}

.qa .r-talk {
    position: absolute;
    left: 691px;
}
.qa .l-talk {
    position: absolute;
    left: 96px;
}

/** cook page **/



/** contests **/

.anotherTab {
    font: 16px/24px Tahoma;
    margin-top: 5px;
}
.contest-rules {
    font: 11px/24px Arial,Tahoma;
}

#carouselContainer .contest-recipe {
    color: #656565;
    font: 12px/18px Arial,Tahoma;
}

.contest .date {
    font:10px/16px Tahoma,Arial;
}

.contest .contest-desc {
    float: left;
    margin-left: 15px;
}
.contest .desc .contest-desc {
    float: none;
    margin-left: 85px;
}

.leftContent .contest .contest-preview {
    margin: 0;
    padding: 5px 0;
    color: #333;
    font: 12px/18px Tahoma,Arial, Verdana;
}

.contest .contest-date {
    margin-top:5px
}

.contest .contest-prize {
    margin-top: 20px;
    color: #333;
}

.contest .contest-prize p{
    color: #333;
}

.text-400 {
    width: 400px;
}

.text-150 {
    width: 150px;
}

.contest .contest-prize .contest-desc span {
    color:#656565;
}
.contest .contest-addRecipeBtn{
    margin-top: 15px;
}


.countRecVote, .count-recVote-inList {
    background: url("../img/btn/btns.png") no-repeat scroll -693px -202px transparent;
    color: #FFFFFF;
    font: italic bold 16px/37px Arial;
    height: 45px;
    margin: 105px 0 0 160px;
    padding-top: 11px;
    position: absolute;
    text-align: center;
    width: 37px;
}

.count-recVote-inList {
    margin: -27px 0 0 157px;
}

.choice-vote {
    background-position: -738px -202px;
}

.voteSuccess {
    color: #CE6F00;
    font: 14px/20px Tahoma,Arial;
}

/** contests **/

/** about **/
.leaderImg{
    width: 300px;
    height:311;
    margin: 13px 18px 5px 10px;
    float: left;
}
.leaderText{
    width: 340px;
    float: left;
}
#about{
    font:14px/16px Tahoma Arial;
    color:#333;
}

#about p{
    margin-top: 5px;
    font:14px/19px Arial;
}
#about h1{
    margin-top: -6px;
}

#about .advertTitle{
    font:18px/24px Tahoma;
    margin-bottom: -5px;
    color: #666666;
}

#about p a img {
    margin-top: 2px;
}

#about li, #about ul{
    margin-left: 10px;
    margin-top: 5px;
    color: #919191;
}

 #about ul li{
     margin-left: 14px;
 }

#about ol{
    margin-left: -18px;
}

#about li{
    margin-bottom: 15px;
}

.mapLink{
    font:14px/18px Arial;
    color: #2a6d9f;
}

.mapTitle{
    font:18px/24px Tahoma;
    color:#2a6d9f;
}

/** end about **/

/* Facts
------------------------------------*/
.refreshFact{
    width: 65px;
    height: 65px;
    background: url("../img/btn/btns.png") -304px -124px no-repeat;
    margin-top: -4px;
    margin-left: 4px;
}
#rateUp{
    width: 17px;
    height: 17px;
    margin-right: 5px;
    background: url("../img/btn/btns.png") -227px -126px no-repeat;
    cursor: pointer;
}

#rateUp:hover{
    background-position: -227px -146px;
}
#rateUp:active{
    background-position: -227px -166px;
}

#rateDown{
    width: 17px;
    height: 17px;
    margin-left: 5px;
    background: url("../img/btn/btns.png") -252px -126px no-repeat;
    cursor: pointer;
}


#rateDown:hover{
    background-position: -252px -146px;
}
#rateDown:active{
    background-position: -252px -166px;
}

.refreshFact:hover{
    background-position: -374px -124px;
}

.refreshFact:active{
    background-position: -443px -122px;
}

.randomFact {
    margin: 10px 0;
    padding:20px 10px 10px 10px;
    border:2px solid #E5E5E5;
    font-family: Arial;
    font-size: 14px;
    color: #000;
    border-radius: 4px;
    margin-top: 20px;
}
.fact {
    margin-top: 30px;
    font-family: Arial;
    font-size: 14px;
    color: #000;
}
.randomFact .factTitle, .fact .factTitle {
    margin: 0 0px;
}

.randomFact .factTitle a, .fact .factTitle a{
    font-family: Tahoma;
    font-size: 18px;
    text-decoration:none;
    color:#656565;
}

.fact .factTitle {margin:0px;}

.randomFact .factText {
    margin:10px 10px 20px 0px;
    line-height:18px;
    font:14px/20px Tahoma,Arial;
    color: #333333;
}

.fact .factText {
    margin:10px 0;
    line-height:18px;
    color: #333;
}
.fact .manageFact {margin:10px 0;}
.manageFact .manageRate {float:left}
.manageFact .share {float:right;}
.manageFact .share a {
    text-decoration: none;
    position: relative;
    top: 3px;
}
.manageRate span {cursor: pointer;}
.randomFactTitle {
    position:absolute;
    float:left;
    padding: 5px 10px;
    color:#919191;
    font:14px/20px Tahoma,Arial;
    margin-left: 260px;
    margin-top: -37px;
    background: #fff;
}

.factsInner {margin-bottom:20px;}
.factsInner .factsInnerName {
    background:#ce7a00;
    color:#fff;
    text-align:center;
    padding:6px;
    font-size:14px;
    font-weight:bold;
    width:130px
}
.factsInner .factsInnerTitle {
    margin-top:10px;
    font-family:Georgia;
    font-size:16px
}
.factsInner .factsInnerTitle  a {
    text-decoration:none;
    color:#6C6C6C
}
.factsInner .factsInnerText {
    margin:10px 0;
    font-size:12px;
    color:#000000;
    line-height:17px
}
.factsInner .factsInnerLink a{
    color:#0088CC;
    font-size:12px;
}

.share #menulistTellFriend{
    padding-top: 4px;
    margin-right: 5px;
}

#tellFriends{
    cursor: pointer;
    font:12px/16px Arial;
}

#tellFriendSocial p{
    float: left;
    font: 16px/18px Myriad Pro;
}

#tellFriendSocial .yashare-auto-init {
    float: left;
    width: 135px;
}

.borderBottom{
    border-bottom: 1px dotted #2A6D9F;
}

#tellFriendAboutFact{
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 120px;
    position: absolute;
    background: #fff;
    margin-top: 7px;
    display: none;
    box-shadow: 0 2px 7px rgba(0,0,0,0.5);
}


#tellFriendAboutFact a img {
    margin-left: 5px;
}

#tellFriendAboutFact a{
    display: block;
    top:0;
    padding:5px 0px;
    text-decoration: none;
}

#tellFriendAboutFact a:hover{
    background: #ebf4fd;
}

#tellFriendAboutFact a span{
 margin-left: 10px;
    font:12px/18px Arial;
    color: #333333;
 }

.treangule{
    width: 100%;
    position: relative;
    top:-11px;
}
.treangule div{
    background: url("../img/treangule.png") no-repeat;
    width: 20px;
    height: 10px;
    margin:0 auto;
    position: relative;
}
/** end facts**/

/**  healthyFood **/

.anotherVideo {
    margin-top:15px
}

.anotherVideo .playVideo {
    background:url(../img/play.png) no-repeat;
    margin-left: 50px;
    margin-top: 35px;
    position: absolute;
    width:64px;
    height:64px;
}
.anotherVideo .leftItem a {
    text-decoration: none
}
.anotherVideo .bceBlocksTitleSearch a {
    font-size: 14px !important;
    color: #0088CC !important;
    font-family: Arial !important;
}
.anotherVideo .dateVideo {
    color:#6C6C6C; margin-top:10px;
}
.lastVideo .lastVideoContent{
    font-size:14px;
}
.lastVideo .sendFr {
    margin-left:0px;
}
.sendFr .titleFr {margin-top: 5px; float: left;}

.sendFr {width: 300px; float: left; font-size: 13px; margin-top: 6px; margin-left: 10px;}
/** end  healthyFood**/

#showSearchSelect{
    display: block;
    float: left;
    margin-left: 10px;
    font:11px/19px Arial;
    color: #2A6D9F;
    cursor: pointer;
}

.sortByText{
    font:11px/19px Tahoma,Arial;
}
.orderSelect .treangule, .tellFriend .treangule {
    top:-11px;
}
/** рассказать друзьям **/
.orderSelect, .tellFriend {
    position: absolute;
    z-index: 1000;
    display: none;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 5px;
    padding-top: 0px;
    margin: 0 auto;
    margin-top: 7px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

#sortText{
    font:11px/18px Arial;
    border-bottom: 1px dotted #2A6D9F;
}
.tellFriend {
    margin: 7px -16px;
}

#tellFriend {
    border-bottom: 1px dotted;
    font: 12px/18px Tahoma;
    cursor: pointer;
}
.activeTellFriend>span{
    color: #333 !important;
    border-bottom: 0px !important;
}
#mn #tellFriend{
    cursor: default;
    border-bottom: 0px;
    float: left;
}
#mn #tellFriend>span {
    font: 11px/27px Tahoma,Arial;
    border-bottom: 1px dotted;
    cursor: pointer;
}

#menulistcontent #tellFriend {
    margin-right: 30px;
    padding-top: 15px;
}

#tellFriend #socialName{
    font:11px/14px Tahoma, Arial;
    color: #656565;
    margin-left: 5px;
}
#tellFriend .yashare-auto-init{
    width: 135px;
}

/** рассказать друзьям **/
#orderUl{
    width: 100px;
    font:11px/17px  Arial;
    padding: 3px;
    margin-top: -10px;
}
#orderUl div{
    border-top:0px;
}
#orderUl .searchedGroup div{
    margin:0px -9px;
}
#orderUl ul {
    background: #fff;
}
.orderTitle{
    margin-top: 5px;
}

#orderUl .orderTitle{
    color: #919191;
}


.searchedGroup div:hover{
    background: #2A6D9F;

}
#orderUl li:hover{
    background: #2A6D9F;
    color: #fff;
}
#orderUl li{
    color: #333333;
    background: #fff;
    cursor: pointer;
    margin-left: 14px;
}
#activeOrder, #activeOrder li{
    background: #ebf4fd;
    color: #333333;
}

#activeOrder:hover{
    background:#2A6D9F;
}
.ml20{
    margin-left: 20px;
}

.ml5{
    margin-left: 5px;
}
.ml15{
    margin-left: 15px;
}

.ml18{
    margin-left: 18px;
}
.ml75{
    margin-left: 85px;
}
#bon-appetite{
    left:125px;
}

/** dilmah **/
.dilmahAllItems{
    font:12px/16px Tahoma;
    margin-top: 6px;
}
/** enddilmah **/

/** recipe product tooltip **/
.products-tooltip {
    width:450px;
    padding: 0 5px;
}
.products-tooltip td {
    padding:5px 0;
}
.products-tooltip .countPortion {
    font:14px/24px Tahoma;
    margin:15px 0;
    color: #333;
}

.tooltipText{
    padding: 5px 0;
}
/** recipe product tooltip **/


/** right blocks **/

.blockTitle{
    width: 100%;
    font: 18px/18px Tahoma;
    text-align: left;
    text-decoration: none;
    padding-bottom: 5px;
    border-bottom: 2px solid #E3E3E3;
    padding-left: 2px;
}

.blockTitle a{
    color: #656565;
    text-decoration: none;
}

.blockImage{
    float:left;
    margin-right:10px;
}

.blockImage img{
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 3px 0 #CACACA;
}
.w240{width: 240px;}
 .w215{width: 215px;}
.publicationTime{
    font:11px/14px Arial italic;
    color: #919191;
}


/** social buttons **/
.manageContent {
    margin:10px 0;
}
.fb-root {
    display:none;
}
#___plusone_0, .twitter-share-button, #vk_like {
    position:relative;
    top:3px;
}
/** social buttons **/



/** romantic page **/
.allRomantiIdeas{
    float: left;
    color: #2a6d9f;
    font:16px/20px Tahoma;
}

/** end romantic page*/


.menulist-tooltip, .recipeBook-tooltip{
   font:12px/16px Tahoma;
    color: #656565;
    text-align: center;
}
.menulist-tooltip{
    width: 145px;
}

.recipeBook-tooltip{
    width: 120px;
}
.bt-content{
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    border: none;
}
.bt-content .countPortion{
    margin: 0px;
}
.bt-wrapper canvas{
}

.RecipePopUpButtons a,.RecipePopUpButtons span{
    margin: 0px;
}
/** social RIght block **/
.socialActivity{
    width: 240px;
    float: right;
    display:none;
}

.socialTitles{
   /* border-top: 1px solid #CCD3DA;  */
    width: 239px;
}
.socialTitle{
    background: #DAE2E8;
    color: #fff;
    height: 27px;
    font:11px/24px Tahoma;
    cursor: pointer;
    width: 79px;
    text-align: center;
    border-top: 1px solid #CCD3DA;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.actImg{
    padding-top: 4px;
    float: left;
}
.socialContent{
    background: #fff;
    width: 239px;
    min-height: 300px;
    overflow: hidden;
}

.noActiveSocial{
    background: #f6f6f6;
    color: #000;
    border-right: 1px solid #CCD3DA;
    width: 79px;
}

.fbActive{
    background: #3B5998;
}

.twActive{
    background: #2693c0;
    width: 79px;
}
.vkActive{
    background: #DAE2E8;
    border-right: 1px solid #CCD3DA;
    width: 78px;
}

.socialTitles .noActiveSocial#showFbActivity{
    border-left: 1px solid #CCD3DA;
    width: 78px;
}


#vk_groups{
    margin-top: -1px;
    height: 301px;
}

/** social RIght block **/


/** forum **/

#minWidth .page{
    width: 998px;
}

#minWidth .hrUpInner{
    top:0px;
}

#minWidth #ipbwrapper {
     top: 0px;
}

#minWidth {
    width: 998px;
}
/** endforum **/

/** statistic **/
.period{
    width: 20%;
    margin-left: 10px;
    padding: 10px 0;
}

.numberVotes{
    text-align: right;
    width: 30%;
    margin-right: 50px;
    padding: 10px 0;
}

.numberUsers{
    text-align: right;
    width: 38%;
    margin-right: 10px;
    padding: 10px 0;
}
.statisticInfo{
    width: 686px;
    border: 1px solid #ddd;
    background: #fafafa;
    font: 12px/16px Tahoma;
    color: #656565;
}

.statDate{
    background:url("../img/statDate.png") no-repeat;
    padding-left: 21px;
    margin-right: 10px;
    padding-top: 21px;
    float:left;
    margin-top: 5px;
}

.statQuant{
    font:20px/28px Tahoma;
    color: #333;
}
.statVote{
    background:url("../img/statVote.png") no-repeat;
    padding-left: 21px;
    margin-right: 10px;
    padding-top: 5px;
}

.statUser{
    background:url("../img/statUser.png") no-repeat;
    padding-left: 21px;
    margin-right: 10px;
    padding-top: 5px;
}

#statisticTimeSelect{
    height: 21px;
    display: block;
    float: left;
    margin-top: 5px;
}

.statGraph{
    float: left;
    border: 1px solid #ddd;
    border-top: 0;
}
.userStatistic{
    float: right;
    width: 235px;
    height: 307px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #ddd;
    border-top: 0;
    border-left: 0;
}

.voteUsers{
    padding: 10px;
}

.userVote{
    font:11px/14px Tahoma;
    margin-left: 67px;
}
.graphTitle{
    float: right;
    font: 12px/14px Tahoma;
    margin-right: 23px;
    margin-top: 10px;
}
/** end statistic **/

/** chefs in recipe**/
.topChefs{
    width: 691px;
    height: 25px;
    background:url("../img/top-chefs.png") no-repeat;
}

.bottomChefs{
    width: 691px;
    height: 34px;
    background:url("../img/bottom-chef.png") no-repeat;
}

.mediumChefs{
    width: 689px;
    border-left: 1px solid #ffe7aa;
    border-right: 1px solid #ffe7aa;
}

.chefWrapper{
    background: red;
    width: 691px;
    background: #fefcea; /* Для старых браузров */
    background: -moz-linear-gradient(top, #fefaf3, #fff9ed); /* Firefox 3.6+ */
    /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom,
    color-stop(0%,#fefaf3), color-stop(100%,#fff9ed));
    /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #fefaf3, #fff9ed);
    background: -o-linear-gradient(top, #fefaf3, #fff9ed); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fefaf3, #fff9ed); /* IE10 */
    background: linear-gradient(top, #fefaf3, #fff9ed); /* CSS3 */
}


.chefQuestion{
    font:12px/16px Tahoma;
    margin-right: 20px;
}

.chefImg{
    margin-left: 20px;
    border-radius: 50px;
    margin-right: 20px;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.3); /* Для Firefox */
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.3);
}
.chefName{
    font: 16px/24px Tahoma;
}

.cheftText{
    color: #919191;
    margin-top: 10px;
    font-size: 12px;
    font-style: italic;
    font-family: Arial;
}

.chefMc {
    font: 14px/20px Tahoma;
    color: #333;
}

.chefMcDate{
    font: 12px/16px Tahoma;
    color: #656565;
}

.mediumChefs{
    font-family: Tahoma;
}

.size14{
    font-size: 14px;
}
/** end chefs in recipe**/

/** vote **/
.vote {
    float: right;
    width: 240px;
    margin: 0 0 20px 0px;
}

.voteHeader {
    background: url("../img/vote/01.png");
    width: 248px;
    height: 67px;
}

.voteFooter {
    background: url("../img/vote/03.png");
    width: 248px;
    height: 30px;
}

#poll-container {
    background: url("../img/vote/02.png") repeat-y;
    width: 248px;
    min-height: 255px;
}

#answer {
    background: url("../img/vote/06.png");
    width: 50px;
    height: 50px;
    margin-left: 180px;
    margin-top: -65px;
}

/* вопрос */
#poll-results h2 {
    font-family: Arial;
    font-style: italic;
    font-size:13px;
    line-height: 17px;
    color: #333333;
    text-align: left;
    font-weight: normal;
    width: 210px;
    margin-left: 25px;
}



/* ответ */
.poll-answer {
    width: 200px;
    text-align: left;
    margin-left: 43px;
    margin-top: 13px;
}

.poll-answer a {
    font-family: Arial;
    font-size:12px;
    color: #656565;
    line-height: 14px;
}

#quest {
    background: url("../img/vote/07.png");
    width: 50px;
    height: 50px;
    position: absolute;
    margin-left: 180px;
    margin-top: 20px;
}

#button-vote {
    background: url("../img/vote/btn-1—3.png");
    height: 35px;
    width: 170px;
    margin: 20px 0 0 40px;
    cursor: pointer;
}

#button-vote:hover {
    background: url("../img/vote/btn-1—3.png") 0 -40px no-repeat;
}

#button-vote:active {
    background: url("../img/vote/btn-1—3.png") 0 -80px no-repeat;
}

.bar-title {
    position: relative;
    float: left;
    font-family: Arial;
    color: #656565;
    font-size: 12px;
    width: 215px;
    line-height: 20px;
    text-align: left;
    margin-left: 25px;
    line-height: 14px;
}

.bar-container {
    position: relative;
    width: 200px;
    height: 17px;
    margin: 0 0 15px 25px;
}

.graph {
    width: 240px;
    position: relative;
    margin-top: 25px;
}


.bar-container div {
    float: left;
    background: url("../img/vote/05-2.png") repeat-x;
    height: 13px;
    border-top: 1px solid #d7db80;
    border-bottom:1px solid #808724;
    margin-top: 2px;
    border-radius: 16px 16px 16px 16px;
}

.bar-container .color-vote {
    float: left;
    border-top: 1px solid #6bd073;
    border-bottom:1px solid #1e8322;
    background: url("../img/vote/04-2.png") repeat-x;
}


.percent {
    margin-left: 6px;
    color: #656565;
    font-family: Arial;
    font-size: 11px;
    padding-top: 3px;
}

.bar-container  a {
    color: #656565;
    font-family: Arial;
    font-size: 11px;
    padding-top: 3px;
    float: left;
}

.poll-answer input {
    vertical-align: top;
    margin-top: 0px;
    margin-right: 5px;
    margin-left: -19px;
}

/** end vote**/



/** total page menu **/

.textMenu {
    color: #919191;
    font-family: Tahoma;
    font-size: 14px;
    font-style: inherit;
    margin-top: 20px;
}

.img-container-menu {
    margin-top: 8px;
    box-shadow: 1px 3px 2px 1px #dddddd;
    float: left;
    width: 70px;
    height: 72px;
}

.article-info-menu {
    margin-top: 10px;
    overflow: hidden;
    padding-left: 20px;
    width: 230px;
}

.article-info-menu h2 {
    font-size: 14px;
}

.textPublication-menu {
    margin-top: 7px;
    color: #61615a;
    font-size: 12px;
    font-family: Tahoma;
}

.author-menu {
    color: #919191;
    margin-top: 5px;
    font: italic 12px Arial;
}

/** block category **/

.box {
    margin-top: 10px;
    padding-right: 20px;
    font-size: 11px;
    line-height: 1.4em;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.col1 { width: 209px; }

.et-box {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: 0 0 10px 0;
}

.et-box-content {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-shadow: 1px 1px 1px #ffffff;
    padding: 6px 20px 8px 75px;
    min-height:35px;
}

.et-shadow {
    border: 2px solid #e8e0e0;
    border-top: 1px solid #e8e0e0;
}
.et-shadow .et-box-content {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#f5f5f5'); /* для IE6-9 */
    background: -webkit-linear-gradient(#fdfdfd, #f5f5f5); /* для webkit-браузеров */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(100%, #f5f5f5)); /* Safari 4+, Chrome 2+ */
    background: -moz-linear-gradient(top,  #fdfdfd,  #f5f5f5); /* для firefox 3.6+ */
    background: -o-linear-gradient(top,  #fdfdfd,  #f5f5f5); /* для Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fdfdfd,  #f5f5f5); /* для IE10+ */
    padding-left: 20px;
}
.et-shadow .et-box-content h1, .et-shadow .et-box-content h2, .et-shadow .et-box-content h3, .et-shadow .et-box-content h4, .et-shadow .et-box-content h5, .et-shadow .et-box-content h6 {
    color: #4e4e4e;
}

.et-box-content ul {
    list-style-type: disc;
    margin-left: 14px;
}

.et-box-content ul li {
    margin-top: 10px;
}

.et-box-content ul li span {
    font-family: Tahoma;
    color: #5279a7;
    font-size: 12px;
}

.et-box-content ul li span a {
    text-decoration: none;
}

.et-box-title {
    margin-right: 20px;
}

.et-box-title p {
    font-size: 17px;
    color: #363636;
    margin-bottom: -10px;
    width: 150px;
}

.et-box-title a {
    color: #6b6b6b;
    font-size: 10px;
}
/** end block category **/

/** end total page menu **/

.scrollUp {
    background: none repeat scroll 0 0 #9AB955;
	background:none repeat scroll 0 0 #000;
    display: none;
    float: left;
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 26px;
    width: 90px;
    cursor: pointer;
}

h2.withLink a {
    float: right;
    color:#2a6d9f;
    font-family:Arial;
    margin-top:10px;
    text-decoration:underline;
}

.guestName{
    margin-bottom: 10px;
}

.description-page {
    font: 10px Tahoma;
    color: #656565;
    margin: 10px 20px -20px 20px;
}


#items .article-menu {
    display:none;
    float:right;
    width:190px;
    position:absolute;
    top:30px;
    right:0;
    border:1px solid #e1e1e1;
    background:#fff;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    color:#656565;
    font:11px Tahoma;
    padding-top:6px;
}

#items .article-menu ul li {
    position:relative;
    border-bottom:1px solid #e1e1e1;
    padding:7px 0 10px 30px;
}

#items .article-menu a:not(.b-share__handle) {
    display: inline-block;
    font:11px/11px Tahoma;
    color:#2a6d9f;
    border-bottom:1px dotted #2a6d9f;
    text-decoration:none;
}
#items .article-menu .remove a {color:#919191; border-bottom:1px dotted #919191;}

#items .article-menu a:hover {border-bottom:none; padding-bottom:1px}
#items .article-menu>span {padding-left:10px}

#items .article-menu ul li span.img {display:block; position:absolute; left:8px; top:7px; width:16px; height:15px;}
#items .article-menu .add-to-menu span {background:url(../img/btn/btns.png) -202px -168px no-repeat;}
#items .article-menu .print span {background:url(../img/btn/btns.png) -77px -167px no-repeat;}
#items .article-menu .share span.img {background:url(../img/btn/btns.png) -103px -167px no-repeat;}
#items .article-menu .remove span {background:url(../img/recipe-remove.gif) 0 0 no-repeat;}


/** start tizers **/

.tizers-hot {
    margin-top: 70px;
}

.tizers {
    padding:0 20px 0 18px;
    margin:30px auto 50px;
	width: 996px;
}

.rightColumn .tizers {
    padding: 0;
    margin-top: 15px;
}

.tizers-par {
    padding:0px;
    margin-top: 10px;
}

.tizers .tline {
    background-color: #CE6F00;
    display: block;
    height: 1px;
    line-height: 0;
    position: relative;
    width: 100%;
}

.tizers .tizers-title {
    text-align: center;
    padding: 0 18px;
    position: relative;
}

.tizers-center .tizers-title {
    padding: 0;
}

.tizers-center .ribbon {
    top: -40px;
}

.tizers .tizer-box {
    float: left;
    margin-bottom: 25px;
    margin-right: 15px;
}

.rightColumn .tizers .tizer-box {
    margin-right: 0px;
}


.tizers-ge .tizer-box{
    margin-right: 15px;
}

.tizers-par .tizer-box {
    margin-right: 19px;
}

.tizers.tizers-par .tizer-title {
    font: 14px/18px Tahoma;
    margin-top: 5px;
}

.tizers .tizer-box.last {
    margin-right: 0;
}

.tizers-center, .tizers-right {
    padding: 0;
}

.tizers-center .tizers-wrapper {
    padding-left: 30px;
}

.tizers-par .tizer-title {
    margin-top: 5px;
}

.tizers .meta {
    font: 12px/15px Tahoma,sans-serif;
    letter-spacing: 0.5px;
    margin-top:5px;
}

.tizer-menu .meta a {
    color: #189f2e;
}

.tizer-recipe .meta a {
    color: #da2c2c;
}

.tizer-pub .meta a {
    color: #CE6F00;
}

.tizers .meta a:hover {
    text-decoration: none;
}

.tizers .tizer-title {
    color: #2A6D9F;
    font: 16px/18px Tahoma;
    margin: 10px 0 10px 0;
    letter-spacing: 0.5px;
}

.tizers .tizer-title a {
    text-decoration:none;
}

.tizers .tizer-title a:hover {
    text-decoration:underline;
}

.tizers .tizer-activity {
    color: #919191;
    font: italic 11px Arial;
}

.tizers .tizer-date {
    margin-top: 5px;
    float:left;
}

.tizers .tizer-comments {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
	margin-right: 15px;
}

.tizers .tizer-comments-img {
    background: url(http://st.oede.by/st/img/btn/btns.png) no-repeat scroll -149px -125px transparent;
    margin-right: 5px;
    padding-bottom: 3px;
    padding-right: 20px;
    position: relative;
    top: -3px;
}

.tizers .more-tizers {
    clear: both;
    color: #0088CC;
    font-family: 'Helvetica Neue',Helvetica,sans-serif;
    margin: 25px auto 10px;
    text-align: center;
    cursor: pointer;
    width: 190px;
}

.tizers .more-tizers .more-tizers-text {
    border-bottom: 1px dotted;
    text-transform: uppercase;
    padding-top: 8px;
    float: left;
    margin-left: 10px;
color:#000;
}


.more-tizers-icon {
    float: left;
    height: 35px;
    width: 35px;
    background: url(http://st.oede.by/st/img/more-tizers.png) repeat scroll -3px -5px transparent;
}


.tizer-recipe .tizer-recipe-manage {
    bottom: 6px;
    left: 4px;
    position: absolute;
    z-index: 1;
    padding: 3px;
    display: none;
}

.tizer-recipe .tizer-recipe-manage:after {
    content: "";
    background-color: #FFFFFF;
    border-radius: 18px;
    opacity: 0.8;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

.tizer-recipe-manage div {
    cursor: pointer;
    height: 28px;
    width: 28px;
}

.tizer-recipe-manage .cookbook-b {
    background: url(../img/icons/recipe-action.png) no-repeat scroll -3px -3px transparent;
    float:left;
}

.tizer-recipe-manage .cookbook-b:hover {
    background-position: -33px -3px;
}

.tizer-recipe-manage .cookbook-b:active {
    background-position: -63px -3px;
}

.cookbook-b-selected {
    background: url(../img/icons/recipe-action.png) no-repeat scroll -3px -36px transparent;
}

.tizer-recipe-manage .menubook-b {
    background: url(../img/icons/recipe-action.png) no-repeat scroll -3px -71px transparent;
    margin-left: 35px;
}

.tizer-recipe-manage .menubook-b:hover {
    background-position: -33px -71px;
}

.tizer-recipe-manage .menubook-b:active {
    background-position: -63px -71px;
}

.menubook-b-selected {
    background: url(../img/icons/recipe-action.png) no-repeat scroll -3px -104px transparent;
}

.tizer-box.tizer-menu {
    width: auto;
}

.tizer-menu.tizer-2 {

}

.tizer-2 .tizer-text {
    width: 122px;
}

.tizer-3 .tizer-text{
    width: 192px;
}

.tizer-4 .tizer-text{
    width: 262px;
}

.tizer-6 .tizer-text{
    width: 402px;
}


.ribbon {
   width: 205px;
   padding: 1px 0;
   margin: 0 auto;
   top: -35px;
   position: relative;
   text-align: center;
   font-size: 20px!important;
   background: #f5a758;
   background: -webkit-gradient(linear, left top, left bottom, from(#f5a758), to(#ce6e00));
   background: -webkit-linear-gradient(top, #f5a758, #ce6e00);
   background: -moz-linear-gradient(top, #f5a758, #ce6e00);
   background: -ms-linear-gradient(top, #f5a758, #ce6e00);
   background: -o-linear-gradient(top, #f5a758, #ce6e00);
   background-image: -ms-linear-gradient(top, #f5a758 0%, #ce6e00 100%);
   -webkit-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   -moz-box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   box-shadow: rgba(000,000,000,0.3) 0 1px 1px;
   font-family: 'Helvetica Neue',Helvetica, sans-serif;
}

.ribbon h1 {
   font-size: 18px!important;
   color: #fceddb!important;
   text-shadow: #5e3405 0 1px 0;
   margin:0px;
   padding: 8px 10px 10px;
}

.ribbon:before, .ribbon:after {
   content: '';
   position: absolute;
   display: block;
   bottom: -0.5em;
   border: 1.0em solid #ce6e00;
   z-index: -1;
}

.ribbon:before {
   left: -2em;
   border-right-width: 1.5em;
   border-left-color: transparent;
   -webkit-box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
   -moz-box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
   box-shadow: rgba(000,000,000,0.4) 1px 1px 1px;
}

.ribbon:after {
   right: -2em;
   border-left-width: 1.5em;
   border-right-color: transparent;
   -webkit-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
   -moz-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
   box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
}

.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
   border-color: #8f5615 transparent transparent transparent;
   position: absolute;
   display: block;
   border-style: solid;
   bottom: -0.5em;
   content: '';
}
.ribbon .ribbon-content:before {
   left: 0;
   border-width: 0.5em 0 0 0.5em;
}
.ribbon .ribbon-content:after {
   right: 0;
   border-width: 0.5em 0.5em 0 0;
}
.ribbon-stitches-top {
   margin-top:2px;
   border-top: 1px dashed rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
   -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
   box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.5);
}
.ribbon-stitches-bottom {
   margin-bottom:2px;
   border-top: 1px dashed rgba(0, 0, 0, 0.2);
   -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
   -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
   box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
}

.tizer-foto-wrapper {
    color: #fff;
    position: relative;
   -moz-box-shadow: 0 1px 5px rgba(214, 214, 214, 0.5);
   -webkit-box-shadow: 0 1px 5px rgba(214, 214, 214, 0.5);
   box-shadow: 0 1px 5px rgba(214, 214, 214, 0.5);
}


.tizer-foto-wrapper:before {
    border: 3px solid #FFFFFF;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.tizers .tizer-last {
    margin-right: 0px;
}


div[class*='stack'] {
    float: left;
    position: relative;
}

div[class*='stack'], div[class*='stack']:before, div[class*='stack']:after {
    border: 3px solid #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(214, 214, 214, 0.5);
    -moz-box-shadow: 1px 1px 2px rgba(214, 214, 214, 0.5);
    box-shadow: 1px 1px 2px rgba(214, 214, 214, 0.5);
}

div[class*='stack']:before, div[class*='stack']:after {
    background: #768590;
    content: "";
    position: absolute;
    z-index: -1;

    /*Для IE8*/
    height: 0px\9; width: 0px\9;
    border: none\9;
}

div[class*='stack']:before {
    background: #eff4de;
}

.stack-menu:before {
    top: -4px;
    left: -5px;
    z-index: -1;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

.tizer-4 .stack-menu:before {
    -webkit-transform: rotate(3.5deg);
    -moz-transform: rotate(3.5deg);
    -o-transform: rotate(3.5deg);
    -ms-transform: rotate(3.5deg);
    transform: rotate(3.5deg);
}

.tizer-3 .stack-menu:before {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
}

.tizer-2 .stack-menu:before {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
}

.tizer-right .stack-menu:before {
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
}

.stack-menu:after {
    top: -3px;
    left: -4px;
    -webkit-transform: rotate(1.5deg);
    -moz-transform: rotate(1.5deg);
    -o-transform: rotate(1.5deg);
    -ms-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
}

.tizer-3 .stack-menu:after {
    -webkit-transform: rotate(2.5deg);
    -moz-transform: rotate(2.5deg);
    -o-transform: rotate(2.5deg);
    -ms-transform: rotate(2.5deg);
    transform: rotate(2.5deg);
}

.tizer-2 .stack-menu:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

.tizer-2 .stack-menu, .tizer-2 .stack-menu img, .tizer-2 .stack-menu:before, .tizer-2 .stack-menu:after {
    width: 116px;
    height: 102px;
}

.tizer-2 .stack-menu .menu-count {
    top: -65px;
}

.tizer-3 .stack-menu, .tizer-3 .stack-menu img, .tizer-3 .stack-menu:before, .tizer-3 .stack-menu:after {
    width: 186px;
    height: 138px;
}


.tizer-3 .stack-menu .menu-count {
    top: -70px;
}

.tizer-4 .stack-menu, .tizer-4 .stack-menu img, .tizer-4 .stack-menu:before, .tizer-4 .stack-menu:after {
    width: 256px;
    height: 192px;
}

.tizer-4 .stack-menu .menu-count {
    top: -75px;
}

.tizer-6 .stack-menu, .tizer-6 .stack-menu img, .tizer-6 .stack-menu:before, .tizer-6 .stack-menu:after {
    width: 396px;
    height: 246px;
}

.tizer-right .stack-menu, .tizer-right .stack-menu img, .tizer-right .stack-menu:before, .tizer-right .stack-menu:after {
    width: 110px;
    height: 110px;
}

.tizer-right .stack-menu .menu-count {
    top: -70px;
}

.tizer-6 .stack-menu .menu-count {
    top: -80px;
}

.stack-menu .menu-count {
    background-color: #FFFFFF;
    border-radius: 2px 0 0 2px;
    float: right;
    padding: 15px 10px;
    position: relative;
    top: -108px;
    right: -8px;
    -webkit-box-shadow: 1.5px 2px 2px rgba(214, 214, 214, 0.5);
    -moz-box-shadow: 1.5px 2px 2px rgba(214, 214, 214, 0.5);
    box-shadow: 1.5px 2px 2px rgba(214, 214, 214, 0.5);
    font: italic 11px Georgia;
    color: #333;
    text-align: center;
}

.stack-menu .menu-count div {
    font-size: 18px;
    text-align: center;
    line-height: 14px;
}

.stack-menu .menu-count:after {
    border-width: 0.4em 0.4em 0 0;
    bottom: -0.4em;
    right: 0;
    border-color: #ddd transparent transparent;
    border-style: solid;
    content: "";
    display: block;
    position: absolute;
}

.tizers .author {
	float: left;
    margin: 5px 0;
}

.tizers .author a {
    color: #656565;
    font: italic bold 10px Tahoma;
}
/** end tizers **/

/** blocks **/
.bceBlocksList .meta {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top:5px;
    margin-bottom: 5px;
}

.tizers-right a {
    text-decoration:none;
    font: 14px/18px Tahoma;
}

.tizers-right a:hover {
    text-decoration:underline;
}

.blockTitle a {
    font: 18px/14px Tahoma;
}

.tizers-right .tizer-title {
    margin-left: 120px;
    letter-spacing: 0.5px;
}


.tizers-right .meta a {
    font: 9px/15px Tahoma,sans-serif;
    color:#CE6F00;
}

.tizer-right .tizer-foto-wrapper {
    width: 110px;
    float: left;
}

.tizer-right .tizer-text {
    float: left;
    margin-left: 10px;
    width: 115px;
}


.tizer-right.tizer-menu .tizer-text {
    width: 110px;
}

.tizer-right .tizer-title {
    font: 14px/18px Tahoma;
    margin: 10px 0 0 0;
}

.animated {
    position: fixed;
    top: 20px;
    width: 250px;
    opacity: 0;
    display: block !important;
}
/** blocks **/


/** carousel author **/



.author-carousel {
}

#author {
	display: none;
}

.author-carousel .author-name {
	font: 600 16px Myriad Pro;
	color: #333333;
}
.author-carousel p {
	font: italic 12px Myriad Pro;
	color: #919191;
	text-align: center;
}

.author-title {
	color: #656565;
    font: italic 14px Myriad Pro;
    margin: 5px 0 20px 60px;
	text-width:800;
}

.author-img {
    border-radius: 90px 90px 90px 90px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.bx-wrapper {
	position: relative;
	margin: -10px;
	padding: 0;
	width: 160px;
	*zoom: 1;
	height: 140px;
}

.bx-wrapper img {
	display: block;
	margin: 2px 0 15px 26px;
}

.bx-wrapper .bx-viewport {
	margin: 0px 0px 0 45px;
	height: 300px;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: none;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../img/btn/author-button.png) no-repeat 0 -2px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../img/btn/author-button.png) no-repeat -20px -2px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 -32px;
}

.bx-wrapper .bx-next:hover {
	background-position: -20px -32px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 35%;
	margin-top: -23px;
	width: 20px;
	height: 30px;
	text-indent: -9999px;
	z-index: 9999;
	margin-right: -80px;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.publications-list {
	height: auto;
	border: 1px solid #e4e4e4;
	border-radius: 6px 6px 6px 6px;
	margin-top: 35px;
	-webkit-box-shadow: 0px 1px 1px rgba(214, 214, 214, 0.5);
    -moz-box-shadow: 0px 1px 1px rgba(214, 214, 214, 0.5);
    box-shadow: 0px 1px 1px rgba(214, 214, 214, 0.5);
}

.publications-list .treangule {
    position: relative;
    top: -11px;
    width: 100%;
}

.publications-list .treangule div {
    background: url("../img/treangule.png") no-repeat scroll 0 0 transparent;
    height: 12px;
    margin: 0 auto -10px;
    position: relative;
    width: 20px;
}

.publications-list .publication-name {
	border-bottom: 1px solid #e4e4e4;
	height: auto;
}

.publications-list .publication-name .link a {
	font: 13px Myriad Pro;
	text-decoration: none;
}

.publications-list .publication-name .link a:hover {
	text-decoration: underline;
}

.publications-list .publication-name .link {
    margin: 5px 0 5px 15px;
	color: #333333;
    font: 12px Tahoma;
}
.publications-list .last-publication {
	height: 30px;
	background-color: #F4F5F6;
	cursor: pointer;
}

.publications-list .last-publication a {
	font: 13px Myriad Pro;
    margin-left: 30px;
    position: relative;
    top: 3px;
}

.icon-last {
	background: url("../img/icons/icon-last.png") no-repeat scroll 0 -3px transparent;
    height: 20px;
    margin: 7px 45px 15px;
    position: absolute;
    width: auto;
}
/** end carousel author **/

.fb_edge_widget_with_comment {
    margin-right: 30px;
}

/** main publication **/

.publicationPageTizer {
    margin-bottom: 18px;
    margin-right: 15px;
}


.head-publication .sponsor {
	margin-top: 25px;
}

.head-publication .sponsor a {
 	color: #919191;
    font: italic 12px Myriad Pro;
	margin-left: 20px;
}

.head-publication {
	margin-right: 20px;
}

.head-publication .logo-img {
}

.head-publication-title {
}

.head-publication-title h1 {
	font: 24px Myriad Pro;
	font-weight: lighter;
}

.head-publication-title p {
	font: 13px Tahoma;
	color: #656565;
	font-weight: lighter;
}

#additional-items .mainPageBlockShadow{
    width: 262px;
    height: 198px;
}

.fringeImgContainer{
    width: 262px;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0px 1px 2px 0px #ddd;
    padding: 5px
}

.fringeImgContainer .actionContainer{
    margin-top: 5px;
}

.fringeImgContainer .imgWrapper{
    width:262px;
    height:198px;
}

.relevantRecipe{
    margin-left:18px;
    float:left;
}

.relevantRecipe:nth-child(even){
    margin-left: 24px;
}

.categoryWithOutImage{
    border: 1px solid #CCCCCC;
    height: 69px;
    margin-bottom: 2px;
    padding: 10px;
    text-align: center;
    width: 193px;
}


/** end main publication **/

/** site search **/
.findText{
    color: #656565;
    font: 14px/18px Tahoma;
}

.typeSearch{
    font: 14px/18px Tahoma;
    width: 50%;
    float: left;
    margin-bottom: 5px;
}

.typeSearch span{
    color: #ccc;
}

.typeSearch a{
    margin-left: 10px;
}

.searchUserFont{
    font: 14px/18px Tahoma;
}

.w390{
    width: 390px;
}

#items.sitesearch .article-info{
    width: auto;
}

.searchBreadcrumbs{
    font:14px/18px Arial;
    margin: 10px 0px;
    color: #6B6B6B;
}

.searchFormOnSiteSearch{
    margin-left: 100px;
}

.shopSearchedInfo{
    width: 465px;
}

.shopSearchedInfo h2 a{
    color: #2A6D9F;
    font: 18px/24px Tahoma;
    text-decoration: underline;
}
.shopSearchedInfo .textPublication, .userStatus .textPublication{
    color: #656565;
    float: left;
    font: 14px/19px Arial;
    padding: 8px 0 0;
    width: 470px;
}

.imgAlign{
    display: block;
    margin: 0 auto;
    text-align: center;
}

.shopSearchedInfo .article-date{
    color: #656565;
    float: left;
    font-family: Tahoma;
    font-size: 11px;
    margin-top: 5px;
}

.w450{
    width: 450px !important;
}

.w235{
    width: 235px !important;
}
/** end site search **/


/** barmen btn **/
.bar-btn {
    background: url("../img/btn/barmen.png") no-repeat scroll -12px -10px transparent;
    cursor: pointer;
    height: 44px;
    width: 228px;
    margin: 0 auto;
}

.bar-btn:hover {
    background-position: -12px -60px;
}

.bar-btn:active {
    background-position: -12px -110px;
}
/** barmen btn **/


/** footer **/

.top_sf {
  background: url("../img/mainPage/top_bg.png") repeat-x;
  background-position: left top;
  height: 60px;
  margin: 10px 0  0;
}
.footer {
  background: url("../img/mainPage/footer_bg.gif") repeat;
  padding: 0 34px;
}
.footer .footer-li {
  float: left;
  padding: 0 17px 18px;
  width: 125px;
}
.footer .footer-li .title3 {
  color: #333333;
  margin-bottom: 5px;
  margin-left: -11px;
  margin-top: 5px;
  height: 24px;
  font-size: 16px;
}
.footer .footer-li .title3.pt {
  margin-left: 0px;
}
.footer .footer-li li {
  list-style-image: url("../img/mainPage/Bullet.png");
  padding: 5px 0;
  font: 12px/16px Arial;
}
.footer .footer-li li a {
  text-decoration: none;
}
.footer .partners {
  width: 124px;
}
.footer .partners a {
  width: 57px;
  height: 77px;
  background: #fff;
  margin-bottom: 10px;
}
.footer .partners a:nth-child(odd){
    float: right;
}

.footer .partners a img {
  width: 57px;
}
.footer .footer_line {
  margin-top: 25px;
  background: url("../img/mainPage/footer-line.png") repeat-x;
  height: 3px;
  width: 100%;
}
.footer .copy {
  color: #656565;
  font-size: 12px;
  height: 20px;
  padding: 10px 0;
  font-family: Arial;
}
.footer .copy .social.foot {
  margin: 0;
}
.footer .center-link {
  margin-left: 120px;
}
.footer .center-link a {
  color: inherit;
  text-decoration: none;
}

/** end footer**/


/**header**/
.header {
  z-index: 2;
  position: relative;
}
.header a {
  text-decoration: none;
}
.header #logo {
  display: block;
  margin: 15px 51px 18px 35px;
  width: 234px;
  height: 108px;
  float: left;
  background: url("../img/logo1.jpg") no-repeat;
}
.header .g_search {
  float: left;
  margin-top: 52px;
  border: 1px solid #d6d6d5;
  height: 36px;
}
.header .g_search input,.header .searchButton input {
  float: left;
  padding-left: 13px;
  width: 308px;
  height: 34px;
  border: none;
}
.header .searchButton{
    float: left;
    margin-top: 52px;
}
.header input.s_btn {
  background: url("../img/mainPage/btn_search.png") no-repeat;
  width: 78px;
  height: 39px;
  margin-left: -1px;
  cursor: pointer;
}
.header input.s_btn:hover {
  background-position: 0px -50px;
}
.header input.s_btn:active {
  background-position: 0px -100px;
}
.header .menu {
  position: relative;
  z-index: -1;
  background: url("../img/mainPage/menu-bg.png") repeat;
  background-position: top left;
  height: 45px;
  width: 100%;
  -moz-box-shadow: 0 1px 3px 0px rgba(117, 117, 117, 0.4);
  -webkit-box-shadow: 0 1px 3px 0px rgba(117, 117, 117, 0.4);
  box-shadow: 0 1px 3px 0px rgba(117, 117, 117, 0.4);
}
.header .menu .menu_s {
  height: 52px;
  position: absolute;
  top: -5px;
  width: 6px;
}
.header .menu .menu_s.l {
  background: url("../img/mainPage/menu-l.png") no-repeat;
  left: -4px;
}
.header .menu .menu_s.r {
  background: url("../img/mainPage/menu-r.png") no-repeat;
  right: -5px;
}
.header .menu a span {
  background: url("../img/mainPage/menu-arr-down.png") no-repeat;
  background-position: center 5px;
  display: inline-block;
  margin: 0 0 0 4px;
  vertical-align: middle;
  width: 10px;
  height: 16px;
}
.header .menu a.menu_item:hover span {
  background: url("../img/mainPage/menu-arr-down-h.png") no-repeat;
  background-position: center 5px;
}
.header .menu a.menu_item {
  padding-top: 12px;
  height: 33px;
  line-height: 24px;
  color: #FFFFFF;
  display: block;
  float: left;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 1px 3px #69892a;
}
.header .menu a.menu_item:hover {
  background: url("../img/mainPage/menu-bg-hover.png") repeat;
  background-position: 0 -1px;
}
.header .menu a.menu_item:hover + div.menu-popup {
  display: block;
}
.header .menu a.firstMenuLink {
  width: 142px;
}
.header .menu a.sMenuLink {
  width: 125px;
}
.header .menu a.bMenuLink {
  width: 190px;
}
.header .menu a.lastMenuLink {
  width: 116px;
}
.header .menu a.lastMenuLink:hover+div{
    background: url("../img/mainPage/menu-r-hover.png") no-repeat;
    right: -5px;
}
.header .menu .menuLeftHover{
    background: url("../img/mainPage/menu-l-hover.png") no-repeat !important;
    left: -4px;
}
.header .menu #submenu-2 .menuBanner{
    margin: 15px auto 0;
    width: 475px;
}
.header .menu #submenu-4 .menuBanner{
    margin: 20px auto 0;
    width: 507px;
}
.header .menu-popup {
    box-shadow: -2px 10px 10px 0 rgba(0,0,0,0.2), 2px 10px 10px 0 rgba(0,0,0,0.2);
  border: 1px solid #5e7a18;
  background: #a9ca5d;
  padding: 3px;
  z-index: 9;
  position: absolute;
  display: none;
}
.header .menu-popup:hover {
  display: block;
}
.header #submenu-2 {
  top: 44px;
  left: 143px;
}
.header #submenu-3 {
  top: 44px;
  left: 273px;
}
.header #submenu-4 {
  top: 44px;
  left: 272px;
}
.header #submenu-5 {
  top: 44px;
  left: 176px;
}
.header #submenu-5 .coolstyle {
  margin: -4px 0 0 403px;
}
.header .coolstyle {
  background: url("../img/mainPage/menu-margin-1.png") repeat;
  background-position: top left;
  margin: -4px 0 0 -3px;
  width: 110px;
  height: 4px;
}
.header .menu-h-wrap2 {
  padding: 13px 10px;
  border: 1px solid #89a04d;
  background: #ffffff;
}
.header .menu_h_left {
  width: 250px;
}
.header .menu_h_dish {
  margin: 3px 10px 23px 10px;
}
.header .menu_h_dish img {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}
.header .menu_h_dish .recipeInfo {
  width: 175px;
}
.header .menu_h_dish .recipeInfo .item_info {
  color: #b2b2b2;
  font-size: 12px;
  height: 25px;
  margin-top: -2px;
}
.header .menu_h_dish .recipeInfo .item_info .inf {
  line-height: 18px;
  margin: 3px 10px 0 0;
}
.header .menu_h_dish .recipeInfo .item_info .inf a {
  text-decoration: none;
}
.header .menu_h_dish .recipeInfo .item_info .inf.f {
  background: url("../img/mainPage/time-dish.png") no-repeat;
  background-position: left 1px;
  padding-left: 20px;
}
.header .menu_h_dish .recipeInfo .item_info .inf.s {
  background: url("../img/mainPage/cal-dish.png") no-repeat;
  background-position: left top;
  padding-left: 15px;
}
.header .menu_h_dish .recipeInfo .item_info .inf.fa {
  background: url("../img/mainPage/look.png") no-repeat;
  background-position: left 3px;
  padding-left: 23px;
}
.header .menu_h_dish .recipeInfo .item_info .inf.sa {
  background: url("../img/mainPage/comment.png") no-repeat;
  background-position: left center;
  padding-left: 18px;
}
.header .menu_h_right {
  border-left: 1px solid #dddddd;
  width: 250px;
}
.header #submenu-2 .menu_h_left{
    border-right: 1px solid #dddddd;
}

.header #submenu-2 .menu_h_right{
    border:none;
}
.header #submenu-4 .no-pl{
    padding-left: 10px;
}
.header #submenu-4 .menu_h_left{
    border-right: 1px solid #dddddd;
    padding-right: 10px;
}

.header #submenu-4 .menu_h_left.no-border{
    border: none;
    padding-right: 0px;
}
.header .menu_h_right a {
  display: block;
  margin: 4px 0 13px 28px;
}
.header .projects_submenu {
  width: 155px;
  padding-left: 20px;
}
.header .projects_submenu div {
  padding: 5px 0px;
  margin-bottom: 5px;
}

.float_r {
    display: block;
    float: right;
    height: 1px;
    position: relative !important;
    width: 1px;
}

.float_l{
    float: left;
}

.header .login {
  margin-right: 35px;
}
.header .login .btn_enter {
  width: 162px;
  height: 39px;
  display: block;
  background: url("../img/mainPage/btn-enter.png") no-repeat;
}
.header .login .btn_enter:hover {
  background-position: 0 -50px;
}
.header .login .btn_enter:active {
  background-position: 0 -100px;
}
.header .login.registered:hover {
  background-position: 0 -42px;
}
.header .login.registered .login_user {
  display: block;
  width: 161px;
  height: 39px;
  background: url("../img/mainPage/login-user.png") no-repeat;
  cursor: pointer;
  position: relative;
}
.header .login.registered .login_user a.user_title {
  text-decoration: none;
  color: #333333;
  display: block;
  height: 39px;
  position: relative;
  z-index: 3;
}
.header .login.registered .login_user .user_list {
  display: none;
}
.header .login.registered .login_user:hover {
  -moz-box-shadow: 0px 1px 4px 0px #797979;
  -webkit-box-shadow: 0px 1px 4px 0px #797979;
  box-shadow: 0px 1px 4px 0px #797979;
  background: none;
}
.header .login.registered .login_user:hover .user_list {
  position: absolute;
  top: 39px;
  width: 161px;
  display: block;
  -moz-box-shadow: 0px 0px 4px 0px #797979;
  -webkit-box-shadow: 0px 0px 4px 0px #797979;
  box-shadow: 0px 0px 4px 0px #797979;
  z-index: 2;
  background: #f7f7f6;
}
.header .login.registered .login_user:hover .user_list a {
  display: block;
  width: 161px;
  height: 29px;
  border-top: 1px solid #c8c8c8;
  line-height: 29px;
  color: #646464;
  font-size: 12px;
}
.header .login.registered .login_user:hover .user_list a:hover {
  background: #e3f5e9;
}
.header .login.registered .login_user:hover a.user_title {
  background: url("../img/mainPage/arrow-open.png") no-repeat;
  background-position: 140px center;
  background-color: #fbfbfb;
}
.header .login.registered .user_alert {
  background: url("../img/mainPage/user-alert.png") no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 4;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 32px;
}
.header .login.registered .user_list a p {
  margin: 0 8px;
  text-align: right;
  width: 145px;
}
.header .login.registered .user_list a p.wa {
  text-align: left;
}
.header .login.registered .user_list a p span {
  display: block;
  width: 120px;
  text-align: left;
}
.header .login.registered a.user_title img {
  width: 30px;
  height: 30px;
  margin: 5px;
}
.header .login.registered a.user_title .user_name {
  width: 95px;
  overflow: hidden;
  white-space: nowrap;
  margin: 11px 25px 10px 0;
  position: relative;
}
.header .login.registered .grad {
  position: absolute;
  top: 0;
  right: 0;
  height: 17px;
  width: 30px;
  background: url("../img/mainPage/gradient.png") repeat-y;
  background-position: right;
}

.header .menu a.goldenChefMenu{
    width: 122px;
    padding-top: 0px;
}
.goldenChefMenu img{
    position: relative;
    top:-16px;
    left: -23px;
}

.header .menu a.schoolMenu{
    width: 158px;
}

.header .menu a.schoolMenu img{
    position: relative;
    left: -16px;
    top: -17px;
}

.header .menu a.danone-menu {
    background: #326fa5;
    text-shadow: 0 1px 1px #0C4985;
    font: 18px/20px Danone;
}
.header .menu a.danone-menu:hover{
    background: #326fa5;
}
.header .menu a.danone-menu .danone-cat {
    position: absolute;
    margin-left: 57px;
    margin-top: -77px;
}
/** end header **/


/** social **/
.social .soc_ico {
  padding: 0px;
  display: block;
  float: left;
  height: 16px;
  width: 16px;
  margin: 0 5px;
  background: url("../img/mainPage/soc.png") no-repeat;
}
.social .soc_ico:hover {
  background: url("../img/mainPage/soc-active.png") no-repeat;
}
.social .soc_ico.email {
  width: 17px;
}
.social .soc_ico.rss {
  background-position: -28px;
}
.social .soc_ico.fb {
  background-position: -54px;
}
.social .soc_ico.tw {
  background-position: -80px;
}
.social .soc_ico.vk {
  background-position: -106px;
}

/** end social **/


/*** activity block **/

.wave {
  background: url("../img/mainPage/wave.jpg") repeat-x;
  min-height: 68px;
  width: 996px;
}
.wave .activityTitle {
  width: 33%;
  line-height: 28px;
  color: #333;
  margin-top: 30px;
}
.wave .activityTitle .activity {
  height: 24px;
  width: 248px;
  font-size: 18px;
  margin: 0 0 20px 20px;
  padding-left: 40px;
}
.wave .activityTitle .activity.comments {
  background: url("../img/mainPage/commentsActivity.png") no-repeat;
  margin-left: 36px;
}
.wave .activityTitle .activity.twitter {
  background: url("../img/mainPage/twitterActivity.png") no-repeat;
  margin-left: 18px;
}
.wave .activityTitle .activity.forum {
  background: url("../img/mainPage/forumActivity.png") no-repeat;
  margin-left: 15px;
}
.wave .activityTitle .activityBlock {
  margin: 0 18px;
  text-align: left;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.wave .activityTitle .activityBlock:last-of-type {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.wave .activityTitle .activityBlock img {
  margin-right: 10px;
  float: left;
  margin-top: 5px;
}
.wave .activityTitle .activityBlock img.user_photo {
  -moz-box-shadow: 0px 1px 2px 0px rgba(169, 169, 169, 0.8);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(169, 169, 169, 0.8);
  box-shadow: 0px 1px 2px 0px rgba(169, 169, 169, 0.8);
}
.wave .activityTitle .activityBlock .textComment {
  float: right;
  width: 210px;
}
.wave .activityTitle .activityBlock .textComment span{
    color: #9AB955;
}
.wave .activityTitle .activityBlock .textComment.tw_f {
  width: 270px;
}
.wave .activityTitle .activityBlock .cont {
  display: inline-block;
  color: #333;
  text-decoration: none;
  line-height: 1.3;
}
.wave .activityTitle .activityBlock .cont.forum_t {
  text-decoration: underline;
}
.wave .activityTitle .activityBlock .date_count {
  font-family: Arial;
  font-style: italic;
  color: #919191;
  font-size: 11px;
  margin-top: 5px;
}
.wave .activityTitle .activityBlock.f_col {
  margin-left: 36px;
}
.wave .activityTitle .activityBlock.l_col {
  margin-right: 36px;
}
/** end activity block **/


/** layout **/
form {
    margin: 0;
}
a {
    /*color: #2a6d9f;*/
	color:#000;
	font-style:italic;
}
 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
img {
    border: 0;
}
.float_r {
    float: right;
}
.float_l {
    float: left;
}
.clear {
    clear: both;
}
.hidden {
    display: none;
}

body {
  font-family: MyriadPro-Regular;
  width: 100%;
  margin: 0;
}
body .b_r {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
}
body .main {
  -moz-box-shadow: 0 0 5px 0px #757575;
  -webkit-box-shadow: 0 0 5px 0px #757575;
  box-shadow: 0 0 5px 0px #757575;
  background: #fff;
  width: 996px;
  margin: 18px auto 37px;
  font-size: 14px;
  position: relative;
  z-index: 0;
}
body .main .big_banner {
  display: block;
  width: 240px;
  height: 400px;
  margin: 0 22px 30px;
}
body .main .content {
  position: relative;
}
body .main .content .main_content {
  margin: 20px 36px 30px 36px;
}
body .main .content .main_content .right_content {
  width: 284px;
}
body .main .content .main_content .left_content {
  width: 622px;
}
body .main .content .main_content .left_content .column {
  margin-bottom: 18px;
}
body .main .content .main_content .left_content .column.left {
  width: 605px;
}
body .main .content .main_content .left_content .column.right {
  width: 160px;
}
body .main .content .main_bottom {
  margin: 35px 36px;
  width: 926px;
  margin-top: 10px;
}
body .main .content .main_bottom .mr {
  margin-right: 37px;
}
body .main .content .main_bottom .mb {
  height: 1px;
  margin-bottom: 25px;
}

/*** end layout ***/

/** main page blocks **/
.main_content .projects {
  width: 244px;
  background-color: #faf7ef;
  padding: 18px;
  border-radius: 2px;
}
.main_content .projects .main_item {
  margin-bottom: 40px;
}
.main_content .projects .main_item:last-of-type {
  margin-bottom: 0px;
}
.item_info {
  color: #b2b2b2;
  font-size: 12px;
  height: 25px;
}
.item_info .inf {
  line-height: 22px;
  margin: 3px 10px 0 0;
}
.item_info .inf a {
  text-decoration: none;
}
.item_info .inf.f {
  background: url("../img/mainPage/time-dish.png") no-repeat;
  background-position: left 1px;
  padding-left: 20px;
}
.item_info .inf.s {
  background: url("../img/mainPage/cal-dish.png") no-repeat;
  background-position: left top;
  padding-left: 15px;
}
.item_info .inf.fa {
  background: url("../img/mainPage/look.png") no-repeat;
  background-position: left 3px;
  padding-left: 23px;
}
.item_info .inf.sa {
  background: url("../img/mainPage/comment.png") no-repeat;
  background-position: left 3px;
  padding-left: 18px;
}
.main_img.dish_l {
  position: relative;
}
.main_img .sm_dish, .main_img.sm_dish {
  height: 214px;
  width: 282px;
}
.alignRecipeBlock{
    top:-60px;
    margin-bottom: -60px;
}
.main_item_title {
  display: block;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  font-family: OpenSans-Regular;
}
.main_item.m_big {
  width: 444px;
}
.main_img .m_big, .main_img.m_big {
  width: 605px;
  height: 396px;
}
.main_item.big {
  width: 284px;
}
.main_img .big, .main_img.big {
  width: 282px;
  height: 187px;
  margin-bottom: 5px;
}
.main_img{
    position: relative;
    max-width: 100%;
    float: left;
}
.main_img:before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-shadow: inset 0 0 1px rgba(49,50,45,.4);
    -moz-box-shadow: inset 0 0 1px rgba(49,50,45,.4);
    -webkit-box-shadow: inset 0 0 1px rgba(49,50,45,.4);
    border-radius: 2px;
}
.main_item.small {
  width: 124px;
}
.projects .main_img .small, .projects .main_img.small {
  width: 240px;
  height: 196px;
}
.main_img .small,.main_img.small {
  width: 122px;
  height: 98px;
}
.main_item.mid {
  width: 204px;
  margin-right: 36px;
}

.main_item.last {
    margin-right: 0;
}
.main_img .mid, .main_img.mid {
  width: 202px;
  height: 133px;
}
.main_img {
  display: block;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: auto;
  /*border: 1px solid #e0e0e0;*/
  overflow: hidden;
}
.like {
  position: relative;
  top: 0px;
  right: 2px;
  width: 61px;
  height: 61px;
  background: url("../img/mainPage/like.png") no-repeat;
  color: #fff;
  font-size: 12px;
  z-index: 1;
  float: right;
}
.like p {
  text-align: center;
  margin: 14px 3px 11px 27px;
}
.like.contest {
  background: url("../img/mainPage/like-contest.png") no-repeat;
  top: -1px;
}
.like.contest p {
  margin-top: 17px;
}
.section {
  font-size: 12px;
  line-height: 21px;
  display: block;
  margin-top: 3px;
  margin-bottom: 2px;
}
.section.dish {
  color: #408b00;
}
.section.dish a {
    text-decoration: none;
    border-bottom: 1px solid  #b4c9a3;
    color: #408b00;
}
.section.dish:hover {
  color: #254001;
}
.section.article {
  color: #656565;
}
.projects .section.article a{
  color: #2a6d9f;
  text-decoration: none;
  border-bottom: none;
  line-height: 26px;
  font-size: 18px;
}
.section.article a{
  color: #656565;
  text-decoration: none;
  border-bottom: 1px solid #d0d0d0;
  line-height: 18px;
  font-size: 12px;
}
.section.article.pr {
  line-height: 16px;
  margin-top: 5px;
}
.section.article:hover {
  color: #000;
}
.day_dish {
  margin-bottom: 30px;
}
.day_dish.small_d {
  width: 284px;
}
/** end mainPage blocks **/


/** shares slider **/
.sale {
  width: 282px;
  height: 315px;
  border: 2px solid #e2efe2;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  background-color: #fbfefb;
  background: url("../img/mainPage/shelf-pac.jpg") no-repeat;
  background-color: #F8FCF8;
  background-position: 6px 70px;
  color: #333333;
  margin-bottom: 20px;
}

.sale .sale_title {
  display: block;
  background: url("../img/mainPage/sale-pic.png") no-repeat;
  padding-left: 25px;
  margin: 25px 60px 20px;
  text-decoration: none;
  font-size: 16px;
  color: inherit;
}
.sale .sale_img_cont {
  width: 96px;
  height: 96px;
  margin: 30px 20px 14px 59px;
  position: relative;
}
.sale .sale_img_cont .sale_handle {
  position: absolute;
  display: block;
  top: -8px;
  left: 24px;
  background: url("../img/mainPage/sale-handle1.png") no-repeat;
  width: 51px;
  height: 31px;
}
.sale .sale_img_cont img{
    margin-top: 10px;
}
.sale .sale_item {
  margin: 30px 12px 0 0;
  width: 90px;
  height: 96px;
  line-height: 1.5;
}
.sale .sale_item a {
  text-decoration: none;
  color: inherit;
  display: block;
  overflow: hidden;
  max-width: 85px;
  max-height: 65px;
  line-height: 16px;
}
.sale .sale_item a div{
    position: absolute;
    background: red;
    height: 65px;
    width: 15px;
    top:35px;
    margin-left: 70px;
    background: url("../img/mainPage/gradient.png") repeat-y scroll right center transparent;
}

.sale .sale_item span.new_price {
  color: #d76806;
  font-size: 16px;
}
.sale .sale_item span.old_price {
  color: #919191;
  text-decoration: line-through;
  line-height: 1;
}
.sale .sale_switch_cont {
  width: 85px;
  height: 20px;
  margin: 50px auto 0;
}
.sale .sale_switch_cont div, .sale .switch_cont div {
  cursor: pointer;
  margin: 0 2px;
  width: 13px;
  height: 20px;
  float: left;
  background: url("../img/mainPage/sale-switch.png") no-repeat;
  background-position: -42px;
}
.sale .sale_switch_cont div.switch_active, .sale .sale_switch_cont div.switch_active:hover {
  background: url("../img/mainPage/sale-switch.png") no-repeat;
  background-position: -2px;
  cursor: inherit;
}
.sale .switch_cont div.switch_adv_active, .sale .switch_cont div.switch_adv_active:hover {
  cursor: inherit;
  background: url("../img/mainPage/advert-active-switch.png") no-repeat;
  background-position: 0 3px;
}
.sale .sale_switch_cont div:hover, .sale .switch_cont div:hover {
  background: url("../img/mainPage/sale-switch.png") no-repeat;
  background-position: -22px;
}
.sale .sharesCarousel {
  width: 282px;
  height: 140px;
  overflow: hidden;
}

/** end shares slider **/

/** golden chef slider **/
.golden_chef {
  margin: 30px 0;
  width: 620px;
  height: 376px;
  border: 1px solid #eec076;
}
.golden_chef .golden_logo_cont {
  display: block;
  width: 356px;
  height: 65px;
  margin: 22px auto 32px;
  background: url("../img/mainPage/golden-logo.png") no-repeat;
  background-position: top center;
  border-bottom: 1px solid  #f6da9f;
}
.golden_chef .slider_cont {
  width: 100%;
  height: 218px;
}
.golden_chef .slider_cont .arrow_cont {
  display: block;
  margin: 93px 28px;
  width: 16px;
  height: 31px;
  cursor: pointer;
}
.golden_chef .slider_cont .arrow_cont.al {
  background: url("../img/mainPage/golden-arrows.png") no-repeat;
  background-position: 0px 0px;
}
.golden_chef .slider_cont .arrow_cont.al:hover {
  background: url("../img/mainPage/golden-arrows.png") no-repeat;
  background-position: 0px -34px;
}
.golden_chef .slider_cont .arrow_cont.ar {
  background: url("../img/mainPage/golden-arrows.png") no-repeat;
  background-position: -24px 0px;
}
.golden_chef .slider_cont .arrow_cont.ar:hover {
  background: url("../img/mainPage/golden-arrows.png") no-repeat;
  background-position: -24px -34px;
}
.golden_chef .slider_cont .items_cont {
  height: 218px;
  width: 474px;
  overflow: hidden;
}
.golden_chef .slider_cont .golden_item {
  display: block;
  float: left;
  width: 136px;
  height: 216px;
  border: 1px solid #fff;
  text-decoration: none;
}
.golden_chef .slider_cont .golden_item .golden_item_logo {
  height: 85px;
  width: 126px;
  margin: 10px 5px;
}
.golden_chef .slider_cont .golden_item .g_vote {
  background: url("../img/mainPage/heart.png") no-repeat;
  background-position: center left;
  padding-left: 14px;
  margin-left: 20px;
  color: #333333;
}
.golden_chef .slider_cont .golden_item .g_item_title {
  font-size: 16px;
  text-align: center;
  margin: 10px 5px;
}
.golden_chef .slider_cont .golden_item .gen_title {
  color: #656565;
  font-size: 12px;
  margin: 0 5px;
  text-align: center;
}
.golden_chef .slider_cont .golden_item:hover {
  border-color: #fed4b7;
}
.golden_chef .slider_cont .golden_item.middle {
  margin: 0 27px;
}
/** end golden chef slider **/


/** philips slider **/
.advert_cont {
  width: 1012px;
  margin-left: -9px;
  background: #fefefe;
  -moz-box-shadow: 0 2px 5px 1px rgba(134, 134, 134, 0.3);
  -webkit-box-shadow: 0 2px 5px 1px rgba(134, 134, 134, 0.3);
  box-shadow: 0 2px 5px 1px rgba(134, 134, 134, 0.3);
  position: relative;
  padding: 1px;
  margin-bottom: 20px;
}
.advert_cont a {
  text-decoration: none;
}
.advert_cont .coner {
  position: absolute;
  width: 8px;
  height: 7px;
  bottom: -7px;
}
.advert_cont .coner.leftw {
  background: url("../img/mainPage/shadow-corner-l.png") no-repeat;
  left: 1px;
}
.advert_cont .coner.rightw {
  right: 1px;
  background: url("../img/mainPage/shadow-corner-r.png") no-repeat;
}
.advert_cont .marker_cont {
  margin: 22px 58px;
  height: 20px;
}
.advert_cont .marker_cont .marker_item {
  cursor: pointer;
  height: 16px;
  color: #197bc4;
  border-bottom: 1px dashed #197bc4;
}
.advert_cont .marker_cont .marker_item.active_market {
  cursor: inherit;
  color: #353535;
  border: none;
}
.advert_cont .marker_cont .marker_dot {
  margin: 0 10px;
  width: 6px;
  height: 18px;
  background: url("../img/mainPage/marker-dot.png") no-repeat;
  background-position: center;
}
.advert_cont .market_pos_cont {
  width: 899px;
  height: 215px;
  overflow: hidden;
  padding: 1px;
  margin: 10px auto;
}
.advert_cont .market_pos_cont .market_pos {
  margin: 0 30px 40px 0;
  width: 124px;
  height: 215px;
  -moz-box-shadow: 0px 1px 2px 1px rgba(207, 206, 206, 0.6);
  -webkit-box-shadow: 0px 1px 2px 1px rgba(207, 206, 206, 0.6);
  box-shadow: 0px 1px 2px 1px rgba(207, 206, 206, 0.6);
  position: relative;
  text-align: center;
}
.advert_cont .market_pos_cont .market_pos img {
  margin: 10px;
  height: 120px;
}
.advert_cont .market_pos_cont .market_pos p {
  margin: 0 10px 10px;
  height: 30px;
  overflow: hidden;
}
.advert_cont .market_pos_cont .market_pos .price_pos {
  background: url("../img/mainPage/dot.png") repeat-x;
  width: 124px;
  height: 31px;
  color: #d76806;
  font-size: 12px;
  line-height: 30px;
}
.advert_cont .market_pos_cont .market_pos .price_pos.green{
    color: green;
}
.advert_cont .market_pos_cont .market_pos .wave_pos {
  background: url("../img/mainPage/wave-position1.png") no-repeat;
  width: 124px;
  height: 7px;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.advert_cont .switch_cont {
  margin: 20px auto 20px;
  width: 35px;
  height: 20px;
}
.advert_cont .sale_switch_cont {
  width: 70px;
  height: 20px;
  margin: 50px auto 0;
}
.advert_cont .sale_switch_cont div, .advert_cont .switch_cont div {
  cursor: pointer;
  margin: 0 2px;
  width: 13px;
  height: 20px;
  float: left;
  background: url("../img/mainPage/sale-switch.png") no-repeat;
  background-position: -42px;
}
.advert_cont .sale_switch_cont div.switch_active, .advert_cont .sale_switch_cont div.switch_active:hover {
  background: url("../img/mainPage/sale-switch.png") no-repeat;
  background-position: -2px;
  cursor: inherit;
}
.advert_cont .switch_cont div.switch_adv_active, .advert_cont .switch_cont div.switch_adv_active:hover {
  cursor: inherit;
  background: url("../img/mainPage/advert-active-switch.png") no-repeat;
  background-position: 0 3px;
}
.advert_cont .sale_switch_cont div:hover, .advert_cont .switch_cont div:hover {
  background: url("../img/mainPage/sale-switch.png") no-repeat;
  background-position: -22px;
}
.advert_cont .marker_cont .usersSliderPattern{
    background: url("../img/mainPage/usersSlider.png") no-repeat center center;
    text-align: center;
    line-height: 44px;
    height: 44px;
    width: 894px;
    font-size: 14px;
    font-family: MyriadPro-Regular;
    color: #333;
}
/** end philips slider **/


/** subscribe **/
.ss_cont {
  margin-bottom: 35px;
}

.ss_cont.ss_inner {
  margin: 15px 0;
}

.ss_cont.ss_inner .ess {
    float: left;
}
.ss_cont.ss_inner .rss {
    float:right;
}

.ss_cont.ss_inner .ss_or{
    float: left;
    padding-left: 40px;
    padding-top: 20px;
    font: 16px/18px Tahoma;
    color: #656565;
}
.ss_cont .ss {
  height: 62px;
  width: 284px;
}
.ss_cont .ss .ss_link {
  display: block;
  width: 95px;
  height: 50px;
  margin-left: 50px;
  padding: 12px 0 0 60px;
  text-decoration: none;
}
.ss_cont .ss .ss_link.em {
  background: url("../img/mainPage/envelope-f.png") no-repeat;
  background-position: left center;
}
.ss_cont .ss .ss_link.rm {
  background: url("../img/mainPage/envelope-s.png") no-repeat;
  background-position: left center;
}

.ss_cont .ss.ess {
  margin-bottom: 20px;
  background: url("../img/mainPage/bg-ess.png") repeat-y;
}
.ss_cont .ss.rss {
  background: url("../img/mainPage/bg-rss.png") no-repeat;
}
/** end subscribe **/

/** email subscribe popUp **/
.emailSubscribeInput{
    background: url("../img/mainPage/subscribe/subscribe.png") no-repeat;
    border: 0 none;
    height: 44px;
    padding-left: 20px;
    width: 246px;
    float: left;
}

.submitEmailSubscribeForm{
    background: url("../img/mainPage/subscribe/subscribe.png") no-repeat;
    background-position: 0px -46px;
    float: left;
    height: 34px;
    margin-left: -38px;
    margin-top: 6px;
    width: 34px;
    cursor: pointer;
}
.emailSubscribeFormWrapper .errors{
    text-align: center;
}
.submitEmailSubscribeForm:hover{
    background: url("../img/mainPage/subscribe/subscribe.png") no-repeat;
    background-position: -36px -46px;
}
.submitEmailSubscribeForm:active{
    background: url("../img/mainPage/subscribe/subscribe.png") no-repeat;
    background-position: -72px -46px;
}

.loader{
    background: url("../img/ajax-loader.gif") center center no-repeat;
    height: 24px;
    margin: 0 auto;
    width: 24px;
    margin-top: 10px;
}

.subscribeComplite{
    color: #656565;
    margin-top: 10px;
    padding-top: 15px;
    text-align: center;
}
a.emailSubscribe span{
    border-bottom: 1px dashed #abb5d1;
}
a.emailSubscribe span:first-of-type{
    line-height: 22px
}
a.emailSubscribe{
    line-height: 14px;
}
a.rssSubscribe{
    line-height: 14px;
}
a.rssSubscribe span{
    border-bottom: 1px solid #abb5d1;
}
a.rssSubscribe span:first-of-type{
    line-height: 22px
}
.emailSubscribeFormWrapper{
    width: 266px;
    padding-top: 10px;
    margin: 0 auto;
}
/** end email subscribe popUp **/

/** author column block **/
.author_frame {
  width: 283px;
  padding: 1px;
  background: url("../img/mainPage/bg-author.png") repeat;
}
.author_frame .author_rubric {
  padding: 1px;
  margin: 17px;
  width: 247px;
  background: #fff;
}
.author_frame .author_rubric .author_title {
  margin: 20px;
}
.author_frame .author_rubric .author_title .author_img {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-box-shadow: 0 2px 5px 0px #9c9c98;
  -webkit-box-shadow: 0 2px 5px 0px #9c9c98;
  box-shadow: 0 2px 5px 0px #9c9c98;
  width: 65px;
  height: 65px;
}
.author_frame .author_rubric .author_title .author_info {
  font-style: italic;
  width: 120px;
  padding-top: 8px;
  color: #919191;
  font-size: 12px;
}
.author_frame .author_rubric .author_title .author_info span {
  color: #656565;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
}
.author_frame .author_rubric ol {
  margin: 20px 10px;
  list-style: decimal outside none;
  padding-left: 25px;
}
.author_frame .author_rubric ol li {
  margin-bottom: 10px;
  color: #333333;
  line-height: 1.3;
}
.author_frame .author_rubric ol li a {
  text-decoration: none;
}
/** end author column block **/

.mt90{
    margin-top: 30px;
}

.mr18{
    margin-right: 18px;
}

.vkWrapper{
    border-right: 1px solid #5B7FA6;
    border-left: 1px solid #5B7FA6;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-bottom: 1px solid #5B7FA6;
    height: 289px;
    overflow: hidden;
}

.dayRecipe{
    background: url("../img/mainPage/dayRecipe.png") no-repeat;
    height: 105px;
   left: 36px;
   position: absolute;
   top: -1px;
   width: 105px;
   z-index: 1;
}

/** recipe slider **/
#pager{
    margin-left: 450px;
    margin-top: -40px;
    position: absolute;
    text-align: right;
    width: 140px;
}
#pager a {
    background: url("../img/mainPage/slider/no-active-btn.png") no-repeat;
    display: inline-block;
    border-radius: 10px;
    width: 12px;
    height: 12px;
    margin: 0 2px;
    cursor: pointer;
    /*border:2px solid #fff;*/
}
#pager a.active{
    background: url("../img/mainPage/slider/active-btn.png") no-repeat;
}
.sliderInfo{
    background: none repeat scroll 0 0 rgba(0,0,0,0.25);
    padding-left: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    bottom: 1px;
    width: 587px;
    color: #fff;
    margin-left: 1px;
    text-shadow:0 1px 1px #595959;
}
.sliderInfo a.main_item_title,.sliderInfo div.item_info{
    color: #fff;
    width: 450px;
}

.sliderNav{
    margin-top: 5px;
}
.sliderNav div{
    margin-left: 8px;
    -moz-opacity: 0.40;
    opacity: 0.40;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=40);
    border: 1px solid #E0E0E0;
    border-radius: 2px;
    width: 80px;
    height: 48px;
    float: left;
    cursor: pointer;
}
.sliderNav div img{
    height: 48px;
    width: 80px;
}
.slide .m_big{
    height: 395px;
    top:-60px;
}
.sliderNav div.current{
    background: none;
    -moz-opacity: 1;
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=100);
}
.sliderNav div.ml0{
    margin-left: 0px;
}
.sliderInfo .item_info .inf.f{
    background: url("../img/mainPage/slider/clock.png") no-repeat scroll left 3px transparent;
}

.sliderInfo .item_info .inf.fa{
    background: url("../img/mainPage/slider/eye.png") no-repeat scroll left 3px transparent;
}
.sliderInfo .item_info .inf.sa{
    background: url("../img/mainPage/slider/comment.png") no-repeat scroll left 4px transparent;
}
.sliderInfoWrapper{
    position:relative;
    width: 605px;
    height: 396px;
    cursor: pointer;
    /*margin-top: -290px;*/
}
.slidesRecipe{
    width: 605px;
    height: 396px;
    overflow: hidden;
}

.slidesRecipe .dayrecipe {
    position:absolute;
    z-index: 2;
}

.slide .main_item_title{
    text-shadow: 0 1px 1px #595959;
}
.recipeSliderTreangule{
    /*width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0,0,0,0.25);
    position: absolute;
    margin-top: -1px;*/
    background: url("../img/mainPage/slider/bottom.png") no-repeat scroll left 0px transparent;
    bottom: 0px;
    height: 7px;
    position: absolute;
    width: 11px;
    float: left;
}
.slide .like {
  position: relative;
  top: 0px;
  z-index: 1;
  right: -1px;
  width: 61px;
  height: 61px;
  background: url("../img/mainPage/like.png") no-repeat;
  color: #fff;
  font-size: 12px;
}
.slide .like p {
  text-align: center;
  margin: 14px 3px 11px 27px;
}

 .leftWrapper{
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0;
    float: left;
    height: 7px;
    position: absolute;
    width: 40px;
    left:0px;
}

 .rightWrapper{
    background: none repeat scroll 0 0 white;
    bottom: 0;
    float: right;
    height: 7px;
    left: 51px;
    position: absolute;
    width: 391px;
}
.cursorNav{
    bottom: 7px;
    height: 7px;
    position: relative;
    width: 442px;
    left: 0px;
}
.content .leftContent h1{
    color: #333333;
    font: 32px/34px Tahoma;
    margin: 10px 0 10px;
}


.content .leftContent .markdown h1 {
    color: #333333;
    float: left;
    font: 24px Myriad Pro;
    width: 640px;
}

.mr0{
    margin-right: 0px !important;
}
/**end recipe slider **/
.mt0{
    margin-top: 0px !important;
}

.redactorPhoto{
    width: 122px;
    box-shadow: 0 0 1px rgba(49, 50, 45, 0.4);
}

.redactorColumn{
    padding-left: 20px;
    padding-top: 20px;
    margin-bottom: 50px;
}
.redactorColumn .redactorName{
    font:24px/30px "MyriadPro-Regular";
}

.redactorColumn .redactorInfo{
    font:14px/18px "MyriadPro-Regular";
    color: #919191;
}

.redactorColumn .publicationName{
    font:32px/46px Georgia;
    font-weight: bold;
    font-style: italic;
}
.redactorColumn .redactorInfoWrapper{
    margin-left: 40px;
    max-width: 500px;
}
.redactorColumn .publicationContent p{
    font:16px/18px "MyriadPro-Regular";
    width: 518px;
    color: #333;
    margin: 0 auto;
}
.redactorColumn .publicationContent{
    margin-top: 20px;
}
.redactorColumn .quotes{
    font:80px/0px Georgia;
    color: #ddd;
    position: absolute;
}
.redactorColumn .quotes.open{
    margin-left: 20px;
    margin-top: -20px;
}
.redactorColumn .quotes.close{
    margin-left: 610px;
    margin-top: 10px;
}
.GCSponsor{
    margin-right: 5px;
    margin-top: 15px;
}
.kitchenbanner{
    margin: 20px auto 0;
    text-align: center;
}

.orphus_text{
    color: #333;
    margin-top: 45px !important;
}
.author-recipe img{
    border-radius: 80px 80px 80px 80px;
    margin-right: 10px
}
.staff_publication img{
    border-radius: 80px;
    margin-right: 10px;
}
.staff_publication .name{
    margin-top: 40px;
    width: 33%;
}
/**new style**/
.new_body {
background-image:none;
}

.main2 {
   width: 996px;
   background:#fff;
	margin:0 auto;
   position:relative;
   
}

.header2 {
    display: block;
    height: 100px;
    padding: 20px 0;
}

.header_inner {
	position:relative;
	margin:0 auto;
	width:996px;
}
#logo2 {
    background: url("../img/logo.png") no-repeat scroll 0 0 / contain rgba(0, 0, 0, 0);
    float: left;
    height: 98px;
    width: 191px;
    z-index: 999;
}

#bottom_header {
	position:relative;
	text-align:right;
	float: right;
}

.headcontact {
	font-style:italic;
	font-weight:bolder;
	font-size:16px;
	font-family:'Arial';
}

.search_div {
width: 220px;
position:relative;
margin:10px 28px 0 0;
}

.search_input {
width:200px;
border:1px solid #000;
padding:2px;
height:25px;
border-right:none;
}

.search_btn { background:url('../img/lupa.jpg') no-repeat scroll 0 0 / contain  rgba(0, 0, 0, 0); 
position:absolute; 
width:33px; 
height:31px; 
border:none; 
right:-33px;
cursor:pointer;

}

.menu2 {
background:#000;
padding:20px 0;
}

.menu2 li {
float:left;
position:relative;
}

.menu2 a {
color:#fff;
text-transform:uppercase;
font-style:italic;
text-decoration:none;
padding:0 25px;
background:url('../img/sep.jpg') no-repeat right;
display:block;
}

.menu2 a.last_a_menu {
background:none;
}


.menu2 a.imgsoc {
padding:0;
background:none;
margin:0 1px;
float:left;
}

.socseti { 
position:absolute; 
right:0px; 
top:-8px;
}

#slider2 {
float:left;
position:relative;
width:690px;
height:375px;
}

.newslider {
position:relative;
margin-top:15px;
}

#newrecept {
float:left;
width:290px;
margin-left:15px;
height:470px;
overflow:hidden;
}

.control_set_1 {
position:absolute;
background:url("../img/newleft.png");
width:40px;
height:40px;
top:170px;
left:10px;
text-indent:9000px;
cursor:pointer;
}

.control_set_2 {
position:absolute;
background:url("../img/newright.png");
width:40px;
height:40px;
top:170px;
right:10px;
text-indent:9000px;
cursor:pointer;
}

.previous_next_button {
display:block;
width:40px;
height:40px;
}

#slider2 .title {
position:absolute;
bottom:15px;
left:0px;
height:45px;
width:500px;
padding-left:20px;
font-family:"Times New Roman", Times, serif;
color:#000;
font-style:italic;
font-size:19px;
}

#slider2 .slide span {
color:#000;
font-family:"Timse New Roman", Times, serif;
font-size:18px;
}

#slider2 .title a {
color:#000;
font-size:19px;
}

#sign-up-slide {
position:absolute;
right:0;
bottom:8px;
}

#cook-name {
position:absolute;
top:21px;
right:125px;
z-index:9;
/*background:url('../img/shefpng.png');*/
width:183px;
height:173px;
color:#fff;
text-shadow:1px 1px 2px rgba(0,0,0, 1);
font-size:24px;
}

#frame2 {
right:-20px;
background:url('../img/shefpng.png');
width:183px;
height:173px;
z-index:10;
position:absolute;
top:-21px;
}

#slider-cook {
position:absolute;
top:0;
right:0;
width:127px;
height:127px;
-webkit-border-radius:82px;
-moz-border-radius:82px;
border-radius:82px;
}

.h3newrecept {
font-family: "Times New Roman", Times, serif;
text-align:center;
font-size:20px;
font-style:italic;
padding-bottom:10px;
margin-bottom:10px;
font-weight:bolder;
border-bottom:1px solid #000;
}

.newreceptitem {
text-align:center;
margin-bottom:10px;
height:206px;
}

.newreceptimg {
width:239px;
}

.newreceptitem a, .newrecepttitle {
font-style:italic;
color:#000;
}

.undernone {
text-decoration:none;
}

.headdiv {
margin:10px 0;
text-align:center;
}

.itemrecept {
width:300px;
text-align:left;
}

.recept2 {
margin:0 49px;
}

#secondmenu {
padding:10px 0;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
margin:20px 0;
}

.secondMenuItem {
float:left;
width:199px;
}

.secondMenuItem img {
width:199px;
}

.moreblock {
margin:20px 0;
text-align:right;
}

#bottomCircle {
border-top:1px solid #000;
}

.itemCircle {
float:left;
width:33%;
margin-top:20px;
text-align:center;
}

.footer2 {
background:#000;
padding:15px 0;
margin-top:10px;

}

.footer2 ul {
padding:0 0 50px 235px;
/*background:url('../img/ftbg.jpg') #000  no-repeat 470px 40px;*/
background:#000;

}

.footer2 li {
float:left;
}

.footer2 li a {
color:#fff;
font-style:italic;
text-decoraion:none;
margin-right:20px;
}

#body_img1 {
background:url('../img/body_img1.png');
position:absolute;
width:120px;
height:112px;
left:0px;
top:877px;
}

#body_img2 {
background:url('../img/body_img2.png');
position:absolute;
width:130px;
height:180px;
right:0;
top:1345px;
}

#body_img3 {
background:url('../img/body_img3.png');
position:absolute;
width:120px;
height:218px;
left:0;
top:2187px;
}

.partners {
float:left;
margin:15px;
position:relative;

}

.partners a {
text-align:center;
}

#partr {
position:absolute;
right:665px;
top:55px;
}

.partners_text {
float:left;
font-style:italic;
padding-top:32px;
margin-left:25px;
}

#parent4 {
position:absolute;
top:16px;
left:0px;
background:#000;
display:none;
z-index:9999;
width:200px;
padding:20px 0 10px 0;
}

#parent4 li {
margin:5px 0;
}

#parent4 li a {
background:none;
}

.about_img {
width:340px;
float:left;
text-align:center;
margin-bottom:10px;
}

.about_img img {
width:310px;
}

.agile_carousel {
    overflow: inherit;
}
.block_partners { width: 996px; margin: 0 auto; position: relative; }

.imgsoc > img {
    border-radius: 4px;
    margin-left: 10px;
    width: 32px;
}
.imgsoc > img:hover {
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
}

.more_pub {
    background: none repeat scroll 0 0 white;
    clear: both;
}
.footer2 > p { width: 968px; margin: 0 auto; }

.webpaysys{
	display: block;
	width: 350px;
	margin: 20px auto 0;
}

.belcard{
	display: block;
	width: 70px;
	margin: 20px auto 0;
	padding: 10px;
	background-color: #fff;
}