/* default elements */

html,body,ul,dl,dt,dd,form,div  { margin: 0; padding: 0; }
html,body           { height: 100%; /*position: relative; *//* IE6 selection bug :: but creates thickbox error */ /* overflow: auto; */ /* height: 100%; */}
html                { /*overflow: auto; */ }
body                { font-family: Arial; font-size: 12px; text-align: justify; background-color:#70AE25; height:100%; }
#body_id            { } /* id of body tag for the strongest overrides */
img                 { border: 0; }
/* .png             { behavior: url(styles/iepngfix.htc); } */

/* links */

a, a:visited, a:hover, a:focus, a:active,
a img, a:visited img, a:hover img, a:focus img, a:active img,
a div, a:visited div, a:hover div, a:focus div, a:active div { outline: none; border: 0; cursor: pointer; }
a                       { color: #10522c; text-decoration: none; outline: none; }
a:visited       { color: #10522c; }
a:hover         { text-decoration: underline;  }
a:focus         { }
a:active        { }
a div, a:hover div, a:visited div       { text-decoration: none; cursor: pointer; }

/* paragraph elements */

ul                  { list-style-type: none; }
h1                  { margin: 0px; padding: 0px; font-weight: bold; font-size: 13px; }
h2                  { margin: 0px; padding: 0px; font-weight: bold; font-size: 13px; color: #98c000; margin-top: 18px; margin-bottom: 16px; text-transform: uppercase; }
h3                  { margin: 0px; padding: 0px; font-weight: bold; font-size: 12px; color: #fff; margin-top: 18px; margin-bottom: 16px; text-decoration: underline; }
br                  { margin: 0px; padding: 0px; }
ol                  { list-style-position: inside; margin: 0px; padding: 0px; }

/* table elements */

table               { border-collapse: collapse; border-spacing: 0px; } /* IE cellspacing: 0; Moz & Opera cellspacing = 0 */
th                  { }
tr                  { }
td                  { padding: 0; } /* cellpadding = 0 */
.vtop								{ vertical-align: top; }

/* form elements */

form            { margin: 0; padding: 0; border: none; }
fieldset        { border: none; margin: 0px; padding: 0px; text-align:justify; }
legend          { }
label           { font-weight: normal; width: 140px; display: block; color: #10522c; font-size: 12px; margin-left: 4px; }
label.vtop      { vertical-align: top; }
input           { font-family: Arial; font-size: 12px; background: white; border: none; border-top: 2px solid #aaa; border-left: 2px solid #ddd; padding: 0px; height: 20px; }
input.chk       { border: none; width: auto; height: auto; }
input.radio { border: none; width: auto; height: auto; }
input.button                { width: auto; height: auto; }
input.button:hover  { }
select          { font-family: Arial; font-size: 12px; background: white; border: none; border-top: 2px solid #aaa;  border-left: 2px solid #ddd;  }
textarea        { font-family: Arial; font-size: 12px; background: white; border: none; border-top: 2px solid #aaa;  border-left: 2px solid #ddd; overflow: auto; }

.login_input_bg       { display: inline-block; width: 106px; height: 21px; padding-bottom: 3px; }
.login_input_bg input { width: 89px; height: 15px; border: none; margin-left: 9px; margin-top: 3px; background: none; color: #aaa; font-size: 11px;  }

.input_bg          { display: inline-block; width: 169px; height: 26px; }
.input_bg.focus    { display: inline-block; width: 169px; height: 26px; }
.input_bg select, .input_bg input   { width: 159px; height: 17px; margin-left: 4px; margin-top: 3px; }

.input_md          { display: inline-block; width: 44px; height: 26px; }
.input_md.focus_md { display: inline-block; width: 44px; height: 26px; }
.input_md input    { width: 34px; height: 17px; margin-left: 4px; margin-top: 3px; text-align: center; }

.input_sm          { display: inline-block; width: 28px; height: 26px; }
.input_sm.focus_sm { display: inline-block; width: 28px; height: 26px; }
.input_sm input    { width: 18px; height: 17px; margin-left: 4px; margin-top: 3px; text-align: center; }


fieldset .red      { }

/* text elements */

.white    , a.white    , a:visited.white     { color: #fff; }
.black    , a.black    , a:visited.black     { color: #000; }
.blue     , a.blue     , a:visited.blue      { color: #00f; }
.red      , a.red      , a:visited.red       { color: #f00; }
.lightgrey, a.lightgrey, a:visited.lightgrey { color: #aaa; }
.grey     , a.grey     , a:visited.grey      { color: rgb(119, 119, 119); }
.darkgrey , a.darkgrey , a:visited.darkgrey  { color: #3b3b3b }
.yellow   , a.yellow   , a:visited.yellow    { color: #f0dc00; }
.green    , a.green    , a:visited.green     { color: #98c000; }
.darkgreen, a.darkgreen, a:visited.darkgreen { color: #658F09; }

.huge   { font-size: 24px; }
.big    { font-size: 20px; }
.medium { font-size: 18px; }
.mid    { font-size: 16px; }
.normal { font-size: 12px; }
.small  { font-size: 10px; }
.tiny   { font-size: 8px; }

.st { font-weight: bold; }
.it { font-style: italic; }
.ul { text-decoration: underline; }

.tleft { text-align:left }

/* site wrapper elements */

.clear          { float: none; clear: both; }
.hidden         { display: none; }
.break          { float: none; clear: both; display: block; }
.left           { float: left; }
.right          { float: right; }

.nw             { white-space: nowrap; }

/* errors */

.error          { color: red; font-style: italic; text-align: center; }

/* pager */

.pagerLine          { text-align: center; font-size: 11px; }

.pagerActive,
.pagerInactive,
.pagerExtraActive,
.pagerExtraInactive { display: inline-block; background: #98c000; margin: 3px; text-align: center; color: black; }

.pagerInactive      { background: white; }
.pagerExtraActive,
.pagerExtraInactive { }
.pagerInactiveBg    { display: inline-block; width: 17px; height: 16px; padding-left: 1px; padding-top:2px; }

a .pagerActiveBg,
a:visited .pagerActiveBg,
a:hover .pagerActiveBg  { display: inline-block; width: 18px; height: 16px;   }

.pagerActive a, .pagerActive a:visited, .pagerActive a:focus, .pagerActive a:hover,
.pagerInactive a, .pagerInactive a:visited, .pagerInactive a:focus,  .pagerInactive a:hover,
.pagerExtraActive a, .pagerExtraActive a:visited, .pagerExtraActive a:focus, .pagerExtraActive a:hover,
.pagerExtraInactive a, .pagerExtraInactive a:visited, .pagerExtraInactive a:focus, .pagerExtraInactive a:hover  { width: 17px; height: 16px; padding-left: 1px; display: inline-block; padding-top:2px; color: white; text-decoration: none; }
.pagerActive a:hover { color: black; background: white; }


/* LAYOUT elements */

#layout             { width: 100%; min-height:100%; height: auto !important; height: 100%; background: #70AE25 url(layout/knorr_bg_fix_bottom.jpg) no-repeat 50% 100%; padding-bottom:20px; }
#wrapper            { width: 100%; min-width: 997px; min-height:100%; height: auto !important; height: 100%;}
#container      { width: 997px; margin: 0px auto 0px auto; padding-top:1em; position:relative; }
noscript div        { position:absolute; top:0px; left:0px; width: 100%; color: red; font-size: 14px; font-weight: bold; background: white; text-align: center; padding: 6px; border: 1px solid #292929; overflow: hidden;  }

.menu                       { height: 65px; padding-top: 8px; }
    .menu a,
    .menu a:visited         { padding:30px; }
    .menu a.active,
    .menu a.active:visited  { }
    .menu a:hover           { }


#content { font-family: Arial; font-size: 12px; text-align: justify; line-height: 16px; color:#10522c; position:relative; width:955px; }

#menu { width:997px; height:165px; background: url('layout/knorr_header_logo_left_top_111x165.png') no-repeat transparent; position: relative; }
#logo	{ position: absolute; top:0px; left: 0px; display: inline-block; width: 111px; height: 130px; }

#menu_links { width:852px; height:112px; position:relative; left:111px; top:54px; float:left; background: url('layout/menu_bg.jpg') no-repeat; }

#menu_links li,
#menu_links li a { display:block; float:left; height:111px; }

#header_right { width:34px; height:112px; position:relative; top:54px; left:111px; float:left; z-index:1; }
#header_right_padder { position:absolute; left:0px; width:17px; height:111px; background: url('layout/knorr_header_right.jpg') no-repeat transparent; }

#header_right_corner { position:absolute; right:0px; top:66px; width:17px; height:145px; background: url('layout/knorr_header_right_fullcorner.png') no-repeat transparent; }
/*#header_right_corner_bottom { width:17px; height:32px; position:relative; top:112px; background: url('layout/knorr_header_right_corner_little.png') no-repeat transparent; z-index:1; }*/


.container { position:relative; left:4px; padding-bottom:20px; background: url('layout/content_bg_top_repeat-x_1x200px.gif') white repeat-x; }

#footer { width:997px; background: url('layout/knorr_footer.png') no-repeat transparent; }

#footer ul { height:77px; }
#footer ul li { color:#ffffff; display:inline; text-align:center; padding:0 5px; position:relative; top:41px; }
#footer a { color:#fff }

/* Global overrides - leave at the end */

#body_id { height:100%; }
#body_id input.chk,
#body_id input.radio                { border: none; width: auto; height: auto; background: none; }
#body_id input.button               { width: auto; height: auto; }
#body_id input.button:hover { }

button {
    padding:0;
    margin:0;
    border:0;
    background:none;
    cursor:pointer;
	white-space:nowrap;
}

button.submit ,
button.submit_red,
button.submit_gray {
    display:inline;
    height:30px;
    background:none;
    color:white;
}
button.submit span ,
button.submit_red span,
button.submit_gray span {
    display:block;
    float:left;
    height:30px;
}
button.submit .button_left ,
button.submit_red .button_left,
button.submit_gray .button_left {
    padding-left:15px;
}
button.submit .button_left {
    background: url('layout/knorr_button_left.jpg') 0 0 no-repeat transparent;
}
button.submit .button_right ,
button.submit_red .button_right,
button.submit_gray .button_right {
    padding-right:15px;
}
button.submit .button_right {
    background: url('layout/knorr_button_right.jpg') 100% 0 no-repeat transparent;
}
button.submit .button_text ,
button.submit_red .button_text,
button.submit_gray .button_text {
    line-height:30px;
    padding:0;
    margin:0;
}
button.submit .button_text {
    background: url('layout/knorr_button_text.jpg') repeat transparent;
}


#main .second_row,
#products .second_row,
#about .second_row {
    position:relative;
	overflow:hidden;
    top:17px;
}
#main #main_flash {
    padding-top:32px;
}

#main #main_slideshow {
    position:relative;
    float:left;
	width:447px;
	margin-bottom:17px;
}

#main #main_slideshow a {
	display:block;
}

#main #main_helpbox {
    position:relative;
    margin-left:17px;
    float:left;
    background: url('layout/nyito_segithetunk_bg_repeat-x_1x110px.gif') repeat-x;
}
#main #main_helpbox a.left,
#main #main_helpbox a.right {
    text-decoration:none;
    display:block;
    float:left;
    width:220px;
    height:166px;
}

#main #main_helpbox span {
    position:absolute;
    width:103px;
    top:88px;
    text-align:left;
}
#main #main_helpbox .left span {
    left:8px;
}

#main #main_helpbox .right span {
    left:228px;
}


#main_sponsors {
    clear:both;
    list-style-type:none;
    text-align:center;
	width:440px;
}

#main_sponsors li {
    display:inline;
    padding:4px;
}

#main_sponsors a:hover {
	text-decoration:none;
}

#about #main_flash {
    width:905px;
    height:320px;
}

#about .product_list ,
#products .product_list {
    text-align:center;
    display:block;
    margin-bottom:1em;
    margin-right:47px;
}
#about .product_list a,
#products .product_list a {
    padding:0 4px;
}

.inner-container {
    position:relative;
    min-height:320px;
    left:25px;
    width:905px;
	padding-bottom:2px;
}

#contact .left_col,
#contact .right_col {
    width:451px;
    margin-top:32px;
    float:left;
    padding-bottom:70px;
}
#contact .left_col {
    border-right:1px dotted #98cf71;
}

#contact .middle_col  {
	width:451px;
  padding-top:32px;
  padding-bottom:40px;
  margin: 0px auto;
}

#main .help_title,
#contact .help_title {
    width:155px;
    height: 32px;
    position:absolute;
    text-align:left;
}
#main .help_title {
    left:12px;;
    top:14px;
}
#contact .help_title {
    left:82px;
    top:6px;
}

