@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 */
}

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: right;
			margin: 3px 0px 3px 0;
		}
		
		#TopHeaderMenu span {
			color: #B6BABD; /* grey */
			font-weight: bold;
			margin-left: 40px;
			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-left: 40px;
			text-transform: uppercase;
			text-decoration: none;
		}
		
		#TopHeaderMenu .dropDownList {
		  font-size: 10px;
		  margin: 0px 0px 0px 7px;
		}
		
		#MainHeader {
			clear: both;
		}
			#Logo {
				float: left;
			}
			#Banner {
				float: right;
				height: 81px;
				width: 864px; 
			}
			
		#BottomHeaderMenu {
			clear: both;
			float: left;
			padding-left: 80px;
			padding-bottom: 5px;
			text-transform: uppercase;
		}

		
#BreadCrumbs {
	clear: both;
	color: #9B9BA3; /* grey */
	margin-bottom: 5px;
}
	#BreadCrumbs a{
		color: #9B9BA3; /* grey */ 
		text-decoration: none;
	}
	#BreadCrumbsCurrent {
		font-weight: bold;
	}
	
#HomeContent, #Content {
	border: none;
	clear: both;
	/*overflow: auto; /* very important rule to keep container height with floated child elements*/
	padding: 0;
}

#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: left;
	float: left;
	width: 799px; /* before -13px*/
}

#LeftNavigation {
	clear: left;
	float: left; 
	margin-right: 5px;
	margin-bottom: 5px;
	width: 160px;
}
.LeftMenu {
	clear: left;
	float: left;
	padding: 10px 10px;
	width: 140px;
	text-transform:uppercase;
}
	.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-left: 18px; 
		width: 122px;
	}
	.LeftMenu li a { 
		color: #ffffff;
		display: block;
		padding: 5px 0;
		text-decoration: none;
		width: 100%;
	}
	.LeftMenu .LeftMenuFirstItem ,
	.LeftMenu .LeftMenuFirstItem a {
		border-top: none;
	}
	.LeftMenuGrey {
		border-bottom: 1px solid #E5E5E5;
		padding: 0;
		width: 160px;
	}
	.LeftMenuGrey li {
		border-color: #E5E5E5;
		width: 160px;
	}
	.LeftMenuGrey li a {
		color: #9B9BA3;
		padding-left: 10px;
		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: right;
	width: 160px;
	margin-bottom: 5px;
	overflow-x: hidden;
}

#CarList ul {
	border-top: 1px solid #EDEDED;
	margin-bottom: 5px;
}
	#CarList li {
		background: url(../images/common/right_menu_arrow_black.gif) right no-repeat;
		background-position: 95% 8px;
		border-bottom: 1px solid #EDEDED;
		margin: 0;
	}
	#CarList a {
		color: #9B9BA3;
		display: block;
		margin: 0px 0;
		padding: 5px 5px;
		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: 160px;
}
	#LeftOptionMenu strong {
		text-transform: uppercase;
	}
	#LeftOptionMenu li {
		border-bottom: 1px solid #ededed;
		padding: 3px 5px 3px 10px;		
	}
	#LeftOptionMenu li img {
		vertical-align: middle;	
		/*margin: 0 2px 2px 0;*/
	}
	#LeftOptionMenu li a {
		background: url(../images/common/right_menu_arrow_black.gif) right 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 5px 10px 10px;
}
	#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: right;
	margin-right: 2px;
	margin-left: 1px;
}
	#RightBannerList li {
		margin: 0 0 1px;
		height: 74px;
		overflow: hidden;
	}
	
#MiddleContent {
	float: right;
	margin-bottom: 5px;
	width: 634px; /* width: 608px; */
}

#MiddleContent a {
	text-decoration:underline; color:#333333;
}

#MiddleContent a:hover {
	color:#999999;
}

#MiddleRightContent {
	float: left; 
	width: 786px;	
}

.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;
		width: 30px;
		vertical-align: middle; 
	}

#DealerInfo {
	background: #ededed; 
	clear: left; 
	float: left; 
	margin-bottom: 5px;
	padding: 5px; 
	position: relative; 
}
	#DealerInfoAddress {
		background: #ededed;
		height: 215px; 
		position: absolute; 
		width: 454px; bottom: 0; 
	}
	#DealerInfoAddress h3 {
		margin-top: 5px;
	}
	#DealerInfoServices {
		bottom: 0; 
		padding-bottom: 5px; 
		position: absolute; 
		width: 454px; 
	}
	#DealerInfoServices h6 {
		background: #6b6b6e; 
		color: #ffffff; 
		margin-bottom: 5px;
		padding: 3px 5px; 
		width: auto; 
	}
	#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-left: 20px;
		text-decoration: none;
		text-transform: uppercase;
	}
