* {
	margin: 0;
	padding: 0;
}
BODY {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
  
}
IMG {
	border: 0;
}
UL {
	padding-left: 3em;/*padding-bottom: 0.5em*/
}
OL {
	margin-left: 3em;
	margin-bottom: 0.5em
}
LI {
	margin-bottom: 0.5em;
	margin-top: 0.5em
}
#main {
	margin:0px auto;
	width: 955px;
}
#header {
	float: left;
}
#container {
	border-top: solid 1px #CCCCCC;/*height: 90px;*/
	clear: both;
}
#left {
	float: left;
	width: 140px;
	padding: 0 10px 10px 10px;
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	margin-bottom: 5px;
	margin-top: 5px;
}
#middleright {
	float: left;
	width: 770px;
	padding: 10px;
}
#right {
	float: right;
	width: 230px;
	padding: 10px 0 10px 10px;
}
#footer {
	clear: both;
	border-top: solid 1px #CCCCCC;
}
#sites {
	color: #085BAA;
	float: right;
	font-size: 10px;
	margin-top: 5px;
	text-transform: uppercase;
}
#sites A, #sites A:hover, #sites A:visited {
	color: #085BAA;
	text-decoration: none;
}
#nav {
	font-size: 11px;
	padding-top: 2px;
}
SPAN.new {
	color: #FF0000;
}
#nav P.menu {
	color: #085BAA;
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;/*text-transform: uppercase;*/
}
#nav A, #nav A:visited {
	text-decoration: none;
}
#nav A, #nav A:visited {
	color: #000000;
}
#nav A:hover {
	color: #085BAA;
	text-decoration: underline;
}
#nav A.grey, #nav.grey A:visited {
	color: #888
}
#middle IMG {
	border: 1px solid #000000;
}
#content {
	font-size: 12px;
}
#content P.buy A {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #990000;
}
#content P.buy A:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}
#content P A:hover {
	color: #085BAA;
}
#content H1 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}
#content H2 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
#content P {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: justify
}
#content P.models {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: left
}
#content A, #content A:hover, #content A:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}
#content IMG.front {
	border: 1px solid #000000;
	float: right;
	margin: 10px;
	margin-right: 0
}
#content IMG.right {
	/*border: 1px solid #000000;*/
  float: right;
	margin: 10px;
	margin-right: 0
}
#content IMG {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* map and review tables */
/* BEGIN */
#content TABLE.review, #content TABLE.map {
	border: solid 1px #000000;
	border-collapse: collapse;
	font-size: 11px;
}
#content TABLE.review TH, #content TABLE.map TH {
	background: #eee;
}
#content TABLE.review TH, #content TABLE.review TD, #content TABLE.map TH, #content TABLE.map TD {
	border: solid 1px #000000;
	padding: 8px;
	width: 300px
}
/* END */
#content TABLE.europe TD {
	border: none;
	padding: 0;
	padding-right: 10px;
	width: 0;
}
#content TABLE.specs {
	font-size: 11px;
	width: 100%
}
#content TABLE.specs TD {
	border: none;
	vertical-align: top;
	width: 350px
}
#content TABLE.specs TD P.heading {
	font-weight: bold
}
/* BEGIN */
#content TABLE.comparison {
	border: 1px solid #000000;
	border-collapse: collapse;
	font-size: 11px
}
#content TABLE.comparison TH {
	background: #eee
}
#content TABLE.comparison TH, #content TABLE.comparison TD {
	border: solid 1px;
	padding: 8px;
	width: 300px
}
#content TABLE.comparison TD {
	vertical-align: top;
	text-align: center
}
#content TABLE.comparison TD.none {
	text-align: center
}
/* END */
/* price list table */
/* BEGIN */
#content TABLE.price {
	border: 1px solid #000000;
	border-collapse: collapse;
	font-size: 12px;
}
#content TABLE.price TH {
	background: #eee;
	border: solid 1px #000000;
	padding: 10px;
}
#content TABLE.price TD {
	border: solid 1px #000000;
	padding: 10px
}
#content TABLE.price TD.price {
	text-align: center;
}
/* END */
/* price list table */
/* BEGIN */
TABLE.eol TD {
	padding-right:30px;
	vertical-align:top;
}
/* END */
TABLE.europe, TABLE.europe2 {
  font-size: 11px;
}
TABLE.europe2 {
  width: 100%;
}
TABLE.europe TH, TABLE.europe2 TH {
  font-weight: normal;
  padding: 0px;
  text-align: left;
  width: 130px;
}
TABLE.europe TD {
  padding: 0px;
  width: 430px;
}
#content TABLE.europe TD {
  border: none;
  padding: 0;
  padding-right: 10px;
  width: 0;
}
TABLE.europe2 TD {
  padding: 0px;
}
#copyright {
	float:left;
	font-size: 10px;
	padding: 10px;
}