/* **************************************************************** */
/* News and category List                                           */
/* **************************************************************** */

.newslist,
.category-list {
  float: left;
  width: 100%;
  _width: 94%;
  margin-bottom: 10px;
  padding-bottom: 5px;  _padding-bottom: 10px;
  background : url(../../../other_files/icelandairgroup-new/img/dots1.gif) 0 bottom repeat-x;
}

.category-list { _width: 89%; background: none; padding-bottom: 0; }

.newslist .item,
.category-list .item { float: left; width: 100%; }

.category-list .item-sub { 
  float: left; 
  width: 100%;
  background : url(../../../other_files/icelandairgroup-new/img/dots1.gif) 0 bottom repeat-x;
}

.category-list .item-sub-no-dots { 
  float: left; 
  width: 100%;
}

.newslist .date,
.category-list .date {
  font-size : .9em;
  color: #777;
}

.newslist .summary,
.category-list .summary { float: left; width: 100%; }

.newslist .more,
.category-list .more {
  float: left;
  width: 100%;
  padding: 0 10px 0 14px;
  margin: 8px 0 10px 0;
  background: url("../../../other_files/icelandairgroup-new/img/more-arrow.gif") 0% 50% no-repeat;
}

.category-list .more-less-space {
  float: left;
  width: 100%;
  padding: 0 10px 0 14px;
  background: url("../../../other_files/icelandairgroup-new/img/more-arrow.gif") 0% 50% no-repeat;
}

.category-list .more-no-icon {
  float: left;
  width: 100%;
  padding: 0 10px 0 14px;
}

.newslist .more a,
.category-list .more a { font-weight: bold; text-decoration: underline; }

.newslist h3 {
  font-size: 1.4em; 
  margin: 0 0 6px 0;
}

.newslist h3 a { text-decoration: underline; }

.newslist img {
  float: right;
  margin: .2em 0 .33em .5em;
}

.category-list img {
  float: left;
  margin: .2em 1em .33em 0;
}

/**** Subsidiaries list on front page ****/
.category-list ul { padding: 0; margin: 0; }
.category-list li { list-style: none; }
.category-list li .more { float: none; padding: 0 10px 0 14px; margin: 2px 0 2px 0; }

/**** News list small definitions ****/
.newslist-small { float: left; width: 100%; _width: 95%; margin-left: 12px !important; margin-left: 6px; margin-bottom: 20px; }
.newslist-small ul { padding: 0; margin: 0; }
.newslist-small li { list-style: none; margin-bottom: 2px; }
.newslist-small .date { color: #777; }
.newslist-small a { text-decoration: underline; margin-left: 10px; }

/* **************************************************************** */
/* Titles in content area                                           */
/* **************************************************************** */

.content-title {
  font-size: 1em; 
  margin: 10px 0;
  padding: 4px 0px 5px 17px;
  border-bottom: 2px solid #E5E5E5;
  background: url(../../../other_files/icelandairgroup-new/img/hd-arrow.gif) 0 50% no-repeat;
  text-transform: uppercase;
  color: #666;
}

.content-title a { color: #666; }
.content-title a:hover { color: #666; text-decoration: none; }

/* **************************************************************** */
/* Site Map                                                         */
/* **************************************************************** */

.sitemap {
  float: left;
  width: 200px;
  margin: 0 0 15px 30px;
}

.sitemap .level1,
.sitemap .level2 {
  padding: 0;
  margin: 0;
  background: none;
}

.sitemap ul {
  list-style : none;
  padding-left : 0;
}

.sitemap li {
  display : inline;
  padding-bottom : 0;
}

.sitemap .level1 a {
  display : block;
  padding : 2px 2px 2px 16px;
  margin: 0 3px 0 7px;
  text-decoration: none;
  border: none;
  font-weight: bold;
}

.sitemap .level1 a:active,
.sitemap .level1 a:visited {
  background: none;
}

.sitemap .level1 a:hover {
  text-decoration: underline;
}

.sitemap .level3 a {
  font-weight: normal;
  margin-left: 30px;
}

.sitemap .level4 a {
  font-weight: normal;
  margin-left: 50px;
}

.sitemap .level4 a {
  font-weight: normal;
  margin-left: 70px;
}

/* **************************************************************** */
/* Management list and images                                       */
/* **************************************************************** */
.image-container {
 float: left;
 width: 100%;
}

.image-container img.large {
 float: left;
 width: 54%;
 height: 300px;
} 

.management-images {
 width: 100%;
 float: right;
}

.management-images .thumbnails {
 width: 152px;
 float: left;
 border: 14px solid #fff;
 padding: 0 !important;
}

.management-images .thumbnails h4 {
 font-weight: normal;
 display: none;
}

.management-images .thumbnails img {
 border: 1px solid #ddd;
}

.management-list {
 clear: both;
}

.management-list .content {
 float: right;
 width: 62%;
 margin-top: 0;
}

.management-list img {
 float: left;
 margin: 3px 0 0 0;
}

.image-display img {
 float: right;
}

.image-details {
 padding-left: 10px;
 height: 200px;
 background: url(../../../other_files/icelandairgroup/img/bknd-image-details-01.png) no-repeat 0 0;
}

.image-details h3 {
 margin-top: 0;
}

.image-details h6 {
 margin-top: 0;
 margin-bottom: 10px;
 font-size: 1.1em;
 font-weight: normal;
}

.image-details a {
 display: block;
 margin-bottom: 14px;
}

/* ********************************************************************/
/* Styles for split content area so that generic 2col template        */
/* can be used for image gallery                                      */
/* ********************************************************************/

.content .leftcol {
 width: 60%;
 float: left;
}

.content .rightcol {
 width: 39%;
 float: right;
}

