.open-content #main .contentRR p {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 1em;	
}
.open-content #main .contentRR ul#brand-nav {
	height: 4em;
	margin: 0;
	padding: 0;
	text-align: center;
}
.open-content #main .contentRR ul#brand-nav li {
	color: #CCC;
	font-size: 18px;
	font-weight: bold;
	float: left;
	list-style-type: none;
	width: 27px;
	height: 27px;
	cursor: default;
}
.open-content #main .contentRR ul#brand-nav li a {
	padding: 7px;
}
.open-content #main .contentRR ul#brand-nav li a:hover {
	text-decoration: none;
	background-color: #11AAFF;
	color: #FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.open-content #main .contentRR ul#brand-nav li.last {
	padding-right: 0;
}

/* extends TABLE.HIGHLIGHT */
table.highlight tbody td { width: 8%; }

table.highlight tbody td.model {
	padding-left: 3em;
	text-align: left;
	width: 28%;
}

table.highlight tbody td.logo {
	text-align: left;
	width: 100%;
}