/******************************************************************************/
/******************************************************************************/
/***********************sokol Content Management System************************/
/******************************************************************************/
/*******************************author: sokolik********************************/
/******************************************************************************/
/************************stylesheet for varenie template**********************/
/******************************************************************************/
/**********************************Varenie.eu**********************************/
/******************************************************************************/

/* Main settings */
body {
    font-size: 13px;
    font-family: Arial, sans-serif;
    color:#444;
    background: #f9f9f9 url("../images/bgs/snow.jpg");
}
a{
    color:#fb751e;
    text-decoration: none;
}
a:hover{
    color: orange;
}
img{
    border:0px;
}

.secondcolor{color:#f95213;}
.thirdcolor{color:green;}
.liner{background:none; border-bottom:1px dashed #f95213;}
.hidOver{overflow: hidden}
.f80{font-size: 80%}

div#error2{
    border:1px solid #fb5b17;
    background-color:#ffa42a;
}
div#error2 ul{
    padding:15px;
}
div#success{
    border:1px solid #8ca219;
    background-color:#a4cb00;
}
div#success ul{
    padding:15px;
}

.infoHover{
    border-bottom:1px dotted #AAA;
    cursor: help;
}

h1{
    font:20px Georgia;
    font-weight: normal;
    margin-top:5px;
    margin-bottom:20px;
    padding-left:5px;
    padding-bottom:3px;
    background-position: left center;
    background-repeat: no-repeat;
    border-bottom:1px solid #fb751e;
}
h1 em{
    color:#fb751e;
}
h2{
    font:18px Georgia;
    margin-top:9px;
    margin-bottom:20px;
}
h3{
    font-size:17px;
    margin-top:5px;
    margin-bottom:10px;
}
h4{
    font-size:17px;
    margin-top:5px;
    margin-bottom:10px;
}

ul li{list-style-type: none;}

