/* $Id: style.css,v 1.38.2.2 2009/04/27 14:20:53 goba Exp $ */

/**
 * Generic elements
 */
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font: 12px/170% Verdana, sans-serif;
  color: #494949;
}

input {
  font: 12px/100% Verdana, sans-serif;
  color: #494949;
}

textarea, select {
  font: 12px/160% Verdana, sans-serif;
  color: #494949;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: normal;
  color: #b40d4d;
}

h1 {
  font-size: 170%;
}

h2 {
  font-size: 160%;
  line-height: 130%;
}

h3 {
  font-size: 140%;
}

h4 {
 font-weight: lighter;
 margin: 0 0 20px;
 font-size: 15px;
 color: #9b9b9b;
 width: 300px;
 text-transform: none;
}


h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}

a:link, a:visited {
  color: #b40d4d;
  text-decoration: none;
}

a:hover {
  color: #b40d4d;
  text-decoration: underline;
}

a:active, a.active {
  color: #b40d4d;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #cfcfcf;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0 .5em; /* LTR */
}

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em; /* LTR */
  padding: 0;
}

ul.menu .leaf a {
   border-top: 1px solid #D0D1D2;
   height: 36px;
   margin: -12px 0 0;
   padding: 8px 8px 4px;
   width: 155px;
   color: #606263;
}

ul.menu .leaf.first a {
  border-top: 0px solid #fff;
}


ul.menu.menu .leaf a.active {
   border-top: none;
   width: 188px;
   background: url(images/menu-active.png) no-repeat;
   color: #323232;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0 0 -5;
  padding: 0;
}



ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em; /* LTR */
}

ul li.expanded {
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; /* LTR */
}

ul li.collapsed {
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em; /* LTR */
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #e7e7e7;
  color: #494949;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #727272;
}

td, th {
  padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
  border: solid #f1f1f1;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #fcfcfc;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #e6e6e6;
}

tr.even td.active {
  background-color: #eaeaea;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #d2d2d2;
  background-color: #e3e3e3;
  color: #575757;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}

/**
 * Layout
 */
#topline {
	background: #ededed;
	border-bottom: 1px solid #D0D1D2;
	height: 5px;
}

#header-region .block {
  display: block;
  margin:0 0 0 1em;
}

#header-region .block-region {
  display: block;
  margin: 0 0.5em 1em;
  padding: 0.5em;
  position: relative;
  top: 0.5em;
}

#header-region * {
  clear: none;
  float: left;
  margin-bottom: 0;

}
#header-region {
  clear: right;
  float: right;
  height: 49px;
  font-size: 9px;
}

#header-region .block .content {
  margin: 0px;
  padding: 0px;
}

.block-locale {
  padding-top: 0.5em;
}

.block-locale a {
  color: #323232;
}

.block-locale li .active {
  display: none;
}

.block-locale li.da a {
  color: #323232;
  padding-right: 22px;
  background: transparent url("images/flags/dk.png") no-repeat right 5px;
}

.block-locale li.en a {
  color: #323232;
  padding-right: 22px;
  background: transparent url("images/flags/us.png") no-repeat right 5px;
}

/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
#header-region script {
  display: none;
}

#header-region p, #header-region img {
  margin-top: 0.5em;
}

#header-region h2 {
  margin: 0 1em 0 0; /* LTR */
}

#header-region h3, #header-region label, #header-region li {
  margin: 0;
  padding: 0;
  background: none;
}

#wrapper {
  background: #fff;
}

#wrapper #container {
  margin: 0 auto;
  padding: 0;
  width: 960px;
}

#wrapper #container #header {
  height: 79px;
  padding-right: 10px;
  clear: both;
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  line-height: 120px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

#wrapper #container #header #logo-floater span {
	background: transparent url(images/slogan.png) no-repeat scroll 0 0;
	float: left;
	height: 47px;
	margin: 16px 0 0;
	padding: 0;
	text-indent: -2000px;
	width: 150px;
}

