/*
 * CSS-Stylesheet for SEO-Pages of boschsecurity.com
 *
 * js75ot, 10/2006
 */

* {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

/* Main content div. Set width. */
div#body {
  background-color: #fff;
  color: #000;
  text-align: left;
}
div#navi {
  margin: 0;
  padding: 0 0 1px 0;
  text-align: left;
  background-color: #153B63;
}

#navi ul{
  margin:0;
  padding:0;
  background-color: #153B63;
  display: block;
}

div#navi li{
  color: #fff;
  background-color: #153B63;
  font-weight: normal;
  font-size: 11px;        
  border-bottom: 1px solid #B4C6D9;
  list-style-type: none;
  margin: 0;
  padding: 1px 0;
}

div#navi a,
div#navi a:link,
div#navi a:visited,
div#navi a:hover,
div#navi a:active
{
	padding-left: 8px;
	color: #fff;
	background: #153B63 url(/i/arrow_8x10_white.gif) no-repeat center left;
	text-decoration: none;
	text-indent: 0;
	display: block;
}

div#navi a:hover
{
	background-color: #1B628C;
}

div#navi a:active
{
	background-color: #2269B5;
}

div.picture {
  width: 200px;
  float: left;
  position: relative;
}
div.features {
  width:200px;
  float:left;
  position: relative;
}

/* product features formatting */
.productFeatures li {
	margin-left: 20px;
	font-size: 11px;
}

.productFeatures ul{
	line-height: 1px;	
}

img {
	border: none;
}

/* set text color and font size for the text */
body, p, h1, h2, h3, td {
	color: #153B63;
	font-size: 12px;
	margin-left: 12px;
}

h1 {
	border-top: 6px solid #B4C6D9;
	background-color: #DFE9F4;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	padding: 13px 0 12px 12px;
	margin: 0;
}

h2 {
	background-color: #DFE9F4;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	padding: 0 0 4px 12px;
	margin: 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid #DFE9F4;
	margin-top: 15px;
	margin-left: 12px;
	padding: 4px;
}

p, h3 {
	padding-top: 4px;
	padding-left: 4px; 
	padding-right: 6px;
	margin-left: 12px;
}

/* Product Catalog */
h4 {
	line-height: 11px;
	padding-top: 9px;
	padding-bottom: 3px;
	font-size: 11px;
}


/* set color and text-decoration for links to avoid different formatting for hovers and visited links */
a {
  color: #153B63;
}

#selectMenuStart {
	border-top: 1px solid #DFE9F4;
}

#selectMenuStart a {
	background-image: url(http://fe0wap86.bosch.de/intershoproot/eCS/Store/en/ST_NA/imagesShop/arrow_white_right.gif);
	background-position: 8px 4px;
}
#selectMenuStart span {
	color: white;
	font-weight: normal;
	font-size: 11px;
}