/*  -- AUTHOR: PITCH (pitch.net.nz) -----------------------------------------------------------  */
/*  -- MEDIUM: SCREEN -------------------------------------------------------------------------  */

/*  -- COLOUR CHART ---------------------------------------------------------------------------  --

    background:                 #efefef;
    off-white:                  #f5f6f1;
    white:                      #ffffff;
    border-grey:                #d8d7d3;


--  -- GENERAL --------------------------------------------------------------------------------  */

@import "polls.css";

    html {

        }

        img, div { behavior: url(/iepngfix.htc) }

    body {
    background: #EFEFEF;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
    line-height: 16px;
    color: #000;
        }

    a {
    text-decoration: none;
    color: #9D0000;
        }

    a:hover {
    text-decoration: underline;
        }

    html p a {
        display: inline;
        }

    html p a:hover {
        display: inline;
        }

    h1,
    h2,
    h3,
    h4,
    h5,
    .header,
    span.heading {
    font-weight: bold;
    color: #000000;
        }
	.headerRed { color: #9D0000; }

    strong {
        font-weight: bold;
        }

    em {
        font-style: italic;
        }
	div#sitecontainer {
        width: expression(document.body.clientWidth < 982? "980px" : document.body.clientWidth > 1002? "1000px" : "auto");
		background: #EFEFEF;
		max-width: 1000px;
		min-width: 980px;
		margin: 0 auto;
        overflow: hidden;
		position: relative; 
		}

    div#widecontainer {
		width: 980px;
		margin: 0 auto;
        overflow: hidden;
		position: relative; 
        _height: 1%;
        clear: both;
        margin-top: 5px;
        }

    .clear { /* for fixing IE6 clearing issue, div.clear are at bottom of the #widecontainer */
        clear: both;
        margin: 0px;
        padding: 0px;
        }
	
	/* Float an image right with margins. */
	.imgfr {
		float: right; margin: 0 0 10px 10px;
	}

/*  -- HEADER ---------------------------------------------------------------------------------  */

    div#toplist {
    width: 187px;
    float: left;
    margin-left: 10px;
    _margin-left: 6px;
    font-weight: bold;
        }

    div#toplist div {
        background: #CC0000 url(../gfx/bg_toplist.gif) no-repeat left bottom;
        padding: 0 0 3px;
        margin-bottom: 10px;
        }

    div#toplist ul {
        overflow: hidden;
        _height: 1%;
        width: 173px;
        padding: 2px 6px 0px;
        line-height: 28px;
        border-right: 1px solid #A20203;
        border-left: 1px solid #A20203;
        }

        div#toplist li {
            display: block;
            width: auto;
            float: left;
            margin: 0px 1px;
            }

            div#toplist li a {
                display: block;
                width: auto;
                color: #FFF;
                padding: 2px 15px;
                }

    div#toplist img {
    max-width: 187px;
    max-height: 120px;
        }

    div.topadcontainer {
    float: right;
    width: 760px;
    margin: 0 5px 13px 0;
        }

    #siteheader {
        overflow: hidden;
        _height: 1%;
        clear: both;
        }

    #logo_ww {
        background: url(../gfx/logo_womansweekly_200909.gif) no-repeat 0 0;
        text-indent: -9999px;
        width: 290px;
        height: 62px;
        display: block;
        float: left;
        clear: left;
        margin: 0 0 0 13px;
        _margin: 0 0 0 6px;
        }

        #logo_ww a {
            width: 280px;
            height: 62px;
            display: block;
            }

    form#header_search {
        float: left;
        width: 245px;
        margin-top: 30px;
        overflow: hidden;
        _height: 1%;
        margin-left: 10px;
        }

        form#header_search span.inputborder {
            display: inline-block;
            width: 157px;
            }

        form#header_search input.text {
            border: 1px solid #a5acb2;
            background: #FFF;
            width: 155px;
            }

        form#header_search input.button {
            display: inline-block;
            }

    p#headerquote, div#headerquote {
        background: url(../gfx/bg_headerquote.gif) no-repeat 0 0;
        padding: 7px 0 0 33px;
        width: 275px;
        display: block;
        float: left;
        margin: 0 5px 0 25px;
        }

        p#headerquote span.headerquoteinner, div#headerquote span.headerquoteinner  {
            padding: 0 0 0 0;
            display: block;
            color: #000000;
            }

    p#headercaption {
        padding: 7px 20px 0 33px;
        width: 262px;
        display: block;
        float: left;
        margin: 0 10px 0 40px;
        color: #A20203;
        }

    img#headerquoteimg {
    float: right;
    padding-right: 10px;
        }

/*  -- NAVIGATION -----------------------------------------------------------------------------  */

    ul#navigation {
        clear: both;
        overflow: hidden;
        _height: 1%;
        text-transform: uppercase;
        font-size: 13px;
        background: url(../gfx/sq_A20203.gif) repeat-x bottom left;
        line-height: 32px;
        padding-top: 10px;
        font-weight: bold;
        }

        ul#navigation li {
            display: block;
            float: left;
            width: auto;
            margin-right: 1px;
            }

        ul#navigation li.selected {

            }

            ul#navigation li a {
                display: block;
                width: auto;
                color: #A20203;
                text-decoration: none;
                }

            ul#navigation li a:hover {
                background: url(../gfx/bg_nav_left_hover.gif) no-repeat left top;
                }

            ul#navigation li.selected a {
                background: #ec0101 url(../gfx/bg_nav_left.gif) no-repeat left top;
                color: #FFF;

                }

            ul#navigation li.selected a:hover {
                background: #ec0101 url(../gfx/bg_nav_left.gif) no-repeat left top;
                color: #FFF;
                }

                ul#navigation li a span {
                    display: block;
                    padding: 0 12px;
                    width: auto;
                    }

                    ul#navigation li a:hover span {
                        background: url(../gfx/bg_nav_right_hover.gif) no-repeat right top;
                        }

                    ul#navigation li.selected a span {
                        background: url(../gfx/bg_nav_right.gif) no-repeat right top;
                        padding-bottom: 1px;
                        }

                    ul#navigation li.selected a:hover span {
                        background: url(../gfx/bg_nav_right.gif) no-repeat right top;
                        padding-bottom: 1px;
                        }

    ul#subnavigation {
        clear: both;
        overflow: hidden;
        _height: 1%;
        background: #CC0000 repeat-x 0 0;
        color: #FFF;
        margin-bottom: 24px;
        border: 1px solid #A20203;
        border-top: 0;
        line-height: 20px;
        font-weight: bold;
        }

        ul#subnavigation li {
            display: block;
            float: left;
            width: auto;
            margin-right: 1px;
            }

            ul#subnavigation li a {
                display: block;
                width: auto;
                color: #FFF;
                text-decoration: none;
                margin: 6px 8px;
                padding: 0 4px;
                }

            ul#subnavigation li.selected a {
                color: #000;
                background: #FFF;
                }

                ul#subnavigation li a:hover {
                    text-decoration: none;
                    background: #FFF;
                    color: #CC0000;
                    }

/*  -- LEFT COULMN -----------------------------------------------------------------------  */

    #leftcolumn {
        float: left;
        width: 640px;
        padding: 0 0 0 5px;
        margin: 0 13px 0 0;
        overflow-x: visible !important;
        overflow-x: hidden;
        }

/*  -- FEATURED CONTAINER ----------------------------------------------------------------  */

    #featuredflashcontainer {
    color: #FFF; /* delete this line on implementation */
    font-weight: bold; /* delete this line on implementation */
    margin-bottom: 25px;
    height: 300px; /* delete this line on implementation */
    background: #FFF; /* delete this line on implementation */
        }

    #gallerycontainer {
    margin-bottom: 25px;
    height: 100px; /* delete this line on implementation */
    clear: both;
        }

    .featuredbox {
        border: 1px solid #d2d1cd;
        margin-bottom: 25px;
        overflow: hidden;
        _height: 1%;
        background: #FFF;
        }

        .featuredbox img {
            float: left;
            }

        .featuredbox h3 {
            font-weight: bold;
            text-transform: uppercase;
            float: right;
            font-size: 20px;
            width: 190px;
            display: block;
            padding: 7px 15px 0 0;
            line-height: normal;
            }

        .featuredbox p {
            float: right;
            clear: right;
            width: 190px;
            padding: 2px 15px 0 0;
            }