/* Tables */
table{}
table tr{margin:0px;}
table th{text-align:center; color:#fff; height:26px;background-image: url("../images/menuBgActive.png");background-position: top center;background-repeat: repeat-x;border:1px solid #fa6018;margin:0px;padding:0px 10px 0px 10px;}
table td{text-align:center; padding:10px; }
.view_usersActivity td{text-align:left; padding:5px;}
.view_usersActivity tr.my{background:#eee; text-align:left; padding:5px;}
.view_usersActivity td.new{font-weight: bold; text-align:left; padding:5px;}

/* Forms */
.fieldset{padding:20px; border:1px solid #dadada; margin-bottom:20px;border-radius:12px;-moz-border-radius:12px;-webkit-border-radius:12px; }
.fieldset h4{margin:0px 0px 10px 0px;padding:0px;font-size: 16px;}

label{display:block;width:100%;height:20px;text-align:left;margin:10px 0px 2px 0px}
label.mandatory{font-weight: bold;}

input{
    background-image: url("../images/formbg.jpg");
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #FFF;
    border:1px solid #ddd;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    text-align:left;
    padding:4px;
    margin:3px;
}
textarea{
    background-image: url("../images/formbg.jpg");
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #FFF;
    border:1px solid #ddd;
    box-shadow: 2px 2px 1px #AAA;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    text-align:left;
    height:100px;
    padding:2px;
    margin:3px;
}
select{
    background-image: url("../images/formbg.jpg");
    background-position: left top;
    background-repeat: repeat-x;
    border:1px solid #ddd;
    background-color: #FFF;
    box-shadow: 2px 2px 1px #AAA;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    text-align:left;
    padding:4px;
    margin:3px;
}

.w50{
    width: 60%;
}

.ui-tabs .ui-tabs-nav li a {
    border-top-left-radius:9px;
    -moz-border-radius-topleft:9px;
    -webkit-border-top-left-radius:9px;
    border-top-right-radius:9px;
    -moz-border-radius-topright:9px;
    -webkit-border-top-right-radius:9px;
    border:1px solid #dadada;
    padding:8px 12px 3px 12px ;
    background-image: url("../images/menuBgInactive.png");
    background-position: center center;
    background-repeat: repeat-x;
    position:relative;
    margin-left:8px;
    color:#FFF;
}
.ui-tabs .ui-tabs-panel {
    margin-top:30px;
}

.button{
    border:1px solid #c2c2c2;
    padding: 6px 10px 6px 10px;
    background-image: url("../images/menuBgInactive.png");
    background-position: center center;
    cursor:pointer;
    color:#000;
    font-weight:normal;
    display:block;
    width:150px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    margin-top:15px;
    margin-bottom:10px;
    text-transform:lowercase;
    box-shadow: 2px 2px 1px #AAA;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
.button:hover{
    color: #FFF;
}

.categoryButton{
    font-size:13px;
    display:block;
    padding-top:4px;
    padding-left:10px;
    height:22px;
    width: 250px;
    margin-left:-16px;
    color:#111;
}
.categoryButton:hover{
    text-decoration:underline;
}

.loginform{
    float:right;
    font-weight: bold;
    font-size:11px;
}
.loginform input{
    font-size:12px;
    border:1px solid #fc5d19;
    background-color:#fff;
}

#loginHeaderForm form{width:200px;}
#loginHeaderForm td{margin:0px; padding:0px;}
#loginHeaderForm{display: none; background-color: #FFF; z-index: 1000; padding:10px; margin-left:240px; position:absolute; width:220px;  border:2px solid #fc8944; margin-bottom:20px;border-radius:12px;-moz-border-radius:12px;-webkit-border-radius:12px;}

.userAvatarTop{
    width:80px; height:80px; 
    position:absolute; margin-top:28px; margin-left:-97px;

    -webkit-border-radius: 40px; /* Saf3+, Chrome */
    border-radius: 40px; /* Opera 10.5, IE 9 */
    -moz-border-radius: 40px; 
}

.submitrecipebutton{
    border:1px solid #fa6018;
    padding: 6px 10px 6px 10px;
    background-image: url("../images/menuBgActive.png");
    background-position: center center;
    cursor:pointer;
    color:#fff;
    font-weight:normal;
    display:block;
    position:absolute;
    width:140px;
    text-align:left;
    margin-left:590px;
    margin-top:45px;
    text-transform:lowercase;
    box-shadow: 2px 2px 1px #AAA;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

.registerbutton img{
    float:left;
    margin-left: 10px;
    margin-right: 10px;
}
.registerbutton{
    border:1px solid #fa6018;
    padding: 6px 10px 6px 10px;
    background-image: url("../images/menuBgActive.png");
    background-position: center center;
    cursor:pointer;
    color:#fff;
    font-weight:normal;
    display:block;
    position:absolute;
    width:140px;
    text-align:left;
    margin-left:490px;
    margin-top:65px;
    text-transform:lowercase;
    box-shadow: 2px 2px 1px #AAA;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

.registerbutton2 img{
    float:left;
    margin-left: 10px;
    margin-right: 10px;
}
.registerbutton2{
    border:1px solid #fa6018;
    padding: 6px 10px 6px 10px;
    background-image: url("../images/menuBgActive.png");
    background-position: center center;
    cursor:pointer;
    color:#fff;
    font-weight:normal;
    display:block;
    position:absolute;
    width:200px;
    text-align:left;
    margin-left:690px;
    margin-top:65px;
    text-transform:lowercase;
    box-shadow: 2px 2px 1px #AAA;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}

.submitrecipebutton img{
    float:left;
    margin-left: 15px;
    margin-right: 10px;
}

#registrationHeaderForm form{width:350px;}
#registrationHeaderForm td{margin:0px; padding:0px;}
#registrationHeaderForm{display: none; background-color: #FFF; z-index: 1000; padding:20px; position:absolute; width:330px;  border:2px solid #fc8944; margin-bottom:20px;border-radius:12px;-moz-border-radius:12px;-webkit-border-radius:12px;}

#pointsInfoTable{display: none; background-color: #FFF; z-index: 1000; padding:10px; margin-left:400px; position:absolute; width:240px;  border:2px solid #fc8944; margin-bottom:20px;border-radius:12px;-moz-border-radius:12px;-webkit-border-radius:12px;}

/* */
#shadow{
    width:950px;
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
    padding-top:5px;
    background-color: orange;
    -moz-box-shadow: #ccc 0 0 10px;
    -webkit-box-shadow: #ccc 0 0 10px;
    box-shadow: #ccc 0 0 10px;
}
#page{
    width:950px;
    margin-left:auto;
    margin-right:auto;
    padding-top:5px;
    background:#FFF;
}

#logo{
    margin-left:40px;
    margin-right:85px;
    margin-top:20px;
    position:absolute;
    float:left;
}

#leaf{
    margin-left:760px; top: -70px;position:absolute;z-index:1000
}

#recipe_hint{
    list-style: none; text-align:left; margin-left:10px; margin-top:40px;
}


#header_top{
    position:absolute;
    display:none;
    z-index:100;
    border:3px solid #FFF;
    width:250px;
    height:440px;
    margin-left:570px;
    margin-top:-48px;
    text-align:center;
}
#header_top_info{
    width:930px;
    text-align:right; margin-right:25px;
    height:100px;
    margin-bottom:0px;
}
#header_top_head{
    margin-top:34px;
    padding-top:13px;
    height:27px;
    background:red;
    background-image: url("../images/menuBgActive.png");
    background-repeat: repeat-x;
    text-transform: uppercase;
    color:#000;
    font-weight: normal;
    font-size:13px;
    text-align:center;
    text-shadow: 1px 1px 1px #eb5b1c;
}
a.rss{
    position:relative;
    left:885px;
    top:19px;
}
a.userActivity{
    position:relative;
    left:800px;
    top:19px;
}
a.userActivity em{
    position:relative;
    top:-15px;
    left:-4px;
    font-weight: bold;
    font-style: normal;
    color: #000;
    font-size: 0.9em;
}
#menu{
    margin-left:-15px;
    width:950px;
    margin-top:17px;
    list-style: none;
}
#menu li{
    float:left;
}
#menu a{
    display:block;
    float:left;
    padding:8px 10px 4px 10px;
    height:20px;
    width:138px;
    background-image: url("../images/menuBgInactive.png");
    background-position: 0px -1px;
    background-repeat: repeat-x;
    list-style: none;
    text-transform: uppercase;
    color:#FFF;
    font-weight: normal;
    font-size:13px;
    text-align:center;
}
#menu a:hover{
    background-image: url("../images/menuBgInactive_hover.png");
}
#menu a.active{
    display:block;
    background-image: url("../images/menuBgActive.png");
    padding-top:15px;
    padding-left:11px;
    padding-right:11px;
    height:20px;
    position:relative;
    top:-7px;
    background-position: top center;
    background-repeat: repeat-x;
    border-top-left-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -webkit-border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    -moz-border-radius-topright: 7px;
    -webkit-border-top-right-radius: 7px;
}

