@charset "UTF-8";
/* PrzysĹ‚oniÄ™cie podstawowych reguĹ‚ domyĹ›lnych */
* {
	border: none;
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff; 
	font-family: Arial;
	font-size: 11px;
	text-align: center; /* ominiÄ™cie problemu z centrowaniem elementĂłw w starych przeglÄ…darkach */
	  direction:rtl;
}

h1 {
	font-family:"Trebuchet MS",Trebuchet,Arial;
	font-size:32px;
	text-transform:uppercase;
}

h2 {
	font-family:"Trebuchet MS",Trebuchet,Arial;
	font-size:24px;
	text-transform:uppercase;
}

h3 {
	font-family:"Trebuchet MS",Trebuchet,Arial;
	font-size: 18px;
	margin: 25px 0;
	text-transform: uppercase;
}

h4 {
	font-size:14px;
}

h5 {
	font-size:12px;
}

h6 {
	font-size: 11px;
	font-weight:bold;
	margin: 10px 0;
}

p {
	margin: 10px 0;
}

li {
	list-style: none;
}
.hr {
  border-top: 1px solid #CACCCB;
  font-size: 1px;
	height: 1px;
	margin: 10px auto;
	width: 90%;
}
form {
	margin-bottom: 5px;
}
form table {
	width: 100%;
}
form thead {
	background: #7d807d;
	color: #ffffff;
}
form thead td,
form tbody th {
	padding: 5px 10px;
}
form tbody th {
	background: #c0c0c0;
	color: #ffffff;
	text-transform: uppercase;
}
form tbody {
	background: #f0ebe5;
}
form tbody td {
	padding: 5px 10px;
	vertical-align: top;
}	
form.GreyForm input,
form.GreyForm textarea {
	border: 1px solid black;
}
form tbody tr.Cross {
	background: #c7c3bd;
}
form label {
	font-weight: bold;
	text-transform: capitalize;
}
form a {
	color: #7d807d;
	font-weight: bold;
	text-decoration: none;
}

#MainContainer {
	margin: 0 auto; /* pozycjonowanie gĹ‚Ăłwnego elementu do Ĺ›rodka */
	text-align: left; /* ustawienie wyrĂłwnanie tekstu do lewej strony w gĹ‚Ăłwnym elemencie strony */
	width: 964px; /* ustawienie szerokoĹ›ci gĹ‚Ăłwnego elementu strony */
	margin-bottom: 25px;
}

	#Header {
		
	}
		#TopHeaderMenu {
			float: left;
			margin: 3px 0px 3px 0;
	
		}
		
		#TopHeaderMenu span {
			color: #B6BABD; /* grey */
			font-weight: bold;
			margin-left: 0px;
			text-transform: uppercase;
			text-decoration: none;
			
		}
		
		#TopHeaderMenu a:link,
		#TopHeaderMenu a:hover,
		#TopHeaderMenu a:visited,
		#TopHeaderMenu a:active {
			color: #B6BABD; /* grey */
			font-weight: bold;
			margin-right: 40px;
			text-transform: uppercase;
			text-decoration: none;
		}
		
		#TopHeaderMenu .dropDownList {
		  font-size: 10px;
		  margin: 0px 0px 0px 7px;
			
		}
		
		#MainHeader {
			clear: both;
		}
			#Logo {
				float: right;
			}
			#Banner {
				float: left;
				height: 81px;
				width: 864px; 
			}
			#Banner object {
				float: right;
			}
			
		#BottomHeaderMenu {
			clear: both;
			float: right;
			padding-right: 80px;
			padding-bottom: 5px;
			text-transform: uppercase;
			direction:rtl;
		}
		
		
#BreadCrumbs {
	clear: both;
	color: #9B9BA3; /* grey */
	margin-bottom: 5px;
	direction:rtl;
	text-align:right;
}
	#BreadCrumbs a{
		color: #9B9BA3; /* grey */ 
		text-decoration: none;
		float:right;
	}
	#BreadCrumbsCurrent {
		font-weight: bold;
	}
	#BreadCrumbs span{
	float:right;
	padding:0px 5px;
	}
	
#HomeContent, #Content {
	border: none;
	clear: both;
	/*overflow: auto; /* very important rule to keep container height with floated child elements*/
	padding: 0;
	direction:rtl;
	text-align:right;
}

#HomeFlash3BannerList {
	clear: both;
}
	#HomeFlash3BannerList li {
		float: left;
		margin-right: 2px;
		width: 320px;
	}
	#HomeFlash3BannerList li.HomeFlash3BannerListLast {
		margin-right: 0;
	} 

#Content {
	border-color: #e5e5e5;  /* #9B9BA3;  grey */
	border-style: solid;
	border-width: 0px 0 1px 0; 
}

#PageTitle {
	float: left;
	height: 50px;
	margin: 0px 0 0px;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
}
	#PageTitle object {
		margin-left: 0px;
	}
	#PageTitle h2 {
		margin-bottom: 0;
	}
	#PageSubTitle {
		color: #E5E5E5;
		margin-top: 0px;
	}

