html {
    margin: 0;
    padding: 0;
}

body { 
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    color: #333;
    text-align: justify;
    background-image: url('../gfx/body_bg.png');
}

a{
    text-decoration: none;
    color: #E33F15;
}

h1, h2, h3, h4, h5, h6{
    font-weight: normal;
    color: #655635;
    text-align: left;
}

.left{
    float: left;
}

.right{
    float: right;
}

.clear{
    clear: both;
}

.hidden{
    display: none;
}

.page_wrapper{
    width: 950px;
    margin: 0 auto;
}

.head_wrapper{
    width: 950px;
    height: 80px;
    margin-top: 20px;
    position: relative;
}

.head_wrapper .logo{
    width: 324px;
    height: 52px;
    background-image: url('../gfx/logo.png');
}

.head_wrapper .logo a{ 
    width: 324px;
    height: 52px;
    display: block;
}

.head_wrapper .login_box{
    width: 220px;
    height: 28px;
    background: #ECECE2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    margin-left: 268px;
}

.head_wrapper .login_box p{
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #5E5439;
    line-height: 28px;
}

.head_wrapper .login_box p a{
    color: #5E5439;
    text-decoration: none;
}

/*.szilard{
    position: absolute;
    top: -20px;
    right: 0;
    width: 100px;
    height: 110px;
    background-image: url('../gfx/szilard.png');
}*/

.calendar_tab{
    position: fixed;
    top: 50%;
    right: 0;
    width: 70px;
    height: 30px;    
    background-image: url('../gfx/calendar_icon.png');
    background-repeat: no-repeat;
    background-color: #F2F2E6;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: 1px solid #D8C28E;
    border-bottom: 1px solid #D8C28E;
    border-left: 1px solid #D8C28E;
    text-align: right;
    font-weight: bold;
    font-size: 12px;
    color: #655635;
    text-align: center;
    padding: 105px 0 0 0;
    margin-top: -55px;
    -webkit-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.33);
    -moz-box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.33);
    box-shadow: 0px 1px 5px rgba(50, 50, 50, 0.33);
    z-index: 999999;
}

.calendar_tab a{
    color: #655635;
}

.main_menu{
    height: 54px;
    border-bottom: 4px solid #D0CEBC;
}

.main_menu ul {
    margin: 10px 0 0 0;
    padding: 0;
    list-style-type: none;
}

.main_menu ul li {
    width: 134px;
    height: 54px;
    float: left;
    font-size:16px;    
    line-height: 54px;
    text-align: center;
    background: #F2F2E6;
    margin-right: 2px;
}

.main_menu ul li:hover {
    background: #E3E1CA;
}

.main_menu ul li a {
    color: #5F533B;
    text-decoration: none;
    display: block;
    width: 134px;
    height: 54px;
}

.main_menu ul li:last-child {
    margin-right: 0;
}

.ribbon{
    width: 784px;
    height: 118px;
    background-image: url('../gfx/ribbon.png');      
    margin: 40px auto;
}

.ribbon p{
    color: #FFF;  
    text-transform: uppercase;
    padding-top: 24px;
    font-size: 24px;
    font-weight: bold;
    text-indent: 190px;
}

.box_wrapper{
    margin-bottom: 40px;
}

.box_wrapper ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.box_wrapper ul li {
    width: 228px;
    height: 275px;
    float: left; 
    border: 1px solid #D6D6D4;
    margin: 0 8px 8px 0;
}

.box_wrapper ul li:last-child {
    margin-right: 0;
}

.box_wrapper ul li .startbox_cw{
    position: relative;
    height: 275px;
}

.box_wrapper ul li a.link{
    display: block;
    width: 228px;
    height: 275px;
    color: #333;
}

.box_wrapper ul li .startbox_cw .startbox_content{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 218px;
    background-image: url('../gfx/sb_text_bg.png');
    padding: 0 5px;
}

.box_wrapper ul li .startbox_cw .startbox_content h4{
    margin: 5px 0 0 0;
    font-size: 16px;
}