#menu a.active:hover{
    background-image: url("../images/menuBgActive_hover.png");
}

#menu ul{
    display:none;
    position:absolute;
    background:#7ca81d;
    padding:0px;
    margin-top:31px;
    margin-left:0px;
    z-index: 9999;
    border-left: 1px solid #8ca219;
    border-right: 1px solid #8ca219;
    border-botom-left-radius: 7px;
    -moz-border-radius-botomleft: 7px;
    -webkit-border-botom-left-radius: 7px;
    border-botom-right-radius: 7px;
    -moz-border-radius-botomright: 7px;
    -webkit-border-botom-right-radius: 7px;
}
#menu ul li{
    float:none;
}
#menu ul li a{
    width:136px;
    background: none;
    float:none;
    text-transform: none;
}
#menu ul li a:hover{
    background: #a1be01;
}

#quick_search{
    top:-11px;
    position:relative;
    clear:both;
    background-image: url("../images/menuBgActiveTopRevers.png");
    background-position: bottom center;

    width:910px;
    height:33px;
    padding-top:5px;
    padding-left:20px;
    padding-right:20px;
    text-align: left;
    color:#FFF;
    font-weight:bold;
    font-size:12px;
    border-bottom:1px solid #fa6018;
}

#quick_search input{
    width:300px;
    padding:3px;
    font-size: 12px;
    color:#999;
    text-align: left;
    border:1px solid #fa6018;
}
#quick_search p{
    padding-top:8px;
    font-weight: normal;
}
#quick_search strong{
    color: #fff;
    font-weight: bold;
}
#quick_search a{
    color: #fff;
    text-decoration: underline;
}

.ac_results{
    background-color: #fef2be;
    border:1px solid #fef2be;
}

#header{
    clear:both;
    width:950px;
    height:0px;
    position:relative;
    z-index:0;
    top:-11px;
    margin-left:auto;
    margin-right:auto;
    background-image: url("../images/header1.jpg");
    background-position: bottom right;
    background-repeat: no-repeat;
}

#reklama_zvysla{
    position:absolute;
    margin-left:950px;
    margin-top:500px;
}

