@charset "utf-8";
/* CSS Document */


#ManufacturerListAbout {
	width: 320px;
	height:260px;
	padding: 10px 0px 0px 0px;
	background-image:url(/images/ARTGALLERY/320-x-270-Med-Box-background.jpg);
	background-repeat:no-repeat;

}
#ManufacturerListAbout a:link, #ManufacturerListAbout a:visited  {
	color:#333;
	text-decoration: none;
	font-weight: bold;
}
#ManufacturerListAbout a:hover {
	color:#009;
	text-decoration:underline;
	font-weight: bold;
}
#ManufacturerListAbout p {
	line-height:12px;
	margin:7px;
}
#ManufacturerListAbout ul {
	margin: 15px 0px 5px 5px;
	padding: 0;
	list-style:none;
}
#ManufacturerListAbout li.first_col  {
	float:left;
	width:32%;
}
#ManufacturerListAbout li.second_col  {
	float:left;
	width:32%;
}
#ManufacturerListAbout li.third_col  {
	float:left;
	width:36%;
}