.ClearLeft {
	clear: left;
}
.PositionRelative{
	position: relative;
}
#LeftFloatedContent {
	clear: none;
	float: right;
	width: 799px; /* before -13px*/
	margin-left:5px;
}

#LeftNavigation {
	clear: none;
	float: left; 
	margin-right: 0px;
	
	margin-bottom: 5px;
	width: 160px;
}
#LeftNavigation2 {
	clear: none;
	float: right; 
	margin-left: 0px;
	
	margin-bottom: 5px;
	width: 155px;
}
.LeftMenu {
	clear: left;
	float: left;
	padding: 10px 10px;
	width: 140px;
}
  .LeftMenu #title {
    margin-top: 0px;
  }
	.LeftMenu ul {
		/*border-top: 1px solid #ffffff;*/
		width: 100%;
	}
	.LeftMenu li {
		border-top: 1px solid #ffffff;
	}
	.LeftMenu li ul {
		padding-bottom: 0;
		border-bottom: none;	
	}
	.LeftMenu li ul li a {
		padding-right: 13px; 
		text-transform: uppercase;
		width: 122px;
	}
	.LeftMenu li a { 
		color: #ffffff;
		display: block;
		padding: 5px 0;
		text-transform: uppercase;
		text-decoration: none;
		width: 100%;
	}
	.LeftMenu .LeftMenuFirstItem ,
	.LeftMenu .LeftMenuFirstItem a {
		border-top: none;
	}
	.LeftMenuGrey {
		border-bottom: 1px solid #E5E5E5;
		padding: 0;
		width: 155px;
		margin-left:5px;
		
	}
	.ModelBackground {
		width: 135px;
		margin-left:5px !important;
		margin-left:0px;
	}
	
	.ModelBackground li{
			width: 135px;
	}
	.ModelBackground li a {
		
		padding-right: 5px;
		width: 130px;
	}
	.LeftMenuGrey li {
		border-color: #E5E5E5;
		width: 155px;
	}
	.LeftMenuGrey li a {
		color: #9B9BA3;
		padding-right: 5px;
		width: 150px;
	}
	.LeftMenuGrey li ul {
		border-top: 1px solid #E5E5E5; 
	}
	.LeftMenu .LeftMenuSelectedItem {
		color: #000000;
	}
	.LeftMenu .LeftMenuSelectedItem  {
		color: #000000;
	}
	.LeftMenuGrey .LeftMenuOpenItem,
	.LeftMenuGrey .LeftSelectedItem {
		background-image: none;
		border-bottom: none;
	}
	.LeftMenuGrey .LeftSelectedItem {
		background-color: #E5E5E5;
	}
	.LeftMenuGrey .LeftSelectedItem a {
		color: #000000;
	}	
	
#LeftBottomMenu {
	border-top: 1px solid #9B9BA3;
	clear: left;
	float: left;
	margin-top: 1px; 
	width: 160px;
}
	#LeftBottomMenu li {
		border-color: #9B9BA3;
		border-style: solid;
		border-width: 0 1px 1px;
		padding: 5px;		
	}
	#LeftBottomMenu li a {
		color: #000000;
		text-decoration: none;
		text-transform: uppercase;
	}
	
#RightContent {
	float: left;
	width: 160px;
	margin-bottom: 5px;
	overflow-x: hidden;
}

#CarList ul {
	border-top: 1px solid #EDEDED;
	margin-bottom: 5px;
	
	
}
	#CarList li {
		background: url(../images/common/left_menu_arrow_black.gif) left no-repeat;
		background-position: 5% 50%;
		border-bottom: 1px solid #EDEDED;
		margin: 0 0px 0px 0px;
	}
	#CarList a {
		color: #9B9BA3;
		display: block;
		margin: 0px 0;
		padding: 5px 5px;
		text-transform: uppercase;
		text-decoration: none;
	}
	#CarList .CarListCurrentItem {
		background-color: #EDEDED;
		color: #000000;
	}

#ImageList ul {
	margin-bottom: -5px;
}
	#ImageList li {
		margin-bottom: 5px;
	}
		
#LeftOptionMenu {
	clear: left;
	background: #ededed; 
	float: left; 
	margin-top: 1px;
	width: 155px;
	margin-left:5px !important;
	margin-left:0px;
}
	#LeftOptionMenu strong {
		text-transform: uppercase;
	}
	#LeftOptionMenu li {
		border-bottom: 1px solid #ededed;
		padding: 3px 10px 3px 5px;	
		direction:rtl;	
	}
	#LeftOptionMenu li img {
		vertical-align: middle;	
		/*margin: 0 2px 2px 0;*/
	}
	#LeftOptionMenu li a {
		background: url(../images/common/left_menu_arrow_black.gif) left center no-repeat;
		color: #000000;
		display: block;
		text-decoration: none;
		text-transform: uppercase;
	}