#wrapper #container #header h1 img {
  margin: -9px 10px 0 10px;
  z-index: 10;
  float: left; /* LTR */
}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.sidebars {
  min-width: 960px;
}
/* With 2 columns, require a minimum width of 800px. */
body.sidebar-left, body.sidebar-right {
  min-width: 780px;
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  float: left;
  width: 100%;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-left #center {
  margin-left: -210px;
}
body.sidebar-right #center {
  margin-right: -210px;
}
body.sidebars #center {
  margin: 0 -210px;
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze {
  margin-left: 210px;
}
body.sidebar-right #squeeze {
  margin-right: 210px;
}
body.sidebars #squeeze {
  margin: 0 210px;
}

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  margin: 0px 0 5em;
  width: 210px;
  float: left;
  z-index: 2;
  position: relative;
}

#wrapper #container .sidebar .block {
  margin: 0 0 1.5em 0;
}

#sidebar-left .block {
  padding: 0 15px 0 0px;
}

#sidebar-right .block {
  padding: 0 0px 0 15px;
  border-left:1px solid #EBEBEB;
}

.block .content {
  margin: 0.5em 0;
}

#sidebar-left .block-region {
  margin: 0 15px 0 0px; /* LTR */
}

#sidebar-right .block-region {
  margin: 0 0px 0 15px; /* LTR */
}

.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #b4d7f0;
  text-align: center;
  font-size: 1.3em;
}

/* Now we add the backgrounds for the main content shading */
#wrapper #container #center #squeeze {
  position: relative;
}

#wrapper #container .copyright, #wrapper #container .copyright a {
  font-size: 10px;
  color: #c9c9c9;
}

#footer .content {
  padding-bottom: 3em;
}
#footer #block-menu_block-1 {
  min-height: 120px;
  
}
#footer .block-block {
  max-width: 183px;;
  clear: none;
  float: right;
}

#footer .block-block h2 {
  background: #fcfcfc;
  color: #606263;
  font-size: 10px;
  font-weight: bold;
  margin-top: 4px;
  padding: 5px 10px;
  text-transform: none;
  cursor: pointer;
}

#footer .block-block h2.inactive {
  background: #fcfcfc url("images/menu-collapsed.gif") no-repeat 96% 50%;
  width: 156px;
}
#footer .block-block h2.active {
  background: #fcfcfc url("images/menu-expanded.gif") no-repeat 96% 50%;
}

#footer input {
  width: 100%;
  border: 1px solid #D0D1D2;
  padding: 2px;
  background: #fff;
} 
#footer input.form-submit {
  width: 50px;
  background: #EBEBEB;
}
#footer input.form-checkbox {
  width: 20px;
  border: none;
}

#footer .block-menu_block {
  clear: none;
  float: left;
  padding: 0px;
}

#wrapper #container #footer {
  color: #606263;
  margin: 0;
  padding: 0px;
  clear: left;
}

#wrapper #container #footer .block-user {
  width: 160px;
  background: #fff;
  padding: 10px;
  float: right;
  clear: right;
  border: 1px solid #c1c2c2; 
}

#wrapper #container #footer .block-user h2 {
  display: none;
}

#wrapper #container #footer ul.primary-links {
  float: left;
  clear: right;
  position: relative;
  padding: 0px;
  margin: 0px;
}

#wrapper #container #footer .block .content {
  margin: 0px;
}

#wrapper #container #footer ul.menu {
  padding-bottom: 10px;
  float: left;
  width: auto;
  clear: none;
}

#wrapper #container #footer ul li {
  clear: none;
  float: left;
  list-style-image: none;
  list-style-type: none;
  padding: 0px;
  margin: 0px 5px 0 0;
  width: 140px;
}

#wrapper #container #footer ul.menu li ul.menu li {
  clear: right;
  float: left;
  list-style-image: none;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  height: 18px;
}

#footer .expanded {
	background-image: none;
	list-style-image: none;
}

#footer .menu li {
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}

#footer ul.menu ul, #footer .item-list ul ul {
  margin: 0px;
}

#footer ul.menu .leaf a, #footer ul.menu .expanded a, #footer ul.menu .collapsed a {
  border-top: none;
  width: auto;
  color: #606263;
  height: 36px;
  margin: 0px;
  padding: 10px;
}

#footer ul li.leaf a, #footer ul li.expanded a, #footer ul li.collapsed a {
  display: inline;
}

#wrapper #container #footer ul.primary-links li a, #wrapper #container #footer ul.primary-links li a:link, 
#wrapper #container #footer ul.primary-links li a:visited {
  padding: 0px 10px 0 0;
  margin: 0px;
  color: #606263;
}
.primary-links .active-trail a, .primary-links .active-trail a:active, .primary-links .active-trail a:visited, .primary-links .active-trail a:link {
  color: #B40D4D;
}