#reklama{
    width:930px;
    padding-bottom:3px;
    padding-left:20px;
    font-size:90%;
    font-style: italic;
}
#reklama img{
    position:relative; 
    top:3px;
    margin-right:3px;
}

#content{
    padding:10px 20px 20px 20px;
}
#center{
    float:left; width:605px;
    margin-top:20px;
    padding-right:20px;
}

#footer{
    margin-left:auto;
    margin-right:auto;
    color:white;
    width:950px;
    padding-bottom:10px;
    text-align:center;
    padding-top:10px;
    background-image: url("../images/footer.png");
    background-position: center center;
    background-repeat: repeat-x;
}
#footer a{
    color:black;
}
#footer .secondcolor{
    color:black;
}


#blocksRight{
    margin-top:20px;
}

.blockHead h2{
    background-image: url("../images/menuBgActive.png");
    background-position: top center;
    background-repeat: repeat-x;
    border:1px solid #fb7c3d;
    margin-left:-14px;
    margin-top:-11px;
    padding:8px 5px 6px 20px;
    color:#fff;
    width:255px;
    font-size:16px;
    font-weight:normal;
    text-shadow: 1px 1px 1px #f26424;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}
.blockBody{
    width:96%;
    margin-top:-20px;
    margin-left:-4px;
    padding-top:10px;
    padding-bottom:10px;
    background-color: #fef2be;
}

.block_receptar_kategorie .blockBody{
    background-color: #fff;
    padding:0px 0px 3px 0px;
    width:100%;
    background-image: url("../images/cook3.png");
    background-repeat:no-repeat;
    background-position: 150px 10px;
}
.block_receptar_ingrediencie .blockBody{
    background-color: #fff;
    padding:0px 0px 3px 0px;
    width:100%;
}


.block_receptar_kitchen .blockBody{

}

.block_receptar_colections h3{
    font-size:13px; font-weight: normal; margin:2px 0px 2px 10px; padding:0px;
}

#blocksUp{
    margin-top:20px;
    margin-bottom:-10px;
    margin-bottom: 10px\9;
    margin-left:-32px;
    width:1000px;
    position:relative;
}

#blocksUp .blockBody{
    height:190px;
    background-repeat: no-repeat;
    background-position: 98% bottom;
    background:none;
    border-top: 0px solid #ff8e42;
    border-bottom: 0px solid #ff8e42;
}

#blocksUp .blockBody img{border:1px solid #ff8e42;height:140px; width:150px;  margin-left:10px; float:left; margin-right:20px}
#blocksUp .blockBody strong{display:block; font-size:12px}
#blocksUp .blockBody strong a{color:#000;}
#blocksUp .blockBody em{font-size: 0.9em}

.bubbleTooltip{
    background:#fff;
    border:1px solid #fa6018;
    max-width: 200px;
    opacity: 0.85;
    position: fixed;
    margin-left:650px;
    bottom: 5px;
    padding:10px;
    overflow:hidden;
    display: none;
    z-index: 10000;
}

#bubbleMessage{
    margin-left:2px; 
}
#bubbleMessage2{
    font-size:0.8em;
}

#bubbleMessagei {
    margin-left:2px; width:150px;
}

#cooks-nav { margin-left:auto; margin-right:auto;  }
#tags-nav { margin-left:auto; margin-right:auto; margin-bottom:10px;  }
#collections-nav { margin-left:auto; margin-right:auto; margin-bottom:10px;  }
.ln-letters { overflow:hidden; }
.ln-letters a { font-size:0.95em; display:block; float:left; padding:2px 5px; border:1px solid silver; border-right:none; text-decoration:none; }
.ln-letters a.ln-last { border-right:1px solid silver; }
.ln-letters a:hover,
.ln-letters a.ln-selected { background-color:#eaeaea; }
.ln-letters a.ln-disabled { color:#ccc; }
.ln-letter-count { text-align:center; font-size:0.8em; line-height:1; margin-bottom:3px; color:#336699; }

#activityBubble{
    display:none;
    bottom:0px;
    z-index:10000;
    position:fixed;
}
#activityBubblel{
    background-image:url("../images/activityBubble_l.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 42px;
    height:50px;
    margin-right: -4px;
    display: inline-block;
}
#activityBubblec{
    background-image:url("../images/activityBubble_c.png");
    background-repeat: repeat-x;
    background-position: top center;
    vertical-align: top;
    height:40px;
    padding-top:10px;
    padding-right:20px;
    font-size:0.9em;
    text-align:left;
    display: inline-block;
}
#activityBubbler{
    background-image:url("../images/activityBubble_r.png");
    background-repeat: no-repeat;
    background-position: top center;
    width: 17px;
    height:50px;
    margin-left: -4px;
    display: inline-block;
}

