/*	
	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, h1 em, h2 em, h3 em, h4 em, h5 em
{
	font-style: normal;
	color:#cc0000;
}

#column1 h1 {
	min-height:18px;
	position:relative;
	top:0;
	left:-40px;
	font-size: 2em;
	background:url(/library/images/master/header_arrow.gif) no-repeat;
	padding:0 0 0 40px;
	margin:0 0 8px 0;
}

/*
* html #column1 h1 
{
	height:18px;
}
*/
h2 
{
	font-size:130%;
}

span#ctl00_ctl00_MasterContentPlaceHolder_BodyContent_listSummary h2
{
    padding-bottom: 1.1em;
}

h3 
{
	padding-bottom:1.1em;
}
h4, 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 20px 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:980px;
}
/* - HEADER STYLES */

#skipToContent {display:none;}
#header #headerTop .menu .menuBackground a {
	width:70px;
	height:71px;
	position:absolute;
	left:454px;
	top:2px;
	z-index:8;
	cursor:pointer;
}

#headerImage 
{
    float:left;
	display:inline;
	background-image:url(/library/images/placeholders/header_backgrounds/headerCut.jpg);
	background-repeat:no-repeat;
	overflow:visible;
	position:relative;
	padding-top:242px;
	width:100%;
	_zoom:1;
}
.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 0 -4px;*/
    background:#fff;
	padding: 25px 18px 40px 40px;
    width: 922px;
	min-height:409px;
}

form.formThreeColMaster #mainContent	{width: 942px; padding: 50px 19px 40px 19px;}

* html div#mainContent {
	height:409px;
}


/******   4. Flash   ******/

div#flashContent        {position:absolute;top:0;z-index:0;}



/*** 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,
#errMsgPopupContainer .button a,
#errMsgPopupContainer .button a:visited,
#errMsgPopupContainer .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,
#errMsgPopupContainer .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 5px 3px 16px;*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;line-height:2em; font-weight:bold;}
.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;
}

/*---- Heading styling ---*/

.sIFR-active h1 {
  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;
}

/*---- 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 h1 {
  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;
}
   #errMsgPopupContainer h3 {
    padding:0 0 0 20px;
   }

.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 /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 h1
{
	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;
}

/* load icon */

img.loadIcon{
    margin-left: 10px;
}
#dialog-login {
    display:none;
    }
.ui-dialog {
    background:#fff;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1p solid #e4e4e4;
    border-radius:5px;
    -moz-box-shadow:0px 0px 7px #000000;
    -webkit-box-shadow:0px 0px 7px #000000;
    box-shadow:0px 0px 7px #000000;
    overflow:hidden;
    width:532px;
    padding: 20px 20px 50px;
    position:relative;
    }

.ui-dialog input,
.ui-dialog select,
.ui-dialog textarea {
	border: 1px solid #b4b4b4;
	border-radius: 3px;
	-moz-border-radius: 3px; /*rounder corners FF*/
	-webkit-border-radius: 3px; /*rounder corners WebKit*/
	-khtml-border-radius: 3px; /*rounder corners Konqueror*/
	color: #333;
}
.ui-dialog input,
.ui-dialog textarea {
    width: 140px;
    padding:0 !important;
}
.ui-dialog select {
    padding: 1px 0 1px 6px;
}
.ui-dialog option {
    padding: 0px 6px 0px 6px;
}
.ui-dialog h2,
.ui-dialog h3 {
    color:#911631;
    font-size:18px;
    text-transform:none;    
    margin:0 0 5px 0;
    padding:0 0 0 0;
    }
.ui-dialog p {
    padding-bottom:10px;
    }
.ui-dialog .dialog-register-link {
    font-weight:bold;
    color:#333;
    }
.ui-dialog-titlebar {
    margin-bottom:-15px;
    }