#footer ul.menu li ul.menu li {
  padding-left: 4px;
  padding-bottom: 0px;
  margin-left: 0px;
  font-weight: normal;
}

#footer ul.menu li ul.menu li a {
  padding-left: 18px;
}

#footer a.active {
  background: none;
}


#footer #login-box {
  padding: 2px 10px 10px;
  background: #fff;
  border: 1px solid #EBEBEB;
  font-size: 9px;
  width: 156px;
}
#footer #welcome-box {
  padding: 2px 10px 10px;
  background: #fff;
  border: 1px solid #EBEBEB;
  font-size: 9px;
}
#footer #edit-persistent-login-wrapper {
  float: left;
  margin-right: 10px;
  margin-top: 0px;
}


#wrapper #container #footer2 {
  background: #fcfcfc;
  border: 1px solid #EBEBEB;
  clear: both;
  color: #606263;
  min-height: 21px;
  padding: 10px;
  font-size: 11px;
}

#wrapper #container .breadcrumb {
  top: 15px;
  left: 35px; /* LTR */
  z-index: 3;
}

#wrapper #container  #banner {
	clear: right;
	color: #ffffff;
	margin-top: -30px;
}

#wrapper #container  #banner * {
	clear: both;
	color: #FFFFFF;
	margin-bottom: 5px;
	margin-top: -18px;
	position: relative;
}


#wrapper #container  #banner h2 {
   font-size: 28px;
   line-height: 26px;
   font-weight: bold;
   color: #ffffff;
   max-width: 375px;
   float: left;
   clear: none;
   text-transform: uppercase;
}

#wrapper #container  #banner p {
  line-height: 14px;
}

body.sidebar-left #footer {
  margin-left: -210px;
}

body.sidebar-right #footer {
  margin-right: -210px;
}

body.sidebars #footer {
  margin: 0 -210px;
}

/**
 * Header
 */
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  color: #323232;
  font-weight: normal;
  text-shadow: #1659ac 0px 1px 3px;
  font-size: 1.5em;
}

#wrapper #container #header h1 a:hover {
  text-decoration: none;
}

#wrapper #container .breadcrumb {
  clear: none;
  float: left;
}

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
  color: #606263;
}

#wrapper #container .youarehere {
  font-weight: bold;
  clear: none;
  float: left;
  margin-right: 10px;
}

#mission {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

/**
 * Primary navigation
 */
ul.primary-links {
  margin: 0;
  padding: 0;
  float: right; /* LTR */
  position: relative;
  z-index: 4;
  clear: right;
}

ul.primary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
  display: block;
  margin: 0 0 0 2em;
  padding: .75em 0 0;
  color: #323232;
}

ul.primary-links li a:hover, ul.primary-links li a.active {
  color: #B40D4D;
}

/**
 * Secondary navigation
 */
ul.secondary-links {
  margin: 0;
  padding: 18px 0 0;
  float: right; /* LTR */
  clear: right; /* LTR */
  position: relative;
  z-index: 4;
}

ul.secondary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #cde3f1;
  background: transparent;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active {
  color: #cde3f1;
  background: transparent;
}

/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

#tabs-wrapper {
  margin: 0 0 1em;
  padding: 0px;
  border-bottom: 1px solid #D0D1D2;
  position: relative;
  z-index: 100;
  background: #fff;
}
ul.primary {
  padding: 0.5em 0 10px;
  float: left; /* LTR */
}
ul.secondary {
  clear: both;
  text-align: left; /* LTR */
  border-bottom: 1px solid #D0D1D2;
  margin: -0.2em 0px 1em;
  padding: 0 26px 0.6em;
}
h2.with-tabs {
  float: left; /* LTR */
  margin: 0 2em 0 0; /* LTR */
  padding: 0;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px; /* LTR */
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  background: url(images/bg-tab.png) repeat-x 0 50%;
  color: #fff;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

/**
 * Nodes & comments
 */
.node {
  margin: 0 0px 1.5em;
  padding: 0px;
}

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  padding-right: 0; /* LTR */
  background-image: none;
}

