/*****{***** Navigation Start *****/
	
div#MainNav {
	width: 960px;
	height: 40px;
	float: left;
	margin-bottom: 1px;
	z-index: 100;
}

	div#MainNav a {
		height: 40px;
		display: block;
	}

	div#MainNav a.home{
		width: 155px;
		background: url('/shop/img/en/nav_home.gif') bottom left no-repeat;
		float: left;
	}
	
	div#MainNav a.home_a{
		width: 155px;
		background: url('/shop/img/en/nav_home.gif') bottom left no-repeat;
		float: left;
		background-position: top left;
	}

	div#MainNav a.themes{
		width: 111px;
		background: url('/shop/img/en/nav_themes.gif') bottom left no-repeat;
		float: left;
	}
	
	div#MainNav a.themes_a{
		width: 111px;
		background: url('/shop/img/en/nav_themes.gif') bottom left no-repeat;
		float: left;
		background-position: top left;
	}
	
	div#MainNav a.models{
		width: 102px;
		background: url('/shop/img/en/nav_models.gif') bottom left no-repeat;
		float: left;
	}
	
	div#MainNav a.models_a{
		width: 102px;
		background: url('/shop/img/en/nav_models.gif') bottom left no-repeat;
		float: left;
		background-position: top left;
	}
	
	div#MainNav a.parts{
		width: 144px;
		background: url('/shop/img/en/nav_parts.gif') bottom left no-repeat;
		float: left;
	}
	
	div#MainNav a.parts_a{
		width: 144px;
		background: url('/shop/img/en/nav_parts.gif') bottom left no-repeat;
		float: left;
		background-position: top left;
	}
	
	div#MainNav a.glas{
		width: 160px;
		background: url('/shop/img/en/nav_glas.gif') bottom left no-repeat;
		float: left;
	}
	
	div#MainNav a.glas_a{
		width: 160px;
		background: url('/shop/img/en/nav_glas.gif') bottom left no-repeat;
		float: left;
		background-position: top left;
	}

	div#MainNav a.warenkorb{
		width: 200px;
		background: url('/shop/img/en/nav_cart.gif') bottom left no-repeat;
		float: left;
	}
	
	div#MainNav a.warenkorb_a{
		width: 200px;
		background: url('/shop/img/en/nav_cart.gif') bottom left no-repeat;
		float: left;
		background-position: top left;
	}

	div#MainNav a:hover{
		background-position: top left;
	}

	div#MainNav .over{
		height: 20px;
		overflow: hidden;
		float: left;	
	}
	
	div#MainNav .bgsearch{
		width: 250px;
		height: 40px;
		float: left;
		background: url('/shop/img/nav_spacer.gif') bottom left no-repeat;
	}
	
	div#MainNav .bgsearch2{
		width: 88px;
		height: 40px;
		float: left;
		background: url('/shop/img/en/nav_spacer.gif') bottom left no-repeat;
	}
	
	div#MainNav .searchLeft{
		width: 170px;
		float: left;
		margin: 8px 0 0 10px;
	}
	
	div#MainNav .searchRight{
		width: 65px;
		float: left;
		margin: 5px 0 0 5px;
	}
	
	div#MainNav input.txt {
		width: 170px;
		border: 1px solid #777777;
		background-color: #FFF;
		font-size: 14px;
	}
	
	div#MainNav input.btn {
		border: 0px;
		background-color: #000;
	}
		
/***** Navigation End *****}*****/
	
/*****{***** CartBox Header Start *****/

div#cartBox {
	width: 200px;
	height: 110px;
	background-image: url('/shop/img/en/bg_cart.png');
}

	div#cartBox a {
		text-decoration: none;
		width: 200px;
		height: 110px;
		display: block;
	}
	
	div#cartBox a:hover {
		text-decoration: none;
	}

	div#cartBox .shoppingCart {
		border: none;
	}

	div#cartBox .cartBox {
		font-size: 12px;
		color: #FFF;
		padding: 2px 5px 2px 0;
	}

	div#cartBox .infoBoxContents {
		font-size: 12px;
		color: #FFFFFF;
		background-color: #016D9B;
	}

	div#cartBox .newItemInCart {
		font-size: 12px;
		color: #DEE800;
		background-color: #016D9B;
	}

	div#cartBox .highlight {
		color: #DEE800;
	}

/***** CartBox Header End *****}*****/

/*****{***** ShoppingCart DeleteButton Start *****/

input.delete {
	display: block;
	width: 79px;
	height: 35px;
	background: url('/includes/languages/english/images/buttons/small_delete_cart_fff.gif') top left no-repeat;
	text-align: left;
	font-size: 0px;
	color: #FFF;
	cursor: pointer;
}

/***** ShoppingCart DeleteButton End *****}*****/