@charset "utf-8";

@import "default.css";


html,
body {
    margin: 0;
    padding: 0;
}


body {
    width: 624px;
    margin: 0 auto;
    padding: 0 7px;
    background: url(/common/image/belief/nongeneticallymodified/common/bg.gif) repeat-y center;
}

body.large {
    width: 800px;
    background-image: url(/common/image/belief/nongeneticallymodified/common/bg_l.gif);
}



div.header {
    height: 65px;
    padding: 0 30px 0 20px;
    background: url(/common/image/belief/nongeneticallymodified/common/head_bg.gif) repeat-x top;
}

div.header:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

div.header * {
    margin: 0;
}

div.header p {
    float: left;
}

div.header h1 {
    float: right;
}

div.read {
    padding: 0 25px;
}

div.read p.image {
    float: right;
    margin: 0;
    padding-right: 30px;
}

div.section {
    clear: both;
    height: 1%;
    margin: 0 25px;
}

div.section div.line {
    clear: both;
}

div.section div.line:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

div.section div.line div.item {
    width: 177px;
    float: left;
    margin: 0 20px 50px 0;
}

div.section div.line div.item h3 {
    margin: 0.2em 0;
    font-size: 100%;
}

div.section div.line div.item p {
    margin: 0;
    line-height: 1.3;
}

div.section.useEcofeed div.line div.item p {
    text-align: center;
}

div.section.importPathwayAndCheck ol,
div.section.importPathwayAndCheck ul,
div.section.importPathwayAndCheck ol li {
    list-style: none;
    margin: 0;
    padding: 0;
}

div.section.importPathwayAndCheck ol {
    margin-top: 40px;
    margin-left: 45px;
}

div.section.importPathwayAndCheck ol li {
    position: relative;
    width: 128px;
    margin-top: 10px;
    padding-bottom: 48px;
    background: url(/common/image/belief/nongeneticallymodified/importpathwayandcheck/arrow.gif) no-repeat center bottom;
}

div.section.importPathwayAndCheck ol li.cargo {
    padding-bottom: 139px;
}

div.section.importPathwayAndCheck ol li ul {
    position: absolute;
    top: 0;
    left: 180px;
}

div.section.importPathwayAndCheck ol li ul li {
    position: static;
    width: auto;
    /width: 177px;
    margin: 0;
    padding: 0;
    background-image: none;
    text-align: center;
}

div.section.importPathwayAndCheck ol li ul li.cargo {
    position: absolute;
    top: 160px;
    left: -90px;
}

div.section.importPathwayAndCheck ol li ul li.stagingBase {
    width: 200px;
    position: absolute;
    top: 20px;
    left: 190px;
    text-align: left;
}


p.flash {
    width: 480px;
    margin: 20px auto 40px;
}


ul.close,
ul.close li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.close li {
    margin-bottom: 40px;
    text-align: center;
    cursor: pointer;
}

p.footer {
    margin: 0;
    padding: 5px 0;
    background-color: #e70b0b;
    text-align: center;
    font-size: 85%;
    color: white;
}