.node .links, .comment .links {
  text-align: left; /* LTR */
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  float: right; /* LTR */
  clear: right; /* LTR */
  padding-left: 1em; /* LTR */
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right; /* LTR */
}

.terms {
  float: right; /* LTR */
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
  padding: 0.5em 0;
  border: 0;
  background: 0;
}

.sticky {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #D0D1D2;
  margin: -1.5em -25px 0;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #D0D1D2;
}

.indented {
  margin-left: 25px; /* LTR */
}

.comment h3 a.active {
  color: #494949;
}

.node .content, .comment .content {
  margin: 0.6em 0;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #D0D1D2;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
}
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #ececec;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
  background: url(images/menu-expanded.gif) no-repeat 0% 50%; /* LTR */
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%; /* LTR */
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}

#block-node-0 img, .feed-icon {
  float: right; /* LTR */
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right; /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
  text-align: left;
}
#user-login-form ul {
  text-align: left; /* LTR */
}
#user-login .description {
  display: none;
} 
#user-login #edit-submit {
  margin: 0;
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

.admin-panel h3 {
  text-transform: none;
  color: #4f4f4f;
  padding-bottom: 10px;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
  margin-bottom: 20px;
  clear: both;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #b40d4d;
  color: #323232;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  background: #3ebf4f url("images/highlight-grad.png") repeat-x top center;
  border: 3px double #FFFFFF;
  color: #FFFFFF;
  padding: 7px;
}

div.warning {
  background: #f0b84a url("images/highlight-grad.png") repeat-x top center;
  border: 3px double #FFFFFF;
  color: #FFFFFF;
  padding: 7px;
}

div.warning a:link, div.status a:link, div.error a:link {
  color: #333;
}

div.error, tr.error {
  background: #f04a4a url("images/highlight-grad.png") repeat-x top center;
  border: 3px double #FFFFFF;
  color: #FFFFFF;
  padding: 7px;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #fcfcfc;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}

.block-menu_block_split h2 {
  display: none;
}



/**
 * Search box
 */

#search {
  float: right;
  width: 150px;
  text-align: right;
  margin-top: -12px;
}
#search label {
  display: none;
}
#search .form-button, .form-submit {
  padding-top: 2px;
}
#search input {
  font-size: 9px;
  border: 1px solid #D0D1D2;
  padding: 2px;
}

/*********
KOL-BOX's
*********/

.kol-box {
  border-color: #D0D1D2 #D0D1D2 #D72F1D;
  border-style: solid;
  border-width: 1px 1px 5px;
  clear: right;
  float: left;
  margin-right: 0.59em;
  min-height: 350px;
  width: 188px;
  color: #373737;
  cursor: hand;
  display: block;
}

.kol-box:hover, #node-37 a:hover, #node-33 a:hover {
  background:#f9f9f9;
  cursor: hand;
  text-decoration: none;
}

.kol-box h3 {
  padding: 10px 11px 0;
  color: #373737;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

.kol-box p {
  padding: 0 11px 11px;
  line-height: 13px;
}

.kol-box.kol1 {
  border-bottom: 5px solid #d72f1d;
}

.kol-box.kol1 img {
  border-bottom: 2px solid #d72f1d;
}

.kol-box.kol2 {
  border-bottom: 5px solid #f990ab;
}

.kol-box.kol2 img {
  border-bottom: 2px solid #f990ab;
}

.kol-box.kol3 {
  border-bottom: 5px solid #f57826;
}

.kol-box.kol3 img {
  border-bottom: 2px solid #f57826;
}

.kol-box.kol4 {
  border-bottom: 5px solid #c1d12f;
}

.kol-box.kol4 img {
  border-bottom: 2px solid #c1d12f;
}

.kol-box.kol5 {
  border-bottom: 5px solid #00a2e7;
  margin-right: 0em;
}

.kol-box.kol5 img {
  border-bottom: 2px solid #00a2e7;
}



/*********
ACCORDION
*********/

#harmonikka {
  height: 485px;
}

#harmonikka ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  height: 100%;
}

#harmonikka ul li {
  float: left;
  padding: 0px;
  display: block;
  margin: 0px; 
  border-width: 5px 2px 3px 0;
  border-style: solid;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 50px;
}

#harmonikka .content {
  padding: 0px;
  margin: 0px 40px 0px 65px;
  width: 92%;
  height: 100%;
}