#RangeSelector {
	margin-bottom: 18px;
	overflow: auto;
	width: 755px;
}
#RangeSelector li {
		background: #EDEDED;
		float: left;
		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: left;
	font-family:"Trebuchet MS";
	font-size: 12px;
	text-align: left;
	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;
		left: -5px;
		padding: 10px;
		position: absolute;
		top: 0;
		text-align: left;
		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/right_menu_arrow.gif) right 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; */
}	
.BlockList li {
	background: #EDEDED;
	float: left;
	line-height: 1em;
	margin-right: 5px; /* margin-right: 18px; */
	margin-bottom: 5px;
}
.BlockList li table {
	border-collapse: collapse;
}
.BlockList table td {
	vertical-align: top;
}
.BlockList table td p {
	padding-right: 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 left center ;
	color:#333333;
	display: block;
	padding-left: 7px;
	text-decoration: underline;
	width:130px;
}
.BlockList .BlockListMoreInfo a:hover {
	color:#999999;
}
.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/right_menu_arrow_black.gif) no-repeat left center ;
		color: #000000;
		padding-left: 7px;
		text-decoration: underline;
	}

.ContentHeader 
{
	background: #EDEDED;
	clear: both;
	padding: 9px 10px;
}

.ContentHeader a {
	text-decoration:none; color:#333333;
}

.ContentHeader a:hover {
	text-decoration:none; color:#999999;
}

.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 {
		clear: both;
		padding: 5px 0;
	}
	.RollUpList li div.accesoriesText {
		float: left;
		width: 480px; padding-left:5px;
	}
	.RollUpList li h4 {
		margin: 0;
		text-transform: uppercase;
	}
	.RollUpList li img {
		float: left;
		margin-right: 10px;
	}
	
.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: left;
		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 0 20px 32px;
}
	.PhotoGalleryScreen {
		float: left;
	}
	.PhotoGalleryScreen img {
		/*width: 490px; */
	}	
	.PhotoGalleryThumbnails {
		float: right;
		margin-left: 1px;
		padding: 21px 31px 20px 0;
		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: 100%;
		width:128px;
	}
	.PhotoGalleryUpButton {
		top: 0;
		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;
		}
		.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;
		display: block;
		height: 16px;
		width: 16px;
	}
	/* IE ignores styles with attributes */
	a.CarElementBox[class]:hover {
		background: url(../images/common/bgZonePresentation.png) transparent repeat scroll;
	}
	.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: left;
		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 {
		float:none;
		margin-left:190px;
		padding: 0 10px;
		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: left;
	width: 33%;
}
	.SiteMapUrls ul {
		margin-bottom: 18px;
	}
	.SiteMapUrls ul li {
		clear: both;
		padding: 0;
	}
	.SiteMapUrls ul li a{
		color: #7B7C7E;
		font-weight: bold;
		padding-left: 58px;
		text-decoration: none;
		text-transform: capitalize;
	}
	.SiteMapUrls li h3 {
		margin: 0;
	}
	.SiteMapUrls li h3 img {
		float: left;
	}
	.SiteMapUrls li h3 a {
		color: #7B7C7E;
		float: left;
		display: block;
		padding-left: 18px;
		padding-top: 10px;
	}
	.SiteMapUrls li h4 {
		color: #7B7C7E;
		padding: 8px 58px;
		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 18px 18px 0;
}
.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;}


/**** ADDITIONAL CSS ****/
.legalInfo ul, ol {
	margin:0px 0px 0px 0px; padding:0px 0px 0px 25px;
}

.legalInfo ul li {
	list-style:disc;
}

.legalInfo ol li {
	list-style:decimal; 
}

/**** NEW USEFUL LINKS AREA ****/
#UsefulButtonRequest {
	background:url(../images/useful_links_bg_request.gif) no-repeat;
	width:121px; height:20px;
	padding:0px 0px 0px 18px;
	margin:4px 0px 0px 7px;
}

#UsefulButtonFind {
	background:url(../images/useful_links_bg_find.gif) no-repeat;
	width:121px; height:22px;
	padding:5px 0px 0px 18px;
	margin:0px 0px 0px 7px;
}

