@import url("navigation.css");
@import url("carshow.css");
@import url("didyouknow.css");
@import url("usedCars.css");
@import url("community.css");

/* there is a conditional in the head of jargon.asp to give the table left-margin */
html { height: 100%; margin-bottom: 1px; } /* this adds a scrollbar to Mozilla and keeps it there to stop centered pages jigging about*/
table {
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif; }  /* this allows IE 5.* to view text inside tables correctly not too big!! */
body {
	background-color:#5C788F;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	margin:0px;
	padding:0px;
	text-align:center;
}
#OuterContainer {
	/*border:1px solid #9999CC;*/
	background-color:#fff;
	margin:2px auto 0px auto;
	position:relative;
	text-align:left;
	width:770px;
	}
#TopStrip {
	border-bottom:1px solid #eee;
	background-image:url(../images/topGrad35.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#9999CC;
	padding:10px 0px;
	text-align:right;
	width:770px;
}
#Time {
	background-color:transparent;
	color:#fff;
	font-size:0.8em;
	margin-right:10px;
	/*border:1px solid #000000;*/
}
#TimeInner {
	/*border:1px solid #000000;*/
	background-color:transparent;
	color:#666;
	font-size:0.8em;
	height:1.5em;
	padding:3px 8px 0px 0px;
	text-align:right;
}
#LogoHorizContainer {
	border:none;
	background-image:url(../images/short_grids.gif);
	background-position:right -10px;
	background-repeat:repeat-y;
	background-color:transparent;
	/*height:1%;*/
	margin:0px 0px 0px 0px;
	overflow:hidden;
	padding:10px 0px 3px 0px;   /*padding-bottom was 8px*/
	width:100%;
}
#Logo {
	/*border:1px solid #000000;*/
	display:inline;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 5px 12px;
	width:280px;
}
#RSSContainer {
	/*border:1px solid #ff0000;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#666;
	margin:2px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	width:120px;
}
#RSSContainer .RSSFeedLogo {
	border:none;
	height:18px;
	left:1px;
	margin:0px 5px 0px 0px;
	outline:none;
	padding:0px 0px 0px 0px;
	position:relative;
	top:2px;
	width:18px;
}
#RSSContainer #TwitterLogo {
	/*border:1px solid #ff0000;*/
	height:20px;
	left:67px;
	margin:0px 0px 0px 0px;
	outline:none;
	padding:0px 0px 0px 0px;
	position:absolute;
	top:2px;
	width:118px;
}
#RSSContainer #TwitterLogo img {
	border:none;
}


#RSSContainer a {
	color:#666;
	text-decoration:none;
	outline:none;
}
#RHWidgetsContainer {
	/*border:1px solid #ff0000;*/
	background-color:transparent;
	color:#666;
	display:inline;
	float:right;
	height:95px;
	overflow:visible;
	position:relative;
	top:3px;
	width:440px;
}
#RHWidgetsSubscribe {
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	right:9px;
	top:0px;
}
#RHWidgetsSendFriend {
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	right:9px;
	top:17px;
}
#RHWidgetsBookmark {
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	right:9px;
	top:34px;
}
#RHWidgetsSearchBox {
	/*border:1px solid #000000;*/
	font-size:10px;
	position:absolute;
	right:9px;
	text-align:right;
	top:61px;
	width:425px;
}
#RHWidgetsSearchBox INPUT {
	font-size:10px;
	margin:0;
	padding:0;
}
#RHWidgetsSearchBox SELECT {
	color:#666;
	font-size:10px;
	margin:0;
	padding:0;
}
#LogoHorizContainerClearer {
	/*border-bottom:1px solid #fff;*/
	clear:both;
	font-size:1px;
	height:0;
	width:100%;
}
/* there is a conditional element in the header of roadtests.asp to allow the banner to be lined-up in IE*/

#InnerContainer {
	/*border:1px solid #FF0000;*/
	background-image:url(../images/InnerContFaux770x2.gif);
	background-repeat:repeat-y;
	background-position:left;
	overflow:hidden;
	/*background: url(../images/lightblue770.gif) repeat-y 0px 0px;*/
	width:100%;
}
/* main-body and RightSideBar are the two master sections */
/* main-body is made up of content and LeftSidebar  */

#main-body {
	/*border:1px solid #FF0000;*/
	/*background-image: url(../images/MainBodyFaux148616V2.gif);
	background-repeat: repeat-y;
	background-position: right top;	*/
	float: left;
	width: 616px;
}
#main-body:after { /* this is the self-clearing float without structural markup P. 248 Bullet-Proof and http://www.positioniseverything.net/easyclearing.html*/
	content: ".";
	clear:both;
	display:block;
	height:0px;
	visibility: hidden;
}
#main-body { display:inline-block;}	/* this fixes IE5 for Mac */
/*Hide from IE/Mac \*/
* html #main-body { height:1%;} /* this fixes IE5 for Win */
#main-body {display: block;}
/* End Hide from IE/Mac */

/* -------------------------------- HOME PAGE -------------------------------------- */

#HPRoadTestsTbl {
	color:#666;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left:0px;
}
#HPRoadTestsTbl a:link, #HPRoadTestsTbl a:visited {
	color:#FF6600;
	text-decoration:none;
}
#HPRoadTestsTbl a:hover {
	color:#FF6600;
	text-decoration:none;
}
#HPRoadTestsTbl a:active {
	color:#FF6600;
	text-decoration:underline;
}
#HomeRTpicsTbl {
	width:454px;
}
#HPRoadTestsTblTD {
	padding-left:16px;
	text-align:center;
}

/* -------------------------------- CONTENT -------------------------------------- */

#content {
	/*border:1px solid #ff0000;*/
	/*background-color:#EDEDED;*/
	float: right;
	width: 468px;
}
#content DIV {
	padding:0px 0px;
}
#content:after { /* this is the self-clearing float without structural markup P. 248 Bullet-Proof and www.positiveis everything.net/easyclearing.html*/
	content: ".";
	display:block;
	height:0;
	clear:both;
	visibility: hidden;
}
#content { display:inline-block;}	/* this fixes IE5 for Mac */
/*Hide from IE/Mac \*/
* html #content { height:1%;} /* this fixes IE5 for Win */
#content {display: block;}
/* End Hide from IE/Mac */