#harmonikka .open {
  width: 750px;
}



#harmonikka h2 {
 font-size: 24px;
 line-height: 23px;
 text-transform: uppercase;
 padding-top: 25px;
 margin-bottom: 10px;
 width: 300px;
}

#harmonikka h4 {
 font-weight: lighter;
 margin: 0 0 20px;
 font-size: 15px;
 color: #9b9b9b;
 width: 300px;
 text-transform: none;
}


#harmonikka ul li p {
  margin: 0;
  font-size: 12px;
  display: block;
  margin: 0px 0 10px 0px;
  width: 300px;
}

#harmonikka h2, #harmonikka h4, #harmonikka p {
 padding-left: 20px;
}

#harmonikka .handle {
  width: 50px;
  height: 100%;
  background: #df2b26;
  clear: none;
  float: left;
  cursor: pointer;
  position: relative;
  text-indent: -1000em;
}

#harmonikka .handle h2 {
  height: 449px;
  width: 32px;
}

#harmonikka li span {
   background: #df2b26;
   color: #FFFFFF;
   display: none;
   margin: -8px;
   padding: 3px 10px;
   position: absolute;
   text-transform: uppercase;
   top: 334px;
   z-index: 2000;
}

#harmonikka .red {
  border-color:  #ba1018;
}
#harmonikka .red .button, #harmonikka .red span {
  background: #ba1018;
}
#harmonikka .red .handle {
  background: #ba1018 url("images/col-bg/outerwear.png") no-repeat bottom center;
}
#harmonikka .red .handle:hover {
  background: #ba1018 url("images/col-bg/outerwear-hover.png") no-repeat bottom center;
}
#harmonikka .red .handle h2 {
  background: url("images/col-titles/outerwear.png") no-repeat bottom center;
}
#harmonikka .red h2 {
  color: #ba1018;
}

#harmonikka .pink {
  border-color: #9d2d6a;
}
#harmonikka .pink .button, #harmonikka .pink span {
  background: #9d2d6a;
}
#harmonikka .pink .handle {
  background: #9d2d6a url("images/col-bg/babyshoes.png") no-repeat bottom center;
}
#harmonikka .pink .handle:hover {
  background: #9d2d6a url("images/col-bg/babyshoes-hover.png") no-repeat bottom center;
}
#harmonikka .pink .handle h2 {
  background: url("images/col-titles/babyshoes.png") no-repeat bottom center;
}
#harmonikka .pink h2 {
  color: #9d2d6a;
}

#harmonikka .orange {
  border-color: #d68135;
}
#harmonikka .orange .button, #harmonikka .orange span {
  background: #d68135;
}
#harmonikka .orange .handle {
  background: #d68135 url("images/col-bg/feetwear.png") no-repeat bottom center;
}
#harmonikka .orange .handle:hover {
  background: #d68135 url("images/col-bg/feetwear-hover.png") no-repeat bottom center;
}
#harmonikka .orange .handle h2 {
  background: url("images/col-titles/feetwear.png") no-repeat bottom center;
}
#harmonikka .orange h2 {
  color: #d68135;
}

#harmonikka .green {
  border-color: #99b212;
}
#harmonikka .green .button, #harmonikka .green span {
  background: #99b212;
}
#harmonikka .green .handle {
  background: #99b212 url("images/col-bg/streetwear.png") no-repeat bottom center;
}
#harmonikka .green .handle:hover {
  background: #99b212 url("images/col-bg/streetwear-hover.png") no-repeat bottom center;
}
#harmonikka .green .handle h2 {
  background: url("images/col-titles/streetwear.png") no-repeat bottom center;
}
#harmonikka .green h2 {
  color: #99b212;
}

#harmonikka .blue {
  border-color: #41a0c2;
}
#harmonikka .blue .handle {
  background: #41a0c2 url("images/col-bg/underwear.png") no-repeat bottom center;
}
#harmonikka .blue .handle:hover {
  background: #41a0c2 url("images/col-bg/underwear-hover.png") no-repeat bottom center;
}
#harmonikka .blue .button, #harmonikka .blue span {
  background: #41a0c2;
}
#harmonikka .blue .handle h2 {
  background: url("images/col-titles/underwear.png") no-repeat bottom center;
}
#harmonikka .blue h2 {
  color: #41a0c2;
}