#contact #contact_left_header,
#contact #contact_right_header{
    border-bottom:1px dotted #98cf71;
    width:434px;
	height:98px;
    position:relative;
    top:-23px;
}

#contact #contact_left_header {
    margin-right:17px;
    background: url('layout/segithetunk_girl.png') no-repeat;
}
#contact #contact_right_header {
    margin-left:17px;
    background: url('layout/segithetunk_cook.png') no-repeat;
}

#recipes label,
#recipe_search label,
#contact label {
    color:gray;
}


#contact #contact_left_header .text {
    position:absolute;
    top:42px;
    left:82px;
    text-align:left;
}

#contact #contact_right_header .text {
    position:absolute;
    top:45px;
    left:88px;
    text-align:left;
}

#contact .contact_left_mail_addr_text {
    display:block;
    padding-left:4px;
}
#contact .contact_left_mail_addr_text span {
    padding-left:4px;
}

#contact #contact_left,
#contact #contact_right {
    padding-left:65px;
}

#contact form .textarea {
    background: url('layout/knorr_contact_text_bg.jpg') no-repeat;
    width:322px;
    height:203px;
}
#contact form .textarea textarea {
    border:0;
    margin:0;
    margin-left:6px;
    margin-top:6px;
    height:189px;
    width:310px;
    background:transparent;
}
#contact form p {
    width:324;
    overflow:hidden;
}
#recipes form input,
#recipe_search form input,
#contact form input {
    width:308px;
    padding:0px 8px;
    height:22px;
    line-height:22px;
    background: url('layout/knorr_contact_input_bg.jpg') no-repeat;
    border:0;
    margin:0;
}