/* ------------------------ RIGHT SIDE BAR -------------------*/
#RightSidebar {
	/*border:1px solid #FF0000;*/
	/*background-color:#E7EDFB;*/
	float: right;
	width: 151px;
}
#RightSidebar DIV {
	padding:1px;
}
#RightSidebar:after { /* this is the self-clearing float without structural markup P. 248 Bullet-Proof and www.positiveiseverything.net/easyclearing.html*/
	content: ".";
	clear:both;
	display:block;
	height:0;
	visibility: hidden;
}
#RightSidebar { display:inline-block;}	/* this fixes IE5 for Mac */
/*Hide from IE/Mac \*/
* html #RightSidebar { height:1%;} /* this fixes IE5 for Win */
#RightSidebar {display: block;}
/* End Hide from IE/Mac */

#RightMainNav {
	margin:13px 4px;
}
#RightSubNav {
	margin:0px;
	padding:0px;
}

/* -------- right Nav is in Navigation style sheet ---- */


/* ------------------------ LEFT SIDE BAR -------------------- */
#LeftSidebar {
	/*border:1px solid #ff0000;*/
	float: left;
	width: 146px;
	}
/* A CSS comment before the hack \*/
* html #LeftSidebar {
	width: 144px; 
}
/* Another CSS comment after the hack */
#LeftSidebar div {
	text-align:right;
	width:93%;
	background-color:transparent;
}
#LeftSidebar:after { /* this is the self-clearing float without structural markup P. 248 Bullet-Proof and www.positiveiseverything.net/easyclearing.html*/
	content: ".";
	clear:left;
	display:block;
	height:0;
	visibility: hidden;
}
#LeftSidebar { display:inline-block;}	/* this fixes IE5 for Mac */
/*Hide from IE/Mac \*/
* html #LeftSidebar { height:1%;} /* this fixes IE5 for Win */
#LeftSidebar {display: block;}
/* End Hide from IE/Mac */

/* ----------------------------------- FOOTER ------------------ */
#FooterContainer {
	/*border:1px solid green;*/
	background: #7887ab;
	clear: both;
	/*height:20px;*/
	padding:0px 0px 0px 0px;
}
#FooterNavText {
	color:#333;
	font-size:0.8em;
	padding:10px 0px 20px 0px;
	text-align:center;
}
/* ----------------------------------------------------- ROADTESTS -------------------------------------- */
#RoadTestContainer {
	width:100%;
}
#RoadTestContainer img {
	border:1px solid #9999CC;
	float:left;
	margin:3px 0px 0px 22px;
	padding:0px;
}
#RoadTestContainer .noborder {
	border:none;
}
#RoadTestPhotoCaption {
	border-right:1px solid #9999CC;
	border-bottom:1px solid #9999CC;
	border-left:1px solid #9999CC;
	background-color:#fff;
	clear:both;
	color:#777;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 0px 5px 22px;
	padding:3px 0px !important;
	text-align:center;
	width:246px;
}
#RoadTestGrid {
	border-left:1px solid #9999CC;
	float:right;
	margin:3px 0px 0px 5px;
	width:180px;
}
#RoadTestGridCopy {
	color:#666;
	font-size:0.9em;
	line-height:1.5em;
	margin:0px 5px;
}
 /*--- RSS FEED ROAD TESTS ---*/
#RTRSSFeed, #RTRSSFeed a {
	/*border:1px solid red;*/
	color:#ff6600;
	display:inline;
	font-size:0.9em;
	float:left;
	margin:15px 2px 0px 11px;
	outline:none;
	padding:0px 0px 0px 0px;
	position:relative;
	width:155px;
}
#RTRSSFeed a:link, #RTRSSFeed a:visited {
	/*border:1px solid #c0c0c0;*/
	color:#ff6600;
	text-decoration:underline;
}
#RTRSSFeed a:hover {
	/*border:1px solid #c0c0c0;*/
	color:#ff6600;
	text-decoration:none;
}
img#ImgRSSIconRTests, img#ImgRSSIconRTests a {
	border:none;
	margin:0px 4px 0px 0px;
	position:relative;
	top:-5px;
}
 /*--- END OF RSS FEED ROAD TESTS ---*/



#RoadTestContainer ul {
	font-style: normal;
	line-height: 1em;
	margin:0px;
	padding:0px;
}
#RoadTestContainer li {
	color:#666;
	list-style-position: inside;
	list-style-type: circle;
	margin-left:22px;
	padding:3px;
}
#TechStatsTbl {
	background-color:#F5F5F5;
	color:#666;
	margin:5px 0px 15px 20px;
	width:80%;
}
#TechStatsTbl TD {
	background-color:#EDEDED;
	color:#666;
	margin:1px 0px;
	padding:2px;
}
.SmallThanks {
	display:block;
	color:#666;
	font-size:0.8em;
	margin-left:22px;
}
.SmallThanksExpert {
	color:#666;
	display:inline;
	font-size:0.8em;
	margin-left:1px;
}
/* -------------------------------------- SHOW ALL ROADTESTS ----------------------------------- */
#AllRoadTestsListTbl {
	color:#666666;
	margin:5px 0px 0px 22px;
	padding:3px;
	width:430px;
}
#AllRoadTestsListTbl TD {
	border-bottom:1px solid #C0C0C0;
	border-left:1px solid #C0C0C0;
	color:#666666;
}
#AllRoadTestsListTbl .HeaderLeft {
	border-top:1px solid #C0C0C0;
	background-color:#ccc;
	color:#666;
	font-weight:bold;
	padding:4px 0px 4px 2px;
	text-align:left;
	}
#AllRoadTestsListTbl .HeaderLeftEndRight {
	text-align:left;
	color:#666;
	background-color:#ccc;
	font-weight:bold;
	border-top:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	padding-left:2px;
	}