/*  -- CATEGORY THUMBS -------------------------------------------------------------------  */

    ul.categorythumbs {
        width: 660px;
        padding-bottom: 15px;
        overflow-x: hidden;
        }

        ul.categorythumbs li.adcontainer {
            border: 0px;
            background: transparent;
            padding: 0;
            }

            ul.categorythumbs li.adcontainer a {
                border: 0px;
                background: transparent;
                padding: 0;
                }

            ul.categorythumbs li.adcontainer span {
                color:#999999;
                font-weight:normal;
                text-transform:none;
                }

            ul.categorythumbs li.adcontainer img {
                height: auto;
                width: auto;
                border: 0;
                }

        ul.categorythumbs li {
            background: #FFF url(../gfx/bg_categorythumbli.gif) no-repeat bottom left;
            width: 202px;
            float: left;
            margin: 0 17px 0 0;
            padding-bottom: 18px;
            }

            ul.categorythumbs h2 {
                text-transform: uppercase;
                padding-left: 10px;
                line-height: 18px;
                background: #EFEFEF;
                font-weight: bold;
                }

                ul.categorythumbs h2 a {
                    line-height: 18px;
                    display: inline;
                    }

                    ul.categorythumbs h2 a:hover {
                        text-decoration: underline;
                        }

            ul.categorythumbs span.heading, ul.categorythumbs h3 {
                position: absolute;
                display: block;
                width: 186px;
                color: #FFF;
                text-transform: uppercase;
                background: #A20203;
                opacity: 0.85;
                filter:alpha(opacity=85);
                line-height: 18px;
                margin: 124px 0;
                padding: 10px 7px;
				font-size: 12px;
                }

                ul.categorythumbs li.family h3, ul.categorythumbs li.family span.heading {
                    background: #0D8E4A;
                    }

                ul.categorythumbs li.celebrities h3, ul.categorythumbs li.celebrities span.heading {
                    background: #990066;
                    }

                ul.categorythumbs li.homegarden h3, ul.categorythumbs li.homegarden span.heading {
                    background: #6CBB1C;
                    }

                ul.categorythumbs li.competitions h3, ul.categorythumbs li.competitions span.heading {
                    background: #FF6600;
                    }

                ul.categorythumbs li.health h3, ul.categorythumbs li.health span.heading {
                    background: #2E3192;
                    }

                ul.categorythumbs li.food h3, ul.categorythumbs li.food span.heading {
                    background: #177EA9;
                    }

                ul.categorythumbs li.fashionbeauty h3, ul.categorythumbs li.fashionbeauty span.heading {
                    background: #660066;
                    }

            ul.categorythumbs a {
                display: block;
                line-height: 0px;
                text-decoration: none;
                }

                ul.categorythumbs a h3, ul.categorythumbs a span.heading {
                    height: 36px;
                    overflow: hidden;
                    }

                ul.categorythumbs a h3, ul.categorythumbs a span.heading {
                    color: #FFF !important;
                    }

                ul.categorythumbs a:hover h3, ul.categorythumbs a:hover span.heading {
                    cursor: pointer;
                    text-decoration: underline;
                    }

            ul.categorythumbs p a,
            ul.categorythumbs ul a {
                line-height: 16px;
                display: inline;
                }

                ul.categorythumbs p a:hover,
                ul.categorythumbs ul a:hover {
                    text-decoration: underline;
                    }

            ul.categorythumbs a.headlink {
                border: 1px solid #d8d7d3;
                border-bottom: 0px;
                width: 200px;
                overflow: hidden;
                }

                ul.categorythumbs img {
                    width: 200px;
                    height: 180px;
                    }

            ul.categorythumbs ul {
                border-left: 1px solid #d8d7d3;
                border-right: 1px solid #d8d7d3;
                line-height: 18px;
                padding-top: 12px;
                overflow: hidden;
                _height: 1%;
                }

                ul.categorythumbs ul li {
                    float: none;
                    border: 0;
                    padding: 0px 8px 8px 28px;
                    margin: 0;
                    width: auto;
                    background: transparent;
                    }

                    ul.categorythumbs ul li a {
                        display: inline;
                        }

                        ul.categorythumbs ul li a:hover {
                            text-decoration: underline;
                            }

                    ul.categorythumbs ul li.page {
                        background: url(../gfx/bg_pageicon.gif) no-repeat 8px 0;
                        }

                    ul.categorythumbs ul li.photo {
                        background: url(../gfx/bg_photoicon.gif) no-repeat 8px 0;
                        }

            ul.categorythumbs p {
                border-left: 1px solid #d8d7d3;
                border-right: 1px solid #d8d7d3;
                line-height: 18px;
                padding: 12px 8px 0;
                }


/*  -- SECTIONLISTING -------------------------------------------------------------------  */

    #sectionlisting {

        }

        #sectionlisting li {
            overflow: hidden;
            _height: 1%;
            margin-bottom: 20px;
            }

            #sectionlisting li h3 {
    float: left;
    color: #000;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    width: 411px;
    line-height: 23px;
    font-weight: bolder;
    margin-bottom: 10px;
    font-family: "Arial Black", Arial;
                }

                #sectionlisting li h3 a {
                    display: inline;
                    font-size: 20px;
                    text-transform: uppercase;
                    }

            #sectionlisting li p {
                float: left;
                display: block;
                width: 411px;
                margin-bottom: 10px;
                }

            #sectionlisting li a.imgcontainer {
                float: right;
                width: 200px;
                }
                

/*  -- SUBLISTINGS ----------------------------------------------------------------------  */

    ul#sublistings {
        overflow: hidden;
        _height: 1%;
        clear: left;
        margin-top: 15px !ie;
        }

        ul#sublistings li {
			width: 280px;
			float: left;
			padding: 0 0 0 0;
			margin: 0 0 0 15px;
           }

            ul#sublistings li h3 {
                text-transform: uppercase;
                font-size: 13px;
                padding: 0 1px 2px;
                }

            ul#sublistings li ul {
                border-top: 1px solid #e1e1e1;
                padding: 6px 0 16px;
                }

                ul#sublistings li ul li {
                    display: block;
                    margin: 0;
                    width: auto;
                    float: none;
                    padding: 3px 9px;
                    }

                ul#sublistings li ul li.page {
                    background: url(../gfx/bg_pageicon.gif) no-repeat 7px 2px;
                    padding: 3px 9px 3px 29px;
                    }

                ul#sublistings li ul li.photo {
                    background: url(../gfx/bg_photoicon.gif) no-repeat 7px 2px;
                    padding: 3px 9px 3px 29px;
                    }

                    ul#sublistings li ul li a {
                        display: inline;
                        }

    .leftbox {
    border: 1px solid #d7d8d3;
    border-top: 0px;
    border-bottom: 0px;
    overflow: hidden;
    _height: 1%;
    padding: 12px 10px;
    width: 618px;
    background: #FFF;
    margin-top: 0px;
        }

    .leftbox_top {
        background: url(../gfx/bg_leftbox_top.gif) no-repeat 0 0;
        height: 6px;
        display: block;
        padding: 0;
        margin: 0px;
        overflow: hidden;
        }

    .leftbox_btm {
        background: url(../gfx/bg_leftbox_btm.gif) no-repeat 0 0;
        height: 6px;
        display: block;
        margin: 0 0 30px;
        padding: 0;
        overflow: hidden;
        }

        .leftbox h1 {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
            }

/*  -- ARCHIVES -------------------------------------------------------------------------  */

    div#archivebox {
        padding: 10px;
        width: auto;
        }

    ul.archiveslist {
    font-size: 13px;
    margin-bottom: 10px;
        }

        ul.archiveslist li {
            padding: 2px 0 2px 24px;
            color: #999;
            }

        ul.archiveslist li.page {
            background: url(../gfx/bg_pageicon.gif) no-repeat 2px 2px;
            }

        ul.archiveslist li.photo {
            background: url(../gfx/bg_photoicon.gif) no-repeat 2px 2px;
            }

    h2.archiveshead {
        font-size: 12px;
        font-weight: bold;
        color: #333;
        }

    div#archivespagination {
        margin: 20px 0 0 0;
        }

/*  -- LEFTTHUMBS -----------------------------------------------------------------------  */

    ul.leftthumbs {
        overflow: hidden;
        _height: 1%;
        width: 666px;
        clear: both;
        }

        ul.leftthumbs li {
            width: 290px;
            overflow: hidden;
            _height: 1%;
            margin: 10px 38px 20px 0px;
            float: left;
            }

            ul.leftthumbs li img {
                float: right;
                }

            ul.leftthumbs li span.header {
                display: block;
                text-transform: uppercase;
                font-weight: bold;
                }

                ul.leftthumbs li span.header a {

                    }

            ul.leftthumbs li p {
                float: left;
                width: 180px;
                }

/*  -- HOROSCOPES -----------------------------------------------------------------------  */

    ul.horoscopes {
        padding-top: 20px;
        overflow: hidden;
        _height: 1%;
        width: 666px;
        }

        ul.horoscopes li {
            height:130px;
            width: 290px;
            overflow: hidden;
            _height: 1%;
            float: left;
            display: inline;
            }

            ul.horoscopes li img,
            div#leftcolumn div#articlebox.horoscopes div.horoscope_detail img {
                float: right;
                margin-left: 10px;
                }

            ul.horoscopes li span.header {
                display: block;
                text-transform: uppercase;
                font-weight: bold;
                }

                ul.horoscopes li span.header a {
                    }

            ul.lhoroscopes li p {
                float: left;
                width: 180px;
                }

    div#leftcolumn div#articlebox.horoscopes ul li,
    div#leftcolumn div#articlebox.horoscopes div.horoscope_detail {
        height: 130px;
        width: 290px;
        padding-bottom: 20px;
    }

    div#leftcolumn div#articlebox.horoscopes div.horoscope_left {
        float: left;
    }

    div#leftcolumn div#articlebox.horoscopes div.horoscope_right {
        float: right;
    }


