
/* SITE FRAME WORK ...........*/
	body { 
		margin:0;
		background:#89badb url(http://static.autonet.ca/Donut/Autonet_ca/images/bckgrnd.jpg) repeat-x; 
		font-family:Arial,Helvetica,sans-serif;
		font-size:9pt;
	} 
	a { 
		color:#e54811;
		text-decoration:none;
		outline: none;
	}
	a:hover { text-decoration:underline; }
	.box_cont { 
		width: 984px; 
		margin: 0px auto -1px auto;
	} 
	.leftSide {
		background:transparent url(http://static.autonet.ca/Donut/Autonet_ca/images/bgspacer_l.gif) no-repeat scroll left top;
		/*width: 980px;*/
		padding-left:4px;
	}
	.rightSide {
		background:transparent url(http://static.autonet.ca/Donut/Autonet_ca/images/bgspacer_r.gif) no-repeat scroll right top;
		padding-right:4px;		
	}
	.content {
		background-color:#fff;
		width:976px; /*JUST FOR IE 6 */
        overflow:hidden;
	}	
	.header { 
		height:49px;
		background: transparent url(http://static.autonet.ca/Donut/Autonet_ca/images/fake_head.jpg);
	}
	.logo { 
		height:113px;
		background:transparent url(http://static.autonet.ca/Donut/Autonet_ca/images/fake_head.jpg);
		background-position: 0px -49px
	}
	.menu_cont { 
		height:26px;
		background:transparent url(http://static.autonet.ca/Donut/Autonet_ca/images/menubar.jpg);	
	}
	.submenu_cont { 
		height:25px;	
		background:transparent url(http://static.autonet.ca/Donut/Autonet_ca/images/menubar.jpg);	
		background-position: 0px -26px
	}
	.maincontent {
		background: transparent url(http://static.autonet.ca/Donut/Autonet_ca/images/maincontent_bgtop_solid.gif) no-repeat scroll left top;
		padding-top:5px;
	}
	.query_options, .page_liner { display:none; } /* This is just to hide the header that we cant get into */
	/*.foot_er { 
		text-align:center;
		font-family:Arial,Helvetica,sans-serif;	
		font-size:11px;	
	}
	.foot_er ul {
		padding-bottom:5px;	
	}
	.foot_er li
	{
		display: inline;
		list-style-type: none;
		color:#C5C5C5;
	}
	.foot_er a { 
		padding-right:10px;
		padding-left:5px;
		color:#993300;
		text-decoration:none;		
	}
	.foot_er li span {
		text-transform: uppercase;
		color:#993300;
	}
	div#footermenu_search_n {
		border:0px solid #000000;
		height:30px;
		margin:18px auto;
		width:300px;
	}	
	input#search_word {
		background-color:#F8F7F3;
		border:1px inset #CCCCCC;
		color:#1A5889;
		float:left;
		font-family:arial verdana;
		font-size:11px;
		height:16px;
		margin:3px 1px;
		padding:0px 0px 0px 5px;
		width:218px;
	}	
	.footermenu_a_btn img {
		border:0px solid #000000;
	}	
	.ending {
		background-color:#3E3E3E;
		height:38px;
	}	
	*/
	.dividerBar { 
		height:1px; 
		border-top:1px solid #E0EAF0; 
		overflow:hidden;
		margin-left:10px;
		margin-right:10px;
	}
	h1,h2,h3,h4,h5,h6,h7,h8,p,ul,li,.klixAddContain .ppc_header {
		padding:0px;
		margin:0px;	
	}
	h1,h2,h3,h4,.klixAddContain .ppc_header {
		font-weight:bold;
		padding:5px 0px 0px 5px;
	}
	
	h1 {
		color:#336699;
		font-size:16px;
	}
	
	h2,.klixAddContain .ppc_header {
		color:#336699;
		font-size:12px;
		text-transform:uppercase;
	}
	h3 {
		color:#fd3e0a;
		font-size:11pt;
	}	
	.fakeClean {
		clear:both;
		height:0px;
		overflow:hidden;
	}
	a.withFocus:focus {	outline:1px dotted;	}
        /* Standard Image Sizes*/
           /*  .medsize {width:225px; height:168px;} */
             .thumbsize { width:74px; height:55px;}
             .videosize { width:74px; height:54px;}
           /*  .searchRot { width:416px; height:310px;} */
          /*    .galRot { width:486px; height:362px;} */
          /*   .newsStoryRot{ width:306px; height:220px;} */
        /* End Image Sizes */
	/* Fix's containers not clearing inner floats in firefox */
		.clearIt:after {
			content: ".";
			display: block;
			height: 0;
			clear: both;
			visibility: hidden;
		}
		html .clearIt {
			height: 1%;
		}
	/* END Fix */	
	.foot_er .dividerBar { margin:0px; }
	a.clicked { 
		color:#000000; 
		cursor:default;
		text-decoration:none;		
	}
	.right3rd ul { padding-right:10px; }
	.titleBar h1 { padding-left:10px; }	
	.betterImageWrapper {
		padding:2px !important;
		border:1px solid #E0E1E3 !important;
		background-color:#fff !important;
	}
/* END SITE FRAME WORK .......*/
/* TABS ......................*/
	div.tabs {
		position:relative;
		height:21px;
	}
	div.tabs ul {
		position:absolute;

		top:2px;
	}
	div.tabs ul li {
		float:left;
		margin:0 5px -1px 0;
		border:1px solid #afafaf;
		padding:0;
		background:none;
		position:relative;
	}
	div.tabs ul li.active {
		border-bottom:none;
	}
	div.tabs ul li.first a span {
		padding-left:20px;
	}	
	div.tabs ul a {
		display:block;
		height:18px;
		line-height:18px;
		width:75px;
		text-align:center;
		background-color:#ffffff;
		font-weight:bold;
		text-decoration:none;
		color:#444444;
	}
	div.tabs ul a:hover {
		color:#000000;
		text-decoration:none;
	}
	div.tabs ul a span { padding-right:6px; }
	div.tabs ul li.active a span { padding-right:10px; }
	div.tabs ul li.active a {
		background-color:#f0f5f9;
		border-bottom:none;
		height:19px;
		color:#000000;
	}
	div.tabs ul li.first span.tabCorner {
		position:absolute;
		display:block;
		width:20px;
		height:20px;
		left:-1px;
		top:-1px;
		background:url(http://static.autonet.ca/Donut/Autonet_ca/images/bc_tab.gif) 0 -20px no-repeat;
	}
	div.tabs ul li.first.active span.tabCorner { background-position:0 0; }
	.tabsContent { display:none; }
	.tabsContent.active { display:block; }	
	#pageCount { color:#000000; }
	.imageWrapper { 
		margin:5px; 
		border:1px solid #e0e1e3;
	}		
/* END TABS ..................*/
/* General Classes ...........*/
	.left { float:left; }
	.right { float:right; }
	.clear { /*clear:both; THIS IS OUT BEACUSE NET COM IS USING CLASS CLEAR FOR SOMTHING ELSE, REFER TO .clearBoth*/ }
	.clearBoth { clear:both; }
        .padAll5 { padding:5px; }
	.padLeft5 { padding-left:5px; }
	.padLeft15 { padding-left:15px; }
	.padLeft20 { padding-left:20px; }
    .padLeft35 { padding-left:35px; }
    .padLeft60 { padding-left:60px; }
	.padRight5 { padding-right:5px; }
	.padRight10 { padding-right:10px; }
    .padBottom5 { padding-bottom:5px; }
	.padBottom10 { padding-bottom:10px; }
	.padBottom15 { padding-bottom:15px; }	
	.padTop5 { padding-top:5px; }
	.padTop10 { padding-top:10px; }
	.marginLeft5 { margin-left:5px; }
	.marginTop5 { margin-top:5px; }
	.marginTop10 { margin-top:10px; }
	.marginBottom20 { margin-bottom:20px; }	
    .needsHiding { display:none; }

	.imageWrapper a {
		padding:0px;
		margin:0px;
	}
	.boxHead { 
		background:transparent url(http://static.autonet.ca/Donut/Autonet_ca/images/BoxHead395.jpg) no-repeat scroll left top;
		height:34px;
	}	
        #newsSecRot .boxHead  { background-image:url(http://static.autonet.ca/Donut/Autonet_ca/images/BoxHead322.jpg) }
	.boxHead h3 {
		padding:10px 0px 0px 10px;
		color:#336699;
	}	
	/* ROUNDED CORNER CONSTANT */
		.xtop, .xbottom {display:block;background:transparent;font-size:1px;}
		.xb1, .xb2, .xb3, .xb4 {display:block;overflow:hidden;}
		.xb1, .xb2, .xb3 {height:1px;}
		.xb2 {margin:0 3px;border-width:0 2px;}
		.xb3 {margin:0 2px;}.xb4 {height:2px;margin:0 1px;}
		* html .xboxcontent {height:1px;}
		.xsnazzy {background: transparent;float:left;}
		.xb1 {margin:0 5px;}
		.xboxcontent {display:block;height:auto;}
	/* END ROUNDED CORNER CONSTANT */	
/* End General Classes .......*/
/* EACH MAIN SECTION */
	/* A */
		.rotatingStory { 
			width:432px; 
			overflow:hidden;
			margin:6px 0px 10px 10px;
			background-color:#f3f3f3;
		}	
		.tophoto { margin:6px 0px 10px 10px; }
		.add1search { margin:6px 0 10px 10px; }
		.add1search .add1 { margin-bottom:8px; }
		.add1search .search {}
		.camera {
			background:transparent url(http://static.autonet.ca/Donut/Autonet_ca/images/camera.gif) no-repeat scroll 0px 8px;
			padding-left:20px;
			white-space:nowrap;
		}	

	/* END A */
	/* B */
		.testdrive { margin:10px 10px 10px 10px; }
		
		.varHiAdd { margin:5px 0px 0px 10px;}
		* html .varHiAdd { margin-left:5px; width:300px; }
		.botAdds { padding-left:10px; }
		.vbotAdd {margin-bottom:10px;}
		.latestvid { margin:10px 5px 0px 15px; }
		.longtestdrive { margin:10px 10px 0px 10px; }
		.commentsR { margin:10px 10px 0px 10px; }
		.pollU { margin:10px 10px 10px 10px; }	
	/* END B */
	/* C */
		.news { margin:0px 5px 0px 0px; }	
		.newsletter { margin:10px 10px 0px 0px; }	
		.awards { margin:10px 10px 0px 0px; }	
		.blogs { margin:10px 10px 10px 0px; }
	/* END C */	
/* END EACH MAIN SECTION */
/* Sub CSS for each Sub Section */
	/* A */
		/* RotatingStory .............*/
                        .rotatingStory #dlContainer .tabsSec .imageWrapper { 
margin:0;/*height:314px;*/ }                     
			#dlContainer { /* This was taken out beacuse IE7 was showing blank boxes with it on.
                                position:relative;*/ 
                        }
			#dl a { z-index:100; }
			#dl .lowerText ul.padding {	padding-bottom:0; }
			.tabContainer {	display:none; }
			.tabContainer.active { display:block; }
			ul#dlNav li { 
				padding:0;
				background:none;
				float:left;
				padding-right:5px;
			}		
			ul#dlNav a {
				display:block;
				width:8px;
				height:14px;
				overflow:hidden;
				text-indent:-1000px;
				background:url(http://static.autonet.ca/Donut/Autonet_ca/images/dy_leads_controls.gif) no-repeat;
			}
			a#dlPrev { background-position:0 0; }
			ul#dlNav a#dlNext { background-position:-39px 0; }
			ul#dlNav a#dlToggle { background-position:-26px 0; }
			.rotatingStory p { padding-left:5px; }
			.rotatingStory img { background:#fff; padding:2px; border:1px solid #E0E1E3; display:inline; margin:0 auto; }
			.left3rd ul, .right3rd ul, .rotatingStory ul { 
				padding-left:10px; 
				padding-bottom:5px; 
			}
			.left3rd a, .right3rd a, .rotatingStory a { 
				padding-right:5px;
				font-size:12px;
				font-weight:bold;
			}
			.rotatingStory .imageWrapper a { padding-right:0; }
			.left3rd li, .right3rd li, .rotatingStory li {
				display: inline;
				list-style-type: none;
				color:#C5C5C5;
				font-size:11px;
			}	
			.rotatingStory .imageWrapper { border:0; }
		/* END RotatingStory .........*/	
		/* CarSearch  .........*/	
			/* ROUNDED CORNER VARIABLE */
				.search .xsnazzy {width:300px;}
				.search .xb2, .search .xb3, .search .xb4 {
					background:#fff; 
					border-left:1px solid #E0EAF0;
					border-right:1px solid #E0EAF0;
				}
				.search .xb1 { background:#E0EAF0; }
				.search .xboxcontent {
					border:0 solid #E0EAF0; 
					background-color:#fff;
					color:#000000;
					border-width:0 1px;
				}
			/* END ROUNDED CORNER VARIABLE */
			.search div.tabs ul li	{
				margin-right:0px;
				border:0px; 
				list-style: none;
			}
			.search div.tabs ul li a { 
				width:90px;
				background: transparent url(http://static.autonet.ca/Donut/Autonet_ca/images/form_ucs_undertabs90.gif) no-repeat;
				color:#E54811;
			}
			.search div.tabs ul li {border-bottom:1px solid #E0EAF0;}
			.search div.tabs ul .active {border-bottom:0px;}
			.search div.tabs ul .active a { 
				width:112px;
				background: transparent url(http://static.autonet.ca/Donut/Autonet_ca/images/form_ucs_overtab112.gif) no-repeat;
				color:#336699;
			}
			.search div.tabs ul .middlePad {padding:0px 4px 0px 4px;}
			.tabSubSec { display:none;
			
			}
			.tabsSearch {
				width:300px; 
				top:0px;
				left:0px;
			}
			.paddingAll5 { padding:5px; }
			.carRe {
				border-collapse: collapse;
				border:0px;
			}
			.carRe td { width:50px; }
			.carRe td { padding:5px 0px 5px 0px; }
			.carRe select { width:230px; }	
		/* End CarSearch  .........*/
		/* Tophoto  .........*/
			.topPhoto li { border-top:1px solid #E0EAF0; }
			.topPhoto {	
				width:204px;
				overflow:hidden;
				margin:0;
			}
			.topPhoto li img { border:2px solid #fff; }
			.topPhoto li div { 
				float:left;
			}
			.topPhoto li div a, .topPhoto li .textHolder div{ margin:0px; padding:0px; }
			.topPhoto a { 
                                color:#A52911;
                                font-weight:normal;
                        }
			.topPhoto .textHolder {
				width:95px;
			}
			.topPhoto li .textHolder div {
				width:100%;
				height:30px;
				overflow:hidden;
			}

			.topPhoto li {  list-style: none; }
			.camera a { color:#336699;} 			
		/* End Tophoto  .........*/
	/* END A */
	/* B */
		#b .dividerBar { width:705px; }
		/* Comments */
			/* ROUNDED CORNER VARIABLE */
				#Rcomments .xsnazzy {width:100%;}
				#Rcomments .xb2, 
				#Rcomments .xb3, 
				#Rcomments .xb4 {
					background:#e6e6e6; 
					border-left:1px solid #e6e6e6;
					border-right:1px solid #e6e6e6;
				}
				#Rcomments .xb1 { background:#e6e6e6; }
				#Rcomments .xboxcontent {
					border:0 solid #e6e6e6; 
					background-color:#e6e6e6;
					color:#000000;
					border-width:0 1px;
					padding:4px 8px 4px 8px;
				}
			/* END ROUNDED CORNER VARIABLE */
			/* ROUNDED CORNER VARIABLE */
				#RcommentsIn .xsnazzy {width:376px;}
				#RcommentsIn .xb2, 
				#RcommentsIn .xb3, 
				#RcommentsIn .xb4 {
					background:#fdfdfd; 
					border-left:1px solid #fdfdfd;
					border-right:1px solid #fdfdfd;
				}
				#RcommentsIn .xb1 { background:#fdfdfd; }
				#RcommentsIn .xboxcontent {
					border:0 solid #fdfdfd; 
					background-color:#fdfdfd;
					color:#000000;
					border-width:0 1px;
				}
			/* END ROUNDED CORNER VARIABLE */	
			.containUC {width:395px;}
			#RcommentsIn {overflow:hidden;}
			#RcommentsIn h2 { 
				padding:0px;
				text-transform:none;
				padding-bottom:15px;
			}
			
			#RcommentsIn h2 a{ color:#336699; }	
			#RcommentsIn .xsnazzy .xboxcontent p a { color:#A52911; }
			#RcommentsIn .xsnazzy .xboxcontent p span { font-style: italic; padding-left:5px; }			
		/* End Comments*/
		/* Concept */
			.tabsSec a p{
			width:100%;
			height:15px;
			overflow:hidden;
			}
			.rotatingStory #dlContainer #dl .tabsSec h3 a{
				font-weight:bold;
				font-size:11pt;
			}
			.rotatingStory #dlContainer #dl .tabsSec p a{
				color:#000;
				font-weight:normal;
			}			
		/* End Concept */
		/* LatestVideo */
			.containlv {width:290px;}
			.containlv .lateVideo .imageWrapper {
				margin:0px;
				width:78px;
				position:relative;
                                height:58px;
                                overflow:hidden;
			}
			.lateVideo .imageWrapper a img, .newsImage img {
				border:2px solid #fff;
			}
			.lateVideo li {  
				list-style: none; 
				border-top:1px solid #E0EAF0;
				padding-top:7px;
				padding-bottom:8px;
			}
			.lateVideo li div { 
				float:left;
			}
			.lateVideo li .blurp {
				height:58px;
				width:190px;
				overflow:hidden;
				line-height: 14px
			}
			.lateVideo li div p {
				margin:0px 5px 0px 5px;
			}
			/* After phpthumb the play button is put in @ image level 
			.playButton {
				background:transparent url(http://en.canoe.ca/Homepage/Images/dy_leads_controls.gif) no-repeat scroll 0%;
				background-position:-27px -1px;
				height:12px;
				width:11px;
				overflow:hidden;
				position:absolute;
				top:42px;
				left:63px;
			}
			*/
			.containlv .camera { background:transparent url(http://static.autonet.ca/Donut/Autonet_ca/images/video_camera.gif) no-repeat scroll 0px 8px; }
			.lateVideo li .blurp a { color:#a52911; }
			.containlv h2 a{ color:#336699; }			
		/* End LatestVideo */
		/* longtestdrive */
			.containld {	
				width:395px;
			}
			.containld div div { float:left; }
			.containld .imageWrapper a img {
				border:2px solid #fff;
			}
			.containld .imageWrapper {
				/*width:229px;*/
				margin-bottom:0px;
				margin-right:0px;
			}
			.containld h3 , .containld h2 { padding:0px 0px 0px 0px; }
			.botLine { 
				border-bottom:1px solid #E0EAF0;
				margin-bottom:10px;
				padding-bottom:10px;
			}
			.containld div div div p { width:154px;}
			.containld div h2 span {
				text-transform:none;
				color:#000;
			}
			.containld div h2 a {
				color:#336699;
				font-size:12px;
				text-transform:uppercase;
			}
			.containld div div div p a {
				font-weight:bold;
				padding-left:5px;	
			}			
		/* End longtestdrive */	
		/* Poll */
			/* ROUNDED CORNER VARIABLE */
				#containUP .xsnazzy {width:100%;}
				#containUP .xb2, 
				#containUP .xb3, 
				#containUP .xb4 {
					background:#fff; 
					border-left:1px solid #e6e6e6;
					border-right:1px solid #e6e6e6;
				}
				#containUP .xb1 { background:#e6e6e6; }
				#containUP .xboxcontent {
					border:0 solid #e6e6e6; 
					background-color:#fff;
					color:#000000;
					border-width:0 1px;
				}
			/* END ROUNDED CORNER VARIABLE */	
			.containUP {width:395px;}
			#containUP .xboxcontent p { padding:10px 10px 0px 10px; }
			#resultsPoll a { font-weight:bold; }
			#resultsPoll { padding:10px; }			
		/* End Poll */	
		/* Testdrive */
			.containtd { width:705px; }
			.containtd ul li {
				list-style: none;
				display: inline;
			}
			.containtd .medContain { width:232px; }
			.containtd h3, .containtd h2 { padding-top:0px;padding-left:0px; }
			.containtd h3 {height:20px; overflow:hidden; }
			.containtd .imageWrapper {margin:0px;}
			.containtd .imageWrapper img {border:2px solid #fff;}
			.marginCont { margin:0px 4px 0px 4px; }
			.medContain a {font-weight:bold;}
			.medContain h2 span {
				color:#000;
				text-transform: none;
				padding-right:2px;
			}
			.containtd div div h2 a { color:#336699; }			
		/* End Testdrive */
	/* END B */
	/* C */
		/* Awards */
			/* ROUNDED CORNER VARIABLE */
				#containAW .xsnazzy {width:100%;}
				#containAW .xb2, 
				#containAW .xb3, 
				#containAW .xb4 {
					background:#fff; 
					border-left:1px solid #e6e6e6;
					border-right:1px solid #e6e6e6;
				}
				#containAW .xb1 { background:#e6e6e6; }
				#containAW .xboxcontent {
					border:0 solid #e6e6e6; 
					background-color:#fff;
					color:#000000;
					border-width:0 1px;
				}
			/* END ROUNDED CORNER VARIABLE */
			.containAW {	
				width:236px;
			}
			.containAW .boxHead { 	
				background-image:url(http://static.autonet.ca/Donut/Autonet_ca/images/BoxHead236.jpg);
				height:34px;
			}
			.containAW .camera {
				background:transparent url(http://static.autonet.ca/Donut/Autonet_ca/images/award.gif) no-repeat scroll 10px 7px;
				padding:5px 10px 20px 35px;
				white-space:normal;
			}	
			.h3contain {width:236px;}	
		/* End Awards */
		/* Blogs */
			.containBlog { width:236px; }
			.blogHead {
				background:transparent url(http://static.autonet.ca/Donut/Autonet_ca/images/blog.gif) no-repeat scroll 5px 4px;
				padding-left:20px;
				white-space:nowrap;
				font-weight:bold;
			}
			.line1Blog a{color:#336699; font-weight:bold;}
			.line2Blog a{color:#A52911;}
			.line3Blog a{color:#ababab;}
			.lineConst { margin:0px 10px 0px 10px;}
			.containBlog .dividerBar { margin:10px;}	
		/* End Blogs */	
		/* News */	
			/* ROUNDED CORNER VARIABLE */
				#containnw .xsnazzy {width:100%;}
				#containnw .xb2, 
				#containnw .xb3, 
				#containnw .xb4 {
					background:#fff; 
					border-left:1px solid #e6e6e6;
					border-right:1px solid #e6e6e6;
				}
				#containnw .xb1 { background:#e6e6e6; }
				#containnw .xboxcontent {
					border:0 solid #e6e6e6; 
					background-color:#fff;
					color:#000000;
					border-width:0 1px;
				}
			/* END ROUNDED CORNER VARIABLE */	
			.containnw {	
				width:236px;
			}
			.containnw .boxHead { 	
				background-image:url(http://static.autonet.ca/Donut/Autonet_ca/images/BoxHead236.jpg);
				height:39px;
			}
			.containnw div.tabs { background-color:#eaeaea;}
			.containnw div.tabs ul li { margin:0px;}
			.containnw div.tabs ul a { background:none; color:#E54811; padding:0px 5px 0px 5px;}
			.containnw div.tabs ul .active a { background-color:#fff; }
			#Newsli1 a{ width:70px; border-right:1px solid #fff; }
			#Newsli2 a{ width:75px; border-right:1px solid #fff; }
			#Newsli3 a{ width:80px; margin-right:4px; }
			.containnw ul li { 
				list-style-type:none;
				border:0px;
			}
			.NewsTabsCont {
				margin:10px 10px 10px 10px;
				padding-bottom:10px; 
			}
			.containnw #staticNews h2 {
				padding:5px 0 0 0;
			}
			.containnw #staticNews h2 a {
				color:#336699;
			}
			#staticNews { border-top:1px solid #E0EAF0; }
			.containnw #staticNews a, .containnw .News2 a {
				color:#A52911;
			}
			.containnw .xboxcontent .NewsTabsCont ul li div{
				float:left;
			}
			.containnw .News1 {
				width:25px;
				clear:both;
			}
			.containnw .News2 {
				width:189px;
			}
			#spnNumNews { width:50px;}			
		/* End News */	
		/* NewsLetter */	
			/* ROUNDED CORNER VARIABLE */
				#hotOutside .xsnazzy {width:100%;}
				#hotOutside .xb2, 
				#hotOutside .xb3, 
				#hotOutside .xb4 {
					background:#e6e6e6; 
					border-left:1px solid #e6e6e6;
					border-right:1px solid #e6e6e6;
				}
				#hotOutside .xb1 { background:#e6e6e6; }
				#hotOutside .xboxcontent {
					border:0 solid #e6e6e6; 
					background-color:#e6e6e6;
					color:#000000;
					border-width:0 1px;
					padding-bottom:4px;
					padding-top:4px;
					padding-left:8px;
					padding-right:8px;
				}
			/* END ROUNDED CORNER VARIABLE */
			/* ROUNDED CORNER VARIABLE */
				#hotInside .xb2, 
				#hotInside .xb3, 
				#hotInside .xb4 {
					background:#fff; 
					border-left:1px solid #fff;
					border-right:1px solid #fff;
				}
				#hotInside .xb1 { background:#fff; }
				#hotInside .xboxcontent {
					border:0 solid #fff; 
					background-color:#fff;
					color:#000000;
					border-width:0 1px;
				}
			/* END ROUNDED CORNER VARIABLE */	
			#hotInside {overflow:hidden;}
			#hotInside h2 { 
				padding:0px;
				text-transform:none;
				padding-bottom:5px;
			}
			
			#hotInside h2 a{ color:#336699; }	
			#hotInside .xsnazzy .xboxcontent p a { color:#A52911; }
			
			.containHot {width:236px;}	
			#hotInside .xboxcontent div a img{ padding-top:2px; padding-left:4px;}
			#hotInside .xboxcontent .NewsLetterButton { padding-top:5px;}
			.linkfixHot a {	font-weight:bold; }	
                        .centerButton {
                                text-align:center;
                                width:95%;	
                        }	
		/* End NewsLetter */	
	/* END C */			
/* END Sub CSS for each Sub Section */
/* ADDED SECTION FOR NEWS & SEARCH STORY TEMPLATES */
	.StoryTXTsizeSmall, #toolboxContain a.StoryTXTsizeSmall { font-size:12px; }
	.StoryTXTsizeMed, #toolboxContain a.StoryTXTsizeMed { font-size:14px; }
	.StoryTXTsizeLarge, #toolboxContain a.StoryTXTsizeLarge { font-size:16px }
	
	.font10px, #toolboxContain .font10px{ font-size:10px; }
	.font12px, #toolboxContain .font12px{ font-size:12px; }
	.font14px, #toolboxContain .font14px{ font-size:14px; }
	.font16px, #toolboxContain .font16px{ font-size:16px; }
	
	#toolboxContain ul .txtsizes a {}
	.alteration4p p { padding:4px 0 4px 0;}
	#storyContain {	width:646px; }
	#toolboxContain {
		width:290px; 
		height:50px; 
		background-color:#FFFFFF;
		padding:0 10px 0 10px;
		margin:5px 0 5px 5px;
		border:1px solid #999999;
	}
	#toolboxContain ul li, .paginationStory ul li {
		display:inline;
		list-style-type:none;
	}
	#toolboxContain ul { margin-top:8px; }
	#toolboxContain a { font-weight:bold; font-size:9px; }
	#toolboxContain { font-size:9px; color:#999999; font-weight:bold; }
	.txtsizes span { color:#000000; }
	.grayOut { color:#999999; font-size:9px; }
        .blackOut { color:#000; font-size:9px; }
	#storyContain h1 { padding:0 0 20px 0; color:#000000; }
	.marginBottom10 { margin-bottom:10px; }
	.marginRight10 { margin-right:10px; }
	.marginTop20 { margin-top:20px; }
	.hidden { display:none; }
	.hidden.active { display:block; }
	
	.NewsStoryBig.storiePages li { list-style-type:none; }
	.sidecontainer {float:right; width:320px;}
	.paginationStory {float:right;}
	#toolboxContain {float:right;}
	
	
	/* #storyContain p { position:relative; } */
	.onlyThis.clicked { font-size:14px; }
	.storiePages li a { font-weight:bold; }
	.paginationStory a.clicked { color:#999999; }
	.noUnderline li a:hover { text-decoration:none; }
	.noUnderline li.rssExcept a:hover { text-decoration:underline;}
#b .shorter { width:646px; }
.botAddsNewsSec { margin:20px 10px 0px 0px; }
.newsSec .containnw { width:300px; }
#b2.newsSecpoll .containUP { 
	width:300px;
	margin-top:10px;
}
.newsSec .containHot {
	width:300px;
}
.newsSec .containHot #hotInside .xsnazzy {
width:281px;
}
.newsSec { margin-bottom:10px;

}
.containADS { 
	margin:10px;
}
#b .containADS .dividerBar {
	width: auto;
	margin-right:0;
	margin-left:0;
}
.newsSec.news, .newsSec.botAdds { margin-bottom:10px; }
.newsSecpoll.botAdds {margin:0px;}
.mainStory { margin:5px 10px 10px 10px; }
.addStrip {/* all 4 IE6 */
	padding:6px 0pt 10px 17px;
	width:300px;
}
/* END SECTION FOR NEWS & SEARCH STORY TEMPLATES */
/* CSS FOR THE ADD SECTION*/
.BulletTitle { padding-top:10px; font-weight:bold; }
.bulletAdd ul li{ 
	display: list-item;

	background:transparent url(http://static.autonet.ca/Donut/Autonet_ca/images/dot.gif) no-repeat scroll 0px 4px;
	padding-left:12px;
	margin-left:5px;
}
.bulletAdd ul li a { color:#A52911; }
/* END CSS FOR THE ADD SECTION*/

/* TOP ROT STORY FOR THE HOME PAGE */
.rotOveride .rotatingStory { width:646px; }
.siderotatingStory { 
width:209px; 
padding:5px 0px 5px 5px;
}
.rotOveride .rotatingStory #dlContainer { width:432px; }
.rotOveride .rotatingStory #dlContainer #dl .tabsSec .imageWrapper { width:420px; }
.rotOveride .rotatingStory .formContain li { 
display:block;
background:transparent url(http://static.autonet.ca/Donut/Autonet_ca/images/bullet_blue.gif) no-repeat scroll 0px 3px;
padding-left:10px;
}
.rotOveride .rotatingStory .formContain li a { 
color:#A52911;
font-weight:normal;
}
.rotOveride .rotatingStory ul {
	padding-bottom:0px;
	padding-left:0px;
}
/* ROUNDED CORNER VARIABLE HOME PAGE */
	.rotOveride .xsnazzy, .xsnazzyTop {width:204px;}
	.xsnazzyTop { 
		background:transparent url(http://static.autonet.ca/Donut/Autonet_ca/images/pink_head_204.gif) no-repeat bottom left;
		height:37px;
		text-align:left;
	}
	.rotOveride .xb2, .rotOveride .xb3, .rotOveride .xb4 {
		background:#fff; 
		border-left:1px solid #f6b9b9;
		border-right:1px solid #f6b9b9;
	}
	.rotOveride .xb1 { background:#f6b9b9; }
	.rotOveride .xboxcontent {
		border:0 solid #f6b9b9; 
		background-color:#fff;
		color:#000000;
		border-width:0 1px;
	}
	.rotOveride .siderotatingStory h3, .finddealer h3 { text-transform:uppercase; }
	.rotOveride .formContain { 
		padding:3px 10px 3px 10px;
		/* font-size:10px; */
	}

	.rotOveride select { 
		font-size: 10px;
		width:180px;
	} 
	.padBottom5 { padding-bottom:5px; }
	.padBottom20 { padding-bottom:20px; }
/* END ROUNDED CORNER VARIABLE HOME PAGE*/
.numberPadFix .dlFooter { padding-left:10px; }
/* TOP ROT STORY FOR THE HOME PAGE */
/* NEWS TOP 4 Stories */
#AutoNews #dlContainer { 
	
}
.imageInfo { 
	float:left; 
	margin-right:5px; 
	width:175px; 
}
#AutoNews #dlContainer .imageWrapper { width:230px; height:169px; float:left; }
#AutoNews #dlContainer h3 a { font-size:14px; }
#AutoNews #dlContainer h3, #AutoNews #dlContainer h2 { padding-top:0; }
#AutoNews #dlContainer p { padding-bottom:15px; }
#AutoNews #dlContainer p span { font-style:italic; }
.boxmaxNews { width:430px;}
/* END NEWS TOP 4 Stories */
/* ADD SECTION */
.addSection_News .containtd .left .medContain { 
	background-color:#CCCCCC;
	height:260px; 
}
/* END ADD SECTION */
/* GALLERY ROATATION */
#galleryRot.rotatingStory {
	width:646px;
}

#galleryRot.rotatingStory #dlContainer #dl .tabsSec .imageWrapper {
	/*height:366px;*/
	width:490px;
	float:left;
	margin:0;
}
.sidetxt {
	width:139px;/*139*/
	margin:5px 0px 5px 0;
}
.margin5 { margin:5px }
/* END GALLERY ROATATION */
/* CAR SEACH ALTERATION FOR HOME PAGE */
	.carsearching select {
		font-size:10px;
		width:200px;;
	}	
	.carsearching lable {text-transform:uppercase;}
	.paddingAll10 { padding:10px; }
	.specialHomeCarsearch .hide4Home { display:none; }
	.hid4allButHome { display:none; }
	.specialHomeCarsearch .hid4allButHome { display:block; }
	.specialHomeCarsearch .homePageSpecial .xb1 {background-color:#F6B9B9;}	
	.specialHomeCarsearch .homePageSpecial .xb2, 
	.specialHomeCarsearch .homePageSpecial .xb3, 
	.specialHomeCarsearch .homePageSpecial .xb4 {
	background-color:#FFFFFF;
	border-left-color:#F6B9B9;
	border-right-color:#F6B9B9;
	}	
	.specialHomeCarsearch .homePageSpecial .xboxcontent { border-color:#F6B9B9; }
	
	.homeSearchTop { 
		background:transparent url(http://static.autonet.ca/Donut/Autonet_ca/images/pink_head_300.gif) no-repeat bottom left;
		height:37px;
		text-align:left;
		text-transform:uppercase;
		width:300px;
	}	
/* END CAR SEACH ALTERATION FOR HOME PAGE */
/* More Photos Section */
	.galleryContain_D .imageWrapper {
		width:78px;
	
	}
	.galleryContain_D .containtd {
		width:646px;
	}
	.galleryContain_D .containtd .medContain {
		width:212px;
	}
	#b .moretophoto .dividerBar {
		margin:5px 0 5px 0;	
		width:646px;
	}
/* END More Photos Section */
/* Small rotation section for News stories Alterations */
	#newsSecRot.rotatingStory {
		width:322px;
	}
	#newsSecRot.rotatingStory #dlContainer #dl .tabsSec .imageWrapper { width:306px; border:none; text-align:center; }
	#newsSecRot.rotatingStory img { display:inline; margin:0 auto; }
	.limitWidth { width:260px; }
/* END Small rotation section for News stories Alterations */
/* REQUIRED FOR THE STORY PAGE TEXT OUTPUT */
	.simpleRateContain {
		width:641px;
		background-color:#f3f3f3;
		margin-bottom:5px;
		padding:5px 0px 5px 5px;
	}
	.simpleRateContain #toolboxContain { margin:0; }
	.simpleRateContain .imageWrapper { margin:0 5px 0 0; border:none; }
	.simpleRateContain .imageWrapper img { background:#fff; padding:2px; border: 1px solid #E0E1E3 }
	.ie6wrapper {width:317px; float:left;}
	.editRatingContain {width:318px; float:left;}
	.editRating {margin:5px 0 5px 0; }
	#b .editRatingContain .dividerBar { width:303px; border-color:#e2e2e2; }
	.editRatingLink {width:115px; padding-top:3px;}
	.picBy {width:400px;}
	.summery { 
	background-color:#f3f3f3;
	padding:5px;
	margin-bottom:10px;
	margin-top:10px;
	}
	#b .summery .dividerBar,#b .editRate .dividerBar {
		width:100%; 
		margin:0; 
	}
	.summery h2, .editRate h2, .quicklinks h2 {
		text-transform:none;
		color:#000000;
		padding:10px 0 5px 0;
		margin:0;
	}
	.starConstant {
		width:25px;
		height:25px;
		background-image:url(http://static.autonet.ca/Donut/Autonet_ca/images/stars.gif);
	}
	.star0 {}
	.star1 { background-position:0px 50px }
	.star2 { background-position:0px 25px; }
	.sadlySpacer { float:right; width:10px; height:49px;} 
	.erFirst { width:125px; }
	.erSecond { width:140px; }
	.erThird { width:370px; }
	.ratingsubContain { padding:10px 0 0 0;}
	#b .editRate .ratingsubContain .dividerBar { float:right; width:370px; margin-top:5px;}
	#b .editRate .ratingsubContain .dividerBar.width636 { width:636px;}
	.popout10 { float:right; width:10px; height:1px; overflow:hidden;}
	.quicklinks ul li b { 
		background:transparent url(http://static.autonet.ca/Donut/Autonet_ca/images/dot.gif) no-repeat scroll 0px 5px;
		padding-left:10px;
	}
	.quicklinks ul li a { color:#A52911; font-weight:normal; }
	#quickLinksContain { float:left; width:200px; }
	#quickLinksContain .quicklinks ul { padding-left:15px;}
	#quickLinksContain .quicklinks ul li { list-style-type:disc; }
	.NewsStoryBig.storiePages .summery .quicklinks li{	
		background:transparent url(http://static.autonet.ca/Donut/Autonet_ca/images/dot.gif) no-repeat scroll 0px 5px;
		padding-left:10px;
		margin-left:20px;
		display:inline;
	}
	.part1Summery, .part2Summery { width:310px; }
	.makeBold { font-weight:bold; }
	.smallInfo { color:#A52911; }
	.summeryInnerContain .part1Summery, .summeryInnerContain .part2Summery{ margin:5px 0 5px 5px; }
	.marginBotton10 { margin-bottom:10px; }
	.formButtom { margin-top:10px; }
	.simpleRateContain .editRatingContain .imageWrapper { margin-right:0px; }
	.marginLeft125 { margin-left:125px; }
	.simpleRateContain .editRatingContain .forImageMargin .imageMargin { margin-right:39px; }
/* END REQUIRED FOR THE STORY PAGE TEXT OUTPUT */
/* CAR DEALER SECTION HOME PAGE */
	.finddealer .spacialDist select {
		font-size:10px;
		font-family:Arial,Helvetica,sans-serif;
		width:60px;
	}
	.distDescription{ padding-top:3px; padding-right:5px;}
	.finddealer .postalC input { width:74px; }
	.finddealer .postalC input, .rotOveride .postal { 
		color:#999999; 
		text-align:center; 
		font-size:10px;
		font-family:Arial,Helvetica,sans-serif;	
	}
	.rotOveride .postal { width:74px; }
/* END CAR DEALER SECTION HOME PAGE */
		.specialNews .hide4news { display:none; }
		.specialSearch .hide4search { display:none; }
		form {
			padding:0;
			margin:0;
		}	
		.submit
		{
			background:transparent url(http://static.autonet.ca/Donut/Autonet_ca/images/redButton.gif) no-repeat top left;
			border:0;
			width:58px;
			height:19px;
			font-size:9px;
			color:#FFFFFF;
			vertical-align:middle;
			text-transform:uppercase;
			font-family:Tahoma, sans-serif;
			cursor:pointer;
		} 
		.specialHomeNews .hidemeNews { display:none; } 
		.specialHomePoll .containUP { width:236px; }
		.specialHomePoll .boxHead { background-image:url(http://static.autonet.ca/Donut/Autonet_ca/images/BoxHead236.jpg)}
		.specialHomePoll { margin:10px 10px 10px 0; }
		.rowList { width:192px;}

		.videoMargin { margin-left:10px; margin-right:11px; }
		.videoSpecial .numberingVideos { display:none; }
		.videoSpecial .containlv { width:100%;}
		.videoSpecial .lateVideo li .blurp { width:112px; }
		.videoSpecial .veryBottomLine { border-top:0;}
		.videoSpecial .imageWrapper { height:58px; }	
		.photoSpecial .numberingPhotos { display:none; }
		.photoSpecial .topPhoto { width:192px; margin:0; }
		.topPhoto .imageWrapper { height:59px;overflow:hidden; }
	/**/.topPhoto .textHolder { width:107px; height:60px; overflow:hidden; }
		.homeDoubleAdd { margin:5px 0 5px 10px; }
		.homeWidthB2_4IE {width:730px;}
		
		.latestvid .imageWrapper { height:58px; }	
		.fordVid .numberingVideos { display:none; }
		.extra_padd_wrapper { padding:5px; }
		
		.topPhoto .imageWrapper { margin:0px;}
		
		.topPhoto li { padding-bottom:7px; padding-top:7px; }
		.medContain .darkRead {color:#A52911; font-weight:normal;}
		.specialNewsLetter h3 { color:#336699; padding:0; }
		
		.turnMeBlue {color:#336699;}
		.marginLeft130 { margin-left:130px; }
		.margin3sides10 { 
			margin:10px;
			margin-top:0;
		}
		.padTop10 { padding-top:10px; }
		.containADS .darkRead, .dividerBarClone .darkRead { color:#A52911; }
	/* FOR THE LIST ADDS  */
		.specialDivBar {
			border-top:1px solid #E0EAF0;
			height:1px;
			overflow:hidden;
		}
		.theHalf { width:167px; }
		.theHalf ul li, .dividerBarClone ul li, #ConatinPrevAward ul li, .awardsBullets ul li {
			padding-left:10px;
			list-style-type:none;
			background:transparent url(http://static.autonet.ca/Donut/Autonet_ca/images/bullet_blue.gif) no-repeat scroll 0px 3px;
		}
		.widthContain {width:336px;}
		.ie6fix_adds { padding:10px 0 10px 10px;}
	/* END FOR THE LIST ADDS  */		
	/* SPOTLIGHT CAR SPECIFIC PAGE  */	
		.forSpotlight .containADS { margin:0px; }
		.forSpotlight .widthContain {width:300px;}
		.subSecHide .hideTitle4Subsec { display:none; }
		.carSecCont {padding:5px 10px 5px 10px;}
		.allSeachStories h2 { padding:0;}
		.allSeachStories {
			width:318px; 
			overflow:hidden;
		}
		.dividerBarClone {border-top:1px solid #E0EAF0; padding:10px 0 10px 0;}
		.carSearchVideo .containlv { width:318px; }
		.carSearchVideo .numberingVideos {display:none; }
		.carSearchVideo .topPhoto { width:318px; }
		.carSearchVideo .topPhoto .textHolder { width:215px; }
		.carSearchVideo .numberingPhotos { display:none; }
		/* ROUNDED CORNER VARIABLE */
			#ConatinSpot .xsnazzy {width:646px;}
			#ConatinSpot .xb2, 
			#ConatinSpot .xb3, 
			#ConatinSpot .xb4 {
				background:#fff; 
				border-left:1px solid #e6e6e6;
				border-right:1px solid #e6e6e6;
			}
			#ConatinSpot .xb1 { background:#e6e6e6; }
			#ConatinSpot .xboxcontent {
				border:0 solid #e6e6e6; 
				background-color:#fff;
				color:#000000;
				border-width:0 1px;
			}
			#ConatinSpot .boxHead { background-image:url(http://static.autonet.ca/Donut/Autonet_ca/images/BoxHead646.jpg); }
		/* END ROUNDED CORNER VARIABLE */
		.divLI {
			background:transparent url(http://static.autonet.ca/Donut/Autonet_ca/images/bullet_blue.gif) no-repeat scroll 0px 3px;
			list-style-type:none;
			padding-left:10px;
			white-space:nowrap; 
			width:145px;
		}										
	/* END SPOTLIGHT CAR SPECIFIC PAGE  */		
	/* FIND A DEALER SECTION HOME PAGE */
		.padLeft10 { padding-left:10px; }
		.finddealer .rotOveride .xsnazzy, .finddealer .xsnazzyTop { width:235px; }
		.finddealer .xsnazzyTop { background-image:url(http://static.autonet.ca/Donut/Autonet_ca/images/pink_head_235.gif); }
	/* END FIND A DEALER SECTION HOME PAGE */	
	/* ADDS BOTTOM HOME PAGE */
		.specialAddsHome .marginCont { margin:0; }
		.ie6SpecialAddsPad .containtd { width:706px;}
                .homePGFRadd {
                         background-color:#F3F3F3;
                         float:left;
                         width:230px;
                         border-left:1px solid #E0EAF0;
                         border-right:1px solid #E0EAF0;
                         overflow:hidden;
                }
	/* END ADDS BOTTOM HOME PAGE */
	/* AWARDS EDITORS HOME PAGE */
		/* ROUNDED CORNER VARIABLE Rating Catagory section*/
			#ConatinCata .xsnazzy {width:646px;}
			#ConatinCata .xb2, 
			#ConatinCata .xb3, 
			#ConatinCata .xb4 {
				background:#fff; 
				border-left:1px solid #e6e6e6;
				border-right:1px solid #e6e6e6;
			}
			#ConatinCata .xb1 { background:#e6e6e6; }
			#ConatinCata .xboxcontent {
				border:0 solid #e6e6e6; 
				background-color:#fff;
				color:#000000;
				border-width:0 1px;
			}
			#ConatinCata .boxHead { background-image:url(http://static.autonet.ca/Donut/Autonet_ca/images/BoxHead646.jpg); }
		/* END ROUNDED CORNER VARIABLE */
		/* ROUNDED CORNER VARIABLE Previouse Award Winners*/
			#ConatinPrevAward .xsnazzy {width:300px;}
			#ConatinPrevAward .xb2, 
			#ConatinPrevAward .xb3, 
			#ConatinPrevAward .xb4 {
				background:#fff; 
				border-left:1px solid #e6e6e6;
				border-right:1px solid #e6e6e6;
			}
			#ConatinPrevAward .xb1 { background:#e6e6e6; }
			#ConatinPrevAward .xboxcontent {
				border:0 solid #e6e6e6; 
				background-color:#fff;
				color:#000000;
				border-width:0 1px;
			}
			#ConatinPrevAward .boxHead { background-image:url(http://static.autonet.ca/Donut/Autonet_ca/images/BoxHead300.jpg); }
		/* END ROUNDED CORNER VARIABLE Previouse Award Winners*/	
		.bestCarContain .imageWrapper img, .allCarContain .imageWrapper img { border:2px solid #FFFFFF; }
		.bestCarContain .imageWrapper, .allCarContain .imageWrapper { 
			height:172px; 
			width:229px;
			margin:0;
			overflow:hidden;
		}
		.winnerDescript { padding:0 0 10px 10px; } 
		.boldme { font-weight:bold; }
		.winnerDescript ul li {list-style-type:none;}
		.winnerDescript h2, .winnerDescript h3 { padding-left:0px; }
		.bestCarContain,.allCarContain { width:646px; }
		.bestSectionContain { padding:5px 0 5px 0; }
	/* END AWARDS EDITORS HOME PAGE */	
	.fourStories { padding-bottom:5px; }
	/* AWARDS SUB SEC PAGE */	
	
		.allCarsWords { border-bottom:1px solid #E6E6E6; } 
		.makemodTitle { font-size:16px;  font-weight:bold; padding-bottom:5px; }
		.quickLinkTitle { font-weight:bold;}
		.carDesktpAndBul {padding:10px 20px 10px 20px; }
		.carRateDesctip ul li {
			background:transparent url(http://static.autonet.ca/Donut/Autonet_ca/images/dot.gif) no-repeat scroll 0px 5px;
			list-style-type:none;
			padding-left:10px;
		}	
		.specialSubmit .submit { 
			background-image:url(http://static.autonet.ca/Donut/Autonet_ca/images/redButton125.gif);
			width:125px;
		}
		.specialSubmit { padding:15px 10px 10px 10px; }
		.carRateDesctip ul li a { color:#A52911; }
		/* CAR CATAGORY SELECTOR */
			.twoCarContain { }
			.borderRight { border-right:1px solid #E6E6E6; }
			.car { 
				padding-top:47px; 
				width:139px;
				background:#fff no-repeat top center;
				text-align:center;
				font-weight:bold;
				cursor:pointer;
			}
			.convertable { background-image:url(http://static.autonet.ca/Donut/Autonet_ca/images/cartype/col1cnt_convertible.jpg); }
			.coupe { background-image:url(http://static.autonet.ca/Donut/Autonet_ca/images/cartype/col1cnt_coupe.jpg); }
			.suv { background-image:url(http://static.autonet.ca/Donut/Autonet_ca/images/cartype/col1cnt_suv.jpg); }
			.truck { background-image:url(http://static.autonet.ca/Donut/Autonet_ca/images/cartype/col1cnt_truck.jpg); }
			.hatchback { background-image:url(http://static.autonet.ca/Donut/Autonet_ca/images/cartype/col1cnt_hatchback.jpg); }
			.sedan { background-image:url(http://static.autonet.ca/Donut/Autonet_ca/images/cartype/col1cnt_sedan.jpg); }
			.van { background-image:url(http://static.autonet.ca/Donut/Autonet_ca/images/cartype/col1cnt_van.jpg); }
			.wagon { background-image:url(http://static.autonet.ca/Donut/Autonet_ca/images/cartype/col1cnt_wagon.jpg); }
		/* END CAR CATAGORY SELECTOR */	
	/* END AWARDS SUB SEC PAGE */	
	.padTop3 { padding-top:3px; }
	.ConatinCata { padding-bottom:5px; }
	/* SHOW INFORMATION ON AUTOSHOW PAGE */
	.autoShowHid .hideTitle4Subsec { display:none; }
	.showinfoMargin { margin:6px 0 10px 10px; }
	.showinfoWidth { width:204px; overflow:hidden; }
	.showinfoWidth a { font-weight:bold; }
	.boldme { font-weight:bold; }
	.showinfoTitle {
		padding-bottom:5px;
		border-bottom:1px solid #E0EAF0;
	}
	.showsubtitle { font-weight:bold; padding-top:10px; }
	.autoshowOverride .numberingPhotos { display:none; }
	.autoshowOverride .topPhoto { width:233px; }
	.autoshowOverride .topPhoto .textHolder { width:136px; }
	/* Ticketing Section */
		.shopCart { width:80px; } 
		.incentive { width:198px; }
		.shoppingCartpic { 
			background:transparent url(http://static.autonet.ca/Donut/Autonet_ca/images/shoppingcart.gif) no-repeat scroll 17px 0px;
			padding-top:50px;
			margin-top:10px;
		}
		.shoppingCartpic .submit, .NewsLetterButton .submit { 
			background-image:url(http://static.autonet.ca/Donut/Autonet_ca/images/redButton75.gif);
			width:75px;
		}
	/* END Ticketing Section */	
	/* END SHOW INFORMATION ON AUTOSHOW PAGE */
	.fakeDealerAdd {
		width:234px; 
		height:60px; 
		background-color:#CCCCCC; 
		text-align:center;
	}
	.padLeft33 { padding-left:33px; }
	.quicklinksHide .quicklinks { display:none; }
	.rattingHide .editRating { display:none; }
	.betaBar {width:100%; background-color:#E54811; color:#FFFFFF; }
	.betaPadding { 
		padding:3px 0 3px 0; 
		border-top:1px solid #E0EAF0;
		border-bottom:1px solid #E0EAF0;
	}
	/* LOGO & HEADER */	
		#bannerbarlogoimg { border:0; }
		.bannerbar_div {
			background-color: #638eb8;
			background: url(http://static.autonet.ca/Donut/Autonet_ca/images/banner_bg.gif) repeat-x;
			height:113px;
			overflow:hidden;
		}
	/* END LOGO & HEADER */	
	/* FIND A CAR SECTION HOME PAGE */
		.move {
			height: 25px;
			background-color:#f4f4ee;;
			cursor: hand !important;
			cursor: pointer;
		}
		.move .move2 {
			margin: 0 1px 0 2px;
			height: 25px;
			background: #fff url(http://static.autonet.ca/Donut/Autonet_ca/images/slider/bar_repeat.gif) repeat-x 0 8px;
			cursor: hand !important;
			cursor: pointer;
		}
		
		.move2ondrag {
			margin: 0 1px 0 2px;
			height: 25px;
			cursor: hand !important;
			cursor: pointer;
			background: #fff url(http://static.autonet.ca/Donut/Autonet_ca/images/slider/bar_repeat.gif) repeat-x 0 8px;
		}
		
		.move .slider {
			margin-left: 0;
			margin-top: -25px;
			margin-right: -11px;
			width: 11px;
			height: 21px;
			background: #f4f4ee url(http://static.autonet.ca/Donut/Autonet_ca/images/slider/slider.gif) no-repeat 0 0;
			cursor: hand !important;
			cursor: pointer;
		}
		
		.sliderondrag {
				margin-left: 0;
				margin-top: -25px;
				margin-right: -11px;
				width: 11px;
				height: 25px;
				background-color:#f4f4ee;
				cursor: hand !important;
				cursor: pointer;
		}
		.ieTxtGone_bugfix { width:200px; }
		.radioButtonMargin input { margin-left:0; }
	/* FIND A CAR SECTION HOME PAGE */	
	.blueBullets { 
		background:transparent url(http://static.autonet.ca/Donut/Autonet_ca/images/bullet_blue.gif) no-repeat scroll 0px 8px; 
		padding-left:6px;	
	}	
	.topPhoto li .textHolder .blueBullets { padding:5px; }
	/* Fixing add from http://www.passionperformance.net/includes/autonet/autonetb.php */
        .specMarginContRM .marginCont { margin:0; }
	/* 4 HOME PAGE KLIX ADDS */
        .klixAddContain span { 
                display:block; 
                color:#000;
                /*font-weight:600;*/
        } 
        .klixAddContain .ppc_header {
                padding-bottom:5px;
                border-bottom:1px solid #E0EAF0;
                margin-bottom:5px;
        }
        .klixAddContain .ppc_ad a { color:#A52911; }
        .klixAddContain .ppc_ad { 
                padding-left:10px;
                /*background:transparent url(http://static.autonet.ca/Donut/Autonet_ca/images/bullet_blue.gif) no-repeat scroll 0px 5px;*/ 
        }
        .klixAddContain { 
                width:300px;
                background-color:#FFFFFF;
        }
        .klixAddContain .kilxie6 { padding-bottom:5px; }
	/* CSS FORBES PAGES */
	.forbes_cont {
		float:right;
		width:322px; 
		clear:right;
	}
	.forbes_cont .forbes_title {
		border-bottom:1px solid #E0EAF0; 
		padding:5px 0 5px 0; 
		margin-bottom:5px; 
	}
	.forbes_cont .forbes_title a {
		color:#000000;
		font-weight:bold;
	}
	.forbes_cont .ulPadder { padding:10px; }
	.forbes_cont ul li {  
		background:transparent url(http://static.autonet.ca/Donut/Autonet_ca/images/bullet_blue.gif) no-repeat scroll 0px 3px;
		list-style-type:none;
		padding-left:10px;	
	}		
	.forbes_cont ul li a { color:#A52911; font-weight:normal; }
	.forbesBar {
		border-bottom:1px solid #E0EAF0;
		height:35px;
		margin-bottom:5px;
	}
	.forbesBar a img { 
		border:0; 
		float:right; 
	}	
	.forceFont { font-size:12px !important; }
	/* CSS AWARDS PAGES */
		.topTxtBox, .yearSelect, .storyListContain { width:646px; }
		.storyListContain { margin:10px 0 10px 0; }
		.awardContain .eachCatType, .awardContain .eachStory { width:656px; }
		.awardContain .eachCatType li { 
			width:50%; 
			float:left;
		}
		.awardContain .eachCatType li, .awardContain .eachStory li { list-style-type: none;	}
		.awardContain .eachCatType li #hotOutside, .awardContain .eachStory li #hotOutside { margin:10px 10px 0 0; } 
		.yearSelect { border-bottom:1px solid #E0EAF0; }
		.awardContain {	padding:5px 0px 10px 10px; }
		.catWinTitle, .yearDrop { padding:12px 0 7px 0; }
		.catWinTitle { 
			font-weight:bold;
			font-size:14px;
		}
		.IE6_sidePad { padding-right:10px; }
		.sidewidth { width:197px; }
		.awardscontentTXT { width:368px; }
		.starController {margin-top:-10px; padding-left:10px;}
		.marginRight5 {margin-right:5px;}
		.awardsMakeModel { padding-bottom:5px; font-weight:bold; font-size:14px; width:200px;}
		.marginTop-10 {margin-top:-5px;}
		.eachStory #hotInside .xboxcontent div a img { padding:0; }
		.awardsBullets ul { margin-top:5px; }	
	/* END CSS AWARDS PAGES */	 