#contact form .button_holder {
    position:relative;
    top:16px;
}
#contact form .button_holder button {
    position:relative;
    left:185px;
}

#contact h2 {
    height:38px;
}


#partners h1 {
	padding-top:13px;
}
#partners ul {
    list-style-image: url('layout/partners_list_mark.jpg');
    margin-left:20px;
}
#partners ul li a {
    color:black;
    position:relative;
    top:-3px;
    margin-bottom: 4px;
    display: inline-block;
}
#partners ul li {
    margin-top:20px;
    padding-left:10px;
	border-bottom:1px dotted #98cf71;
    padding-bottom:10px;
}


#recipe .left_col,
#recipes .left_col {
    width:516px;
}
#recipe .right_col,
#recipes .right_col ,
#recipe_search .left_col {
    width:358px;
}

#recipe .right_col ul,
#recipes .right_col ul {
    margin-left:25px;
}

#recipe .right_col ul li,
#recipes .right_col ul li ,
#recipe_search .left_col ul li {
    background: url('layout/partners_list_mark.jpg') 0 0 no-repeat;
    width:358px;
    height:166px;
    margin-bottom:8px;
    border-bottom:1px dotted #98cf71;
    color:#10522c;
    font-weight:normal;
    position:relative;
}
#recipe .right_col ul li img,
#recipes .right_col ul li img ,
#recipe_search .left_col ul li img {
    margin-right:12px;
}

