/*
 * Digg Paginator
 */
ul.digg {
  border: 0;
  margin: 0;
  padding-bottom: 20px;
  border-top: 1px solid #D4D0C7;
  padding-top: 10px;
}

ul.digg li {
  border: 0;
  margin: 0;
  padding: 0;
  /*font-size:10px;*/
  list-style: none;
  margin-right: 5px;
  display: block;
  float: left;
}

ul.digg a {
}

ul.digg .current {
  background: transparent url(../images/pager_sprite_aktiv.png) no-repeat scroll left 0;
  width: 16px;
  height: 16px;
  line-height: 14px;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}

ul.digg .innerdgg a {
  background: transparent url(../images/pager_sprite_inaktiv.png) no-repeat scroll left 0;
}

ul.digg .first {
  background: transparent url(../images/pager_sprite_anfang.png) no-repeat scroll left 0;
}

ul.digg .prev {
  background: transparent url(../images/pager_sprite_zurueck.png) no-repeat scroll left 0;
  margin-right: 16px;
}

ul.digg .next {
  background: transparent url(../images/pager_sprite_vor.png) no-repeat scroll left 0;
  margin-left: 16px;
}

ul.digg .last {
  background: transparent url(../images/pager_sprite_ende.png) no-repeat scroll left 0;
}

ul.digg .prev, ul.digg .next {
  display: block;
  float: left;
}

ul.digg .next a, ul.digg .prev a {
  font-weight: bold;
}

ul.digg .active {
  font-weight: bold;
  display: block;
  float: left;
  padding: 4px 6px;
}

ul.digg a:link, ul.digg a:visited {
  width: 16px;
  height: 16px;
  line-height: 14px;
  display: block;
  float: left;
  text-decoration: none;
  color: #000000;
  vertical-align: middle;
  text-align: center;
}

ul.digg .points {
  width: 19px;
  height: 16px;
  line-height: 14px;
  vertical-align: baseline;
  text-align: center;
}

body.lightcyan ul.digg, body.lightcyan ul.digg a {
  background-position: 0 0;
}

body.cyan ul.digg li, body.cyan ul.digg li a {
  background-position: 0 -16px;
}

body.magenta ul.digg li, body.magenta ul.digg li a {
  background-position: 0 -32px;
}

body.orangered ul.digg li, body.orangered ul.digg li a {
  background-position: 0 -48px;
}

body.purple ul.digg li, body.purple ul.digg li a {
  background-position: 0 -64px;
}

body.midnightblue ul.digg li, body.midnightblue ul.digg li a {
  background-position: 0 -80px;
}

body.green ul.digg li, body.green ul.digg li a {
  background-position: 0 -96px;
}

/*
 * Produktliste 2011
 */
.productList {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.productList .row {
	display:block;
  clear: both;
	border-bottom:1px solid #ebf9f9;
	margin-bottom:4px;
}

.productList .cells .cellText {
	display:none;
	padding:5px 10px 10px 10px;
	font-size:11px;
	width:148px;
}

.productList .cells .cellText a {
	font-weight:bold;
}

.productList .row .cell {
	background:url(../images/productList/hg_oben.gif) no-repeat;
	padding:5px 10px 10px 10px;
	font-size:11px;
	width:150px;
	height:62px;
}

.productList .cell {
  width: 170px;
  padding-top:10px;
	height:122px;
}


.productList .row .cell h3 {
	margin-bottom:2px;
}

.productList .row .cell ul {
  list-style-type:none;	
	list-style-position:outside;
	/*margin-left:10px;
	line-height:15px;*/
}


.productList .row2 {
	display:block;
  clear: both;
  background-color: #f8fcfe;
  margin-bottom:4px;
}

.productList .row3 {
	display:block;
  clear: both;
  background-color: #f1f9fd;
  margin-bottom:4px;
}

.productList .row4 {
	display:block;
  clear: both;
  background-color: #eaf7fd;
  margin-bottom:4px;
}

.productList .rowWhite {
	height:140px;
	display:block;
  clear: both;
  background-color: #ffffff;
}


.productList .cell1 {
	position:relative;
	height:75px;
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	margin-left:10px;
  width: 108px;
  float: left;
	vertical-align:text-bottom;
}

.productList .cell1 p {
	position:absolute;
	bottom:10px;
}

.productList .cell, .productList .cellText {
  float: left;
}


.productList .cellText {
	padding:10px 0;
	height:112px;
  border:1px solid #009EE0;
}

.productList .cellText ul {
  list-style-type:disc;	
	list-style-position:outside;
	margin-left:10px;
	line-height:15px;
}

.productList .cellText ul li {
}

.productList .cellText a {
	padding-left:10px;
}

