﻿/*---------------------------------------------------
/*  styles
/*---------------------------------------------------*/

h1, .title, .title a
{
    font-size: 1.5em;
    margin: 0px;
    padding: 0px 0px 20px 0px;
    text-decoration: none;
    font-weight: normal;
}

h2, .titlesmall, .titlesmall a
{
    font-size: 1em;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
}

a
{
    cursor: pointer;
}

/*---------------------------------------------------
/*  site-general
/*---------------------------------------------------*/

body
{
    font-family: Arial;
    margin: 0;
    font-size: 100%;
}

body, form, html
{
    height:100%;
}

input, select, textarea
{
    font-family: Arial;
    font-size: 1em;
}


#site
{
    width: 960px;
    margin: auto;
}

#top
{
    position: relative;
    height: 55px;
    width: 960px;
    margin: 0px 0px 65px 0px;   
}

#top .logo
{
    position: absolute;
    top: 5px;
    left: 20px;
    z-index: 1001;
}


/*---------------------------------------------------
/*  text-container
/*---------------------------------------------------*/

.textposition
{
    float: left;
    width: 525px;
}

.textpositiontop
{
    float: right;
    width: 525px;
}

.textpositionfull
{
    width: 100%;
}

.content-image
{
    float: left;
    margin: 0px 20px 30px 0px;
}

.content-imagetop
{
    text-align: right;
    margin: 0px 0px 30px 0px;
}

#text-container
{
    padding: 0px 30px 20px 0px;
    font-size: 0.75em;
}

#text-container .text
{
    /*padding: 20px 0px 0px 0px;*/
}

#text-container .site-module
{
    padding: 0px 0px 0px 0px;
}

#pdf-content #text-container .site-module
{
    padding: 20px 0px 0px 0px;
}

/*---------------------------------------------------
/*  module-container
/*---------------------------------------------------*/
#module-container
{
    padding: 0px 0px 20px 0px;
    font-size: 0.75em;
}

#module-container h1,
#module-container h2
{
    /*padding: 0px 0px 0px 20px;*/
}


/*---------------------------------------------------
/*  service
/*---------------------------------------------------*/

#service
{
    clear: both;
    position: relative;
    text-transform: uppercase;
    padding: 40px 0px 0px 0px;
}

#service a
{
    text-decoration: none;
    cursor: pointer;
}

#service .pdf
{
    text-decoration: none;
    padding: 0px 15px 0px 15px;
}

#service .print
{
    text-decoration: none;
    padding: 0px 11px 0px 18px;
}

#service .recommend:hover
{
    cursor: pointer;
}

#service .recommend-links
{
    position: absolute;
    display: none;
    top: 52px;
    left: 190px;
    width: 120px;
    height: 32px;
}

#service .recommend-links .addthis_toolbox
{
    padding: 8px 0px 0px 20px;
}

#service .recommend-links a
{
    padding: 0px 5px 0px 5px;
}

#service .recommend-links a
{
    text-transform: uppercase;
}



/*---------------------------------------------------
/*  menu
/*---------------------------------------------------*/

#menu
{
    position: absolute;
    top: 36px;
    left: 0px;
    z-index: 100;
    padding: 0px 0px 0px 220px;
}

#menu .left
{
    position: absolute;
    top: 0px;
    left: -8px;
    width: 8px;
    height: 18px;
}

#menu .right
{
    position: absolute;
    top: 0px;
    right: -7px;
    width: 7px;
    height: 18px;
}

#menu a
{
	text-decoration: none;
}

#menu .level-0,
#menu .level-0-active
{
    float: left;
    margin: 0px 8px 0px 8px;
}

#menu .menu-0
{
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    height: 18px;
    line-height: 18px;
    position: relative;
    z-index: 111;
}

#menu .container
{
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 0px;
    width: 960px;
    height: 30px;
}

#menu .level-0 .flyout
{
    display: none;
    position: absolute;
    z-index: 25;
    top: 10px;
    left: 0px;
    text-align: left;
    width: 740px;
    height: 20px;
    padding: 10px 0px 0px 220px;
}

#menu .level-0-active .flyout-active
{
    position: absolute;
    z-index: 22;
    top: 20px;
    left: 0px;
    text-align: left;
    width: 740px;
    height: 20px;
    padding: 0px 0px 0px 220px;
}

