/*    CSS w3studio.CatalookAdvanced.Promotions     */

/* Layout Tabelle Produkte-Übersicht */

#Products {
	width: 600px;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #ccc;
	position:relative;
}
#main #Products p.NoSpacing {
	margin: 2px 0;
}
#Products .ProductsDescImg {
		padding:0;
		width: auto;
		position:relative; 
		float:left;
		z-index:10;
		border: 1px solid #ccc;
}
#Products .PromotionIcon {
		width: 72px; height: 49px;
		display:block;
		background-image: url(Images/promotion.png);
		position: absolute;
		top:0; left: 0;
		z-index:99;
}
#Products .ProductsDesc {
		padding:0;
		width: auto;
		position:relative; 
		margin: 0 6.7em 0 180px;
}

/*  ProduktName       */
/**********************/	
#main .Products a.ProductNameLnk,
#main .Products a.ProductNameLnk:visited,
#main .Products a.ProductNameLnk:active,
#main .Products a.ProductNameLnk:link	{
	font-size:157%;
	line-height:120%;
	background-color: #ebebeb;	
}
#main .Products a.ProductNameLnk:hover,
#main .Products a.ProductNameLnk:focus	{
	color: #3399cc;	
	text-decoration:none;
}

/* Links              */
/**********************/
#main .Products a,
#main .Products a:link {
		color:#444;
		border-bottom: none;
		text-decoration:none;
}
#main .Products a:visited,
#main .Products a:active {
		color: #444;
		border-bottom: none;
		text-decoration:none;
}
#main .Products a:hover,
#main .Products a:focus {
		color:#39c;
		text-decoration: underline;
}

/*  Link More Info    */
/**********************/
.LinkMoreInfo { 
	font-size: 84.5%; font-weight: normal; 
	}
#main .Products .LinkMoreInfo a,
#main .Products .LinkMoreInfo a:link,
#main .Products .LinkMoreInfo a:visited,
#main .Products .LinkMoreInfo a:active {
	text-decoration:underline;
	color: #39c;
}	
#main .Products .LinkMoreInfo a:hover,
#main .Products .LinkMoreInfo a:focus {
	text-decoration:none;
	color: #39c;
}
/*  One Click Preisanfrage    */
/******************************/
.LinkOneClick {
	text-align: left;
	padding: 6px 0 0 40px;
	margin-top: 2px;
	background:url(Images/LinkOneClick.gif) no-repeat left top;
	height: 40px;
	line-height: 119%;
	font-size:90%;
	font-weight: bold;
	width: 6.6em;
	position: absolute;
	top: 3px;
	right: 0;
	background-color: #fff;
}
* html .LinkOneClick {
	width: 7.4em;
}
