BODY{

/* Margins */
	margin: 0;
	padding: 0;

/* Font */
	font-family: Arial, Helvetica, sans-serif;
	color: #414449;
	font-size: 12px;
	line-height: 1,2em;
	
	/* Backgrounds */
	background: #cdcdcd url(img/global/bgBody.png) repeat-x top;
}
#SITE{
	
	padding: 0;
	width: 950px;
		
/* Zentrierung */
	margin: 0 auto;
	margin-top: 25px;
}

/* Header */
#Header {
	width: 100%;
	height: 115px;
}

#Header div#logo{
	height: 67px;
	width: 406px;
	cursor: pointer;
	background: url(img/global/logo.png) no-repeat;
	margin-top: 5px;
}

#Header div#logo span{
	display:none;
}

div#mainKFZ { padding:20px; width: 400px; }
div#logoKFZ{
	/*height: 24px;*/
	width: 400px;
	cursor: pointer;
	background: url(img/global/logo-plain.png) no-repeat;
	margin-top: 5px;
	float:left;
}
div#logoKFZ span{
	display:none;
}
div#logoKFZ a:link { width:200px; height: 24px; float:right; clear: both;
    float: right; }
#forKfz { 
	width: 350px;
	
}
#forKfz th { 
	background-color: #F0F0F0;
	padding: 3px;
	text-align: left;
	font-size:13px;
	
}
#forKfz td { 
	
	padding: 2px;
	text-align: left;
	
	
}

/* HEAD TEXT */
#topBar{
	display: inline;
	float: left;
	text-align: left;
	font-size: 20px;
	color: #666666;
	font-weight: bold;
	clear:left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0 0 0 5px;
	width: 290px;
}
#topBar a{
	padding: 0px 5px 0px 5px;
	font-weight: bold;
}
#topBar strong{
	color: #385986;
	font-weight: bold;font-size: 15px;
}

ul.linklist a{display: block; padding: 2px;}

#startTeaser{
	display: block;
	/*height: 150px;*/
	padding: 20px 0 1px 0;
	margin-top:10px;
	color: #fff;
	text-align: center;
	
	background: url(img/global/siteKFZbg.jpg) no-repeat center;
	/*background: url(img/grafischeHeader/german/startTeaser.png) no-repeat center;*/
}
#startTeaser ul.linkList{
	display: block;
	float: left;
	width: 220px;
	margin: 0;
	list-style: none;
	margin-top: 65px;
}
#startTeaser ul.linkList li{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}
#startTeaser ul.linkList li a{
	display: block;
	padding: 2px 20px;
	/*background: url(img/global/arrow_greenDot.gif) no-repeat left top;*/
	font-weight: bold;
}
#startTeaser ul.linkList li a:hover{
	/*background: url(img/global/arrow_greenDot.gif) no-repeat left bottom;*/
}

#startTeaser #firstLinkList{
	margin-left: 50px;
}
#startTeaser #secondLinkList{
	margin-left: 100px;
}
#startTeaser #thirdLinkList{
	margin-left: 100px;
}


/* Subheader */
#SubHeader{
	font-weight: normal;
	height: 5px;
}

#SubHeader a{
	font-weight: normal;
}

#navtrail{
}

#ContentBody{
	background: #fff;
	padding: 15px;
	background: url(img/global/bgMainContents.png) no-repeat top center;
	overflow: hidden;
}
.bgWrap{
	background: #fff url(img/global/bgMainContents_repeat.png) repeat-y center;
}

#NaviLeft{
	width: 185px;
	float: left;
	margin-right: 15px;
	overflow: hidden;
}
	#NaviLeft .boxText select, #NaviLeft .boxText input[type="text"]{
		width: 165px;
		margin: 10px;
	}

#NaviRight{
	width: 185px;
	float: right;
	margin-left: 15px;
}
	#NaviRight .boxText select, #NaviRight .boxText input[type="text"]{
		width: 165px;
		margin: 10px;
	}

#MainContent{
	margin: 0 auto;
}

.clearFloater{
	float:left;
	display: block;
	width: 720px;
	overflow: hidden;
}

#Footer{
	padding: 0px 10px;
 	clear:left;
 	line-height: 16px;
}
#FooterR { line-height: 14px;
}
#Footer a{
	font-size:11px;
	color: #666666;
	font-weight: normal;
	padding: 2px 10px;
	font-weight: bold;
	display:block;
	width:120px;
	float:left;
}
#FooterR a{ font-size:11px;
	color: #666666;
	font-weight: normal;
	padding: 2px 10px;
	font-weight: bold;
	display:block;
	width:120px;
	float:left;
}


#Footer a:hover, #FooterR a:hover{
	color: #c0c0c0;
	font-weight: bold;
	padding: 2px 10px;
	
	display:block;
}


.ContentBoxFullsize{
	margin: 0px;
	padding: 10px;
	height: auto;
	float:left;
	border-bottom: 1px solid #ccc;
}