#AllRoadTestsListTbl .HeaderCenter {
	text-align:center;
	color:#666666;
	background-color:#CCCCCC;
	font-weight:bold;
	border-top:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	padding:3px 0px;
}
#AllRoadTestsListTbl .HeaderBasic {
	text-align:left;
	color:#666666;
	background-color:#CCCCCC;
	font-weight:bold;
	border-top:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	padding:4px 0px 4px 2px;
	}
#AllRoadTestsListTbl .HeaderBasicLeft {
	text-align:left;
	color:#666666;
	background-color:#CCCCCC;
	font-weight:bold;
	border-top:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	padding:4px 0px 4px 2px;
	}
#AllRoadTestsListTbl .HeaderBasicRight {
	text-align:center;
	color:#666666;
	background-color:#CCCCCC;
	font-weight:bold;
	border-top:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	border-left:none;
	padding:4px 0px 4px 2px;
	}
#AllRoadTestsListTbl .GridLeft {
	text-align:left;
	color:#666666;
	padding:2px 3px;
}
#AllRoadTestsListTbl .BasicListing {
	text-align:left;
	color:#666666;
	padding:2px 3px;
	border-right:1px solid #C0C0C0;
}
#AllRoadTestsListTbl .BasicListingLeft {
	text-align:left;
	color:#666666;
	padding:2px 3px;
	border-right:1px solid #C0C0C0;
}
#AllRoadTestsListTbl .BasicListingRight {
	text-align:center;
	color:#666666;
	padding:2px 3px;
	border-right:1px solid #C0C0C0;
	border-left:none;
}
/* -------------------------------------------------------- USEFUL LINKS ROLL-OVER ---------------------- */
#AllRoadTestsListTbl .GridLeftLinks {
	text-align:left;
	padding:2px 3px;
}
#AllRoadTestsListTbl .GridLeftLinks a:link,#AllRoadTestsListTbl .GridLeftLinks a:visited  {
	color:#FF6600;
}
#AllRoadTestsListTbl .GridLeftLinks a:hover {
	color:#666666;
}
#AllRoadTestsListTbl .GridLeftLinks a:active {
	color:#FF6600;
}
/* -------------------------------------------------------- END OF USEFUL LINKS ROLL-OVER ---------------------- */
#AllRoadTestsListTbl .GridLeftEndRight {
	text-align:left;
	color:#666666;
	padding:2px 3px;
	border-right:1px solid #C0C0C0;
}
#AllRoadTestsListTbl .GridCenter {
	text-align:center;
	color:#666666;
	padding:2px 3px;
	border-right:1px solid #C0C0C0;
}

/* -------------------------------------------------- MORE CARS SECONDARY NAV --------------------- */
#RoadTestNavContainer {
	margin:7px 4px;
	width:137px;
	voice-family:"\"}\"";   /* box model hack shows IE 5 width first (bigger) then the correct IE6/Firefox width */
	voice-family:inherit;
	width:137px;             /* correct IE 6/Firefox height */

}
#RoadTestNavContainerTopBar {
	text-align:center;
	color:#fff;
	background-color:#9999CC;
	line-height:1.5em;
	width:133px;
	/*border:1px solid #000000;*/
}
.MoreCarsList {
	text-align:center;
	margin-bottom:0px;
}
.TeenyTell {
	font-size:9px;
	font-weight:normal;
}
.TeenyArchiveJumps {
	font-size:9px;
	font-weight:normal;
	padding:0px 0px 0px 25px;
	line-height:2.5em;
}
* HTML .TeenyArchiveJumps {  /*for IE6 only*/
	font-size:9px;
}




.TeenyArchiveJumps a {
	color:#FF6600;
	text-decoration:none;
}
.TeenyArchiveJumps a:hover {
	text-decoration:underline;
	color:#FF6600;
}


.MoreCarsList img {
	margin-top:4px;
	text-align:center;
	width:130px;
	height:83px;
	border:1px solid #9999CC;
}
/* -------------------------------------------------- LINKS SECONDARY NAV --------------------- */
#LinksNavContainer {
	margin:10px 6px;
	/*border:1px solid #000000;*/
}
#LinksNavContainerTopBar {
	text-align:center;
	color:#fff;
	background-color:#9999CC;
	line-height:1.5em;
	margin-bottom:2px;
	/*border:1px solid #000000;*/
	position:relative;
	left:-2px;
}
.MoreLinksList {
	text-align:left;
	font-size:9px;
	border-bottom:1px dotted #CCCCCC;
	padding:1px 0px 3px 2px;
	list-style-type: none;

}

/* --------------------------------------------------- JARGON ------------------------------------- */
#DefinitionContainerTbl {
	border-bottom:1px solid #B5B5B5;
	border-left:1px solid #B5B5B5;
	background-color:#ffffff;
	margin:3px 0px 0px 25px;
	width:430px;
}
#DefinitionContainerTbl TD {
	border-top:1px solid #B5B5B5;
	border-right:1px solid #B5B5B5;
	background-color:#ffffff;
	padding:2px 2px;
	vertical-align:top;
	color:#666;
	background: #fff;
}
#JargonIFrame {
	border:1px solid #ff0000;
	border:1px solid #C5C5C5;
	margin:10px 0px 10px 25px;
	overflow:auto;
	background-color:#ffffff;
	text-align:left;
	width:430px;
}
#JargonIFrameInner {
	/*border:1px solid #ff0000;*/
	background-color:#ffffff;
	height:100%;
	overflow:auto;
}
#JargonIFrameInner p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#666;
	background-color:#ffffff;
}
.JargonIndent {
	border:1px solid #ddd;
	background-color:#fff;
	display:block;
	margin:3px 0px 3px 3px;
	padding-bottom:6px;
}
.QuestionIndent {
	margin:15px 0px 0px 0px;
	color:#666;
	font-size:0.8em;
	display:block;	
}

