html {
	color:#333;
	font:12px arial,verdana,sans-serif;
	position:relative;
	width:100%;
}

body {
	background:#f4edcf url(http://o.aolcdn.com/os/autos/sm/bg-984.gif) repeat-y 50% 0;
	margin:0 auto;
	position:relative;
	width:984px;
}

* {
	margin:0;
	padding:0;
}

a {
	color:#2864B4;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	border:0;
}

ul {
	list-style-type:none;
}

#ad_728x90 {
	background:#e4e4e4;
}

#ad_728x90 .ad {
	padding:7px 0;
        text-align: center;
}

#adsDiv0 {
	margin:0 auto;
	text-align:center;
	width:728px;
}

#wrap {
	float:left;
	padding:0 10px;
	width:964px;
}

#content {
	float:left;
	padding:0 17px;
	width:590px;
}

#crumb {
	font-size:11px;
	padding:4px 0 8px;
}

#sidebar {
	float:right;
	padding-top:4px;
	width:335px;
}

#sidebar .module {margin-bottom:12px;}

#sidebar div.ad {
	background:none;
	padding:14px 9px 9px;
	width:300px;
}
	#sidebar div.ad span {
		color:#848484;
		float:right;
		font-size:10px;
		padding-right:11px;
		text-transform:uppercase;
	}

#footer {
	background-color:#fff;
	clear:both;
        float: left !important;
	padding-top:18px;
}

/****************************************/

/*
	name : globalHeader
	file : aol.globalheader.css
	author : Brandon Goode
	(c) Copyright 2009 AOL Inc.

	description: 
	Styles the global header and global search box.
*/
 
#GH_ {
	float: left;
	font: 11px Arial;
	width: 980px;
	margin: 0 auto 10px;
	position: relative;
	z-index: 9999;
}
	
/* 1. Top Hat
---------------------------------------------------------
*/  
	#GH_ #GH_hat {
		background: #F0F0F0;
		border-left: 1px solid #dddddd;
		border-right: 1px solid #dddddd;
		color: #666;
		float: left;
		height: 28px;
		width: 978px;
	}
		#GH_ .GH_hat_A {
			background: none;
			color: #333;
			text-decoration: none;
		}
		#GH_ .GH_hat_A:hover {
			text-decoration: underline;
		}
		#GH_ .GH_hat_UL {
			list-style-type: none;
			margin: 0;
			padding: 8px 0 0;
		}
			#GH_ .GH_hat_LI	 {
				float: left;
			}
				#GH_ #GH_hat_links {
					float: left;
					padding-left: 4px;
					width: 50%;
				}
					#GH_ #GH_hat_links .GH_hat_links_A, #GH_ #GH_hat_tools .GH_hat_links_A {
						border-right: 1px solid #999;
						padding: 0 10px;
					}
					#GH_ #GH_hat_more, #GH_ .GH_hat_more {
						padding: 0 0 0 10px;
					}
					#GH_ #GH_hat_more, #GH_ .GH_hat_LI_more {
						position: relative;
					}
						#GH_ #GH_hat_more_link {
							background: transparent url(http://o.aolcdn.com/os/autos/global/sprites/s_head.png) no-repeat right -353px;
							display: block;
							height: 20px;
							left: 25px;
							padding: 0 12px 0 0;
							position: absolute;
							top: 0px;
						}
			#GH_ #GH_hat_tools {
				float: right;
				padding: 8px 15px 0 0;
			}
	
/* 2. More Links Fly Out
---------------------------------------------------------
*/  
	#GH_ #GH_more_list {
		border: 1px solid #c7c7c7;
		background: #fff;
		display: none;
		float: left;
		font-size: 12px;
		left: 340px;
		padding: 10px;
		position: absolute;
		top: 27px;
		width: 328px;
		z-index: 668;
	}
		#GH_ #GH_more_list_lab {
			border-bottom: 1px solid #c7c7c7;
			color: #2E2E2E;	
			display: block;
			padding-bottom: 8px;
		}
		#GH_ .GH_more_list_UL {
			float: left;
			list-style-type: none;
			margin: 0;
			padding: 6px 0 0;
			width: 33.33%;
		}
			#GH_ #GH_more_list a {
				color: #2864B4;
				font-weight: normal;
				line-height: 18px;
				text-decoration: none;
			}
			#GH_ #GH_more_list a:hover {
				text-decoration: underline;
			}
			