.ui-dialog-titlebar-close {
     color:#911631;
     position:absolute;
     top:20px;
     right:20px;
     background:url(/library/images/buttons/close-dialog.png) no-repeat 0 0;
     width:40px;
     padding-top:4px;
     padding-left:8px;
     height:17px;
     margin-top:-5px;
     
     }
 :hover.ui-dialog-titlebar-close {
     color:#fff;
     background:url(/library/images/buttons/close-dialog.png) no-repeat 0 -20px;
     }
 .ui-dialog-titlebar-close span {}
 #dialog-description {
     border-bottom:1px dotted #d4d4d4;
     margin-bottom:10px;
     }
 #dialog-login-form {
     float:left;
     width:250px;
     position:relative;
     border-right:1px solid #d4d4d4;
     }
  #dialog-login-form .separator {
     position:absolute;
     top:60px;
     right:-10px;
     width:18px;
     height:20px;
     background:url(/library/images/showroom/or-img.gif) no-repeat 0 0;
     text-indent:-9999px;
     }
 #dialog-login-form #loginFields label {
    display: block;
    float: left;
    width: 80px;
    margin-right:0;
 }
 
 #dialog-login-form #loginFields .text {
    margin-bottom:10px;   
 }
 
 #dialog-login-form .option a {
    color:#727272;
    text-decoration: underline;
 }
 
 #dialog-login-form .check {
    margin-top:10px;
 }
 
  #dialog-login-form .check input {
    width:10px;
    height:10px;
    margin-right:5px;
 }
     
 #dialog-register {
     float:left;
     width:200px;
     padding-left:30px;
     }
 
 .ui-dialog .buttonCta {
    background: url("/library/images/loyaltyscheme/imgBtnSprite.png") no-repeat scroll -1px -700px transparent;
    cursor: pointer;
    display: inline-block;
    float: none;
    margin: 7px 11px 0 0;
    padding: 0 0 0 10px;
    vertical-align: top;
    position:absolute;
    font-size:1.1em !important;
}

 .ui-dialog .jButton {
     position:absolute;
     bottom:0;
 }

 .ui-dialog .reg {
     bottom:23px;
}

.ui-dialog .buttonCta {
    color: #FFFFFF !important;
}

 .ui-dialog .errorMessage {
     color:#911631;
}



.ui-dialog .buttonCta span {
    background: url("/library/images/loyaltyscheme/imgBtnSprite.png") no-repeat scroll 100% -700px transparent;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    height: 1em;
    line-height: 1em;
    margin: 0 -12px 0 0;
    padding: 5px 12px 6px 0;
    position: relative;
    vertical-align: top;
}
.ui-dialog .buttonCta:hover {
    background-position: 0 -100px;
    color: #96172E;
}
.ui-dialog .buttonCta:hover span {
    background-position: 100% -100px;
    color: #96172E;
}

span.okBubble {
	background: transparent url(/library/images/loyaltyscheme/imgBtnSpriteBubbles.png) no-repeat 0 -150px; 
	display: block;
	height: 30px;
	text-indent: -999em;
	width: 40px;
}
span.errorBubble {
	background: transparent url(/library/images/loyaltyscheme/imgBtnSpriteBubbles.png) no-repeat 0 -200px; 
	display: block;
	height: 30px;
	text-indent: -999em;
	width: 40px;
}


.dealerPanel {
    position:absolute;
    width:234px;
    padding:10px;
    top:40px;
    right:22px;
    background:#e4e4e4;
}

.dealerPanel .PrefDealer {
    width:100%;
    float:left;
    color:#969696;
    font-size:1.2em;
    margin-bottom:6px;
}

.dealerPanel .DealerName {
    float:left;
    width:100%;
    font-size:1.3em;
    font-weight:normal;
    color:#96172e;
    margin-bottom:6px;
}

#mainContent .dealerPanel .DealerAddress {
    width:100%;
    margin-bottom:5px;
    font-size:1.1em;
    display:block;
    overflow:hidden;
}

.dealerPanel .SeeDetails {
    float:left;
}

.dealerPanel .button a:hover {
    color:#fff !important;
}

#dialog-login-form div.option a {
    margin-left: 80px;
    font-size: 1em;
}
