/*
 * #818181 form field bg - pale grey
 * #484848 key bg - mid grey
 * 
 * */

body
{
    font-size: 76%;
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: #000;
    text-align: center;
}


/* LAYOUT */
.page,
.header-inner,
.footer-inner
{
    width: 980px;
    margin: 0 auto;
    text-align: left;
}
.page
{
	margin-top: -1px;/* To overlap .header's border */
	border-top: solid 1px #fff;
    padding: 0;
    background: #000;
}
.header
{
    color: #FFF;
    clear: both;
	margin: 0;
	border-bottom: solid 1px #fff;
	background:url(/images/CookingChef/bg-header-wide.png) center top no-repeat;/* PNG is 8-bit, not 24-bit, and thus works in IE 6. The equivalent GIF file would have been 29k; this is 3.3k. */
}
.header-home
{
	background-image: url(/images/CookingChef/bg-header-wide-home.png);
}
.header-inner
{
    position: relative;
    min-height: 90px;/* See also ie6.css */
    padding: 0 0 13px 0;
	background: #000 url(/images/CookingChef/bg-header.jpg) left top no-repeat;
}
.footer
{
    color: #757575;
    background: #7d7d7d url(/images/CookingChef/bg-footer-new.gif) repeat-x top left;
    text-align: left;
}
.container
{
    margin: 0 0 0 0; /*padding:0 20px;*/
    clear: both;
    background: url(/images/CookingChef/bg-content-home.jpg) no-repeat left top;
}
.internal .container
{
    background: url(/images/CookingChef/bg-content-internal.jpg) no-repeat left top;
}
.cooking .container
{
    background: url(/images/CookingChef/bg-content-cooking.jpg) no-repeat left top;
}
.recipies .container
{
    background: url(/images/CookingChef/bg-content-recipe.jpg) no-repeat left top;
}
.recipies-page .container, .attachment-page .container
{
    background: url(/images/CookingChef/bg-content-recipe-page.jpg) no-repeat left top;
}
.attached .container
{
    background: url(/images/CookingChef/bg-content-attached.jpg) no-repeat left top;
}
.forms .container
{
    background: url(/images/CookingChef/bg-content-attached.jpg) no-repeat left top;
}
.forms.extended .container
{
    background-position: left bottom;
}
.forms.extended .container .content
{
    background: none;
}

.subnav
{
	margin-top: -1px;/* To overlap .page's border *//* See also ie6/.css */
    border: 1px solid #fa3930;
    border-width: 1px 0 1px 0;
    width: 161px;
    float: left;
    display: inline;
    background: #1a1a1a url(/images/CookingChef/bg-subnav.png) right top repeat-y;
}

.content .padding
{
    margin: 0 12px;
}
.home .content .padding
{
    padding: 105px 50px 0 420px;
    min-height: 418px;
}
.internal .content, .cooking .content,
.recipies .content, .recipies-page .content,
.attachment-page .content, .attached .content,
.forms .content
{
	margin-top: -1px;/* To overlap .page's border */
    border: 1px solid #FFF;
    margin-bottom: 25px;
    float: left;
    width: 776px;
   /* background: url(/images/CookingChef/bg-content-overlay.png) repeat-x bottom left;*/
}
.internal .content .padding, .cooking .content .padding, .recipies .content .padding, .recipies-page .content .padding, .attachment-page .content .padding, .attached .content .padding, .forms .content .padding
{
    border-top: none;
    margin: 0;
    padding: 20px 20px 20px 30px; ;color:#ccc}
.recipies-page .content, .attachment-page .content
{
    background: none;
}

/*LAYOUT TWO COL FIXED*/
.page.two-col-fixed
{
    width: 760px;
    text-align: left;
}
.two-col-fixed .header
{
}
.two-col-fixed .container
{
}
.two-col-fixed .subnav
{
    float: left;
    width: 24.5%;
}
.two-col-fixed .content
{
    float: right;
    width: 75%;
}
.two-col-fixed .footer
{
    padding: 10px;
}

/* HEADER */
.logo
{
    position: absolute;
    z-index: 10;
    float: left;
    top: 15px;
    left: 60px;
	width:185px;
}

.nav-links
{
    float: right;
    text-align: right;
    width: 750px;
}

.functional-nav
{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    float: right;
    width: auto;
    margin: 14px 0 0;
    padding: 0 28px 0 0;
    background: transparent url(/images/CookingChef/bg-nav.png) top left no-repeat;
    min-height: 22px;
    max-width: 750px;
}
.functional-nav li
{
    min-height: 14px;
    list-style: none;
    display: inline;
    width: auto;
    float: left;
    text-transform: uppercase;
    font-size: 0.9em;
    padding: 4px 10px 4px 12px;
    margin: 0;
    font-weight: bold;
    background: url(/images/CookingChef/bg-nav-grey-dot.gif) no-repeat left;
}
.functional-nav li.first
{
    padding-left: 15px;
	background-image: none;
}
.functional-nav li.register
{
    background: url(/images/CookingChef/bg-nav-reg.gif) top left no-repeat;
    margin: 0;
    padding-left: 22px;
    padding-right: 10px;
}
.functional-nav li.login
{
    background: url(/images/CookingChef/bg-nav-login.gif) top right no-repeat;
    padding-left: 0px;
    padding-right: 22px;
}
.functional-nav li.login a
{
    background: url(/images/CookingChef/bg-nav-login-dot.gif) left center no-repeat;
    padding-left: 13px;
}
.functional-nav li.logout
{
    background: url(/images/CookingChef/bg-nav-logout-left.gif) 0px 0px no-repeat;/*was 9px*/
    margin:1px 0px 0px 12px;
  padding:0;
    padding-left:7px;
    min-height:0;
    display:block;
    float:left;
    
    /*padding-right: 50px;*/
   
}
.functional-nav li.logout a{
background: url(/images/CookingChef/bg-nav-logout.gif) right top no-repeat;
display:block;
padding:3px 10px 4px 2px;
position:relative;
float:left;
}
.functional-nav.extra li.user
{
    text-transform: none;
    padding-left: 15px;
    padding-right: 50px;
}
.functional-nav.extra li.user a
{
    color: #fff;
}

ul.functional-nav.extra
{
    top: 2em;
	background-image: none;
}
ul.functional-nav.extra li
{
    background: none;
}
.functional-nav li a
{
    color: #ccc;
    text-decoration: none;
}
.functional-nav li a:hover
{
    color: #fff;
    text-decoration: underline;
}
.functional-nav li.register a, .functional-nav li.login a, .functional-nav li.logout a
{
    color: #fff;
}
.functional-nav li.register a:hover, .functional-nav li.login a:hover, .functional-nav li.logout a:hover
{
    color: #fff;
}
.functional-nav li.active a
{
    color: #fff;
    text-decoration: underline;
}


/*
.functional-nav li.language {padding: 3px 50px 1px 12px;}
.functional-nav li.language label { position: absolute; left: -9999px; overflow: hidden;}
.functional-nav li.language select {border:1px solid #ccc;color:#ccc;display:inline;width:auto;float:left;text-transform:uppercase;font-size:0.9em;margin:0 2px 0 0;font-weight:bold;background:#2E2F30;vertical-align:middle;padding:0;width:110px;}
*/

.main-navigation
{
    width: auto;
    margin: 5.7em 30px 0 0;
    padding: 0;
    float: right;
}
.main-navigation li
{
    list-style: none;
    display: inline;
    width: auto;
    float: left;
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 5px 20px;
    margin: 0;
    font-weight: bold;
    background: url(/images/CookingChef/bg-nav-red-dot.gif) no-repeat left;
}
.main-navigation li a
{
    color: #ccc;
    text-decoration: none;
}
.main-navigation li.first
{
    background: none;
}
.main-navigation li a:hover, .main-navigation li a:focus, .main-navigation li a:active, .main-navigation li.active a
{
    text-decoration: underline;
    color: #FFF;
}

/* FORMAT */
abbr, acronym, dfn
{
    cursor: help;
    border: 0;
}
a abbr, a acronym, a dfn
{
    cursor: pointer;
}

pre, address
{
    margin: 0;
    padding: 0;
}
p, blockquote
{
    margin: 0;
    padding: 0 0 1em 0;
    line-height: 1.5em;
}
blockquote
{
    margin: 1em 0;
    padding: 1em 0 1em 35px;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    background: url(/images/CookingChef/quote-open.gif) 0 1em no-repeat;
}
blockquote p
{
    padding: 0 25px 0 0;
    background: url(/images/CookingChef/quote-close.gif) right bottom no-repeat;
}

img
{
    border: 0;
}


/* FORMAT > fonts */
body, input, textarea, select
{
    font-family: Arial,Helvetica,sans-serif;
}
h1, h2, h3, h4, h5, h6
{
    font-family: Arial, Helvetica, sans-serif;
}
em, i
{
    font-style: italic;
}
strong, b
{
    font-weight: bold;
}
dfn
{
    font-style: normal;
}
cite
{
    font-style: italic;
}
code, kbd, pre
{
    font-family: "Courier New" ,Courier,mono;
    font-size: 1em;
}


/* ANCHORS */
a
{
    text-decoration: underline;
    color: #FFF;
}
a:link
{
}
a:visited
{
}
a:hover, a:focus, a:active
{
    text-decoration: none;
}

p a
{
    font-weight: bold;
    color: #CCC;
}


/* HEADERS */
h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
    color: #FFF;
}
h1
{
    font-size: 3em;
    font-weight: normal;
    margin: 0 0 0.3em 0;
}
h2
{
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 0.3em 0;
}
h3
{
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 0 0.3em;
}
h4
{
    font-size: 1.25em;
}
h5, h6
{
    font-size: 1em;
}


