/*** Page Element Styles **/
h1 {
	margin-bottom: 5px;
	font-size: 13px;
}

h2 {
	line-height: 175%;
	font-size: 9px;
}

p {
	/*margin: 10px 0;
	line-height: 125%;*/
}

#main_content {
	background: #fff;
	height: auto;
}

h1#newsHeader {
	background: #434D53 url('/shared/images/news/header/background.gif') repeat-x scroll left top;
	height: 33px;
	margin-bottom: 20px;
	position: relative;
}

	h1#newsHeader img {
		position: absolute;
		left: 5px;
		top: 8px;
	}
	
	h1#newsHeader a {
		color: #fff;
		display: block;
		float: right;
		font-size: 11px;
		font-weight: normal;
		line-height: 33px;
		padding-right: 25px;
		text-decoration: none;
	}
	
#top_collection { padding: 0px; margin-top:40px;}
* html #top_collection { }

#top_collection.article {
	position: relative;
	margin: 15px 65px 0;
	padding: 0 200px 0 0;
}

/*** Column styles ***/
	
h2.colHeader {
	color: #080d0f;
	font-size: 12px;
	margin-top:-4px;
	margin-bottom:1px;
}
	
div.slot_left {
	float: left;
	margin:2px 0px 2px 20px;
	_margin:2px 10px 2px 10px;
}

div.slot_right {
	float: right;
}

div.sm {
	width:294px !important;
}

div.sm, div.med, div.lg {
	background-color:none;
	border:none;
	padding:0px;
}

div.med {
	margin-right: 20px;
	width: 431px;
}

* html div.med { width: 416px; }

.content_description {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 10px;
	background: url('/shared/images/experience/header_dots.gif') repeat-x bottom left;
}

/*** Individual column styles ***/

#chrysler_news ul,
#chrysler_news ol,
#external_news ul,
#external_news ol,
#testimonials ul,
#testimonials ol {
	border-top-width: 1px;
	border-top-style: solid;
	list-style: none;
	margin: 0;
	padding: 0;
}

	#chrysler_news ul,
	#chrysler_news ol {
		border-top-color: #dfe1ce;
		background: #dfe1ce url('/shared/images/experience/header_dots.gif') repeat-x bottom left;
	}

	#external_news ul,
	#external_news ol {
		border-top-color: #fdf7d5;
		background: #fdf7d5 url('/shared/images/experience/header_dots.gif') repeat-x bottom left;
	}
	
	#testimonials ul,
	#testimonials ol {
		border-top-color: #c2dbe8;
		background: #c2dbe8 url('/shared/images/experience/header_dots.gif') repeat-x bottom left;
	}

#chrysler_news li,
#external_news li, 
#testimonials li {
	border-width: 1px;
	border-style: solid;
	color: #292B2F;
	border-top: none;
	display: block;
	font-size: 10px;
	padding: 10px 3px 10px 20px;
	text-decoration: none;
}
	
	#chrysler_news li { border-color: #dfe1ce; }
		#chrysler_news li:hover { background-color: #fff; }

	#external_news li { border-color: #fdf7d5; }
		#external_news li:hover { background-color: #fff; }

	#testimonials li { border-color: #c2dbe8; }
		#testimonials li:hover { background-color: #fff; }


#chrysler_news li a,
#external_news li a, #testimonials li a{
	color: #1B4077;
	text-decoration:none;
}

#chrysler_news a.copy, #external_news a.copy, #testimonials a.copy{
	display:block;
	font-size:11px;
	margin-left: -10px;
}

#external_news img,
#testimonials img {
	margin-left: 2px;
}

#top_collection .external_link,
#top_collection .external_link_nav {
	display: block;
	float: none;
	font-size: 10px;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: right;
	text-decoration: none;
	font-weight:normal;
}

	#top_collection .external_link a {
		display: block;
		padding: 10px 5px;
	}

		#top_collection .external_link a:hover p { text-decoration: none; }