#LeftOptionMenu li.PrintPane {
	background: #CACCCB;
	margin-top: 1px;
	border-top: 1px solid #ffffff;
	padding: 5px 10px 10px 5px;
}
	#LeftOptionMenu .PrintPane a {
		background-image: none;
		color: #ffffff;
		display: block;
		text-decoration: none;
		text-transform: uppercase;
	}
	#LeftOptionMenu .PrintPane {
		padding: 5px 5px 5px 10px;
		border-width: 0;
	}
	.PrintPane a img {
		position: relative;
		margin-right: 4px;
	}
.NotOpaque {
	opacity: 0.8;
}

#RightBannerList {
	float: left;
	margin:0px 1px;
	
}
	#RightBannerList li {
		margin: 0 0 1px;
		height: 74px;
		overflow: hidden;
	}
	
#MiddleContent {
	float: left;
	margin-bottom: 5px;
	width: 634px; /* width: 608px; */
}

#MiddleRightContent {
	float: left; 
	width: 786px;
	margin-left: 6px;
}

.FlexContent table {
	margin: 0 auto;
	width: 50%;
}
	.FlexContent img {
		display: block;
		margin: 0 auto;
	}
.SimpleText p {
	margin-top: 0;
}

#DealerLocator {
	float: right;
	width: 454px;
}
	#DealerLocator div {
		background: #EDEDED;
		padding: 10px;
		margin-bottom: 1px;
	}
	#DealerLocator table {
		border-collapse: collapse;
	}
	#DealerLocator label {
		font-weight: bold;
	}
	#DealerLocator label input,
	#DealerLocator label select {
		display: block;
	}
	#DealerLocator td {
		vertical-align: middle;
		padding: 2px 5px 2px 0;
		line-height: 1em;
	}
	
#DealerLocatorResults {
	clear: both;
	padding-top: 30px;
}
	#DealerLocatorResultsHeader {
		background: #EDEDED;
		font-weight: bold;
		margin-bottom: 1px;
		padding: 5px;
	}
	#DealerLocatorResults ul {
		margin-bottom: -18px;
	}
	#DealerLocatorResults ul li {
		border: 10px solid #EDEDED;
		margin-bottom: 18px;
		padding: 1px; 
	}
	#DealerLocatorResults table{
		width: 100%;
	}
	#DealerLocatorResults table td {
		background: #EDEDED;
		width: 33%;
	}
	
	
	.DealerAddress,
	.DealerLinks {
		padding-left: 10px;
	}
	.DealerAddress,
	.DealerServices {
		vertical-align: top;
	}
	#DealerLocatorResults .DealerAddress {
		background-color: #f7f7f7;
	}
	.DealerAddress img {
		float: left;
		margin-right: 3px;
		margin-bottom: 3px;
	}
	.DealerAddress a {
		background: url(../images/common/right_menu_arrow_black.gif) right center no-repeat;
		border-bottom: 1px solid #000000;
		color: #000000;
		clear: left;
		float: left;
		padding-right: 10px;
		padding-bottom: 1px;
		text-decoration: none;
	}
	.DealerServices img {
		float: left;	
		margin-right: 1px;
	}
	.DealerLinks a {
		display: block;
		margin: 10px 0;
	}
	#DealerLocatorResults ul li table tr td p {
		clear: left;
	}
	
	.MailColumn {
		text-align: center;
		vertical-align: middle; 
	}
	
	
#DealerInfo {
	background: #ededed; 
	clear: right; 
	float: right; 
	margin-bottom: 5px;
	padding: 5px; 
	position: relative; 
	direction:rtl;
	text-align:right
}
	#DealerInfoAddress {
		background: #ededed;
		height: 215px; 
		position: absolute; 
		width: 454px; bottom: 0; 
		direction:rtl;
	text-align:right
	}
	#DealerInfoAddress h3 {
		margin-top: 5px;
		direction:rtl;
	text-align:right
	}
	#DealerInfoServices {
		bottom: 0; 
		padding-bottom: 5px; 
		position: absolute; 
		width: 454px; 
	}
	#DealerInfoServices h6 {
		background: #6b6b6e; 
		color: #ffffff; 
		margin-bottom: 5px;
		padding: 3px 5px; 
		width: auto; 
		direction:rtl;
	text-align:right
	}
	#DealerInfoServices img {
		margin: 0 5px 0 0;
	}
#Footer {
	clear: both;
	color: #B6BABD; /* grey */
	text-align: left;
	margin-top: 3px;
}
	#FooterCopy {
		float: left;
	}
	#FooterCopy a {
		color: #B6BABD; /* grey */
		text-decoration: none;
	}

	#FooterMenu {
		float: right;
	}
	#FooterMenu a {
		color: #B6BABD; /* grey */
		margin-right: 20px;
		text-decoration: none;
		text-transform: uppercase;
	}