#news .second_row .date,
#recipe .right_col ul li div.date,
#recipes .right_col ul li div.date ,
#recipe_search .left_col ul li div.date {
    margin-bottom:10px;
    margin-top:0;
    font-size:11px;
}

#recipe .right_col ul li h3,
#recipes .right_col ul li h3,
#recipe_search .left_col ul li h3 {
    margin:0;
    font-weight:normal;
    padding-left:24px;
    font-size:14px;
}
#news .item_container h3,
#recipe .right_col ul li h4,
#recipe_search .left_col ul li h4,
#recipes .right_col ul li h4 {
    margin: 0;
    font-size:12px;
}

#recipe .left_col h3,
#recipes .left_col h3 ,
#recipe_search .left_col h3 {
    font-size:18px;
    font-weight:normal;
}

#recipe .right_col ul a.go_link ,
#recipes .right_col ul a.go_link ,
#recipe_search .left_col ul a.go_link {
    position:absolute;
    right:0;
    bottom:3px;
}

#recipe_search .right_col .freetext_search ,
#recipes .left_col .freetext_search {
    display:block;
    background: url('layout/knorr_recipes_freetextsearch_bg.jpg') no-repeat;
    overflow:hidden;
    height:24px;
    width:243px;
}

#recipe_search .right_col .freetext_search input,
#recipes .left_col .freetext_search input {
    height:24px;
    width:195px;
    background:transparent;
}

