div.box {
  padding: 0;
  background: none;
  margin: 0 0 15px 0;
  width: auto;
height: auto !important;
}

div.box div.moduleHeader,
div.box div.header {
  font-weight: bold;
  color: #FFF;
  font-size: 1em;
  height: 24px;
  line-height: 24px;
  padding: 0 0 0 14px;
  margin: 0;
  border: 0;
  position: relative;
  background: #004A80 url("../../images/layout/box_corners.gif") no-repeat 0 0;
}

div.box div.header {
}

div.box div.moduleHeader {
  color: #FFF !important;
}

div.box div.boxcontent div{

  height: auto !important;
  _height: 30px;
}

div.box div.content,
div.box div.items {
  border-color: #DDD;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  font-weight: normal;
  font-size: 1em;
  min-height: 20px;
  height: auto !important;
  _height: 20px;
  padding: 7px 12px;

}

div.box ul {
  margin: 0;
  list-style: none;
  font-size: 1em;
  padding: 0;
}

div.box li {
  position: relative;
  padding: 0;
  background: url("../../../default/images/layout/link_arrow.gif") no-repeat 0 0.5em;
}

div.box img {
  position: absolute;
  right: 3px;
  top: 8px;
  border: 0px;
}

div.box li img {
  right: 8px;
  top: 6px;
}

div.box div.items a {
  padding: 0 15px 0 8px;
  margin: 0;
  display: block;
  color: #004A80;
  height: 18px;
}


div.boxlinks div.items ,
div.boximages div.items {
  padding: 0;
  min-height: 20px;
  height: auto !important;
  _height: 20px;
}

div.boximages div.items  li img {
  position: static;
  right: auto;
  top: auto;
  display: block;
}

div.boximages div.items li a {
  padding: 0;
  height: auto;
}

div.box div.boxshortdesc {
  padding: 0 12px 4px 12px;
}

div.box div.items a:link,
div.box div.items a:active,
div.box div.items a:visited {
  color: #004A80;
  text-decoration: none;
}

div.box div.items a:hover {
  color: #004A80;
  text-decoration: underline;
}

div.box a.icon:link,
div.box a.icon:active,
div.box a.icon:visited,
div.box a.icon:hover {
  width: auto;
  height: auto;
  padding: 0;
}

div.box div.boxitems {
  height: auto;
  _height: 40px;
  min-height: 20px;
  padding: 0 12px;
}

div.boximages div.boxitems {
  padding: 0;
}



/* bugfix for icon for editing */
div.box div.header a.icon img,
div.box div.moduleHeader a.icon  img{
  right: 8px;
}

div.boxEditable {
  border: 1px dashed #CCF;
  height: auto;
  _height: 50px;
}

div.box-right {
  clear: both;
  min-height: 20px;
  height: auto !important;
  _height: 20px;
}

div.boxEditable ul a.editable {
  padding: 1px 0 1px 8px;
  height: 17px;
}

div.boxEditable ul a.editable:hover {
  border: 1px dashed #D71920;
  padding: 0 0 0 7px;
}

/* Custom skins */

div.boxgreen div.moduleHeader,
div.boxgreen div.header {
  background: #004A80 url("../../images/layout/box_corners.gif") no-repeat 0 0;
}

div.boxred div.moduleHeader,
div.boxred div.header,
div.boxred-image div.header {
  background: #D71920 url("../../images/layout/box_corners.gif") no-repeat 0 0;
  
}

div.boxred div.items  {
  background: #D71920 url("../../images/layout/box_corners.gif") no-repeat 0 bottom;
  color: #FFF;
  border: 0;
}

div.boxEditable div.boxred  ul a.editable:hover {
  border: 1px dashed #FFF;
}

div.boxred  div.items ul a:link,
div.boxred div.items  ul a:hover ,
div.boxred  div.items ul a:active,
div.boxred  div.items ul a:visited {
  color: #FFF;
  text-decoration: underline;
}

div.boxred  li {
  background: url("../../../default/images/layout/link_arrow_2.gif") no-repeat 0 0.5em;
}

div.boxEditable div.boximages div.items ul a.editable:hover {
  border-left: 0;
  border-right: 0;
  padding: 0;
}

div.boxEditable div.boximages div.items ul li a.editable {
  padding: 1px 0;
  height: auto;
}


