/*	
	Copyright 2007 - Fiat.
	FiatCoUK Main CSS
	$Revision: 1.0 2007-04-07 $
*/

/****** Contents 

1. General
2. Typography
2. Main Layout
3. Flash
4. Modules
5. Buttons
******/

/******   1. General   ******/

body {
	background:#000 url(/library/images/background/bg-body.png) repeat-y center; 
	font-size:70%; 
	color: #727272; 
	font-family:Arial, Helvetica, sans-serif;
	overflow: -moz-scrollbars-vertical; /* Forcing Firefox and Netscape to consider the page to be larger than a full screen and adds the vertical scrollbar. */
	margin-left:5px;
	margin-right:5px;
}

* {
	padding:0;
	margin:0;
}

:-moz-any-link:focus, 
input:focus, 
button:focus { /*Removing "Dotted" Link effect */
	outline: none;
}

select, input {font-family:Arial, Helvetica, sans-serif;}
input {
	color: #727272;
	padding:1px 3px 1px 3px;
}

img,
img a,
table {
	border:0px;
}

table {
	background:transparent;
}

.cursor 
{
	cursor:pointer;
	cursor:hand; /* Skipped by Mozilla - unknown property value */
}

form {
	border:0;
	margin:0;
	padding:0;
}

.clear {
	border:0 !important;
	clear:both !important;
	float:none !important;
	font-size:0 !important;
	height: 0 !important;
	line-height:0 !important;
}

.hide {
	position:absolute;
	left:-5000px;
}

/****** 2. Typography ******/

em {
	font-style:italic;
}

p {
	padding:0 0 1.1em;
}

p.small 
{
	font-size:90%;
}

p.listNum 
{
	position:absolute;
}

p.listCopy 
{
	padding-left:20px;
}

#mainContent ul.inFakeList 
{
	list-style-type:circle;
	margin-top:-1.1em;
	padding-bottom:1.1em;
	margin-left:32px;
	*margin-left:35px; /* ie 6 and 7 only - skipped by Mozilla */
}

h1,h2,h3,h4,h5 
{
	text-transform:uppercase;
	color:#525252;
}

h1 em, h2 em, h3 em, h4 em, h5 em
{
	font-style: normal;
	color:#cc0000;
}
h1 {
	width:70px;
	height:71px;
	position:absolute;
	left:454px;
	top:2px;
	z-index:8;
	cursor:pointer;
}

#column1 h2 {
	min-height:18px;
	position:relative;
	top:0;
	left:-40px;
	background:url(/library/images/master/header_arrow.gif) no-repeat;
	padding:0 0 0 40px;
	margin:0 0 8px 0;

}

* html #column1 h2 
{
	height:18px;
}

h3 
{
	font-size:120%;
	
}

h4 
{
	font-size:100%;
	padding-bottom:1.1em;
	text-transform:none;
	
}
h5 
{
	font-size:100%;
	text-transform:none;
}

a, a:visited, a:active {
	color:#727272;
	text-decoration:none;
}

a:hover 
{
	color:#333;
}
#errMsgPopupContainer a, #errMsgPopupContainer a:link,#errMsgPopupContainer a:visited,#errMsgPopupContainer a:hover,
#mainContent a, #mainContent a:link,#mainContent a:visited,#mainContent a:hover 
{
	color:#cc0000;
} 

#mainContent ul     {margin:0px 20px 15px 15px;}
#mainContent ul a   {text-decoration:underline;}

hr 
{
    display:none;
}

div.hrDots 
{
    background:url('/library/images/General/HrDots.gif');
    height:12px;
    width:732px;
    margin:2px 0 10px -5px;
    clear:both;
}

div.hrLines 
{
    background:url('/library/images/General/HrLines.gif') repeat-x 50% 50%;
    height:30px;
    width:724px;
    clear:both;

}

/******   3. Main Layout   ******/

#outerWrapper 
{
	width:981px;
	padding: 5px 0 5px 0;
	margin: 1px auto;
	text-align:left;
	background:transparent url(/library/images/master/bg-shadow-top.png) no-repeat top;
}

#innerWrapper {
	width:100%;
	padding:0 0 6px 0;
	background:transparent url(/library/images/master/bg-shadow-bot.png) no-repeat bottom;
}

#frame 
{
	background:transparent url(/library/images/master/bg-shadow-mid.png) repeat-y;
    padding: 0px 0px 0px 0px;
	position:relative;
	top:0;
	left:0;
	width:981px;
}

#header 
{
    min-height:266px;
	float:left;
	background-image:url(/library/images/placeholders/header_backgrounds/headerCut.jpg);
	background-repeat:no-repeat;
}
* html #header 
{
	height:266px;
}

