/* CSS Document */
#brand_desc{
	position:relative;
	margin-top:10px;
	float:left;
}
#brand_desc #img{
	float:left;
}
#brand_desc #desc{
	position:relative;
	float:left;
	font-size:12px;
	color:#999;
	height:340px;
	padding-left:15px;
	padding-top:10px;
	padding-right:10px;
	background:url(../images/desc-bg.gif) bottom right no-repeat;
}
#brand_desc #desc P{
	line-height:20px;
}
