﻿/***** BEGIN Manipulation vorhandener Styles *****/
/***** END Manipulation vorhandener Styles *****/


/***** BEGIN Sonstige Seitenelemente *****/

.ProductList,
.ProductList .Margin
{
	width:714px;
}

/***** END Sonstige Seitenelemente *****/


/***** BEGIN Product *****/

.ProductHeader
{
	width:595px;
	height:25px;
	border-bottom:1px solid #ccc;
	padding-left:10px;
	padding-bottom:-1px;
	margin-top:10px;
}

.ProductHeader .Menu
{
	float:left;
	margin:20px 0 0 0;
}

.ProductContent
{
	clear:both;
	width:605px;
	padding-top:25px;
}

.ProductOverview .Image
{
	float:left;
	width:59;
	padding:0 0 10px 0;
}

.ProductOverview .Image div.DefaultImage
{
	width:170px;
	padding:4px;
}

.ProductOverview .Image ul
{
	float:left;
	width:170px;
	margin:0;
	padding:0;
	list-style:none;

}

.ProductOverview .Image ul li
{
	float:left;
	padding:0;
	margin:10px 0 0 0;
	width:80px;
	height:90px;
	text-align:center;
}

.ProductOverview .Image ul li.Right
{
	float:right;
	margin:10px 0 0 0;
	border-left:0;
}

.ProductContent .TextWithImage
{
	float:left;
	width:605px;
	margin:0 0 0 5px;
}

.ProductContent .TextWithoutImage
{
	float:left;
	margin:0 0 0 5px;
}

/***** END Sonstige Seitenelemente *****/


/***** BEGIN CategoryList *****/

.Category
{
	width:896px;
}

.Category ul
{
	margin:0;
	padding:0;
	list-style:none;
}

.Category li
{
	float:left;
	width:200px;
	height:200px;
	margin:0 31px 30px 0;
	padding:0;
	background-image:url("../App_Images/Boxes/BoxCompleteAssortmentCategory.png");
	background-repeat:no-repeat;
}

.Category li.Last
{
	margin:0 0 30px 0;
}

.Category a
{
	text-decoration:none;
	
	padding-left:6px;
	
	text-align:center;
	color:#617471;
	background-position:6px 6px;
	background-repeat:no-repeat;
}

.Category a img
{
	padding-top: 6px;
    
}

.Category a:hover
{
	text-decoration:underline;
}

/***** END CategoryList *****/


/***** BEGIN SupportList *****/

ul.SupportList
{
	clear:both;
	list-style:none;
	margin:0;
	padding:0;
}

ul.SupportList li.First
{
	border-top:1px solid #e3eae9;
}

ul.SupportList li
{
	margin:0;
	padding:8px 4px 2px 76px;
	background-repeat:no-repeat;
	background-position:20px 4px;
	font-size:11px;
	font-weight:normal;
	line-height:15px;
	border-bottom:1px solid #e3eae9;
}

ul.SupportList li.Alternative
{
	background-color:#f9fbfb;
}

ul.SupportList li.Forum
{
	background-image:url("../App_Images/Icons/IconForum.png");
}

ul.SupportList li.KnowledgeBase
{
	background-image:url("../App_Images/Icons/IconKnowledgeBase.png");
}

ul.SupportList a
{
	color:#ee7e38;
	text-decoration:none;
	font-size:15px;
	font-weight:normal;
}

ul.SupportList a:hover
{
	text-decoration:underline;
}

ul.SupportList a.Link
{
	color:#666666;
	text-decoration:underline;
	font-size:11px;
	font-weight:normal;
}

ul.SupportList a.Link:hover
{
	text-decoration:none;
}

/***** END SupportList *****/