/* LISTS */
ul, ol, dl
{
    margin: 0;
    padding: 0 0 1em 0;
}
ul ul, ol ol, ol ul, ul ol
{
    padding: 0;
    margin: 0 0 0 2em;
}
ul
{
    list-style-type: none;
}
ol
{
    list-style-type: decimal;
}
li
{
    margin: 0 0 0 2em;
    padding: 0;
}
.content ul li
{
    background: url(/images/CookingChef/bg-bullet-red-dot.gif) no-repeat 0 5px;
    margin-left: 10px;
    padding-left: 12px;
}

dt
{
    display: block;
    float: left;
}
dd
{
    margin-left: 10em;
}


/* FOOTER LINKS */

.footer
{
}
.footer .copyright
{
    padding: 23px 0 5px 62px;
    width: auto;
    float: left;
}
.footer .copyright img
{
    margin-bottom: 3px;
}
.footer .copyright p
{
    padding-bottom: 0.6em;
}
.footer .copyright p.copy
{
    color: #333;
    font-size: 0.9em;
    padding-bottom: 1.3em;
    margin: 40px 0 0;
}
.footer .copyright p.copy a
{
    font-weight: normal;
    margin: 40px 0 0;
}
.footer .footer-links
{
    text-align: right;
    float: right;
    width: 447px;
    padding-bottom: 20px;
    background: url(/images/CookingChef/bg-footer-icons.gif) no-repeat 0 25px;
    margin: 23px 63px 0 0;
        min-height:40px;
}
.footer .footer-links fieldset
{
    border: 0;
    margin: 60px 0 0;
    padding: 0;
    background: none;
}
.footer .footer-links fieldset label
{
    position: absolute;
    left: -999px;
    top: -999px;
}
.footer .footer-links fieldset select
{
    width: 200px;
    border: 1px #666 solid;
    padding: 2px;
    background: #636363;
    color: #ccc;
}
.footer .footer-links fieldset input
{
    width: 30px;
    height: 30px;
    border: 0;
    background: transparent url(/images/CookingChef/search-go.png) top left no-repeat;
    outline: none;
}
.footer .footer-links fieldset button
{
    background: none;
    border: 0;
    padding: 5px 0 0;
}
.footer .footer-links fieldset button img
{
    background: none;
    border: 0;
    padding: 5px 0 0;
}
.footer a
{
    color: #000;
    text-decoration: none;
}
.footer a:hover
{
    text-decoration: underline;
}
/* TABLES */
caption
{
    display: block;
    padding: 0;
    margin: 0;
}
table
{
    border: 0;
    width: 100%;
    margin: 0 0 1em 0;
}
th, td
{
    padding: 7px 5px 7px 15px;
}
thead th
{
    background: #333333;
    color: #fff;
}
td
{
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    background: #464646;
}
td.last
{
    border-right: none;
}


/* FORMS */
form
{
    margin: 0;
    padding: 0;
}
fieldset
{
    border: 0px solid #fff;
    background-color: #f3f3f3;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin: 1.5em 0 0 0;
    padding: 1em;
}
fieldset fieldset
{
    padding: 0;
    margin: 0;
    border: 0;
}
legend
{
    margin: 0;
    padding: 0;
    color: #333;
    display: none;
}
fieldset h2
{
    margin: 0 0 10px 0;
}
fieldset h3
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    color: #545353;
    margin: 0 0 3px 0;
}

.field
{
    position: relative;
    width: 100%;
    padding: 0 0 10px 0;
}
.element
{
    float: left;
    width: 55%;
}

.subnav .element
{
    float: none;
    width: 100%;
}

.label
{
    padding: 0;
    margin: 0;
    text-align: left;
}
.input
{
    padding: 0 20px 0 0;
    margin: 0;
}

.element .col div
{
    padding: 0 0 5px 0;
}

.invalid label
{
    color: #f00;
}
.invalid .input
{
    background: url(/images/CookingChef/invalid.gif) top right no-repeat;
}
.valid label
{
    color: #00AF6A;
}
.valid .input
{
    background: url(/images/CookingChef/valid.gif) top right no-repeat;
    padding: 0 20px 0 0;
}