#RangeSelector {
	margin-bottom: 18px;
	overflow: auto;
	width: 755px;
}
#RangeSelector li {
		background: #EDEDED;
		float: right;
		margin-right: 1px;
		padding: 10px;
		width: 354px;
}
#RangeSelector li h4 a {
		color: #000000;
		font-weight: normal;
		text-decoration: none;
		text-transform: uppercase;
}

#RangeList {
	clear: both;
	margin-bottom: 18px;
	overflow:auto;
}
#RangeList li {
	margin: 1px 1px 1px 0px;
	background: #EDEDED;
	text-transform: capitalize;
	float: right;
	font-family:"Trebuchet MS";
	font-size: 12px;
	text-align: right;
	text-transform: uppercase;
	width: 149px;
	height: 95px;
}
	#RangeList li p {
		margin-bottom: 0;
	}
	#RangeList li p a{
		display: block;
		
	}
	#RangeList li a {
		color: #000000;
		display: block;
		text-decoration: none;
	}
	#RangeList li img {
		display: block;
		margin: 0 auto 5px;	
	}
	
.RangeDetails {
	float: right;
	overflow: visible; 
	position: relative;
	width: 0; 
	z-index:1;
}
	.RangeDetails div {
		color: #ffffff;
		right: 145px;
		padding: 10px;
		position: absolute;
		top: 0;
		text-align: right;
		width: 225px;
		z-index: 999;
		display: none;
	}
	.RangeDetails h2 {
		margin: 0;
	}
	.RangeDetails h6 {
		margin: 0 0 15px;
	}
	.RangeDetails p {
		border-top: 1px solid #ffffff;
		margin: 0;

	}
	#RangeList .RangeDetails  a {
		background: url(../images/common/left_menu_arrow.gif) left center no-repeat;
		border-top: 1px solid rgb(144, 179, 204);
		color: #ffffff;
		display: block;
		margin-bottom: -6px;
		padding: 4px 0;
		text-decoration: none;
		text-transform: uppercase;
	}
	.RangeListHeaders {
		border: 1px solid #000000;
		margin-top: 0;	
	}
	.RangeListHeaders a {
		color: #000000;
		text-decoration:none;
	}
	
.BlockList {
	clear: both;
	margin: 5px 0; /* margin: 18px 0; */
	overflow: auto; /* very important rule to keep container height with floated child elements*/
}	
.BlockList li {
	background: #EDEDED;
	float: left;
	line-height: 1em;
	margin-right: 5px; /* margin-right: 18px; */
}
.BlockList li table {
	border-collapse: collapse;
}
.BlockList table td {
	vertical-align: top;
}
.BlockList table td p {
	padding-left: 10px;
}
.BlockList li img {
	display: block;
	margin: 9px 10px 9px 9px;	
}
.BlockList li h6 {
	text-transform: uppercase;	
}
.BlockList .BlockListLastInRow {
	margin-right: 0;
}
.BlockList .BlockListMoreInfo {
	padding-bottom: 10px;
	vertical-align: bottom;
}
.BlockList .BlockListMoreInfo a {
	background: url(../images/common/right_menu_arrow_black.gif) no-repeat right center ;
	color: #000000;
	display: block;
	padding-right: 7px;
	text-decoration: underline;
}
.BlockList a {
	color: #000000;
	display: block;
	padding-left: 7px;
	text-decoration: underline;
}
.BlockList .BlockListTower {
	float: right;
	height: 80px;
	width: 0;
}
	.BlockListMiddleWide2 li {
		width: 390px; /* width: 384px; */
		margin-right: 6px;
	}
	.BlockListMiddle2 li {
		width: 314px; /* width: 295px; */
		margin-right: 6px; 	
	}
	.BlockListWide li {
		width: 100%;
		margin-right: 0;
	}
	.BlockListWide2 li{
		width: 479px; /*width: 473px;*/
		margin-right: 6px;
	}
	.BlockListWide4 li {
		padding: 0 9px;
		width: 209px;	
	}
	
	.ScreenSavers {
		margin-top: 5px;
	}
	.ScreenSavers li {
	}
	.ScreenSavers li h5 {
		margin-top: 15px;
	}
	.ScreenSavers li a {
		background: url(../images/common/left_menu_arrow_black.gif) no-repeat left center ;
		color: #000000;
		padding-left: 7px;
		text-decoration: underline;
	}

.ContentHeader 
{
	background: #EDEDED;
	clear: both;
	padding: 9px 10px;
}

.ContentHeaderOverview {
	width:551px;
	background: #EDEDED;
	clear: both;
	padding: 9px 10px;
	margin-left:32px;
}


	.ContentHeader h3 {
		margin: 0;
		text-transform: uppercase;
	}
	.ContentHeader h3 a {
		background: url(../images/common/chevronsToggle.png) right 8px no-repeat;
		color: #000000;
		display: block;
		padding: 0;
		text-decoration: none;
	}
	
	.ContentHeaderOverview h3 {
		margin: 0;
		text-transform: uppercase;
	}
	.ContentHeaderOverview h3 a {
		background: url(../images/common/chevronsToggle.png) right 8px no-repeat;
		color: #000000;
		display: block;
		padding: 0;
		text-decoration: none;
	}
	
	
