@CHARSET "UTF-8";

/* -------------------------------------------------------------------------- */
/* General HTML elements                                                      */
/* -------------------------------------------------------------------------- */

html, body {
    font-family: Verdana, Arial, Sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
}
h1 {
    font-family: Georgia, Times Roman, serif;
    font-size: 35px;
    line-height: 40px;
}
#placeholder-top h1 {
    margin: 20px 120px 10px 5px;
}s
h2 {
    font-family: Georgia, Times Roman, serif;
    line-height: 30px;
    color: #009bdb;
}
#placeholder-top h2 {
    margin: 0px 120px 20px 5px;
}
h3 {
    font-size: 11px;
    font-weight: bold;
}
a,
a:visited,
a:link {
    text-decoration: underline;
    color: #009bdb;
}
a:hover {
    text-decoration: none;
}
img {
    border: 0;
    margin: 0;
}
input {
    border: 1px solid #999999;
}

/* -------------------------------------------------------------------------- */
/* Container/placeholder positioning                                          */
/* -------------------------------------------------------------------------- */

#container.frontpage {
    margin: auto;   
	width: 1024px;
    background: transparent none repeat-y top left;	
}
#wrapper-left {
}
#wrapper-content {
}
#wrapper-header-top {
    width: 794px;
    margin: 10px 20px 10px 5px;
	background: url('images/top_gradient.png') no-repeat top left;
	float: right;
}
#placeholder-logo {
    margin: 10px 0px 0px 20px;
    padding: 0 5px 0 0;	
    background: url('images/dash_vertical.png') repeat-y top right; 
    height: 135px;
    width: 180px;
	float: left;
}
#placeholder-left {
}
#placeholder-header {
    height: 42px; 
    margin: 0;
    padding: 0;
    background: url('images/dash_horizontal.png') repeat-x bottom left; 	    
}
#placeholder-top {
    padding: 3px 15px 0px 15px;
    margin: 0;
    width: 794px;
    min-height: 95px; /* TODO: test in IE6 */ 
}
#placeholder-right {
    float: right;
    width: 215px;
    padding: 0;
    margin: 0 15px 20px 0;
    position: relative;
    left: 0px;
    background: url('images/dash_vertical.png') repeat-y top left; 
}
#before-content {
    background: url('images/dash_horizontal.png') repeat-x top left; 	
    width: 984px;
    height: 1px;
    position: relative;
    top: 150px;
    left: 20px;
}
#placeholder-content {
    float: left;
    width: 765px;
    padding: 1px 0 0 0;
    margin: 0 0 0 20px;
    min-height: 200px;
}
#placeholder-content-no-right {
	float: left;
    padding: 20px;
    margin: 0;
    width: 785px;
}
#placeholder-bottom {
    clear: both;
	margin: 0;
	padding: 1px 0 0 0;
	position: relative;
	top: -1px; /* leave */
}
#placeholder-footer {
    clear: both;
	padding: 5px 15px 0 15px;
	margin: 0;
	background: #ffffff repeat-x top left;
}
#content-link {
    display: none;
}


/* -------------------------------------------------------------------------- */
/* General tile                                                               */
/* -------------------------------------------------------------------------- */

.tile-common {
}
.tile-common h3 {
}
.tile-content {
}

/* -------------------------------------------------------------------------- */
/* General inline listing (eg. horizontal menu, linktoolbar, sitelocator)     */
/* -------------------------------------------------------------------------- */

.horizontal-menu ul {
	display: inline;
	float: left;
	margin: 0;
	list-style-type: none;
	padding: 0;
}
.horizontal-menu li {
	display: inline;
	padding: 0px;
}
.horizontal-menu a {
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    padding: 5px 10px 5px 10px;
}
.horizontal-menu a:hover,
.horizontal-menu a.main-active,
.horizontal-menu a.active {
    color: #ffffff;
    background-color: #009bdb;
}


/* -------------------------------------------------------------------------- */
/* General bullet-less listing (eg. verical menu and small article list)      */
/* -------------------------------------------------------------------------- */