.box_wrapper ul li .startbox_cw:hover{
    background-image: url('../gfx/sb_bg.png');
}

.box_wrapper ul li .startbox_cw:hover > .startbox_content{
    /*display: block;*/
}

.startpage_content{
    width: 465px;
}

.startpage_entries{
    width: 440px;   
    padding-right: 10px;
}

.startpage_ew{
    margin-bottom: 20px;
}

.startpage_entries .start_lead{
    width: 285px;
}

.b_img{
    margin-right: 5px;
}

.b_img img{
    border: 1px solid #BFBBB8;
}

a.entry_title{
    text-decoration: underline;
}

.entry_list{
    display: none;
    padding: 10px 0;
}

.entry_link{
    margin: 5px 0 5px 5px;
    font-size: 12px;
    text-align: left;    
}

a.along{
    display: block;
    width: 70px;
    background: #EF6703;
    color: #FFF;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    margin: 5px 5px 5px 0;
}

a.back {
    background: #E3E1CA;
    color: #5F533B;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    margin: 10px 5px 10px 0;
}


.small_bw{
    margin-top: 30px;
    font-size: 12px;
}

.small_bw ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.small_bw ul li {
    width: 136px;
    float: left; 
    margin: 0 26px 15px 0;
}

.small_bw ul li:last-child {
    margin-right: 0;
}

.small_bw ul li img{
    width: 136px;
    border: 1px solid #BFBBB8;
}

.inside_content{
    width: 660px;
    margin-top: 20px;
}

.inside_entries{
    width: 250px;
    margin-top: 20px;
}

.inside_entries .b_img{
    margin: 0;
    position: relative;
}

.inside_entries .b_img .b_text{
    position: absolute;
    left: 1px;
    bottom: 1px;
    width: 238px;
    padding: 6px;
    background-image: url('../gfx/sb_text_bg.png');
    z-index: 0;
}

.inside_entries .b_img .b_text h3{
    margin: 5px 0;
    padding: 0;
}

.inside_entries .b_img:hover .b_text{
    display: block;
}

.rightbox_wrapper{
    margin-bottom: 50px;
}

.rightbox_wrapper .profile_image{
    width: 90px;
    float: right;
    margin-top: 10px;
}

.rightbox_wrapper .profile_image img{
    max-width: 90px;
}

.rightbox_wrapper h4{
    font-size: 14px;
    margin: 0;
    font-weight: bold;
}

.rightbox_wrapper ul{
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    width: 140px;
}

.rightbox_wrapper ul li{
    margin: 5px 0;
    border: 0;
}

.rightbox_wrapper ul li ul{
    margin: 2px 0 10px 10px;
}

.new_comment{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
}

#form_wrapper{
    width: 530px;
    padding: 0 50px;
}


.comment_title{
    background: #EBE1D0;
    padding: 3px;
    font-weight: bold;
    margin: 10px 10px 5px 10px;
}

.comment_image{
    width: 50px;
    float: left;
    margin-left: 15px;
}

.comment_image img{ 
    max-width: 50px;
    max-height: 50px;
    display: block;
    margin: 0 auto;
}

.comment_text{
    padding: 3px;
    margin: 0 10px 20px 10px;
    float: left;
}

.pager_wrapper{
    margin: 10px;
    font-weight: bold;
    text-align: center;
}

.blog_pager{
    margin: 10px;
    font-weight: bold;
    text-align: center;
    width: 600px;
    float: left;
}

a.pager{
    margin: 0 1px;
    text-decoration: none;
}

fieldset.gallery_wrapper{
    padding: 10px;
    border: 0;
}

fieldset.gallery_wrapper legend{
    margin: 2px 5px;
    font-size: 15px;
}

fieldset.gallery_wrapper .text{
    padding: 0 5px;
}


.gallery_wrapper img{
    border: 5px double #CCC;
    margin: 5px;
}