.RollUpClose .RollUpContent {
	display: none;
}
.RollUpClose .ContentHeader a {
	background-position: right -86px;
}
.RollUpContent {
	margin-top: -1px;
}
	.RollUpList li {
		border-top: 1px solid #EDEDED;
		clear: both;
		padding: 5px 0;
	}
	.RollUpList li div.accesoriesText {
		float: right;
		width: 420px;
	}
	.RollUpList li h4 {
		margin: 0;
		text-transform: uppercase;
	}
	.RollUpList li img {
		float: left;
		margin-left: 15px;
	}
	
.MainImage {
	margin-bottom: 5px;
}
	.MainImage img {
		display: block;
	}
.VideoThumbnail {
	background: #EDEDED;
	border-collapse: separate;
	padding-top: 20px;
	width: 100%;
}
	.VideoThumbnail tr {
		padding-top: 15px;
	}
	.VideoThumbnail td {
		border:1px solid #E5E5E5;
		padding: 5px 10px 5px;
		width: 25%;
		vertical-align: top;
	}
	.VideoThumbnail td p {
		text-align: center;
		text-transform: uppercase;
	}
	
.VideoGallery{
	background: #ededed;
	margin: 5px 0;
	padding: 5px;
}
	.VideoGalleryScreen {
		float: right;
		width: 308px;
	}
	#VideoGalleryLinkList{
		float: right;
		margin-left: 1px;
		padding: 21px 0 19px;
		position: relative;
		height: 175px;
		overflow: hidden;
		width: 303px;
	}
	#VideoGalleryLinkItems {
		width: 100%;
	}
	#VideoGalleryLinkItems li {
		border-bottom: 1px solid #ffffff;
	}
	#VideoGalleryLinkItems a.VideoGalleryLinkItem {
		color: #000000;
		display: block;
		padding: 10px 0 10px 15px;
		text-decoration: none;
		text-transform: uppercase;
	}
	#VideoGalleryLinkItems a.VideoGalleryLinkItem:hover {
		background: #cacccb;	
	}
	.VideoGalleryUpButton,
	.VideoGalleryDownButton {
		position: absolute;
		text-align: center;
		width: 100%;
	}
	.VideoGalleryUpButton {
		top: 0;
	}
		.VideoGalleryUpButton a {
			height: 20px;
			display: block;
			background: url(../images/common/scrollArrowBlancUP.gif) center no-repeat;	
		}
		.VideoGalleryDownButton a {
			height: 21px;
			display: block;
			background: url(../images/common/scrollArrowBlancDOWN.gif) center no-repeat;
		}
		.VideoGalleryDownButton {
			bottom: 0;
		}
		.VideoGalleryScreen .hidden {
			display: none;
		}

.PhotoGallery {
	margin: 5px 31px 20px 0px;
}
	.PhotoGalleryScreen {
		float: right;
	}
	.PhotoGalleryScreen img {
		/*width: 490px; */
	}	
	.PhotoGalleryThumbnails {
		float: left;
		margin-left: 1px;
		padding: 21px 0px 20px 31px;
		position: relative;
		height:291px;
		overflow: hidden;
	}
	.PhotoGalleryThumbnails li{
		line-height: 1em;
	}
	.PhotoGalleryThumbnails li img {
		display: block;
		padding:1px 0 0 0;
		
	}
	.PhotoGalleryUpButton,
	.PhotoGalleryDownButton {
		position: absolute;
		text-align: center;
		
		width:128px;
	}
	.PhotoGalleryUpButton {
		top: 0;
		right:0px;
		
		width:128px;
	}
		.PhotoGalleryUpButton a 
		{
			height:20px;
			display: block;
			background: url(../images/common/scrollArrowBlancUP.gif) center no-repeat;
		}
		.PhotoGalleryDownButton a {
			height:20px;
			display: block;
			background: url(../images/common/scrollArrowBlancDOWN.gif) center no-repeat;
		}
		.PhotoGalleryDownButton {
			bottom: 0;
			right:0px;
		}
		.PhotoGalleryScreen .hidden {
			display: none;
		}

.SpecificationTable {
	margin: 5px 0;
	width: 100%;
}
.SpecificationTable thead td{
	color: #ffffff;
	padding: 10px;
}
.SpecificationTable tbody td {
	background-color: #EDEDED;
	padding: 5px 10px;
}
.SpecificationTable th {
	background-color: #E6E6E6;
	font-weight:bold;
	padding: 10px;	
}
  .SpecificationTable select {
    width: 135px;
    font-size: 11px;
  }
  
  