/* 3. Center: Branding & Search
---------------------------------------------------------
*/  
	#GH_ #GH_guts {
		border-left: 1px solid #dddddd;
		border-right: 1px solid #dddddd;
		clear: both;
		display: block;
		float: left;
		height: 89px;
		position: relative;
		width: 978px;
		z-index: 667;
	}
		#GH_ #GH_brand, #GF_ #GF_brand {
			padding: 22px 0 0 14px;
		}
			#GH_ #GH_brand_link, #GF_ #GF_brand_link {
				background: url(http://o.aolcdn.com/os/autos/global/sprites/s_head.png) no-repeat 0px -646px;
				color: #333;
				display: block;
				height: 47px;
				overflow: hidden;
				text-decoration: none;
				text-indent: -6666px;
				width: 214px;
			}
		#GH_ #GH_search, #GF_ #GF_search {
			background: url(http://o.aolcdn.com/os/autos/global/sprites/s_head.png) no-repeat 0 -200px;
			padding: 6px 8px;
			position: absolute;
			right: 218px;
			top: 15px;
		}
			#GH_ #GH_search_form, #GF_ #GF_search_form {
				height: 43px;
				padding: 5px 0 0 5px;
				width: 473px;
			}
				#GH_ #GH_search_field, #GF_ #GF_search_field {
					background: transparent url(http://o.aolcdn.com/os/autos/global/sprites/s_head.png) no-repeat 0 -50px;
					border: 0px;
					color: #666;
					float: left;
					font: bold 16px Arial;
					height: 24px;
					margin: 0;
					overflow: hidden;
					padding: 10px 0 4px 13px;
					width: 342px;
				}
				#GH_ #GH_search_label, #GF_ #GF_search_label {
					border: 0;
					color: #999;
					font: bold 16px Arial;
					height: 24px;
					left: 27px;
					margin: 0;
					position: absolute;
					top: 21px;
					width: 342px;
				}
				#GH_ #GH_search_field.GH_search_active, #GF_ #GF_search_field.GF_search_active {
					background: transparent url(http://o.aolcdn.com/os/autos/global/sprites/s_head.png) no-repeat 0 0px;
				}
				#GH_ #GH_search_button, #GF_ #GF_search_button {
					background: url(http://o.aolcdn.com/os/autos/global/sprites/s_head.png) no-repeat 0 -100px;
					border: none;
					cursor: pointer;
					height: 39px;
					margin: 0 0 0 4px;
					overflow: hidden;
					padding: 0;
					text-indent: -6666px;
					width: 111px;
				}
				#GH_ #GH_search_button:hover, #GF_ #GF_search_button:hover {
					background-position: 0 -150px;
				}
			#GH_ #GH_search_results, #GF_ #GF_search_results	 {
				background-color: #ffffff;
				border: 1px solid #818181;
				display: none;
				font-size: 12px;
				font-weight: normal;
				left: 13px;
				position: absolute;
				top: 49px;
				width: 353px;
			}
				#GH_ #GH_search_results ul, #GF_ #GF_search_results ul {
					color: #666666;
					list-style-type: none;
					margin: 0;
					padding: 0;
				}
					#GH_ #GH_search_results ul li, #GF_ #GF_search_results ul li {
						cursor: pointer;
						margin: 0;
						padding: 3px 10px;
					}
					#GH_ #GH_search_results .GH_highlight, #GF_ #GF_search_results .GF_highlight {
						background-color: #a4bd3d;
						color: #fff;
						text-decoration: underline;
					}