/* --------------------------------------------------- NEWSLETTER ------------------------------------- */
#NewsletterOuter {
	width:442px;
	margin:0px auto;
	color:#666666;
}
#NewsletterOuter .NameLabel {
	padding-top:5px;
	width:100px;
	float:left;
	text-align:right;
	font-size:0.9em;
}
#NewsletterOuter .NameField {
	padding-top:2px;
	width:300px;
	float:left;
}
#NewsletterOuter .NameLabelBox {
	padding-top:1px;
	width:100px;
	float:left;
	text-align:right;
	font-size:0.9em;
}
#NewsletterOuter .NameFieldExpert {
	padding-top:5px;
	width:300px;
	float:left;
	font-size:0.9em;
}
#NewsletterOuter .NameField INPUT {
	padding:2px 1px;
	width:200px;
	color:#666666;
	font-size:0.8em;
	height:20px;
	margin-bottom:5px;
	voice-family: "\"}\"";   /* box model hack shows IE 5 width first (bigger) then the correct IE6/Firefox width */
	voice-family:inherit;
	height:1em;
	margin:0px;
}

#NewsletterOuter .NameField TEXTAREA {
	padding:2px 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:200px;
	color:#666;
	font-size:1em;
	margin-bottom:5px;
	voice-family: "\"}\"";   /* box model hack shows IE 5 width first (bigger) then the correct IE6/Firefox width */
	voice-family:inherit;
	margin:0px;
}

#NewsletterOuter P.Privacy {
	font-size:0.8em;
	margin:10px 13px;
	}
	
.clearme {
	clear:both;
}
#NewsletterOuter .clearme {
	padding:0px;
	margin:-0.4em;
	clear:both;
}
#NewsletterOuter .SubmitButton {
	text-align:center;
	margin-top:10px;
}
#NewsletterOuter .SubmitButton INPUT{
	text-align:center;
	font-size:0.95em;
}
legend {
	color:#9999CC;
}
/* ------------------------------------------------- SEND THIS TO A COLLEAGUE --------------------------*/
#SendFriendFormTbl {
	width:100%;
	text-align:left;
	table-layout:fixed;
	border-collapse:collapse;
	background-color:#FFFFFF;
	font-size:1.4em;
}
#SendFriendFormTbl .QLabel {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6em;
	color:#666666;
	text-align:right;
	padding-right:2px;
}
#SendFriendFormTbl .Thanks {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6em;
	color:#666666;
	text-align:center;
}
#SendFriendFormTbl .Logo {
	text-align:left;
	padding:25px 0px 5px 0px;
}
#SendFriendFormTbl .QLabelTop {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6em;
	color:#666666;
	text-align:right;
	padding-right:2px;
	vertical-align:top;
}
#SendFriendFormTbl .QField INPUT, #SendFriendFormTbl .QField TEXTAREA  {
	width:244px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:1em;
	color:#666666;
	font-size:0.7em;
	padding:2px 0px;
}
#SendFriendFormTbl .QField TEXTAREA  {
	width:244px;
	height:130px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:0.7em;
	padding:2px 0px;
}
#SendFriendFormTbl .submitButton {
	text-align:left;
	padding:5px 0px;
}
#SendFriendFormTbl .submitButton INPUT {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6em;
}
#SendFriendFormTbl .privacy {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6em;
	text-align:left;
}
#SendFriendFormTbl .closeWindow {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	letter-spacing:-0.1em;
	text-align:left;
	font-variant:small-caps;
}
#SendFriendFormTbl .closeWindowCenter {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	letter-spacing:-0.1em;
	font-variant:small-caps;
}
#SendFriendFormTbl .closeWindow a:link,#SendFriendFormTbl .closeWindow a:visited,#SendFriendFormTbl .closeWindow a:active {
	text-decoration:none;
}
#SendFriendFormTbl .closeWindow a:hover {
	text-decoration:none;
}

/* --------------------------------------------------- KNOWLEDGE BANK ------------------------------------- */

.KnowledgeAgree {
	font-size:0.8em;
	margin:0px 0px 0px -18px; 
	padding-top:5px;
	padding-bottom:10px;
	line-height:1.2em;
	color:#666;
}
#JobTitle, #FleetSize  {
	font-size:0.8em;
	margin:0px;
	padding:0px;
	color:#666;
}
.LeavePhone {
	clear:both;
	font-size:0.9em;
	color:#666;
	background-color:#EDEDED;
	margin:10px;
	padding:10px;
	width:80%;
}
#KnowledgePhoneInput {
	padding:0px;
	margin-top:5px;
	margin-left:90px;
	width:150px;
	color:#666;
	font-size:0.85em;
}
.DaimlerChryslerAssociation {
	font-size:0.8em;
	color:#fff;
	letter-spacing:0.04em;
}
#dtrightbanner {
	border:1px solid #999;
	margin-top:4px;
	width:131px;
}
#RoadTestBannerCompensator #dtrightbanner {
	border:1px solid #999;
	margin-top:4px;
	position:relative;
	left:6px;
	width:131px;
}
/*##-- NEW PHOTO AND TOTAL LOGO*/
#KBMastCont {
	/*border:1px solid green;*/
	overflow:auto;
	position:relative;
	width:450px;
}
#KBPicTop {
	/*border:1px solid #ff0000;*/
	margin:0px 10px 0px 0px;
	float:left;
	width:175px;
	overflow:hidden;
}
#KBPicTop img {
	/*border:1px solid blue;*/
	float:right;
	height:250px;
	margin:0px 0px 0px 0px;
	width:150px;
}
.KBLevelTop {
	float:right;
	margin:-7px 0px 0px 0px;
}
#TotalLogo {
	/*border:1px solid #ff0000;*/
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	overflow:auto;
	position:absolute;
	bottom:0px;
	right:10px;
	text-align:center;

}
#TotalLogo img {
	margin:0px 0px 0px 0px;

}
/* ------------------------------- ADVICE CENTRE ------------------------------------- */
#AdviceBlockContainer {
	background-color:#E7EDFB;
	/*border:1px solid #ff0000;*/
	width:462px;
	margin-top:2px;
	margin-bottom:4px;
	margin-left:3px;
}
#AdvicePicLeftCopyRight { /* container for picLeft and copyRight */
	border:1px solid #9999CC;
	width:462px;
}
#AdvicePicLeft {
	float:left;
	margin:0px 5px;
}
#AdviceCopyRight {
	float:left;
	width:320px;
	margin:2px 0px 10px 0px;
	/*border:1px solid black;*/
}
#AdviceCopyRight H1 {
	font-size:1em;
	color:#666;
	padding:0px;
	margin:0px;
	background-color:#E7EDFB;
	text-decoration:none;
}
#AdviceCopyRight H3 {
	font-size:0.9em;
	margin-top:0px;
	margin-bottom:0px;
	color:#666;
	padding-bottom:3px;
	/*border-bottom:1px solid #9999CC;*/
}
.AdviceUnderline {
	height:1px;
	margin:0;
	padding:0;
	display:none;
}
#AdviceCopyRight p {
	padding:0px;
	margin:0px 0px 2px 0px;
	color:#666666;
	font-size:0.9em;
	line-height:1.2em;
}
#AdvicePicLeftCopyRightClear {
	/*border:1px solid black;*/
	clear:both;
	font-size:9px;
	margin:0px 0px 6px 0px;
	text-align:right;
	width:95%;
}
#AdvicePicLeftCopyRightClearHome {
	width:464px;
	clear:both;
	text-align:right;
	height:4px;
}
/* A CSS comment before the hack \*/
* html #AdvicePicLeftCopyRightClearHome {
	width:464px;
	clear:both;
	text-align:right;
	font-size:1px;
	/*border:1px solid black;*/	
}
/* Another CSS comment after the hack */