.CarElements 
{
	margin-left:auto;
	margin-right:auto;
	width:571px;
	position: relative;
}
	.CarElement {
		position: absolute; 
		border: 2px solid #ffffff; 
		width: 20px; height: 20px; 
		z-index: 1;
	}
	.CarElementBox {
		background: none;
		cursor: pointer;
		height: 20px;
		overflow: hidden;
		position: absolute;
		text-decoration: none;
		width: 20px;
	}
	.CarElementBox span {
		margin-left: 200px;
	}
	a.CarElementBox:hover {
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true',sizingMethod=scale src='../../images/common/bgZonePresentation.png');
		border: 2px solid #ffffff;
margin-right:1px;
		
		display: block;
		height: 16px;
		width: 16px;
	}
	/* IE ignores styles with attributes */
	a.CarElementBox[class]:hover {
		background: url(../images/common/bgZonePresentation.png) transparent repeat scroll;
		margin-right:0px;
	}
	.CarElementView {
		border: 1px solid #000000;
		position: absolute;
		padding: 0;
		z-index: 50;
	}
	.CarElementView img {
		display: block;
	}
	
	.CarElementScenesList
	{
		border: 1px solid #000000;
		position: absolute;
		padding:2px 0 0 0 ;
		z-index: 1000;
		left: 496px;
		top:0;
		width:75px;
		border-width:0;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='../../images/common/bgGalOverview.png', sizingMethod='scale');
		height:267px;
		display: block;
	}
	
	.CarElementScenesList[class]
	{
		background: url(../images/common/bgGalOverview.png) transparent repeat scroll;
	}
	
	.CarElementScenesList a 
	{
		width:75px;
		height:57px;
		padding: 1px 0 1px 0;
		display:block;
		text-align:center;
		vertical-align:middle;
	}
	.sceneUnSelected 
	{
		width:50px;
		height:50px;
		margin:2px;
		vertical-align:middle;
		display:inline;
	}
	.sceneSelected
	{
	 border-width: 2px;
	 border-style: solid;
	 border-color: Black;
	 display:inline;
	 margin:0px;
	}
	
	.CarElementViewDescription {
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='../../images/common/bgZonePresentation.png', sizingMethod='scale');
		color: #ffffff;
		left: 0;
		padding: 0 5px;
		position: absolute;
		line-height: 1em;
		width: 190px;
	}
	/* IE ignores styles with attributes */
	.CarElementViewDescription[class] {
	  background: url(../images/common/bgZonePresentation.png) transparent repeat scroll;
	}
	
	
	a.CarElementClose {
		border: none;
		background: url(../images/common/closeLayerImg.png) no-repeat scroll left top;
		height: 12px;
		overflow: hidden;
		position: absolute;
		right: -1px;
		text-indent: -2000px;
		top: -1px;
		width: 12px;
	}
	.CarElements .CarElementsList {
		clear: left;
		float: left;
		width: 190px;
	}
	.CarElementsBottom 
	{
		margin-left:auto;
		margin-right:auto;
		border-style: solid;
		border-width:1px 1px 0px 0;
		border-color: #ededed;
		background: #ededed;
		color: #000000;
		width:571px;
	}
	.CarElementsList {
		float: right;
		position: relative;
		width: 190px;
		z-index: 100;
	}
	.CarElementsList li {
		border-top: 1px solid #ffffff;
		margin: 0;
		padding: 0;
		
		font-weight: bold;
	}
	.CarElementsList li a {
		background: none; /*#CACCCB;*/
		color: #000000;
		display: block;
		padding: 5px 10px;
		text-decoration: none;
		text-transform: uppercase;	
	}
	#CarElementsList {
		background: #CACCCB; 
	}
	#CarElementsList .CarElementsListCurrent {
		background-color: #EDEDED;
	}
	.CarElementsBottom .CarElementsDescriptions {
	
		margin-right:190px;
		padding: 0 10px;
		/*	float:none;
		position: relative;
		overflow: visible;*/
	}
	
.list {
	margin: 10px 0 10px 15px;
}
	.list li {
		list-style: square;
	}

.InputText,
.Select {
	border: 1px solid #B5BABC;
	font-weight: inherit;
}
.RenaultYellow {
	color: #F7B100;
}
.RenaultYellowBackground {
	background: #F7B100;
}
.SiteMapUrls {
	float: right;
	width: 33%;
	
}
	.SiteMapUrls ul {
		padding-bottom: 18px;
	}
	.SiteMapUrls ul li {
		clear: both;
		padding:0px;
		
	}
	.SiteMapUrls ul li a{
		color: #7B7C7E;
		font-weight: bold;
		padding: 0px 58px 0px 0px;
		
		text-decoration: none;
		display:block;
	}
	.SiteMapUrls li h3 {
		margin: 0;
	}
	.SiteMapUrls li h3 img {
		float: right;
	}
	.SiteMapUrls li h3 a {
		color: #7B7C7E;
		float: right;
		display: block;
		padding-right: 18px;
		padding-top: 10px;
	}
	.SiteMapUrls li h4 {
		color: #7B7C7E;
		padding: 8px 58px 8px 0px;
		font-weight: normal;	
	}
	.SiteMapUrls .SiteMapUrlsBlackLink a {
		color: #000000;
	}
	/*
	.SiteMapUrls li ul li {
		margin: 5px 5px 5px 15px;
	}
	.SiteMapUrls li ul li a {
		background: none;
		color: #9F9BA3;
		font-size: 10px;
	}
	*/