label{
    width: 650px;
    font-weight: bold;
    margin-top: 10px;
    text-align: left;
    float: left;
}

input[type=text], input[type=password] {
    height: 18px;
    width: 490px;
    margin: 5px 3px 8px 3px;
    border: 1px solid rgb(153,153,153);
    font-family: arial, Verdana, Helvetica;
    text-indent: 2px;
}

select{
    width: 290px;
    height: 22px;
    margin: 5px 3px 8px 3px;
    border: 1px solid rgb(153,153,153);
    font-family: arial, Verdana, Helvetica;
    text-indent: 2px;
}

textarea{
    height: 80px;
    width: 490px;
    margin: 5px 3px 8px 3px;
    border: 1px solid rgb(153,153,153);
    font-family: arial, Verdana, Helvetica;
    text-indent: 10px;
}

input[type=submit], input[type=button]{
    min-width: 90px;
    background: #EF6703;
    color: #FFF;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    margin: 5px 5px 5px 0;
    border: 0;
}

input[type=reset]{
    min-width: 90px;
    background: #EAEAEA;
    color: #5F533B;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    margin: 5px 5px 5px 0;
    border: 0;
}

img.captcha{
    border: 1px solid rgb(160,177,67);
    margin: 5px 3px 0 3px; 
}

p.menu_author{
    margin-bottom: 10px;
}

img.menu_author_icon{
    max-width: 34px;
    max-height: 34px;
    display: block;
    position: relative;
    margin: 0 auto;
}

ul.recipe_wrapper{
    margin: 0;
    float: left;
    padding: 0;
    width: 660px;
    overflow-y: hidden;
    overflow-x: visible;
    height: 290px;
}

ul.recipe_wrapper li{
    list-style:none;
    float:left;
    overflow:hidden;
    margin:0 0 0 1px;
    padding: 0;
    width:655px;
    height: 290px;
}

.recipe {
    width: 460px;
    float: left;
    margin:20px 0 0 0;
    position: relative;
}

.separator, .separator2, .separator3 {
    width: 100%;
    height: 1px;
    background-color: #E4E3E3;
    clear: both;
}

.separator, .separator3 {
    margin: 40px 0;
}

.separator2 {
    margin: 20px 0 40px 0;
}

.recipe h1 {
    font-size: 21px;
    line-height: 45px;
    margin:0 0 9px 0;
    display: block;
    float: left;
    width: 100%;
}

.recipe .infos {
    display: block;
    width: inherit;
    float: left;
    margin: 0 0 30px 0;
}
.recipe .time {
    height:35px;
    display: block;
    float: left;
    padding: 0 0 0 41px;
    line-height: 35px;
    background-image:url('../images/ico-time.png');
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 18px;
    margin:0 18px 0 0;
}

.recipe .person {
    height:35px;
    display: block;
    float: left;
    padding: 0 0 0 31px;
    line-height: 35px;
    background-image:url('../images/ico-person.png');
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 18px;
    margin:0 18px 0 0;
}

.recipe .money {
    height:35px;
    display: block;
    float: left;
    padding: 0 0 0 39px;
    line-height: 35px;
    background-image:url('../images/ico-money.png');
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 18px;
    margin:0 18px 0 0;
}

.recipe h3, .items h3 {
    font-size: 18px;
    margin:0 0 12px 0;
    display: block;
    width: 100%;
}

.items{
    margin-bottom: 20px;
}

.recipe h4 {
    height: 24px;
    line-height: 24px;
    display: block;
    float: left;
    margin:0 0 6px 0;
    padding: 0 30px 0 0;
    font-size: 14px;
    text-transform: uppercase;
}
.recipe p {
    font-size: 12px;
    line-height: 22px;
    margin:0 0 14px 0;
}

.recipe .description {
    display: block;
    float: left;
    margin: 0 0 14px 0;
}

.items {
    width: 650px;
    float: left;
    display: block;
    margin: 0 0 0 20px;
}

.subitems{
    margin-top: 14px;
}