/* PRODUKTLISTE KOMPAKT */
ul.productListing{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.productListing li.ContentBox{
	list-style: none;
	float:left;
	display: block;
	width: 158px;
	min-height: 232px;
	background: url(img/global/bgProductListingItem.png) no-repeat;
}
ul.productListing li.ContentBoxLeft{
	margin-right: 20px;
	display: inline;
}
ul.productListing li.ContentBoxMiddle{
	margin-right: 20px;
	display: inline;
}
ul.productListing li.ContentBoxLast{
	display: inline;
}

ul.productListing .name{
	font-weight: bold;
	color: #DA9401;
	margin: 10px;
	display: block;
	text-align: center;
	max-height:60px;
	height: expression( this.scrollHeight > 60 ? "60px" : "auto" );
}
ul.productListing .ProductImage{
	display: block;
	text-align: center;
}
ul.productListing .preis{
	display: block;
	position: absolute;
	width: 143px;
	height: 30px;
	line-height: 15px;
	font-size:14px;
	font-weight: bold;
	margin-top: 180px;
	margin-left: 15px;
}
	ul.productListing .preis a.button{
		display: block;
		float: right;
		width: 30px;
		height: 30px;
		margin-top: -25px;
	}
	ul.productListing .preis .productOldPrice{
		position: absolute;
		margin-top: -20px;
		color: #999;
		font-size: 8px;
	}
	
ul.productListing .thisShippingLink{
	display: block;
	position: absolute;
	width: 143px;
	height: 10px;
	margin-top: 205px;
	margin-left: 15px;

	font-size: 9px;
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
}


/* PRODUKTLISTE 1Col */
ul.productList{
	margin: 0;
	padding: 0;
}
ul.productList li{
	list-style: none;
	display: block;
	background: url(img/global/bgProductListItem.png) no-repeat top;
	padding:0 5px;
	width:710px;

	margin-bottom: 10px;
	overflow: hidden;
}
ul.productList .ProductImage{
	margin: 10px;
	margin-bottom: 0px;
	float: left; width:100px;
}
ul.productList a.name h5{
	font-weight: bold;
	display: block;
	color: #649FBF;
	margin-top: 20px;
	font-size: 14px;
}
ul.productList p{
	margin: 10px 0;
}
ul.productList .preis{
	display: block;
	font-size:14px;
	font-weight: bold;
}
	ul.productList .preis a.button{
		display: block;
		float: right;
		width: 30px;
		height: 30px;
		margin-top: -25px;
	}
ul.productList .bottomBar{
	display: block;
	position: absolute;
	width: 360px;
	height: 18px;
	padding: 7px;
	margin-top: 117px;
	margin-left: 150px;
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	overflow: hidden;
}
ul.productList .bottomBar .detailButton{
	display: block;
	margin-right:35px;
width:110px;
	height: 28px;
}
ul.productList .bottomBar .detailButton span{
	display: none;
}



/* PRODUCT INFO */
ul.pInfo_product{
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	width: 720px;
	background: url(img/global/bgPinfoProduct.png) no-repeat left top;
}
ul.pInfo_product li{
	list-style: none;
	float: left;
	padding: 15px;
}
ul.pInfo_product li.image{
	width: 200px;
	text-align: center;
}
ul.pInfo_product li.info{
	margin: 0 auto;
	width: 255px;
}
ul.pInfo_product li.bottomCorner{
	width: 720px;
	height: 10px;
	padding: 0;
	background: #fff url(img/global/bgPinfoProduct.png) no-repeat left bottom;
}

.moPicThumbnails{
	clear: both;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}
.moPicThumbnails a{padding: 5px; float: left;}
.moPicThumbnails a img{
	width: 50px;
	float: left;
	background: #ddd;
	padding: 2px;
}
.moPicThumbnails a img:hover{
	background: #0e9ac4;
}

/* PRODUCT OPTIONS */
.optionsItemContainer{
	display: block;
	overflow: hidden;
	/*background: url(img/global/button_attribute.gif) no-repeat top left;*/
	padding-top: 10px;
	margin-bottom: 10px;
}
.optionsItemContainer .content { background: url(img/global/button_attribute.gif) no-repeat top left; }

.optionsItemContainer .content{
	display: block;
	
}
	.optionsItemContainer fildset{
		display: block;
		background: #000:
	}
	.optionsItemContainer fildset div.legend{
		font-weight: bold;
		padding-bottom: 5px;
		font-size: 12px;
		color: #0E9AC4;
	}
	.optionsItemContainer label{
		display: block;
		float: left;
		padding: 3px;
		font-weight: bold;
		margin-right: 10px;
		cursor: pointer;
	}
	.optionsItemContainer select{
		padding: 0 0 0 3px;
		height: 20px;
		width:180px;
	}
.optionsItemContainer .bottomCorner{
	display: block;
	height: 10px;
	background: url(img/global/bgOptionsItem.png) no-repeat bottom left;
}
.optionsContainer{
	background: #eaeaea;
	padding: 10px;
}
.optionHeading{
	padding: 5px 50px 5px 10px;
	margin: 0px;
	border-bottom: 0px;
/*	background: url(img/global/optionsHeading.gif) no-repeat right;*/
	display: inline;
	color: #fff;
	font-weight: bold;
}

.subModuleContainer{
	padding: 10px 0;
}
.subModuleContainer .content{
	padding: 10px;
	background: #fff;
}
.modulNavigation{display: block; margin-top: 15px;}


.optionsContainer h3.moduleHeading{
	padding: 0px;
	margin: 0px;
	color: #555;
}

.ShippingLink, .ShippingLink a{
	font-size: 10px;
	color: #000;
	font-weight: normal;
}

h1.ProductPrice{
	color: #0e9ac4;
	font-weight: bold;
}

.borderDiv{
	height:1px;
	background: #ddd;
	clear: left;
	display: block;
	margin: 10px 0;
}




/* Navigation Links */
.boxContent a, 
.boxInformation a,
.boxCategories a{
	display: block;
	padding: 5px 0px 5px 10px;
	color: #414449;
}
.boxCategories a{
	background: url(img/global/arrow_greyDot.gif) no-repeat left center;
}

/* Kategorien */
.boxCategories a.kategorie{
	color: #262626;
	background-position: 5px 5px;
	padding: 5px 0px 5px 25px;
}
.boxCategories a.kategorie:hover{
	color: #FEB41B;
	background: url(img/global/arrow_blueDot.gif) no-repeat left center;
	background-position: 5px 5px;
}
.boxCategories a.aktive_kategorie{
	color: #DA9401;
	font-weight: bold;
	background: url(img/global/arrow_blueDot.gif) no-repeat left center;
	background-position: 5px 5px;
	padding-left: 25px;
}
.boxCategories a.aktive_kategorie:hover{
	color: #262626;
	background: url(img/global/arrow_greyDot.gif) no-repeat left center;
	background-position: 5px 5px;
}

/* Unterkategorien */
.boxCategories a.unterkategorie {
	color: #649FBF;
	padding-left: 30px;
	background: url(img/global/arrow_blueDot.gif) no-repeat left center;
	background-position: 10px 5px;
}
.boxCategories a.unterkategorie:hover {
	color: #262626;
	background: url(img/global/arrow_greyDot.gif) no-repeat left center;
	background-position: 10px 5px;
}
.boxCategories a.aktive_unterkategorie{
	color: #0e9ac4;
	font-weight: bold;
	padding-left: 30px;
	background: url(img/global/arrow_blueDot.gif) no-repeat left center;
	background-position: 10px 5px;
}

/* Boxen Styles */
.infoBoxHeading {
	
	
	color: #262626;
	font-size:16px;
	padding:2px 10px 15px;
	border-bottom: 1px solid #cdcdcd;
	
}
.infoBoxHeading_right{
	font-size: 14px;
	color: #262626;
	padding: 7px 10px;
	border-bottom: 1px solid #999;
	background: #fff;
}



div.infoBox, 
span.infoBox{
	padding:4px
}

div.infoBox_right, 
SPAN.infoBox_right{
}

.boxText{ 
  color: inherit;
	padding: 4px 0px 0px 0px;
}

.boxAdmin{
	position: fixed;
	bottom: 0px;
	left: 0px;
	padding: 5px;
	border: 1px solid #fff;
	background: #262626;
}
.boxAdmin .infoBoxHeading_right{display: none;}

.boxAdmin h3{display: none;}
.boxAdmin .item{
	color: #414449;
	padding: 5px 30px;
	background: #6fb23e url(img/global/bgModuleHeading.gif) repeat-x;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ddd;
}
.boxAdmin .item:hover{
	color: #fff;
	background: #438e00 url(img/global/tabStyle_30.gif) repeat-x;
	border-top: 1px solid #0e9ac4;
	border-bottom: 1px solid #0e9ac4;
}
.boxAdmin .item a{
	color: #414449;
	text-decoration:none;
	font-weight: bold;
}
.boxAdmin .item:hover a{
	color: #fff;
}
.boxAdmin .button{
	padding: 10px;
}


/* Module Styles 
#newProductsHeading_german{
	background: url(img/grafischeHeader/german/newProductsHeader.gif) no-repeat;
	height: 20px;
	
	padding: 10px 0 10px 60px;
	font-size: 16px;
	color: #0e9ac4;
	margin: 10px 0;
}
#newProductsHeading_english{
	background: url(img/grafischeHeader/english/newProductsHeader.gif) no-repeat;
	height: 20px;
	
	padding: 10px 0 10px 60px;
	font-size: 16px;
	color: #0e9ac4;
	margin: 10px 0;
}
.moreCategoiesHeader_german{
	background: url(img/grafischeHeader/german/moreCategoiesHeader.gif) no-repeat;
	height: 20px;
	
	padding: 10px 0 10px 60px;
	font-size: 16px;
	color: #0e9ac4;
	margin: 10px 0;
}
.moreCategoiesHeader_english{
	background: url(img/grafischeHeader/english/moreCategoiesHeader.gif) no-repeat;
	height: 20px;
	
	padding: 10px 0 10px 60px;
	font-size: 16px;
	color: #0e9ac4;
	margin: 10px 0;
}*/
#newProductsHeading_german span,
#newProductsHeading_english span,
.moreCategoiesHeader_german span,
.moreCategoiesHeader_english span{
	display: none;
}

.error, .hinweis{padding:10px;}
.error{border: 1px solid #f00; color:#f00;}
.hinweis{border: 1px solid #390; color:#390;}

/* Nice Table */
table.list{
	width: 100%;
	border-collapse:collapse; 
}
table.list th{
	background: #c0d4da url(img/global/tabStyle_30.gif) repeat-x center;
	padding: 5px 10px;
	color: #fff;
	border-right:1px solid #c0c0c0;
}
table.list th.hinweis{
	background: #e0e0e0;
	color: #262626;
	padding: 5px 10px;
	border: none;
}
table.list td{
	padding: 3px 10px;
	border-bottom: 1px solid #c0c0c0;
}
table.list tr.row1{
	background: #f6f6f6;
}
table.list tr.row2{
	background: #fff;
	border-collapse:collapse; 
}
table.list tr.row1:hover, table.list tr.row2:hover{
	background: #f0f0f0;
}


/* Global Elements */

.boxSpacer{
	display: block;
	clear: both;
	height: 10px;
}

.leftFloater{
	float:left;
}

.rightFloater{
	float:right;
}

.leftAligner{
	text-align:left;
}

.rightAligner{
	text-align:right;
}

ul.categoryLister{
	list-style: none;
	overflow: hidden;
	width: 520px;
	margin: 0;
	background: #fff url(img/global/bgCategoryLister.png) no-repeat center top;
}
ul.categoryLister li{
	display:block;
	list-style: none;
	float:left;
	padding: 5px;
	text-align: center;
	width: 30%;
	height: 140px;
}
ul.categoryLister li.categoryListLeft{
	border-right: 1px solid #ddd;
}
ul.categoryLister li.categoryListMiddle{
	border-right: 1px solid #ddd;
}
ul.categoryLister li.categoryListLast{
}
ul.categoryLister li a h1{
	font-size: 14x;
	font-weight: bold;
}
ul.categoryLister li a img{
}
ul.categoryLister li.bottomCorners{
	display:block;
	height: 10px;
	width: 520px;
	padding: 0;
	background: #fff url(img/global/bgCategoryLister.png) no-repeat center bottom;
}


/* SHOPPING CART */
ul.cartItemLister{
	list-style: none;
	overflow: hidden;
	width: 520px;
	margin: 0;
	background: #fff url(img/global/bgCategoryLister.png) no-repeat center top;
}
ul.cartItemLister li{
	display:block;
	list-style: none;
	float:left;
	padding: 5px;
	text-align: center;
	height: 140px;
}
ul.cartItemLister li.bottomCorners{
	display:block;
	height: 10px;
	width: 520px;
	padding: 0;
	background: #fff url(img/global/bgCategoryLister.png) no-repeat center bottom;
}

/* CHECKOUT LEISTE */
.checkoutLeiste{
	text-align: center;
	display: block;
	margin-bottom: 20px;
}


.buttonDelete input{
	border: 1px solid #CC0000;
	color:#FF0000;
	margin:0;
}

input#quickSearch{
	border: 0px;
	padding: 4px;
	background: url(img/global/bgQuickFind.gif) no-repeat top;
}

.toolBar{
	padding: 5px;
}

.toolBar hr,  hr, div.hrDiv{
	text-align: center;
	height: 1px;
	margin: 5px 0;
	color: #ddd;
	background: #ddd;
}

.gradient_ttb_300{
	background: url(img/global/gradient_ttb_300.gif) repeat-x center;
	padding: 10px;
}





/* Stndard HTML Tags */



img{
	border:0;
}

A {
  color: #666;
  text-decoration: none;
}

A:hover {
  color: #FF9900;
  text-decoration: none;
}

FORM {
	display: inline;		   
}

select, input, textarea, checkbox, radio { font-size: 99%; display:inline; vertical-align:middle; }

TEXTAREA {
  width: 100%;
  font-size: 11px;
  border:1px solid #385986;
}

P{
	display: block;
	margin: 10px 0;		   
}

ul{
	display: block;
	margin: 0 30px;
}

.h1, h2, h3, h4{
	color: #30508B;
	margin: 10px 0px 5px 0px;
}
h2.contentsTopicsProduct { font-size: 22px; }
.formArea h3{color: #37589D; padding: 10px 0;}






#loginbox .password { width: 180px; height:18px;} 
#panel input.text  {width: 200px; height:18px;}

input.text, input.password{width: 180px;
	height: 18px;padding:0 1px;
	border:1px solid #385986;
}

.list input.text { width:25px; text-algin: center; }
#searchTable input.text, #searchTable input.password{
	width: 200px; font-size: 13px; 
	border:1px solid #385986;
}

.contentsTopics, h1.contentsTopics,
.pageHeading, h1.pageHeading, 
.moduleHeading, h1.moduleHeading
{
	color: #37589d;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0 5px 0;
	margin-bottom: 10px;
}
h1.contentsTopicsProduct { 
	color: #37589d;
	font-size: 22px;
	font-weight: bold;
	padding: 0px 0 5px 0;
	margin: 20px 20px 5px 20px;}
h3.moduleHeading{
	color: #414449;
	font-weight: normal;
	margin: 0;
	padding: 3px 0;
}

.underline{border-bottom: 1px solid #ddd; padding-bottom: 5px;}

.section{
	
	margin: 25px 0;
}
	
}

/* Box Serch */
div.boxSearch{
	width: 300px;
	background: transparent;
	border: none;
	float:right;
	vertical-align: middle;
}

div.boxSearch input.text{
	display: block;
	padding: 2px;
	margin-top: 2px;
	width: 150px;
	border: 1px solid #ddd;
	vertical-align: middle;
	margin-right: 10px;
	background: url(img/global/bgModuleHeading.gif) repeat-x center;
}

div.boxSearch div.infoBoxHeading{
	background: transparent;
	float: left;
	padding-right: 0;
	color: #dedede;
	display: none
} 
div.boxSearch div.infoBoxHeading span{
	
}
div.boxSearch a{
  color: #fff;
}

div.boxSearch div.boxText, 
div.boxSearch div.boxText a
{
	color: #fff;
	padding: 0px 10px;
	border: 0px;
	background: transparent;!important
}

/* BESTSELLERS BOX */
a.boxBestsellers_item{
	padding: 5px;
	border-bottom: 1px solid #eee;
	display: block;
	font-weight: bold;
}
a.boxBestsellers_item:hover{
	background: #EEEEEE;
}
a.boxBestsellers_item .bestSellersCount{
	color: #649FBF;
	font-size: 14px;
	height: 20px;
	margin-right: 10px;
	font-weight: bold;
	overflow: hidden;
	float: left;
	vertical-align: middle;
}


.boxTextBG {
	font-size: 10px;
	background-color: #e6f0f3;
}
.boxTextBGII {
	font-size: 10px;
	background-color: #FFCC99;
}
.boxTextPrice {
	font-size: 10px;
	color: #FF0000;
}

.errorBox {
	background-color:#FFB3B5;
	font-size:12px;
	font-weight:bold;
	padding:5px;
}
.gvBox {
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}

TR.header {
	background-color: #ffffff;
}


.headerNavigation {
}

A.headerNavigation {
	font-weight: bold;
}

A.headerNavigation:hover {
}


.conditions {
  background-color: #FFCCCC;
}

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #ff0000;
}

TR.headerMessage {
	background-color: #00ff77;
}

.moduleHeading {
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}


.headerError {
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}


.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.infoBox {
}

.infoBoxContents {
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-size: 10px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}


.productListing-data {
  font-size: 10px;
}

A.pageResults{
	border: 1px solid #fff;
	color: #fff;
	font-weight: bold;
	padding: 2px 2px;
	background: #37589D;
	display:inline-block;
	width: 16px;
	text-align: center;
	overflow: hidden;
}
A.pt2{
	
	background: #fff;
	color: #000;
}

A.pageResults:hover {
	border: 1px solid #37589D;
	padding: 2px 2px;
	background: #fff;
	color: #0e9ac4;
}


TR.subBar {
  background: #f4f7fd;
}


.subBar {
  font-size: 10px;
  color: #000000;
}

.main, P.main {
}


.smallText, SPAN.smallText, P.smallText {
  font-size: 10px;
}


.accountCategory {
  font-size: 13px;
  color: #aabbdd;
}


.fieldKey {
  font-size: 12px;
  font-weight: bold;
}


.fieldValue {
  font-size: 12px;
}


.tableHeading {
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-size: 10px;
  color: #ff0000;
}

SPAN.greetUser {
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

.formArea {
  background: #F5F5F5;
	padding: 10px;
}
	.formArea label{
		display: block;
		width: 120px;
		float: left;
		padding: 5px;
	}
	.formArea2 label{
		display: block;
		width: 150px;
		float: left;
		padding: 5px;
	}

.formAreaTitle {
  font-size: 12px;
  font-weight: bold;
}

.copyright {
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
.parseTime {
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
A.copyright {
  color: #ccc;
}
A.copyright:hover {
  color: #ccc;
  text-decoration: underline;
}


SPAN.markProductOutOfStock {
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  color: #cc0000;
}
SPAN.productOldPrice {
	color: #f60;
	font-size: 80%;
	text-decoration: line-through;
	font-weight: bold;
}
SPAN.errorText {
  color: #ff0000;
}

SPAN.productDiscountPrice {
  color: #ff0000;
  font-weight: bold;
}

.smallHeading {
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.moduleRow {
	background-color: #f5f5f5;
	font-weight: bold;
	padding: 3px;
	margin: 3px 3px 8px 3px;
}
.moduleRowOver { 
	background-color: #f1f1f1;
	font-weight: bold;
	padding: 3px;
	margin: 3px 3px 8px 3px;
}
.moduleRowSelected {
	background: #ddd;

	padding: 3px;
	margin: 3px 3px 8px 3px;
	}

.checkoutBarFrom, .checkoutBarTo {
	font-size: 10px;
	color: #8c8c8c;
}
.checkoutBarCurrent {
	font-size: 10px;
	color: #000000;
}

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-size: 7pt; }
.heading2 { font-size: 9pt; }
.heading3 { font-size: 10pt; }
.heading4 { font-size: 12pt; }
.heading5 { font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading a {
	display: block;
	padding: 5px;
	background: url(img/global/tabStyle_30.gif) repeat-x;
	color: #fff; 
	text-align: left;
}

.sitemap_heading a:hover {
	color:#CCCCCC; 
	text-decoration:none;
}

.sitemap_sub {
	font-size: 9pt; 
	color: #800000; 
	padding: 2px 2px;
	border-left: 0px solid #0e9ac4;
}

.sitemap_sub a {
	display: block;
	padding: 5px 25px;
	/*background: url(img/global/bgModuleHeading.gif) repeat-x;*/
	color: #515151; 
}
.sitemap_sub a:hover {
	text-decoration:none;
	
}
.sitemap_sub:hover {
	
	background-color: #f5f5f5;
}

/* message box */

.messageBox { 
	font-size: 10px; 
}

.messageStackError, .messageStackWarning { 

	font-size: 10px; 
	background-color: #ffb3b5; 
}
.messageStackSuccess { 

	font-size: 10px; 
	background-color: #99ff00; 
}

/* input requirement */

.inputRequirement { 

	font-size: 10px; 
	color: #feb41b; 
}

.tableShop {
	background-color: #ffffff;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #b6b7cb;
}

.navLeft {
	border-right: 1px solid;
	border-color: #b6b7cb;
	background-image: url(img/bg_left_column.jpg);
	width: 185px;
}
.navRight {
	border-color: #666666;
	border-top-width: 4px;
	border-top-style: solid;
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #E6E6E6;
	width: 185px;
}

.tableListingI {
	background-color: #eaf3f5;
}

.tableListingII {
	background-color: #e3eff2;
}

.tableBody {
	padding: 5px;
}

.poweredby {
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}

/* nur für <= IE6 \*/
* html #MainContent{
  width: 510px;
	overflow: hidden;
}

* html ul.productListing li{
	float:left;
	display: block;
	width: 158px;
	height: 212px;
}
* html ul.productListing li.ContentBoxLeft,
* html ul.productListing li.ContentBoxMiddle{
	margin-right: 15px;
	display: inline;
}

/* / nur für <= IE6 */



/* Hacks & Standard HTML Tags */
* { margin:0; padding:0; font-size: 100%; }

html { height: 100% }

fieldset, img { border:0; }

.clear{
	clear: both; 
	display: block;  
}

.clearfix {overflow: hidden;;}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
* html .clear {height: 1%;}
/* End hide from IE-mac */

.ie6Fix{
    width:99%;
}


/* MODS */
.productNavigator{
	display: block;
	height: 20px;
	width: 40px;
	overflow: hidden;
	position: absolute;
	margin-left: 220px;
	margin-top: -0px
}
.productNavigator .desc{
	display: block;
	height: 20px;
	float: right;
	margin: 4px 15px;
	font-weight: bold;
	display: none;
}
.productNavigator a span{
	display: none;
}
.productNavigator a.next{
	display: block;
	width: 20px;
	height: 20px;
	float: right;
	background: url(img/productNavigator/buttons.gif) no-repeat top right;
}
	.productNavigator a.next:hover{
		background: url(img/productNavigator/buttons.gif) no-repeat bottom right;
	}
.productNavigator a.previous{
	display: block;
	width: 20px;
	height: 20px;
	float: right;
	background: url(img/productNavigator/buttons.gif) no-repeat top left;
}
	.productNavigator a.previous:hover{
		background: url(img/productNavigator/buttons.gif) no-repeat bottom left;
	}


.ui-tabs-panel ul{
	margin: 0;
	padding: 0;
	list-style: none;
}





/* classes for tooltips */
.hovertip {
	position: relative;
  display: none; /* in case javascript is disabled */
	width: 240px;
	font-size: 12px;
	z-index: 100;
	margin-left: 5px;
	margin-top: 10px;
}
.hovertip_wrap0 {
	margin-top: 10px;			   
	z-index: 100;
	border-top: 10px solid #438e00;
}

.hovertip_wrap0 a{
	margin: 0;
	/*background: url(img/global/bgProductTooltip.png) no-repeat left top;*/
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

.hovertip_wrap0 a img{
	padding-top: 10px;
}

.hovertip_target a{
	 display: block;
	 width: 50px;
	 float:left;
	 font-weight: bold;
}
html>body .hovertip_wrap0 {
	margin-left: 5px;
	margin-top: 10px;			   
	z-index: 100;
	display: none;
	position: absolute;
}

#kbaNr { display:block;width:100%;  }
#kbaNrT { margin:2px; width: 99%; }
#kbaNr tr  { background-color:#f6f6f6; }
#kbaNr tr:hover  { background-color:#f0f0f0; }
#kbaNrTHead td { background-color:#f0f0f0;color:#414449;}



#kbaNrT td, #kfzDetail td { padding: 2px; }
#z1 , .z1 { padding-bottom: 1px; background-color:#F5F5F5}
#topSuche { margin: 0 auto; text-align: center; }
#topSuche table { margin: 0 auto 10px; }

#subHeader { margin: 15px 2px; }

#topSuche table input.text{
	width: 220px;
	height: 14px;
	background: url(img/global/bgSucheInputs.png) no-repeat center;
	border: 0;
	padding: 15px 5px;
	float: left;
}


/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:518px;
	height:263px;
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:440px;
  height:263px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:450px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:263px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(img/control_left.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(img/control_right.jpg) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */


.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
	color:#333399;
	letter-spacing:-1px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	
}
.slide img {
  float:right;
  margin:0 5px;
}

.sfooter {

	margin: 10px auto;
	width: 950px;
	padding-top:10px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(img/global/siteSubFooterTop.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.sfooterMitte {
	width: 950px;
	/*background-attachment: scroll;
	background-color: transparent;
	background-image: url(img/global/siteSubFooterMitte.gif);
	background-repeat: repeat;
	background-position: center top;
	padding-bottom:10px;*/
}
.sfooterMitteC {padding: 0 10px 10px; color:#fff;}
.sfooterUnten {
	width: 950px;
	height: 10px;
	margin: 0 auto;
	text-align: justify;
	/*background-attachment: scroll;
	background-color: transparent;
	background-image: url(img/global/siteSubFooterTop.gif);
	background-repeat: no-repeat;
	background-position: center bottom;*/
}
.ncBild { padding-top: 25px; font-size: 11px; font-weight: bold; }

/*KFZ*/
#kfzSuche { background-color: #f5f5f5; text-align: left; display:inline;float:left;width:295px; height:150px; margin: 0 10px 0 15px; border: 1px solid #dcdcdc; }
#hsnSuche { background-color: #f5f5f5; text-align: left; display:inline;float:left;width:295px; height:150px; margin: 0 10px 0 5px; border: 1px solid #dcdcdc;}
#teileSuche { background-color: #f5f5f5; text-align: left; display:inline;float:left;width:295px; height:150px; margin: 0 10px 0 5px; border: 1px solid #dcdcdc;}

.kfzSelect { width: 250px; font-size: 13px; height:22px;
line-height:22px; border:1px solid #385986;}

#startTeaser .infoBoxHeading {
	font-size: 14px;
	padding: 7px 10px 6px;
	color: #37589D;
	font-weight: bold;
	padding: 7px 10px;
	border-bottom: 1px solid #cdcdcd;
	
}
#startTeaser .boxText{ 
  color: #000;
	padding: 6px 0 0;
	text-align: center;
}

.startTeaserText { 
  color: #000;
	padding: 7px 0 2px;
	text-align: center;
}




/* TOP NAVI NEU */
ul.topnav {
	list-style: none;
	padding: 0;	
	margin: 0;
	float: left;
	width: 950px;
	background: #222;
	font-size: 1.1em;
	height:40px;
	line-height:23px;
	background: url(img/topnav_bg.gif) repeat-x;
	border-bottom: 1px solid #444;
	font-weight: bold;
}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
	
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	width:85px;
	text-align: center;
}

ul.topnav ul.subnav li a{

	text-align: left;
}


ul.topnav li.cart, ul.topnav li.cart a {
	
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
	text-align: right;
	width:260px;
	
	
}
ul.topnav li.cart a{
	padding: 10px 5px 0 0;

}




ul.topnav li a:hover{
	background: url(img/topnav_hover.jpg) no-repeat center top;
	color:#c0c0c0;
}

ul.topnav li a.active{
	background: url(img/topnav_hover.jpg) no-repeat center top;
	color:#c0c0c0;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	padding-left:3px;
	display:inlne;
	
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; 
	top: 40px;
	background: #687faf;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	z-index:1000;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #a7b5d2; /*--Create bevel effect--*/
	border-bottom: 1px solid #6079ab; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #a7b5d2;color:#2f508a;
}
/* TOP NAVI NEU */

#hB { }

#footerLeft {display:inline; float:left;width: 280px; height: 220px; padding:10px; border-right:0px dotted #999999;}
#footerCenter {display:inline; float:left;width: 280px; height: 220px; padding:10px;}
#footerRight {display:inline; float:left;width: 280px;  height: 210px; padding:10px;border-right:1px dotted #515151;}

#kfzTable { color:#000; border:1px solid #555; padding:0;margin:0;}
#kfzTable tr.main {background-color:#555; color:#fff; }
#kfzTable tr.main td { padding:5px; }
#kfzTable tr td { padding:5px; }

#kfzTable tr td a:link { display:block; width:100%;}
#kfzTable tr td a:hover { color:#000; }
#kfzTable tr.kfz_Row:hover { background-color:#D4D4D4; color:#fff;}

h3.kfzHead { font-size:14px;  }
h3.kfzHead span { font-size:12px;font-weight: normal;  }

#kfzHeadTable { color:#000; border:1px solid #555; padding:0;margin:0;}
#kfzHeadTable tr.main {background-color:#555; color:#fff; }
#kfzHeadTable tr.main td { padding:5px; }

#kfzHeadTable tr td { padding:5px; }
.catHeadline { font-size:12px; padding-bottom:5px;display:block;}

#trusted {display:inline; width:450px;float:right; height:95px;padding-top:20px; text-align:right;}
#login { display:inline;  } 
#HeaderLogo { width: 270px; float:left; display: inline; padding-top:5px;}


/* sliding login  */

/***** clearfix 
.clear {clear: both;height: 0;line-height: 0;}*****/
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/img\login-slider
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
#toppanel .tab {
  	background: url(img/login-slider/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
    margin:0 auto;
    width: 100%;
}

#toppanel .tab ul.login {
	clear:right;
color:white;
display:block;
font-size:80%;
font-weight:bold;
height:42px;
left:400px;
line-height:42px;
margin:0 auto;
position:relative;
text-align:center;
width:250px;
}

#toppanel .tab ul.login li.left {
  	background: url(img/login-slider/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#toppanel .tab ul.login li.right {
  	background: url(img/login-slider/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#toppanel .tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(img/login-slider/tab_m.png) repeat-x 0 0;
}

#toppanel .tab ul.login li a {
	color: #fff;
	font-size:11px;
}

#toppanel .tab ul.login li a:hover {
	color: #c0c0c0;
}

#toppanel .tab .sep {color:#414141}

#toppanel .tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

#toppanel .tab a.open {background: url(img/login-slider/bt_open.png) no-repeat left 0;}
#toppanel .tab a.close {background: url(img/login-slider/bt_close.png) no-repeat left 0;}
#toppanel .tab a:hover.open {background: url(img/login-slider/bt_open.png) no-repeat left -19px;}
#toppanel .tab a:hover.close {background: url(img/login-slider/bt_close.png) no-repeat left -19px;}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    
}

#panel {
	width: 100%;
	height: 200px;
	color: #999999;
	background: #393a3f;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
	font-size:12px;
}

#panel a {
	text-decoration: none;
	color: #c0c0c0;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
	font-size:12px;
}