#menu .level-1,
#menu .level-1-active
{
    float: left;
    margin: 0px 9px 0px 9px;
    position: relative;
}

#menu .menu-1
{
    display: block;
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    position: relative;
    padding-bottom: 5px;
}


/*---------------------------------------------------
/*  menu-recipes
/*---------------------------------------------------*/

#menu-recipes
{
    position: absolute;
    display: none;
    top: 19px;
    left: -8px;
    width: 215px;
    z-index: 115;
}

#menu-recipes .container-recipes
{
    padding: 5px 0px 0px 0px; 
}

#menu-recipes .bottom
{
    height: 5px;
}

#menu-recipes a
{
    text-decoration: none;
    padding: 0px 5px 0px 8px;
    display: block;
}

#menu-recipes .item
{
    font-size: 10px;
    line-height: 16px;
}

/*---------------------------------------------------
/*  language
/*---------------------------------------------------*/

#language
{
    position: absolute;
    top: 38px;
    right: 3px;
    z-index: 110;
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
}

#language a
{
    text-decoration: none;
    font-weight: bold;
}


/*---------------------------------------------------
/*  frame-search
/*---------------------------------------------------*/

#frame-search
{
    position: absolute;
    z-index: 110;
    top: 36px;
    left: 770px;
}

#frame-search input
{
    font-size: 11px;
    height: 12px;
    width: 100px;
    float: left;
}

#frame-search .button
{
    margin: 2px 0px 0px 110px;
    width: 34px;
    height: 15px;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    font-weight: bold;
}

#frame-search .button a
{
    text-decoration: none;
}

/*---------------------------------------------------
/*  banner
/*---------------------------------------------------*/

#banner
{
    position: relative;
    width: 960px;
    height: 400px;
}

/*---------------------------------------------------
/*  center
/*---------------------------------------------------*/

#center
{
    margin: 10px 0px 0px 0px;
    overflow: hidden;
}

/*---------------------------------------------------
/*  bottom
/*---------------------------------------------------*/

#bottom
{
    margin: 3px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    padding: 10px;
    font-weight: bold;
    overflow: hidden;
}

#bottom .links
{
    float: right;
}

#bottom .facebook-button
{
    float: left;
}


/*---------------------------------------------------
/*  menu bottom
/*---------------------------------------------------*/

#menu-bottom
{
    font-size: 0.625em;
    text-decoration: bold;
    text-decoration: none;
    float: right;
    margin: 2px 0px 0px 0px;
}

#menu-bottom a
{
    text-decoration: bold;
    text-decoration: none;
}

#menu-bottom .menu-0
{
    text-decoration: bold;
    text-decoration: none;
}

/*---------------------------------------------------
/*  frame-producer
/*---------------------------------------------------*/

#frame-producer
{
    float: left;
    margin: 0px 10px 0px 0px;
    width: 220px;
    height: 196px;
    position: relative;
}

#frame-producer .container
{
    padding: 10px;
}

