body {
    background-color: #fff;
}

div.brand-selection-box {
	width:120px;
	height:140px;
	background:#fff;  
	margin-left:5px;
}

div.model-selection-box {
	width:170px;
	height:140px;
	background:#fff;  
	margin-left:5px;
}

div.product-box {
	width:110px;
	height:140px;
	background:#fff;  
	margin-left:5px;
}
div.selection-box {
	margin-left: 5px;
	float:left;
	clear: right;	
}
h3 {
    margin-left: 0px;
    width: 175px; height: 16px;
	font-size: 14px; 
	color: #1e4079 ; 
	font-weight: bold;
	background-color: #129cd1 ;
}
#brands, 
#models, 
#products {
	width:170px;
	height:140px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
}
#brands {overflow:auto;}

#models,
#products {overflow:hidden;}

div.content {
	width:7000px;
	padding:0;
}
#brands ul {
    padding: 0 0 0 0px;
}
#models ul,
#products ul {
	height:140px;
	width:170px;
	padding: 0 0 0 0px;
	overflow:auto;
}

#models ul.active,
#products ul.active {overflow:auto;}

#brands ul, #models ul, #products ul {
	list-style:none;
	margin: 0 0 0 0px;
}

#brands ul li, #models ul li, #products ul li {margin-left: 0px;}
#brands ul li a ,
#models ul li a,
#models ul li,
#products ul li a,
#products ul li {
	color:#1e4079;
	text-decoration:none;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	font-weight: bold;
	display: block;
	width: 125px;
	padding: 3px 3px 3px 5px;
}

#brands ul li a.active, 
#models ul li a.active,
#products ul li a.active {
	background-color:#ffad5b;
}
#brands ul li a:hover,
#models ul li a:hover,
#products ul li a:hover {
    color:#ffad5b;
}