#AdvicePicLeftCopyRightClear a:link, #AdvicePicLeftCopyRightClear a:visited {
	text-decoration:none;
	color:#FF6600;
	outline:none;
}
#AdvicePicLeftCopyRightClear a:hover {
	color:#000099;
	outline:none;
	text-decoration:none;
}
#AdvicePicLeftCopyRightClear a:active {
	text-decoration:none;
	color:#FF6600;
	outline:none;
}
/* ------------------------------------ NEW EXPERTS ANSWERS NEW JULY 2009 ------------------------ */
.ExpertsBlockContainer {
	background-color:#E7EDFB;
	/*border:1px solid #ff0000;*/
	width:462px;
	margin-top:2px;
	margin-bottom:4px;
	margin-left:3px;
}
.ExpertsPicLeftCopyRight { /* container for picLeft and copyRight */
	border:1px solid #9999CC;
	margin:0px 0px 0px 0px;
	width:462px;
}
.ExpertsPicLeft {	
	display:inline;
	float:left;
	margin:0px 5px;
}
.ExpertsCopyRight {
	display:inline;
	float:left;
	width:320px;
	margin-top:2px;
	/*border:1px solid black;*/
}
.ExpertsCopyRightNoPic {
	/*border:1px solid black;*/
	display:inline;
	float:left;
	width:320px;
	margin:2px 0px 0px 25px;
}
.ExpertsCopyRight H1, .ExpertsCopyRightNoPic H1 {
	font-size:1em;
	color:#666;
	padding:0px;
	margin:0px;
	background-color:#E7EDFB;
	text-decoration:none;
}
.ExpertsCopyRight H3, .ExpertsCopyRightNoPic H3 {
	font-size:0.9em;
	margin-top:0px;
	margin-bottom:0px;
	color:#666;
	padding-bottom:3px;
	/*border-bottom:1px solid #9999CC;*/
}
.ExpertsCopyRight p, .ExpertsCopyRightNoPic p {
	padding:0px;
	margin:0px 0px 2px 0px;
	color:#666666;
	font-size:0.9em;
	line-height:1.2em;
}
.ExpertsPicLeftCopyRightClear {
	/*border:1px solid black;	*/
	clear:both;
	font-size:9px;
	text-align:right;
	width:95%;
}
.ExpertsPicLeftCopyRightClear a:link, .ExpertsPicLeftCopyRightClear a:visited {
	text-decoration:none;
	color:#FF6600;
	outline:none;

}
.ExpertsPicLeftCopyRightClear a:hover {
	text-decoration:none;
	color:#000099;
	outline:none;
}
.ExpertsPicLeftCopyRightClear a:active {
	text-decoration:none;
	color:#FF6600;
	outline:none;
}
/*##---------- ASK THE EXPERTS - FACES OLD ---------------##*/

#ExpertFacesTbl {
	/*border:1px solid #ff0000;*/
	margin:0px 0px 0px 35px;
	padding:0px 0px 0px 0px;
	table-layout:fixed;
	width:405px;
}
#ExpertFacesTbl img {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#ExpertFacesTbl #MiddleDivider {
	/*border:1px solid #ff0000;*/
	width:20px;
}
#ExpertFacesTbl td h3 {
	font-size:0.9em;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#ExpertFacesTbl td.GreyExpertsDividerLine {
	color:#cdcdcd;
	padding-bottom:7px;

}

/*---------- NEW EXPERT FACES MEET THE EXPERTS JULY 2009 ----------*/

.NewExpertPanelContainer {
	/*border:1px solid #ff0000;*/
	margin:15px 0px 0px 10px;
	padding:0px 0px 0px 0px;
	width:450px;
}
.NewExpertPanelPhoto {
	/*border:1px solid blue;*/
	display:inline;
	float:left;
	height:60px;
	margin:0px 0px 0px 23px;
	padding:0px 0px 0px 0px;
	width:60px;
}
#experts .NewExpertPanelPhoto img {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.NewExpertPanelLabel {
	/*border:1px solid green;*/
	display:inline;
	float:left;
	bottom:0px;
	margin:19px 0px 0px 8px;
	padding:0px 0px 0px 0px;
}