#headerTop {
	min-height:202px;
}
* #headerTop {
	height:202px;
}

.menuBackground
{
	position:absolute;
	top:0px;
	left:0px;
	font-size:0px;
	height:0px !important;
	width:0px !important;
}

#mainContent 
{
	clear:left;
	background:#e1e1e1 url(/library/images/master/bg-grad.gif) repeat-x top;
	padding: 25px 18px 40px 40px;
    width: 923px;
	min-height:409px;
}

form.formThreeColMaster #mainContent	{width: 942px; padding: 25px 19px 40px 19px;}

* html div#mainContent {
	height:409px;
}

#footer 
{
	font-family:Arial, Helvetica, sans-serif;
	width:980px;
	font-size:90%;
	background:#313131 url(/library/images/master/bg-footer.gif) no-repeat;
	min-height:14px;
	text-align:center;
	padding-top:3px;
}

* html #footer {
	height:14px;
}

#footer ul {
	margin:0 auto;
}

#footer li {
	display:inline;
	padding-right:11px;
}

#footer li a, #footer li a:visited, #footer li a:active {
	color:#666;
}

#footer li a:hover {
	color:#fff;
}

/******   4. Flash   ******/

div#flashContent        {position:absolute;top:0;z-index:0;}

/****** 5. Modules ******/

/*** #crumb ***/
#crumb 
{
	min-height:25px;
	margin:3px 0 0 0px;
	padding:9px 0 0 5px;
	background: transparent url(/library/images/master/bg-h2.png);
	background-repeat: repeat-x;
	color:#a0a0a0;
	text-transform:uppercase;
	font-weight:bold;
	font-size:120%;
	width:976px;
}

* html #crumb 
{
	height:25px;
	background-color:#232323;
	background-image:none;
	vertical-align:middle;
}
#crumb * 
{
/*	display:none;*/
}
#crumb em 
{
	float:left;
	font-style:normal;
	padding:1px 0 0px 2px;
	color:#fff;
}
#crumb em em 
{
	padding:0px 5px 0px 0px;
	vertical-align:middle;
}
#crumb em.separator {
	padding:0 !important;
	color:#cc0000;
	margin:1px 8px 0 8px !important;
}
#crumb em.current
{
	color:#ffffff;
	padding:1px 0px 0px 3px;
}
#crumb em.current em
{
	padding:1px 5px 0px 0px;
}
#crumb a, #crumb a:visited {
	padding:0 5px 0px 0px;
	color:#a0a0a0;
	border-bottom:3px solid transparent;
	display:block;
	float:left;
	min-height:14px;
}
* html #crumb a, * html #crumb a:visited {
	border-bottom:none;
	height:14px;
}
#crumb a:hover {
	border-bottom:3px solid #d51415;
}

/*** #subNav ***/
#subNav 
{
/*    margin-top: -17px;*/
	background:transparent url(/library/images/master/bg-subnav.png);
	float:left;
	height:30px; /* Acutal bar is 27px with a 3px fade */
	width:978px;
	padding-left:2px;
	margin-top:-3px; /* This is to place a fade between the 1st and 2nd bars */
}
* html #subNav 
{
	background-color:#494949;
	background-image:none;
}
#subNav ul {
	margin:7px 0px 0px 5px;
	list-style:none;
}
#subNav li {
	float:left;
	/* min-width:117px; */
	min-height:15px;
	margin:0px 9px 0px 0px;
	border-bottom:3px solid transparent;
}
* html #subNav li 
{
	border-bottom:none;
	/* width:117px; */
	height:15px;
}

/* HTML subNav version */

.menu h1 img
{
	position:absolute;
	top:-8px;
	left:-5px;
}

.htmlSubNav
{
	background:url(/library/images/General/htmSubNav.png) no-repeat;
	width:980px;
	height:32px;
}

.htmlSubNav a
{
	float:left;
	display:block;
	position:relative;
	top:10px;
	text-indent:-2000px;
}

.htmlSubNav a#subNavTestDrive
{
	background:url(/library/images/General/subNavTestDrive.png) no-repeat;
	width:105px;
	height:16px;
	position:relative;
	left:310px;
	
}

.htmlSubNav a#subNavReqBrochure
{
	background:url(/library/images/General/subNavReqBrochure.png) no-repeat;
	width:117px;
	height:16px;
	position:relative;
	left:322px;
}

.htmlSubNav a#subNavConfigFiat
{
	background:url(/library/images/General/subNavConfigFiat.png) no-repeat;
	width:105px;
	height:16px;
	position:relative;
	left:335px;
}


