@charset "utf-8";
/* CSS Document */

th
{
	text-align: left;
	background-color: #EEEEEE;
	border-bottom: 1px #666666 solid;
	padding: 3px;
}

.row
{
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 3px;
	border-bottom: 1px solid #DDDDDD;
	background-color: #F5F5F5;
}

.leftRow
{
	margin: 5px;
	padding: 3px;
	border-left: 5px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background-color: #F5F5F5;
}

.paging
{
	margin: 5px;
	text-align: center;
}

.pagingElement
{
	margin-left: 5px;
}

.maintitle
{
	border-bottom: 1px solid #666666;
	color: #333333;
	padding: 3px;
	margin-bottom: 16px;
	margin-top: 32px;
}

.descriptionCaption
{
	border-bottom: 1px solid #AAAAAA;
	overflow: hidden;
	padding: 5px;
	font-weight: bold;
	width: 150px;
}

.descriptionValue
{
	width: 250px;
	overflow: hidden;
	padding: 5px;
	background-color: #F5F5F5;
	border-bottom: 1px solid #AAAAAA;
}

.tableRow
{
	background-color: #F5F5F5;
	border-bottom: 1px #AAAAAA solid;
}

.whiteTableRow
{
	background-color: #FFFFFF;
	border-bottom: 1px #AAAAAA solid;
}@charset "utf-8";
/* CSS Document */
div.category, div.category_0, div.category_1, div.category_2, div.category_3 {
	margin:0;
	padding:0;
}


div.category_0 {
	padding-left:0px;
}

div.category_1 {
	padding-left:15px;
}

span.category_selected {
	font-weight:bold;
}


/*######################################
	Kategorieseite mbn
#######################################*/

h1 span {
  color:#c6d2fc;
}

.boxTopseller {
  width:600px;
  height:131px;
  padding-top:10px;  
}

.topsellerBox_small {
   float:left;
   background:url(/xenudo/images/bg_topseller_box_small.gif) no-repeat;
   height:120px;
   width: 90px;
   overflow:hidden;
   margin-right:9px;   
}

.topsellerBox_small p {
  height:30px;
  overflow:hidden;
  margin:5px 0 0 0px;
  font-size:12px;
  text-align:center;
}

.product_topseller_photo {
  margin:0 0 0 0px;
  widht:49px;
  height:40px;
  text-align:center;
}

div.preisschild {
	background: url(/xenudo/images/bg_preisschild.gif) no-repeat;
	height: 33px;
	width: 65px;
	margin:5px 0 0 12px;	
	
}

div.preisschild span {
	color: #fff;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	padding: 10px 0 5px 15px;
	text-align: left;
}

div.preisschild span a {
	color: #fff;
	text-decoration:none;	
}

div.preisschild span a:hover {
	color: #fff;
	text-decoration:none;	
}

div.preistext {
	height: 40px;
	overflow: hidden;
	width: 65px;
}


/*breadcrumbs */
.bread {
	margin-left:15px;
	overflow: hidden;
	font-size: 13px;
	font-weight: normal;
	padding: 0 0 0px;	
    color:#04559a;	
}

.bread li {	
	
	display: inline;
	   color:#333333;
	   font-size:11px;
}
.bread li a {
	display: inline;	
	padding: 0px 0px 0px 5px;
	margin-left:0px;
	color:#000066;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

.bread li.last a {
  border-left: 1px solid #000066;
  margin-left:0px;
  font-weight:normal;
  text-decoration:underline;
}

.bread li a:hover {
  color: #000066;
}

.bread li a span {
  color:#04559a;
  font-weight: normal;
  margin: 0 0 0 4px;
}