/* @override http://www.accu-turn.com/site?css=style/index */

/* universal -----*/

* {
  margin: 0;
  padding: 0;
}
small {
  font-size: 10px;
}

/* body and wrapper -----*/

body {
	padding: 0px;
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	background: #fff;
	text-align: center;
}
#wrapper {
	width: 810px;
	text-align: left;
	margin: 0px auto;
}

/* masthead -----*/

#masthead {
	height: 84px;
	background: url(/img/bosch-theme/masthead.jpg) no-repeat;
	position: relative;
}
#login {
  width: 120px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
#login a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
#nav {
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 1px;
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 100;
	font-weight: normal;
	font-style: normal;
}
#nav a {
  color: #fff;
  text-decoration: none;
}
#breadcrumb {
	color: #FFFFFF;
	font-size: 10px;
	margin: 67px 0px 0px;
	float: left;
	height: 18px;
	width: 800px;
}
#breadcrumb a {
	text-decoration: none;
	color: #FFFFFF;
}
#breadcrumb ul {
	display: inline;
	line-height: 1em;
	float: left;
	margin-top: 2px;
	margin-left: 10px;
}
#breadcrumb li {
	list-style-position: inside;
	list-style-image: url(/img/bosch-theme/arrow8x10white.gif);
}

/* sidebar -----*/

#sidebar {
	width: 180px;
	font-size: 11px;
	float: left;
	display: inline;
}
#sidebar p {
}
#sidebar a {
  color: #fff;
  text-decoration: none;
}
#sidebar a img {
  border: none;
}
#special {
	color: #fff;
	text-align: left;
	background: #153b63 url(/img/bosch-theme/sidebar_bottom_bg.gif) no-repeat center bottom;
	padding: 0 10px 40px;
}
#special h1 {
	font-size: 13px;
	font-weight: bold;
	background: #153b63;
	margin: 0;
	padding-top: 20px;
	text-transform: none;
	line-height: 18px;
	padding-bottom: 8px;
}
#special a:link, #special a:visited {
  color:#fff;
  text-decoration: none;
}
#special a:hover {
	color:#fff;
	text-decoration:none;
}
#special ul li {
	list-style-position: inside;
	list-style-image: url(/img/bosch-theme/arrow8x10white.gif);
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: -11px;
	margin-left: 0em;
	border-bottom: 1px solid #FFFFFF;
}
#demo {
  margin-bottom: 1em;
}
#viewdemo {
  height: 20px;
  padding-right: 20px;
  font-size: 9px;
  font-weight: bold;
  text-align: right;
  line-height: 20px;
  background: url(//img/bosch-theme/sidebar_bottom_bg.gif) center center no-repeat;
}
#viewdemo a {
  color: #fff;
  text-decoration: none;
}

/* main content -----*/

#content {
	width: 620px;
	float: left;
	display: inline;
}
#content h1 {
	font-size: 20px;
	font-weight: bold;
	color: #153b63;
	background: #dfe9f4;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#content h2 {
  color: #153b63;
  font-size: 19px;
  font-weight: normal;
}
#content p {
  margin: 1em 0;
}
#content a {
  color: #153b63;
  text-decoration: none;
}
#content a img {
  border: none;
}
#machinepic, .productimage img {
  margin: 0 0 10px 10px;
  float: right;
  display: inline;
}
#catpic {
  float: right;
  display: inline;
}
#catpic h3 {
  font-size: 11px;
  font-weight: bold;
  text-indent: 10px;
}
#catpic p {
  margin: 0;
  font-size: 10px;
  text-indent: 10px;
}
#description {
  width: 360px;
}
#pagebody {
	width: 290px;
	margin-left: 12px;
}
#content ul {
  margin-left: 1.5em;
}
#content ul li {
	margin: 1em 0;
	list-style-image: url(/img/bosch-theme/BlueArrowRight.gif);
	list-style-position: outside;
}
#content dl {
  margin: 1em 0;
}
#content dt {
  font-size: 15px;
  font-weight: bold;
}
#content dd {
  margin-bottom: 1em;
}
.blue {
  color: #153b63;
}
#content dt a {
  color: #153b63;
  text-decoration: none;
}
#content dt a:hover {
  color: #153b63;
  text-decoration: underline;
}

/* footer -----*/

#footer {
	color: #153b63;
	font-size: 8px;
	background: #fff url(/img/bosch-theme/footer.jpg) no-repeat right top;
	clear: both;
	position: static;
}
#footer p {
	padding: 0 10px 0 210px;
	color: #153B63;
}
#footer a {
	text-decoration: underline;
	color: #153B63;
}
#bottomlinks {
	line-height: 12px;
	color: #153B63;
}

/* forms -----*/

form {
  margin: 1em 0;
  line-height: 150%;
}
form label {
  font-weight: bold;
}
form label.light {
  font-weight: normal;
}
form input.textfield, textarea {
  width: 100%;
}
