@charset "UTF-8";
/* CSS Document */

*
{
    font-family: "Arial", "Helvetica", "Sans Serif";
    color: black;
    font-size: 12px;
}
body
{
  width: 100%; /*12.0cm;*/
  height: 100%; /*19.0cm;*/
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  background-image: none;
}
h1
{
  text-align: left;
}

h2
{
    padding: 0;
    margin: 0;
    color: rgb(132,132,132);
    font-size: 19px;
    font-family: arial, sans-serif;
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 16px;
    page-break-after: avoid;
}

h2 img
{
    display: block;
}

h3
{
  page-break-after: avoid;
}
p
{
  page-break-inside: avoid;
}
.innerContent
{
    width: 600px;
}
p.introduction 
{
  border-bottom:1px solid #CCCCCC;
  border-top:1px solid #CCCCCC;
  padding-bottom:11px;
  padding-top:12px;
}
img
{
  border: none;
}
a:link, a:visited 
{
  color: #666666;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
}
/*
.innerContent a:link:after, .innerContent a:visited:after 
{
  content: " (" attr(href) ") ";
  font-size: 90%;
}
.innerContent a[href^="/"]:after 
{
  content: " (http://www.porsche.com" attr(href) ") ";
}
*/
.page
{
  background-image: none;
}
.introImage
{
  overflow:hidden;
  margin-left: 0;
}
.introImage img
{
  margin-left: -276px; 
}
div.image
{
  display: block;
  margin: 12px 0;
}
div img.zoomable
{
  display: block;
}
/*
.zoomImage
{
  display: block;
  page-break-before: always;
}
.zoomImage img
{
  display: block;
  width: 100%;
  height: auto;
}
*/
.continueButton,
input [type=image],
ul.contentNav /*li a*/
{
    display: none;
}
.navigation,
.related,
.meta,
.copyright a,
.zoomImage,
#knowledgeBase,
#search,
.debugInfo,
.download,
.tabs,
#navigationHomeSub,
.navigationChapter,
body.home .innerContent,
.switchgalleryImage,
.wallpaperRes,
.galleryTitle,
.noShow
{
    display: none;
    visibility: hidden;
}
#footer
{
  display: none;
}

table.features
{
    width: 100%;
    margin-top: 30pt;
}

th,
td
{
    text-align: left;
    vertical-align: top;
    padding-right: 5pt;
    padding-bottom: 8pt;
    padding-top: 8pt;
    border-bottom: 1pt solid #ccc;
}

th
{
    font-size: 80%;
}

td
{
    font-size: 90%;
}

/* Table module */

table.normalTable
{
    border-collapse: collapse;
    width: 399px;
    margin-top: 21px;
    margin-bottom: 16px;
}

table.extensive
{
    width: 567px;
}

.normalTable th,
.normalTable td
{
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
    text-align: left;
}
.normalTable th 
{
    background-color:#848484;
    color:#FFFFFF;
}

body div table.normalTable tr th
{
    background-color: white;
    color: rgb(132,132,132);
	font-weight: bold;
	font-size: 1em;
	border: 1px solid #CCCCCC;
}

body table.normalTable .alternate td
{
    background-color: #F8F8F8;
}

body table.normalTable td
{
    background-color: #fff;
    border-bottom: 1px solid #CCCCCC;
}


table.separateColumns td.alternate
{
    background-color: #fff;
}

table.separateColumns td
{
    background-color: #F8F8F8;
}


ul.defaultList li,
ol.defaultList li
{
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 1.29em;
}

ul.defaultList li
{
    list-style-type: square;
}

body h3.firstH3
{
    margin-top: 0;
    padding-top: 0;
}





.illustratedModelLinkInfo strong img
{
	position: relative;
	left: -5px;
}

.thumbnails li span
{
	padding-left: 0;
}

.contentNav li a
{
	padding-left: 0;
}

.expandables .expandable
{
	overflow: visible;
	height: 100%;
}

.expandables .expandable h3 
{
	padding-top: 3px;
	margin-bottom: 20px;
	background: none;
}