#hintBubble{
    display:none;
    position:absolute;
    margin-left:100px;
    margin-top:-40px;
    width: 380px;
    height:40px;
    padding-top:10px;
    padding-left:20px;
    font-size:0.9em;
    background-image:url("../images/hintBubble.png");
    background-repeat: no-repeat;
    background-position: center center;
    z-index:10000;
}

#hintBubble2{
    display:none;
    position:absolute;
    margin-left:280px;
    margin-top:-40px;
    width: 380px;
    height:40px;
    padding-top:10px;
    padding-left:20px;
    font-size:0.9em;
    background-image:url("../images/hintBubble.png");
    background-repeat: no-repeat;
    background-position: center center;
    z-index:10000;
}

.ingredientsAutoList{
    width:190px;
}

/* Comments */
.comment1{
    border:1px solid #ddd;
    padding:5px;
    background:#eee;
    margin-bottom:5px;
    border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;
}
.comment2{
    border:1px solid #eee;
    padding:5px;
    background:#fafafa;
    margin-bottom:5px;
    border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;
}
.comment1 .date{font-size:0.8em; color:#666;}
.comment2 .date{font-size:0.8em; color:#666;}

.commentAvatar{
    -webkit-border-radius: 30px; /* Saf3+, Chrome */
    border-radius: 30px; /* Opera 10.5, IE 9 */
    -moz-border-radius: 30px;  
}

/* Blocks */
.categoryButton img.plusIcon{margin-right:10px; margin-top:3px; float:right;}
.categoryButton img.catIcon{float:left; margin-right:10px;}
.categoryButton a{color:#000}
.categoryButton a:hover{color:#000}
.filetree ul{display: none; width:210px;}
.filetree h3{font-size:14px; font-weight: normal;  margin:0px; padding:0px;}
.filetree h3 a{color:#000;}
.filetree ul li a{color:#444;}
.filetree ul li a:hover{color:orange;}
.treeview a.selected {color:#fb751e;}

.block_receptar_kitchen .ingredients{margin:0px 0px 14px 0px; padding:0px; height:15px;}
.block_receptar_kitchen select.ingredSelect{margin-top:0px;width:90%}

/* Modules settings */
.view_home .view_body div{display:block; margin:40px 10px 10px 10px; padding:10px; width:260px; height:130px; float:left; border:1px solid #eee; background-color: #f9f9f9; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;

                          -moz-box-shadow: 1px 1px 3px #EEE;
                          -webkit-box-shadow: 1px 1px 3px #EEE;
                          box-shadow: 1px 1px 3px #EEE;
}
.view_home .view_body div#todaysRecipe{

    border:2px solid #ffe4ad;
    background:#fef2be;
    margin:30px 10px 30px 10px; padding:15px; width:570px; min-height:145px;

}
.view_home .view_body div#todaysRecipe h2{
    background-color:#fef2be;
    border-top:2px solid #ffe4ad;
    border-left:2px solid #ffe4ad;
    border-right:2px solid #ffe4ad;
    font-weight: normal;
    height:16px;
}
.view_home .view_body div#todaysRecipe img{
    width:150px;
    height:120px;
    float:left;
    margin-top:0px;
    margin-right:10px;
    border:1px solid #fa6018;
}
.view_home .view_body div#todaysRecipe h3{
    font-size:13px;
    padding-left:173px;
    width:230px;
    color:#000;
}
.view_home .view_body div#todaysRecipe h3 a{
    color:#222;
}
.view_home .view_body div#todaysRecipe p{
    font-size:13px;
    margin-top:5px;
    padding-left:173px;
    padding-right:5px;
    line-height: 17px;
}
.view_home .view_body div#todaysRecipe div#stars{
    text-align:center;
    background:none;
    border:0px;
    margin-top:-3px;
    margin-right:5px;
    float:right;
    width:80px;
    height:20px;
    box-shadow: none;-webkit-box-shadow:none;-moz-box-shadow:none;
}
.view_home .view_body div#todaysRecipe div#stars img{
    width:16px;
    height:16px;
    border:0px;
    margin:0px;
}
.view_home .view_body div#todaysDeal{

    border:2px solid #ffe4ad;
    background:#fef2be;
    margin:30px 10px 30px 10px; padding:15px; width:570px; min-height:135px;

}
.view_home .view_body div#todaysDeal h2{
    background-color:#fef2be;
    border-top:2px solid #ffe4ad;
    border-left:2px solid #ffe4ad;
    border-right:2px solid #ffe4ad;
    font-weight: normal;
    height:16px;
}
.view_home .view_body div#todaysDeal img{
    width:150px;
    height:120px;
    float:left;
    margin-top:0px;
    margin-right:10px;
    border:1px solid #fa6018;
}
.view_home .view_body div#todaysDeal h3{
    font-size:13px;
    line-height: 18px;
    padding-left:173px;
    width:400px;
    color:#000;
    font-weight: normal;
}
.view_home .view_body div#todaysDeal h3 a{
    color:#222;
}
.view_home .view_body div#todaysDeal p{
    font-size:13px;
    margin-top:5px;
    padding-left:173px;
    padding-right:5px;
    line-height: 17px;
}
.view_home .view_body div#todaysDeal .todaysdealdiscount{
    float:right;
    display:block;
    margin:10px 10px 0px 0px;
    font-size:16px;
    font-weight:bold;
}