/*  -- STORY ----------------------------------------------------------------------------  */

    #articleheader {
        overflow: hidden;
        _height: 1%;
        background: #A20203;
        color: #FFF;
        padding: 20px 0px 0px 0px;
        margin: 0;
        font-size: 20px;
        text-transform: uppercase;
        width: auto;
        }

    #searchheader {
        overflow: hidden;
        _height: 1%;
        background: #A20203;
        color: #FFF;
        padding: 20px 0px;
        margin: 0;
        font-size: 20px;
        text-transform: uppercase;
        width: auto;
        }

        html body #articleheader h1, html body #articleheader h2 {
            font-weight: bold;
            float: left;
            color: #FFF;
            text-transform: uppercase;
            padding: 8px 0 20px 10px;
            line-height: 22px;
            width: 570px;
            }

        html body #searchheader h2 {
    font-weight: bold;
    float: left;
    color: #FFF;
    text-transform: uppercase;
    padding: 8px 0 0px 10px;
    margin: 0px;
    font-family: "Arial Black", Arial;
            }

        #articleheader div {
            float: right;
            color: #FFF;
            text-align: center;
            font-size: 12px;
            padding: 0 20px 0 0;
            }

            #articleheader div span {
                font-weight: bold;
                display: block;
                text-align: center;
                font-size: 20px;
                }

        #articleheader ul {
            overflow: hidden;
            _height: 1%;
            clear: both;
            font-size: 13px;
            text-transform: none;
            background: transparent url(../gfx/sq_d0cecf.gif) repeat-x bottom;
            padding: 0 0 0 10px;
            }

            #articleheader li {
                float: left;
                display: block;
                width: auto;
                background: #CC0000 url(../gfx/bg_ahtabs_left.gif) no-repeat left top;
                margin-right: 5px;
                }

                #articleheader li a {
                    color: #FFF;
                    background: transparent url(../gfx/bg_ahtabs_right.gif) no-repeat right top;
                    display: block;
                    }

                    #articleheader li span {
                        display: block;
                        width: auto;
                        line-height: 33px;
                        padding: 0 12px 0 30px;
                        }

                        #articleheader li span.page {
                            background: url(../gfx/bg_pageicon.gif) no-repeat 10px 8px;
                            }

                        #articleheader li span.photo {
                            background: url(../gfx/bg_photoicon.gif) no-repeat 10px 8px;
                            }

            #articleheader li.selected {
                background: #FFF url(../gfx/bg_ahtabs_selected_left.gif) no-repeat left top;
                }

                #articleheader li.selected a {
                    background: transparent url(../gfx/bg_ahtabs_selected_right.gif) no-repeat right top;
                    color: #000;
                    }

                    #articleheader li.selected span {
                        padding: 0 12px 1px 30px;
                        }

    #searchheader span.searchdetails {
        display: block;
        clear: both;
        float: left;
        padding: 5px 10px;
        font-size: 13px;
        text-transform: none;
        margin: 0;
        width: 100%;
        }

        #searchheader span.searchdetails a {
            color: #FFF;
            text-decoration: underline;
            }

            #searchheader span.searchdetails a:hover {
                text-decoration: none;
                }

    #articlebox {
        padding: 10px;
        width: auto;
        border-top: 0px;
        }

        #articlebox h1 {
            font-weight: bold;
            font-size: 16px;
            margin-bottom: 20px;
            line-height: normal;
            }

        #articlebox p {
            margin-bottom: 11px;
            }

        #articlebox p.author {
            font-style: italic;
            }

        #articlebox div.imgcontainer {
            /* width: 210px; */
            float: right;
            margin: 0 0 10px 10px;
            }

            #articlebox div.imgcontainer img {
                float: right;
                }

            #articlebox div.imgcontainer_mid {
                width: 240px;
                float: right;
                margin: 0 0 10px 10px;
                }


            #articlebox div.imgcontainer span {
                font-weight: bold;
                }

        #articlebox div.imgcontainer_large {
            overflow: hidden;
            _height: 1%;
            margin-bottom: 20px;
            }

            #articlebox div.imgcontainer_large img {
                float: left;
                }

            #articlebox div.imgcontainer_large span {
    font-weight: normal;
    float: right;
    display: block;
    width: 169px;
    margin-left: 10px;
                }

/*  -- SEARCH RESULTS -------------------------------------------------------------------  */

    #searchresults {
        padding: 0 10px 10px;
        width: auto;
        }

        #searchresults ul {
            margin-bottom: 20px;
            }

            #searchresults li {
                border-bottom: 1px solid #e1e1e1;
                padding: 12px 0 12px 20px;
                overflow: hidden;
                _height: 1%;
                }

            #searchresults li.page {
                background: url(../gfx/bg_pageicon.gif) no-repeat 0px 11px;
                }

            #searchresults li.photo {
                background: url(../gfx/bg_photoicon.gif) no-repeat 0px 11px;
                }

                #searchresults li h3 {
                    float: left;
                    display: block;
                    text-transform: uppercase;
                    font-size: 14px;
                    }

                #searchresults li span {
                    float: left;
                    clear: left;
                    display: block;
                    color: #666;
                    margin-bottom: 5px;
                    }

                #searchresults li p {
                    display: block;
                    clear: left;
                    }

                #searchresults li img {
                    float: right;
                    margin-left: 10px;
                    }

    #searchpagination {
        margin-bottom: 10px;
        }

/*  -- GOOGLE SEARCH RESULTS ------------------------------------------------------------  */

    div##widecolumn {

        }

    div#googlesearchresults {
        width: auto;
        }

    div#googlesearchresults em {
        font-weight: bold;
        }

    div#googlesearchresults h3 {
        font-size: 16px;
        }

        div#googlesearchresults ul {
            float: left;
            width: 650px;
            }

            div#googlesearchresults li {
                margin: 0 0 10px;
                width: 650px;
                }

                div#googlesearchresults li p {

                    }

                div#googlesearchresults li p.url-date {
                    color: #777;
                    }

        div#widecolumn .leftbox_btm {
            background: url(../gfx/bg-googlesearchbtm.gif) bottom left;
            }

    div#widecolumn #searchpagination {
        text-align: center;
        margin: 20px 0 0;
        padding: 20px 0 0;
        border-top: 1px solid #DDD;
        clear: both;
        }

    div#widecolumn form.btm-search {
        width: 340px;
        margin: 0 auto;
        padding: 10px;
        text-align: center;
        }

        div#widecolumn form.btm-search span.inputborder {
            border: 2px solid rgb(225, 225, 225);
            display: inline-block;
            width: 157px;
            }

            div#widecolumn form.btm-search span.inputborder input {
                width: 153px;
                }

            div#widecolumn form.btm-search a {
                font-size: 10px;
                }

        div#widecolumn form.btm-search {

            }

    div#widecolumn #googlesearch-right {
        float: right;
        width: 250px;
        }

        div#widecolumn #googlesearch-right div {
            border-left: 1px solid #DDD;
            overflow: hidden;
            padding: 5px 0 5px 10px;
            margin: 5px 0 0;
            }

        div#widecolumn #googlesearch-right li {
            margin: 0 0 1px;
            }

        div#widecolumn #googlesearch-right strong {
            margin: 0 0 5px;
            }

/*  -- NEWSLETTER SIGNUP ----------------------------------------------------------------  */

    form#newsletter-signup {
        overflow: hidden;
        _height: 1%;
        }

        form#newsletter-signup input.text {
            float: left;
            width: 200px;
            margin: 0 0 10px;
            }

        form#newsletter-signup input.signup {
            clear: both;
            width: auto;
            padding: 3px 5px;
            margin: 0 0 0 200px;
            }

        form#newsletter-signup select {
            float: left;
            width: 200px;
            margin: 0 0 10px;
            }

        form#newsletter-signup label {
            float: left;
            clear: left;
            display: block;
            width: 200px;
            margin: 0 0 10px;
            }


/*  -- PAGINATION -----------------------------------------------------------------------  */

    div.pagination {
        line-height: 21px;
        margin: 0 0 20px;
        text-align: center;
        }

        div.pagination span {
            display: inline-block;
            border: 1px solid #A20203;
            background: #A20203;
            color: #FFF;
            padding: 0 4px;
            }

        div.pagination a {
            display: inline-block;
            padding: 0 5px;
            border: 1px solid #d8d7d3;
            }

            div.pagination a:hover {
                color: #FFF !important;
                border: 1px solid #A20203;
                background: #A20203;
                text-decoration: none;
                }