/* 4. Navigation
---------------------------------------------------------
*/  
	#GH_ #GH_nav {
		background: #2E2E2E url(http://o.aolcdn.com/os/autos/global/sprites/s_head.png) repeat-x scroll 0 -576px;
		clear: both;
		float: left;
		height: 28px;
		margin: 0;
		padding: 0 0 3px 6px;
		width: 974px;
	}
		#GH_ .GH_nav_LI {
			float: left;
			list-style-type: none;
			margin-right: 8px;
			padding-left: 1px;
			position: relative;
			z-index: 666;
		}
			#GH_ .GH_nav_list a {
				background: transparent url(http://o.aolcdn.com/os/autos/global/sprites/s_head.png) no-repeat scroll right -394px;
				padding-right: 12px;
				text-decoration: none;
			}
			#GH_ .GH_nav_list_open b {
				background: transparent url(http://o.aolcdn.com/os/autos/global/sprites/s_head.png) no-repeat scroll right -727px;
				float: left;
			}
				#GH_ .GH_nav_list_open a, 
				#GH_ .GH_nav_list_open a:hover {
					background: transparent url(http://o.aolcdn.com/os/autos/global/sprites/s_head.png) no-repeat scroll right -444px;
					text-decoration: none;
				}

	#GH_ .GH_nav_A {
		color: #fff;
		display: block;
		float: left;
		font-size: 14px;
		font-weight: bold;
		height: 20px;
		padding: 7px 7px 0;
		text-decoration: none;
	}
		#GH_ #GH_nav_act {
			background: url(http://o.aolcdn.com/os/autos/global/sprites/s_head.png) no-repeat left -296px;
		}
		#GH_ #GH_nav_act .GH_nav_A {
			background: url(http://o.aolcdn.com/os/autos/global/sprites/s_head.png) no-repeat right -296px;
		}
		#GH_ #GH_nav_act.GH_nav_list {
			margin-right: 1px;
		}
		#GH_ #GH_nav_act.GH_nav_list .GH_nav_A {
			padding-right: 7px;
		}
		#GH_ #GH_nav_act #GH_nav_act_B {
			background: url(http://o.aolcdn.com/os/autos/global/sprites/s_head.png) no-repeat right -493px;
			display: block;
			padding-right: 12px;
		}
		#GH_ #GH_nav_act.GH_nav_list_open #GH_nav_act_B {
			background: transparent url(http://o.aolcdn.com/os/autos/global/sprites/s_head.png) no-repeat scroll right -442px;
		}
		
	#GH_ .GH_nav_A:hover {
		text-decoration: underline;
	}

	#GH_ .GH_nav_list_UL {
		/*background: transparent url(http://o.aolcdn.com/os/autos/global/sprites/s_head.png) no-repeat 31px -550px;*/
		border-bottom: 1px solid #2E2E2E;
		display: none;
		left: 0;
		list-style-type: none;
		padding: 0;
		position: absolute;
		top: 31px;
		z-index: 667;
	}
	#GH_ .GH_nav_list_UL li {
		background-color: #fff;
		border-left: 1px solid #2E2E2E;
		border-right: 1px solid #2E2E2E;
		clear: both;
		float: left;
		font-size: 12px;
		width: 140px;
	}
	#GH_ .GH_nav_list_UL a {
		background: none;
		border-bottom: none;
		color: #2864B4;
		display: block;
		float: left;
		font-size: 12px;
		font-weight: normal;
		padding: 4px 12px;
		text-transform: none;
		width: 133px;
	}
	#GH_ .GH_nav_list_UL a:hover {
		background: #84a210;
		color: #fff;
	}
	#GH_ .GH_nav_list_UL .GH_nav_A_last {
		border: none;
	}
	#GH_ #GH_fb_link {
		float: right;
		list-style-type: none;
		margin-right: 0;
		padding-right: 15px;
	}
	
	/* Header/Footer Overrides */
	#GH_ {
		margin: 0 auto;	
	}
	#GH_ #GH_hat {
		background-color: #f3f3f3;
		border: none;
		color: #858585;
		width: 980px;
	}
	#GH_ .GH_hat_A {
		color: #424242;
	}
	#GH_ #GH_hat_tools .GH_hat_links_A {
		border: none;
		color: #424242;
		padding: 0;
	}
	#GH_ #GH_more_list a {
		color: #5393d9;
	}
	#GH_ #GH_guts, #GF_ #GF_guts {
		background: #fff;
		border: none;
		height: 88px;
		width: 980px;
	}
	#GH_ #GH_brand, #GF_ #GF_brand {
		padding: 20px 0 0 14px;
	}
	#GH_ #GH_search, #GF_ #GF_search {
		top: 14px;
	}
	#GH_ #GH_search_results .GH_highlight, #GF_ #GF_search_results .GF_highlight {
		background-color: #45a9e8;
	}
	#GH_ #GH_nav_act {
		background-position: left -296px;
	}
	#GH_ #GH_nav_act .GH_nav_A {
		background-position: right -296px;
	}
	#GH_ #GH_nav_act #GH_nav_act_B {
		background-position: right -451px;
	}
	#GH_ #GH_nav_act.GH_nav_list_open #GH_nav_act_B {
		background-position: right -451px;
	}
	#GH_ .GH_nav_list_UL {
		background: #fff;
		border: solid #999;
		border-width: 2px;
		padding: 15px 0;
	}
		#GH_ .GH_nav_list_UL li {
			border: solid #c7c7c7;
			border-width: 0 0 1px;
			padding: 3px 6px;
			width: 198px;
		}
		#GH_ li.GH_nav_li_last {
			border-bottom: none;
		}
		#GH_ .GH_nav_list_UL a {
			background: #fff;
			border-color: #e5e5e5;
			color: #333;
			font-weight: bold;
			text-transform: uppercase;
			width: 174px;
		}
		#GH_ .GH_nav_list_UL a:hover {
			background: #4398e3;
		}
	#GH_ #GH_fb_link a {
		font-size: 12px;
		padding: 8px 0 0;
	}
	/* FPO Override for Hat link */
	#GH_ #GH_hat_links #GH_hat_A_first {
		background: url(http://o.aolcdn.com/os/autos/global/sprites/s_head.png) no-repeat -470px -658px;
		display: block;
		float: left;
		height: 12px;
		margin-left: 10px;
		overflow: hidden;
		padding: 0;
		padding-right: 7px;
		text-indent: -99em;
		width: 30px;
	}