#UsefulButtonBook {
	background:url(../images/useful_links_bg_book.gif) no-repeat;
	width:121px; height:20px;
	padding:4px 0px 0px 18px;
	margin:0px 0px 1px 7px;
}

#UsefulButtonOffers {
	background:url(../images/useful_links_bg_offers.gif) no-repeat;
	width:121px; height:16px;
	padding:8px 0px 0px 18px;
	margin:0px 0px 5px 7px;
}

#UsefulLinksMenu {
	clear:left; background:#F7B100; 
	float:left;  width:160px;
	padding:8px 0px 0px 0px;
	border-top:1px solid #777777;
	
}
#UsefulLinksMenuForms {
	clear:left; background:#F7B100; 
	float:left;  width:160px;
	padding:8px 0px 0px 0px;
}

#UsefulLinksMenu li img, #UsefulLinksMenuForms li img  {
	vertical-align: middle;	
}

#UsefulLinksMenu li a, #UsefulLinksMenuForms li a {
	color:#252525;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}

/**** OFFERS PAGE LAYOUT ****/
#offer_top {
	width:100%; height:355px;
}
.offer_banner {
	float:left;
}
.offer_rhs {
	float:right; width:239px; height:293px;
}
.offer_rhs_koleos_new {
	float:right; width:239px; height:350px;
}
.offer_rhs_info {
	background:#323232; color:#FFFFFF; padding:18px;
}
.offer_rhs_info_no_padding {
	background:#323232; color:#FFFFFF;
}
.offer_rhs_info h1 {
	font-size:16px; color:#f7b100;
}
.offer_rhs_info p {
	margin:0px;
}
.offer_rhs_info a {
	color:#FFFFFF;
}

/**** USEFUL LINKS A ****/
.useful_links_a {
	background:#cccccc; width:239px; height:63px;
	margin:1px 0px 0px 0px;
}
.useful_links_a a {
	text-decoration:none; color:#252525; text-transform:uppercase; 
	width:200px; height:26px; display:block; margin:0px 0px 0px 15px;
}
.btn_useful_specs {
	background:url(../images/offers/btn_bg_accessories.gif) no-repeat;
	padding:6px 0px 0px 23px;
}
.btn_useful_accessories {
	background:url(../images/offers/btn_bg_specs.gif) no-repeat;
	padding:5px 0px 0px 23px;
}

/**** USEFUL LINKS B ****/
#useful_links_b {
	background:#f7b100; width:239px; height:137px;
	padding:10px 0px 0px 0px; margin:0px 0px 0px 0px;
	float:right;
}
#useful_links_b a {
	text-decoration:none; color:#252525; text-transform:uppercase; 
	width:200px; height:27px; display:block; margin:0px 0px 0px 15px;
}
.btn_useful_brochure {
	background:url(../images/offers/btn_bg_brochure.gif) no-repeat;
	padding:5px 0px 0px 23px;
}
.btn_useful_find {
	background:url(../images/offers/btn_bg_dealer.gif) no-repeat;
	padding:4px 0px 0px 23px;
}
.btn_useful_drive {
	background:url(../images/offers/btn_bg_testdrive.gif) no-repeat;
	padding:4px 0px 0px 23px;
}
.btn_useful_offers {
	background:url(../images/offers/btn_bg_offers.gif) no-repeat;
	padding:5px 0px 0px 23px;
}

/**** OFFER PAGE LINKS AREA ****/
#offer_links_bottom {
	float:left; width:100%; 
}
#offer_links {
	float:left; margin:0px 0px 0px 2px; width:720px;
}
#offer_links li {
	float:left; width:180px; height:76px; display:block; 
	padding:40px 20px 0px 160px; margin:0px 0px 0px 0px;
}
#offer_links h2 {
	font-size:14px; font-family:Arial, Helvetica, sans-serif;
}
#offer_links a {
	text-decoration:none; text-transform:uppercase; 
	color:#7d8183; font-weight:bold; padding:0px 0px 0px 20px;
	background:url(../images/offers/btn_findoutmore.gif) no-repeat;
}
#offer_links a:hover {
	text-decoration:underline;
}

#offer_link_1 { background:url(../images/offers/offer_link_koleos_factory_v4.jpg) no-repeat; }
#offer_link_2 { background:url(../images/offers/offer_link_renaulsport.jpg) no-repeat; }
#offer_link_3 { background:url(../images/offers/offer_link_megane_cc_exception.jpg) no-repeat; }
#offer_link_4 { background:url(../images/offers/offer_link_koleos_navnew.jpg) no-repeat; }
#offer_link_5 { background:url(../images/offers/megane_offer_link.jpg) no-repeat; }
#offer_link_6 { background:url(../images/offers/offer_link_scenic.jpg) no-repeat; }