/*  -- USER OPTIONS ---------------------------------------------------------------------  */

    div.useroptions {
        background: #f5f6f1;
        border: 1px solid #d8d7d3;
        margin: 0 0 20px;
        padding: 10px;
        }

        div.useroptions a {
            display: inline-block;
            background: url(../gfx/bg_useroptions.gif) no-repeat 0 0;
            padding: 2px 0 0 20px;
            margin-right: 20px;
            }

        div.useroptions a.email {
            background-position: 0 0;
            }

        div.useroptions a.printversion {
            background-position: 0 -50px;
            }

/*  -- RELATED CONTENT ------------------------------------------------------------------  */

    div.relatedcontent {

        }

        div.relatedcontent span {
            text-transform: uppercase;
            display: block;
            font-weight: bold;
            }

        div.relatedcontent ul {
            padding: 6px 0 0;
            }

            div.relatedcontent ul li {
                padding: 3px 9px 3px 24px;
                }

                div.relatedcontent ul li.page {
                    background: url(../gfx/bg_pageicon.gif) no-repeat 2px 2px;
                    }

                div.relatedcontent ul li.photo {
                    background: url(../gfx/bg_photoicon.gif) no-repeat 2px 2px;
                    }

/*  -- RIGHT COLUMN ---------------------------------------------------------------------  */

    div#rightcolumn {
        float: right;
        width: 315px;
        padding: 0 5px 0 0;
        overflow: hidden;
        _height: 1%;
        margin: 0px;
        }

/*  -- RIGHTCOLBOX -----------------------------------------------------------------------  */

    div.rightcolbox {
        background: #FFF url(../gfx/bg_rightbox_top.gif) no-repeat left top;
        padding-top: 4px;
        margin-bottom: 25px;
        overflow: hidden;
        _height: 1%;
        clear: both;
        }

        div.rightcolbox span.btmline {
            height: 11px;
            display: block;
            background: #FFF url(../gfx/bg_rightbox_btm.gif) no-repeat left bottom;
            line-height: 0px;
            }

        div.rightcolbox span.btmquote {
            padding-top: 20px;
            text-align: right;
            display: block;
            background: #efefe7 url(../gfx/bg_rightbox_btmquote.gif) no-repeat 0 -10px;
            }

        div.rightcolbox div.bordered {
            border-left: 1px solid #d7d8d3;
            border-right: 1px solid #d7d8d3;
            overflow: hidden;
            _height: 1%;
            padding: 7px 10px 0;
            margin: 0;
            }

        div.rightcolbox div {
            }

            div.rightcolbox div#ingredients ul {
                padding: 0px;
                margin: 0 0 10px;
                color: #FF0000;
                overflow: hidden;
                _height: 1%;
                }

                div.rightcolbox div#ingredients ul li {
                    padding: 0 0 0 15px;
                    margin: 0 0 0 2px;
                    float: left;
                    width: 120px;
                    background: url(../gfx/bg_ingredienceli.gif) no-repeat 0 11px;
                    line-height: 24px;
                    }

                div.rightcolbox div#ingredients form {
                    overflow: hidden;
                    _height: 1%;
                    clear: both;
                    background: #e3e3e3;
                    padding: 2px;
                    border: 3px solid #f0f0ee;
                    width: 224px;
                    margin: 0 auto;
                    }

                    div.rightcolbox div#ingredients form input.textinput {
                        width: 149px;
                        height: 17px;
                        border: 1px solid #acacac;
                        float: left;
                        padding: 1px 0;
                        margin: 0 8px 0 0;
                        display: inline-block;
                        font-size: 11px;
                        }

                        div.rightcolbox div#ingredients form input.submit {
                            line-height:16px;
                            float: left;
                            clear: none;
                            display: inline-block;
                            font-size: 13px;
                            }


            div.rightcolbox img {
                float: right;
                margin-left: 4px;
                }

            div.rightcolbox h1,
            div.rightcolbox span.header {
                text-transform: uppercase;
                margin-bottom: 8px;
                display: block;
                font-weight: bold;
                font-size: 14px;
                }

                div.rightcolbox h1 a
                div.rightcolbox span.header a {
                    display: inline;
                    }

            div.rightcolbox span.whoby {
                display: block;
                font-style: italic;
                margin-bottom: 10px;
                }

            div.rightcolbox a.mailus {
                display: inline-block;
                background: url(../gfx/bg_mailicon.gif) no-repeat 0 3px;
                padding-left: 20px;
                }

            div.rightcolbox a.viewmore {
                display: inline-block;
                }

            div.rightcolbox form {

                }

                div.rightcolbox form input {
                    float: left;
                    clear: left;
                    }

                div.rightcolbox form label {
                    float: left;
                    }

    div.rightcolbox ul li {
    display: block;
    padding: 3px 0px 3px 20px;
        }

        div.rightcolbox ul li a {
            display: inline;
            }

            div.rightcolbox ul li.page {
    background: url(../gfx/bg_pageicon.gif) no-repeat 0px 3px;
                }

            div.rightcolbox ul li.photo {
    background: url(../gfx/bg_photoicon.gif) no-repeat 0px 3px;
                }

        div.rightcolbox ul li p {
            color: #333;
            display: inline;
            }

    div#headlines {
        font-size: 14px;
        line-height: 17px;
        }

    /* The ad box in the right column is not a rightcolbox as it can not have
       the usual border (which would impose unwanted design on it). For that
       reason, it does not have the rightcolbox vertical distance, either.
       This ad_space_01 div def serves to compensate that. Ideally, there would
       be a div def that is usable for all kinds of right column module boxes. */

    div#ad_space_01 {
        margin-bottom: 25px;
        }

/*  -- QUICK LINKS ----------------------------------------------------------------------  */

    div#rightcolumn div.quicklinks {
        overflow: hidden;
        _height: 1%;
        margin: 0 0 25px;
        }

        div#rightcolumn div.quicklinks span {
            float: left;
            width: 68px;
            height: 68px;
            display: block;
            background: url(../gfx/bg_quicklinks.gif) no-repeat 0 0;
            text-indent:-9999px;
            margin: 0 10px 0 0;
            }

        div#rightcolumn div.quicklinks ul {
            overflow: hidden;
            _height: 1%;
            }

            div#rightcolumn div.quicklinks li {
                display: block;
                width: auto;
                float: left;
                margin: 0 4px 4px 0px;
                }

                div#rightcolumn div.quicklinks li a {
                    display: block;
                    color: #FFF;
                    text-transform: uppercase;
                    padding: 3px 6px;
                    font-weight: bold;
                    }

                div#rightcolumn div.quicklinks li a:hover {
                    text-decoration: none;
                    border: 0px;
                    }

            div#rightcolumn div.quicklinks li.red a {
                background: #da0000;
                }

            div#rightcolumn div.quicklinks li.red a:hover {
                color: #da0000;
                background: #FFF;
                }

            div#rightcolumn div.quicklinks li.blue a {
                background: #00aeef;
                }

            div#rightcolumn div.quicklinks li.blue a:hover {
                color: #00aeef;
                background: #FFF;
                }

            div#rightcolumn div.quicklinks li.green a {
                background: #00cc66;
                }

            div#rightcolumn div.quicklinks li.green a:hover {
                color: #00cc66;
                background: #FFF;
                }

            div#rightcolumn div.quicklinks li.pink a {
                background: #eb008b;
                }

            div#rightcolumn div.quicklinks li.pink a:hover {
                color: #eb008b;
                background: #FFF;
                }