/* Footer Overrides */
#GF_ {
	border-top:1px solid #dfdfdf;
	clear:both;
	position:relative;
	text-align:left;
	width:984px;
	z-index:666;
}
#GF_ #GF_brand {
	padding: 22px 0 0 30px;
}
#GF_ #GF_fb_link {
	font-size:13px;
	font-weight:bold;
	position:absolute;
	right:30px;
	top:37px;
	width:auto !important;
}
#GF_ #GF_fb_link a {
	color:#367ac3;
}
#GF_ #GF_more {
	background-color:#f3f3f3;
	clear:both;
	float:left;
	font-size:11px;
	padding:12px 0;
	width:100%;
}
#GF_ #GF_more h3 {
	color:#797979;
	font-size:12px;
	padding-bottom:6px;
}
#GF_ #GF_more .linkList {
	float:left;
	padding:12px 0 0 30px;
	width:132px;
}
#GF_ #GF_more .linkList a{
	color:#337ac2;
}
#GF_ #GF_text{
	color:#797979;
	font-size:12px;
	text-align:center;
}
#GF_service{
	background:#e8e8e8;
	clear:both;
	float:left;
	font-size:11px;
	padding:8px 30px;
	width:924px;
}
#GF_service ul {
	float:left;
}
#GF_service ul li{border-right:1px solid #888;float:left;margin-right:3px;padding-right:2px}
#GF_service ul li a{color:#337ac2}
#GF_service span{clear:both;display:block;}
#GF_service .fLeft{display:none;}
#GF_service .fRight{color:#999;float:left;width:100%}
#GF_service .fRight ul{padding-top:5px}

#bCrumb {
	float:left;
	clear:both;
	font-size:11px;
	padding:3px 0 0 0;
}

#bCrumb ul li {
	float:left;
}

#sm_lead {
	margin-bottom:12px;
}

/*--- posts (general) ---*/
#Post {
	clear:both;
}
.post {
	clear:both;
}
.post .header {
	float:left;
	margin-bottom:6px;
	width:100%;
}
.post .header .postInfo {
	float:left;
	width:475px;
}
.post .content {
	clear:both;
	line-height:1.4em;
	margin:0;
}
.post .title {
	margin-bottom:5px;
	width:100%;
}
.post .title a {
	color:#000;
	font-size:20px;
	font-weight:bold;
	letter-spacing:-1px;
}
.post .content {
	font-size:13px;
}
.post .content h3 {
	font-size:14px;
	padding-bottom:6px;
}
.post .content div {
	margin-bottom:12px;
}
.post .content div em {
	font-size:11px;
}
.post .content blockquote {
	margin-bottom:12px;
	padding-left:24px;
}
.post .content blockquote ul {
	padding-bottom:12px;
}
.post .content blockquote em {
	font-size:11px
}
.post .content img {
	float:left;
	margin-right:15px;
}
.post .content div img {
	float:none;
	margin:0;
}
.post .readMore {
	background-color:#2864B4;
	color:#fff;
	float:left;
	padding:5px 10px;
}
.post p {
	margin-bottom:12px;
}
.post ol li, .post ul li {
	list-style-position:inside;
}
.post ol li {
	list-style-type:decimal;
}
.post ul li {
	list-style-type:disc;
}

