body.huoltoLogin {
  margin:0;
	padding:0;
  background:none;
}
body {
	margin:0;
	padding:0;
	background:url(images/bg.gif) repeat-x #ffffff;
}
form {
	margin:0;
}
table {
	border-collapse:collapse;
	empty-cells:show;
}
td {
	padding:0;
	vertical-align:top;
}
img {
	border:none;
}
/* text styles */
body,td,input,textarea,select {
	font-family:Arial, Helvetica;
	font-size:12px;
	color:#000000;
}
h1 {
	margin:0;
	/*padding:0 0 10px 0;*/
	font-family: Georgia, Arial;
	font-size:23px;
	color:#000000;
	font-weight:normal;
}
h2 {
	margin:0;
	/*padding:20px 0 0 0;*/
	font-family: Georgia, Arial;
	font-size:17px;
	color:#000000;
	font-weight:normal;
}
h3 {
	margin:0;
	/*padding:20px 0 0 0;*/
	font-family: Georgia, Arial;
	font-size:11px;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
}
a {
	text-decoration:none;
	color:#0074bc;
}

a:hover {
	text-decoration:underline !important;
}

/* layout elements */

/* top bar */
div.logobar {
	background:url(images/bg_top.jpg) no-repeat center top #fafafb;
	height:103px;
	margin-top:6px;
}
td.toplinks {
	padding-top:50px;
	text-align:right;
}
td.toplinks, td.toplinks a {
	font-family: Georgia, Arial;
	font-size: 13px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	color:#606060;
}

/* main menu */
div.mainmenu {
	margin-top:3px;
	height:40px;
}
div.mainmenu a {
	float:left;
	margin-left:10px;
	padding:0px 14px;
	height:40px;
	font-family: Georgia, Arial;
	font-size: 12px;
	color:#ffffff;
	line-height:32px;
	text-transform:uppercase;
	text-decoration:none;
}
div.mainmenu a:hover {
	background:url(images/mainmenu_link_hover_bg.gif) repeat-x;
	text-decoration:none !important;
}
div.mainmenu a.locked, div.mainmenu a:hover.locked {
	background:url(images/mainmenu_link_locked_bg.gif) no-repeat center top;
	color:#202020;
}

/* left menu */
div.leftmenu {
	margin-top:20px;
	width:160px;
	border-right:1px solid #c0c0c0;
	padding:10px 0px 20px 0px;
}
div.leftmenu a {
	display:block;
	padding:5px 10px 5px 25px;
	font-weight:bold;
	font-size:12px;
	color:#0074bc;
	text-decoration:none;
	border-bottom:1px solid #f0f0f0;
}
div.leftmenu a:hover {
	text-decoration:underline;
}
div.leftmenu a.locked {
	background:url(images/stripes1.gif);
	color:#202020;
}
div.leftmenu div {
}

div.submenu div a {
	font-weight:normal;
	padding:3px 10px 3px 40px;
}

div.leftmenu div a {
	font-weight:normal;
	/* font-weight:bold; */
	padding:3px 10px 3px 40px;
	background:url(images/bullet2.gif) no-repeat 30px 7px;
}
div.leftmenu div.locked {
	background:url(images/stripes1.gif);
}
div.leftmenu div.locked a {
	color:#202020;
}

/* content area */
td.content {
	background:url(images/gradi1.gif) repeat-x #ffffff;
	/* background: repeat-x #ffffff; */
	border:1px solid #c0c0c0;
	border-width:0px 1px;
}

td.lomake {
	background: repeat-x #ffffff;
	border:1px solid #ffffff;
	border-width:0px 1px;
}

.textcontent {
	width:100%;
	padding:30px 30px 30px 30px;
}

/* content elements */
h2.box {
	background:url(images/box_header_bg.jpg) no-repeat right top #0074bc;
	font-family: Georgia, Arial;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	padding:6px 20px 6px 30px;
}
h3.box {
	background:url(images/stripes1.gif) repeat #f0f0f0;
	padding:6px 20px 6px 10px;
}
div.box {
	padding:6px 20px 10px 30px;
}
td.leftborder {
	border-left:1px solid #e0e0e0;
	vertical-align: bottom;
	padding-bottom: 10px;
}
td.rightborder {
	border-right:1px solid #e0e0e0;
}
a.newslink { /* uutislistauksen linkit */
	display:block;
	padding:4px 0px;
	color:#202020;
	background:url(images/bullet1.gif) no-repeat 0px 9px;
	padding-left:10px;
	border-bottom:1px solid #e0e0e0;
	text-decoration:none;
}
a.biglink { /* etusivun isot linkit */
	display:block;
	padding:4px 0px 4px 10px;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}
hr {
	border-width:0;
	height:1px;
	border-top:1px solid #c0c0c0;
}