#recipe_search .right_col select ,
#recipes .left_col select {
    height:24px;
    width:239px;
}

#recipe_search .recipe_search p.freetext,
#recipes .recipe_search p.freetext {
    position:relative;
}
#recipe_search .recipe_search p.freetext button,
#recipes .recipe_search p.freetext button {
    display:block;
    position:absolute;
    width:32px;
    height:24px;
    top:0;
    left:210px;
}

#recipe .button_holder {
    margin-top:10px;
}

#recipe .left_col h2 {
	height:45px;
    position:relative;
    top:5px;
    margin-top:8px;
}

#recipe_search .left_col {
    width:373px;
}
#recipe_search .left_col ul {
    margin-left:11px;
}
#recipe_search .left_col h2 {
    margin-left:11px;
}
#recipe_search .right_col {
    position:relative;
    left:89px;
}
#recipe_search .right_col {
    width:427px;
}

#recipe_search .right_col form.recipe_search {
    padding-bottom:5px;
    border-bottom:1px dotted #98cf71;
}
#recipe_search .right_col .go_back_button {
   margin-top:20px;
}
#recipe_search .left_col .search_term {
    padding-bottom:18px;
    margin-left:11px;
    color:#5f9a78;
}
#recipe_search .left_col .search_term strong {
    color:#10522C;
    padding-left:6px;
    padding-right:6px;
}

#recipe_search h3.fontreplace {
	height:30px;
}

#about h1,
#legal h1,
#lazar h1,
#privacy_policy h1,
#products h1,
#productitem h2,
#product h1,
#contact h2.fontreplace,
#recipe h1.fontreplace,
#recipes h1.fontreplace {
    margin:0;
    height:50px;
    line-height:40px;
    position:relative;
    top:18px;
    margin-bottom:36px;
}

#news h1.fontreplace {
	margin:0;
    height:40px;
    line-height:40px;
    position:relative;
}

#partners h1.fontreplace {
		margin:0;
    height:40px;
    line-height:40px;
    position:relative;
    top:18px;
}

#product #main_flash {
    position:relative;
    left:-25px;
}

#product .product_list {
    margin-top:26px;
    margin-left:12px;
    margin-right:12px;
    margin-bottom:120px;
    text-align:center;
}