/**** VIDEO PLAYER ****/
.videoplayer {
	background:#f1f1f1; color:#767a7d;
	width:440px;
}

.video_desc {
	padding:0px 10px 10px 10px;
	text-transform:uppercase;
	float:left; width:300px; height:24px;
}

.video_logo {
	float:right; width:71px; height:24px;
	background:url(../images/logo_testdrive.jpg) no-repeat;
	text-indent:-999em; margin:10px 10px 0px 0px;
}

/**** NEW FORMS ****/
#form_book_testdrive {
	float:left; width:700px;
}
#form_book_testdrive input, #form_book_testdrive select, #form_book_testdrive textarea {
	border:1px solid #cccccc;
}
#form_book_testdrive table tr {
	background:#FFFFFF;
}
#form_header_choose_model {
	background:url(../images/form/header_choose_model.gif) no-repeat;
	height:23px; text-indent:-999em; margin:0px 0px 10px 0px; padding:0px;
}
#form_header_contact_details {
	background:url(../images/form/header_contact_details.gif) no-repeat;
	height:23px; text-indent:-999em; margin:0px 0px 10px 0px; padding:0px;
}
#form_header_choose_model_one_of_two {
	background:url(../images/form/1x2header_choose_model.gif) no-repeat;
	height:23px; text-indent:-999em; margin:0px 0px 10px 0px; padding:0px;
}
#form_header_contact_details_two_of_two {
	background:url(../images/form/2x2header_contact_details.gif) no-repeat;
	height:23px; text-indent:-999em; margin:0px 0px 10px 0px; padding:0px;
}
#form_header_confirm_dealer {
	background:url(../images/form/header_confirm_dealer.gif) no-repeat;
	width:252px; height:23px; text-indent:-999em; margin:0px 0px 10px 0px; padding:0px;
}
#form_header_thankyou {
	background:url(../images/form/header_thankyou.gif) no-repeat;
	height:23px; text-indent:-999em; margin:0px 0px 10px 0px; padding:0px;
}
.new_form_table {
	width:540px; margin:0px 0px 12px 20px;
}
.new_form_table tr td {
	padding:0px 0px 4px 0px; margin:0px;
}

.form_yellow {
	color:#f8bb20;
}
.form_greybox {
	background:#f0f0f0; padding:2px 10px;
	font-size:10px;
}
.btn_view_map {
	background:url(../images/form/ico_preferred_dealer.gif) no-repeat;
	height:14px; padding:0px 0px 0px 16px; font-size:11px; color:#f8bb20;
}
#useful_links_holder {
	float:right;
}
.nearest_dealer_box {
	background:#f0f0f0; padding:2px 10px;
	width:320px;
}
.nearest_dealer_left {
	float:left; width:160px;
}
.nearest_dealer_right {
	float:left; width:160px;
}
.validation_error {
	color:#f8bb20; font-weight:bold;
	font-size:14px; margin:0px 0px 20px 0px;
	border:1px solid #f8bb20; padding:20px;
	background:#FFFEB4;
}
.requestbrochure_vehicle_selector {
	width:340px; float:left; margin:2px 10px 0px 0px;
}
.btn_addvehicle {
	background:url(../images/form/ico_addvehicle.gif) #f7b100 no-repeat left;
	height:20px; width:135px; padding:6px 0px 0px 25px;
	text-transform:uppercase; color:#FFFFFF; float:left;
}
.btn_addvehicle:hover {
	text-decoration:underline;
}
#TopHeaderMenu #head_dealer_link {
	color:#f8b600;
}
.approved_rep_holder {
	background:#E5E5E5; padding:5px 10px; margin:0px 0px 10px 0px;
}

#RightBannerList li {
	margin:0px 0px 1px 0px; padding:0px; display:inline; float:left; clear:both;
	width:240px; height:74px;
}

#banner_flash img {
	float:left; margin:8px 0px 0px 5px;
}

