@charset "utf-8";
/* CSS Document */


#ProductInformation {
	padding-right: 20px;
}

div.ItemDetail {
	margin: 0 0 40px 0;
}

div.ItemDetail div.addthis_toolbox {
	padding-right: 10px;
}
div.ItemDetail div.addthis_toolbox > a,
div.ItemDetail div.addthis_toolbox > span {
	float: right;
	font-size: 11px;
	line-height: 1.6em;
	text-decoration: none;
}


div.ItemDetail div.DetailImage {
	background-color: white;
	text-align: center;
	line-height: normal;
	height: 200px;
	overflow: hidden;
	display: table;
	border-collapse: collapse;
	margin-top: 5px;
	width: 100%;
}
div.ItemDetail div.DetailImage div {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}
div.ItemDetail div.DetailImage div img {
	display: block;
	margin: auto;
}

div.ItemDetail div.Disclaimer {
	font-size: 10px;
	color: #CCC;
}

div.ItemDetail div.Thumbnails {
	margin: 10px 1px 0 0;
	padding: 0 1px 1px 0;
	width: 220px;
}
div.ItemDetail div.Thumbnails div.ThumbnailImage {
	background-color: white;
	text-align: center;
	line-height: normal;
	height: 70px;
	overflow: hidden;
	display: table;
	border: 1px solid #DDD;
	width: 65px;
	float: left;
	margin: 1px 0px 0px 1px;
}
div.ItemDetail div.Thumbnails div.ThumbnailImage div {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}
div.ItemDetail div.Thumbnails div.ThumbnailImage div img {
	display: block;
	margin: auto;
}

div #LargeImage {
	position: relative; 
	display: none;
	cursor: pointer;
 	z-index: 3;
}
div #LargeImage #Container {
	position: absolute;
	background-color: white;
	width: 550px; 
	height: 500px; 
	top:27px; 
	border: 1px solid #CCC;
	text-align: center;
	line-height: normal;
	overflow: hidden;
	display: table;
}
div #LargeImage #Container #ImageContainer {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	width: 500px; 
	height: 500px; 
	background-color: white;
}
div #LargeImage #Container #ImageContainer img {
	display: block;
	margin: auto;
}

div.ItemDetail h1 {
	font-size: 28px;
	color: #222;
	font-family: inherit;
	font-family: Tahoma, Geneva, sans-serif;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-weight: normal;
}
div.ItemDetail h2 {
	padding-right: 20px;
	font-size: 14px;
	font-weight: normal;
	color: #666;
}
div.ItemDetail h3 {
	font-size: 12px;
	color: #555;
	font-weight: normal;
	display: inline;
}
div.ItemDetail h4 {
	font-size: 14px;
	color: #222;
	font-weight: normal;
	display: inline;
}

div.ItemDetail span.Disclaimer {
	font-size: 10px;
	color: #AAA;
}
div.ItemDetail ul.Highlights,
div.ItemDetail div.Highlights ul {
	margin: 0px 0px 0px 10px;
	list-style: none;
	padding: 0px 0px 0px 14px;
}
div.ItemDetail ul.Highlights li,
div.ItemDetail div.Highlights ul li {
	color: #222;
	font-size: 14px;
	list-style-image: url(/_Lib/Img/Shop/ListBullet.gif);
	padding: 3px 0px 3px 0px;
}

div.BlackBoxExplains ul {
	margin: 0px 0px 20px 10px;
	list-style: none;
	padding: 0px 0px 0px 14px;
}
div.BlackBoxExplains ul li {
	color: #222;
	font-size: 12px;
	list-style-image: url(/_Lib/Img/Shop/ListBullet.gif);
	padding: 1px 0px 1px 0px;
}

div.ItemProducts {
	margin: 0px 0px 20px 0px;
}
div.ItemProducts td.spacer {
	height: 3px;
	overflow: hidden;
	line-height: 1px;
}
div.ItemProducts td.linespacer {
	height: 3px;
	overflow: hidden;
	line-height: 1px;
	border-bottom: 1px solid #EEE;
}
div.ItemProducts th {
	font-weight: bold;
	font-size: 11px;
	border-bottom: 1px solid #EEE;
	line-height: normal;
	color: #222;
	padding: 0px 0px 2px 0px;
}
div.ItemProducts tr.Minimal th {
	border-bottom: 0px;
}
div.ItemProducts input.OrderQuantity {
	border: 1px solid #CCC;
	width: 35px;
	padding: 0px 2px 0px 2px;
	font-family: inherit;
	font-size: 11px;
}
div.ItemProducts input.Disabled {
	background-color: #F8F8F8;
}	


div.ProductDetail {
	margin: 20px 0px 20px 0px;
}