#panel .content .left {
	width: 270px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .right {
	border-right: 1px solid #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;

	clear: both;
	width: 280px;
	display: block;
	
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(img/login-slider/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(img/login-slider/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}
/* sliding login ende */


/* Home Keyvisual */
.section #main {
	padding: 10px;
	background: #F5F5F5;
	border: 1px solid #ccc;
}


/*--Main Image Preview--*/
.main_image {
	width: 460px; height: 343px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
	border:1px solid #C0C0C0;
}
.main_image h2 {color: #feb41b;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 5px;	padding: 5px 10px 0 10px;
}
.main_image p {
	font-size: 1em;
	padding: 0px 10px 10px 10px;	margin: 0;
	line-height: 1.6em;
}
.block small { 
	padding: 0 0 0 10px; 
	/*background: url(icon_calendar.gif) no-repeat 0 center; */
	font-size: 1em; 
}
.main_image .block small {}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
}
.main_image a.collapse {
/*	background: url(btn_collapse.gif) no-repeat left top;*/
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
.main_image a.show {background-position: left bottom;} 


.image_thumb {
	float: left;
	width: 234px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
}
.image_thumb img {
	
	padding: 0px; 
	background: #fff; 
	float: left;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0; 
	/*padding: 12px 9px;*/
	/*background: #f0f0f0 url(nav_a.gif) repeat-x;*/
	width: 235px;
	height: 85px;
	float: left;
	border-bottom: 1px solid #ccc;
	
	border-right: 1px solid #ccc;
}
.image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #fff;
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size: 1.5em; 
	margin: 5px 0; padding: 0;
}
.hsImage { float: left; 
	margin-left: 0px;
	padding: 0;
	width: 105px; height:85px; background:#333;}
.image_thumb ul li .block {
	float: left; 
	margin-left: 7px;
	padding: 0;
	width: 120px;
}	
.desc .block a, .desc .block a:visited
{
color:#ff9900;
}
.desc .block a:hover
{
color:#fff;
}

.image_thumb ul li p{display: none;}
/*  Home Keyvisual  ENDE*/

.infoBoxHeadingHome {

color:#30508B;
font-size:23px;
font-weight: bold;
line-height:38px;

}
.infoBoxHeadingHome div.infoBox, 
span.infoBox{
	padding:4px;
}

.CatContainer { float:left; width:220px;height:60px;margin-right:15px;border-bottom:1px solid #DDDDDD; overflow: hidden;}
.cat1 { width:220px;height:60px;text-align:left;display:table-cell;vertical-align:middle; }

.cat2 { width:220px;height:60px;text-align:left;display:table-cell;vertical-align:middle; }
.cat3 { width:220px;height:60px;text-align:left;display:table-cell;vertical-align:middle; }
.cat4 { width:220px;height:60px;text-align:left;display:table-cell;vertical-align:middle; }

 .cat1:hover , .cat2:hover, .cat3:hover, .cat4:hover { background-color:#f0f0f0;  }
.cat1 a:link , .cat2 a:link, .cat3 a:link, .cat4 a:link, .cat1 a:visited , .cat2 a:visited, .cat3 a:visited, .cat4 a:visited { width:208px;padding:0 6px;height:60px; display: table-cell;vertical-align:middle; color:#000;}
.cat1 a:hover , .cat2 a:hover, .cat3 a:hover, .cat4 a:hover { color:#000; }

.prodListingBox { text-align: left; display:inline; float:left; width:720px; min-height:150px; margin: 0 0px 20px 0px; border: 1px solid #dcdcdc; }
.prodListingBox .infoBoxHeading { background-color: #eee; font-size: 14px;padding: 7px 10px;line-height: 20px; color: #262626;border-bottom: 1px solid #cdcdcd; }
.prodListingBox .infoBoxHeading a.name { font-weight: bold; color:#385986; }
.prodListingBox .infoBoxHeading a.name:hover { font-weight: bold; color:#ff9900; }
.prodListingBox .infoBoxHeading h5 { font-weight: bold;  }
.prodListingBox .ProductImage { border: 1px solid white; float:left; display:inline; margin:10px; } 
.prodListingBox .ProductImage:hover {border: 1px solid grey; }
.descCont { display:inline; float:left; padding:5px; width:580px;} 
#span .description { display: inline; float:left; }
.descPrice { display:inline; margin: 10px 0 10px; width:160px; float:right; text-align:right; }
.descPrice .preis { font-size: 22px; font-weight: bold; }
.lagerbestand { float: left; clear: both;padding-left:5px; width:220px; }

.bottomBar { margin-bottom: 10px; float:right; display: inline; width:350px;}
.bottomBar .rightFloater  { padding-right:5px; }
.bottomBar .rightFloater a.detailButton:link, .bottomBar .rightFloater a.detailButton:visited { width: 110px; height:20px; display: inline-block; overflow:hidden; background: url("buttons/german/button_to_article.gif");  }
.bottomBar .rightFloater a.detailButton span { display:none; }
.prodListingBox div.image{ border: 1px solid white; text-align:center; width:200px; float:left; display: inline; }
.prodListingBox div.info { text-align:center; width:300px; float:left; display: inline; }
.prodListingBox div.info2 { text-align:center; width:200px; float:right; display: inline; }
.image .thickbox img { border: 1px solid white; }
.image .thickbox img:hover { border: 1px solid grey; }
.infoCont { padding: 5px; padding-bottom:20px;}
#descriptionProd { padding: 10px 10px 20px 10px; /*border: 1px solid #ccc;*/ }

/* Warenkorb Input */
.infoCont .info .text, #products_qty { 
width: 40px;
font-size: 16px;
height: 28px;
line-height: 28px;
text-align: center; }

h3.qtyPrice { margin: 0px; display:none;}
#shopauskunft_div { /*background-color:#FFFFFF;border:1px solid #A0A0A0;*/
float:right;
margin-right:10px;
padding:5px 5px 5px 0;
width:210px; }

.InfoLabel { width:200px; display:block; float: left; clear:left; background-color: }
.InfoValue { width:400px; display:block; float: left;}
.prodListing .InfoLabel { width:180px; display:block; float: left; clear:left; background-color: }
.prodListing .InfoValue { width:180px; display:block; float: left;}
.description .InfoLabel { width:200px; display:block; float: left; clear:left; background-color: }
.description .InfoValue { width:200px; display:block; float: left;}
#kbaNr {
display:block;
overflow:auto;
/*height:570px;
width:700px;*/

}
#kfzDetail {

width:100%;
}

#SALogo { padding-top:3px; }
#fragment-suche { background-image: url("/shop/images/suchebegriffe.png"); }
.suchb {width: 75px; display: inline-block; float: left; line-height: 22px;}
.suchh {width: 75px; display: inline-block; float: left; line-height: 22px;}
select {
    border: 1px solid #385986;
    height: 18px;
  padding: 0 1px; }
  
/* KFZ-Suche Navi */
#kfzNaviContainer {
	background-image: url(shop/images/fahrzeug-navi-ersatzteile.png);
	background-repeat:no-repeat;
	width: 336px;
	height: 35px;
	margin: 5px auto;
}

#kfzNaviContainer a:link { width:100%; height:: 100%; display: block; float: left; line-height: 34px; }

#kfzNaviElem1  {
	background-image: url(/shop/images/fahrzeug-navi-ersatzteile.png);
	background-position: 0 0;
	width: 84px;
	height: 35px;
	display: inline;
	float: left;
}
#kfzNaviElem1 span, #kfzNaviElem1on span {width:84px; height:35px; display:block;}
#kfzNaviElem2 span, #kfzNaviElem2on span {width:84px; height:35px; display:block;}
#kfzNaviElem3 span, #kfzNaviElem3on span {width:84px; height:35px; display:block;}
#kfzNaviElem1 a:hover, #kfzNaviElem1on {
	background-image: url(/shop/images/fahrzeug-navi-ersatzteile.png);
	background-position: 0 35px;
	width: 84px;
	height: 35px;	
	display: inline;
	float: left;
}

#kfzNaviElem2  {
	background-image: url(/shop/images/fahrzeug-navi-ersatzteile.png);
	background-position:  -84px 0px;
	width: 84px;
	height: 35px;	
	display: inline;
	float: left;
}
#kfzNaviElem2 a:hover, #kfzNaviElem2on {
	background-image: url(/shop/images/fahrzeug-navi-ersatzteile.png);
	background-position: -84px 35px;
	width: 84px;
	height: 35px;	
	display: inline;
	float: left;
}