#frame-producer .container .title,
#frame-producer .container .title a
{
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

#frame-producer .container .text
{
    padding: 10px 0px 0px 0px;
    font-size: 12px;
}

/**** slider ***/

#slider ul,
#slider li
{
	margin:0;
	padding:0;
	list-style:none;
	text-align: center;
}

#frame-producer #slider
{
    margin: 15px 0px 0px 12px;
}

#frame-producer #slider li
{ 
	width: 90px;
	height: 70px;
	overflow: hidden;
	float: left; 
}	

#frame-producer #prevBtn2,
#frame-producer #nextBtn2
{ 
	position: absolute;
	top: 115px;
	left: 5px;
}
	
#frame-producer #nextBtn2
{ 
	left: 201px;
}														

#frame-producer #prevBtn2 a,
#frame-producer #nextBtn2 a  
{
    padding: 5px;
}


/*---------------------------------------------------
/*  teaser
/*---------------------------------------------------*/

#teaser
{
    float: left;
    width: 730px;
    height: 196px;
}

#teaser a
{
    text-decoration: none;
}

#teaser .container
{
    width: 692px;
    height: 155px;
    margin: 10px;
    padding: 10px;
}

#teaser .separator
{
    float: left;
    width: 10px;
}

#teaser .item
{
    width: 165px;
    float: left;
}

#teaser .item .image
{
    width: 165px;
    height: 120px;
}

#teaser .item .name
{
    font-size: 12px;
    font-weight: bold;
    padding: 5px 0px 0px 0px;
}

/*---------------------------------------------------
/*  producer-list
/*---------------------------------------------------*/

#producer-list
{
    padding: 20px 0px 0px 0px;
}

#producer-list .container
{
    display: none;
}

#producer-list .title
{
    font-size: 13px;
    padding: 0px 0px 0px 20px;
    text-transform: uppercase;
    font-weight: bold;
}

#producer-list .toggle:hover
{
    cursor: pointer;
}

#producer-list .item
{
    padding: 20px 0px 20px 10px;
}

#producer-list a:hover
{
    text-decoration: none;
}

#producer-list .image
{
    float: left;
}

#producer-list .column
{
    margin: 0px 0px 0px 130px;
}

#producer-list .name
{
    font-size: 14px;
    font-weight: bold;
    padding: 0px 0px 15px 0px;
}

#producer-list .address
{
    float: left;
    width: 150px;
}

#producer-list .info
{
    float: left;
}

#producer-list .googlemaps
{
    float: right;
}

#producer-list .separator
{
    height: 1px;
    line-height: 1px;
    font-size: 1px;
}


/*---------------------------------------------------
/*  producing-steps
/*---------------------------------------------------*/


#producing-steps
{
    position: relative;
    height: 500px;
}

#producing-steps .back
{
	top: 115px;
	left: 10px;
}

#producing-steps .next
{
	top: 115px;
	left: 930px;
}

#producing-steps .clipcontainer
{
	top: 0px;
	left: 0px;
	width: 960px;
	height: 500px;
	overflow: hidden;
}

#producing-steps .item
{
	float: left;
	width: 960px;
	height: 325px;
	font-size: 12px;
	line-height: 15px;
}

#producing-steps .item .container
{
    padding: 10px 50px 10px 50px;
    height: 305px;
    position: relative;
}

#producing-steps .item .container .textblock
{
    position: absolute;
    bottom: 20px;
    left: 485px;
    width: 425px;
}

#producing-steps .item .container .title
{
    font-size: 18px;
    line-height: 22px;
}

#producing-steps .item .container .steps
{
    /*float: right;
    margin: 0px 0px 0px 40px;*/
    padding: 0px 0px 40px 0px;
    font-size: 36px;
}

#producing-steps .item .container .titlesmall 
{
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
}

#producing-steps .item .container .image
{
    float: left;
}

#producing-steps .item .description
{
    padding: 20px 120px 0px 485px;
}


/*---------------------------------------------------
/*  fotogallery
/*---------------------------------------------------*/


#fotogallery
{
    width: 915px;
    height: 300px;
    position: relative;
    padding: 0px 0px 0px 45px;
    overflow: hidden;
}

#fotogallery .title
{
    margin: 15px 0px 5px 0px;
    padding: 0px 0px 0px 50px;
    height: 36px;
    line-height: 36px;
}

#fotogallery .titlesmall a
{
    font-weight: bold;
    font-size: 1em;
}

#fotogallery .count
{
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 0px 0px 0px;
    font-style: italic;
}

#fotogallery .image
{
    width: 200px;
	height: 150px;
}

#fotogallery .image:hover
{
    cursor: pointer;
}

#fotogallery .description
{
    width: 200px;
    padding: 20px 0px 0px 0px;
    z-index: 110;
    /*display: none;*/
    text-align: center;
}

#fotogallery .description .name
{
    font-weight: bold;
}

/**** slider ***/

#slider-fotogallery
{
    margin: 10px 0px 0px 0px;
    position: relative;
}

#slider-fotogallery ul,
#slider-fotogallery li
{
	margin:0;
	padding:0;
	list-style:none;
	text-align: center;
}

#slider-fotogallery li
{
    position: relative;
	width: 220px;
	height: 300px;
	overflow: hidden;
	float: left;
	padding: 10px 0px 0px 0px;
}	

#fotogallery #prevBtn,
#fotogallery #nextBtn
{ 
	position: absolute;
	top: 125px;
	left: 10px;
}
	
#fotogallery #nextBtn
{ 
	left: 925px;
}														

#fotogallery #prevBtn a,
#fotogallery #nextBtn a  
{
    padding: 5px;
}

/*---------------------------------------------------
/*  videos
/*---------------------------------------------------*/


#videos
{
    width: 915px;
    height: 300px;
    position: relative;
    padding: 0px 0px 0px 45px;
    margin: 25px 0px 0px 0px;
    overflow: hidden;
}

#videos .title
{
    margin: 15px 0px 5px 0px;
    padding: 0px 0px 0px 50px;
    height: 36px;
    line-height: 36px;
}

#videos .item
{
    position: relative;
    z-index: 5;
}

#videos .icon-play
{
    position: absolute;
    top: 38px;
    left: 67px;
    z-index: 7;
    width: 68px;
    height: 68px;
}

#videos .icon-play a
{
    display: block;
    text-decoration: none;
    width: 68px;
    height: 68px;
}

#videos .titlesmall a
{
    font-weight: bold;
    padding: 0px 0px 10px 0px;
    font-size: 1em;
}

#videos .time
{
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 0px 0px 0px;
    font-style: italic;
}

#videos .image
{
    width: 200px;
	height: 150px;
}

#videos .image:hover
{
    cursor: pointer;
}

#videos .description
{
    width: 200px;
    padding: 20px 0px 0px 0px;
    z-index: 110;
    /*display: none;*/
    text-align: center;
}

#videos .description .name
{
    font-weight: bold;
}

/**** slider ***/

#slider-videos
{
    margin: 10px 0px 0px 0px;
    position: relative;
}

#slider-videos ul,
#slider-videos li
{
	margin:0;
	padding:0;
	list-style:none;
	text-align: center;
}

#slider-videos li
{
    position: relative;
	width: 220px;
	height: 280px;
	overflow: hidden;
	float: left;
	padding: 10px 0px 0px 0px;
}	

#videos #prevBtn-videos,
#videos #nextBtn-videos
{ 
	position: absolute;
	top: 125px;
	left: 10px;
}
	
#videos #nextBtn-videos
{ 
	left: 925px;
}														

#videos #prevBtn-videos a,
#videos #nextBtn-videos a  
{
    padding: 5px;
}


/*---------------------------------------------------
/*  downloads
/*---------------------------------------------------*/

#downloads td
{
    padding: 0px 0px 100px 0px;
}

#downloads .image
{
    float: left;
    margin: 0px 40px 0px 0px;
}

#downloads h2
{
    padding: 0px 0px 20px 0px;
}

#downloads .description
{
    float: left;
}

#downloads .separator
{
    width: 1px;
    font-size: 1px;
    line-height: 1px;
    height: 100%;
}

#downloads a
{
    text-decoration: underline;
}

#downloads a:hover
{
    text-decoration: none;
}

/*---------------------------------------------------
/*  news
/*---------------------------------------------------*/

#news a
{
    text-decoration: none;
}

#news .commands
{
    margin: 40px 0px 0px 0px;
}

#news .item
{
    width: 580px;
}

#news .image
{
    float: left;
    width: 165px;
}

#news .title
{
    padding: 0px 0px 15px 0px;
}

#news .title a
{
    font-size: 0.8em;
    text-transform: uppercase;
    padding: 0;
}

#news .date
{
    font-size: 1em;
    padding: 0px 0px 10px 0px;
    font-weight: bold;
}

#news .container
{
    /*float: left;*/
    padding-left: 185px;
}

#news .detail .container
{
    /*float: left;*/
    padding-left: 435px;
}

#news .detail .description
{
    padding: 20px 0px 20px 0px;
}

#news .detail .description a
{
    text-decoration: underline;
}

#news .detail .description a:hover
{
    text-decoration: none;
}

#news .separator
{
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    margin: 20px 0px 20px 0px;
    width: 580px;
}

#news .link,
#news .link a
{
    text-decoration: none;
}

#news .link a:hover
{
    text-decoration: underline;
}


/*---------------------------------------------------
/*  recommendations
/*---------------------------------------------------*/

#recommendations .title
{
    font-size: 14px;
    line-height: 14px;
    padding: 0px 0px 0px 25px;
    text-transform: uppercase;
    font-weight: bold;
}

#recommendations .toggle:hover
{
    cursor: pointer;
}

#recommendations .description
{
    display: none;
    padding: 10px 0px 10px 25px;
}

#recommendations .separator
{
    height: 10px;
    line-height: 10px;
    font-size: 10px;
}

/*---------------------------------------------------
/*  recipes
/*---------------------------------------------------*/

#recipes
{
    width: 960px;
    position: relative;
    overflow: hidden;
}

#recipes .norecipes
{
    padding: 25px 0px 50px 50px;
    display: block;
}

.site-content-search
{
    padding: 0px 0px 0px 450px;
}

#recipes .container
{
    float: left;
    width: 650px;
    position: relative;
}

#recipes .container .title
{
    padding: 20px 0px 20px 50px;
}

#recipes .item
{
    width: 195px;
	height: 150px;
	float: left;
}

#recipes .item .image,
#recipes .item .name
{
    width: 180px;
}

#recipes .name a
{
    text-decoration: none;
    display: block;
    height: 30px;
    line-height: 15px;
    padding: 5px 5px 5px 5px;
}

#recipes .image:hover
{
    cursor: pointer;
}

#recipes .description
{
    position: absolute;
    top: 200px;
    left: 0px;
    width: 180px;
    /*display: none;*/
    text-align: left;
}

#recipes .description .totalcomments
{
    font-style: italic;
    padding: 2px 0px 5px 0px;
}

/**** slider ***/

#slider-recipes
{
    margin: 0px 0px 0px 40px;
    position: relative;
    z-index: 10;
}

#slider-recipes ul,
#slider-recipes li
{
	margin:0;
	padding:0;
	list-style:none;
	text-align: center;
}

#slider-recipes li
{
    position: relative;
	width: 585px;
	height: 450px;
	overflow: hidden;
	float: left;
}	

#slider-recipes .separator
{
    clear: both;
    width: 0px;
}	

#recipes #prevBtn,
#recipes #nextBtn
{ 
	position: absolute;
	top: 188px;
	left: 0px;
	width: 35px;
	height: 239px;
	display: block;
	z-index: 50;
}
	
#recipes #nextBtn
{ 
	left: 615px;
}														

#recipes #prevBtn a,
#recipes #nextBtn a  
{
    padding: 5px;
}


/**********/

#recipes-detail a:hover
{
    text-decoration: none;
}

#recipes-detail .image
{
    float: left;
    width: 415px;
}

#recipes-detail h1
{
    padding: 0px 0px 20px 0px;
}

#recipes-detail h2
{
    font-weight: bold;
    font-size: 1em;
}


#recipes-detail .textcontainer
{
    margin: 0px 0px 30px 435px;
    width: 520px;
}

#recipes-detail .name
{
    float: left;
}

#recipes-detail .value
{
    margin: 0px 0px 0px 160px;
}

#recipes-detail .value a
{
    text-decoration: underline;
}

#recipes-detail .value a:hover
{
    text-decoration: none;
}

#recipes-detail .ingredients
{
    padding: 20px 0px 0px 0px;
}

#recipes-detail .description
{
    padding: 20px 0px 0px 0px;
}

#recipes-detail .description .result
{
    padding: 20px 0px 0px 0px;
}

#recipes-detail .ingredients .titlesmall
{
    float: left;
    padding: 2px 2px 2px 2px;
    line-height: 15px;
    width: 140px;
    cursor: pointer;
    margin: 5px 0px 0px 0px;
    text-align: center;
}

#recipes-detail .tabs
{
    overflow: hidden;
    margin: 10px 0px 15px 0px;
}

#recipes-detail .ingredients .active,
#recipes-detail .ingredients .titlesmall:hover
{
    line-height: 20px;
    margin: 0;
}

#recipes-detail .ingredients2,
#recipes-detail .ingredients8
{
    display: none;
}

#recipes-detail .gpi
{
    margin: 0px 0px 0px 435px;
    width: 485px;
    background-image: url(../media/logo-gpi.png);
    background-repeat: no-repeat;
    background-position: 0px 22px;
    padding: 30px 0px 10px 38px;
    font-size: 0.75em;
}

#recipes-detail .back
{
    width: 200px;
    height: 40px;
    margin: 40px 0px 0px 0px;
}

#recipes-detail .back a
{
    line-height: 40px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size;: 16px;
}

/*** recipes-search ***/

#recipes-search
{
    float: right;
    width: 280px;
}

#recipes-search .row
{
    margin: 0px 0px 5px 0px;
}

#recipes-search .row .name
{
    width: 270px;
    height: 21px;
    margin: 0px 0px 5px 0px;
    line-height: 21px;
    padding: 0px 0px 0px 10px;
}

#recipes-search .title-search
{
    padding: 0px 0px 20px 0px;
}

#recipes-search .search-box
{
    padding: 0px 0px 20px 0px;
}

#recipes-search .link
{
    padding: 40px 0px 0px 0px;
}

#recipes-search .link a
{
    text-decoration: none;
}

#recipes-search .link a:hover
{
    text-decoration: underline;
}

#recipes-search .search-box .link
{
    font-weight: bold;
    padding: 40px 0px 0px 0px;
}

#recipes-search .search-box .link a
{
    text-decoration: none;
    display: block;
    padding: 10px 0px 0px 0px;
}

#recipes-search .result-text
{
    padding: 10px 0px 20px 0px;
}

#recipes-search select
{
    width: 280px;
    padding: 3px 2px 2px 8px;
    font-size: 12px;
    line-height: 21px;
}

#recipes-search .textcontent-recipes
{
    padding: 40px 0px 0px 0px;
}

/*---------------------------------------------------
/*  recipes-overview
/*---------------------------------------------------*/

#recipes-overview
{
    width: 415px;
    margin: 10px 0px 10px 0px;
    position: relative;
}

#recipes-overview .container
{
    float: left;
    width: 415px;
    padding: 0px 0px 10px 0px;
}

#recipes-overview .container .title
{
    margin: 20px 0px 0px 45px;
    padding: 0px 0px 15px 0px;
}

#recipes-overview .image
{
	width: 105px;
	height: 75px;
}

/**** slider ***/

#slider-recipes-overview
{
    margin: 0px 0px 0px 45px;
    position: relative;
}

#slider-recipes-overview .item
{
    height: 80px;
}

#slider-recipes-overview ul,
#slider-recipes-overview li
{
	margin:0;
	padding:0;
	list-style:none;
	text-align: center;
}

#slider-recipes-overview li
{
    position: relative;
	width: 110px;
	overflow: hidden;
	float: left;
}	

#recipes-overview #prevBtn,
#recipes-overview #nextBtn
{ 
	position: absolute;
	top: 115px;
	left: 10px;
}
	
#recipes-overview #nextBtn
{ 
	left: 385px;
}														

#recipes-overview #prevBtn a,
#recipes-overview #nextBtn a  
{
    width: 20px;
    height: 123px;
    display: block;
}

/*---------------------------------------------------
/*  recipes commments
/*---------------------------------------------------*/

#comments
{
    margin: 0px 0px 0px 435px;
    width: 520px;
}

#comments .title
{
	font-size: 20px;
}


#recipecomments
{
	padding-bottom: 20px;
}

#recipecomments .itemcontainer
{
	/*display: none;*/
}

#recipecomments .link
{
    padding: 0px 0px 5px 12px;
    cursor: pointer;
} 

#recipecomments .close
{
    display: none;
    padding: 0px 0px 5px 12px;
    cursor: pointer;
} 

#recipecomments .item
{
	margin: 5px 0px 5px 0px;
	
}
#recipecomments .item .title
{
	font-size:100%;
	font-weight:bold;
}
#recipecomments .item .description
{
	padding: 0px 0px 2px 0px;
}
#recipecomments .item .author
{
    font-style: italic;
    text-align: right;
}
#recipecomments .item .author
{
	padding-left:7px;
}
#recipecomments .item .author .name
{
	font-weight:bold;
}
#recipecomments .item .author .homepage
{
	float:right;
	display:block;
}

#comments .send-button
{
	display:block;
	float:left;
	padding:0px 10px 0 20px;
	text-decoration:none;
	background-repeat:no-repeat;
}



/***** voting box *****/
#comments .voting-box
{
    float: left;
    width: 254px;
    height: 51px;
    margin: 0px 10px 0px 0px;
}

#comments .voting-result
{
    display: none;
}

#comments .voting-box .link
{
    font-size: 12px;
    padding: 10px 0px 0px 10px;
    font-weight: bold;
    text-transform: uppercase;
}

#comments .voting-box .stars
{
    float: left;
    margin: 5px 0px 0px 10px;
}

#comments .voting-box .button
{
    float: left;
    line-height: 17px;
    width: 65px;
    margin: 5px 0px 0px 90px;
    text-align: center;
    cursor: pointer;
}

#comments .voting-box .star-empty
{
    float: left;
    margin: 0px 2px 0px 0px;
    width: 14px;
    height: 14px;
}

#comments .voting-box .stars
{
    cursor: pointer;
}

/***** comment box *****/
#comments .comment-box
{
    float: left;
    width: 254px;
    height: 51px;
}

#comments .comment-box .link
{
    display: block;
    font-size: 12px;
    padding: 25px 0px 0px 15px;
    font-weight: bold;
}

#comments .comment-box .link:hover
{
    cursor: pointer;
    text-decoration: none;
}

#comments .container
{
    display: none;
    padding: 20px 0px 0px 0px;
}

#comments .comment-box .result
{
    font-size: 12px;
    padding: 3px 5px 0px 5px;
    font-weight: bold;
}


/*---------------------------------------------------
/*  popularRecipes
/*---------------------------------------------------*/

#popularRecipes .title
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    padding: 0px 0px 10px 0px;
}

