/* car care css */

.car_care_overview {
	width:700px;
}

.car_care_overview .left {
	width:417px;
	float:left;
	
}

.car_care_overview .left .product_adviser {
	
	width:418px;
	height:174px;
	
}

html>body .car_care_overview .left .product_adviser  { *margin:0px 0px 10px 0px; } /* IE fix */

.car_care_overview .left .product_adviser p {
	padding:160px 0px 0px 3px;
}

.car_care_overview .left .product_adviser a:link    { text-decoration:none; }
.car_care_overview .left .product_adviser a:visited { text-decoration:none; }
.car_care_overview .left .product_adviser a:active  { text-decoration:none; }
.car_care_overview .left .product_adviser a:hover   { text-decoration:none; }

.car_care_overview .left .tips {
	width:419px;
	height:137px;
	background-image:url(/img/car_care/tips_bg.jpg);
	background-repeat:no-repeat;
	margin-top:10px;
}

.car_care_overview .left .tips h2 {
	padding:5px;
	
}

.car_care_overview .left .tips img {

}

.car_care_overview .left .tips .tips_container {
	width:418px;
	height:100px;
	margin-top:-10px;
}

.car_care_overview .left .tips .tips_container a:link    { color:#ffffff; text-decoration:none; }
.car_care_overview .left .tips .tips_container a:visited { color:#ffffff; text-decoration:none; }
.car_care_overview .left .tips .tips_container a:active  { color:#ffffff; text-decoration:none; }
.car_care_overview .left .tips .tips_container a:hover   { color:#ffff00; text-decoration:none; padding-left:4px; }

.car_care_overview .left .tips .tips_container .left {
	float:left;
	width:190px;
	height:100px;
	margin:-12px 0px 0px 5px;
}

html>body .car_care_overview .left .tips .tips_container .left h3 { *margin:0px 0px 3px 0px; } /* IE 7 fix */


.car_care_overview .left .tips .tips_container .left h3 {
	margin-top:5px;
	padding-top:10px;
}

.car_care_overview .left .tips .tips_container .left p.tip {
	border-bottom:1px dotted #cccccc;
	line-height:16px;
	margin:0px 0px 0px 0px;
	padding:-1px 0px 2px 0px;
}

html>body .car_care_overview .left .tips .tips_container .left p.tip { *padding:-1px 0px 4px 0px; line-height:17px; } /* IE 7 fix */

.car_care_overview .left .tips .tips_container .left p.first_tip {
	border-bottom:1px dotted #cccccc;
	border-top:1px dotted #cccccc;
	margin:0px 0px 0px 0px;
	padding:3px 0px 2px 0px;
}

.car_care_overview .left .tips .tips_container .right {
	float:right;
	width:190px;
	height:100px;
	margin:-12px 0px 0px 5px;
}

html>body .car_care_overview .left .tips .tips_container .right h3 { *margin:-9px 0px 3px 0px; } /* IE 7 fix */
*html .car_care_overview .left .tips .tips_container .right h3  { margin:0px 0px 14px 0px; } /*fix IE6*/

.car_care_overview .left .tips .tips_container .right h3 {
	margin-top:5px;
	padding-top:10px;
}

.car_care_overview .left .tips .tips_container .right p.tip {
	border-bottom:1px dotted #cccccc;
	line-height:16px;
	margin:0px 0px 0px 0px;
	padding:-1px 0px 2px 0px;
}

html>body .car_care_overview .left .tips .tips_container .right p.tip { *padding:-1px 0px 4px 0px; line-height:17px; } /* IE 7 fix */
*html .car_care_overview .left .tips .tips_container .right h3  { line-height:17px; padding:-1px 0px 5px 0px; } /*fix IE6*/

.car_care_overview .left .tips .tips_container .right p.first_tip {
	border-bottom:1px dotted #cccccc;
	border-top:1px dotted #cccccc;
	margin:0px 0px 0px 0px;
	padding:3px 0px 2px 0px;
}



/* right container */

.car_care_overview .right {
	float:right;
	width:270px;
	vertical-align:top;
	margin:0px 0px 0px 0px;
	
}

.car_care_overview .right .html_burst {
	background-image:url(/img/car_care/cc_burst_bg.jpg);
	background-repeat:no-repeat;
	height:175px;
	width:270px;
	margin:0px 0px 0px 0px;
	line-height:14px;
}


.car_care_overview .right .html_burst a:link    { color:#ffff00; text-decoration:none; }
.car_care_overview .right .html_burst a:visited { color:#ffff00; text-decoration:none; }
.car_care_overview .right .html_burst a:active  { color:#ffff00; text-decoration:none; }
.car_care_overview .right .html_burst a:hover   { color:#ffff00; text-decoration:underline; }


.car_care_overview .right .html_burst p {
	padding:10px;
	
}

.car_care_overview .right .flash_burst {
	margin:10px 0px 0px 0px;
}

/* tips and tricks accordion menu */
body {
	background-color:#000000;
}



#accordion {
	width:135px;
	height:329px;
	float:left;
	background-image:url(/img/car_care/accordian_bg.jpg);
	
}

#accordion h3 {
	font-size:11px;
}

.toggler {
	color: #ffffff;
	margin: 0;
	padding: 2px 5px;
	font-size: 10px;
	font-weight: normal;
}

.element {
	margin:2px;
}
 
.element p {
	color:#ffffff;
	margin: 0;
	padding: 2px 5px;
	font-size: 10px;
	font-weight: bold;
	border-bottom:1px dotted #cccccc;
	height:18px;
	padding-top:5px;
}

.element a:link    { color:#ffffff; text-decoration:none; }
.element a:visited { color:#ffffff; text-decoration:none; }
.element a:active  { color:#ffffff; text-decoration:none; }
.element a:hover   { color:#ffff00; text-decoration:none; }

#tip_content {
	float:right;
	margin-right:31px;
	width:552px;
	background-color:#000000;	
}

*html #tip_content  { margin-left:14px; } /*fix IE6*/


#tip_content .copy {
	margin:5px;
	background-color:#ffffff;
	color:#000000;
	min-height: 300px;
	padding-bottom:10px;
}

#tip_content .copy p {
	padding:5px;
}

#tip_content .copy img {
	float:right;
}

#tip_content .copy li {
	padding:0px 0px 5px 5px;
}

#tip_content .copy a:link    { color:#ec8620; text-decoration:none; }
#tip_content .copy a:visited { color:#ec8620; text-decoration:none; }
#tip_content .copy a:active  { color:#ec8620; text-decoration:none; }
#tip_content .copy a:hover   { color:#ec8620; text-decoration:underline; }

#tip_content .copy .pHeader {
	font-weight:bold;
}

/* tips and tricks */

.tips_tricks_overview {
	
	
}

.tips_tricks_overview .left {
	float:left;
	width:490;
	
}

.tips_tricks_overview .right {
	float:right;
	width:203px;
	margin-right:30px;
	
}

.tips_tricks_overview .right .worksheets {
	float:right;
	width:203px;
	height:290px;
	background-image:url(/img/logbook/worksheets_bg.jpg);
}

*html .tips_tricks_overview .right  { margin-right:15px; } /*fix IE6*/

.tips_tricks_overview .right .worksheets .copy {
	padding:0px 10px 0px 10px;
	
	color:#cccccc;
}

.tips_tricks_overview .right .worksheets p img {
	padding-right:5px;
}


.tips_tricks_overview .right .worksheets p a:link    { color:#ffffff; text-decoration:none; }
.tips_tricks_overview .right .worksheets p a:visited { color:#ffffff; text-decoration:none; }
.tips_tricks_overview .right .worksheets p a:active  { color:#ffffff; text-decoration:none; }
.tips_tricks_overview .right .worksheets p a:hover   { color:#ffff00; text-decoration:none; padding-left:4px; }

.tips_tricks_overview .right .worksheets p.list{
	vertical-align:top;

	margin:0px 8px 0px 8px;
	border-bottom:1px dotted #ffffff;
	padding:5px 0px 5px 0px;
}

.tips_tricks_overview .right .worksheets p.first {
	vertical-align:top;
	
	margin:0px 8px 0px 8px;
	border-bottom:1px dotted #ffffff;
	border-top:1px dotted #ffffff;
	padding:5px 0px 5px 0px;
}

.tips_tricks_overview .right .worksheets h2 img {
	margin:-10px 0px 5px 5px;	
}

html>body .tips_tricks_overview .right .worksheets h2 img { *margin:6px 0px 5px 5px; } /* IE 7 fix */
*html .tips_tricks_overview .right .worksheets h2 img { margin:6px 0px 5px 5px; } /*fix IE6*/


/* product adviser */

.product_adviser_overview {
	position:relative;
	z-index:10000;
	width:701px;
	height:331px;
	
}

/* ask the expert */

.ask_expert_overview {
	margin-top:14px;
	width:701px;
}

.ask_expert_overview .left {
	background-color:#000000;
	width:491px;
	float:left;
	
}

.ask_expert_overview .left .back_to_top {
	margin-left:4px;
	padding-top:3px;
	color:#ffff00;
}

.ask_expert_overview .left a.back_to_top:link    { color:#ffff00; text-decoration:none; }
.ask_expert_overview .left a.back_to_top:visited { color:#ffff00; text-decoration:none; }
.ask_expert_overview .left a.back_to_top:active  { color:#ffff00; text-decoration:none; }
.ask_expert_overview .left a.back_to_top:hover   { color:#ffff00; text-decoration:underline; }

html>body .ask_expert_overview .left .back_to_top { *margin-left:6px; } /* IE fix */

.ask_expert_overview .left h2 {
	width:478px;
}

.ask_expert_overview .left .experts_container {
	width:472px;
	height:120px;
	margin:5px;
	padding:5px 0px 5px 10px;
	background-color:#ffffff;
}

.ask_expert_overview .left .experts_container .left_two {
	float:left;
	width:312px;
	margin-left:-2px;
}

.ask_expert_overview .left .experts_container .left_two img {
	background-color:#929292;
	padding:3px;
	margin-bottom:-3px;
}

.ask_expert_overview .left .experts_container .left_two .left {
	float:left;
	width:150px;
}

.ask_expert_overview .left .experts_container .left_two .left .label {
	background-color:#929292;
	width:150px;
	padding-left:2px;
	padding-bottom:2px;
	height:17px;
}

.ask_expert_overview .left .experts_container .left_two .center {
	float:right;
	width:156px;
	margin-left:3px;
}

.ask_expert_overview .left .experts_container .left_two .center .label {
	background-color:#929292;
	width:150px;
	padding-left:2px;
	padding-bottom:2px;
	height:17px;
}

.ask_expert_overview .left .experts_container .right {
	float:right;
	width:156px;
	margin-right:4px;
}

.ask_expert_overview .left .experts_container .right .label {
	background-color:#929292;
	width:150px;
	padding-left:2px;
	padding-bottom:2px;
	height:17px;
}

.ask_expert_overview .left .experts_container .right img {
	background-color:#929292;
	padding:3px;
	margin-bottom:-3px;
}

.ask_expert_overview .left .questions_container {
	width:482px;
	background-color:#ffffff;
	
	
}

.ask_expert_overview .left .container {
	width:482px;
	background-color:#ffffff;
	height:1350px;
	margin-left:5px;
	margin-top:-5px;
	
	z-index:-1;
}

*html .ask_expert_overview .left .questions_container { margin-right:-8px; } /*fix IE6*/


.ask_expert_overview .left .questions_container .header {
	width:466px;
	height:20px;
	
	background-color:#929292;
	margin-left:8px;
	padding:0px;
}

.ask_expert_overview .left .questions_container .header .left {
	float:left;
	width:375px;
	height:20px;
	background-color:#929292;
	margin-left:8px;
}

.ask_expert_overview .left .questions_container .header .right {
	float:right;
	width:66px;
	height:20px;
	background-color:#797979;
	margin-right:-4px;
	padding-left:2px;
}


.ask_expert_overview .left .questions_container .left {
	width:464px;
	background-color:#e9e9e9;
	color:#666666;
	margin-left:8px;
	padding-left:2px;
	height:55px;
	margin-bottom:4px;
}

*html .ask_expert_overview .left .questions_container .left { margin-left: 4px; } /*fix IE6*/

.ask_expert_overview .left .questions_container .left a {
	font-weight:bold;
}

.ask_expert_overview .left .questions_container .left a:link    { color:#ec8620; text-decoration:none; }
.ask_expert_overview .left .questions_container .left a:visited { color:#ec8620; text-decoration:none; }
.ask_expert_overview .left .questions_container .left a:active  { color:#ec8620; text-decoration:none; }
.ask_expert_overview .left .questions_container .left a:hover   { color:#ec8620; text-decoration:underline; }


.ask_expert_overview .left .questions_container .right {
	float:right;
	margin-bottom:4px;
	height:55px;
	width:62px;
	margin-right:8px;
	background-color:#e0e0e0;
	padding-left:2px;
}



.ask_expert_overview .content_right {
	float:right;
	width:203px;
	margin:0px;
	margin-top:0px;
}

*html .ask_expert_overview .content_right { margin-top:-1536px; } /*fix IE6*/

html>body .ask_expert_overview .content_right { *margin-top:-1530px; } /* IE fix */

.ask_expert_overview .content_right img {
	margin-bottom:10px;
}

.ask_expert_overview .content_right p.yellow {
	border-top:1px dotted #cccccc;
	color:#ffff00;
	padding-top:3px;
}

.ask_expert_overview .content_right p.white {

	color:#ffffff;
}

/* ask the expert answer page */

.answer_overview {
	
	width:701px;
}

.answer_overview .left {
	background-color:#000000;
	width:491px;
}

.answer_overview .left h2 {
	width:478px;
}

.answer_overview .left .questions_container {
	width:482px;
	height:500px;
	background-color:#000000;
	margin-left:5px;
}

.answer_overview .left .questions_container .header {
	width:478px;
	height:20px;
	padding-top:4px;
}

.answer_overview .left .questions_container .header .left {
	float:left;
	width:374px;
	height:20px;
	background-color:#000000;
	
}

.answer_overview .left .questions_container .header .right {
	float:right;
	width:88px;
	height:20px;
	background-color:#000000;
	margin-right:-35px;
}

.answer_overview .left .questions_container .question_main {
	background-color:#ffffff;
	height:250px;
	padding-bottom:10px;
}
.answer_overview .left .questions_container .question_main .user {
	color:#505050;
	font-weight:bold;
	padding:5px;
}

.answer_overview .left .questions_container .question_main .expert {
	color:#505050;
	font-weight:bold;
	padding:5px;
}

.answer_overview .left .questions_container .question_main .question {
	color:#ec8620;
	border-bottom:1px dotted #666666;
	padding:5px;
}

.answer_overview .left .questions_container .question_main .answer {
	color:#666666;
	padding:5px;
}

.answer_overview .left .questions_container .left a {
	font-weight:bold;
}

.answer_overview .left .questions_container .left a:link    { color:#ec8620; text-decoration:none; }
.answer_overview .left .questions_container .left a:visited { color:#ec8620; text-decoration:none; }
.answer_overview .left .questions_container .left a:active  { color:#ec8620; text-decoration:none; }
.answer_overview .left .questions_container .left a:hover   { color:#ec8620; text-decoration:underline; }


.answer_overview .left .questions_container .right {
	float:right;
	margin-bottom:4px;
	height:48px;
	width:88px;
	margin-right:9px;
	background-color:#e0e0e0;
}

.answer_overview .content_right {
	float:right;
	width:203px;
	margin:0px;
	margin-top:-500px;
}

*html .answer_overview .content_right { margin-top:-500px; } /*fix IE6*/

html>body .answer_overview .content_right { *margin-top:-500px; } /* IE fix */

.answer_overview .content_right img {
	margin-bottom:10px;
}

.answer_overview .content_right p.yellow {
	border-top:1px dotted #cccccc;
	color:#ffff00;
	padding-top:3px;
}

.answer_overview .content_right p.white {

	color:#ffffff;
}



/* ask the expert individual expert page */

.expert_overview {
	margin-top:14px;
	width:701px;
}

.expert_overview .left { 
	background-color:#000000;
	width:491px;
	float:left;
}



.expert_overview .left .experts_container {
	width:472px;
	height:120px;
	margin:5px;
	padding:5px 0px 5px 10px;
	background-color:#ffffff;
}

.expert_overview .left .experts_container .left_two {
	float:left;
	width:312px;
	margin-left:-2px;
}

.expert_overview .left .experts_container .left_two img {
	background-color:#929292;
	padding:3px;
	margin-bottom:-3px;
}

.expert_overview .left .experts_container .left_two .left_fade {
	float:left;
	width:150px;
	
}

.expert_overview .left .experts_container .left_two .left_fade img {
	background-color:#f0f0f0;
	
}

.expert_overview .left .experts_container .left_two .left {
	float:left;
	width:150px;
}

.expert_overview .left .experts_container .left_two .left .label {
	background-color:#929292;
	width:150px;
	padding-left:2px;
	padding-bottom:2px;
	height:17px;
}

.expert_overview .left .experts_container .left_two .center {
	float:right;
	width:156px;
	margin-left:3px;
}

.expert_overview .left .experts_container .left_two .center_fade {
	float:right;
	width:156px;
	margin-left:3px;
}

.expert_overview .left .experts_container .left_two .center_fade img {
	background-color:#f0f0f0;
	
}

.expert_overview .left .experts_container .left_two .center .label {
	background-color:#929292;
	width:150px;
	padding-left:2px;
	padding-bottom:2px;
	height:17px;
}

.expert_overview .left .experts_container .right {
	float:right;
	width:156px;
	margin-right:4px;
}

.expert_overview .left .experts_container .right .label {
	background-color:#929292;
	width:150px;
	padding-left:2px;
	padding-bottom:2px;
	height:17px;
}

.expert_overview .left .experts_container .right img {
	background-color:#929292;
	padding:3px;
	margin-bottom:-3px;
}

.expert_overview .left .experts_container .right_fade img {
	background-color:#f0f0f0;
	padding:3px;
	margin-bottom:-3px;
}

.expert_overview .left h2 {
	width:478px;
}

.expert_overview .left .questions_container {
	width:482px;
	background-color:#ffffff;
	margin-left:5px;
	margin-top:-5px;
	padding-bottom:5px;
}

.expert_overview .left .questions_container .header {
	width:466px;
	height:20px;	
	background-color:#929292;
	margin-left:8px;
	padding:0px;
	margin-bottom:5px;
}

.expert_overview .left .questions_container .header .left {
	float:left;
	width:375px;
	height:20px;
	background-color:#929292;
	margin-left:8px;
}

.expert_overview .left .questions_container .header .right {
	float:right;
	width:66px;
	height:20px;
	background-color:#797979;
	margin-right:-4px;
	padding-left:2px;
}

.expert_overview .left .questions_container .left {
 	width:482px;
	background-color:#ffffff;
	width:464px;
	background-color:#e9e9e9;
	color:#666666;
	margin-left:8px;
	padding-left:2px; 
	margin-bottom:4px;
	float:none;
}

.expert_overview .left .questions_container .left a {
	padding:5px;
}

.expert_overview .left .questions_container .left a:link    { color:#ec8620; text-decoration:none; }
.expert_overview .left .questions_container .left a:visited { color:#ec8620; text-decoration:none; }
.expert_overview .left .questions_container .left a:active  { color:#ec8620; text-decoration:none; }
.expert_overview .left .questions_container .left a:hover   { color:#ec8620; text-decoration:underline; }


.expert_overview .left .questions_container .left .user {
	color:#505050;
	font-weight:bold;
	padding:5px;
}

.expert_overview .left .questions_container .left .expert {
	color:#505050;
	font-weight:bold;
	padding:5px;
}

.expert_overview .left .questions_container .left .question {
	color:#ec8620;
	border-bottom:1px dotted #666666;
	padding:5px;
}

.expert_overview .left .questions_container .left .answer {
	color:#666666;
	padding:5px;
}

.expert_overview .left .questions_container .left .user .right {
	float:right;
	color:#505050;
	width:88px;
	background-color:#ffffff;

}

.content_right_dane, .content_right_rich, .content_right_ashot {
	
	float:right;
	width:203px;
	margin:0px;
	margin-top:0px;

}

*html .content_right_dane { margin-top:-1476px; } /*fix IE6*/
*html .content_right_rich { margin-top:-1115px; } /*fix IE6*/
*html .content_right_ashot { margin-top:-1926px; } /*fix IE6*/

html>body .content_right_dane { *margin-top:-1476px; } /* IE fix */
html>body .content_right_rich { *margin-top:-1115px; } /* IE fix */
html>body .content_right_ashot { *margin-top:-1923px; } /* IE fix */

.content_right_dane  img {
	margin-bottom:10px;
}

.content_right_rich img {
	margin-bottom:10px;
}

.content_right_ashot img {
	margin-bottom:10px;
}

.content_right_dane p.yellow {
	border-top:1px dotted #cccccc;
	color:#ffff00;
	padding-top:3px;
}

.content_right_rich p.yellow {
	border-top:1px dotted #cccccc;
	color:#ffff00;
	padding-top:3px;
}

.content_right_ashot p.yellow {
	border-top:1px dotted #cccccc;
	color:#ffff00;
	padding-top:3px;
}

.content_right_dane p.white {
	color:#ffffff;
}

.content_right_rich p.white {
	color:#ffffff;
}

.content_right_ashot p.white {
	color:#ffffff;
}


/* ask the expert question page */

.ask_question_overview {
	width:701px;
	
}

.ask_question_overview .left {
	float:left;
	width:485px;
	height:325px;
	background-color:#000000;
	font-weight:bold;
	color:#000000;
}

.ask_question_overview .left .header {
	background-color:#000000;
	width:485px;
	height:20px;
	padding:0px;
}

.ask_question_overview .left .header h2 {
	margin:3px 0px 0px 5px;
	padding:0px;
}

.ask_question_overview .left .thanks {
	margin-left:5px;
	width:475px;
	height:400px;
	background-color:#ffffff;
}

.ask_question_overview .left .thanks p {
	margin:5px;
	padding-top:5px;
}

.ask_question_overview .left .required {
	font-weight:bold;
	margin-top:260px;
	font-size:9px;
}

.ask_question_overview .left .labels {
	float:left;
	width:100px;
	height:250px;
	font-weight:bold;	
	line-height:18px;
}

.ask_question_overview .left .labels p{
	margin-top:0px;
	margin-left:5px;
}

.ask_question_overview .left .labels_question {
	float:left;
	width:100px;
	height:245px;
	font-weight:bold;	
	line-height:18px;
	
	color:#ffffff;
}

.ask_question_overview .left .labels_question p{
	margin-top:0px;
	margin-left:5px;
	color:#ffffff;
}


.ask_question_overview .left .input{
	float:right;
	width:350px;
	height:250px;
}

.ask_question_overview .left .input form {
	
}

.ask_question_overview .left .input .subject {
	height:30px;
	margin:0px 15px 0px 0px;
}

.ask_question_overview .left .input .subject input {
	float:right;
	width:330px;
}

.ask_question_overview .left .input.question {
	margin:0px 0px 0px 5px;
}


.ask_question_overview .left .input .question textarea {
	float:right;
	width:330px;
	margin:0px 15px 0px 0px;
}

.ask_question_overview .left .input .submit input {
	margin-top:30px;
	margin-right:5px;
}

.ask_question_overview .left .required_question {
	color:#ffffff;
	float:left;
	margin-top:14px;
	font-size:10px;
}

.ask_question_overview .left .asterisk {
	color:#ffff00;
}

.ask_question_overview .right {
	background-image:url(/img/logbook/worksheets_bg.jpg);
	background-repeat:no-repeat;
	float:right;
	width:203px;
}

.ask_question_overview .right img {
	margin:5px 0px 0px 5px;
}

.ask_question_overview .right p {
	margin:5px 5px 5px 5px;
	font-size:10px;
}

.ask_question_overview .right .yellow {
	margin:5px 5px 5px 5px;
	border-top:1px dotted #cccccc;
	color:#ffff00;
	line-height:18px;
	font-weight:bold;
	font-size:10px;
}

.ask_question_overview .right .border {
	border-top:1px dotted #cccccc;
	margin:5px 5px 5px 5px;
}

/* OWNER'S MANUAL SECTION */
#NewCarFrame
{
	position: relative;
	float: left;
	background-color: #000000;
	width: 683px;
	margin-top: -8px;
	padding: 9px 11px 9px 8px;
}

#ManualTab
{
	position: absolute;
	top: 10px;
	right: 124px;
	height: 18px;
	width: 99px;
	z-index: 100;
}

#InvestTab
{
	position: absolute;
	top: 10px;
	right: 13px;
	height: 17px;
	width: 99px;
	z-index: 100;
}

#ManualTab img, #InvestTab img
{
	border: 0;
}

#ManualTab a, #InvestTab a
{
	outline: none;
}

#NewCarManualPane
{
	background-image: url(/img/car_care/new_car_manual_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 229px;
	width: 654px;
	margin: 0 auto 8px;
	padding: 16px;
}

#NewCarManualPane p
{
	width: 300px;
	padding: 10px 0 5px 0;
	margin: 0;
}

#NewCarInvestPane
{
	background-image: url(/img/car_care/new_car_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 229px;
	width: 654px;
	margin: 0 auto 8px;
	padding: 16px;
}

.NewCar2Col
{
	position: relative;
	float: left;
	width: 310px;
}

.NewCar2Col p
{
	padding: 10px 0 5px 0;
	margin: 0;
}


.NewCarFormattingPane
{
	position: relative;
	float: left;
	width: 34px;
}

.NewCarImg
{
	position: relative;
	float: left;
	margin-right: 10px;
} 

#NewCarLinks
{
	position: relative;
	float: left;
	border-top: 1px dotted #808012;
	width: 235px;
}

#NewCarLinks p
{
	width: 100%;
	vertical-align:top;
	border-bottom:1px dotted #808012;
	padding: 8px 0px;
	margin: 0;
}