#harmonikka .button {
   background: #df2b26;
   padding: 5px;
   color: #fff;
   border: 3px double #fff;
}

#harmonikka .button:hover {
	opacity:.90;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  text-decoration: none;
}

.right {
	float:right;
}
.left {
	float: left;
}
ul#footerlinks {
  clear: none;
  color: #606263;
  float: right;
  margin-top: -10px;
  padding: 0;
}
#footerlinks a {
  color: #606263;
}
#footerlinks li:first-child {
 border-left: none;
}
#footerlinks li {
  border-left: 1px solid #ebebeb;
  clear: none;
  float: left;
  color: #606263;
  padding: 0px 8px;
}
#footerlinks li:last-child {
 padding-right: 0px;
}


/**
 * Admin menu (navigation block)
 */
#cp_region  {
  margin: 0 0 20px 0;
}
#cp_region h2 {
  display: none;
}
#cp_region {
  background: #FCFCFC;
  border: 1px solid #EBEBEB;
  padding: 0 0 0 0px;
}
#cp_region ul, #cp_region ul li {
  margin: 0;
  padding: 0;
  display: inline;
}
#cp_region ul li.collapsed, #cp_region ul li.expanded {
  background: none;
}
#cp_region a, #cp_region a:active, #cp_region a:visited {
  color: #606263;
  text-decoration: none;
  display: inline;
  margin: 0;
  padding: 0;
  border: none;
}
#cp_region a:hover {
  color:#B40D4D;
  text-decoration: underline;
}
#cp_region .menu li {
  padding: 0 8px;
  border-right: 1px solid #EBEBEB;
}
#cp_region .menu li .last {
  border-right: none;
}
#cp_region .menu {
  float:left;
  width: 960px;
  padding: 0 0 10px 2px;
}

#cp_region .expanded .menu {
  border-top: 1px solid #EBEBEB;
  margin: 10px 0 -10px -3px;
  padding: 8px 0 10px 2px;
  width: 979px;
}
#cp_region .expanded .expanded .menu {
  border-top: 1px solid #EBEBEB;
  margin: 10px 0 0 -2px;
  padding: 8px 0 0 2px;
}
#cp_region .active-trail a, #cp_region .active-trail a:active, #cp_region .active-trail a:visited, #cp_region .expanded .expanded .menu .active-trail a, #cp_region .expanded .expanded .menu .active-trail a:active, #cp_region .expanded .expanded .menu .active-trail a:visited {
  color:#B40D4D;
  background: none;
}
#cp_region .active-trail .leaf a, #cp_region .active-trail .leaf a:active, #cp_region .active-trail .leaf a:visited, #cp_region .leaf a, #cp_region .leaf a:active, #cp_region .leaf a:visited, #cp_region .collapsed a, #cp_region .collapsed a:active, #cp_region .collapsed a:visited {
  color:#606263;
}

/**
 * Retailer-Dashboard
 */
#retailer-dashboard .center-wrapper .panel-panel{
  width:327px;
  _width:319px; /*IE6*/
  
}
#retailer-dashboard h2 {
  display:none;
}
#retailer-dashboard h3 {
  padding: 10px 0 0 10px;
  color: #373737;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