/*--- post info ---*/
.postInfo .byline {
	display:inline;
	font-size:11px;
	margin:0;
}
.postInfo .byline a {color:#000;font-weight:bold;} 
.postInfo .byline a img {padding-left:2px;padding-right:3px;position:relative;}
.postInfo .date {color:#666;font-size:11px;display:inline;margin-bottom:0;padding-left:4px;}
.postInfo .categories {display:inline;font-size:11px;margin-bottom:0;padding-left:4px;}
.postInfo .tags {display:inline;font-size:11px;margin-bottom:0;padding-left:4px;}

/*--- Layout of Blue Balloon Comment Label in Posts ---*/
#bubbRubb, .bubbRubb {
	background: url(http://o.aolcdn.com/art/dp_autos/s-grad-art-2.gif) no-repeat right 19px;
	float:right;
	height:28px;
}
#bubbRubb a, .bubbRubb a {
	background: #eab066;
	color: #fff;
	display: block;
	font-weight: bold;
	padding: 2px 6px 3px;
	width: 98px;
}
#bubbRubb a:hover, .bubbRubb a:hover {
	text-decoration: none;
}
.comHov {background-position:right -20px;}
.comHov a {background-color:#d9811a;}

#lead_img {margin-bottom:12px}
.poll ul {
	padding:6px 0;
}
.poll ul li {
	list-style-type:none;
}
.poll .poll-title {
	color:#2F353B;
	font-size:24px;
	font-weight:bold;
	line-height:24px;
	padding-bottom:5px;
}
.poll .poll-question {
	color:#666666;
	font-size:17px;
	font-weight:normal;
	padding-bottom:5px;
}
.poll .pSub input{
	background:transparent url(http://o.aolcdn.com/os/autos/global/PollArrowArtR.gif) no-repeat scroll 0 0;
	border:0 none;
	width:205px;
}
.poll .visual-poll-results span {
	color:#2F353B;
	font-size:20px;
	font-weight:bold;
	padding-bottom:5px;
}
.poll .visual-poll-results {
	color:#666666;
	font-size:14px;
	line-height:23px;
}
.poll .poll-summary {
	color:#666666;
	font-size:16px;
	font-weight:bold;
	line-height:23px;
}
.contentType-Poll {
	float:left;
	margin:0 12px 12px 0 !important;
}

div.poll {
	background:url("http://o.aolcdn.com/os/autos/translogic/poll-art.gif") no-repeat scroll 8px -54px #FFFFFF;
	border:4px solid #EAEAEA;
	clear:both;
	color:#000000;
	display:block;
	font-family:times,"times new roman",serif;
	margin:1em 0;
	overflow:hidden;
	
	position:relative;
	text-align:left;
	width:565px;
}
div.poll form{padding:25px 0 0 10px}
div.poll form p,  caption {
	color:#000000;
	display:block;
	float:left;
	font:21px/25px arial,sans-serif;
	padding-bottom:25px;
        *padding-bottom:35px !important;
	padding-right:10px;
	text-align:left;
}
div.poll form p{width:160px !important}
caption{padding-bottom:10px !important}
div.poll form label  {
	display:block;
	font-family:arial,times,"times new roman",serif;
	font-style:italic;
	margin:0 0 5px;
	padding-left:10px;
	width:370px;
        font-size:13px
}
div.poll form label input {
	margin-right:5px;
}
fieldset{border:none;*width:370px}
div.poll form button {
	background:url("http://o.aolcdn.com/os/autos/translogic/poll-art.gif") repeat scroll 0 0 transparent;
	border:medium none;
	bottom:10px;
	height:22px;
	left:8px;
	margin-top:1.5em;
	position:absolute;
	text-indent:-900em;
	width:65px;
}
div.poll form button:hover{
	background-position:0 -22px;
	cursor:pointer;
}
div.poll table th {
	font-weight:normal;
}
div.poll table{width:100%}
.poll td{width:170px}
.poll th {
	display:block;
	font-family:Arial,serif;
	padding-top:6px !important;
	width:384px;
}
.poll td {
	border-left:3px solid #FFFFFF;
	font-style:italic;
	white-space:nowrap;
}
.poll td span {
	white-space:nowrap;
}
.poll td, .poll th {
	border-collapse:collapse;
	font-family:Arial,serif;
	font-size:12px;
	font-weight:normal;
	line-height:20px;
	padding:1px 0 2px;
	text-align:left;
	vertical-align:top;
}
div.poll table.poll  {
 background:none repeat scroll 0 0 transparent;
 border:medium none;
 padding:25px 0 0 10px
}
div.poll table.poll caption{*padding:25px 0 10px 10px}
.poll td .poll_result_bar_1, .poll td .poll_result_bar_6, .poll td .poll_result_bar_11, .poll td .poll_result_bar_16 {
	background:none !important;
	border-bottom:9px solid #0091D0 !important;
}
.poll td .poll_result_bar_2, .poll td .poll_result_bar_7, .poll td .poll_result_bar_12, .poll td .poll_result_bar_17 {
	background:none !important;
	border-bottom:9px solid #F36C21 !important;
}
.poll td .poll_result_bar_3, .poll td .poll_result_bar_8, .poll td .poll_result_bar_13, .poll td .poll_result_bar_18 {
	background:none !important;
	border-bottom:9px solid #33B558 !important;
}
.poll td .poll_result_bar_4, .poll td .poll_result_bar_9, .poll td .poll_result_bar_14, .poll td .poll_result_bar_19 {
	background:none !important;
	border-bottom:9px solid #EEDE36 !important;
}
.poll td .poll_result_bar_5, .poll td .poll_result_bar_10, .poll td .poll_result_bar_15, .poll td .poll_result_bar_20 {
	background:none !important;
	border-bottom:9px solid #652D90 !important;
}
.customPoll{
	background:url("http://o.aolcdn.com/os/autos/translogic/poll-art.gif") no-repeat scroll 8px -54px #FFFFFF;
	border:4px solid #EAEAEA;
	clear:both;
	color:#000000;
	display:block;
	font-family:times,"times new roman",serif;
	margin:1em 0;
	overflow:hidden;
	padding:30px 0 16px 10px;
	position:relative;
	text-align:left;
	width:590px;
	float:left;padding-top:30px;border:4px solid #EAEAEA
}

#CommentStream {clear:both;}
#CommentStream .comment {border-bottom:dotted 1px #ddd;clear:both;float:left;margin:15px 0;padding:15px 0;width:100%;}
#CommentStream .details {display:inline;float:left;width:450px;}
#CommentStream .details p {padding:12px 0;}
#CommentStream .avatar {display:inline;float:left;margin-right:20px;}
#CommentStream .tools {float:right;}
#CommentStream .tools a {margin-left:8px;}
#CommentStream .tools span.rating {position:relative;top:-3px;}
#CommentStream .rating {background-image:url("http://www.blogsmithmedia.com/www.housingwatch.com/media/rating-sprite.gif");float:left;height:16px;width:48px;}
#CommentStream .veryBad {background-position:0 -64px;}
#CommentStream .bad {background-position:0 -48px;}
#CommentStream .good {background-position: 0 -32px;}
#CommentStream .veryGood {background-position: 0 -16px;}
#cmtuinfo_email p.instructions, #cmtuinfo_blogsmith p.instructions, #cmtuinfo_sns p.instructions {background-color:#e5e5e5;padding:5px 30px;margin:12px 0;font-weight:bold;font-size:16px;}
#formerrors div {background-color:#FF2F2F;color:#fff;padding:12px 30px;margin-top:12px;font-weight:bold;font-size:16px;}
#formerrors ol {list-style-position:inside;padding:12px 0 0 12px;}

ul.pages {clear:both;}
ul.pages li {float:left;font-weight:bold;margin-right:4px;padding-top:10px;}
ul.pages li.num {float:right;}
ul.pages li.p, ul.pages li.on {border: solid 1px #ddd;margin-top:8px;padding:1px 3px;}
ul.pages li.on {background-color:#ddd;}
ul.pages li.p a {color:#000;}
ul.pages li.on a {color:#fff;}


/*--- addcomment form styles ---*/
#AddCommentForm {clear:both}
#AddCommentForm input, #AddCommentForm textarea {margin-bottom:6px;}
#addcomments {border-top:solid 3px #ddd;clear:both;font-size:14px;padding-top:20px;}
#cmttabs ul li {display:inline;padding:0 10px;}
#cmttabs ul li.currenttab a {color: #000;}
#cmttabs ul{padding:20px 0;border-top:dotted 1px #ddd;border-bottom: dotted 1px #ddd;}
#cmtbuttons {margin-top:12px;}
#cmtbuttons input {margin-top:12px;}
#cmtutab_blogsmith, #cmtutab_sns {border-left:dotted 1px #ddd;}
#AuthorName, #AuthorEmail, #C_AuthorEmail, #C_AuthorPass, #sns_screenname, #sns_password {width: 350px;}
#sns label {display: block;}
#instructions p {padding-top:12px;}

#post_pagi {
	clear:both;
	display:none;
	float:left;
	font-size:14px;
	font-weight:bold;
	width:100%;
}
#post_pagi a {
	background:url(http://o.aolcdn.com/os/autos/sm/s_btn_pagi.gif) no-repeat 0 0;
	color:#eee;
	cursor:default;
	height:25px;
	padding:7px 0 0 30px;
	text-decoration:none;
	width:72px;
}
#post_pagi .previousPage {
	float:left;
}
#post_pagi .previousPageAct {
	background-position:0 -36px;
	color:#fff;
	float:left;
}
#post_pagi .previousPageAct:hover {
	cursor:pointer;
	text-decoration:underline;
}
#post_pagi .nextPage {
	background-position:-111px 0;
	float:right;
}
#post_pagi .nextPageAct {
	background-position:-111px -36px;
	color:#fff;
	float:right;
}
#post_pagi .nextPageAct:hover {
	cursor:pointer;
	text-decoration:underline;
}