/*  -- FOOTER ---------------------------------------------------------------------------  */

    #footer_top_wide {
        background: url(../gfx/bg_footertop.gif) repeat-x left bottom;
        clear: both;
        }

    #footer_top_inner {
        width: expression(document.body.clientWidth < 982? "980px" : document.body.clientWidth > 1002? "1000px" : "auto");
		padding: 20px 0 0 0;
		/*background: #EFEFEF url(../gfx/bg_footertop.gif) repeat-x left bottom;*/
		max-width: 1000px;
		min-width: 980px;
		position: relative; 
        margin: 0 auto;
        overflow: hidden;
        _height: 1%;
        clear: both;
        color: #FFF;
        }

        html #footer_top_inner a {
    color: #FFFFFF;
            }

        #footer_top_inner a.subscribelink {
            color: #FFF;
            }

        #footer_top_inner span.header {
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
    color: #FFFFFF;
            }

        #footer_top_inner .issueimg {
            float: left;
			margin-left: 10px;
            }

        #footer_top_inner .leftfooter {
    float: left;
    padding-top: 52px;
    width: 315px;
    margin-left: 20px;
            }

            #footer_top_inner .leftfooter img {
    float: right;
    margin: 0 0 5px 10px;
                }

            #footer_top_inner .leftfooter p {
                margin-bottom: 20px;
                }

        #footer_top_inner .rightfooter {
    float: right;
    padding-top: 52px;
    width: 300px;
            }

            #footer_top_inner .rightfooter ul {
                overflow: hidden;
                _height: 1%;
                }

                #footer_top_inner .rightfooter li {
    float: left;
    width: 140px;
                    }

                    #footer_top_inner .rightfooter li ul {
                        width: 120px;
                        margin-top: 6px;
                        }

                        #footer_top_inner .rightfooter li li {
                            float: none;
                            }

    #footer_btm_wide {
        background: #ff0000 url(../gfx/bg_footerbtm.gif) repeat-x left bottom;
        clear: both;
        }

    #footer_btm_inner {
    width: 980px;
    margin: 0 auto;
    color: #FFFFFF;
    padding: 11px 0;
    font-weight: bold;
        }

        #footer_btm_inner a {
    color: #FFFFFF;
    margin-right: 8px;
            }

            #footer_btm_inner a:hover {
    color: #FFFFFF;
    text-decoration: underline;
                }

        #footer_btm_inner ul.biglinks {
            margin-bottom: 7px;
            margin-left: 0px;
            font-weight: bold;
            }

        #footer_btm_inner ul.biglinks li {
            margin-right: 10px;
            }

            html #footer_btm_inner ul.biglinks li a,
            html body #footer_btm_wide #footer_btm_inner ul.biglinks li a {
                color: #FFF;
                text-transform: uppercase;
                margin: 0;
                display: inline-block;
                padding: 1px 4px;
                }

                #footer_btm_inner ul.biglinks li.selected a {
                    background: #FFF;
                    color: #990000;
                    }

                html body #footer_btm_wide #footer_btm_inner ul.biglinks li a:hover {
                    background: #FFF;
                    text-decoration: none;
                    }

                #footer_btm_wide #footer_btm_inner ul.biglinks li a:hover {
                    color: #990000;
                    }

        #footer_btm_inner ul {
            overflow: hidden;
            _height: 1%;
            font-weight: normal;
            margin-left: 4px;
            }

            #footer_btm_inner li {
                float: left;
                display: block;
                width: auto;
                margin-right: 8px;
                }

                html body #footer_btm_wide #footer_btm_inner li a:hover {
    color: #FFFFFF;
                    }

        #footer_btm_inner p {
            display: block;
            }

/*  -- COLOUR THEME OVERRIDES -----------------------------------------------------------  */

/*  -- FAMILY ---------------------------------------------------------(#0D8E4A, #36C1A1)  */

    #family div.marketplace_logo {
    background-color: #36c1a1;
    }

    #family a,
    #family #footer_btm_inner ul.biglinks li.selected a {
    color: #006633;
        }

    #family h1,
    #family h2,
    #family h3,
    #family h4,
    #family h5,
    #family .header,
    #family ul#navigation li a,
    #family #headerquote span.headerquoteinner,
    #family ul#subnavigation a:hover {
    color: #006633;
        }

    #family ul#navigation li.selected a {
        color: #FFF;
        }

    #family ul#subnavigation {
        background-color: #36C1A1;
        border-color: #0D8E4A;
        }

    #family ul#navigation {
        border-color: #0D8E4A;
        background-image: url(../gfx/sq_0D8E4A.gif);
        }

    #family ul#navigation li.selected a,
    #family ul#navigation li.selected a:hover {
        background: #36C1A1 url(../gfx/bg_nav_left_family.gif) no-repeat left top;
        }

    #family ul#navigation li.selected a span,
    #family ul#navigation li.selected a:hover span {
        background: url(../gfx/bg_nav_right_family.gif) no-repeat right top;
        }

    #family #footer_top_wide {
        background: url(../gfx/bg_footertop_family.gif) repeat-x left bottom;
        }

    #family #footer_btm_wide {
    background: #36C1A1;
    color: #36C1A1;
        }

        #family #footer_btm_inner,
        #family #footer_btm_inner a {
    color: #FFFFFF;
            }

            #family #footer_btm_inner ul.biglinks li a:hover {
                color: #0D8E4A;
                }

    #family div#toplist div {
        background: #36C1A1 url(../gfx/bg_toplist_family.gif) no-repeat left bottom;
        }

        #family div#toplist ul {
            border-right: 1px solid #0D8E4A;
            border-left: 1px solid #0D8E4A;
            }

    #family div.pagination span,
    #family div.pagination a:hover {
        border: 1px solid #0D8E4A;
        background: #0D8E4A;
        }

    #family #articleheader,
    #family #searchheader {
        background: #36C1A1;
        }

    #family #articleheader li {
        float: left;
        display: block;
        width: auto;
        background: #36C1A1 url(../gfx/bg_ahtabs_left_family.gif) no-repeat left top;
        margin-right: 5px;
        }

        #family #articleheader li a {
            color: #FFF;
            background: transparent url(../gfx/bg_ahtabs_right_family.gif) no-repeat right top;
            display: block;
            }

    #family #articleheader li.selected {
        background: #FFF url(../gfx/bg_ahtabs_selected_left_family.gif) no-repeat left top;
        }

        #family #articleheader li.selected a {
            background: transparent url(../gfx/bg_ahtabs_selected_right_family.gif) no-repeat right top;
            }

/*  -- CELEBRITIES ---------------------------------------------------------(#990066, #F8279C)  */

    #celebrities div.marketplace_logo {
    background-color: #f8279c;
    }

    #celebrities a,
    #celebrities #footer_btm_inner ul.biglinks li.selected a {
    color: #990066;
        }

    #celebrities h1,
    #celebrities h2,
    #celebrities h3,
    #celebrities h4,
    #celebrities h5,
    #celebrities .header,
    #celebrities ul#navigation li a,
    #celebrities #headerquote span.headerquoteinner,
    #celebrities ul#subnavigation a:hover {
        color: #990066;
        }

    #celebrities ul#navigation li.selected a {
        color: #FFF;
        }

    #celebrities ul#subnavigation {
        background-color: #F8279C;
        border-color: #990066;
        }

    #celebrities ul#navigation {
        border-color: #990066;
        background-image: url(../gfx/sq_990066.gif);
        }

    #celebrities ul#navigation li.selected a,
    #celebrities ul#navigation li.selected a:hover {
        background: #F8279C url(../gfx/bg_nav_left_celebrities.gif) no-repeat left top;
        }

    #celebrities ul#navigation li.selected a span,
    #celebrities ul#navigation li.selected a:hover span {
        background: url(../gfx/bg_nav_right_celebrities.gif) no-repeat right top;
        }

    #celebrities #footer_top_wide {
        background: url(../gfx/bg_footertop_celebrities.gif) repeat-x left bottom;
        }

    #celebrities #footer_btm_wide {
        background: #990066 url(../gfx/bg_footerbtm_celebrities.gif) repeat-x left bottom;
        color: #F8279C;
        }

        #celebrities #footer_btm_inner,
        #celebrities #footer_btm_inner a {
    color: #FFFFFF;
            }

            #celebrities #footer_btm_inner ul.biglinks li a:hover {
                color: #990066;
                }

    #celebrities div#toplist div {
        background: #F8279C url(../gfx/bg_toplist_celebrities.gif) no-repeat left bottom;
        }

        #celebrities div#toplist ul {
            border-right: 1px solid #990066;
            border-left: 1px solid #990066;
            }

    #celebrities div.pagination span,
    #celebrities div.pagination a:hover {
        border: 1px solid #990066;
        background: #990066;
        }

    #celebrities #articleheader,
    #celebrities #searchheader {
        background: #F8279C;
        }

    #celebrities #articleheader li {
        float: left;
        display: block;
        width: auto;
        background: #F8279C url(../gfx/bg_ahtabs_left_celebrities.gif) no-repeat left top;
        margin-right: 5px;
        }

        #celebrities #articleheader li a {
            color: #FFF;
            background: transparent url(../gfx/bg_ahtabs_right_celebrities.gif) no-repeat right top;
            display: block;
            }

    #celebrities #articleheader li.selected {
        background: #FFF url(../gfx/bg_ahtabs_selected_left_celebrities.gif) no-repeat left top;
        }

        #celebrities #articleheader li.selected a {
            background: transparent url(../gfx/bg_ahtabs_selected_right_celebrities.gif) no-repeat right top;
            }