.items table {
    width: 600px;
    border-collapse: collapse;
    empty-cells: show;
}

.items table td {
    font-size: 12px;
    line-height: 18px;
    height: 18px;
}

.items table td.value {
    width: 30px;
    text-align: right;
}

.items table td.quantity {
    width: 50px;
    text-align: right;
}

.items table td.product {
    width: auto;
    text-align: left;
    padding: 0 0 0 10px;
    font-weight: bold;
}

.items table td.status {
    width: 80px;
    text-align: left;
    padding: 0 5px 0 5px;
}

.items table td.value2 {
    width: 50px;
    text-align: right;
    padding: 0 5px 0 5px;
}

.items table td.value2 {
    text-align: left;
    padding: 0 0 0 5px;
}

.items table tr.inactive, .items table tr.inactive input[type=text]{
    background: rgb(219,219,219);
    color: rgb(193,193,193);
}

.recipe_info {
    width: 100%;
    height: 34px;
    display: block;
    float: left;
    position: relative;
    margin: 20px 0;
}
.recipe_info .author {
    min-width: 137px;
    height: 34px;
    background: #EF6703;
    position: relative;
    float: left;
    line-height: 33px;
    text-indent: 25px;
    color: rgb(255,255,255);
    font-size: 18px;
    margin: 0 10px 0 0;
    padding-right: 10px;
}

.recipe_info .author_icon {
    width: 34px;
    height: 34px;
    display: block;
    position: relative;
    float: left;
    margin: 0 20px 0 0;
}

.recipe_info .author_icon img{
    max-width: 45px;
    max-height: 34px;
}

.recipe_info .hat {
    width: 50px;
    height: 34px;
    padding:0;
    display: block;
    position: relative;
    float: left;
    margin: 0;
}

.recipe_info input.follow, .recipe_info input.follow2 {
    line-height: 18px;
    font-size:12px;
    font-weight: bold;
    text-align: center;
    display: block;
    position: relative;
    border: 0;
    background-color: #E3E1CA;
    float: left;
    margin: 6px 0 0 10px;
    color: #5F533B;
}

.recipe .recipe_button{
    margin: 10px 0;
}

.recipe_menu {
    font-size:12px;
    text-align: center;
    width: 620px;
    height: 20px;
    margin: 0;
    line-height: 16px;
    text-transform: uppercase;
    margin-top: 50px;
}

.food_menu {
    width: 157px;
    float: right;
    display: block;
    margin:40px 0 0 0;
}