/* Misc Styles */
.addthis_toolbox {
	border-top:1px dotted #ddd;
	clear:both;
	float:left;
	margin-top:12px;
	padding:12px 0 24px;
	position:relative;
	width:100%;
	z-index:1;
}
.addthis_toolbox a {
	padding:2px 2px 2px 16px;
	margin-right:6px;
	text-decoration:none;
}
.addthis_toolbox a:hover {
	color:#105CB6;
	text-decoration:none;
}
.addthis_toolbox a span {
	height:16px;
	width:16px;
}
.addthis_toolbox.addthis_default_style span {
	line-height:1em !important;
}
.addthis_top {
	margin-top:0;
	padding-bottom:12px;
}
.addthis_bot {
	margin-top:0;
}
.noBor, .border_0 {
	border:none !important;
}

#sidebar .genPromo {float:left;width:312px;clear:both;border:3px solid #4898DF;}
#sidebar .genPromo h3 {color:#fff;background:url(http://o.aolcdn.com/os/autos/global/module_bg_gradient.gif);font-size:20px;padding:25px 18px 0;margin-bottom:0;height:40px;}
#sidebar .genPromo .body {padding:16px 21px 21px;float:left;}
#sidebar .genPromo .body .guts p {font-size:15px;margin:0 0 10px;color:#666;}
#sidebar .genPromo .body .guts ul {list-style:none;color:#E59934;line-height:22px;}
#sidebar .genPromo .body .guts li {background:url(http://o.aolcdn.com/art/ch_autos/orange_bullet.gif) no-repeat 0 50%;padding:0 0 0 8px;list-style-position:inside;}

