div.box {
  padding: 0;
  width: auto;
  height: auto !important;
}

div.box div.moduleHeader,
div.box div.header {
	font-size: 1.5em;
	font-weight: bold;
	padding: 4px 0 2px 14px;
	position: relative;
	height: 27px;
    text-align: left;
    line-height: 25px;
}

div.box div.moduleHeader {
  color: #FFFFFF !important;
}

div.box div.boxcontent div{
  height: auto !important;
  _height: 30px;
}

div.box div.content,
div.box div.items {
  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 ul li {
  float: left;
}

div.boxlinks div.items div.boxitems ul li {
  position: relative;
  padding: 0;
  background-image: url('../../../default/images/layout/news_arrow.gif');
  background-repeat: no-repeat;
  background-position: right;
  background-color #FF00FF; 
  height: 32px;
  margin-bottom: 8px;
  text-align: right;
  padding-right: 30px;
  padding-top: 13px;
}

div.box img {
  position: absolute;
  right: 3px;
  top: 8px;
  border: 0px;
}

div.box li img {
  right: 8px;
  top: 6px;
}

div.box div.items a {
  margin: 0;
  display: block;
  color: #000;
  height: 18px;
}

div.boxlinks div.items ,
div.boximages div.items {
  color: #606060;
  padding: 0;
  min-height: 20px;
  height: auto !important;
  _height: 20px;
  /*border-top: 0px;*/
  border-bottom: 0px;
}

div.boxlinks div.items {
  border: solid 1px #8c8a8b;
  border-top: 0px;
  margin-top: 0px;
  margin-bottom: 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;
}

/* @todo */
div.box div.boxshortdesc {
  padding: 0 12px 0px 30px;
  text-align: left;
  line-height: 22px;
}

div.box div.items a:link,
div.box div.items a:active,
div.box div.items a:visited {
  text-decoration: none;
}

div.box div.items a:hover {
  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 #8B8A8B;
  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: 24px;
}

div.boxEditable ul a.editable:hover {
  border: 1px dashed #D71920;
  padding: 0 0 0 7px;
}

/* Custom skins */

div.boxred div.items  {
  color: #FFF;
  border: 0;
}

div.boxEditable div.boxred  ul a.editable:hover {
  border: 1px dashed #FFF;
}

div.boxwhite div.header {
  color: #8c8a8b;
  background-color: #FFF;
  border: 1px #8C8A8B solid;
  border-top: 0px;
  border-bottom: 0px;
  font-size: 1em;
  padding-top: 10px;
  padding-left: 30px;
  margin-bottom: 0px;
  height: 20px;
  text-align: left;
  line-height: 22px;
}

div.boxwhite {
}

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;
}