label
{
    color: #545353;
    display: block;
    font-weight: bold;
    padding: 0 0 2px 0;
    font-size: 1em;
}
fieldset fieldset label
{
    float: left;
    width: 50%;
    padding: 2px 0 0 0;
    margin: 0 10px 0 0;
    padding: 0;
    font-weight: normal;
}

textarea
{
    width: 95%;
    font-size: 100%;
    padding: 0.2em;
}
input.text
{
    width: 95%;
    padding: 1px 3px;
}
input.radio
{
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    padding: 0;
}
select
{
    width: 100%;
}
.short
{
    width: 50% !important;
}

.button-left
{
    float: left;
    width: auto;
}
.button-right
{
    float: right;
    width: auto;
}

input.submit
{
    border: 2px solid #999;
    background: #fff;
    width: auto;
}

.warnEmpty
{
    display: none;
}
.warn
{
    clear: both;
    display: block;
    color: #f00;
}

.highlight
{
    color: #F00;
}
.hide
{
    display: none;
}
.hidden
{
    position: absolute;
    left: -500px;
    top: -500px;
    width: 100px;
}

/*POPUP HELP*/
.helpbutton
{
    float: left;
    width: auto;
    padding: 1px 4px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.91em;
    margin: 1.6em 0 0 20px;
    border: 1px solid blue;
    background: #FFF;
    color: blue;
}
.helpbutton:hover
{
    color: blue;
    background: #ccf;
}

.help
{
    position: absolute;
    top: 1.4em;
    right: 0;
    width: 30%;
    background: #ddd;
    border: 1px solid #000;
    padding: 0 0 5px 0;
    z-index: 10;
}
.field-alt .help
{
    position: absolute;
    right: 0; ;width:210px;background:#785D30;padding:005px0;margin-top:18px;}
.help h3, .help p
{
    margin: 5px 0 0 10px;
    font-size: 0.91em;
    padding: 0;
    width: auto;
}
.help h3
{
    font-weight: bold;
}
.help ul, .help li
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: none;
}
.help a
{
    display: block;
    margin: 5px 10px 0 10px;
    padding: 1px 10px 5px 0;
    text-transform: uppercase;
    font-size: 0.91em;
    text-decoration: none;
    border: 0px;
    background: #DDD;
    color: #00f;
}
.help a:hover
{
    background: #DDD;
    color: #00f;
}

/*NON_JS HELP*/
#help
{
    margin: 12px;
    border-top: 1px solid #CCBEA3;
}
#help div
{
    margin: 0 0 15px 0;
}
#help h2
{
    margin: 10px 0 10px 0;
}
#help h3 span, .help h3 span, .error h3 span
{
    background: url(/images/CookingChef/help-title-bg.gif) center right no-repeat;
    display: block;
    float: left;
    width: auto;
    padding: 0 7px 0 0;
    margin: 0 5px 0 0;
}
#help ul, #help li
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: transparent;
}
#help a.jumper
{
    display: block;
    float: left;
    width: auto;
    margin: 0 0 10px 0;
}
#help p
{
    margin: 0 0 5px 0;
}


/* 3rd column */
#form_login .label, #form_login .element
{
    float: none;
    width: auto;
    margin: 0;
    padding: 0.1em 0;
}
#form_login input.text
{
    width: 100px;
}

/* survey */
form#form_survey
{
}
ul.results
{
    list-style: none;
}
.results li
{
    display: block !important;
    margin: 0 0 5px 0 !important;
    padding: 0;
}
.results span.bar
{
    display: block;
    float: left;
    background: #F00;
    height: 1.2em;
    margin: 2px 3px 0 0;
}
.results span.amount
{
    display: block;
    float: left;
    margin: 2px 0 0 0;
}


/* SHORTCUTS */
.shortcuts
{
    position: relative;
    height: 0;
}
.shortcuts ul, .shortcuts ul li
{
    list-style-type: none;
    height: 0;
    padding: 0;
    margin: 0;
}
.shortcuts ul
{
    position: absolute;
    width: 100%;
}
.shortcuts li a
{
    display: block;
    position: absolute;
    left: -500px;
    top: -500px;
}
.shortcuts li a:focus, .shortcuts li a:active
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    color: #000;
    padding: 3px 0;
    background: #CCC;
}
.toplink
{
    position: absolute;
    left: -500px;
    height: 1px;
    overflow: hidden;
    width: 50%;
}

.access
{
    display: block;
    position: absolute;
    left: -500px;
    top: -500px;
}

/* NAVIGATION */
.navigation
{
    background-color: #DDD;
    clear: both;
    margin: 0 0 2px 0;
    font-weight: bold;
}
.navigation ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.navigation ul li
{
    display: inline;
    margin: 0;
    padding: 0;
}
.navigation ul li a
{
    color: #000;
    display: block;
    float: left;
    width: auto;
    text-decoration: none;
    margin: 0 1em;
    padding: 4px 10px;
    line-height: 1.1em;
}
.navigation ul li a:hover
{
    background-color: #E9E9E9;
}
.navigation ul li a.selected
{
    background-color: #FFF;
}


/* NAVIGATION IMAGES */
.navigation-images
{
    background-color: #bbb;
    clear: both;
    margin: 0 0 2px 0;
}
.navigation-images ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.navigation-images ul li
{
    display: inline;
    margin: 0;
    padding: 0;
}
.navigation-images ul li a
{
    display: block;
    width: auto;
    text-decoration: none;
    padding: 0;
}
.navigation-images ul li a:hover
{
    background-color: #ddd;
    color: #000;
}
.navigation-images ul li a.selected
{
    background-color: #ddd;
    color: #000;
}
.navigation-images ul li a img
{
    float: left;
    display: block;
    margin: 0 2em 0 0;
}


/* SUB-NAVIGATION */
.subnav
{
    padding: 0 0 0 20px;
}
.subnav ul
{
    margin: 0;
    padding: 5px 0 0 0;
    list-style-type: none;
    line-height: normal;
}
.subnav li
{
    margin: 0;
    padding: 5px 0 5px 7px;
    text-transform: uppercase;
}

.subnav a
{
    display: block;
    color: #ccc;
    text-decoration: none;
    font-weight: normal;
    padding: 4px 0 4px 9px;
    font-size: 0.94em;
}
.subnav a.selected
{
    background: url(/images/CookingChef/bg-nav-red-dot.gif) no-repeat left;
    color: #fff;
    font-weight: bold;
}
.subnav a:hover
{
    color: #fff;
    text-decoration: underline;
}