#tPromo {
	border:9px solid #3191db;
	clear:both;
	float:left;
	width:300px;
}

/* AFC Sponsored Links */
#dmn_results {
	width:638px;
	font-size:11px;
	clear:both;
	text-align:left;
}

#dmn_results_s {
	font-size:11px;
	clear:both;
	text-align:left;
}

#dmn_results .spon_link {
	border:5px solid #e4e4e4;
	padding:10px;
	margin-bottom:24px;
	width:608px;
}

#dmn_results_s .spon_link {
	border:5px solid #e4e4e4;
	padding:10px;
	width:288px;
}

#dmn_results .spon_link h3, #dmn_results_s .spon_link h3 {
	font-size:12px;
	float:right;
}

#dmn_results .spon_link h3 a, #dmn_results_s .spon_link h3 a {
	font-size:11px;
	color:#999;
}

#dmn_results .spon_link .item, #dmn_results_s .spon_link .item {
	padding-bottom:10px;
}

#dmn_results .spon_link .item a, #dmn_results_s .spon_link .item a {
	font-size:12px;
	color:#4679bf;
	font-weight:bold;
}

#dmn_results .spon_link .item a:hover, #dmn_results_s .spon_link .item a:hover {
	text-decoration:none;
}

#dmn_results .spon_link .item a p, #dmn_results_s .spon_link .item a p {
	font-size:12px;
	font-weight:normal;
	color:black;
}