/**** RS EVENTS ****/
#rs_events_title_flash {
	margin:5px 0px 0px 15px;
}
#content_rs_events {
	border:1px solid #e5e5e5; margin:0px 0px 10px 0px; float:left; width:965px;
}
#rs_events_lhs {
	width:185px; float:left; border-top:1px solid #e5e5e5; margin:0px 0px 0px 20px; display:inline;
}
	#rs_events_lhs ul li {
		padding:10px 0px;  border-bottom:1px solid #e5e5e5; width:185px;
	}
	#rs_events_lhs ul li a {
		text-decoration:none; background:url(../images/renaultsport/events/ico_lhs.gif) no-repeat left;	
		color:#9b9ba4; text-transform:uppercase; padding:0px 0px 0px 10px;
	}
	#rs_events_lhs ul li a:hover {
		color:#444;
	}
#rs_events_rhs {
	float:left; width:725px; margin:0px 0px 0px 20px; display:inline;
}
	#rs_events_rhs_banner {
		border-bottom:5px solid #fdc100; height:163px;	
	}
	#rs_events_rhs_top {
		padding:5px 15px; margin:0px 0px 10px 0px;
		border:1px solid #e5e5e5;
	}
	#rs_events_rhs_top p {
		width:510px; float:left;
	}
		#rs_events_rhs_top a {
			float:right; margin:20px;
		}
	.rs_events_article_snip {
		background:#e5e5e5; padding:5px; margin:0px 0px 10px 0px;
	}
		.article_lhs_images {
			float:left; width:288px;
		}
		.article_snip_copy {
			float:right; margin:0px 0px 0px 0px; width:420px;
		}
		
/**** RS TECHNOLOGIES ****/
#rs_tech_title_flash {
	margin:15px 0px 0px 15px;
}
#content_rs_tech {
	border:1px solid #e5e5e5; margin:0px 0px 10px 0px; float:left; width:965px;
}
#rs_tech_lhs {
	width:160px; float:left; border-top:1px solid #e5e5e5; margin:0px 20px 0px 20px; display:inline;
}
	#rs_tech_lhs ul li {
		padding:10px 0px;  border-bottom:1px solid #e5e5e5; width:160px;
	}
	#rs_tech_lhs ul li a {
		text-decoration:none; background:url(../images/renaultsport/events/ico_lhs.gif) no-repeat left;	
		color:#9b9ba4; text-transform:uppercase; padding:0px 0px 0px 10px;
	}
	#rs_tech_lhs ul li a:hover {
		color:#444;
	}
  .rs_tech_rhs_column {
	  width:235px; height:390px; float:left; border:1px solid #e5e5e5; margin:0px 10px 20px 0px; padding:0px;
  }
	  .rs_tech_rhs_column img {
		  border-bottom:5px solid #fdc100; float:left; display:inline; clear:both;
	  }
	  .rs_tech_column_title {
		  width:235px; height:45px; background:#e5e5e5; float:left; clear:both; font-weight:bold;
	  }
		  .rs_tech_column_title p {
			  margin:10px; padding:0px; 
		  }
	  .rs_tech_column_text {
		  width:205px; padding:0px 15px 15px 15px; float:left; clear:both; position: relative; height: 160px;
	  }
	  .rs_tech_column_link {
		   /*float:right;*/position: absolute; bottom: 5px; left: 15px;
	  }
	  .rs_tech_column_link a {
		  color:#000;
	  }
		  .rs_tech_column_link a:hover {
			  color:#666;
		  }
	#rs_tech_rhs_top {
		/*border:1px solid #e5e5e5; */
		padding:5px 15px; margin:0px 0px 10px 0px;
	}

/**** RS GOODIES ****/
#goodies_list {
	margin:5px 0px 0px 20px; width:990px;
}
	#goodies_list li {
		float:left; display:inline; margin:0px 15px 15px 0px;
	}
		#goodies_list li a {
			width:215px; height:143px; border:3px solid #e5e5e5; display:block;
		}
		#goodies_list li a:hover {
			border:3px solid #fdc100;
		}
		
/**** RS CARLIST ****/
#CarListRS ul {
	border-top: 1px solid #EDEDED;
	margin-bottom: 5px;
}
	#CarListRS li {
		background: url(../images/common/right_menu_arrow_black.gif) right no-repeat;
		background-position: 95% 8px;
		border-bottom: 1px solid #EDEDED;
		margin: 0;
	}
	#CarListRS a {
		color: #9B9BA3;
		display: block;
		margin: 0px 0;
		padding: 5px 5px;
		text-decoration: none;
		font-size:10px;
	}
	#CarListRS .CarListCurrentItem {
		background-color: #EDEDED;
		color: #000000;
	}
	
.black {
	color:#000;
}
.yellow {
	color:#f8b600;
}