.YellowButtonLink {
	background-color: #F8CA41;
	color: #000000;
	display: inline-block;
	text-decoration: underline;
	padding: 10px;
	text-align: right;
	text-transform: uppercase;
}
.clear {
	clear: both;
	line-height: 0;
	overflow: hidden;
}
.Tower {
	width: 0;
}
.WideLink {
	background: #EDEDED;
	margin: 18px 0;
	padding: 9px;
	text-align: center;
}
.BoldLink {
	display: block;
	text-align: center;
}
.Link {
	color: #000000; 
	text-decoration: none;
}
.LeftFloatedImage{
	float: left;
	margin: 0 0px 18px 18px;
}
.Uppercase {
	text-transform: uppercase;
}
.RightFloatedTextArticle {
  margin: 0px 0px 0px 0px;
}
	.RightFloatedTextArticle td {
		margin: 0 10px 0px 0;
		vertical-align: top;
	}
	.RightFloatedTextArticle td img{
		margin-bottom: 6px;
	}

	.RightFloatedTextArticle h4 {
		text-transform: uppercase;
	}
.LeftFloatedTextArticle{
  width: 100%;
}
	.LeftFloatedTextArticle td {
		margin: 0px 0px 0px 0px;
		vertical-align: top;
	}
	.LeftFloatedTextArticle td img{
		margin-left: 18px;
	}

	.LeftFloatedTextArticle h4 {
		text-transform: uppercase;
	}

#ConeptCarContainer {
	background: #ededed; 
	overflow: auto;
	margin-bottom: 5px;
}
	#ConeptCarContainer #ConceptCarPhoto {
		float: left; 
		width: 50%;
	}
	#ConeptCarContainer #ConceptCarText {
		float: left; 
		padding: 30px 30px 30px 30px; 
		position: relative;
		width: 40%; 
	}
	#ConeptCarContainer #ConceptCarParagraphs {
		height: 125px; 
		overflow: hidden;
	}
	#ConeptCarContainer .ConceptCarScroll {
		height: 10px; 
		position: absolute; 
		right: 0; 
		width: 10px; 
	}
	#ConeptCarContainer #ConceptCarThumbnails {
		border-top: 1px solid #ffffff;
		clear: both;
	}
	#ConeptCarContainer #ConceptCarThumbnails li {
		background: #5a5f37;
		float: left;
		height: 140px;
		margin-right: 1px;
		width: 156px;
	}
	#ConeptCarContainer #ConceptCarThumbnails li img {
		width: 100%;
		height: 100px;	
	}
	#ConeptCarContainer #ConceptCarThumbnails li p {
		color: #ffffff;
		text-align: center;	
	}

#ColorSelector {
	 overflow: visible;
}
	#ColorSelector p {
		clear: both;
		margin: 0;
	}
	#ColorSelector li {
		background: none;
		border: 1px solid #ededed;
		padding: 10px 5px;
		position: relative;
		width: 378px;
	}
	#ColorSelector .ColorSelectorPictures {
		text-align: center;
	}
	#ColorSelector .ColorSelectorPictures img {
		display: block;
		margin: 0 auto;	
	}
	#ColorSelector .ColorSelectorZoom {
		background: url(assets/colorSelectorZoom.png) center no-repeat;
		height: 17px;
		position: absolute;
		right: 5px;
		top: 10px;
		width: 16px;
		z-index: 100;
	}
	#ColorSelector .ColorSelectorPaintPart {
		float: left;
		width: 100px;
	}
	#ColorSelector .ColorSelectorSamples {
		float: left;
		width: 250px;
	}
	#ColorSelector .ColorSelectorSampleList li {
		border: 2px solid #ffffff;
		float: left;
		margin: 1px 1px 1px 0;
		padding: 1px;
		width: auto;
	}
	#ColorSelector .ColorSelectorSampleList li img {
		margin: 0;	
	}
	#ColorSelector .ColorSelectorSampleList .ColorSelectorSelectedSample {
		border: 2px solid red;
	}
/* FROM OTHER SITES */ 


