body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
#mbOverlay{position:fixed;z-index:9998;top:0;left:0;width:100%;height:150%;background-color:#000;cursor:pointer}#mbOverlay.mbOverlayOpaque{background:url(../../assets/mediabox/images/80.png)}#mbOverlay.mbOverlayAbsolute{position:absolute}#mbOverlay.mbMobile{position:absolute;background-color:transparent}#mbBottom.mbMobile{line-height:24px;font-size:16px}#mbCenter{position:absolute;z-index:9999;left:50%;padding:10px;background-color:#000;-webkit-border-radius:10px;-khtml-border-radius:10px;-moz-border-radius:10px;border-radius:10px;filter:progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000');-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')";-webkit-box-shadow:0 5px 20px rgba(0,0,0,.5);-khtml-box-shadow:0 5px 20px rgba(0,0,0,.5);-moz-box-shadow:0 5px 20px rgba(0,0,0,.5);box-shadow:0 5px 20px rgba(0,0,0,.5)}#mbCenter.mbLoading{background:#000 url(../../assets/mediabox/images/loading-dark.gif) no-repeat center;-webkit-box-shadow:none;-khtml-box-shadow:none;-moz-box-shadow:none;box-shadow:none}#mbMedia{position:relative;left:0;top:0;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:left;background-position:center center;background-repeat:no-repeat}#mbBottom{line-height:20px;font-size:12px;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;text-align:left;color:#999;min-height:20px;padding:10px 0 0}#mbTitle,#mbPrevLink,#mbNextLink,#mbCloseLink{display:inline;color:#fff;font-weight:700}#mbNumber{display:inline;color:#999;font-size:.8em;margin:auto 10px}#mbCaption{display:block;color:#999;line-height:1.6em;font-size:.8em}#mbPrevLink,#mbNextLink,#mbCloseLink{float:right;outline:0;margin:0 0 0 10px;font-weight:400}#mbPrevLink b,#mbNextLink b,#mbCloseLink b{color:#eee;font-weight:700;text-decoration:underline}#mbPrevLink big,#mbNextLink big,#mbCloseLink big{color:#eee;font-size:1.4em;font-weight:700}#mbBottom a,#mbBottom a:link,#mbBottom a:visited{text-decoration:none;color:#ddd}#mbBottom a:hover,#mbBottom a:active{text-decoration:underline;color:#fff}#mbError{position:relative;font-family:Myriad,Verdana,Arial,Helvetica,sans-serif;line-height:20px;font-size:12px;color:#fff;text-align:center;border:10px solid #700;padding:10px 10px 10px;margin:20px;-webkit-border-radius:5px;-khtml-border-radius:5px;-moz-border-radius:5px;border-radius:5px}#mbError a,#mbError a:link,#mbError a:visited,#mbError a:hover,#mbError a:active{color:#d00;font-weight:700;text-decoration:underline}
/* Reset margins */
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
code,
ol,
ul,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea {
    margin: 0;
    padding: 0;
}

/* Format basic elements */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    vertical-align: top;
    text-align: left;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    font-variant: normal;
    cursor: help;
}

blockquote,
q {
    quotes: none;
}

fieldset,
img {
    border: 0;
}

li {
    list-style-type: none;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

del {
    text-decoration: line-through;
}

ins {
    text-decoration: none;
}

a {
    color: #00f;
}

:focus {
    outline: 0;
}

/* Font settings */
body {
    font: 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    color: #000;
}

input,
button,
textarea,
select {
    font-size: 99%;
    font-family: inherit;
    font-weight: inherit;
}

pre,
code {
    font: 12px "Lucida Console", Monaco, monospace;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

h1 {
    font-size: 18pt;
}

h2 {
    font-size: 15pt;
    /*font-size: 15px;*/
    /*font-weight: bold;*/
}

h3 {
    font-size: 12px;
    /*font-weight: bold;*/
}

table {
    font-size: inherit;
}

caption,
th {
    font-weight: bold;
}

/* Default margins */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
table,
ol,
ul,
form {
    margin-bottom: 12px;
    /* Should match the font size */;
}

/* Style sheet amarin-main */
* {
    /*   font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
    background-color: #8c8c8c;
}

h1 {
    margin-top: 0;
}

h1.follow, h2, h3, h4, h5, h6 {
    margin-top: 1.5ex;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

p {
    margin-top: 1ex;
    margin-bottom: 0;
    text-align: justify;
    line-height: 145%;
}

ul {
    margin: 1ex 0;
}

li {
    margin: 1ex 0 1ex 1.5em;
    list-style-type: disc;
    list-style-position: outside;
    /*   line-height: 130%; */
}

a {
    color: #7DB1DB;
    color: #6b98bc;
    color: #547793;
}

div.ce_gallery.references {
    float: right;
}

/*div.ce_gallery.references a
{
  text-decoration: none;
}*/

div.ce_gallery.references img {
    display: inline;
    padding: 2px;
    border: 1px solid grey;
}

div.ce_gallery.references td.col_0 img {
    margin-right: 5px;
}

div.ce_text.references {
    /*   width: 414px; */
    width: 380px;
    /*   border: 1px solid red; */
}

div.ce_image {
    margin-top: 1ex;
}

#wrapper {
    width: 990px;
    margin: 20px auto 0;
    padding: 0;
}

#header {
    height: 177px;
    position: relative;
    background-image: url("/files/site/amarin/images/main-header.png");
    background-repeat: no-repeat;
}

#headerLogo {
    top: 77px;
    position: absolute;
    left: 53px;
}

