/**
 *	Mitsubishi Distribution
 *	-------------------------
 */


html,body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;

}
	html {
		/*overflow-x:hidden;*/
	}

body {
	background:white url("../img/mitsu/bg_body.jpg") repeat-y;
	font-size:12px;
	color:#000;
}
	body.nosidebar {
		background:white url("../img/mitsu/bg_bodynosidebar.jpg") repeat-y;
	}
	* {
		font-family:arial,verdana,helvetica,tahoma;
		font-size:100%;
/*		color:black; */
	}
	
h1,h2,h3,p,object,embed,form,div {
	display:block;
	margin:0;
	padding:0;
}

a { 
	text-decoration:none; 
	color:red;	
}	
	a img {	border:0; }

a.more {
	color:black;
	font-weight:bold;
	padding:4px 5px;

}
	a.more:hover {
		color:red;
	}

a.sm {
	color:black;
	font-size:11px;
	text-decoration:none;
	list-style-image: url("../img/mitsu/arrow.gif") 

}
	a.sm:hover {
	text-decoration:underline;		
	}

LI.sm {}

/**
 *	Layout elements
 *	-------------------------
 */

div#mitsubishi {
	min-height:100%;
	height:100%;
/*	background:transparent url("../img/mitsu/bg_content.jpg") 780px 233px no-repeat; */
	background:transparent url("../img/mitsu/bg_content.gif") 780px 233px no-repeat;
}
	body > div#mitsubishi {
		height:auto;
	}	

div#header {
	position:relative;
	height:97px;
	margin:0;
	background:url("../img/mitsu/bg_header.gif") repeat-x;
	z-index:10;
}
	div#header h1 {	display:none; }
	div#header div#headlinks { 
		position:absolute;
		left:125px;
		top:10px;
	}
		div#headlinks {font-size:11px;	color:gray; /*overflow-x:hidden;*/ width:200px;}
		div#kapcs {position: absolute; left: 500px; top: 10px; width: 150px;}
		div#headlinks img {	
			margin:0 3px;
			vertical-align:middle;

		}

		div#headlinks img.active {
			background:url("../img/mitsu/lang_stroke.gif");
		}
	
	div#header a#mitsubishiLogo {
		display:block;
		width:116px;
		height:97px;
	}

	img#distributorLogo {
		position:absolute;
		left:590px;
		top:10px;
	}

	div#navigation {
		position:absolute;
		left:116px;
		top:74px;
		width:663px;
		height:21px;
		z-index:10;
	}

div#splash {
	position:relative;
	height:111px;
/*	background:URL("../img/mitsu/strips/bg_home.jpg"); */
	background:URL("../img/mitsu/strips/bg_models.jpg");
	z-index:1;
}
	div#titleBar {
		position:relative;
		background:black;
/*		position:absolute;
		left:0;
		top:111px;*/
		width:100%;
		height:19px;
		/*overflow-x:hidden;*/
	}

	div#titleBar h1 {
		margin-left:294px;
		border-left:1px solid white;
		padding:3px 10px 0px;
		color:white;
		text-transform:uppercase;
		font-size:11px;
		width:462px;

	}
	body.nosidebar div#titleBar h1 {
		margin-left:114px;
		border-left:1px solid white;
		padding:3px 10px 0px;
		color:white;
		text-transform:uppercase;
		font-size:11px;
		width:600px;
	}

	div#userTools {
		position:absolute;
		left:702px;
		top:2px;
		font-size:11px;
		width:75px;
	}

	div#splash #flashStrip {
		position:absolute;
		left:0px; 
		top:0;
	}

div#distributor {
	position:relative;
	margin-left:116px;
	width:662px;
	z-index:9;
}
	div#distributor div#sideBar {
	position:absolute;
	width:177px;
	left:1px;
	top:1px;
	font-size:11px;
	}

		
	body.nosidebar div#distributor div#sideBar {
			display:none;
	}

	div#distributor div#content {
		position:relative;
/*		width:482px; */
		margin-left:179px;
		padding:1px 0px 20px 1px;
	}
	
	body.nosidebar div#distributor div#content {
		position:relative;
		margin-left:1px;
