

/** Absolute-positioning on rounded boxes simply doesn't work */
.roundedBox {
	position: static;
	height: 1%;
}
.roundedBox .rbTL,
.roundedBox .rbTR,
.roundedBox .rbBL,
.roundedBox .rbBR {
	background: none;
	display: none;
}


/** IE prefers to wrap text in floats, so we force one-item-per-row by giving a fixed width */
.brandList-Text .modelList .modelListItem {
	width: 320px;
}


/** Breadcrumb trail needs an 8-bit png and margin fixes */
ul#breadcrumbs li a,
ul#breadcrumbs li span.tail {
	background-image: url('/images/misc/layout-breadcrumb.ie6.png');
	margin-left: 0;
	margin-right: -15px;
}
ul#breadcrumbs li a:hover {
	background-position: 0 0;
}


/** "Your favourites" needs an 8-bit png */
#layoutCap ul.pipeList li.favourites a {
	background-image: url('/images/icons/favourites_heart.ie6.png');
}


/** Landing page panel requires an opaque 8-bit png */
.splashPanel {
	background-image: url('/images/bg/splash_panel_top.ie6.png');
}
.splashPanel .splashPanelBody {
	background-image: url('/images/bg/splash_panel_body.ie6.png');
}


/** Button styling needs to be re-stated without [type="submit"] selectors */
button, 
.button {
	background: #6c8d1b url('/images/bg/button_green.png') repeat-x 0 0;
	border-left: 1px solid #35440e;
	border-right: 1px solid #bbcf81;
	border-top: 1px solid #afcc56;
	border-bottom: 1px solid #435711;
	color: #fff;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	overflow: hidden;
	padding: 2px 5px;
}


/** Bullet-list with star-icons requires an 8-bit png */
.bulletList-Stars .li, 
ul.bulletList-Stars li {
	background-image: url('/images/bullets/star_gold_large.ie6.png');
}


/** Comment */
.mainActions {
	padding-top: 20px;
}
.mainActions a.option {
	background-image: url('/images/buttons/splash_actions.ie6.png');
}


/** Comment */
.listingOptions .iconRow {
	background-image: url('/images/icons/listing_sprites.ie6.png');
}


/** Comment */
.tabBar .tabContent h1 {
	padding-bottom: 18px;
	zoom: 1;
}


/** Comment */
.widget-Search form .input-Button button {
	float: none;
}


/** Comment */
.actionButton a {
	width: 150px;
}