/* IE6 Specific gifs */
.htmlSubNav a#subNavTestDrive
{
	_background:url("/library/images/General/subNavTestDrive.gif") no-repeat scroll 0 0 transparent;
}

.htmlSubNav a#subNavReqBrochure
{
	_background:url("/library/images/General/subNavReqBrochure.gif") no-repeat scroll 0 0 transparent;
}

.htmlSubNav a#subNavConfigFiat
{
	_background:url("/library/images/General/subNavConfigFiat.gif") no-repeat scroll 0 0 transparent;
}

/*
 *	This is not in use, if we can set a class to the current sub-level navigation item -
 *	then remove this comment to make the text white, the grey underline white, and to force the red underline always
#subNav li.current 
{
	border-bottom-color:#d51415;
}
#subNav li.current a 
{
	color:#ffffff;
	border-bottom-color:#ffffff;
}
*/
#subNav li a, #subNav li a:visited {
	display:block;
	margin:0px 0px 2px 0px;
	padding:0px 5px 0px 0px;
	border-bottom:3px solid #a0a0a0;
	color:#a0a0a0;
	text-transform:uppercase;
	font-weight:bold;
	font-size:100%;
}
#subNav li:hover {
	border-bottom:3px solid #d51415;
}
#subNav li em {
	display:block;
	padding:0 0 4px 0;
	margin:0 0 2px 0;
	border-bottom:3px solid #fff;
}


/*** Column settings for master pages ***/
div#column1, div#column2, div#column3   {float:left; width:171px;}
form.formOneColMaster div#column1        {width:900px;}
form.formOneColMaster div#column2,
form.formOneColMaster div#column3        {display:none;}

form.formTwoColMaster div#column1       {width:734px;}
form.formTwoColMaster div#column2       {padding-left:1px;}
form.formTwoColMaster div#column3       {display:none;}

form.formThreeColMaster div#column2     {width:578px; padding-left:11px;}
form.formThreeColMaster div#column3     {padding-left:11px;}


/* Column Settings for sub pages */
div.col1, div.col2, div.col3,
div.col1_2, div.col2_3, div.col1_2_3 {
	float:left;
	padding:25px 10px 0px 0px;
}

div.col1 { width:171px; padding-left:25px; }
div.col2 { width:578px; }
div.col3 { width:171px; }

div.col1_2 { width:759px; padding-left:25px; }
div.col2_3 { width:759px; }

div.col1_2_3 { width:950px; padding-left:25px; }

div.clearboth 
{
	clear:both;
}

br { clear:left; } 

img.ajaxProgress 
{
    position:absolute;
    left:204px;
    margin-top:10px;
}


/* 5. Buttons */

.buttons            {clear:both;margin:0;padding:0;}
ul.buttons          {margin:0 !important;list-style:none;}
ul.buttons li       {margin:0;padding:0;float:left;}
ul.vertical li {float:none; clear: left;}

/* button 1 (standard black button) */
.button             {float:left;}
.button .leftEdge   {background:url('/library/images/buttons/ButtLeftEdge.png');width:4px;height:21px;float:left;}
.button .rightEdge  {background:url('/library/images/buttons/ButtRightEdge.png');width:4px;height:21px;float:left;}
.button .body       {background:url('/library/images/buttons/ButtBody.png');height:21px;float:left;}
#mainContent .button a,
#mainContent .button a:visited,
#mainContent .button a:active    {color:#ccc !important;font-family:arial !important;font-size:85%;text-decoration:none;font-weight:bold;display:block;position:relative;background:url('/library/images/buttons/ButtIcon.png') no-repeat;padding:1px 5px 0 17px;*padding:1px 5px 0 17px;margin:3px 0 0 0;float:left;font-family:Arial;}
#mainContent .button a:hover,
#mainContent input.buttonHover {color:#fff !important;}
.buttons a.small    {display: block; font-size: 80%; padding-top: 6px;}