.view_home a.pa{display:block; line-height:1.5em; color:#333; padding:10px; width:260px; height:130px; }
.view_home .view_body div h2{
    border:1px solid #eee;
    border-bottom:0px;
    background-color: #f9f9f9;
    text-align: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 22px;
    color: #222;
    margin-bottom:0px;
    display:block;
    position:absolute;
    margin-top:-44px;
    padding:3px 10px 8px 10px;
    border-top-left-radius:5px; 
    -moz-border-radius-topleft:5px; 
    -webkit-border-top-left-radius:5px;
    border-top-right-radius:5px; 
    -moz-border-radius-topright:5px; 
    -webkit-border-top-right-radius:5px;
}
.view_home .view_body div h2 a{color:#222;}
.view_home a.pa img{margin-top:-70px; margin-right:-30px; float:right;}

.recipeItem{clear:left; width:100%; margin-left:auto; margin-right:auto;padding:3px 5px 40px 5px; border-bottom:1px dashed #f26424;margin-bottom:10px;}

.recipeItem h2{   margin:0px;
                  padding:0px;}
.recipeItem h2 a{color:#f26424;    
                 font-size:14px;
                 font-weight:bold;
                 text-transform: uppercase;
}
.recipeItem .rightInfo{float:right; margin-top:0px;
                       font-size:17px;
                       font-weight:normal;
}
.recipeItem .rightInfo img { border:0px;vertical-align:bottom; margin-right: 5px; }

.recipeItemSmall{clear:left; width:100%; margin-left:auto; margin-right:auto;padding:13px 5px 20px 5px; border-top:1px dashed #f26424;}
.recipeItemSmall:hover{background: #fef2be;}
.recipeItemSmall h2{   margin:0px;
                       padding:0px;}
.recipeItemSmall h2 a{    
    font-size:17px;
}
.recipeItemSmall .rightInfo{float:right; margin-top:0px;color:#f26424;
                            font-size:14px;
                            font-weight:normal;
}
.recipeItemSmall .rightInfo img { border:0px;vertical-align:bottom; margin-right: 5px; }
.recipeItemPhoto{
    display:block;
    color:#000;
    margin:20px;
    padding:0px;
    width:260px;
    height:180px;
    float:left;
    border:1px solid #f8ebd5;
    background-color: #f5f5f4;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;}
.recipeItemPhoto h2{
    display:block;
    margin-top:-42px;
    background-color:#e15a00;
    padding-left:10px;
    padding-top:5px;
    width:250px;
    height:35px;
    position:absolute;
    font-size:11px;
    color:#ccc;
    opacity: 0.8;
    font-weight: normal;
}.recipeItemPhoto h2 a{
    color:#fff;
    font-weight: bold;
}

.recipeItemPhotoBlock{
    display:block;
    color:#000;
    margin:5px 5px -35px 5px;
    padding:0px;
    width:222px;
    float:left;
    background: none;
    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;}

.recipeItemPhotoBlock p a{
    background:url("../images/recipeItemPhotoBlock.png");
    display:inline-block;
    position:relative;
    top:-30px;
    width:192px;
    padding:8px 4px;
    color:#fff;
    font-size:11px;
    font-weight: normal;
}


#recipelikebox{background:#fff; position:fixed; margin-left:-120px; padding:10px;border-radius:12px;-moz-border-radius:12px;-webkit-border-radius:12px;}
.view_recipie h2{margin:0px 0px 15px 0px; padding:0px;}

.view_recipie .recipeInfos{width:100%; height:70px; margin-bottom:10px;}
.view_recipie .recipeInfos div{text-align:center; display:block; padding:10px 4px 10px 4px; margin-right:7px; float:left; border:1px solid #dadada; border-radius:12px;-moz-border-radius:12px;-webkit-border-radius:12px; 
                               -moz-box-shadow: 2px 2px 4px #DDD;
                               -webkit-box-shadow: 2px 2px 4px #DDD;}
.view_recipie .recipeInfos h2{font-size:14px; margin:0px 0px 3px 0px; padding:0px;}

.view_recipie #recipeImage{overflow:hidden; width:225px; float:right; text-align:center; background:#bcdc6d; border:1px solid #8ca219; padding:5px}
.view_recipie #ingredients{margin-top:15px; font-size:90%;}
.view_recipie .ingredients{float:left; margin-right: 20px; margin-bottom:20px; }
.view_recipie .ingredients td{padding:2px 10px; background:#fef2be;border:2px solid #ffe4ad}
.view_recipie .ingredients td.ingredientcategory{padding:3px 10px; background:#ffe4ad;}

.view_recipie #recipe_details{font-size:1.1em; line-height: 20px;}
.view_recipie #recipe_details h2{
    margin:15px 0px 20px 0px;
    font-size:13px; padding:3px;
    border:2px solid #ffe4ad;
    position:relative;top:10px;
    background:#fef2be;
    border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px;}
.view_recipie .toolbarmenu h2{
    margin:0px 0px 15px 0px;
    font-size:13px; padding:3px;
    border:2px solid #ffe4ad;
    background:#fef2be;
    border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px;}
.view_recipie .procedure {line-height:1.8em;text-align:justify; margin-bottom:15px}
.view_recipie .procedure:first-letter{margin-left:15px; color:#f95213; text-transform: uppercase; font-weight: bold; font-size: 1.3em;}
.view_recipie .procedureImg{float:left; margin-right:10px;margin-top:-5px}
.view_recipie .toolbarmenu a{display: block; margin-bottom:5px; width:50%; float:left; color:#666; font-size:10px; text-align:left }
.view_recipie .toolbarmenu img{float:left; margin-right:3px;margin-left:5px;}
.view_recipie .imgThumb{margin-left:8px; float:left; }
.view_recipie th img{float:left;  margin-right:5px; }
.view_recipie #cooks li{display:block; width:170px; margin-top:20px; float:left}
.view_recipie #cooks em{font-size:0.8em}
.view_recipie .spacer{color: #999; margin:10px 0px 10px 25px;text-align:right; width:300px; border-bottom: 1px dashed #f95213;}
.view_recipie .recipeMainImage{width:400px; padding:6px 7px 6px 7px;
                               border:2px solid #ffe4ad;
                               background:#fef2be;
                               border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px;
}
.view_recipie .recipeMainImage img{
    margin-bottom:-4px;
    border:0px;
    border-radius:7px; -moz-border-radius:7px; -webkit-border-radius:7px;
}
.view_recipie .recipeMainImage p{
    padding-top:5px;
}
.view_recipie #cookPopup{display: none; background-color: #FFF; z-index: 1000; padding:20px; position:absolute; width:330px;  border:2px solid #fc8944; margin-left:150px; margin-bottom:20px;border-radius:12px;-moz-border-radius:12px;-webkit-border-radius:12px;}


.view_recepty .recipeItem .recipeImage{height:100px; width:100px;margin-right:8px;float:left;}
.view_recepty .recipeItem .recipeImage2{height:100px; width:100px; border:none; margin-right:14px; float:left;}
.view_recepty .recipeItemSmall .recipeImageSmall{height:50px; width:50px;margin-right:8px;float:left;}
.view_recepty .recipeItemSmall .recipeImage2Small{height:50px; width:50px;margin-right:8px;float:left;}
.view_recepty .f80{font-size:80%;}
.view_recepty .f90{font-size:90%;}
.view_recepty p.ingredientsList{margin-left: 83px; margin-top:10px;}
.view_recepty .recipesListChanger{display:block; background:#fef2be; text-align: right; padding:10px;
                                  border:2px solid #ffe4ad;
                                  border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px; }

.view_zlavy .deal{
    clear:left; width:100%; min-height: 100px; margin-left:auto; margin-right:auto; padding:3px 5px 5px 5px; border-bottom:1px dashed #f26424; margin-bottom:10px;
}
.view_zlavy .deal .deal_img{
    height:90px; width:120px; margin-right:8px; float:left;
}

.view_zlavy .deal .deal_title{
    display:block;
    width:520px;
    height:30px;
    color:#f26424;    
    font-size:15px;
    line-height: 22px;
    font-weight:normal;
    margin-top:0px;
}
.view_zlavy .deal h3{
    display: block;
    margin-top:30px;
    font-size:11px;
    font-weight:normal;
}

.view_zlavy .deal_right {
    float:right;
    font-size:16px;
    font-weight: bold;
    color:#7fb200;
}

.view_zlavy .deal_right span{
    display:block;
    background: #fff;
    padding:15px 15px 15px 10px;
    color:#f26424;    
    font-size:18px;
    position:absolute; margin-left:-690px;
    margin-top:18px;
    -moz-box-shadow: #ccc 0 0 10px;
    -webkit-box-shadow: #ccc 0 0 10px;
    box-shadow: #ccc 0 0 10px;
    z-index:-1;
    border-top-left-radius:15px; -moz-border-radius-topleft:15px; -webkit-border-radius-topleft:15px; 
    border-bottom-left-radius:15px; -moz-border-radius-bottomleft:15px; -webkit-border-radius-bottomleft:15px; 
}



.view_add td{
    padding:0px; margin:0px;
}

.view_charts .chart{width:45%; height:270px; margin-left:10px; margin-right:10px; float:left;}
.view_charts h2{display:block; font-size:14px; color: #fff; font-weight: normal; height:27px; padding-left:20px; padding-top:11px;background-image: url("../images/menuBgActive.png"); background-repeat: repeat-x; background-position: top left; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;}
.view_charts ol{margin-left:10px; margin-bottom:20px;}
.view_charts li{}

.view_stories .storyTitle{margin:0px;}
.view_stories .storyDate{float:left; margin-right:10px; font-size:0.9em;}
.view_stories .storyAuthor{font-size:0.9em;}
.view_stories .storyImage{height:120px; margin-right: -25px;}

.view_story .storyTitle{margin:0px;}
.view_story .storyDate{float:left; margin-right:10px; font-size:0.9em;}
.view_story .storyImage{height:120px; margin-right:10px;}

.view_settings .view_body a img{margin:6px; border:2px solid #fee7b5; }

.view_email textarea{width:70%; height:200px;}

.pages .current{
    background:#ff8412;
    color:#fff;
    border-radius:15px; -moz-border-radius:15px; -webkit-border-radius:15px;    
}

.block_addrecipe a{
    display:block; width:180px; height:35px; margin-left:20px;
}
.block_addrecipe span{
    display:block; position:relative; top:8px; font-size:115%; 
}

.block_messages_area{
    margin-top:10px;
    padding:10px;
    font-size:11px;
    height:180px;
    overflow: auto;
    border:0px; background-color: #ffeba6;
    word-wrap: break-word;
    border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
}
.block_messages_area img{
    width:13px;
    height:13px;
}
.block_messages .author, .view_messages .author{
    font-style: italic;
    color:#89bc00;
}
.block_messages .time, .view_messages .time {
    font-style: italic;
    color:#777;
}
.block_messages #message_name{
    width:97%;
    float:none;
}
.block_messages input{
    width:80%;
    font-size:12px;
    padding:4px;
    float:left;
    margin:5px 0px 5px 0px;
    border:0px;
    background: #ffeba6;
    color:#444;
}
.block_messages a.message_send{
    display:block;
    margin-top:5px;
    background-image: url("../images/menuBgInactive.png");
    background-position: center center;
    cursor:pointer;
    border:1px solid #c2c2c2;
    text-align:center;
    margin-left:85%;
    padding:1px 0px;
    color:#000;
    font-size:12px;
}
