/*Module layout styles*/
.module-one, #content1 {
	float:left;
	width:496px;
}
.module-two, #content2 {
	width:249px;
	float:left;
	overflow:hidden;
}

/*Used cars module styles*/
#main-content .module-one h4, #content1 h4 {
	background:url(/css_images/heading_mini_cherished.png) no-repeat;
	height:28px;
	width:167px;
	text-indent: -100em;/*Hide text for image replacement*/
	overflow: hidden;
        margin: 1em 0;
}
.module-one iframe, #content1 iframe {
	width:498px;
	height:320px;
}
.module-one img, #content1 img {
	position:relative;
	top:-220px;
}

/*Promotable items module styles*/
.promotable-items-list {
	list-style:none;
	margin:0;
	padding-top:1.5em;
	padding-left:1em;
}
.promotable-items-list li {
	overflow:auto; /*Clearing for modern browsers*/
	height:1%; /*Clearing for IE6*/
	padding-bottom:2.3em;
	margin:0;
}
.promotable-items-list li img {
	float:left;
	margin-right:1em;
}
#main-content .promotable-items-list li h4 {
	margin:0;
	font-size:1em;
	padding-left:92px;
	background:url(/css_images/bullet_arrow_small.gif) no-repeat 84px;
	font-weight: normal;
	text-transform: uppercase;
}
#main-content .promotable-items-list li p {
	margin:0;
	font-size:0.9em;
}
