/**
 *	Mitsubishi Dealers CSS
 *	-------------------------
 *	Content style
 */
	
	@import url("../style/dealerlayout.css");
	@import url("../style/modelcolors.css");
	@import url("../style/mmdnavigation.css");
	@import url("../style/contentstyles.css");

html,body {
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}
	body {
		font-size:11px;
	}
	
	* {	
		font-size:100%;
		font-family:arial,verdana,tahoma;

		scrollbar-face-color:#CCCCCC; 
		scrollbar-highlight-color:#FFFFFF; 
		scrollbar-3dlight-color:#7A7575; 
		scrollbar-shadow-color:#7A7575; 
		scrollbar-arrow-color:#FB2836; 
		scrollbar-track-color:#EEEEEE;
	}
	
	table { border-collapse:collapse; }
	form  { display:block; margin:0; padding:0; }
	a img { border:0; }
	hr    {  }
	th    { text-align:left; }

input {
	background:white;
	color:#666666;
	border:0;
	padding:0;
}

hr {
	height:1px;
	border:0;
	margin:0 2px 2px 2px;
	clear:both;
	visibility:hidden;
}

a {
	text-decoration:none;
	color:red;
}
	p a:hover {
		text-decoration:underline;
	}

/* sidebar, left from content */

#sidebar h1 {
	padding:10px 20px 10px 0;
	margin:0;
	font-weight:bold;
	font-size:110%;
	color:#666666;
	text-transform:capitalize;
}

/* navbar, double black/gray bar */

#mailToFriend input {
	display:block;
	width:158px;
	margin:3px 1px 1px 1px;	
}
	#mailToFriend textarea {
		margin:3px 1px 1px 1px;	
		width:153px;
	}

	#mailToFriend div.tools {
		display:block;
		padding:1px 5px;
		text-align:right;		
	}

#search input { width:90px; }

/* Content classes */

.content i { color:gray; }
.content p { margin:0 0 1em 0; }
.content {
	padding:10px;
	margin:0;
}

.bannerSet .content p {
	font-size:11px;
}	
	.bannerSet .content {
		margin:0 3px 0 0;
		padding:0;		
	}

	.miniBanner {
		float:left;
		margin:3px;
	}

#content .contentBlock h1, #sidebar .contentBlock h1 {
	font-size:110%;
	background:#c5c8cd;
	padding:5px 10px 5px 10px;
	margin:0 1px 1px 0;
	color:#666666;
}
	#sidebar .contentBlock h1 {
		background:transparent;
	}

h1 span.date {
	float:right;
	color:white;
	font-weight:normal;
	font-size:11px;		
}

a.more, a.submit {
	color:black;
	font-weight:bold;	
}

a.more {
	padding-left:11px;
	background:url("../images/arrow.gif") left no-repeat;
}
	a.more:hover { 
		color:#666666; 
		text-decoration:none;
	}

a.submit {
	color:white;
	padding-right:11px;
	background:url("../images/arrow.gif") right no-repeat;
}	
	a.submit:hover { color:#ded7de; }

a.close {
	font-weight:bold;
	color:#ded7de;
	/* mac hack \*/
	float:left;
	/* */
	font-size:90%;
	text-decoration:none;
}

.floatLeft, .alignLeft {
	float:left;
	margin:0 10px 0 0;
	border:1px solid white;
}

.floatRight, .alignRight {
	float:right;
	margin:0 0 0 10px;
	border:1px solid white;
}

table.specifications {
	table-layout:fixed;
	width:100%;	
	margin-bottom:1em;
}

	table.specifications h2 {
		font-size:110%;
		margin:0;
	}
	
div.contentBlock .imageGallery {
	margin-left:1px;
}
	div.imageGallery img {
		display:block;
		float:left;
		margin:0 ;
	}