/*		width:651px; */
		padding:1px 0px 20px 1px;
	}

	
	#stripe{
		width: 160px;
		height: 111px;
		display: block;
		float:left;
		position:absolute;
		top: 97px;
		left: 620px;
		background: transparent url("../img/mitsu/stripe.jpg") 0 0;
		z-index:2;
	}
	
	#flashBannerHolder {
		/*height:67px;*/
		width:660px;
		display: block;
		position:relative;
		z-index:1;
	}
	
/**
 *	Content styles
 *	-------------------------
 */

div.contentBlock {
	padding:0px;
	margin:0px;
	text-align:justify;
}

div.contentBlock h2 {
	padding:7px 10px;
	margin:0;
	background:#c5c8cd;
	background:#e9eaee;
	border-bottom:1px solid #e6e1e6;
	color:#666666;
	font-size:110%;
	font-weight:bold;		
}

div.contentBlock h3 {
	padding:7px 10px;
	margin:0;
	color:#000;
	font-size:110%;
	font-weight:bold;		
}

div.contentBlock .content {
	padding:10px;	
}
	.content p {
		margin:0 0 1em 0;
		padding:0;
		line-height:140%;
	}
	.content a {
		color:#ff0000;
		text-decoration:none;
	}
	.content a:hover {
		color:#000;
		text-decoration:underline;
	}
	
	#bannerLancerClassic,
	#bannerColt,
	#bannerRalliart,
	.bannerImgSmall,
	#bannerTavasz,
	#bannerAssistance {
		display:block;
		float:left;
		height:200px;
		padding:0 3px 10px 3px;
		overflow: hidden;
	}
	.bannerImgSmall,
	.bannerImgSmall img {
		width: 200px;
		border: none;
	}
	#bannerLancerClassic {
		width:200px;
	}
	#bannerColt, #bannerRalliart {
		width:218px;
	}
	
	#bannerTartozek, #bannerSzervizkartya {
		display:block;
		float:left;
		height:264px;
		width:325px;
		padding:0 0px 10px 0px;
	}
	#bannerTartozek {
		padding-right:10px;
	}
/*
div.contentmain h1{

	padding:7px 10px;
	margin:0;
	background:#c5c8cd;
	color:#333333;
	font-size:110%;
	font-weight:bold;		
}
*/
hr {
	height:1px;
}



#footer{
  position:relative;
  margin-left:116px;
  padding:0px 0px 20px;
  bottom:0;
  left:0;
/*  width:100%; */
  height: 40px;
  /*background: white url("/img/mitsu/bg_body.jpg") repeat-y;*/
 }
/* 
 @media screen{
  body>div#footer {
   position: fixed;
   z-index: 11;
  }
 } 
*/

 body.nosidebar #footer{
/* 	margin-left:0px;*/
 }
/*
 * html div#mitsubishi{
  height:100%;
  overflow:auto;
 }
 * html body{
  overflow:hidden;
 } 
*/

#topLinks{
	position:absolute;
	width: 400px;
	height: 13px;
	top: 5px;
	left: 124px;
	padding:0;
	margin:0;
	background:transparent url("../img/mitsu/buttons/top_icons.gif") no-repeat 0 0;
	z-index:11;
}
#topLinks li {
	padding:0;
	margin:0;
	display:block;
	height:13px;
	float:left;
	text-indent:-9999px;	
}
#topLinks li a {
	border:0;
	display:block;
	height:13px;
	text-decoration:none;
	background:transparent url("../img/mitsu/buttons/top_icons.gif") no-repeat;
}
li#bookMark a {
	width:194px;
	background-position:0px 0px;
}
li#siteMap a {
	width:116px;
	background-position:-194px 0px;	
}
li#contactUs a {
	width:90px;
	background-position:-310px 0px;
}	 

#footerFirst{
	display:block;
	position:relative;
	width:482px;
	margin-left:179px;
	height:auto;
/*	text-align:center; */
	font-size:0.9em;
}
body.nosidebar #footerFirst{
	margin-left:0px;
}
	#footerFirst ul{
		padding:0px;
		margin:0px;
		list-style-type:none;
		background:transparent;
	}
	#footerFirst li {
		display:inline;
		padding:0px 5px 0px 5px;
		margin:0px;
		border-right:1px solid #333333;
	}
	
	#footerFirst li a{
		color:#ff0000;
		text-decoration:none;
		font-weight:normal;
	}
	#footerFirst li a:hover{
		color:#666666;
		text-decoration:underline;
	}
	#footerFirst li.last{border:0px}