#popularRecipes .container
{
    padding: 10px;
    width: 940px;
    height: 50px;
    margin: 0px 0px 10px 0px;
}

#popularRecipes .item
{
	float: left;
	width: 188px;
	font-size: 12px;
	line-height: 15px;
}

#popularRecipes .item .image
{
    float: left;
    
    margin: 0px 10px 0px 0px;
}

#popularRecipes .item .image img
{
    width: 65px;
	height: 55px;
}

#popularRecipes .item .description
{
    float: left;
    width: 110px;
}

#popularRecipes .item .description .name
{
    font-weight: bold;
    padding: 0px 0px 5px 0px;
    font-size: 10px;
}

#popularRecipes .link
{
    text-align: right;
    font-weight: bold;
}

#popularRecipes .link a
{
    text-decoration: none;
}



/*---------------------------------------------------
/*  search
/*---------------------------------------------------*/

#search
{
    float: left;
    overflow: hidden;
}

#search .row
{
    width: 395px;
    height: 20px;
    margin: 0px 0px 5px 0px;
    line-height: 20px;
}

#search .row .name
{
    width: 170px;
    margin: 0px 0px 0px 10px;
    float: left;
    font-weight: bold;
}

#search select
{
    width: 203px;
    height: 16px;
    line-height: 16px;
    margin: 2px 0px 0px 10px;
    border: 0px;
    padding: 0px;   
}