.button input        {background:transparent;border:0;color:#ccc;font-family:Arial;font-size:90%;padding:0px 0 3px 13px;*padding:0px 0 0px 17px;cursor:pointer;background:url('/library/images/buttons/ButtIcon.png') no-repeat 0 3px;text-align:left;position:relative;height:21px;}
.button2 input       {background:transparent;border:0;color:#333;font-family:Arial;font-size:90%;padding:3px 0 0 17px;cursor:pointer;background:url('/library/images/buttons/Butt2Icon.png') no-repeat 0 3px;letter-spacing:-.03em;text-align:left;position:relative;}

/* Print Button */
.buttonPrint a			{display:block;background:url('/library/images/buttons/print.gif') no-repeat;text-indent:-20000px;width:62px;height:26px;margin:0px;float:left;margin-bottom:4px;}
.buttonPrint a:hover	{display:block;background:url('/library/images/buttons/print-over.gif') no-repeat;}
.buttonBack				{float:right;width:auto;margin:10px 25px 0 0;}
.buttonPrint .padder	{display:block;width:62px;height:34px;margin:0px;float:left;padding:0px;}

a.podPrint				{padding-left:15px;color:#333!important;}
a.podPrint img			{position:relative; top:5px;}
.podPrintTxt 			{position:relative;top:-5px;}

/* button 2 (grey button with icon image */
.button2             {float:left;}
.button2 .leftEdge   {background:url('/library/images/buttons/Butt2LeftEdge.png');width:4px;height:21px;float:left;font-size:10px;}
.button2 .rightEdge  {background:url('/library/images/buttons/Butt2RightEdge.png');width:4px;height:21px;float:left;}
.button2 .body       {background:url('/library/images/buttons/Butt2Body.png');height:21px;float:left;}
.button2 a,
.button2 a:visited,
.button2 a:active    {color:#333 !important;font-family:arial;font-size:85%;text-decoration:none;font-weight:bold;display:block;position:relative;height:15px;background:url('/library/images/buttons/Butt2Icon.png') no-repeat;padding:1px 5px 0 17px;margin:3px 0 0 0;float:left;}
.button2 a:hover     {color:#333 !important;}

/* 6. sIFR */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*---- Header styling ---*/

.sIFR-active h2 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;

  font-size: 20px;
}

.sIFR-active h3 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 15px;
}


.sIFR-active .comparison  span.header{
  visibility: visible;
  font-family: verdana;
  letter-spacing:-3px;
  line-height: 1em;
  display:block;
  font-size: 19px;	
}

.sIFR-active .comparison  span.item1{
  visibility: visible;
  font-family: verdana;
  letter-spacing:-3px;
  line-height: 1em;
  display:block;
  font-size: 19px;	
}

.sIFR-active .comparison  span.item2{
  visibility: visible;
  font-family: verdana;
  letter-spacing:-3px;
  line-height: 1em;
  display:block;
  font-size: 16px;	
}

/* not in use because click event applied to th not being applied to object in ie

.sIFR-active .comparison  .headLevel2 td.col1 span{
  visibility: visible;
  font-family: verdana;
  letter-spacing:-3px;
  line-height: 1em;
  display:block;
  font-size: 14px;	
}

.sIFR-active .comparison  .headLevel3 td.col1 span{
  visibility: visible;
  font-family: verdana;
  letter-spacing:-3px;
  line-height: 1em;
  display:block;
  font-size: 14px;	
}

*/

.suppressSifr embed,
.suppressSifr object
{
	display:none;
}

.suppressSifr .sIFR-alternate 
{
	position: static;
	left: auto;
	top: auto;
	width: auto;
	height: auto;
	display: inline;
	overflow:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:inherit;
	line-height:inherit;
}

/*---- sIFR ---*/

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*---- Header styling ---*/

.sIFR-active h2 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;

  font-size: 20px;
}

.sIFR-active h3 {
  visibility: hidden;
  font-family: Verdana;
  line-height: 1em;
  font-size: 15px;
}


.sIFR-active .comparison  span.header{
  visibility: visible;
  font-family: verdana;
  letter-spacing:-3px;
  line-height: 1em;
  display:block;
  font-size: 19px;	
}

.sIFR-active .comparison  span.item1{
  visibility: visible;
  font-family: verdana;
  letter-spacing:-3px;
  line-height: 1em;
  display:block;
  font-size: 19px;	
  
}

.sIFR-active .comparison  span.item2{
  visibility: visible;
  font-family: verdana;
  letter-spacing:-3px;
  line-height: 1em;
  display:block;
  font-size: 16px;	
}

.suppressSifr embed,
.suppressSifr object
{
	display:none;
}

.suppressSifr .sIFR-alternate 
{
	position: static;
	left: auto;
	top: auto;
	width: auto;
	height: auto;
	display: inline;
	overflow:inherit;
	font-family:Arial, Helvetica, sans-serif;
	font-size:inherit;
	line-height:inherit;
}

.nonFlash
{
	text-align:center;
	width:910px;
}

div#swfPodContainer
{
	text-align:center;
}

/* Temporary /Pink styles */
#pinkMidContainer
{
	left:0;
	position:absolute;
	top:57px;
	width:100%;
	background:#000 url('/library/images/fiatPink/bg_pinkNonflash.jpg') no-repeat top left;
	width:981px;
	height:474px;
}

#pinkMidContainer #inner
{
	width: 250px;
	position: relative;
	margin-left: 365px;
	padding-top:130px;
}

#pinkMidContainer h2
{
	background: none;
	text-indent: -9999em;
}

#pinkMidContainer #inner p.intro
{
	background:url('/library/images/fiatPink/text_pinkIntro_nonFlash.gif') no-repeat;
	width:270px;
	height:34px;	
	text-indent: -9999em;
}

#pinkMidContainer #inner #fiatF h3
{
	background:url('/library/images/fiatPink/h3_fiat500_nonFlash.gif') no-repeat;
	width:105px;
	height:40px;
	text-indent: -9999em;
	margin:30px auto 0;
}

#pinkMidContainer #inner #fiatF p
{
	background:url('/library/images/fiatPink/txt_fiat500NonFlash.gif') no-repeat;
	width:252px;
	height:27px;
	padding-bottom:7px;
	text-indent: -9999em;
}

#pinkMidContainer #inner #fiatF a
{
	background:url('/library/images/fiatPink/btn_moreinfo_nonFlash.gif') no-repeat;
	width:104px;
	height:23px;
	display: block;
	text-indent: -9999em;
	margin: 0 auto;
	margin-bottom: 25px;
}

#pinkMidContainer #inner #fiatF a:hover
{
	background-position: bottom left;
}

#pinkMidContainer #inner #fiatFC h3
{
	background:url('/library/images/fiatPink/h3_fiat500C_nonFlash.gif') no-repeat;
	width:115px;
	height:40px;
	text-indent: -9999em;
	margin: 0 auto;
}

#pinkMidContainer #inner #fiatFC p
{
	background:url('/library/images/fiatPink/txt_fiat500CNonFlash.gif') no-repeat;
	width:238px;
	height:27px;
	text-indent: -9999em;
	padding-bottom:7px;
}

#pinkMidContainer #inner #fiatFC a
{
	background:url('/library/images/fiatPink/btn_closerLook_nonFlash.gif') no-repeat;
	width:140px;
	height:23px;
	display: block;
	text-indent: -9999em;
	margin: 0 auto;
}

#pinkMidContainer #inner #fiatFC a:hover
{
	background-position: bottom left;
}

#pinkMidContainer #nonFlash
{
	width: 100%;
	position: absolute;
	top:452px;
	margin-top: 15px;
	margin-left:90px;
}

#pinkMidContainer #nonFlash p
{float: left;}

#pinkMidContainer #nonFlash p
{
	padding-left: 10px;
	padding-top: 14px;
}

/* Temporary /familyspace styles */
#DobloMidContainer
{
	left:0;
	position:absolute;
	top:57px;
	width:100%;
	background:#000 url('/library/images/nonFlash/bg_dobloNonflash.jpg') no-repeat top left;
	width:981px;
	height:480px;
	color:#000;
}

#DobloMidContainer #inner
{
	width: 400px;
	position: relative;
	margin-left:555px;
	padding-top:62px;
}

#DobloMidContainer #inner h2
{
	background:url('/library/images/nonFlash/hdr_doblo_nonFlash.gif') no-repeat;
	text-indent: -9999em;
	width: 434px;
	height: 160px;
}
#DobloMidContainer #inner a
{
 color:#000;
 text-decoration:underline;;
}
#DobloMidContainer #nonFlash
{
	width: 100%;
	position: absolute;
	top:452px;
	margin-top: 17px;
	margin-left:90px;
}

#DobloMidContainer #nonFlash p
{
	padding-left: 10px;
	padding-top: 14px;
	float: left;
	width: 900px;
}

#DobloMidContainer p
{
	width: 365px;
	text-align: center;
}

#DobloMidContainer #buttons
{
	width: 264px;
	margin:30px auto 0;
}

#DobloMidContainer #buttons a
{
	float: left;
}

#DobloMidContainer #bookDrive a
{
	background:url('/library/images/nonFlash/btn_doblo_booktest.gif') no-repeat;
	width:132px;
	height:30px;
	display: block;
	text-indent: -9999em;
	margin: 0 auto;
}

#DobloMidContainer #expore a
{
	background:url('/library/images/nonFlash/btn_doblo_explore.gif') no-repeat;
	width:132px;
	height:30px;
	display: block;
	text-indent: -9999em;
	margin: 0 auto;
}


#pinkMidContainer #inner #fiatFC a:hover
{
	background-position: bottom left;
}