#kfzNaviElem3  {
	background-image: url(/shop/images/fahrzeug-navi-ersatzteile.png);
	background-position:  -168px 0px;
	width: 84px;
	height: 35px;	
	display: inline;
	float: left;
}
#kfzNaviElem3 a:hover, #kfzNaviElem3on  {
	background-image: url(/shop/images/fahrzeug-navi-ersatzteile.png);
	background-position: -168px 35px;
	width: 84px;
	height: 35px;	
	display: inline;
	float: left;
}

#kfzNaviElem4  {
	background-image: url(/shop/images/fahrzeug-navi-ersatzteile.png);
	background-position:  -252px 0px;
	width: 84px;
	height: 35px;	
	display: inline;
	float: left;
}
#kfzNaviElem4 a:hover, #kfzNaviElem4on  {
	background-image: url(/shop/images/fahrzeug-navi-ersatzteile.png);
	background-position: -252px 35px;
	width: 84px;
	height: 35px;	
	display: inline;
	float: left;
}
#suchLinks { margin-top:15px; }
#suchLinks a:link, #suchLinks a:hover, #suchLinks a:visited { font-weight: bold; }
#suchLinks a:link span { display:block; font-size:9px; }
.wb, .wb2 { /*display: inline-block;*/  }
.wb li { display: inline;
    float: left;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 0;
    padding-top: 8px;
    width: 32%;
    }