/*##---------- ASK THE EXPERTS - QUESTIONS ---------------##*/
#AllExpertsListTbl {
	/*border:1px solid #ff0000;*/
	color:#666;
	margin:5px 0px 0px 12px;
	padding:3px;
	table-layout:fixed;
	width:443px;
}
#AllExpertsListTbl TD {
	border-bottom:1px solid #C0C0C0;
	border-left:1px solid #C0C0C0;
	color:#666;
}
#AllExpertsListTbl .HeaderBasic {
	text-align:left;
	color:#666;
	background-color:#ccc;
	font-weight:bold;
	border-top:1px solid #C0C0C0;
	border-right:1px solid #C0C0C0;
	padding:4px 0px 4px 2px;
	}
#AllExpertsListTbl .BasicListing {
	text-align:left;
	color:#666;
	padding:5px 3px;
	border-right:1px solid #C0C0C0;
}
#AllExpertsListTbl a:link, #AllExpertsListTbl a:visited {
	text-decoration:none;
	color:#FF6600;
}
#AllExpertsListTbl a:hover {
	text-decoration:none;
	color:#666;
}
#AllExpertsListTbl a:active {
	text-decoration:none;
	color:#FF6600;
}
.ExpertQuestionsAnswersContainer {
	margin: 0px 20px 1px 25px;
	display:block;
}
.ExpertSignOffContainer {
	margin: 0px 20px 10px 25px;
	display:block;
	border:1px solid #ccc;
}
.WindscreenPic {
	border:none;
	display:block;
	float:none!important;
	height:246px;
	margin:0px auto 20px auto!important;
	padding:0px 0px 0px 0px!important;
	width:380px;
}
#PhotoLeftCopyRightContainer ul, #PhotoLeftCopyRightContainer ol {
	font-style: normal;
	line-height: 1em;
	line-height:1.4em;
	margin:0px 0px 0px 22px;
	padding:0px 2px;
}
#PhotoLeftCopyRightContainer ul li {    /*this for normal UL bullet points*/
	/*border:1px solid #ff0000;*/
	color:#666666;
	list-style-position:inside;
	list-style-type:circle;
	margin-left:22px;
	padding:3px;
}
#PhotoLeftCopyRightContainer ol li {    /*this for numerical OL bullet points*/
	/*border:1px solid #ff0000;*/
	color:#666666;
	list-style-position:inside;
	list-style-type:decimal;
	margin-left:22px;
	padding:3px;
}




/* ---------------------------------------------- GENERAL PIC LEFT COPY ON RIGHT ----------------------------------- */
#PhotoLeftCopyRightContainer {
	width:95%;
}
#PhotoLeft {
	/*border:1px solid #ff0000;*/
	float:left;
	margin: 0px 12px 0px 0px;
}
#PhotoCaption {
	border-right:1px solid #9999CC;
	border-bottom:1px solid #9999CC;
	border-left:1px solid #9999CC;
	background-color:#fff;
	clear:both;
	color:#777;
	font-size:0.9em;
	font-family:Arial;
	line-height:1.8em;
	margin-left:22px;
	text-align:center;
}
#CopyRight {
	text-align:left;
	display:inline;
}
#PhotoLeftCopyRightClear {
	height:1px;
	clear:both;
}
#HeadlineBlockCont {
	height:1%;
	padding:0px;
	background-color:#9999CC;
}
#TextOnlyBlock {
	color:#FFFFFF;
	height:1%;
}
#TextOnlyBlock ul, #TextOnlyBlock ol {
	padding:0px 2px;
	margin-top:0px;
	margin-bottom:0px;
	font-style: normal;
	line-height: 1em;
	line-height:1.4em;
}
#TextOnlyBlock ul li {
	padding:3px;
	margin-left:22px;
	color:#666;
	list-style-position: inside;
	list-style-type:circle;
}
#URLStrip {	
	margin:8px 22px 15px 22px;
	border:1px solid #9999CC;
	color:#666;
	text-align:center;
	background-color:#FFFFFF !important;
	padding:10px !important;
	}
#URLStrip a:link, #URLStrip a:visited {
	text-decoration:none;
	color:#FF6600;
	background-color:#fff;
}
#URLStrip a:hover {
	text-decoration:none;
	color:#666666;
	background-color:#fff;
}
#URLStrip a:active {
	text-decoration:none;
	color:#FF6600;
	background-color:#fff;
}

/* ---------------------------------------------------- SITE MAP -----------------------------------*/
#IndentedSiteMap {
	margin-top:10px;
	margin-left:35px;
}
#IndentedSiteMap a:link,#IndentedSiteMap a:visited {
	text-decoration:none;
	color:#666666;
}
#IndentedSiteMap a:hover {
	text-decoration:none;
	color:#FF6600;
}
#IndentedSiteMap a:active {
	text-decoration:none;
	color:#FF6600;
}
/* --------------------------------------------------- AUDI BANNER --------------------------- */
#home #ImgAudiBannerHome {
	/*border:1px solid #ff0000!important;*/
	margin-left:3px!important;
	width:462px;
}
/* --------------------------------------------------- DC BANNER --------------------------- */
#dcbanner {
	margin-top:5px;
	border:1px solid #999;
}
#home #dcbanner {
	margin:2px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:1px solid #999;
}
#stephensonbanner {
	margin-top:4px;
	border:1px solid #999;
	width:133px;
}
#bcmBanner {
	margin-top:4px;
	border:1px solid #999;
	width:133px;
}
.clearMe {
	clear:both;
}
/* --------------------------------------------------- DOWNLOADS ------------------------------------- */
#DLPicTop {
	/*border:1px solid #ff0000;*/
	margin:0px 10px 0px 0px;
	float:left;
	width:175px;
	overflow:hidden;
}
.DLLevelTop {
	margin:-7px 0px 0px 0px;
}

