div#ProductIntro{
position:relative;
float:left;
width:572px;
padding:0 10px;
}
div#ProductIntro img{
position:relative;
float:right;
padding:4px;
border:solid 1px #000;
}

div#ProductList{
position:relative;
float:left;
width:554px;
margin:0 0 0 0px;
padding: 0 0px;
}

div#ProductList h3{
font-size:14px;
margin:0;
padding:0;
}

div#ProductList .BrandListWithoutLogos{
position:relative;
float:left;
width:255px;
border:solid 1px #ccc;
text-align:center;
margin:0 0 10px 10px;
height:20px;
}
div#ProductList .BrandListWithLogos{
	position:relative;
	float:left;
	width:165px;
	border:solid 1px #ccc;
	text-align:center;
	margin:0 0 5px 12px;
	height:120px;
}

div#ProductList a{
text-decoration:none;
color:#00f;
}

div#ProductList a:hover{
color:#f00;
}