/*  -- HOME & GARDEN ---------------------------------------------------------(#6CBB1C, #509E00)  */

    #homegarden div.marketplace_logo {
    background-color: #509e00;
    }
    
    #homegarden a,
    #homegarden #footer_btm_inner ul.biglinks li.selected a {
    color: #468C00;
        }

    #homegarden h1,
    #homegarden h2,
    #homegarden h3,
    #homegarden h4,
    #homegarden h5,
    #homegarden .header,
    #homegarden ul#navigation li a,
    #homegarden #headerquote span.headerquoteinner,
    #homegarden ul#subnavigation a:hover {
    color: #468C00;
        }

    #homegarden ul#navigation li.selected a {
        color: #FFF;
        }

    #homegarden ul#subnavigation {
        background-color: #509E00;
        border-color: #6CBB1C;
        }

    #homegarden ul#navigation {
        border-color: #6CBB1C;
        background-image: url(../gfx/sq_6CBB1C.gif);
        }

    #homegarden ul#navigation li.selected a,
    #homegarden ul#navigation li.selected a:hover {
        background: #509E00 url(../gfx/bg_nav_left_homegarden.gif) no-repeat left top;
        }

    #homegarden ul#navigation li.selected a span,
    #homegarden ul#navigation li.selected a:hover span {
        background: url(../gfx/bg_nav_right_homegarden.gif) no-repeat right top;
        }

    #homegarden #footer_top_wide {
        background: url(../gfx/bg_footertop_homegarden.gif) repeat-x left bottom;
        }

    #homegarden #footer_btm_wide {
    background: #509E00;
    color: #509E00;
        }

        #homegarden #footer_btm_inner,
        #homegarden #footer_btm_inner a {
            color: #FFFFFF;
            }

            #homegarden #footer_btm_inner ul.biglinks li a:hover {
                color: #6CBB1C;
                }

    #homegarden div#toplist div {
        background: #509E00 url(../gfx/bg_toplist_homegarden.gif) no-repeat left bottom;
        }

        #homegarden div#toplist ul {
            border-right: 1px solid #6CBB1C;
            border-left: 1px solid #6CBB1C;
            }

    #homegarden div.pagination span,
    #homegarden div.pagination a:hover {
        border: 1px solid #6CBB1C;
        background: #6CBB1C;
        }

    #homegarden #articleheader,
    #homegarden #searchheader {
        background: #509E00;
        }

    #homegarden #articleheader li {
        float: left;
        display: block;
        width: auto;
        background: #509E00 url(../gfx/bg_ahtabs_left_homegarden.gif) no-repeat left top;
        margin-right: 5px;
        }

        #homegarden #articleheader li a {
            color: #FFF;
            background: transparent url(../gfx/bg_ahtabs_right_homegarden.gif) no-repeat right top;
            display: block;
            }

    #homegarden #articleheader li.selected {
        background: #FFF url(../gfx/bg_ahtabs_selected_left_homegarden.gif) no-repeat left top;
        }

        #homegarden #articleheader li.selected a {
            background: transparent url(../gfx/bg_ahtabs_selected_right_homegarden.gif) no-repeat right top;
            }

/*  -- COMPETITIONS ---------------------------------------------------------(#CC0000, #F53600)  */
    
    #competitions div.marketplace_logo {
    	background-color: #eb3106;
    }
    
    #competitions a,
    #competitions #footer_btm_inner ul.biglinks li.selected a {
	    color: #FA4D21;
        }

    #competitions h1,
    #competitions h2,
    #competitions h3,
    #competitions h4,
    #competitions h5,
    #competitions .header,
    #competitions ul#navigation li a,
    #competitions #headerquote span.headerquoteinner,
    #competitions ul#subnavigation a:hover {
    	color: #EA5E00;
        }

    #competitions ul#navigation li.selected a {
        color: #FFF;
        }

    #competitions ul#subnavigation {
    background-color: #F53600;
    border-color: #CC0000;
        }

    #competitions ul#navigation {
        border-color: #FF6600;
        background-image: url(../gfx/sq_FF6600.gif);
        }

    #competitions ul#navigation li.selected a,
    #competitions ul#navigation li.selected a:hover {
        background: #EB3106 url(../gfx/bg_nav_left_competitions.gif) no-repeat left top;
        }

    #competitions ul#navigation li.selected a span,
    #competitions ul#navigation li.selected a:hover span {
        background: url(../gfx/bg_nav_right_competitions.gif) no-repeat right top;
        }

    #competitions #footer_top_wide {
        background: url(../gfx/bg_footertop_competitions.gif) repeat-x left bottom;
        }

    #competitions #footer_btm_wide {
        background: #FF6600 url(../gfx/bg_footerbtm_competitions.gif) repeat-x left bottom;
        color: #EB3106;
        }

        #competitions #footer_btm_inner,
        #competitions #footer_btm_inner a {
    color: #FFFFFF;
            }

            #competitions #footer_btm_inner ul.biglinks li a:hover {
                color: #FF6600;
                }

    #competitions div#toplist div {
        background: #EB3106 url(../gfx/bg_toplist_competitions.gif) no-repeat left bottom;
        }

        #competitions div#toplist ul {
            border-right: 1px solid #FF6600;
            border-left: 1px solid #FF6600;
            }

    #competitions div.pagination span,
    #competitions div.pagination a:hover {
        border: 1px solid #FF6600;
        background: #FF6600;
        }

    #competitions #articleheader,
    #competitions #searchheader {
        background: #EB3106;
        }

    #competitions #articleheader li {
        float: left;
        display: block;
        width: auto;
        background: #EB3106 url(../gfx/bg_ahtabs_left_competitions.gif) no-repeat left top;
        margin-right: 5px;
        }

        #competitions #articleheader li a {
            color: #FFF;
            background: transparent url(../gfx/bg_ahtabs_right_competitions.gif) no-repeat right top;
            display: block;
            }

    #competitions #articleheader li.selected {
        background: #FFF url(../gfx/bg_ahtabs_selected_left_competitions.gif) no-repeat left top;
        }

        #competitions #articleheader li.selected a {
            background: transparent url(../gfx/bg_ahtabs_selected_right_competitions.gif) no-repeat right top;
            }

/*  -- HEALTH ------------------------------------------------------(#003399, #4968DC)  */
    
    #health div.marketplace_logo {
    background-color: #485cda;
    }
    
    #health a,
    #health #footer_btm_inner ul.biglinks li.selected a {
    color: #3333CC;
        }

    #health h1,
    #health h2,
    #health h3,
    #health h4,
    #health h5,
    #health .header,
    #health ul#navigation li a,
    #health #headerquote span.headerquoteinner,
    #health ul#subnavigation a:hover {
    color: #003399;
        }

    #health ul#navigation li.selected a {
        color: #FFF;
        }

    #health ul#subnavigation {
    background-color: #4968DC;
    border-color: #003399;
        }

    #health ul#navigation {
        border-color: #2E3192;
        background-image: url(../gfx/sq_2E3192.gif);
        }

    #health ul#navigation li.selected a,
    #health ul#navigation li.selected a:hover {
        background: #485CDA url(../gfx/bg_nav_left_healthforms.gif) no-repeat left top;
        }

    #health ul#navigation li.selected a span,
    #health ul#navigation li.selected a:hover span {
        background: url(../gfx/bg_nav_right_healthforms.gif) no-repeat right top;
        }

    #health #footer_top_wide {
        background: url(../gfx/bg_footertop_healthforms.gif) repeat-x left bottom;
        }

    #health #footer_btm_wide {
        background: #2E3192 url(../gfx/bg_footerbtm_healthforms.gif) repeat-x left bottom;
        color: #485CDA;
        }

        #health #footer_btm_inner,
        #health #footer_btm_inner a {
    color: #FFFFFF;
            }

            #health #footer_btm_inner ul.biglinks li a:hover {
                color: #2E3192;
                }

    #health div#toplist div {
        background: #485CDA url(../gfx/bg_toplist_healthforms.gif) no-repeat left bottom;
        }

        #health div#toplist ul {
            border-right: 1px solid #2E3192;
            border-left: 1px solid #2E3192;
            }

    #health div.pagination span,
    #health div.pagination a:hover {
        border: 1px solid #2E3192;
        background: #2E3192;
        }

    #health #articleheader,
    #health #searchheader {
        background: #485CDA;
        }

    #health #articleheader li {
        float: left;
        display: block;
        width: auto;
        background: #485CDA url(../gfx/bg_ahtabs_left_healthforms.gif) no-repeat left top;
        margin-right: 5px;
        }

        #health #articleheader li a {
            color: #FFF;
            background: transparent url(../gfx/bg_ahtabs_right_healthforms.gif) no-repeat right top;
            display: block;
            }

    #health #articleheader li.selected {
        background: #FFF url(../gfx/bg_ahtabs_selected_left_healthforms.gif) no-repeat left top;
        }

        #health #articleheader li.selected a {
            background: transparent url(../gfx/bg_ahtabs_selected_right_healthforms.gif) no-repeat right top;
            }

            /*  -- HEALTH & FORMS ------------------------------------------------------------------------  */

                #healthforms a,
                #healthforms #footer_btm_inner ul.biglinks li.selected a {
                color: #3333CC;
                    }

                #healthforms h1,
                #healthforms h2,
                #healthforms h3,
                #healthforms h4,
                #healthforms h5,
                #healthforms .header,
                #healthforms ul#navigation li a,
                #healthforms #headerquote span.headerquoteinner,
                #healthforms ul#subnavigation a:hover {
                color: #003399;
                    }

                #healthforms ul#navigation li.selected a {
                    color: #FFF;
                    }

                #healthforms ul#subnavigation {
                background-color: #4968DC;
                border-color: #003399;
                    }

                #healthforms ul#navigation {
                    border-color: #2E3192;
                    background-image: url(../gfx/sq_2E3192.gif);
                    }

                #healthforms ul#navigation li.selected a,
                #healthforms ul#navigation li.selected a:hover {
                    background: #485CDA url(../gfx/bg_nav_left_healthforms.gif) no-repeat left top;
                    }

                #healthforms ul#navigation li.selected a span,
                #healthforms ul#navigation li.selected a:hover span {
                    background: url(../gfx/bg_nav_right_healthforms.gif) no-repeat right top;
                    }

                #healthforms #footer_top_wide {
                    background: url(../gfx/bg_footertop_healthforms.gif) repeat-x left bottom;
                    }

                #healthforms #footer_btm_wide {
                    background: #2E3192 url(../gfx/bg_footerbtm_healthforms.gif) repeat-x left bottom;
                    color: #485CDA;
                    }

                    #healthforms #footer_btm_inner,
                    #healthforms #footer_btm_inner a {
                color: #FFFFFF;
                        }

                        #healthforms #footer_btm_inner ul.biglinks li a:hover {
                            color: #2E3192;
                            }

                #healthforms div#toplist div {
                    background: #485CDA url(../gfx/bg_toplist_healthforms.gif) no-repeat left bottom;
                    }

                    #healthforms div#toplist ul {
                        border-right: 1px solid #2E3192;
                        border-left: 1px solid #2E3192;
                        }

                #healthforms div.pagination span,
                #healthforms div.pagination a:hover {
                    border: 1px solid #2E3192;
                    background: #2E3192;
                    }

                #healthforms #articleheader,
                #healthforms #searchheader {
                    background: #485CDA;
                    }

                #healthforms #articleheader li {
                    float: left;
                    display: block;
                    width: auto;
                    background: #485CDA url(../gfx/bg_ahtabs_left_healthforms.gif) no-repeat left top;
                    margin-right: 5px;
                    }

                    #healthforms #articleheader li a {
                        color: #FFF;
                        background: transparent url(../gfx/bg_ahtabs_right_healthforms.gif) no-repeat right top;
                        display: block;
                        }

                #healthforms #articleheader li.selected {
                    background: #FFF url(../gfx/bg_ahtabs_selected_left_healthforms.gif) no-repeat left top;
                    }

                    #healthforms #articleheader li.selected a {
                        background: transparent url(../gfx/bg_ahtabs_selected_right_healthforms.gif) no-repeat right top;
                        }