.full-articlelist ul,
.small-articlelist ul,
.vertical-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.full-articlelist li li,
.small-articlelist li li {
    padding-left: 10px;	
}

.vertical-menu {
    margin-top: 25px;
}
.vertical-menu h3 {
    display: none;
}
.vertical-menu li {
    font-weight: bold;
    font-size: 11px;
    margin: 0 0 12px 15px; 
}
.vertical-menu li li {
    font-weight: normal;
    font-size: 10px;
    margin: 12px 0 0 0; 
    padding-left: 15px;	
    line-height: 18px;	
}
.vertical-menu li li li {
    padding-left: 10px;
    margin: 0px 1px 0 5px;
}
.vertical-menu a,
.vertical-menu a:visited {
    color: #000000;
    text-decoration: none;
    padding: 5px 10px 5px 10px;	
}
.vertical-menu a:hover,
.vertical-menu a.active,
.vertical-menu a.main-active,
.vertical-menu a.sub-active {
    font-weight: bold;
	color: #ffffff;
	background-color: #009bdb;
}
.vertical-menu li li li a {
    display: block;    
	color: #000000;
	background-color: #ffffff;
	padding: 5px 0 0 0 ;
}
.vertical-menu li li li a.active,
.vertical-menu li li li a:hover {
    font-weight: bold;
	color: #000000;
	background-color: #ffffff;
}
.vertical-menu li li li a.last {
	margin-bottom: 30px;
}

/* -------------------------------------------------------------------------- */
/* Styling for spesific elements                                              */
/* -------------------------------------------------------------------------- */

/* 
   Some of these elements have been styled using id-context above. We therefore
   need to use the full id-element path to override these styles.
*/

.logo {
    font-size: 2em;
    font-weight: bold;
}
#placeholder-logo img {
}


/* -- Horizontal menu in top placeholder ("quicklaunch") -------------------- */
.horizontal-menu {
    float: right;	
    margin: 8px 0 0 0;
}
.horizontal-menu h3 {
    display: none;  
}
.homeicon {
}

/* -- Linktoolbar ----------------------------------------------------------- */
.linktoolbar h3 {
    display: none;  
}
.linktoolbar ul {
    float: right;   
}

/* -- Search ----------------------------------------------------------- */
.small-searchinput {
	margin: 8px 15px 0 20px;
	float: right;
}
.small-searchinput input.submit {
    background: url('images/search.png') no-repeat top left;
    width: 20px;
    height: 20px;
    border: 0;
}
.small-searchinput input.submit:hover {
    background: url('images/search-active.png') no-repeat top left;
}


/* -- Sitelocator ----------------------------------------------------------- */
.sitelocator h3 {
    font-size: 1em;	
    font-weight: normal;
}

/* -- Newsletter ------------------------------------------------------------ */
.newsletter-form {
    margin: 20px;
    font-size: 11px;
}
.newsletter-form .textinput  {
    width: 130px;
}
.newsletter-form input.submit  {
    width: 64px;
    height: 23px;
    background: #ffffff url('images/button.gif') no-repeat top left;
    border: 0;
    font-size: 9px;
    font-weight: bold;
    padding: 0 0 2px 0;
    margin: 15px 0 0 0;
}
.newsletter-form input.submit:hover  {
    background: #ffffff url('images/button-active.gif') no-repeat top left;
}
.newsletter-form label  {
    font-weight: bold;
}
#newsletter-form-error {
    border: 4px solid #ff0000;
    width: 115px;
    margin: 15px 0 15px 0;
    padding: 5px;
}
#newsletter-form-message {
    border: 4px solid #00ff00;
    width: 115px;
    margin: 15px 0 15px 0;
    padding: 5px;
}


/* -- Article display ------------------------------------------------------- */
.full-articledisplay {
    clear: both;
}
p,
.full-articledisplay,
.small-articledisplay {
    font-size: 11px;
    line-height: 16px;
}
.full-articledisplay ul,
.small-articledisplay ul {
    list-style-image: url('images/bullet.gif');
}


/* -- Digest ---------------------------------------------------------------- */