/* --------------------------------------------------- PUNCTUATION ------------------------------------- */
H1 {
	background-color:#9999CC;
	/*background-image:url(../images/H1cornerTopRight.gif);
	background-repeat:no-repeat;
	background-position:top right;*/
	color:#fff;
	font-size:1.2em;
	margin-top:3px;
	margin-bottom:0px;
	padding:2px 0px 2px 5px;
	width:463px;
}
H1.Top {
	font-size:1.2em;
	margin-top:1px;
	margin-bottom:0px;
	background-color:#ff6600;
	padding:2px 0px 3px 5px;
	color:#fff;
	width:468px;
	voice-family: "\"}\"";   /* box model hack shows IE 5 width first (bigger) then the correct IE6 and Firefox width */
	voice-family:inherit;
	width:463px;
}
H1.TopLead {
	font-size:1.2em;
	margin-top:1px;
	margin-bottom:0px;
	/*background-color:#005ca5;*/
	background-color:#ff6600;
	/*background-image:none;*/
	padding:2px 0px 4px 5px;
	color:#fff;
	width:468px;
	voice-family: "\"}\"";   /* box model hack shows IE 5 width first (bigger) then the correct IE6 and Firefox width */
	voice-family:inherit;
	width:463px;
}
H4 {
	color:#fff;
	background-color:#9999CC;
	font-size:0.9em;
	margin:0px 0px 3px 0px;
	padding:4px 0px 4px 6px;
	width:462px;
}
H2 {
	font-size:1.2em;
	display:block;
	color:#666666;
	margin:1px 0px 5px 22px;
}
H3 {
	font-size:1.0em;
	display:block;
	color:#666666;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:1px;
}
H3.InBody  {
	font-size:1.0em;
	display:block;
	color:#666666;
	font-weight:bold;
	margin:5px 0px 1px 22px;
}
H5 {
	font-size:1em;
	margin-top:0px;
	margin-bottom:2px;
	padding:0px;
}
H5 a:link, H5 a:visited {
	text-decoration:none;
	color:#666666;
}
H5 a:hover {
	text-decoration:none;
	color:#666666;
}
H5 a:active {
	text-decoration:none;
	color:#666666;
}
p {
	margin:0px 0px;
	padding: 2px 12px 3px 22px;
	line-height:1.4em;
	color:#666;
}
p a:link,p a:visited {
	text-decoration:none;
	color:#FF6600;
}
p a:hover {
	text-decoration:none;
	color:#000099;
}
p a:active {
	text-decoration:none;
	color:#FF6600;
}
.SmallerThanks {
	font-size:0.8em;
}
#AllRoadTestsListTbl .TeenyNewsAll {
	border:none;
	width:50px;
	height:35px;
	margin:2px 10px 0px 5px;
	padding-bottom:2px;
}
#HomeMidBannerAdj {
	/*border:1px solid red;*/
	position:relative;
	left:0px;
	height:64px;
	width:470px;
	overflow:hidden;
	margin-bottom:3px;
	padding:0px;

}
#HomeMidBannerAdj img {
	position:absolute;
	left:-20px;
	top:-2px;
	border:none;
}



/* --------------------------------------------------- BLOG ------------------------------------- */
.BlogBlockContainer {
	/*border:1px solid red;*/
	background-color:#fff;
	margin:2px 0px 4px 2px;
	width:465px;
}
.BlogPicLeftCopyRight { /* container for picLeft and copyRight */
	border:1px solid #9999CC;
	height:1%;
/*	width:462px;*/
}
.BlogPicLeftCopyRight h1 {
	font-size:1em;
	margin-top:10px;
	margin-bottom:0px;
	margin-left:20px;
	background-color:#fff;
	color:#666666;
	padding-bottom:1px;
	font-variant:small-caps;
	width:93%;
/*	border:1px solid #9999CC;*/
}
.BlogPicLeftCopyRight h2 {
	font-size:0.96em;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:25px;
	background-color:#fff;
	color:#666;
	padding-bottom:0px;
	display:inline;
	/*border-bottom:1px solid #9999CC;*/
}
.BlogPicLeftCopyRight h3 {
	font-size:0.9em;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:25px;
	background-color:#fff;
	color:#666;
	padding-bottom:3px;
	width:50%;
	/*border-bottom:1px solid #9999CC;*/
}
.BlogPicLeft {
	float:left;
	margin:5px 8px 2px 5px;
	padding:0px;
	width:105px;
}
.BlogPicLeft img {
	float:right;
	margin:0px 0px 5px 0px;
	padding:0px;
}
.BlogCopyRight {
	float:left;
	width:320px;
	margin-top:2px;
	/*border:1px solid black;*/
}