.food_menu .upper_stripe {
    width: 62px;
    height: 64px;
    display: block;
    position: absolute;
    top: -20px;
    left: -20px;
    background-image:url('../images/stripe.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.food_menu .down_stripe {
    width: 62px;
    height: 64px;
    display: block;
    position: absolute;
    bottom: -20px;
    right: -20px;
    background-image:url('../images/stripe.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.food_menu .main_food_img {
    width: 135px;
    height: 135px;
    display: block;
    float: left;
    position: relative;
    margin: 0 6px 24px 6px;
}

.food_menu .food_thumbs {
    width: 147px;
    float: left;
    display: block;
    margin: 0 0 20px 0;
}

.food_menu .food_thumbs img {
    margin: 5px;
    float: left;
    width: 38px;
    height: 38px;
}

.food_menu .print{
    height: 38px;
    display: block;
    float: left;
    font-weight: normal;
    line-height: 38px;
    margin: 0 0 12px 0;
    background: none;
    background-image:url('../images/ico-print.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding:0 0 0 46px;
    text-decoration: none;
    border: 0;
    font-size: 12px;
    text-transform:capitalize;
    color: #333;
}

.food_menu .cookbook, .food_menu .cookbook2{
    height: 38px;
    display: block;
    float: left;
    font-weight: normal;
    margin: 0 0 12px 0;
    background: none;
    background-image: url('../images/ico-book.png');
    background-repeat: no-repeat; 
    background-position: left center;
    border: 0;
    padding:0 0 0 46px;
    color: #333;
    font-size: 12px;
    text-transform:capitalize;
}

ul.social {
    display: block;
    width: 100%;
    padding: 0;
    margin: 20px 0 0 0;
    float: left;
    list-style-type: none;
}

ul.social li {
    float: left;
    display: block;
    height: 34px;
}

.tag_cloud{
    margin-top: 10px;
    text-align: center;
}

.tag_cloud span{
    display: inline-block;
    padding: 0 2px;
}

.tag_cloud .smallest a{
    font-size: x-small;
}

.tag_cloud .small a{
    font-size: small;
}

.tag_cloud .medium a{
    font-size:medium;
}

.tag_cloud .large a{
    font-size:large;
}

.tag_cloud .largest a{
    font-size:larger;
}


ol.food_slider {
    width: 170px;
    height: 28px;
    display: block;
    list-style-type: none;
    float: none;
    margin:0 auto;
    text-align: center;
    padding: 0 0 15px 0;
}

ol.food_slider li {
    float: left;
}

ol.food_slider li.prev {
    width: 25px;
    height: 28px;
    background-image:url('../images/ico-slider-prev.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;

}

ol.food_slider li.next {
    width: 25px;
    height: 28px;
    background-image:url('../images/ico-slider-next.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

ol.food_slider li.next {
    width: 25px;
    height: 28px;
}

ol.food_slider li.text {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    width: 100px;
    padding:0 5px 0 5px;
}

.center{
    text-align: center;
}

fieldset.center label{
    text-align: center;
    margin-bottom: 10px;
}

select.festive_menu{
    font-size: 16px;
    width: 200px;
}

.only_members{
    font-size: 11px;
    text-align: center;
}

.only_members_left{
    font-size: 11px;
    text-align: left;
    padding-left: 15px;
}

span.tooltip{
    font-weight: normal;
    cursor: pointer;
    position: relative;
    color: #E33F15;
    text-decoration: underline;
}

span.tooltip span.tooltip_content{
    display: none;
}

span.tooltip:hover span.tooltip_content{
    min-width: 400px;
    background-color:rgb(247,231,205);
    display: block;
    padding: 2px 5px;
    position: absolute;
    z-index: 10;
    border: 1px solid rgb(60,60,63);
    filter: alpha(opacity=90); 
    -moz-opacity: .90; 
    opacity: .90; 
    color: rgb(60,60,63);
    top: 15px;
    left: 2px;
}

span.tooltip_content span{
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

span.tooltip span.tooltip_content img{

}

.i_tooltip_wrapper{
    position: relative;
    display: inline;
}

.i_tooltip_content{
    display: none;
    border: 1px solid rgb(60,60,63); 
    padding: 5px;
    background: #fff;
    font-weight: normal;
    text-align: justify;
    min-width: 500px;
}

.i_tooltip_wrapper:hover .i_tooltip_content{    
    display: block;    
    position: absolute;
    z-index: 10;    
    top: 15px;
    left: 2px;
}


table.list{
    margin: 10px auto;
    width: 100%;
}

table.list thead{
    font-weight: bold;
    background: #E3E1CA;
    border-bottom: 2px solid #D0CEBC;
}

table.list thead td{
    padding: 3px 5px;
    text-align: center;
}

.width_full{
    width: 100%;
}

table.list td.image{
    width: 10%;
}

table.list td.image img{
    max-width: 132px;
    max-height: 98px;
}

table.list td.name{
}

table.list td.recommend{
    text-align: center;
}

table.list td.status{
    width: 100px;
    line-height: 20px;
    text-align: center;
}

table.list td.name a{
    color: #E33F15;
}

table.list td.operation{
    width: 120px;
    text-align: center;
    line-height: 20px;
}

table.list tbody td{
    padding: 8px 5px;
}

table.list tbody tr{
    border-bottom: 1px dotted rgb(235,225,208);
}

.recommend_btn{
    padding: 0 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: rgb(150,175,75);
    color: rgb(255,255,255);
    display: inline-block;
    border: 1px solid rgb(135,157,68);
    margin: 5px 3px 8px 0;
    text-decoration: none;
}

.revoke{
    background: rgb(153,153,153);
    border: 1px solid rgb(143,143,143);
}

table.ingredients input{
    width: 100px;
}

table.ingredients td{
    width: 20%;
}

.user_recipe_images{
    float: left;
    margin: 10px;
}

.hidden_fieldset{
    display: none;
}

a.download{
    padding: 5px 10px;
    background: #EF6703;
    color: #FFF;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.shopping_list_blur{
    width: 610px;
    height: 320px;
    background-image: url('../images/blur.jpg');
    color: #5F533B;
}

.shopping_list_blur p{
    line-height: 18px;
    font-size:12px;
    font-weight: bold;
    text-align: center;
    display: block;
    position: relative;
    border: 0;
    background-color: #E3E1CA;
    float: left;
    margin: 120px 0 0 190px;
    color: #5F533B;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.map_canvas { 
    width: 490px; 
    height: 200px; 
    margin: 10px 20px 10px 3px;
    border: 1px solid rgb(153,153,153);
}

#map { 
    width: 350px; 
    height: 300px;
    margin: 10px 0;
    border: 1px solid rgb(153,153,153);
}

.rp_img img{
    max-width: 200px;
    float: left;
    display: block;
    margin: 0 10px 10px 0;
    border: 5px double #CCC;
}

.datacard_img img{
    max-width: 200px;
    float: left;
    display: block;
    margin: 0 10px 10px 10px;
    border: 5px double #CCC;
}

.data_wrapper{
    margin-left: 20px;
}

.data_wrapper p{
    margin: 0 0 30px 0;
    padding: 0;
}

.data_wrapper h3{
    line-height: normal;
    padding: 0;
    margin: 10px 0 5px 0;
}

.ps_wrapper{
    margin: 20px 0 10px 10px;
}

#photo_slider{
    padding: 0 16px;
}

.photos{
    overflow:hidden;
    float:left;	
    margin: 10px 25px;
}

.photos img{
    border: 5px double #CCC;
}

.upload_info{
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
}

textarea.missing-ing{
    color: #999;
    font-style: italic;
}

h4.alert_error {
    display: block;
    margin: 20px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgb(243,217,217);
    background-position: 10px 10px;
    border: 1px solid rgb(210,0,9);
    color: rgb(123,4,15);
    padding: 10px 0;
    text-indent: 10px;
    font-size: 14px;
}

h4.alert_success {
    display: block;
    margin: 20px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: rgb(226,246,197);
    background-position: 10px 10px;
    border: 1px solid rgb(121,194,13);
    color: rgb(50,81,15);
    padding: 10px 0;
    text-indent: 10px;
    font-size: 14px;
}

input[readonly=readonly]{
    background-color: #EAEAEA;
}

#category_radio, #festive_radio, #festive, #menu_type, #button{
    text-align: center;
    display: none;
}

.radiogroup{
    width: 280px;
    margin: 0 auto;
}

.radiogroup_large{
    width: 560px;
    margin: 0 auto;
}

.radiogroup_medium{
    width: 420px;
    margin: 0 auto;
}

.radio_wrapper{
    width: 100px;
    margin: 0 20px;
}

a.menu-radio, a.category-radio{
    display: block;
    width: 100px;
    height: 100px;
}

.festive{
    width: 100px;
    height: 100px;
    background-image: url('../images/festive.jpg');
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.daily{
    width: 100px;
    height: 100px;
    background-image: url('../images/daily.jpg');
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.hetkoznapi_1000ft{
    width: 100px;
    height: 100px;
    background-image: url('../images/restaurant.jpg');
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.hetkoznapi_1_ora{
    width: 100px;
    height: 100px;
    background-image: url('../gfx/1_ora.jpg');
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.radio_wrapper .btn_wrapper{
    text-align: center;
    font-size: 13px;
}

.menu-category-mitfozzek{
    width: 100px;
    height: 100px;
    background-image: url('../images/mitfozzek.jpg');
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.menu-category-vendeglato{
    width: 100px;
    height: 100px;
    background-image: url('../gfx/vendeglatoknak.jpg');
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.menu-category-felhasznalo{
    width: 100px;
    height: 100px;
    background-image: url('../images/member.jpg');
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.menu-category-heti_ajanlat{
    width: 100px;
    height: 100px;
    background-image: url('../gfx/szilard_menu.jpg');
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.menu-1{
    width: 100px;
    height: 100px;
    background-image: url('../images/normal.jpg');
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.menu-2{
    width: 100px;
    height: 100px;
    background-image: url('../images/vegetarian.jpg');
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.menu-3{
    width: 100px;
    height: 100px;
    background-image: url('../images/mild.jpg');
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.menu-4{
    width: 100px;
    height: 100px;
    background-image: url('../gfx/paleolit.jpg');
    background-repeat: no-repeat;
    margin-bottom: 5px;
}

.menu-festive{
    width: 163px;
    height: 200px;
    background-image: url('../images/festive_all.jpg');
    background-repeat: no-repeat;
    margin-right: 10px;
    float: left;
}

.menu-festive_radio{
    height: 247px;
    float: left;
    margin-left: 5px;
}

.menu-festive_radio .radios{
    text-align: left;
    padding: 4px;
    font-size: 13px;
}

.weekly_ribbon{
    width: 550px;
    height: 83px;
    background-image: url('../gfx/ribbon_weekly.png');
    color: #fff;
    text-indent: 150px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    line-height: 54px;
    margin-left: 40px;
}

input[type=text].large{
    font-size: 30px;
    height: 30px;
    text-align: center;
}

.entry_list_wrapper .tags{
    margin: 10px 0;
}

#footer {
    width: 100%;
    height: 239px;
    display: block;
    float: left;
    background-image:url('../gfx/footer_bg.jpg');
    background-repeat: repeat-x;
    background-position: left bottom;
    margin-top: 50px;
}

#footer_container {
    width:1000px;
    height: 239px;
    float: none;
    margin: 0 auto;
    position: relative;
}

#footer_container #icon {
    width: 239px;
    height: 232px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index:999;
    background-image:url('../gfx/footer_icon.png');
    background-repeat: no-repeat;
}

#footer_container #footer_links {
    width:761px;
    display: block;
    position: absolute;
    top: 76px;
    left: 262px;
}

#footer_container #footer_links .links {
    height:125px;
    float: left;
    margin:0 14px 0 0;
    padding: 10px 10px 0 0;
    border-right: 1px solid rgb(108,115,78);
}

#footer_container #footer_links .links.noborder {
    border-right: 0;
    margin:0 0 0 0;
}
#footer_container #footer_links .links h2 {
    font-size: 18px;
    margin:0 0 12px 0;
}

#footer_container #footer_links .links h2.mobil {
    display: inline;
    float: left;
    margin:0 10px 0 0;
}

#footer_container #footer_links .links a.fb {
    margin:0 18px 0 0;
}

#footer_container #footer_links .links ul {
    list-style-type: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#footer_container #footer_links .links ul li {
    font-size: 14px;
    line-height: 18px;
}

#footer_container #footer_links .links ul li a {
    text-decoration: none;
    color: rgb(60,60,63);
}

#fridge{
    width: 495px;
    height: 367px;
    background-image: url('../gfx/in_the_fridge.png');
    margin: 20px auto;
    overflow: hidden;
}

#fridge a{
    display: block;
    width: 160px;
    height: 36px;
    margin: 233px 0 0 295px;
}

.drink_box{
    padding: 20px 0;
}

.drink_box h4, h5{
    margin: 5px 0;
    padding: 0;
    font-size: 14px;
}

.drink_box h4{
    font-weight: bold;
}