#search .search-result
{
    padding: 0px 0px 20px 0px;
}

#search .commands
{
    padding: 30px 0px 0px 0px;
}

#search .item
{
    padding: 10px 0px 10px 0px;
    width: 580px;
}

#search .item a
{
    text-decoration: none;
}

#search .item .titlesmall
{
    padding: 0px 0px 5px 0px;
}

#search .item .titlesmall a
{
    font-weight: bold;
}

#search .separator
{
    margin: 10px 0px 10px 0px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    width: 590px;
}


/*---------------------------------------------------
/*  sitemap
/*---------------------------------------------------*/
.sitemap a
{
    text-decoration: none;
}
.sitemap a:hover
{
    text-decoration: underline;
}
.sitemap div
{
    padding: 2px 0 2px 0px;
}
.sitemap ul
{
    padding-left: 30px;
}
.sitemap ul a
{
    font-weight: bold;
}
.sitemap ul ul a
{
    font-weight: normal;
}
.sitemap ul ul ul  ul a
{
    font-style: italic;
}





/*---------------------------------------------------
/*  utils
/*---------------------------------------------------*/

.relative
{
	position: relative;
}

.clear
{
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

img
{
	border: 0;
}

.body-gallery
{
    overflow: hidden;
}


/*remove flash borders at ff 3.6*/
object { outline:none; }


/*---------------------------------------------------
/*  contact form
/*---------------------------------------------------*/

.contact-form a:hover
{
    text-decoration: none;
}


.contact-form .input-row
{
    margin-bottom: 5px;
}

.contact-form .separator
{
    height: 1px;
    margin: 10px 0;
    clear: both;
}
.contact-form .input-row span.name
{
    display: inline-table;
    width: 130px;
    text-align: left;
    margin-right: 10px;
}

.contact-form .input-row  input
{
     width: 345px;
}

.contact-form .input-row textarea 
{
    width: 345px;
    height: 160px;
    vertical-align: text-top;
}


.contact-form .privacy span.name
{
    display: block;
    width: 120px;
    float: left;
}
.contact-form .privacy div
{
    float: left;
    width: 378px;
}
.contact-form .privacy .privacy-box input
{
    width: 20px;
}
.contact-form .privacy a
{
    text-decoration: underline;
    cursor: pointer;
}
.contact-form .missingPrivacy
{
    margin: 5px 0;
    display: block;
}

.contact-form .link
{
	padding: 40px 0px 60px 0px;
}
	
.contact-form .request-button
{
    float: right;
	text-decoration: none;
	margin: 30px 0px 0px 0px;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #ffffff;
	width: 90px;
	height: 20px;
	text-align: center;
	background-image: url(../media/button.png);
}

.contact-form .request-button:hover
{
	background-image: url(../media/button-hover.png);
}

.contact-form .checkbox-additional
{
    float: left; 
    width: 100px; 
    padding-left: 3px;
}

.contact-form .privacy .missing-privacy
{
    display: block;
    padding: 5px;
    margin: 5px 0;
    width: 100%;
}
.contact-form .checkboxes input
{
    width: 20px;
}
.contact-form .input-row .checkbox-additional input
{
    width: 20px;
}
.contact-form .input-row .checkbox-additional-input input
{
    width: 300px;
}
.contact-form .interests
{
}
.contact-form .interests input
{
    width: 30px;
}
.contact-form .header-text
{
    margin-bottom: 10px;
}

.contact-form .form-error
{
	/*padding-right: 20px;*/
	background-image: url(/media/error.png);
	background-repeat: no-repeat;
	background-position: right top;
	border: 2px solid #8B1713;
}
.contact-form .privacy .form-error
{
    background-color: #8B1713;
}
.contact-form .error-message
{
    border: 2px solid #8B1713;
    background-color: #ffffff;
    padding: 4px;
    margin: 20px 0px 10px 0px;
}
.contact-form .rooms input
{
    width:20px;
}


.contact-form .padding
{
	padding: 20px 10px 5px 20px;
}

.contact-form .block
{
	background-color: #fbffed;
	border: 1px solid #c4d19c;
	padding: 10px;
}

.contact-form .row-interests input
{
    width: 40px;
}



/*---------------------------------------------------
/*  jquery popup
/*---------------------------------------------------*/

.ui-widget-overlay
{
    position:absolute;
    top:0;
    left:0;
    opacity:0.9;
    filter:Alpha(Opacity=90); 
}

.cjq-popup
{
    overflow: hidden;
}

body.popup
{
	 padding: 10px 0 10px 0px;
	 text-align: center;
	 overflow: hidden;
}

.print-body
{
    overflow:auto;
    padding:10px 0 10px 10px;
}

.cjq-popup .ui-dialog-titlebar
{
    height:30px;
    line-height:30px;
    font-weight:bold;
    padding-left:10px;
}

.cjq-popup .ui-dialog-titlebar a
{
    position:absolute;
    top:5px;
    right:5px;
    text-decoration:none;
    font-weight:bold;
    padding:2px 5px;
    line-height:15px;
    width:16px;
    height:16px;
}

.cjq-popup .ui-dialog-titlebar a span
{
    width:16px;
    height:16px;
    font-size:0;
    line-height:0;
    display:block;
}

#popup-gallery html,
body.body-fotogallery
{
    height: 100%;
    background-image: none;
}

body.body-fotogallery .link
{
    position: absolute;
    top: 480px;
    right: 100px;
}

body.body-fotogallery .link a
{
    text-decoration: none;
}

#popup-gallery
{
    border: 15px solid #d5cdbf;
    background-color: #ffffff;
}

.body-fotogallery
{
    overflow: hidden;
    background-color: #ffffff;
    margin: 0;
}
.close-gallery
{
    position:absolute;
    top:2px;
    right:5px;
    cursor:pointer;
    background-repeat:no-repeat;
    width:20px;
    height:20px;
    font-size:0;
    line-height:0;
}
/*******************************************ajax postback*****************************************/

#ajaxpb
{
    background-color: #666666;
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    opacity: 0.3;
}

#ajaxpb .loader
{
    background-image: url(../media/loader.gif);
    background-repeat:no-repeat;
    background-position: center;
    width:100%;
    height:100%;
}