/* -- Article list ---------------------------------------------------------- */
.full-articlelist {
    font-size: 11px;
}
.full-articlelist h3 {
    margin: 10px 0 2px 0;
    font-family: Georgia, Verdana, Arial, Sans-serif;
}
.full-articlelist h3 a {
    color: #000000;
    text-decoration: none;
}
.full-articlelist p {
    margin: 4px 0 0 0;
}
.full-articlelist ul,
.full-articlelist-twocolumn ul {
    list-style-type: none;	
    padding: 0;
    margin: 0;
}
.full-articlelist ul li {
    margin: 25px 0 25px 0;
    clear: both;
}
.full-articlelist .articlelist-link-internal ul li,
.full-articlelist-twocolumn .articlelist-link-internal ul li {
    clear: none;
    padding: 0 0 0px 0;
    margin: 5px 0 0 0;
}
.full-articlelist-twocolumn li.odd {
    float: left;
    clear: both;
    width: 48%; /* 245px; */
}
.full-articlelist-twocolumn li.even {
    float: right;
    width: 48%; /* 245px; */
}

#placeholder-right .full-articledisplay img {
    margin: 15px;
}
#placeholder-right .full-articlelist {
    margin: 1px;
    padding: 1px;
}
#placeholder-right .full-articlelist ul li {
    padding: 0px 15px 0px 15px;
    margin: 20px 0 25px 0;
}
#placeholder-right .small-articledisplay,
#placeholder-right .small-articledisplay-nolayout {
    margin: 15px;
}
.small-articledisplay-nolayout p {
    margin: 0;
    padding: 0;
}

.articlelist-link-internal {
    font-size: 11px;
}

.date {
    font-size: 11px;
    color: #666666;
}

.sitemap {
    padding: 20px 30px 0px 30px;
    margin-bottom: 0;
    background: #ffffff url('images/bg_line_vertical.gif') repeat-y top right;    
    width: 250px;
    float: left;
}
.sitemap h3 {
    display: none;
}
.sitemap a,
.sitemap a:visited {
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
.sitemap a:hover {
    text-decoration: underline;
}
.sitemap ul {
    padding: 0 0 0 20px;
    list-style-image: url('images/bullet.gif');
}
.sitemap ul ul {
    padding: 10px 0 20px 0px;
    list-style-image: none;
    list-style-type: none;
}
.sitemap ul ul ul {
    padding: 0 0 0 20px;
    margin: 0;
}
.sitemap ul ul ul a {
    font-weight: normal;
}
.sitemap li {
    padding: 0 0 20px 0;
}
.sitemap li li {
    padding: 0;
}

.productarticlelist {
    float: right;
    margin: 0 0 0 0;
    padding: 20px 70px 00px 20px;
}
.productarticlelist .col-1 {
    float: left;
    width: 290px;
}
.productarticlelist .col-2 {
    float: right;
    width: 290px;
}
.productarticlelist ul {
    list-style-type: none;
    font-size: 11px;    
}
.productarticlelist li {
    margin-top: 8px;
}
.productarticlelist a,
.productarticlelist a:visited {
    color: #000000;
    text-decoration: none;
}
.productarticlelist a:hover {
    text-decoration: underline;
}

#coretrek-colofon {
    display: none;
}

.list-navigation,
.list-navigation-text {
    font-size: 11px;
    margin-top: 20px;   
}

.login-form h3 {
    margin: 20px 0px 20px 0px;
}
.login-form label {
    float: left;
    width: 80px;
    font-size: 11px;
}
.login-form .row {
    margin: 0px 0px 10px 0px;
}
.login-form .submit {
    margin: 15px 0px 0px 80px;
}
#placeholder-left .login-form {
    background: url('images/bg_line_horizontal.gif') repeat-x top left; 
    padding: 20px 20px 20px 20px;
    margin-top: 40px;
}
.login-form .submit {
    margin: 20px 20px 20px 0;
}


.linktoolbar {
	float: left;
}

.linktoolbar ul {
	float: left;
	margin: 0;
	padding: 0;
}