.subnav ul ul
{
    padding: 0;
}
.subnav li li
{
    padding: 3px 0 0 10px;
}
.subnav li li a
{
    padding: 0 0 0 9px;
}
.subnav li li a:hover
{
    color: #fff;
}
.subnav li li a.selected
{
    color: #fff;
}
.subnav ul ul ul
{
    padding-top: 2px;
}
.subnav li li li
{
    text-transform: none;
    padding: 2px 0 1px 10px;
}
.subnav a.pdf-link
{
    background-image: url(/images/CookingChef/icon-pdf.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-left: 6px;
    min-height: 20px;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #fff;
}

/* PAGINATION */
.pagination
{
    margin: 10px 0 10px 0;
}
.pagination .padding
{
    padding: 0 25%;
    margin: 0;
}
.pagination ul
{
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 0;
}
.pagination ul li
{
    display: inline;
    padding: 0;
    margin: 0;
}
.pagination ul li a
{
    padding: 0;
    margin: 0;
}

.pagination ul.previous
{
    display: inline;
    float: left;
    width: 25%;
    margin: 0;
}
.pagination ul.previous a
{
    display: block;
    float: left;
    width: auto;
    padding: 0 0 0 10px;
    margin: 0 10px 0 0;
    background: url(/images/CookingChef/arrow-left-link.gif) center left no-repeat;
}

.pagination ul.next
{
    display: inline;
    float: right;
    width: 25%;
    margin: 0;
}
.pagination ul.next a
{
    display: block;
    float: right;
    width: auto;
    padding: 0 10px 0 0;
    margin: 0 0 0 10px;
    background: url(/images/CookingChef/arrow-right-link.gif) center right no-repeat;
}


/* TABS */
.tabs
{
    padding: 0 0 0 0;
    margin: 10px 0 10px 0;
    background: url(/images/CookingChef/bg-page-nav-div.gif) bottom left repeat-x;
}
.tabs ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tabs li
{
    margin: 0;
    padding: 0;
    display: inline;
}
.tabs a
{
    display: block;
    float: left;
    color: #000;
    background-color: #ccc;
    text-decoration: none;
    font-weight: bold;
    padding: 1px 8px 1px 8px;
    margin: 0 5px 0 0;
    border: 1px solid #333;
}
.tabs a:hover
{
    background-color: #ddd;
}
.tabs a.selected
{
    background-color: #fff;
    border-bottom: 1px solid #fff;
}


/* IMAGES */
.image-left
{
    float: left;
    display: block;
    width: auto;
    background-color: #ccc;
    margin: 0 15px 10px 0;
    padding: 0 0 2px 0;
    border: 1px solid #FFF;
}
.image-left img
{
    display: block;
    border-bottom: 1px solid #fff;
    margin: 0 0 0 0;
}

.image-right
{
    float: right;
    display: block;
    background-color: #ccc;
    margin: 0 0 10px 15px;
    padding: 0 0 2px 0;
    border: 1px solid #FFF;
}
.image-right img
{
    display: block;
    border-bottom: 1px solid #fff;
    margin: 0 0 0 0;
}

.caption
{
    display: inline;
    border-top: 0px;
    background-color: transparent;
    color: #000;
    padding: 2px 0 0 5px;
}

img.fl
{
    float: left;
    margin: 0 15px 5px 0;
}
img.fr
{
    float: left;
    margin: 0 0 5px 15px;
}

/* HIGHLIGHT BOXES 
.box{border:1px solid #333;margin:5px 0 20px 0px;padding:5px;color:#FFF;background-color:#F00;}
	.box img{float:left;margin:0 10px 0 0;}
	.box p{padding:0;}
*/

/* HIGHLIGHT BOXES */

.box-lhs-sm, .box-rhs-sm, .box-lhs-lg, .box-wide
{
    background: url(/images/CookingChef/bg-box-sm.png) left top repeat;
    margin: 20px 15px 50px 10px;
    padding: 10px 10px 10px 20px;
    width: 348px;
    color: #ccc;
}
.box-lhs-lg
{
    margin: 0;
    padding: 20px 10px 40px 30px;
}
.box-rhs-sm
{
    width: 318px;
    margin: 20px 0;
}
.box-wide
{
    width: 716px;
    margin-right: 0;
    padding: 20px;
}

.box-lhs-sm.form
{
    padding: 0;
}
.box-rhs-sm.form
{
    padding: 0;
    width: 348px;
}

.box .box-top
{
    background: url(/images/CookingChef/box-top-left.png) left top no-repeat;
    padding: 0 0 0 16px;
}
.box .box-top .box-top-right
{
    background: url(/images/CookingChef/box-top-right.png) right top no-repeat;
    height: 16px;
    overflow: hidden;
}

.box .box-bottom
{
    background: url(/images/CookingChef/box-bottom-left.png) left bottom no-repeat;
    padding: 0 0 0 19px;
}
.box .box-bottom .box-bottom-right
{
    background: url(/images/CookingChef/box-bottom-right.png) right bottom no-repeat;
    height: 19px;
    overflow: hidden;
}

.box .box-middle
{
    background: url(/images/CookingChef/box-middle-left.png) left top repeat-y;
    padding: 0 0 0 2px;
}
.box .box-middle .box-padding
{
    background: url(/images/CookingChef/box-middle-right.png) right top repeat-y;
    padding: 0 10px 0 8px;
    min-height: 120px;
}

.box .box-inner
{
    position: relative;
    float: left;
    margin-top: -10px;
}

.gradient .box-top
{
    background: url(/images/CookingChef/box-gradient-top-left.png) left top no-repeat;
}
.gradient .box-top .box-top-right
{
    background: url(/images/CookingChef/box-gradient-top-right.png) right top no-repeat;
}

.gradient .box-bottom
{
    background: url(/images/CookingChef/box-gradient-bottom-left.png) left bottom no-repeat;
}
.gradient .box-bottom .box-bottom-right
{
    background: url(/images/CookingChef/box-gradient-bottom-right.png) right bottom no-repeat;
}

.gradient .box-middle
{
    background: url(/images/CookingChef/box-gradient-middle-left.png) left bottom repeat-y;
}
.gradient .box-middle .box-padding
{
    background: url(/images/CookingChef/box-gradient-middle-right.png) right bottom repeat-y;
}


/* TWO COLUMN */
.col-one
{
    float: left;
    width: 418px;
}
.col-two
{
    float: right;
    width: 358px;
}

.cols2 .col
{
    float: left;
    width: 48%;
    margin: 0 1% 0 0;
}
.cols3 .col
{
    float: left;
    width: 30%;
    margin: 0 1% 0 0;
}

.r-cols
{
    clear: both;
}
.r-cols .col-one
{
    width: 520px;
    float: left;
}
.r-cols .col-two
{
    width: 228px;
    float: right;
}


/* CLEARING */
.clear:after
{
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear
{
    display: inline-table;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}
.padding
{
    padding: 10px;
}


/* HOMEPAGE */
h2.create-more
{
    color: #FFF;
    font-weight: normal;
    font-size: 4em;
    margin: 20px 0 0.1em;
}

ul.homepage-buttons
{
}
ul.homepage-buttons li
{
    margin: 0 12px 0 0;
    padding: 0;
    list-style: none;
    display: inline;
    float: left;
    width: 136px;
    border: 2px solid #FFF;
}
/*.content li.how-to
{
    background: url(/images/CookingChef/bg-hp-how-to.jpg) no-repeat top left;
}
.content li.recipe
{
    background: url(/images/CookingChef/bg-hp-recipe.jpg) no-repeat top left;
}
.content li.attachments
{
    background: url(/images/CookingChef/bg-hp-attachments.jpg) no-repeat top left;
}
*/
ul.homepage-buttons li a img
{
    border: none;
}
ul.homepage-buttons li a
{
    /*padding-top: 105px;*/
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
    cursor: pointer;
}
ul.homepage-buttons li a.img
{
	height:105px;
}
ul.homepage-buttons li a.img:hover
{
    text-decoration: underline;
}
ul.homepage-buttons li a span
{
    display: block;
    background: #000 url(/images/CookingChef/icon-link.gif) no-repeat 3px 6px;
    padding: 3px 10px 3px 20px;
    min-height: 30px;
    height: 30px !important;
    height: 30px;
}
ul.homepage-buttons.extra-line li a span 
{
    height: 42px !important;
}

ul.homepage-buttons li a:hover span, ul.homepage-buttons li a:focus span, ul.homepage-buttons li a:active span
{
    background: #000 url(/images/CookingChef/icon-link-on.gif) no-repeat 3px 6px;
}

ul.homepage-buttons a.vid span
{
    background: #000 url(/images/CookingChef/icon-film.gif) no-repeat 3px 6px;
}
ul.homepage-buttons a.vid:hover span, ul.homepage-buttons li a.vid:focus span, ul.homepage-buttons li a.vid:active span
{
    background: #000 url(/images/CookingChef/icon-film-on.gif) no-repeat 3px 6px;
}

.language-selector
{
    background: #2e2f30;
    clear: both;
    border: 1px solid #c1c1c1;
    width: 410px;
    padding: 5px 10px;
    margin: 6px 0 20px;
}
.language-selector p
{
    float: left;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
    font-weight: bold;
    text-transform: uppercase;
}
.language-selector fieldset
{
    float: right;
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
}
.language-selector *
{
    vertical-align: middle;
}
.language-selector label
{
    position: absolute;
    left: -9999px;
    overflow: hidden;
}
.language-selector select
{
    width: 150px;
    font-size: 0.9em;
}
.language-selector input
{
    background: #2e2f30;
    color: #ff0c00;
    font-weight: bold;
    border: 0;
    text-transform: uppercase;
    font-size: 0.9em;
    cursor: pointer;
}

.home .container
{
    position: relative;
}
.home .container .promo
{
    position: absolute;
    top: 1px;
    left: 0;
}

.home .country-list {
	padding: 50px 0 0 67px;
}

	.home .country-list li {
		margin-left: 0;
		padding-left: 0;
		background-image: none;
	}

		.home .country-list li a
		{
			padding-left: 24px;
			background: url(/images/CookingChef/bg-country-list-link.gif) left center no-repeat;
			color: #fff;
			font-size: 2em/* 24px */;
			text-decoration: none;
		}

/* GENERIC ELEMENTS */
a.in-body-link, p.small a
{
    color: #fff;
}
a.lozenge-link
{
    min-height: 20px;
    background: url(/images/CookingChef/bg-recipe-lozenge.png) no-repeat top left;
    padding-left: 25px;
    display: block;
    color: #FFF;
    text-decoration: none;
    float: left;
    width: auto;
}
a.lozenge-link:hover
{
    text-decoration: underline;
    background: url(/images/CookingChef/bg-recipe-lozenge-on.png) no-repeat top left;
}
a.lozenge-link span
{
    background: url(/images/CookingChef/bg-recipe-lozenge-r.png) no-repeat top right;
    display: block;
    padding: 0 10px 2px 0;
}

ul.link-list li
{
    margin: 0;
    background: none;
    padding: 0 10px 0 0;
    float: left;
    display: inline;
    width: auto;
}
p.arrow-link-small, p.arrow-link-large{line-height:1em;}
p.arrow-link-small a, p.arrow-link-large a, a.arrow-link-small, a.arrow-link-large, ul.image-list a span
{
    background: url(/images/CookingChef/bg-arrow-link-hov.png) no-repeat 0 2px; /*background: url(/images/CookingChef/bg-arrow-link.gif) no-repeat 0 2px;*/
    color: #ccc;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 13px; /*margin-right:60px;*/
    text-decoration: none;
}
ul.image-list a span
{
    margin: 9px;
    font-size: 0.94em;
}

p.arrow-link-small a:hover, p.arrow-link-large a:hover, ul.image-list a:hover span, a.arrow-link-large:hover, a.arrow-link-small:hover, a.arrow-link-large:hover
{
    color: #fff;
}

p.arrow-link-large a, a.arrow-link-large
{
    font-size: 0.94em;
}
p.arrow-link-small a, a.arrow-link-small
{
    font-size: 0.84em;
}
p.arrow-link-small a:hover, p.arrow-link-large a:hover, a.arrow-link-large:hover, a.arrow-link-small:hover
{
    text-decoration: underline;
}
/*
a.arrow-link-small.white{color:#fff;text-decoration:underline}
*/

table.generic th, table.generic td, p.small, li.small
{
    font-size: 0.94em;
}
table.generic th
{
    font-weight: bold;
}

ul.image-list li
{
    background: #000;
    margin: 0 29px 30px 0;
    padding: 0;
    width: 150px;
    display: inline;
    float: left;
}
ul.image-list li.last
{
    margin: 0 29px 0 0;
}
ul.image-list li span
{
    display: block;
}
ul.image-list a
{
    text-decoration: none;
    cursor: pointer;
}
ul.image-list a:hover, ul.image-list a:hover span
{
    text-decoration: underline !important;
}
ul.attach-list
{
    padding: 0;
    margin: 0;
}
ul.attach-list.top
{
    padding: 0;
    margin: 0;
    /*background: url(/images/CookingChef/bg-attach-top.png) bottom left repeat-x;*/
}
ul.attach-list li
{
    background: url(/images/CookingChef/attach-li-bg.gif) top left repeat-x;
    list-style-type: none;
	margin-left: 0;
    padding: 0 35px 0 0;
}
ul.attach-list li .attach-list-item {
	margin-bottom: 3px;
}
ul.attach-list li img
{
    float: left;
    border: 1px #fff solid;
    margin: 0 20px 0 -1px;
}
ul.attach-list li .text{
	float:left;
	width:550px;
	padding:0 0 10px 0;
}
ul.attach-list li h3
{
    padding: 8px 0 10px 0;
}

/* RECIPE */
.recipies .padding.recipe
{
    padding: 20px 20px 0 30px;
    margin: 0;
}

/* COOKING */
.cooking .padding.recipe
{
    padding: 20px 20px 0 30px;
    margin: 0;
}
.cooking .col-two ul li, .chef .col-one ul li
{
    margin: 0;
    padding: 0 0 0 12px;
    width: 160px;
    display: inline;
    float: left;
}
.chef .col-one ul li, .chef .col-two ul li
{
    color: #eaeaea;
    font-size: 0.9em;
    background: url(/images/CookingChef/bg-bullet-grey-dot.gif) no-repeat 0 6px;
	padding-bottom:3px;
}

.chef
{
    /*background: url(/images/CookingChef/bg-content-overlay.png) repeat-x bottom left;*/
    padding-bottom: 20px;
}
.chef .col-one img, .chef .col-two img
{
    margin-bottom: 15px;
}
.chef .col-one
{
    margin-left: 30px;
    width: 388px;
    display: inline;
}
.chef .col-one p
{
    padding-right: 55px;
}
.chef .col-two p
{
    padding-right: 30px;
}

/* ATTACH */
.attached .content
{
    background: none;
}
.col-full
{
   /* background: url(/images/CookingChef/bg-attach-top.png) bottom left repeat-x;*/
}

/* ATTACH - INDIVIDUAL PAGE */
.attachment-header img
{
    border: 1px solid #FFF;
    border-left: none;
}

.r-cols .col-two.recipies
{
    width: 129px;
    margin-top: 20px;
}
.r-cols .col-two.recipies div
{
    border-bottom: 1px #fff solid;
    border-left: 1px #fff solid;
}
.r-cols .col-two.recipies div.first
{
    margin-top: 10px;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    border-left: 1px #fff solid;
}
.r-cols .col-two.recipies div h4
{
    font-size: 1em;
    padding: 5px;
}
.r-cols .col-two.recipies div h4 a
{
    text-decoration: none;
}
.r-cols .col-two.recipies div h4 a:hover
{
    text-decoration: underline;
}
/* RECIPE / COOKING --> GENERIC */
h2.lhs-top
{
    margin-left: 30px;
}
h2.lhs-mid
{
    margin: 20px 20px 20px 30px;
}
p.lhs-top
{
    margin-left: 30px;
    margin-right: 30px;
}

/* RECIPE - INDIVIDUAL RECIPE PAGE */
.recipe-header img
{
    border: 1px solid #FFF;
    border-left: none;
}
.ingredients
{
    margin-top: 5em;
}
.ingredients h2
{
    margin-bottom: 0.5em;
}
.ingredients table td
{
    background: none;
    border: none;
    padding: 0 0 5px 0;
}
.ingredients dt, .ingredients dd
{
    padding: 0 0 10px;
}
.ingredients dd
{
    margin-left: 13em;
}
.ingredients dl, .ingredients table
{
    color: #d0d0d0;
}
.ingredients p.rating
{
    float: left;
    clear: both;
}
.ingredients ul
{
    clear: both;
}
.ingredients p.rating a
{
    float: left;
}
.rating img
{
    margin: 0 8px 0 0;
    float: left;
}
.rating a.arrow-link-small
{
    background: transparent url(/images/CookingChef/bg-arrow-link.gif) no-repeat scroll 0 5px;
}

.instructions ul.instructions-lozenge
{
    float: left;
    margin: 5px 0;
    padding: 0 12px 0 0;
    background: transparent url(/images/CookingChef/bg-cooking-rhs.png) top right no-repeat;
}
.instructions ul.instructions-lozenge li.first
{
    padding: 3px 5px 0 10px;
    background: transparent url(/images/CookingChef/bg-cooking-lhs.png) top left no-repeat;
}
.instructions ul.instructions-lozenge li
{
    height: 20px;
    display: inline;
    float: left;
    margin: 0;
    font-size: 0.8em;
    color: #000;
    padding: 3px 5px 0 5px;
    background: transparent url(/images/CookingChef/bg-cooking-mid.png) top left no-repeat;
}

.ingredients ul a
{
    color: #ccc;
    text-decoration: none;
}
.ingredients ul a:hover
{
    color: #fff;
    text-decoration: underline;
}

.ingredients div.recipe-ingredients{overflow:auto;height:420px;}
.ingredients div.recipe-ingredients table{width:200px;}

.content ul li.email
{
    background: url(/images/CookingChef/icons.png) -183px -3px no-repeat;
    padding: 0 0 0 16px;
    margin: 0 0 18px;
    color: #ccc;
    font-size: 0.8em;
    text-transform: uppercase;
}
.content ul li.print
{
    background: url(/images/CookingChef/icons.png) -183px -23px no-repeat;
    padding: 0 0 0 16px;
    margin: 0 0 3px 0;
    color: #ccc;
    font-size: 0.8em;
    text-transform: uppercase;
}

.recipies-page #cooking-instructions
{
    /*background: url(/images/CookingChef/bg-content-overlay.png) repeat-x bottom left;*/
}

.instructions
{
    padding: 20px;
}
.instructions ol
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.instructions ol li
{
    margin: 0;
    padding: 4px 0 20px 30px;
    background: url(/images/CookingChef/bg-bullet-numbers.png) 0 0 no-repeat;
}
.instructions ol li.item-01
{
    background-position: 0 0;
}
.instructions ol li.item-02
{
    background-position: 0 -500px;
}
.instructions ol li.item-03
{
    background-position: 0 -1000px;
}
.instructions ol li.item-04
{
    background-position: 0 -1500px;
}
.instructions ol li.item-05
{
    background-position: 0 -2000px;
}
.instructions ol li.item-06
{
    background-position: 0 -2500px;
}
.instructions ol li.item-07
{
    background-position: 0 -3000px;
}
.instructions ol li.item-08
{
    background-position: 0 -3500px;
}
.instructions ol li.item-09
{
    background-position: 0 -4000px;
}
.instructions ol li.item-10
{
    background-position: 0 -4500px;
}
.instructions ol li.item-11
{
    background-position: 0 -5000px;
}
.instructions ol li.item-12
{
    background-position: 0 -5500px;
}
.instructions ol li.item-13
{
    background-position: 0 -6000px;
}
.instructions ol li.item-14
{
    background-position: 0 -6500px;
}
.instructions ol li.item-15
{
    background-position: 0 -7000px;
}
.instructions ol li.item-16
{
    background-position: 0 -7500px;
}
.instructions ol li.item-17
{
    background-position: 0 -8000px;
}
.instructions ol li.item-18
{
    background-position: 0 -8500px;
}
.instructions ol li.item-19
{
    background-position: 0 -9000px;
}
.instructions ol li.item-20
{
    background-position: 0 -9500px;
	padding-top:20px;
}

.r-cols .col-two.attachments
{
    width: 129px;
	padding:15px 0 0 0;
}
.r-cols .col-two.attachments img
{
    border-bottom: 1px #fff solid;
    border-left: 1px #fff solid;
}
.r-cols .col-two.attachments img.first
{
    margin-top: 10px;
    border-top: 1px #fff solid;
    border-bottom: 1px #fff solid;
    border-left: 1px #fff solid;
}
ul.display-rating
{
    padding: 0;
}
ul.display-rating li
{
    background: url(/images/CookingChef/bg-box-sm.png);
    padding: 6px 20px;
    margin: 0 0 10px 10px;
    float: left;
    width: 90%;
}
ul.display-rating li p
{
    float: left;
    clear: both;
	font-size:0.94em;
	padding:0;
}
ul.display-rating li span, .ingredients p.rating span
{
    display: block;
    font-weight: bold;
    width: 140px;
    height: 20px;
    padding: 2px 0 0;
}
ul.display-rating li span.rate-show-1, .ingredients span.rate-show-1
{
    background: url(/images/CookingChef/icons.png) 0px -1px no-repeat;
    float: left;
}
ul.display-rating li span.rate-show-2, .ingredients span.rate-show-2
{
    background: url(/images/CookingChef/icons.png) 0px -31px no-repeat;
    float: left;
}
ul.display-rating li span.rate-show-3, .ingredients span.rate-show-3
{
    background: url(/images/CookingChef/icons.png) 0px -61px no-repeat;
    float: left;
}
ul.display-rating li span.rate-show-4, .ingredients span.rate-show-4
{
    background: url(/images/CookingChef/icons.png) 0px -92px no-repeat;
    float: left;
}
ul.display-rating li span.rate-show-5, .ingredients span.rate-show-5
{
    background: url(/images/CookingChef/icons.png) 0px -121px no-repeat;
    float: left;
}
ul.display-rating li span.rate, .ingredients p.rating span.rate
{
    position: absolute;
    left: -9999px;
    overflow: hidden;
}
ul.display-rating li span.rate-label, .ingredients p.rating span.rate-label
{
    float: left;
    width: auto;
	padding:3px 0 0 0;
}
.ingredients p.rating span.rate-show-1
{
    width: 100px;
}

.display-rating p.small
{
    padding: 8px 0 1px 0;
	font-size:0.84em;
}

.recipies-page .ratings h2
{
    margin: 10px 0 10px 30px;
}
.recipies-page .ratings p.bar
{
    margin: 0 0 10px 10px;
    padding: 5px 10px 5px 20px;
    display: block;
    background: #000;
}
.recipies-page .other-recipes
{
    width: 160px;
    padding: 82px 60px 0 0;
}
.recipies-page .other-recipes h3, .recipies-page .ratings .form h3
{
    font-size: 1.4em;
    padding: 0 0 15px;
}
.recipies-page .other-recipes ul li
{
    background: none;
    margin: 0 0 10px 0;
    padding: 0;
}
.recipies-page .ratings .box-lhs-lg
{
    margin: 0 0 10px 10px;
    padding: 10px 0px 0px 0px;
    width: 507px;
}
.recipies-page .ratings .form .submit
{
    width: 507px;
}
.recipies-page .ratings .form label
{
    float: left;
}
.recipies-page .ratings .form textarea, .recipies-page .ratings .form select
{
    width: 345px;
    margin-bottom: 10px;
    float: left;
}
.recipies-page .ratings .form select
{
    width: 352px;
}
.recipies-page .ratings .form h3
{
    margin-left: 20px;
}
ul.pagination
{
    float: right;
    list-style-type: none;
    margin-bottom: 1em;
}
ul.pagination li
{
    display: inline;
    background: none;
    margin: 0;
    padding: 0;
}
ul.pagination li
{
    color: #d0d0d0;
    display: block;
    float: left;
    font-weight: bold;
    margin: 0 2px 0 3px;
    text-align: center;
    font-size: 0.986em;
}
ul.pagination li.active
{
    padding: 2px 3px 0;
    height: 16px;
    min-width: 12px;
}
ul.pagination li a
{
    display: block;
    background: #c4c4c4 url(/images/CookingChef/pagination-page.png) no-repeat;
    text-decoration: none;
    color: #2b2b2b;
    cursor: pointer;
}
ul.pagination li a span
{
    display: block;
    padding: 2px 4px 0;
    height: 16px;
    min-width: 11px;
    background: url(/images/CookingChef/pagination-page.png) 100% 0 no-repeat;
}
ul.pagination li a:hover
{
    background-color: #e02528;
    color: #fff;
    text-decoration: underline;
}
ul.pagination li.previous, ul.pagination li.next
{
    background: url(/images/CookingChef/pagination-separator.gif) 100% 60% no-repeat;
    color: #686868;
    font-size: 0.822em;
    text-transform: uppercase;
    padding: 3px 10px 0 0;
    margin: 0 4px 0 0;
}
ul.pagination li.previous a:hover, ul.pagination li.next a:hover
{
    background: none;
}
ul.pagination li.next
{
    background-position: 0% 60%;
    padding: 3px 0 0 10px;
    margin: 0 0 0 4px;
}
ul.pagination li.previous a, ul.pagination li.next a
{
    padding: 0;
    color: #d0d0d0;
    height: auto;
    display: block;
    background: none;
    margin: 0;
}

/* FORMS */
p.mandatory
{
    padding: 1em 20px 0 0;
    text-align: right;
    font-size: 0.9em;
}

.forms form
{
}
.forms fieldset
{
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
}
.forms h2.form-title
{
    margin: 20px 0 10px 20px;
    padding: 0;
    display: block;
    color: #fff;
}
.forms label
{
    margin: 0 0 0 20px;
    float: left;
    color: #ccc;
    width: 100px;
	padding-right:10px;
    font-weight: normal;
	clear:left;
}
.forms label span, .mandatory span
{
    color: #ff0000;
}
.forms input
{
    /*float: left;*/
    width: 195px;
    border: 0;
    color: #fff;
    background: #818181;
    margin: 0 0 10px 0;
}
.forms select
{
    float: left;
    border: 0;
    color: #fff;
    background: #818181;
    arrow-color: #ffffff;
    margin: 0 0 10px 0;
    padding: 0;
}
.forms select.title
{
    float: left;
    width: 195px;
}
.forms select.dob
{
    float: left;
    width: 55px;
    margin-right: 10px;
}

.forms .details
{
    padding-bottom: 15px;
}
.forms .details input.checkbox, .forms .details input.radio
{
    display: inline;
    float: left;
    margin: 3px 10px 0 20px;
    padding: 0;
    clear: none;
    width: auto;
    clear: both;
}
.forms .details input.radio.simple, .forms .details label.simple
{
    clear: none;
    width: auto;
}
.forms .details label
{
    float: left;
    margin: 2px 0 0;
    padding: 0;
    clear: none;
    width: 280px;
}
.forms .details label.main
{
    float: none;
    clear: both;
    padding: 10px 20px 10px 20px;
    width: auto;
    display: block;
}
.forms .details input.text, .forms .details select
{
    margin: 0 0 0 20px;
    width: auto;
}
.forms .details label.other
{
    width: auto;
}
.forms .details input.other
{
    margin: 0 0 0 10px;
    width: auto;
    clear: none;
}

.forms .details ul, .forms .details li
{
    margin: 0;
    padding: 0;
}
.forms .details ul li
{
    display: block;
    clear: both;
    background: none;
}

fieldset .col-one .box-lhs-sm
{
    padding-top: 10px;
}
fieldset .col-two .box-rhs-sm
{
    padding-top: 20px;
}
fieldset .col-two
{
    margin-bottom: 40px;
}

.forms div.show-hide
{
    float: left;
    margin: 0 10px 0 20px;
}

.forms .submit
{
    clear: both;
    width: 348px;
    height: 30px;
    border: 0;
    text-align: left;
    padding: 0 0 0 40px;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-size: 0.94em;
    background: #0e0e0e url(/images/CookingChef/bg-arrow-link.gif) no-repeat 25px 12px;
    cursor: pointer;
}
.forms .submit:hover
{
    background: #0e0e0e url(/images/CookingChef/bg-arrow-link-hov.png) no-repeat 25px 12px;
}

.forms .radios{margin-bottom:20px;}
.forms .radios label{clear:none;}
.forms .radio input{width:auto;background:none;float:left;}
.forms input.small{width:150px;}
.forms label.wide{width:145px;}
img.imageLeft{display:block;float:left;width:auto;margin:0 10px 10px 0;}
img.imageRight{display:block;float:right;width:auto;margin:0 0 10px 10px;}
p a{color:#FFF;font-weight:bold;}

/* Recipe-list */
div.recipe-list 
{width:100%;
 margin-bottom:10px;
}
div.recipe-list div
{float:left;

}

div.recipe-list div.row div
{width:200px;
 padding:10px;
 margin-right:20px;
 background-color:#464646;
}
div.recipe-list div.row
{margin-bottom:20px;
}
div.recipe-list h2
{font-size:1.5em;
 padding-bottom:5px;
}
div.recipe-list h2 a
{text-decoration:none;
}
div.recipe-list h2 a:hover
{text-decoration:underline;
}
/* FILTERS */
/* hide from IE-mac \*/.clear, .caption
{
    display: block;
}
/* end hide from IE-mac */

/*For Holding Page - Please remove when going live */
.homepage-buttons li img{float:left;}
/**/



body .page .content {
	background: url(/images/CookingChef/bg-content.png) left top;
}
body .home .content {
	background: transparent;
	margin-top: -1px;/* To overlap .page's border */
	border-top: 1px solid #fff;
}
/* GOOGLEMAPS */
#select-location {background:none; border:none; margin:0; padding:0}
#select-location legend{display:block;}

#select-location .element{padding:.5em 0;width:23em}
#select-location input.text {width:15em; margin-right:1em; background: #818181; color:#fff; border:none; padding:.3em;}
#select-location input.radio{padding:0; margin:0 .3em 0 0}
#select-location select {width:19em; background: #818181; color:#fff; border:none; padding:.1em;}
#select-location .radio-buttons label{width:auto; margin-right:20px; color:#fff;padding:0}
#select-location .radio-buttons{clear:both;padding:.5em 0 1em;background:none; border:none}
#select-location input.button{background:#000 url(../../images/cookingchef/bg-arrow-link.gif) 0 5px  no-repeat; color:#fff; border:none; padding-left:10px;}

.map-key{background:#484848;;overflow:auto; padding-bottom:.6em; width:300px;float:right}
.map-key p{margin:10px 0 0 6px;padding-left:30px;padding-bottom:1.2em; display:inline; float:left;padding-top:5px}
.map-key .stores{background:url(../../images/cookingchef/icon-map-key-store.gif) no-repeat 0 0;}
.map-key .schools{background:url(../../images/cookingchef/icon-map-key-school.gif) no-repeat 0 0;}

#results li{width:685px;padding-bottom:1em;}
#results li.clickable{cursor:pointer}
#results li.store{background:url(../../images/cookingchef/numbered-sprite-red.png) no-repeat 0 -1134px ; padding-left:30px} 
#results li.school{background:url(../../images/cookingchef/numbered-sprite-grey.png) no-repeat 0 -1134px ; padding-left:30px} 

#results li.icon-1{background-position: 0 0 }
#results li.icon-2{background-position: 0 -114px }
#results li.icon-3{background-position: 0 -227px }
#results li.icon-4{background-position: 0 -340px }
#results li.icon-5{background-position: 0 -454px }
#results li.icon-6{background-position: 0 -567px }
#results li.icon-7{background-position: 0 -681px }
#results li.icon-8{background-position: 0 -794px }
#results li.icon-9{background-position: 0 -907px }
#results li.icon-10{background-position: 0 -1021px }

.map-container{clear:both}
#map_canvas{clear:both;width:726px;height:450px;overflow:hidden;}

#message {z-index:100;text-align:left; position:absolute; padding:15px; background:#fff ; color:#666; width:500px; border:#8393a0 1px solid; -moz-border-radius: 4px; -webkit-border-radius: 4px }
#message a{color:#666; text-decoration :none}
#message .bubble-arrow{ height:15px; width:33px; background: url(../../images/cookingchef/bg-bubble-arrow.png) no-repeat 0 0; position:absolute; bottom:-15px; left:240px}
#message .main-description{width:175px;float:left;}
#message .main-description h2{background:none; padding-left:0; margin-top:0; color:#666}
#message .details p{color:#fff; padding-bottom:.5em}
#message .details img{border:#ccc 1px solid;}
#message .details a{color:#fff; text-decoration:underline}
#message .details{background-color:#484848; border: 1px solid #d8e0e6;float:right; width:315px; margin-top:.75em; }
#message .details p span{display:block}
#message .col-one, #message .col-two{width:135px; float:left;padding:10px 0 10px 10px;word-wrap:break-word;}
#message .col-two{float:right}

#message .close{padding-right:12px;position:absolute; top: 5px; left: 475px; display:block; background:url(../../images/cookingchef/icon-close.gif) no-repeat 100% 3px}

.searchTerm{background:#484848;padding:.7em 1em 1.5em; margin:1.5em 0 0;opacity:0.9;filter:alpha(opacity=90)}
.searchTerm p{padding-bottom:0; font-size:1em; font-weight:bold;}
.searchTerm p span{font-size:2em;font-weight:normal;padding-right:.2em; color:#ffffff}

#results h2{background:none; padding-left:0; font-size:1.2em; font-weight:bold;}
#results{background:#484848;opacity:0.9;filter:alpha(opacity=90)}
#results p{padding-bottom:0}

#results .furtherInfo{padding-top:1em}
#results .furtherInfo p{padding-bottom:1em}
#results .furtherInfo .opening-times span{padding-right:.5em}

.content .view-all-list{background:#000;}
.content .view-all-list a{text-decoration:none; text-transform:uppercase; font-size:.9em}
.content .view-all-list li{padding:.5em 0 0 12px ;background:url(../../images/cookingchef/bg-arrow-link.gif) 0 9px  no-repeat}