/*--- RSS Blog container ---*/
#BlogRSSContainer {
	/*border:1px solid #ff0000;*/
	color:#666;
	display:block;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	margin:10px 0px 0px 0px;
	overflow:visible;
	padding:0px 0px 0px 0px;
	text-align:left;
	width:320px;
}
#BlogRSSContainer .RSSBlogFeedLogo {
	border:none;
	display:inline;
	float:right;
	height:18px;
	margin:0px 18px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	right:0px;
	top:-6px;
	width:18px;
}
/*--  There is also a conditional in the head of Blog.asp for IE6/7 which displays the RSS icon too low --*/
#BlogRSSContainer a {
	border:none;
	color:#FF6600;
	text-decoration:underline;
	outline:none;
}
#BlogRSSContainer a:hover {
	color:#FF6600;
	text-decoration:none;
}
.BlogCopyRight ul, .BlogCopyRight ol {
	/*border:1px solid #ff0000;*/
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.BlogCopyRight ul li {			/*for normal UL bullet-points*/
	/*border:1px solid #ff0000;*/	
	color:#666;
	list-style-position: inside;
	list-style-type:circle;
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 0px;
	font-size:0.9em;
	line-height:1.5em;
}
.BlogCopyRight ol li {
	/*border:1px solid #ff0000;*/	/*for numerical OL bullet-points*/
	color:#666;
	list-style-position:inside;
	list-style-type:decimal!important;
	margin:0px 0px 10px 20px!important;
	padding:0px 0px 0px 0px!important;
	font-size:0.9em;
	line-height:1.5em;
}
.BlogUnderline {
	height:1px;
	margin:0;
	padding:0;
	display:none;
}
.BlogCopyRight p {
	padding:0px;
	margin:0px 0px 8px 0px;
	color:#666;
	font-size:0.9em;
	line-height:1.2em;
}
.BlogCopyRightAcross {
	/*border:1px solid black;*/
	display:inline;
	float:left;
	margin-top:2px;
	margin-left:25px;
	width:92%;
}
#RalpPhoto {
	/*border:1px solid #ff0000;*/
	display:inline;
	float:left;
	width:90px;
}
#RalpPhoto img {
/*	border:none;*/
	height:53px;
	width:80px;
	margin:3px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.BlogEdCaption {
	/*border:1px solid #ff0000;*/
	color:#666;
	display:block;
	font-size:0.8em;
	line-height:1.2em;
	padding:0px 7px 20px 0px;
	text-align:left;
}
.BlogCopyRightAcross p {
	padding:0px;
	margin:0px 0px 8px 0px;
	color:#666;
	font-size:0.9em;
	line-height:1.2em;
}
.BlogLeadOut {
	background-color:#fff;
	border-top:1px solid #9999CC;
}
.BlogLeadOut p {
	padding:0px;
	margin:3px 0px 0px 0px;
	color:#999;
	font-size:0.9em;
	line-height:1.2em;
}
.BlogLeadOut a:link, .BlogLeadOut a:visited {
	text-decoration:none;
	color:#666;
}
.BlogLeadOut a:hover {
	text-decoration:none;
	color:#999;
}
.BlogLeadOut a:active {
	text-decoration:underline;
	color:#666;
}
.BlogPicLeftCopyRightClear {
	width:95%;
	clear:both;
	text-align:right;
	font-size:9px;
	/*border:1px solid black;*/	
}
.BlogPicLeftCopyRightClear a:link, .BlogPicLeftCopyRightClear a:visited {
	text-decoration:none;
	color:#FF6600;
}
.BlogPicLeftCopyRightClear a:hover {
	text-decoration:none;
	color:#000099;
}
.BlogPicLeftCopyRightClear a:active {
	text-decoration:none;
	color:#FF6600;
}
#BlogNavContainerTopBar {
	/*border:1px solid #000000;*/
	background-color:#9999CC;
	color:#fff;
	line-height:1.5em;
	margin-bottom:2px;
	left:-2px;
	text-align:center;
	width:133px;
}
/* --------------- LEADER ARTICLE --------------*/
#HomeLeadBlockContainer {
	background-color:#fff;
	border:1px solid #9999CC;
	width:462px;
	margin:2px 0px 4px 3px;
	position:relative;
}
#HomeLeadHeadlineCont { /* container for picLeft and copyRight */
	background-color:transparent;
	width:462px;
	text-align:left;
}
#HomeLeadHeadlineCont H5 {
	color:#444;
	font-size:1.2em;
	margin:10px 0px 0px 22px;
}
#HomeLeadHeadlineCont H3 {
	margin:1px 0px 0px 22px;
	padding:0px 0px 0px 0px;
}
#HomeLeadPicCopyCont {
	/*border:1px solid #ff0000;*/
	margin:13px 0px 0px 0px;
	overflow:auto;
	width:462px;
}
#HomeLeadBlockContainer #HomeLeadPicLeft {
	/*border:1px solid blue;*/
	display:inline;
	float:left;
	margin:0px 0px 0px 22px;
	width:120px;
}
#HomeLeadBlockContainer #HomeLeadPicLeft img {
	width:120px;
	margin:0px 0px 0px 0px;
	/*border:1px solid #ff0000;*/
}
#HomeLeadCopyRight {
	background-color:transparent;
	border-left:1px solid #c0c0c0;
	display:inline;
	float:left;
	height:100px;
	overflow:auto;
	text-align:left;
	width:260px;
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 0px;
	/*border:1px solid black;*/
}
.noIndent {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 10px;
	font-size:0.9em;
}
#HomeLeadPicCopyContClear {
	border:1px solid #c0c0c0;
	clear:both;
	font-size:9px;
	font-weight:bold;
	font-variant:small-caps;
	left:410px;
	margin:5px 0px;
	position:relative;
	text-align:right;
	width:40px;
	/*border:1px solid black;*/	
}
#RoadTestBannerCompensator {
	/*border:1px solid #ff0000;*/
	text-align:center;

}
#AdjustAudiBanner img {
	/*border:1px solid #ff0000;*/
	position:relative;
	left:-24px;
}

/*##-- ADDING ALLIANCE LOGO TO SPECIAL REPORTS --##*/
#reports #PhotoLeftCopyRightContainer {
	/*border:1px solid #ff0000;*/
	width:96%;
}
#AllianceLogoContainer {
	border:1px solid #ededed;
	float:left;
	margin:2px 2px 0px 0px;
	padding:0px 0px 0px 0px;
}
.AllianceLogo {
	border:1px solid #dedede !important;
	height:29px;
	margin:0px 0px 0px 0px !important;
	padding:0px 0px 0px 0px !important;
}
p.AllianceMoveDown {
	border:1px solid #ededed;
	/*float:left;*/
	margin:0px 30px 0px 0px;
	padding:35px 0px 0px 0px;
	/*width:50px;*/
}
#FrankMShow {
	display:none;
	border:none;
	background:transparent;
	left:200px;
	position:absolute;
	height:146px;
	outline:none;
	overflow:hidden;
	top:0px;
	width:239px;
	z-index:10;
}
#BestCarsTitle {
	display:block;
	border:none;
	background:transparent;
	left:209px;
	position:absolute;
	height:18px;
	outline:none;
	/*top:3px;*/
	top:-25px;
	width:226px;
	z-index:11;
}
#Pointer {
	display:none;
	border:none;
	background:transparent;
	left:408px;
	position:absolute;
	height:16px;
	outline:none;
	top:60px;
	width:14px;
	z-index:11;
}
#FrankMShow a, #BestCarsTitle a, #Pointer a {
	border:none;
	outline:none;
}
#ComingSoon {
	display:block;
	border:none;
	background:transparent;
	left:209px;
	position:absolute;
	height:26px;
	outline:none;
	/*top:3px;*/
	top:-28px;
	width:146px;
	z-index:11;
}