div.bigbox {
	width:150px;
	padding:14px;
	background:#008ab6;
	color:#ffffff;
	font-size:17px;
	font-weight:bold;
}

/* news list */
table.newslist {
}
table.newslist td {
	padding:10px 20px 10px 0px;
	border-bottom:1px solid #f0f0f0;
}
div.newsdate {
	color:#909090;
	font-size:11px;
}
div.newstitle {
	color:#404040;
	font-size:14px;
	font-weight:bold;
}

/* contact list*/
table.contactlist {
  border: 0px solid;
}
table.contactlist td {
  border-left: 0px solid;
	width:150px;
	padding:20px 0px 10px 0px;
	border-bottom:1px solid #f0f0f0;
}

/* footer bars */
td.footer {
	background:url(images/stripes2.gif);
	border:1px solid #505050;
	border-width:0px 1px;
}
td.footer td {
	padding:10px 30px;
	color:#ffffff;
}
td.footer2 {
	padding-left:10px;
	padding-top:20px;
	background:url(images/stripes1.gif);
	border:1px solid #b0b0b0;
	border-width:0px 1px;
}
td.footer2 td {
	padding:10px 20px;
	color:#202020;
}
td.footer2 td a {
	color:#0074bc;
}

/* vaihtoautolistauksen tyylit */
div.margin {
}
td.backLink {
	font-weight:bold;
}
p.search_results {
	font-weight:bold;
	text-align:right;
}
table.cars {
}
tr.car_heading {
}
tr.car_heading td {
	padding:4px;
	font-weight:bold;
	background:url(images/stripes2.gif);
}
a.sort {
	color:#f0f0f0;
}
tr.car_info_first, tr.car_info {
}
tr:hover.car_info_first, tr:hover.car_info {
	background:url(images/stripes1.gif);
}
tr.car_info_first td, tr.car_info td {
	padding:4px;
	white-space:nowrap;
	vertical-align:middle;
	text-align:right;
	border-bottom:1px solid #f0f0f0;
}
img.car {
	border:1px solid #c0c0c0;
}
td.model {
	white-space:normal !important;
	text-align:left !important;
}
td.model a {
	font-size:14px;
	font-weight:bold;
	color:#404040;
}
span#mxPaging {
}
span#mxPaging a {
	font-weight:bold;
	padding:0px 4px;
}
span#mxPaging a font {
	font-size:16px;
	color:#000000;
}
#header {
overflow:hidden;
height:262px;
width:803px;
float:left;
border-bottom:2px solid #fff; 
background-color: rgb(0,0,0);
}
/* ------------------------------------------------------------

	Clear floats

------------------------------------------------------------ */
.wrapper { 
	display: inline; 
	margin: auto;
	background:transparent;
	position: relative;
	width: 815px; /*fill in the width of the page*/
	text-align: left; /*for previous ie hack*/
}
.wrapper:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper { display: block; }

/* Misc
-------------------------------------------------------------- */

/*.hidden, hr { display: none; }*/
/*.clear { clear: both; }*/
/*
.cf_wrapper {
  clear: both;
  float: left;
}
*/
.cf_element {
  overflow:hidden;
  /*262 oli vanha korkeus */
  height:262px;
  width:803px;
  float:left;
/* border-bottom:2px solid #fff; poistettu 23042010*/
} 
.fp_imagetext a, .fp_imagetext a:hover, .fp_imagetext a:visited {
	text-decoration: none !important;
	color: #FFFFFF;
	}
.fp_imagetext {
background:url(images/fp_text_bg_image.gif) repeat;
  height:30px;
  width:788px;
  vertical-align: bottom;
  position:absolute;
  bottom:0px;
  font-size:17px;
  color:#FAFAFA;
  padding-left:15px;
	padding-top:8px;
	font-weight:bold;
} 

/*
#mxClear {
  font-size: 10px;
}
*/

#mxClear td {
  /* border-bottom: 0px solid;*/
  /*vertical-align: top;*/
}
/* Fieldsets
-------------------------------------------------------------- */
fieldset    { padding-left:10px; margin:0; border: 0; }
legend      { font-weight: bold; font-size:1.2em; }

/* Select fields
-------------------------------------------------------------- */
select              { border:1px solid #ccc; background:#f6f6f6; width:170px; margin:3px 0; font-family:Arial, Helvetica; font-size:12px; color:#000;}
select:focus        { border:1px solid #999; background:#fff; }


.wrapper2 {
background:transparent url(./images/header_bg.jpg) no-repeat;
	font-family:tahoma,verdana;
	font-size:11px;
	color:#000;
} 
#breadcrumb a:link,#breadcrumb a:visited,#breadcrumb a:active   { 
font-family: Verdana;
color:#FFF; 
font-size:11px;
text-decoration: none;
/*font-weight:bold;*/
}
#imgHolder img {
  padding-top:10px;
  padding-bottom:10px;
}