#headerTagline {
    top: 79px;
    position: absolute;
    font-size: 18pt;
    /*   color: #3C96D3; */
    /*   color: #635c5d; */
    left: 280px;
}

#headerTitle {
    display: none;
    top: 80px;
    position: absolute;
    font-size: 23pt;
    color: #3C96D3;
    left: 280px;
}

#headerSearch {
    top: 95px;
    position: absolute;
    right: 55px;
}

#ctrl_keywords_18 {
    margin: 0;
    padding: 0 0 0 10px;
    border: 1px solid #888;
    width: 120px;
    /*   height: 14px; */
    font-size: 8pt;

    border-radius: 0 0 0 10px;
    /*   box-shadow: 5px 5px 5px 0px #A0A0A0; */
}

#ctrl_submit_18 {
    margin: 0;
    padding: 0 10px 0 3px;
    border: none;
    font-size: 8pt;
    background-color: #7DB1DB;
    /*   color: #D6E5F3; */
    color: #E6F5F3;
    color: #F7FCF2;
    font-weight: bold;
    border-radius: 0 10px 0 0;
}

#wrapper {
    position: relative;
}

#container {
    background-repeat: repeat-y; /*   border: 1px solid blue;*/
    background-image: url("/files/site/amarin/images/main-middle.png");
min-height: calc(100vh - 242px)
}

#left {
    width: 234px;
}

#main {
    /* border: 1px solid red; */
    margin-left: 234px;
    margin-right: 51px;
    width: 580px;
    min-height: 406px;
    padding: 20px 80px 50px 45px;
    text-align: justify;
    color: #404040;
}

#right {
    color: #404040;
}

#right > div > div.mod_newslist > h1 {
    border: 1px solid #99bde0;
    padding: 5px 10px;
    width: 160px;
    font-weight: bold;
    font-size: 10pt;
    margin-top: 5px;
    margin-right: 84px;
    border-radius: 0 15px 0 0;
    /*   background-color: #7DB1DB; */
    /*   background-color: #99bde0; */
}

#right > div > div.mod_newslist > div {
    border: 1px solid #99bde0;
    padding: 5px 10px 8px;
    width: 160px;
    font-size: 8pt;
    margin-top: 5px;
    margin-right: 84px;
}

#right > div > div.mod_newslist > div > h2 {
    font-weight: bold;
    font-size: 8pt;
    margin: 0;
    padding: 0;
}

#right > div > div.mod_newslist > div > div > p {
    line-height: 130%;
}


#footer {
    height: 25px;
}

#mainFooter {
    padding-top: 6px;
    padding-right: 53px;
    text-align: right;
    font-weight: bold;
    color: #C8C8C8;
}

.footLink {
    text-decoration: none;
    color: #C8C8C8;
}

ul.level_1 {
    /*   border: solid 1px green;*/
    margin: 53px 0 12px;
}

ul.level_1 > li {
    margin: 0 0 11px 0;
    list-style-type: none;
}

ul.level_1 > li > a, ul.level_1 > li > strong {
    height: 23px;
    padding-top: 5px;
    padding-left: 53px;
    font-size: 11pt;
    font-weight: bold; /*   border: 1px solid red;*/
    display: block;
}

ul.level_1 > li > a {
    background-image: url("/files/site/amarin/images/menu_normal.png");
    background-repeat: no-repeat;
    text-decoration: none;
    /*   color: #D6E5F3; */
    color: #635c5d;
}

ul.level_1 > li > a.trail, ul.level_1 > li > strong {
    background-image: url("/files/site/amarin/images/menu_active.png");
    background-repeat: no-repeat;
    /*   color: #E7ECF2; */
    color: #F7FCF2;
}

ul.level_1 > li > a:hover, ul.level_1 > li > a:focus, ul.level_1 > li > a:active {
    background-image: url("/files/site/amarin/images/menu_hover.png");
    background-repeat: no-repeat;
    color: #FFF;
}

ul.level_2 {
    /*     border: solid 1px green; */
    margin: 3px 0 12px;
}

ul.level_2 > li {
    margin: 0 0 3px 0;
    list-style-type: none;
}

ul.level_2 > li > a, ul.level_2 > li > strong {
    display: block;
    margin-left: 41px;
    padding: 2px 0 2px 15px;
    font-size: 10pt;
    font-weight: bold;
}

ul.level_2 > li > a {
    text-decoration: none;
    /*   color: #D6E5F3; */
    color: #635c5d;
}

ul.level_2 > li > a.trail, ul.level_2 > li > strong {
    background-color: #7db1db;
    /*   color: #E7ECF2; */
    color: #F7FCF2;
}

ul.level_2 > li > a:hover, ul.level_2 > li > a:focus, ul.level_2 > li > a:active {
    background-color: #99bde0;
    color: #FFF;
}

form.contact {
    margin-top: 2ex;
    position: relative;
}

form.contact label {
    position: absolute;
    margin-top: 2px;
}

form.contact label.mandatory {
    font-weight: bold;
}

form.contact label.error {
    font-weight: bold;
    color: #F00000;
}

form.contact p.error {
    position: relative;
    display: inline;
    left: 95px;
    font-weight: bold;
    color: #F00000;
}

form.contact input,
form.contact textarea {
    position: relative;
    margin-bottom: .5ex;
    left: 95px;
    width: 300px;
}

form.contact textarea {
    height: 150px;
}

form.contact input.submit {
    width: auto;
}

@media print {

    /* Style sheet print */
    body {
        margin: 24px;
        padding: 0;
    }

    * {
        font-family: helvetica;
    }

    h1 {
        margin-bottom: 18px;
        font-size: 18px;
    }

    a {
        text-decoration: none;
        color: #a84204;
    }
}