.linktoolbar li {
	list-style: none;
	float: left;
	margin-right: 25px;
}

.linktoolbar li a {
	font-size: 11px;
}

.linktoolbar li a img {
	position: relative;
	top: 5px;
}

.language-selector h3 {
	display: none;
}


.language-selector {
	float: right;
}
.language-selector ul {
	padding: 0;
	margin: 0;
}
.language-selector ul li {
	list-style: none;
	float: left;
	padding: 9px 0px 0px 10px;
}


#container.frontpage .full-articlelist {
    background: url('/themes/addenergy/images/menu_details.png') repeat top left;
	margin: 5px;
	padding: 10px 20px 20px 20px;
}
#container.frontpage .full-articlelist h2 span {
	visibility: visible;
	font-family: Georgia, Times Roman, serif;
	letter-spacing: 0px;
	font-size: 20px;	
}
#container.frontpage .full-articlelist h2 span a {
	text-decoration: none;
}
#container.frontpage .full-articlelist ul li h3 a {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
#container.frontpage .full-articlelist ul li {
	margin: 0;
	padding: 2px 0 0 0;
}
#container.frontpage .full-articlelist ul ul li {
	margin-left: 0;
	padding: 0;
}
#container.frontpage .full-articlelist ul ul li {
	padding: 0;
	margin: 0;
}
#container.frontpage .full-articlelist ul a {
	color: #009bdb;
	text-decoration: none;
}
.oil-tile {
	background: url('images/oilprice_bg.png') no-repeat top left;
	height: 115px;
	width: 205px;
	margin-left: 5px;
	font-family: Verdana;
	padding: 5px 0 0 0;
}
.oildate {
	font-size: 13px;
	font-weight: bold;	
	margin: 15px 10px 10px 10px;
}
.oiltime {
	color: #888888;
	font-size: 10px;
	font-weight: bold;	
	margin: 0;
}
.oildiff {
	font-size: 10px;
	font-weight: bold;	
	float: left;
	margin: 10px 0 10px 12px;
}
.oilcurrency {
	color: #888888;
	font-size: 10px;
	font-weight: bold;
	margin: 0 5px 0 0;	
}
.oilprice {
	font-size: 35px;
	font-weight: bold;	
	float: right;
	margin: 0 10px 10px 0;
}

.ae-menu {
	font-family: Georgia, Times Roman, serif;
	font-size: 11px;
	position: relative;
	top: 0px;
	left: 10px;
}
.ae-menu table {
	height: 350px;
}
.ae-menu  h3 {
	background: url('/themes/addenergy/images/menu_base.png') no-repeat top left;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
	width: 175px;
	height: 40px;
	margin: 0;
	cursor: pointer;
}
.ae-menu h3 a {
	color: #ffffff;
}
.ae-menu h4 {
	background: url('/themes/addenergy/images/menu_top.png') no-repeat top left;
	font-size: 10px;
	width:175px; 
	height: 30px;
	margin: 0;
	position: relative;
	top: 10px;
	color: #ffffff;
}
.ae-menu ul {
	list-style-type: none;
	font-family: Verdana, Helvetica, sans-serif;
	width:175px; 
	padding: 0;
	margin: 0;
	background: url('/themes/addenergy/images/menu_bg.png') repeat-y top left;
}
.ae-menu .detail {
	height: 40px;
	width: 175;
	overflow: hidden;
 	font-size: 9px;
}
.ae-menu .detail-active {
	background: url('/themes/addenergy/images/menu_details.png') repeat-y top left;
}
.ae-menu li {
	margin: 0 11px 0 7px;
	padding: 10px 0 5px 20px;
	cursor: pointer;
}
.ae-menu a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.ae-frontpagebuttons {
        background: url('/themes/addenergy/images/menu_base.png') no-repeat top left;
        color: #ffffff;
        text-align: center;
        padding-top: 5px;
        width: 175px;
        height: 40px;
        margin: 10px 0 0 0;
        float: left;
        position: absolute;
        top: 360px;
        left: 0px;
        cursor: pointer;
}
.ae-frontpagebuttons a {
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
}