div.ProductDetail th {
	font-weight: bold;
	font-size: 11px;
	color: #222;
}
div.ProductDetail input.OrderQuantity {
	border: 1px solid #CCC;
	width: 45px;
	padding: 0px 2px 0px 2px;
	font-family: inherit;
	font-size: 11px;
}
div.ProductDetail input.Disabled {
	background-color: #F8F8F8;
}	
div.ProductDetail div.Price span.Amount {
	color: #52bd1e;
	font-size: 12px;
	font-weight: bold;
}
div.ProductDetail div.Price span.NewAmount {
	color: #52bd1e;
	font-size: 12px;
	font-weight: bold;
}
div.ProductDetail div.Price span.OldAmount {
	text-decoration: line-through;
	color: #666;
}
div.ProductDetail div.Price span.SavePercentage {
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

table.ProductList div.Price {
	padding: 2px 0px 2px 0px;
	line-height: normal;
}

table.ProductList div.Price span.Amount {
}
table.ProductList div.Price span.NewAmount {
	color: #3abc08;
}
table.ProductList div.Price span.OldAmount {
	text-decoration: line-through;
	color: #888;
	font-size: 9px;
}



div.ItemProducts div.Price span.Amount {
}
div.ItemProducts div.Price span.NewAmount {
	color: #3abc08;
}
div.ItemProducts div.Price span.OldAmount {
	text-decoration: line-through;
	color: #888;
	font-size: 9px;
}




div.TabContainer,
div.TabContainerWide {
	margin: 0px 0px 20px 0px;
	padding: 19px 19px 19px 19px;
	border: 1px solid #999;
	border-right: none;
	border-top: none;
}
div.TabContainerWide {
	padding: 19px 9px 19px 9px;
}

a.OrderButton {
	background-color: #7cd300;
	color: white;
	font-weight: bold;
	/*
	background-color: #e4fcd8;
	color: #3a7c19;
	border: 1px solid #52bd1e;
	*/
	text-decoration: none;
	padding: 1px 15px 1px 15px;
}
a.OrderButton:hover {
	background-color: #AAA;
}			



div.RelatedProducts {
	padding-top: 10px;
}




table.RelatedItems {
	line-height: 1.4em;
	font-size: 11px; /*FONT*/
}
table.RelatedItems td a {
	padding-top: 2px;
	min-height: 23px;
	display: block;
}


table.TopProducts {
	line-height: normal;
}
table.TopProducts td {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #EEE;
}
table.TopProducts td a {
	text-decoration: none;
}
table.TopProducts td a div.Title {
	font-size: 10px;
	font-weight: bold;
	color: #0066b2;
	text-decoration: none;
}
table.TopProducts td a:hover div.Title {
	text-decoration: underline;
}
table.TopProducts div.ArticleNr {
	font-size: 10px;
	font-weight: bold;
	color: #777;
}
table.TopProducts div.Properties {
	color: #0066b2;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 10px;
}




div.Actions ul {
	margin: 0px 0px 20px 10px;
	list-style: none;
	padding: 0px 0px 0px 14px;
}
div.Actions ul li {
	color: #222;
	font-size: 12px;
	list-style-image: url(/_Lib/Img/Shop/ListArrow.gif);
	padding: 1px 0px 1px 0px;
}





div.ItemDetail ul.ProductProperties {
	margin: 5px 0px 0px 10px;
	list-style: none;
	padding: 0px 0px 0px 14px;
}
div.ItemDetail ul.ProductProperties li {
	color: #008ED3;
	font-size: 14px;
	list-style-image: url(/_Lib/Img/Shop/ListBullet.gif);
	padding: 3px 0px 3px 0px;
}



td.RightColumn div.Downloads {
	padding-right: 0px;
}

div.LineBody div.Download {
	line-height: 1.1em;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	margin: 5px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	overflow: hidden;
	font-size: 10px;
	background-color: #F8F8F8;
}
div.LineBody div.Download div.Title {
	color: black;
	font-weight: bold;
	padding: 0px 0px 2px 0px;
}
div.LineBody div.Download div.Link {
	padding: 2px 0px 0px 0px;
}

div.tooltip div.Download {
	line-height: 1.2em;
	overflow: hidden;
}
div.tooltip div.Download div.Title {
	color: black;
	font-weight: bold;
}
div.tooltip div.Download div.Description {
	padding: 5px 0px 5px 0px;
}
div.tooltip div.Download div.FileName {
	color: #008ed3;
}
div.tooltip div.Download div.FileSize {
	color: black;
	font-weight: bold;
}


div.Stamps {
	position: relative;
}
div.Stamps img {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}


.ProductFlags.Small {
	font-size: 9px;
	font-weight: bold;
	font-style: italic;
}
.ProductFlags span.ProductFlag.New {
	color: #17c1d8;
	color: red;
	text-transform: uppercase;
}
.ProductFlags span.ProductFlag.Promotion {
	color: #3abc08;
	text-transform: uppercase;
}
.ProductFlags span.ProductFlag.EndOfLife {
	color: #AAA;
}










div.ProductList {
	background-color: #F8F8F8;
	padding: 20px 10px 10px 10px;
	border: 1px solid #CCC;
	margin: 10px 0px 20px 0px;
}

div.ProductList span.ArticleNr {
	color: black;
}

div.ProductList div.PropertyLabel.Level1,
div.ProductList div.PropertyLabel.Level2,
div.ProductList div.PropertyLabel.Level3,
div.ProductList div.PropertyLabel.Level4 {
	padding: 5px 0px 0px 5px;
	color: #222;
	margin-top: 5px;
	font-weight: bold;
}
div.ProductList div.PropertyLabel.Level1 {
	padding: 0px 0px 0px 5px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #F2F2F2;
	margin-top: 10px;
	font-size: 11px;
}
div.ProductList div.PropertyLabel.Last {
}
div.ProductList div.PropertyLabel.FirstRow {
	margin-top: 0px;
}
div.ProductList div.ProductLabel {
	color: #222;
	font-weight: bold;
}		
div.ProductList div.PropertySelector {
	color: #222;
	font-weight: bold;
	padding: 5px 0px 5px 5px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px;
	background-color: #F2F2F2;
	font-size: 11px;
}
div.ProductList div.PropertySelector select {
	margin-left: 10px;
	min-width: 100px;
	font-size: 12px;
	xfont-weight: bold;
	border: 1px solid #CCC;
	color: #008ED3;
}

div.ProductsRemark {
	background-color: #F8F8F8;
	border-top: 1px solid #CCC;
	color: #222;
	padding: 5px;
	margin-top: 10px;
	font-size: 12px;
}