#product .second_row {
    padding-bottom:200px;
}
#product #slave_flash {
    margin-top:32px;
    width:620px;
    height:164px;
    position:absolute;
    left:142px;
}

#productitem  #product_content .recipe { width:435px; }

#productitem .product_row {
    display:table;
}

#productitem .left_arrow,
#productitem .right_arrow {
    display:block;
    text-decoration:none;
    width:110px;
    background-position: 50% 50%;
    background-repeat:no-repeat;
    height:265px;
}
#productitem .left_arrow {
    position:relative;
    left:-8px;
}

#productitem .right_arrow {
    position:relative;
    right:-8px;
}

#productitem #product_content {
    width:682px;
    border-top:1px dotted #98cf71;
    border-bottom:1px dotted #98cf71;
    background: url('layout/knorr_product_table_bg_1px.jpg') #fcf6d4 repeat-x;
}

#productitem #product_content .bottom_row{
    border-top:1px dotted #98cf71;
}

#productitem .product_image {
	text-align: center;
    width:227px;
	padding:10px;
    height:260px;
}

#productitem .recipe_image {
	text-align: center;
    width:227px;
	margin-top: 85px;
	padding-left: 20px;
	padding-bottom: 25px;
}

#productitem #product_flash {
    padding-top:32px;
    position:relative;
    left:-25px;
}

#productitem #product_content .product_text {
    width:429px;
}
#productitem #product_content .product_text h1 {
    margin-top:25px;
    line-height: 42px;
}

#productitem #product_content .product_text td {
    padding:3px 3px 3px 3px;
}

#productitem #product_content .product_text table {
    position:relative;
    top:-5px;
}

#productitem #product_content .product_text td,
#productitem #product_content .product_text table {
    font-size:11px;
    border:1px solid #dbd5b1;
    border-collapse:collapse;
    color:#8c876f;
}

#productitem #product_content .product_text table td {
	width:25%;
	text-align: left;
}

#productitem #product_content .product_text thead td {
    width:210px;
}

#productitem #product_content .recipe h2 {
    color:#10522c;
    padding:0;
    position:relative;
    margin:0;
    top:0;
    height:auto;
    line-height:auto;
    padding-top:10px;
    margin-bottom:12px;
    width:435px;
}


#productitem #product_content .recipe h2.connected_recipe_title {
		padding: 10px 0px 0px 0px;
    margin: 0px 0px 6px 0px;
    line-height: 28px;
}

#productitem #product_content .recipe .arrow_row {
    margin-bottom:20px;
    line-height:22px;
    padding-left:26px;
    background: url('layout/partners_list_mark.jpg') 0 4px no-repeat;
}


#productitem .recipe .button_holder form {
    position:absolute;
}
#productitem .recipe .go_to_brandsite {
    left:505px;
}
button.submit .button_left {
    background: url('layout/knorr_button_left_yellow.jpg') 0 0 no-repeat transparent;
}
button.submit .button_right {
    background: url('layout/knorr_button_right_yellow.jpg') 100% 0 no-repeat transparent;
}
button.submit_red .button_left {
    background: url('layout/knorr_button_red_left_yellow.jpg') 0 0 no-repeat transparent;
}
button.submit_red .button_right {
    background: url('layout/knorr_button_red_right_yellow.jpg') 100% 0 no-repeat transparent;
}
button.submit_red .button_text {
    background: url('layout/knorr_button_red_text.jpg') repeat transparent;
}
button.submit_gray .button_left {
    background: url('layout/knorr_button_gray_left.jpg') 0 0 no-repeat transparent;
}
button.submit_gray .button_right {
    background: url('layout/knorr_button_gray_right.jpg') 100% 0 no-repeat transparent;
}
button.submit_gray .button_text {
    background: url('layout/knorr_button_gray_text.jpg') repeat transparent;
}