/*  -- FOOD ------------------------------------------------------------(#177EA9, #79C4E3)  */

    #food div.marketplace_logo {
        background-color: #79c4e3;
    }
    
    #food a,
    #food #footer_btm_inner ul.biglinks li.selected a {
    color: #0066FF;
        }

    #food h1,
    #food h2,
    #food h3,
    #food h4,
    #food h5,
    #food .header,
    #food ul#navigation li a,
    #food #headerquote span.headerquoteinner,
    #food ul#subnavigation a:hover {
    color: #0033CC;
        }

    #food ul#navigation li.selected a {
        color: #FFF;
        }

    #food ul#subnavigation {
        background-color: #79C4E3;
        border-color: #177EA9;
        }

    #food ul#navigation {
        border-color: #177EA9;
        background-image: url(../gfx/sq_177EA9.gif);
        }

    #food ul#navigation li.selected a,
    #food ul#navigation li.selected a:hover {
        background: #79C4E3 url(../gfx/bg_nav_left_food.gif) no-repeat left top;
        }

    #food ul#navigation li.selected a span,
    #food ul#navigation li.selected a:hover span {
        background: url(../gfx/bg_nav_right_food.gif) no-repeat right top;
        }

    #food #footer_top_wide {
        background: url(../gfx/bg_footertop_food.gif) repeat-x left bottom;
        }

    #food #footer_btm_wide {
    background: #79C4E3;
    color: #79C4E3;
        }

        #food #footer_btm_inner,
        #food #footer_btm_inner a {
    color: #FFFFFF;
            }

            #food #footer_btm_inner ul.biglinks li a:hover {
                color: #177EA9;
                }

    #food div#toplist div {
        background: #79C4E3 url(../gfx/bg_toplist_food.gif) no-repeat left bottom;
        }

        #food div#toplist ul {
            border-right: 1px solid #177EA9;
            border-left: 1px solid #177EA9;
            }

    #food div.pagination span,
    #food div.pagination a:hover {
        border: 1px solid #177EA9;
        background: #177EA9;
        }

    #food #articleheader,
    #food #searchheader {
        background: #79C4E3;
        }

    #food #articleheader li {
        float: left;
        display: block;
        width: auto;
        background: #79C4E3 url(../gfx/bg_ahtabs_left_food.gif) no-repeat left top;
        margin-right: 5px;
        }

        #food #articleheader li a {
            color: #FFF;
            background: transparent url(../gfx/bg_ahtabs_right_food.gif) no-repeat right top;
            display: block;
            }

    #food #articleheader li.selected {
        background: #FFF url(../gfx/bg_ahtabs_selected_left_food.gif) no-repeat left top;
        }

        #food #articleheader li.selected a {
            background: transparent url(../gfx/bg_ahtabs_selected_right_food.gif) no-repeat right top;
            }

/*  -- FASHION & BEAUTY ---------------------------------------------------------(#660066, #8F47B3)  */
    
    #fashionbeauty div.marketplace_logo {
    background-color: #8f47b3;
    }
    
    #fashionbeauty a,
    #fashionbeauty #footer_btm_inner ul.biglinks li.selected a {
        color: #8F47B3;
        }

    #fashionbeauty h1,
    #fashionbeauty h2,
    #fashionbeauty h3,
    #fashionbeauty h4,
    #fashionbeauty h5,
    #fashionbeauty .header,
    #fashionbeauty ul#navigation li a,
    #fashionbeauty #headerquote span.headerquoteinner,
    #fashionbeauty ul#subnavigation a:hover {
        color: #660066;
        }

    #fashionbeauty ul#navigation li.selected a {
        color: #FFF;
        }

    #fashionbeauty ul#subnavigation {
        background-color: #8F47B3;
        border-color: #660066;
        }

    #fashionbeauty ul#navigation {
        border-color: #660066;
        background-image: url(../gfx/sq_660066.gif);
        }

    #fashionbeauty ul#navigation li.selected a,
    #fashionbeauty ul#navigation li.selected a:hover {
        background: #8F47B3 url(../gfx/bg_nav_left_fashionbeauty.gif) no-repeat left top;
        }

    #fashionbeauty ul#navigation li.selected a span,
    #fashionbeauty ul#navigation li.selected a:hover span {
        background: url(../gfx/bg_nav_right_fashionbeauty.gif) no-repeat right top;
        }

    #fashionbeauty #footer_top_wide {
        background: url(../gfx/bg_footertop_fashionbeauty.gif) repeat-x left bottom;
        }

    #fashionbeauty #footer_btm_wide {
        background: #660066 url(../gfx/bg_footerbtm_fashionbeauty.gif) repeat-x left bottom;
        color: #8F47B3;
        }

        #fashionbeauty #footer_btm_inner,
        #fashionbeauty #footer_btm_inner a {
            color: #FFFFFF;
            }

            #fashionbeauty #footer_btm_inner ul.biglinks li a:hover {
                color: #660066;
                }

    #fashionbeauty div#toplist div {
        background: #8F47B3 url(../gfx/bg_toplist_fashionbeauty.gif) no-repeat left bottom;
        }

        #fashionbeauty div#toplist ul {
            border-right: 1px solid #660066;
            border-left: 1px solid #660066;
            }

    #fashionbeauty div.pagination span,
    #fashionbeauty div.pagination a:hover {
        border: 1px solid #660066;
        background: #660066;
        }

    #fashionbeauty #articleheader,
    #fashionbeauty #searchheader {
        background: #8F47B3;
        }

    #fashionbeauty #articleheader li {
        float: left;
        display: block;
        width: auto;
        background: #8F47B3 url(../gfx/bg_ahtabs_left_fashionbeauty.gif) no-repeat left top;
        margin-right: 5px;
        }

        #fashionbeauty #articleheader li a {
            color: #FFF;
            background: transparent url(../gfx/bg_ahtabs_right_fashionbeauty.gif) no-repeat right top;
            display: block;
            }

    #fashionbeauty #articleheader li.selected {
        background: #FFF url(../gfx/bg_ahtabs_selected_left_fashionbeauty.gif) no-repeat left top;
        }

        #fashionbeauty #articleheader li.selected a {
            background: transparent url(../gfx/bg_ahtabs_selected_right_fashionbeauty.gif) no-repeat right top;
            }


/*  -- END COLOR THEME OVERRIDES --------------------------------------------------------  */


div.form table {
    border-collapse: separate;
    margin-bottom: 10px;
    }
    
div.form table td.buttonbox {
    padding-top: 10px;
    }
    
div.form table td .label2 {
    display: inline-block;
    width: 360px;
    }

