﻿/* This is the stylesheet for the Mitsubishi-Motors website. This sheet was developed by Seven Interactive, London. */

/* The first block is for common styles shared through the site. */

/*Print Templates*/
.modelName { color: #999999; text-decoration: none; font-size:22px; font-family: Arial, Geneva, Helvetica ; font-weight: bold}
.derivName { color: #000000; text-decoration: none; font-size:18px; font-family: Arial, Geneva, Helvetica ; font-weight: bold}
.pageName { color: #000000; text-decoration: none; font-size:22px; font-family: Arial, Geneva, Helvetica ; font-weight: bold}
.webUrl { color: #000000; text-decoration: none; font-size:11px; font-family: Arial, Geneva, Helvetica ; font-weight: bold}
.prnbodytxt { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000 }
.prnBlackTitle { color: #000000; text-decoration: none; font-size:14px; font-family: Arial, Geneva, Helvetica ; font-weight: bold}
.prnBlackTitleSml { color: #000000; text-decoration: none; font-size:12px; font-family: Arial, Geneva, Helvetica ; font-weight: bold}
.prnDisclaim { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #CCCCCC }
.prnTitle { color: #000000; text-decoration: none; font-size:14px; font-family: Arial, Geneva, Helvetica}
.prnOTR { font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #000000 }
.sectionTitle { color: #000000; text-decoration: none; font-size:15px; font-family: Arial, Geneva, Helvetica ; font-weight: bold}

/* Top nav links */
a.topnav:link { color: #FFFFFF; text-decoration: none; font-size:11px; font-family: Arial, Geneva, Helvetica }
a.topnav:visited { color: #FFFFFF; text-decoration: none; font-size:11px; font-family: Arial, Geneva, Helvetica }
a.topnav:active { color: #FFFFFF; text-decoration: none; font-size:11px; font-family: Arial, Geneva, Helvetica }
a.topnav:hover { color: #FFFFFF; text-decoration: underline; font-size:11px; font-family: Arial, Geneva, Helvetica }

/* Left nav links */
a.leftnav:link { color: #333333; text-decoration: none; font-size:11px; font-family: Arial, Geneva, Helvetica}
a.leftnav:visited { color: #333333; text-decoration: none; font-size:11px; font-family: Arial, Geneva, Helvetica}
a.leftnav:active { color: #333333; text-decoration: none; font-size:11px; font-family: Arial, Geneva, Helvetica}
a.leftnav:hover { color: #333333; text-decoration: underline; font-size:11px; font-family: Arial, Geneva, Helvetica}

/* Home page */
.homeTxtBlack {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #000000}
.priceDisclaimer { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #999999 }

/* Home page nav links */
a.homenav:link { color: #000000; text-decoration: none; font-size:11px; font-family: Arial, Helvetica, sans-serif}
a.homenav:visited { color: #000000; text-decoration: none; font-size:11px; font-family: Arial, Helvetica, sans-serif}
a.homenav:active { color: #000000; text-decoration: none; font-size:11px; font-family: Arial, Helvetica, sans-serif}
a.homenav:hover { color: #000000; text-decoration: underline; font-size:11px; font-family: Arial, Helvetica, sans-serif}

a.noticeLnk:link { color: #000000; text-decoration: none; font-size:11px; font-family: Arial, Geneva, Helvetica }
a.noticeLnk:visited { color: #000000; text-decoration: none; font-size:11px; font-family: Arial, Geneva, Helvetica }
a.noticeLnk:active { color: #000000; text-decoration: none; font-size:11px; font-family: Arial, Geneva, Helvetica }
a.noticeLnk:hover { color: #666666; text-decoration: underline; font-size:11px; font-family: Arial, Geneva, Helvetica }

/* Home page footer links & styles */
.smlDropDown {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000; background-color: #FFFFFF; width: 240px} 

a.footerLnk:link { color: #000000; text-decoration: none; font-size:10px; font-family: Arial, Geneva, Helvetica }
a.footerLnk:visited { color: #000000; text-decoration: none; font-size:10px; font-family: Arial, Geneva, Helvetica }
a.footerLnk:active { color: #000000; text-decoration: none; font-size:10px; font-family: Arial, Geneva, Helvetica }
a.footerLnk:hover { color: #000000; text-decoration: underline; font-size:10px; font-family: Arial, Geneva, Helvetica }

/* Sitemap links */
a.sitemap:link { color: #333333; text-decoration: none; font-size:11px; font-family: Arial, Geneva, Helvetica}
a.sitemap:visited { color: #333333; text-decoration: none; font-size:11px; font-family: Arial, Geneva, Helvetica}
a.sitemap:active { color: #333333; text-decoration: none; font-size:11px; font-family: Arial, Geneva, Helvetica}
a.sitemap:hover { color: #333333; text-decoration: underline; font-size:11px; font-family: Arial, Geneva, Helvetica}

a.sitemapred:link { color: #CC3333; text-decoration: none; font-size:11px; font-weight: Bold; font-family: Arial, Geneva, Helvetica}
a.sitemapred:visited { color: #CC3333; text-decoration: none; font-size:11px; font-weight: Bold; font-family: Arial, Geneva, Helvetica}
a.sitemapred:active { color: #CC3333; text-decoration: none; font-size:11px; font-weight: Bold; font-family: Arial, Geneva, Helvetica}
a.sitemapred:hover { color: #CC3333; text-decoration: underline; font-size:11px; font-weight: Bold; font-family: Arial, Geneva, Helvetica}



/* lower universal layer */
#universelow {
  position: absolute;
  left: 0px;
  top: 63px;
  width: 745px;
  height: 100px;
  visibility: hidden;
  z-index: 2            
}
/* upper universal layer */
#universehigh {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 745px;
  height: 6px;
  visibility: hidden;
  z-index: 2            
}

/* NEWS ITEMS ON HOMEPAGE */

#newsItems p
{
	line-height: 10px;
}

#newsItems a
{
	color: #000;
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
}

#newsItems a:hover
{
	text-decoration: underline;
}
		

