@charset "UTF-8";
/* CSS Document */

img 				{border:0;}
	#aura 				{width:1048px; height:100%; padding: 0 24px 18px 24px ;font-family:Arial, Helvetica, sans-serif; font-size:14px; 
						 background-color:#fff; margin:0 auto;
						border-left:1px solid #ccc; border-right:1px solid #ccc; border-bottom:1px solid #ccc; }
	#hbox 				{overflow:hidden; width:1050px; height:104px; background-image:url(http://bilder.deltatecc.com/bosch/frame/frame_header.png); background-repeat:no-repeat;}
	#logo				{margin:24px 0 0 42px; width:278px;}
	#mbox 				{width:1048px; height:93px; border: 1px solid #ccc; margin-bottom:20px;
						}
	#mbox_menu			{position: relative; top:-14px; left:-1px; height: 93px; width:1010px; background:#709bbd;
background: url(http://bilder.deltatecc.com/bosch/frame/bg_frame.png); background-repeat:x;  }
	#mbox_menu li 			{float: left; display: block; text-align: center; position: relative; padding: 16px 5px 4px 5px; border: none; height: 27px;
						}
	#mbox_menu li:hover 		{background: #616161;
						}
	#mbox_menu li a 			{font-weight: bold; font-size:14px; color: #EEEEEE; display:block; outline:0; text-decoration:none; text-shadow: 1px 1px 1px #000;
						}
	#mbox_menu li:hover a 	{
						}
	#mbox_menu li .drop 		{padding: 0px 10px 0px 10px; background:url("img/drop.png") no-repeat right 8px;
						}
	#mbox_menu li:hover .drop {background:url("img/drop.png") no-repeat right 7px;
						}
	#mbox_menu .deltatecc-home-img {margin-bottom: -7px;
						}
	.dropdown_1column, 
	.dropdown_2columns, 
	.dropdown_1column, 
	.dropdown_4columns,
	.dropdown_5columns {
    margin:15px auto;
    float:left;
    position:absolute;
    left:-111999em; /* Hides the drop down */
    text-align:left;
    padding:10px 5px 10px 5px;
    border:1px solid #ccc;
    border-top:none;
    z-index: 9999;

    /* Gradient background */
    background: #d1d8db url(../bg/svg/grad_grey-light.svg);
    background: -moz-linear-gradient(#fff, #004f7f);
    background: -ms-linear-gradient(#fff, #004f7f);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#004f7f));
    background: -webkit-linear-gradient(#fff, #004f7f);
    background: -o-linear-gradient(#fff, #004f7f);
    background: linear-gradient(#fff, #004f7f);

    -webkit-box-shadow:  2px 2px 3px rgba(0, 0, 0, 0.4);

    box-shadow:  2px 2px 3px rgba(0, 0, 0, 0.4);
					}

	.dropdown_1column {width: 140px;}
	.dropdown_2columns {width: 280px;}
	.dropdown_3columns {width: 420px;}
	.dropdown_4columns {width: 560px;}
	.dropdown_5columns {width: 700px;}

	#mbox_menu li:hover .dropdown_1column, 
	#mbox_menu li:hover .dropdown_2columns, 
	#mbox_menu li:hover .dropdown_1column,
	#mbox_menu li:hover .dropdown_4columns,
	#mbox_menu li:hover .dropdown_5columns {
    left:0px;
    top: 32px;
					}
	.col_1,
	.col_2,
	.col_3,
	.col_4,
	.col_5 {
    display:block;
    float: left;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
					}
	.col_1 {width:130px;}
	.col_2 {width:270px;}
	.col_3 {width:410px;}
	.col_4 {width:550px;}
	.col_5 {width:690px;}
	
	#mbox_menu .menu_right {
    float:right;
    margin-right:0px;
					}
	#mbox_menu li .align_right {
    /* Rounded Corners */
    -moz-border-radius: 5px 0px 5px 5px;
    -webkit-border-radius: 5px 0px 5px 5px;
    border-radius: 5px 0px 5px 5px;
					}
	#mbox_menu li:hover .align_right {
    left:auto;
    right:-1px;
    top:auto;
					}
	#mbox_menu p, #mbox_menu h2, #mbox_menu h3, #mbox_menu ul li {
    font-family:Arial, Helvetica, sans-serif;
    line-height:21px;
    font-size:12px;
    text-align:left;
    text-shadow: 1px 1px 1px #FFFFFF;
					}
	#mbox_menu h2 {
    font-size:21px;
    font-weight:400;
    letter-spacing:-1px;
    margin:7px 0 14px 0;
    padding-bottom:14px;
    border-bottom:1px solid #666666;
					}
	#mbox_menu h3 {
    font-size:14px;
    margin:7px 0 14px 0;
    padding-bottom:7px;
    border-bottom:1px solid #888888;
					}
	#mbox_menu p {
    line-height:18px;
    margin:0 0 10px 0;
					}
	#mbox_menu li:hover div a {
    font-size:12px;
    color: #3461ab;
    text-shadow: none;
					}
	#mbox_menu li:hover div a:hover {
    color:#029feb;
					}
	#mbox_menu li:hover div ul li a {
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
					}
	#mbox_menu li:hover div ul li a:hover {
    text-decoration: underline;
    color: #fff;
					}
	#mbox_menu .menu-cms {
    float: right;
    padding: 0px 5px 5px 5px;
    width: 240px;
					}
	.ukat {margin-left:10px; margin-top:-7px;}
	.strong 		{font-weight:bold;}
	.italic 		{font-style:italic;}
	.imgshadow 		{ /* Better style on light background */
    background:#FFFFFF;
    padding:4px;
    border:1px solid #777777;
    margin-top:5px;
    -moz-box-shadow:0px 0px 5px #666666;
    -webkit-box-shadow:0px 0px 5px #666666;
    box-shadow:0px 0px 5px #666666;
					}
	.img_left 		{ /* Image sticks to the left */
    width:auto;
    float:left;
    margin:5px 15px 5px 5px;
					}
	#mbox_menu li .black_box {
    background-color:#424645424645;
    color: #eeeeee;
    text-shadow: 1px 1px 1px #000;
    padding:4px 6px 4px 6px;

    /* Rounded Corners */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    /* Shadow */
    -webkit-box-shadow:inset 0 0 3px #000000;
    -moz-box-shadow:inset 0 0 3px #000000;
    box-shadow:inset 0 0 3px #000000;
					}
	#mbox_menu li ul 	{
    width: 130px;
    list-style: none;
    padding: 10px 10px 10px 25px;
    margin: -10px 0 -11px -6px;
    border-right: 1px #000 solid;
    background: #616161;
					}
	#mbox_menu li ul li 	{
    font-size: 12px;
    line-height: 15px;
    position: relative;
    padding: 0;
    margin: 0;
    float: none;
    text-align: left;
    width: 130px;
    background: none;
    height: auto;
    margin-bottom: 10px;
					}
	#mbox_menu li ul li:hover {
    background:none;
    border: none;

					}
	#mbox_menu li .greybox li {
    background:#F4F4F4;
    border:1px solid #bbbbbb;
    margin:0px 0px 4px 0px;
    padding:4px 6px 4px 6px;
    width:116px;

    /* Rounded Corners */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
					}
	#mbox_menu li .greybox li:hover {
    background:#ffffff;
    border:1px solid #aaaaaa;
    padding:4px 6px 4px 6px;
    margin:0px 0px 4px 0px;
								}
	#lbox 				{width:200px; float:left;}
	#cbox 				{margin:0 18px; width:612px; float:left; overflow:hidden; font-size:14px;}
	#cbox a 			{color:black !important; text-decoration:none;}
	#cbox a:hover, 
	#cbox a:active 	{color:black !important; text-decoration:none}
	#rbox 				{width:200px; float:left;}
	.shadow30 			{-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.6); box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.6);
						}
	.searchwrap			{position:relative; top:-32px; left:20px; width:600px; height:24px; text-align:right; float:left; margin-right: 6px; margin-top:3px;}
	label.searchFieldLabel {position:relative; top:-5px; width:74px; margin: 9px 0 0 0; color:#fff; background-image: url(http://bilder.deltatecc.com/ebay/images/frame/redesign/search.png); background-repeat: no-repeat;
}
	label.innerLabel {display:block; color:#fff; margin: 3px 0 0 5px; font-weight: normal;
}
	div.searchwrap input.searchSubmit {position:relative; left:-58px; top:-30px; margin-left: -4px; margin-top: 2px; background-image: none; height: 30px; width: 70px; border-bottom-right-radius: 5px; border-top-right-radius: 5px; background-color:#719cbe; color:#fff; letter-spacing: 1px; cursor:pointer; border:none; font-weight:bold;
}
	.floatitleft 		{float:left;}
	.stopflotin 		{clear:both;}
	.xsb1 				{width:198px; height:300px; border:1px solid #ccc; margin-bottom:18px;}
	.xsb1_last 				{width:198px; height:300px; border:1px solid #ccc; }
	.xsb2 				{margin-left:7px; border-left:1px solid #ccc;border-right:1px solid #ccc; width:191px; height:175px}
	.submenu 			{background-color:#134485; color:#fff; font-size:13px; padding:4px 20px 6px 20px; border-bottom:1px solid #6a98c8;line-height:160%}
	.submenu a:hover  	{ color:#FFFFFF !important; font-family:Arial, Helvetica, Verdana, sans-serif; font-size:14px; text-decoration:underline; background-color:#134485; 
						background-image:none; } 
						.corner {-moz-border-radius: 10px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius:8px;}

  .right {background-image:url(http://bilder.deltatecc.com/bosch/frame/bosch_balken.png); background-repeat:no-repeat; height:41px; padding:8px; color:white; font-size:13px; font-weight:bold; margin-bottom:-20px;text-shadow: 1px 1px 1px #000;}
  .marke-left{ width:90px; margin-left:12px;margin-top:3px;}
  .marke-right {width:90px; margin-left:3px;margin-top:3px;}
  .text-shadow {text-shadow: 1px 1px 1px #000;}
  .buybox-image {margin-left: 24px;-moz-border-radius: 10px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius:8px;}
  .boxright		{background-image:url(http://bilder.deltatecc.com/ebay/images/frame/redesign/bg_right.png)}
  .boxright.li	{list-style-image:url(http://bilder.deltatecc.com/ebay/images/frame/redesign/arrow.png); margin-top:-20px;}
  .buybox_button {background-color:#000; color:#fff; width:148px; height:20px; padding:6px; margin-left: 24px; margin-top:18px; font-weight:bold; text-shadow: 1px 1px 1px #000;-moz-border-radius: 10px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius:8px;}
	.buybutton	{}
	.buybutton a:hover {background-color: #424645;}
	<!--[if IE]><![endif]-->