#dmn_results .spon_link .item a span, #dmn_results_s .spon_link .item a span {
	font-size:12px;
	font-weight:normal;
	color:#468f1c;
}

#fBookPro{background:#fff;clear:both;width:318px;}
#fBookPro .header{background:url(http://o.aolcdn.com/art/dp_autos/promo_facebook_314x60.jpg) repeat-x 0 0;height:60px;}
#fBookPro .header span{visibility:hidden;}
#fBookPro .promo{border:solid #53a7e3;border-width:0 7px 7px;}
#fBookPro .link{font-size:10px;padding:3px 0 3px 10px;background:#ECEFF5;}

/* Folow Us Module */
#CE_follow_us #CE_follow_us_H4 {
	font: bold 20px arial;
	line-height: 48px;
	margin: 0;
	padding-left: 10px;
}
#CE_follow_us #CE_follow_us_UL { 
	list-style-type: none;
	margin: 0 0 10px -1px;
	padding: 0;
	overflow: hidden;
}
	#CE_follow_us .CE_follow_us_LI { 
		float: left;
		padding-left: 10px;
	}
		#CE_follow_us .CE_follow_us_A { 
			background: #eee url(http://o.aolcdn.com/os/autos/author/follow-us.png) 0 -400px;
			color: #333;
			display: block;
			height: 78px;
			overflow: hidden;
			text-decoration: none;
			width: 68px;
		}
		#CE_follow_us .CE_follow_us_A:hover { 
			background-color: #f6f6f6;
		}
		#CE_follow_us .CE_follow_us_A: active { 
			background-color: #fff;
		}
			#CE_follow_us #CE_follow_us_news_img {
				background: url(http://o.aolcdn.com/os/autos/translogic/follow-us.png) no-repeat 0 0;
			}
			#CE_follow_us #CE_follow_us_fb_img {
				background: url(http://o.aolcdn.com/os/autos/translogic/follow-us.png) no-repeat 0 -99px;
			}
			#CE_follow_us #CE_follow_us_tw_img {
				background: url(http://o.aolcdn.com/os/autos/translogic/follow-us.png) no-repeat 0px -199px;
			}
			#CE_follow_us #CE_follow_us_rss_img {
				background: url(http://o.aolcdn.com/os/autos/translogic/follow-us.png) no-repeat 0px -299px;
			}
			#CE_follow_us .CE_follow_us_desc { 
				display: block;
				font: normal 12px arial;
				height: 40px;
				padding-top: 37px;
				text-align: center;
			}

#CE_follow_us {
	background:#fff;
	border:1px solid #666;
	float:left;
	margin-bottom:12px;
	padding-bottom:10px;
	width:316px;
}
#CE_follow_us #CE_follow_us_H4 {
	color:#666;
	font-size:14px;
	line-height:36px;
}
#CE_follow_us #CE_follow_us_UL {
	margin:0;
}
#CE_follow_us .CE_follow_us_LI {
	padding-left:8px;
}

#GH_ #GH_nav_list_ul_col2, #GH_ .GH_nav_list_ul_col2{width:284px}
#GH_ #GH_nav_list_ul_col2 li, #GH_ .GH_nav_list_ul_col2 li{clear:none;}
#GH_ #GH_nav_list_ul_col2 li.GH_nav_list_r, #GH_ .GH_nav_list_ul_col2 li.GH_nav_list_r{border-left:0 none}

.postgallery {
	float:left;
	margin-bottom:24px;
	width:100%;
}
	.postgallery p {
		background:url(http://o.aolcdn.com/os/autos/translogic/post_gal_head.gif) -1px -1px no-repeat;
		float:left;
		padding:2px 0 2px 12px;
		width:600px;
	}
		.postgallery p a {
			background:url(http://o.aolcdn.com/os/autos/translogic/post_gal_head.gif) right -45px no-repeat;
			color:#fff;
			float:none;
			margin-left:20px;
			padding:5px 24px 5px 12px;
		}
	.postgallery a {
		background:none;
		float:left;
		margin-right:4px;
	}