#productitem #product_category_flash {
    margin-top:32px;
    width:620px;
    height:164px;
    position:relative;
    left:143px;
}


#news h2 ,
#newsitem h1 {
    margin-top:0;
    line-height:35px;
    margin-bottom:2px;
}

#news .news_container,
#newsitem .news_container {
    padding-top:17px;
}

#news .second_row li.item {
    display:block;
    float:left;
    width:226px;
    margin:0;
    padding:0;
}

#news .second_row li.item .item_container {
   margin-top:3px;
   border-right:1px dotted #98cf71;
   padding:0 6px;
}

#news .second_row li.last .item_container {
    border:0;
}

#news .second_row li.item .item_container * {
    width:212px;
}

#news .second_row li.item .item_container p {
    padding-bottom:74px;
    margin:0;
    text-align:justify;
}

#news .second_row li.item .item_container img {
    position: absolute;
	bottom:0px;
}

#news .second_row li.item h3.arrow {
   margin:0;
   padding-top:6px;
}

#news .second_row li.item h3.arrow img {
    vertical-align:bottom;
    width:14px;
    height:14px;
}

#news .second_row li.item h3.arrow a {
    padding-left:3px;
}

#newsitem .text {
    padding-top:17px;
}

#newsitem .button_holder {
    margin-top:17px;
}


.centertitle_absolute {
	display:block;
	height:38px;
	margin-bottom: 10px;
	width:100%;
	top:55px;
	position:absolute;
	background-position:50% 0;
}

.scroll-handler {
    position: relative;
}


/* root element for scrollable */
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;

	/* vertical scrollables have typically larger height than width but not now */
	height: 210px;
	width: 904px;
}

/* root element for scrollable items */
.scrollable .items {
	position:absolute;

	/* this time we have very large space for the height */
	width:20000em;
}

.scrollable .items div{
	float:left;
}

.leftscrollimg {
    position:absolute;
    top:100px;
    left:-20px;
}

.rightscrollimg {
    position:absolute;
    top:100px;
    right:-20px;
}

.cap_info	{
	width: 160px;
	float: left;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.cap_img	{
	float: left;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
}

#privacy_policy h3,
#legal h3 {
	color:#10522C;
}

ul.dash {
	margin:6px 0;
	list-style-position:inside;
	list-style-type:disc;
}
ul.dash li {
	margin-left:6px;
}

ol.roman {
	list-style-type:upper-roman;
	margin:6px 0;
}
#privacy_policy ol.roman li {
	margin-left:12px;
}

ol.roman li h5 {
	display:inline;
}

#lazar	{ font-size: 14px; line-height: 18px; }
#lazar .lead_img { float: left; margin: 0px 10px 10px 0px; }

#lazar h2{
	font-size: 15px;
	line-height: 18px;
}

#lazar h2,
#lazar h3{
	color: #10522C !important;
}

#lazar ol{
	margin-left: 10px;
}

#lazar ul.bull{
	list-style-type: circle;
	margin-left: 10px;
}

#lazar ol li{
	margin-bottom: 5px;
	margin-left: 10px;
}

#lazar ul.bull li{
	margin-bottom: 5px;
	margin-left: 10px;
}

.h_separator{
	width: 100%;
	height: 1px;
	border-top: 1px solid #005917;
	margin: 10px 0px;
}

.link { cursor: pointer; }
.link:hover { cursor: pointer; text-decoration: underline; }
/*#movie { width: 424px; height: 320px; background: #ddd; border: 1px solid #aaa; padding-top: 20px; z-index: 1; }*/
#movie { width: 384px; height: 288px; background: #efefef; border: 1px solid #bbb; margin-top: 20px; margin-left: 370px; padding: 10px; }
.overlay_close	{ font-weight: bold; cursor: pointer; position: absolute; display: inline-block; bottom: 6px; right: 20px;}


#recipe .left_col h3 a {
	color:#10522C;
    font-weight:bold;
}
#recipe .left_col h3 a:hover {
	text-decoration:none;
}