#footerLast{
	display:block;
	position:relative;
	width:482px;
	padding:0px 0px 0px 5px;
	margin:10px 0px 10px 179px;
	background:transparent;
}
body.nosidebar #footerLast{
	margin-left:0px;
	width:662px;
}
	
	#copyrightInfo {
		position:relative;
		left:0px;
		top:0px;
		font-size:0.9em;
		width:260px;
		text-align:left;
		color:#000000;
		padding:4px 0px 0px 0px;
		background:transparent;
	}
	#copyrightInfo .separator2{
		color : #333333;
	}
	
	/* Liquid Media link */
	#liquidMedia, #liquidLink{
		display:block;
		height:16px;
		width:189px;
	}
	#liquidMedia{
		position:absolute;
		right:10px;
		top:0px;
		background:transparent url("../img/mitsu/liquid_logo.gif") no-repeat 0 0;
	}
	#liquidLink{
		font-size:1px;
		line-height:1px;
		text-indent:-9000px;
		overflow:hidden;
		text-decoration:none;
		outline:none;
	}

.bannerHolder{
	width:169px;
	height:169px;
	position:relative;
	display:block;
	border:0;
	left:3px;
	padding:10px 20px 0px 0px;
}
.clearB{
	clear:both;
	height:0;
	margin:0; /* I think this is unnecessary */
	font-size:1px; /* helps WinIE with B1 and B2 */
	line-height:0px; /* helps WinIE5 */
}

/* Tabular data
------------------------------------------------------------------*/
table {
	border:0px;
}
td, th {
	margin:0px;
	padding:3px;
}
th {
	text-align:left;
}
td.value {
	text-align:right;
}


.internetTeszt {
	margin-bottom:20px;
}
.internetTeszt tr {
	vertical-align:top;
}
.internetTeszt th {
	padding-top:10px;
	border-bottom:1px solid #000;
	text-align:center;
}
.internetTeszt td {
	padding-right:10px;
}

.tableHeading{
	margin-top:20px;
	color:#F00;
}

/* Form
------------------------------------------------------------------*/

	#formHolder{
		margin:20px 0 40px 0;
	}
	#formHolder em{
		color:#ff0000;
		font-style:normal;
		font-weight:bold;
	}

	form{
		margin:0;
		padding:0;
	}
	form input {}
	form input.submit {}
	form textarea { overflow: auto; } 
	
	form fieldset {
		clear: left;
		margin: 10px 0;
		padding: 0px 10px;
		border: 0 solid;
	}
			
		form fieldset div.field {
			clear: left;
			min-height: 1.5em; 
/*			margin: 5px 0; */
			padding: 5px 0;
		}
			form fieldset div.field label {
				float: left;
				width: 120px;
				margin-right: 5px;
				padding-right: 15px;
				font-weight: bold;
				text-align: right;
				line-height: 1.5em;
			}
			form fieldset div.field input,
			form fieldset div.field span.value {
				float: left;
				width: 196px;
			}
			form fieldset div.field2 label {
				float: left;
				width: 150px;
				margin-right: 5px;
				padding-right: 5px;
				font-weight: bold;
				text-align: right;
				line-height: 1.5em;
			}
			form fieldset div.field2 input {
				float: left;
				width: 30px;
			}
			form fieldset div.field input#state,
			form fieldset div.field input#postcode {
				width: 60px;
			}
			form fieldset div.field #captcha {
				margin-left: 140px;
			}
			form fieldset div.field span.value {
				line-height: 1.5em;
			}
			form fieldset div.field input.submit { width: auto; }
			form fieldset div.field input.reset { width: auto; }

			form fieldset div.field textarea {
				float: left;
				width: 196px;
			}
			form fieldset div.field #submitButton { 
				width: auto; 
				margin-left: 140px;
			}
			form fieldset div.field #radio_new, form fieldset div.field #radio_used { 
				width: auto;
				float:none;
				padding:0px;
				margin:0px;
			}
/*			
			form fieldset div.field #radio_used { 
				margin-left: 140px;
			}
*/			
			form fieldset div.field #submitButton { 
				width: auto; 
				margin-left: 140px;
			}
			form fieldset div.field.required label {
				background: url("../img/mitsu/bullet_redstar.gif") right no-repeat;
			}
			.thankYou{
				font-weight:bold;
				color:#000000;
			}
			.error{
				color:#ff0000;
				font-weight:bold;
			}

