#produktausgabe table a {
background: url(../img/basic/pdf-mini.png) no-repeat center bottom;
display:block;
padding-bottom: 25px;
font-weight:bold;
}

#produktausgabe table a:hover {
color:#3399CC;
text-decoration:underline;
}

/*
	Produkte
*/

.produkt_ueberschrift {
	background: #3399CC;
	color:#fff;
	font-weight:bold;
	line-height:1.4em;
	}

.produkt_ueberschrift td {
	border:none !important;
	}

.mod_webShop_navigation {

}	

.mod_webShop_navigation ul {
	list-style-type:none;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin-bottom:20px;
	padding-bottom:20px;
	background: #f6f6f6;
	padding:2px 10px 10px 10px!important;
	overflow: hidden;
	}
	
html.csscolumns .mod_webShop_navigation ul {

}
.mod_webShop_navigation ul li {
	float: left;
	width:33.33%;
}

.mod_webShop_navigation li {
	padding-top: 8px;
	}

.ie .mod_webShop_navigation li {
	padding-top: 8px;
	overflow: hidden;
	}

.mod_webShop_navigation li a {
	color:#333;
	margin-right:10px;
	padding-right:10px;
	line-height: 5px;
	color: #009ada;
	font-size: 14px;
	}
	
.mod_webShop_navigation li a.active {
	color:#95c200;
	}

.mod_webShop_navigation li.last a {
	border-right:none;
	}
	
.mod_webShop_navigation li a:hover {
	color:#95c200;
	}
	
/* Produktlisten */

.mod_webShop_ArticleList h1 {
	display:none;
	}

.articleListItem {
	border-bottom:1px solid #99CC33;
	margin-bottom:30px;
	padding-bottom:10px;
	padding-left:90px;
	padding-right:110px;
	min-height:80px;
	position:relative;
	}
	
.articleListItem .articleImage {
	position:absolute;
	left:0;
	}
	
.articleImage {
	float:right;
	margin-right:10px;
	}
	
#produktausgabe .articleImage {
	margin-left:10px !important;
	margin-right:0px !important;
	margin-bottom:20px !important;
	}
	
table.produkt_table {
	clear:both;
	}
	
.articleTitle a {
	color:#3399cc;
	font-size:1.4em;
	font-weight:bold;
	}
	
.articleSubTitle a:hover {
	text-decoration:none !important;
	}
	
.articleTitle a:hover {
	text-decoration:none !important;
	}	

.articleMore a {
	color:#fff;
	background:#99CC33;
	display:block;
	padding:0 5px;
	position:absolute;
	bottom:0;
	right:0;
	}
	
	/*----/ Recommended Products /----*/
	
	
.mod_webShop_articleRecommendet {
	margin-top:20px;
	}
	
.mod_webShop_articleRecommendet h1 {
	margin-top:30px;
	padding-bottom:20px !important;
	}
	
.mod_webShop_articleRecommendet .recommendet_single {
	height: 60px;
	width:190px;
	border: 1px solid #CCC;
	margin: 0 10px 10px 0;
	padding-right:10px;
	padding-left:70px;
	float:left;
	display:block;
	position:relative;
	}
	
.mod_webShop_articleRecommendet .recommendet_single img {
	position:absolute;
	top:0;
	left:0;
	}
	
.mod_webShop_articleRecommendet .recommendet_single:hover {
	text-decoration:none !important;
	}
	
.mod_webShop_articleRecommendet .recommendet_single:hover span {
	text-decoration:underline;
	}