.wb2 li { display: inline;
    float: left;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 0;
    padding-top: 5px;
    width: 32%;
    }
.wb li a:link, .wb2 li a:link, .wb li a:visited, .wb2 li a:visited { color:#000;  }
.wb li a:hover, .wb2 li a:hover { color:#ff9900;  }
.mb20 { margin-bottom: 20px;  }
.section2 .optionsItemContainer { width: 255px; margin: 0 auto; }
.section2 .optionsItemContainer label { color: #fff; }
.section2 .optionsItemContainer .content { height: 20px; clear: both;}
.section2 .optionsItemContainer select { float:right; background-color: #5f78ab; color: white; }
.section2 .optionsItemContainer select option { background-color: #5f78ab; color: white; padding-right:8px; }
td.singleprice table tr {   }
td.singleprice{ margin-top: 6px; text-align: right; }
table.productattributes { padding-right: 5px; margin-bottom: 10px;}
table.productattributes td, .productattributesPrice  td, table.list td.productname, td.singleprice table tr td  { font-size: 10px; margin:0; padding: 0;}
table.productattributes th { font-size:12px; background: none; border: 0px;}
.productattributes td.pdatd {font-size:12px; background: none; border: 0px; }
.productattributes td.pdaPrice  { text-align: right; padding-right: 5px; }

#MainContent table h1 {
    padding-left: 5px;
}

.prodSearchListingBox { text-align: left; display:inline; float:left; width:720px; line-height: 20px; margin: 0 0px 6px 0px; border: 1px solid #dcdcdc; }
.prodSearchListingBox .infoBoxHeading { background-color: #eee; font-size: 12px;padding: 4px 6px; color: #262626;}
.prodSearchListingBox .infoBoxHeading a.name { font-weight: bold; color:#385986; }
.prodSearchListingBox .infoBoxHeading a.name:hover { font-weight: bold; color:#ff9900; }
.prodSearchListingBox .infoBoxHeading h5 { font-weight: bold;  }
.prodSearchListingBox .ProductImage { float:left; display:inline; margin:2px 12px 2px 2px;  } 
.prodSearchListingBox .ProductImage:hover {   }
.prodSearchListingBox .descCont { display:inline; width:98%; float:left; padding:5px;} 

.prodSearchListingBox .descPrice { margin: 5px 0 0 0; }

.highlight { background-color: yellow; }
.boxAdmin .highlight { background-color: transparent; }

#checkOutTable .section { margin-left:20px; /*width:45%; float:left; display:inline;*/  }
#checkOutTable span.rightFloater { font-size:10px; }
a.linkSmall { font-size:10px; font-weight: bold; margin-left:10px;clear:both;}

// Hersteller

div.ui-cluetip {
    font-size: 1em;
}
.ui-cluetip-header, .ui-cluetip-content {
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
}
.ui-cluetip-header {
    font-size: 1em;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

.cluetip-default {
    background-color: #fff;
}
.cluetip-default .ui-cluetip-header {
    background-color: #30508B;
    color: #fff;
}
.no { display: none; }
.toolClose { float: right; }
ul.thumb {float: left;list-style: none;margin: 0; padding: 10px;width: 100%;background-color: white;}
ul.thumb li {margin: 0; padding: 2px;float: left;position: relative;width: 150px;height: 110px;}
ul.thumb li img { width: 130px; height: 90px; border: 1px solid #d0d0d0; padding: 2px; background: #fff;position: absolute;left: 0; top: 0;-ms-interpolation-mode: bicubic; }
ul.thumb li img.hover {border: 1px solid #000; width: 130px; height: 90px;background:url(thumb_bg.png) no-repeat center center;border: none;}
.title{position:absolute;border:5px solid #ddd; margin:0 auto;font-weight:900;background-color:#fff;padding:5px;text-align:center; color: #fff; }
.title { color: #000; }

/* autocompl */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

.carmap_sub {  border:1px solid #e0e0e0;margin:5px;width:20%;height:50px;float:left;display:inline;padding:10px;text-align:center; }
.carmap_sub:hover {  background-color: #f7f7f7; }
.carmap_sub2 {  margin:5px;width:20%;float:left;display:inline;padding:10px; }
#onlyKw { font-size:1em; dipslay:block; width:100%; }


/* new car navi */
.pkwadd tr:hover , .pkwadd tr th { background-color: #f0f0f0; }
	.pkwadd a:link { display:block; }
	.lev0 { margin-top: 4px; margin-bottom: 6px; padding: 2px; border:1px solid #e0e0e0; background-color: #f0f0f0;  }
	.lev1 { margin-left: 10px; margin-top: 2px; margin-bottom: 4px; padding: 2px; }
	.lev2 { margin-left: 10px; margin-top: 2px; margin-bottom: 2px; }
	.lev3 { margin-left: 10px; margin-top: 2px; margin-bottom: 2px;  }
	.lev4 { margin-left: 10px; margin-top: 2px; margin-bottom: 2px;  }
	
	.lev0 {width:443px; display: inline; float:left; }
	.lev1 {width:430px; display: inline; float:left; }
	
	.LLeft {width:450px; display: inline; float:left; }
	.RRight {width:465px; display: inline; float:left; }

	#container { width: 915px; }
	#generated {display: none; }
	.lev0 a{ color:#fff; font-size:1.1em; padding-left: 10px;  height: 31px; display:block; 
						 line-height:31px; font-weight:bold; cursor:pointer; 
						background-color: #54709f;
						
	}
	.lev0 a:hover {background:url(img/header_over.gif); }
	
	.lev1 a{ color:#fff;  font-size:1.1em; padding-left: 15px;  height: 31px; display:block; 
						 line-height:31px; font-weight:bold; cursor:pointer;
						background-color: #5c6473;
						background-image: none;
	}
	.lev1 a:hover {background-color: #6780ac; background-image: none;}
	
	.lev2 a{ color:#fff;  font-size:1.1em; padding-left: 15px;  height: 31px; display:block; 
						 line-height:31px; font-weight:bold; cursor:pointer;
						background-color: #797c82;
						background-image: none;
	}
	.lev2 a:hover {background-color: #6780ac;background-image: none; }
	
	.lev3 a{ color:#fff;  font-size:1.1em; padding-left: 15px;  height: 31px; display:block; 
						line-height:31px; font-weight:bold; cursor:pointer;
						background-color: #8e939a;
						background-image: none;
	}
	.lev3 a:hover {background-color: #6780ac;background-image: none; }
	
	.lev4 a{ color:#fff;  font-size:1.1em; padding-left: 15px;  height: 31px; display:block; 
						line-height:31px; font-weight:bold; cursor:pointer;
						background-color: #a2a4a8;
						background-image: none;
	}
	.lev4 a:hover {background-color: #6780ac;background-image: none;}
	
/* new navi end*/