#retailer-dashboard .box-content p {
  padding-left: 16px;
}
#retailer-dashboard .box-content .last {
  border: none;
}
#retailer-dashboard #box-content-special-offers p {
  padding-left: 150px;
}
#retailer-dashboard #box-content-newsletter p {
  width: 140px;
}
#retailer-dashboard #box-content-media-files a {
  display: block;
  width: 100%
  height: 21px
  margin: -5px 0 1px 0;
  padding: 2px 0 0 5px;
}
#retailer-dashboard #box-content-media-files a:hover {
  background: #f9f9f9;
  text-decoration: none;
}
#retailer-dashboard #box-content-media-files a span {
  color: #8a8c8d;
}
#retailer-dashboard #box-content-media-files li {
  margin: 0 16px 0 16px;
  border-bottom: 1px solid #D0D1D2;
}
#retailer-dashboard .box-content {
  border-width: 1px 1px 5px 1px;
  border-style: solid;
  margin-top: -20px;
  color: #373737;
  display: block;
  min-height: 200px;
  _height: 235px;
}
#retailer-dashboard #box-content-special-offers {
  border-color: #D0D1D2 #D0D1D2 #00a2e7 #D0D1D2;
  background: url(http://melton.atlithor.com/www/sites/default/files/retailer-dashboard-special-offers.png) no-repeat bottom left;
  _background-image: none;
}
#retailer-dashboard #box-content-media-files {
  border-color: #D0D1D2 #D0D1D2 #d72f1d #D0D1D2;
}
#retailer-dashboard #box-content-newsletter {
  border-color: #D0D1D2 #D0D1D2 #f57826 #D0D1D2;
  background: url(http://melton.atlithor.com/www/sites/default/files/retailer-dashboard-newsletter.png) no-repeat bottom right;
  _background-image: none;
}
#retailer-dashboard .button {
   padding: 5px;
   color: #fff;
   border: 3px double #fff;
}
#retailer-dashboard #box-content-special-offers .button {
   background: #00a2e7;
   margin-right: 16px;
   float:right;
}
#retailer-dashboard #box-content-newsletter .button {
   background: #f57826;
   float:left;
   *width:125px; /*IE7*/
   _width:130px; /*IE6*/
}
#retailer-dashboard .button:hover {
	opacity:.90;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  text-decoration: none;
}

/**
 * Product Filter
 */
ul#productfilter {
  border: 1px solid #ebebeb; 
  margin: 0px; 
  padding: 10px;
}
ul#productfilter a {
  color: #606263;
  background: transparent url("images/checkboxes.png") no-repeat scroll 0 97%;
  padding: 0 20px;
}
ul#productfilter li {
  font-size: 11px;
  height: 18px;
  padding: 0px;
}
ul#productfilter .active a {
  background: transparent url(images/checkboxes.png) no-repeat scroll 0 1%;
}
ul#productfilter li.header {
  background: none;
  font-weight: bold;
  margin-bottom: 5px;
}
ul#productfilter li.description {
  border-top: 1px solid #ebebeb;
  background: none;
  font-size: 10px;
  color: #979797;
  line-height: 13px;
  padding-top: 4px;
  margin-top: 9px;
  font-style: italic;
  height: auto;
}

.view-uc-products-custom .pager {
  text-align: right;
  margin-bottom: 30px
}
.view-uc-products-custom .pager li {
  display: inline;
  margin: 0 0 0 5px;
  background-image: none;
  background: #dfdfdf;
  border: 1px solid #EBEBEB;
  color: #606263;
}
.view-uc-products-custom .pager li:hover {
  border: 1px solid #606263;
  cursor: hand;
}
.view-uc-products-custom .pager .pager-current {
  background: #606263;
  color: #FCFCFC;
}
.view-uc-products-custom .pager .pager-current:hover {
  border: 1px solid #EBEBEB;
}
.view-uc-products-custom .pager .pager-next, .view-uc-products-custom .pager .pager-last, .view-uc-products-custom .pager .pager-first, .view-uc-products-custom .pager .pager-previous {
  display: none;
}
tr.row-2, tr.row-4 {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}


/**
 * Tooltip
 */

#theToolTip{
	position: absolute;
	left: -300px;
	max-width: 500px;
	border: 2px solid #C0C09F;
	padding: 6px;
	background-color: #FFFFCC;
	visibility: hidden;
	z-index: 100;
}

#ToolTipPointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

/**
 * Sitemap
 */
 
.sitemap-menu h2 {
	display: none;
}
.sitemap-menu ul.menu li.last {
	margin-bottom: 20px;
}
.sitemap-menu ul.menu li {
	display: inline;
	float: left;
}
.sitemap-menu li.expanded a {
	margin: 0;
	padding: 0;
	border: none;
	height: auto;
	color: #323232;
	background: #fff;
}
.sitemap-menu li.expanded ul.menu .leaf a {
	margin: 0;
	padding: 0 0 0 10px;
	border: none;
	height: auto;
	color: #606263;
}
.sitemap-menu li.expanded ul.menu li {
	display: block;
	float:none;
}
.prbilleder img {
 border: 2px solid #EBEBEB;
 margin: 3px;
 float: left;
 clear: none;
}
.prbilleder .noright {
 margin: 3px 0px;
}
.prbilleder {
 clear:both;
 float:left;
 margin-bottom:50px;
}
.prbilleder img:hover {
 border: 2px solid #b40d4d;
}