div.form table td.left_col {
    padding-right: 10px;
    }
    
div.form table td.left_col2 {
    width: 22px;
    }
    
div.form table td.img_col {
    width: 222px;
    }
    
div.form table td.left_col input {
    margin-right: 0px;
    }
    
div.form input,
div.form textarea {
    margin: 5px 10px 5px 0px;
    padding: 1px;
}

div.form select {
    margin: 5px 10px 5px 0px;
    }

div.form textarea {
    width: 216px;
    padding: 1px 0px;
/*  border: 1px solid #FF0000;*/
    }

div.form label {
    padding-bottom: 5px;
    }

div.form table td {
    padding-left: 4px;
    padding-right: 4px;
    vertical-align: top;
}

div.form table td p.helptext {
    font-size: 80%;
    color: #333333;
    line-height: 10px !important;
}

div.form table tr.errors td {
    background-color: #FFBBBB;
    border-top: 1px solid white;
}

div.form p.required_indicator {
    font-size: 85%;
    margin-bottom: 2px !important; /* To avoid being overridden by #articlebox p */
}

div.form ul li {
    list-style-type: none !important;
    margin-left: 0 !important;
}

div.form table tr.errors ul li {
    margin-left: 1em !important;
    width: 160px;
}
div.form span.required { color: red; }

div.form table td.left_col {
    text-align: right;
    line-height: 30px;
    width: 100px;
}

div.form h1 {
    font-size: 1.5em;
    }

div.form h2 {
    margin-top: 10px;
    }
    
div.form .formimg {
    float: left;
    clear: both;
    width: 222px;
    margin: 0 0 10px;
    }
    
div.form div.formimgright {
    float: right;
    width: 360px;
    margin: 0 0 10px 0px;
    }
    
    div.form div.formimgright h2 {
        margin-top: 0px;
        }
        
    div.form div input.checkbox3 {
        margin-top: 10px;
        margin-bottom: 0px;
        float: left;
        margin-right: 15px;
        clear: both;
        }
        
    div.form div label.label4 {
        margin-top: 9px;
        *margin-top: 12px;
        display: inline-block;
        width: 350px;
        }
    
div.form div.clear {
    clear: both;
    }
    
div.form div.formbottom {
    clear: both;
    width: 380px;
    float: right;
    margin-bottom: 10px;
    }
    
    div.form div.formbottom .checkbox2 {
        float: left;
        clear: both;
        margin-top: 1px;
        }
        
    div.form div.formbottom label.label2 {
        display: block;
        float: left;
        width: 300px;
        margin-left: 5px;
        }
        
    div.form div.formbottom label.label3 {
        clear: both;
        display: inline-block;
        margin-right: 10px;
        float: left;
        margin-top: 4px;
        }
    
    div.form .emailaddress {
        display: inline-block;
        float: left;
        margin-top: 0px;
        }

    div.form .submit {
        display: inline-block;
        }
                    
div.form {
    
    }

div#leftcolumn div#articlebox ol, div#leftcolumn div#articlebox ul {
    margin-top: 1ex;
    margin-bottom: 1em;
}

div#leftcolumn div#articlebox ol li {
    list-style-type: decimal;
	margin: 0 0 0.6em 2.5em;
}

div#leftcolumn div#articlebox ul li {
    list-style-type: disc;
	margin: 0 0 0.6em 2.5em;
}

/*div#articlebox.leftbox div.imgcontainer {
    border: 5px solid black;
}
*/

div.rightcolbox div#ingredients ul {
    padding: 0px;
    margin: 0 0 10px;
    color: #FF0000;
    overflow: hidden;
    _height: 1%;
    }
    
    div.rightcolbox div#ingredients ul li {
        padding: 0 0 0 15px;
        margin: 0 0 0 2px;
        float: left;
        width: 120px;
        background: url(../gfx/bg_ingredienceli.gif) no-repeat 0 11px;
        line-height: 28px;
        }
        
    div.rightcolbox div#ingredients form {
        overflow: hidden;
        _height: 1%;
        clear: both;
        padding: 2px;
        width: 240px;
        margin: 0 auto;
        }
        
        div.rightcolbox div#ingredients form input.textinput {
            width: 149px;
            height: 17px;
/*          border: 1px solid #acacac;*/
            background: #fff;
            border: 3px solid #f0f0ee;
            float: left;
            padding: 1px 0;
            margin: 0 8px 0 0;
            display: inline-block;
            font-size: 11px;
            }
            
        div.rightcolbox div#ingredients form input.submit {
            width: 65px;
            height: 22px;
            float: right;
            clear: none;
            display: inline-block;
            font-size: 11px;
            }


form.section_search {
    float: left;
    width: 245px;
    margin-top: 30px;
    overflow: hidden;
    _height: 1%;
    margin-left: 10px;
    }

    form.section_search span.inputborder {
        border: 2px solid #e1e1e1;
        display: inline-block;
        width: 157px;
        }

    form.section_search input.text {
        border: 1px solid #a5acb2;
        background: #FFF;
        width: 155px;
        }

    form.section_search input.button {
        display: inline-block;
        }
        
/*  -- AD SPACES ---------------------------------------------------------------------------  */
    
    #adSpace1 {
        background: transparent;
        }
        
    #ad_space_01 {
        text-align: center;
        }
        
        #ad_space_01 div {
            margin: 0 auto;
            width: 300px;
            }


    #articlebox p {
        line-height: 20px;
    }


/*----AdHub Marketplace Links CSS-------------26-05-09--^|^---*/


/*----Clear Floats---------*/

body {line-height:16px;}

.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
/*Hide from IE Mac\*/
.clearfix {display:block;}
/*End hide from IE Mac*/


/*---Marketplace Wrapper---*/

#marketPlace {
    width: 640px;
    background-color:#FFF;
}


/*---Header-----*/

#mp_logo {
    padding:10px;
    font:16px Arial,Helvetica,sans-serif;
    font-weight:bold;
    color:#FFF;
    background-color:#f8279c;
}

/*---Marketplace links Container---*/

#mp_container {
    border:1px solid #d6d8d7;
    border-top:none;
    width:640px;
    padding:10px 0;
}

html > body #mp_container {width:638px;} /*ff border fix*/

/*----Unit Container-----*/

.mpBox {
    width:318px;
    height:78px;
    float:left;
    overflow:hidden;
    text-align:center;
    border-collapse:collapse;
}

.mpBox a img {
    border:0;
}

/*----Logo/Image--------------*/

.mpImageBlock {
    width:50px;
    height:67px;
    margin:10px 5px 0 10px;
    float:left;
}

.mpImageBlock{
    background:url(../images/frameThumbnail.gif) no-repeat scroll left top;
    padding:4px;
    *position:relative;
}

/*----Text Styling-----------*/

.mpTextBlock {
    width:236px;
    height:50px;
    margin:15px 0 10px 0;
    float:left;
    text-align:left;
    font:11px/16px Arial,Helvetica,sans-serif;
    overflow:hidden;
    color:#525252;
}

/*---Styling for the Different MP Links from server--*/

.mpTextBlock ul {
    width:236px;
    height:57px;
    padding:0;
    margin:0;
    overflow:hidden;
}

.mpTextBlock ul li {
    margin:0 !important;
}

.mpSingle ul{
    margin-left:10px;
    width:226px;
}

.mpSingle li {
    list-style:none;
    list-style:none;
    list-style-image:none !important;
    background-image:none;
    padding:0;
}

.mpDouble li {
    list-style:none;
    padding:0 0 0 10px;
    background:url(../images/bullet_3pt.jpg) no-repeat 0 5px;
}

.mpTriple li {
    list-style:none;
    padding:0 0 0 10px;
    background:url(../images/bullet_3pt.jpg) no-repeat 0 5px;
    white-space:nowrap;
}
.mpTextBlock li a {
    text-decoration:none;
    color:#525252;
}

.mpTextBlock li a:hover {text-decoration:underline;}

.mpTextBlock li a:visited {text-decoration:none;}

#adSpace3 .mpBox, #adSpace5 .mpBox, #adSpace7 .mpBox {
    border-left:none;
    border-right:none;
}

#adSpace2, #adSpace3, #adSpace4, #adSpace5, #adSpace6, #adSpace7 {
    line-height:0;
    margin:0;
    padding:0;
    font-size:0;
 }





    div#top_left_slot {
        float: left; 
        width: 190px; 
        height: 120px; 
        background-color: rgb(239, 239, 239);
    }
    
div.clearboth {
    clear: both;
    display: block;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
}

.search .result h2 {
    font-size: 110%;
}

.search .result {
    padding: 6px 0 5px 0;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.search .result p {
    margin: 0 !important;
    padding: 0;
}

.search img {
    float: right;
    width: 100px;
    height: 100px;
    padding: 0;
    margin: 0 0 0 10px;
}

.search .result span {
    color: #666666;
}

.search .pagination {
    margin-top: 10px;
}