.line, .lastunit {
	overflow:hidden;
	margin: 0px 0;
}
.unit {
	float:left;
	margin-right:18px;
}
.size1on2 {
	width:49.03%;
}
.block {
	margin-bottom:1px;
}
.blockBorder .blockInside {
	border:1px solid #E5E5E5;
}
.blockBorder .blockInside .line .unit {
	border-right:1px solid #E5E5E5;
}
.blockBorder .blockInside .line .lastunit, 
.blockBorder .blockInside .block .blockInside {
	border:medium none;
}
.Bspace {
	margin-bottom: 18px !important;
}
.blockInside {
	position:relative;
}
.mea, 
.mea .text, 
.meaRight .text, 
.meaRight {
	overflow:hidden;
}
.mea .media {
	float:left;
	margin:0pt 18px 0pt 0pt;
}
.meaRight .media {
	float:right;
	margin:0pt 0pt 0pt 18px;
}
.meaWrap .text {
	overflow:visible;
}
.blockFilled .mea .text, 
.blockFilledUniverse .mea .text {
	padding:9px 10px 9px 0pt;
}
.blockFilled .meaRight .text, 
.blockFilledUniverse .meaRight .text {
	padding:9px 0pt 9px 10px;
}
.insideSpace .mea .text, 
.insideSpace .meaRight .text {
	padding:0pt;
}
.hasJS .accessBloc {
	display:none;
}
.hasJS .hidden {
	display:none !important;
}
.tPaddingSm {
	padding-top:5px !important;
}
.txtR {
	text-align:right !important;
}
.tPaddingLg {
	padding-top:20px !important;
}
.bouton {
	background-color:#F8CA41;
	border-bottom:1px solid #000000;
	color:#000000 !important;
	cursor:pointer;
	display:-moz-inline-box;
	padding-right:10px;
	vertical-align:middle;
}
.bouton strong {
	background:transparent url(skin/puce/chevronNoir.png) no-repeat scroll right center;
	display:block;
	font-weight:normal;
	overflow:hidden;
	padding:4px 30px 3px 8px;
	text-transform:uppercase;
}
.bouton strong.return {
	background-image:url(skin/puce/chevronsReturnNoir.png);
	background-position:10px center;
	padding:4px 8px 3px 30px;
}



a.franceStyledLink {
	background: url(../images/common/right_menu_arrow_black.gif) no-repeat left center ;
	color: #000000;
	display: block;
	padding-left: 7px;
	text-decoration: underline;
}


/** >>>>>>>>>>>>> ******************* EDITMODE ROUNDED DIVs *********************/
div.rounded-box {
    position:relative;
    width: 9em;
    background-color: #E6E6E6;
    margin: 3px;
}

/*********************
GLOBAL ATTRIBUTES
*********************/
div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner
{position:absolute; width:20px; height:20px; background-color:#FFF; overflow:hidden;}

div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside {position:relative; font-size:150px; font-family:arial; color:#E6E6E6; line-height: 40px;}

/*********************
SPECIFIC ATTRIBUTES
*********************/

div.top-left-corner { top:0px; left:0px; }
div.bottom-left-corner {bottom:0px; left:0px;}
div.top-right-corner {top:0px; right:0px;}
div.bottom-right-corner {bottom: 0px; right:0px;}

div.top-left-inside {left:-8px;}
div.bottom-left-inside {left:-8px; top:-17px;}
div.top-right-inside {left:-25px;}
div.bottom-right-inside {left:-25px; top:-17px;}

/** <<<<<<<<<<<< ******************* EDITMODE ROUNDED DIVs *********************/


/*********************
STYLES FOR FOCUS PAGES
*********************/
.padding{padding:10px !important;}
.miniHspace .unit {margin-right:1px;}
.lastunit {xfloat:none; overflow: hidden; display:block;  width:auto !important;  margin-right:0 !important;}
.hidden{display:none !important;}
.blockFilled {padding:9px 0 9px 10px;background-color:#ededed;border-bottom:1px dotted #fff;}
.bMargin{margin-bottom:10px !important;}
.blockFocus {background-color:#ededed;}
.blockFocus h3{font-size: 218%; font-weight:normal; text-transform:none; color:#000; margin:0;}
.blockFocus h5{font-size: 133%; width:350px;}
.blockFocus ul.togglingFocus {border-top:0px solid #fff;}
.blockFocus .togglingFocus li {width:156px;float:left;border-right:1px solid #fff;}
.blockFocus .togglingFocus li.last {float:none; _float:right; display:block;  width:auto !important;  border-right:0;overflow: hidden;}
.blockFocus .togglingFocus li a {height: 30px; display:block;text-decoration:none; text-align:center; padding: 1px 10px 3px 10px;border-top:1px solid #fff;outline: none;}
.blockFocus .mediaFullSize img {vertical-align:top;}
.blockFocus .focusSlider {width:359px; background:url(../images/common/slider_bkg.png) no-repeat right top;overflow:hidden; }
.blockFocus .conteneurSlider {background:url(../images/common/slider_bkg.png) no-repeat right bottom;}
.blockFocus .scrollText {overflow:hidden;padding-right:15px;}
.blockFocus .focusText {height:158px;}
.blockFocus .mainImg {overflow: hidden;margin-right:0px;}
.blockFocus .mainImg img {display:block;margin-right:0px;}
.blockFocusx .xlinkFocus a {background: #5a5f37;color: #ffffff;}
